@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #2b2b2b;
}
::-webkit-scrollbar-track {
    background-color: #ddd;
}
::-webkit-scrollbar-thumb:horizontal {
    background-color: #2b2b2b;
}
::-webkit-scrollbar-track:horizontal {
    background-color: #2b2b2b;
}
::-webkit-scrollbar-corner {
    background-color: #2b2b2b;
}
*{
	box-sizing: border-box;
	outline: none;
}
html, body{
	width:100%;
	height: 100%;
	background: #f7f7f7;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	font: 16px/1.8 'Noto Sans SC', Arial, "Microsoft YaHei", sans-serif;
	font-weight: 300;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
}
body.en{
	font-family:-apple-system, BlinkMacSystemFont, Arial, "Microsoft YaHei", sans-serif;
}
body, td, th {
	color:#2b2b2b;
	line-height: 28px;
}
td, th, caption {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans SC', Arial, "Microsoft YaHei", sans-serif;
	font-weight: 300;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-family: 'Noto Sans SC', Arial, "Microsoft YaHei", sans-serif;
	font-weight: 300;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 16px/1.8 'Noto Sans SC', Arial, "Microsoft YaHei", sans-serif;
	font-weight: 300;
}
input, textarea, select {
 *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#2b2b2b;
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #2b2b2b;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
/* css common */
.rel {
    position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
*zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.wrap{
	width: 84%;
	margin:0 auto;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt24{
	margin-top: 24px;
}
.mt30{
	margin-top: 30px;
}
.mtb30{
	margin: 30px 0;
}
.mt40{
	margin-top: 40px;
}
.mb40{
	margin-bottom: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mtb60{
	margin: 60px 0;
}
.mt70{
	margin-top: 70px;
}
.mb70{
	margin-bottom: 70px;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mtb80{
    margin:80px 0;
}
.mt90{
	margin-top: 90px;
}
.mtb90{
	margin: 90px 0;
}
.mt110{
	margin-top: 110px;
}
.mt120{
	margin-top: 120px;
}
.mb120{
	margin-bottom: 120px;
}
.mt180{
	margin-top: 180px;
}
.mt200{
	margin-top: 200px;
}
.mt330{
	margin-top: 330px;
}
.pb20{
	padding-bottom: 20px;
}
.ptb20{
	padding:20px 0;
}
.pt30{
	padding-top:30px;
}
.pb30{
	padding-bottom: 30px;
}
.ptb30{
	padding:30px 0;
}
.pt40{
	padding-top:40px;
}
.pb40{
	padding-bottom: 40px;
}
.ptb40{
	padding:40px 0;
}
.pt43{
	padding-top: 43px;
}
.pt60{
	padding-top:60px;
}
.pb60{
	padding-bottom: 60px;
}
.ptb60{
	padding:60px 0;
}
.ptb80{
	padding:80px 0;
}
.pt70{
	padding-top: 70px;
}
.pb70{
	padding-bottom: 70px;
}
.pt80{
	padding-top:80px;
}
.pb80{
	padding-bottom:80px;
}
.pt90{
	padding-top:90px;
}
.pb90{
	padding-bottom: 90px;
}
.ptb90{
	padding:90px 0;
}
.pt100{
	padding-top: 100px;
}
.pb100{
	padding-bottom: 100px;
}
.ptb100{
	padding:100px 0;
}
.pt120{
	padding-top:120px;
}
.pb120{
	padding-bottom: 120px;
}
.ptb120{
	padding:120px 0;
}
.pt130{
	padding-top:130px;
}
.pb130{
	padding-bottom: 130px;
}
.ptb130{
	padding:130px 0;
}
.ptb150{
	padding:150px 0;
}
.pb160{
	padding-bottom: 160px;
}
.pt180{
	padding-top:180px;
}
.pb180{
	padding-bottom: 180px;
}
.ptb180{
	padding:180px 0;
}
.pb210{
	padding-bottom: 210px;
}
.ptb250{
	padding:250px 0;
}
.font150{
	font-size: 150px;
}
.font140{
	font-size: 140px;
}
.font130{
	font-size: 130px;
}
.font120{
	font-size: 120px;
}
.font100{
	font-size: 100px;
}
.font80{
	font-size: 80px;
}
.font70{
	font-size: 70px;
}
.font66{
	font-size: 66px;
}
.font58{
	font-size: 58px;
}
.font54{
	font-size: 54px;
}
.font52{
	font-size: 52px;
}
.font48{
	font-size: 48px;
}
.font42{
	font-size: 42px;
}
.font40{
	font-size: 40px;
}
.font36{
	font-size: 36px;
}
.font32{
	font-size: 32px;
}
.font30{
	font-size: 30px;
}
.font28{
	font-size: 28px;
}
.font26{
	font-size: 26px;
}
.font24{
	font-size: 24px;
}
.font20{
	font-size: 20px;
}
.font18{
	font-size: 18px;
}
.font16{
	font-size: 16px;
}
.indent{
	text-indent: 2em;
}
@media (max-width: 1680px){
	.font150,
	.font140,
	.font130,
	.font120,
	.font100{
		font-size: 80px;
	}
}
@media (max-width: 1480px){
	body {
		font-size: 14px;
	}
	body, td, th {
		line-height: 24px;
	}
	td, th, caption {
		font-size: 14px;
	}
	input, textarea, select, button {
		font-size: 14px;
	}
	.wrap{
		width: 94%;
	}
	.font150,
	.font140,
	.font130,
	.font120,
	.font100,
	.font80,
	.font70,
	.font66{
		font-size: 58px;
	}
}
@media (max-width: 1280px) {
	.mt20,
	.mt24{
		margin-top: 2%;
	}
	.mt30{
		margin-top: 3%;
	}
	.mtb30{
		margin: 3% 0;
	}
	.mt40{
		margin-top: 4%;
	}
	.mb40{
		margin-bottom: 4%;
	}
	.mt50{
		margin-top: 5%;
	}
	.mt60{
		margin-top: 6%;
	}
	.mtb60{
		margin: 6% 0;
	}
	.mt70{
		margin-top: 7%;
	}
	.mb70{
		margin-bottom: 7%;
	}
	.mt80{
		margin-top: 8%;
	}
	.mb80{
		margin-bottom: 8%;
	}
	.mtb80{
		margin:8% 0;
	}
	.mt90{
		margin-top: 9%;
	}
	.mtb90{
		margin: 9% 0;
	}
	.mt110{
		margin-top: 10%;
	}
	.mt120{
		margin-top: 10%;
	}
	.mb120{
		margin-bottom: 10%;
	}
	.mt180{
		margin-top: 10%;
	}
	.mt200{
		margin-top: 10%;
	}
	.mt330{
		margin-top: 10%;
	}
	.pb20{
		padding-bottom: 2%;
	}
	.ptb20{
		padding:2% 0;
	}
	.pt30{
		padding-top:3%;
	}
	.pb30{
		padding-bottom: 3%;
	}
	.ptb30{
		padding:3% 0;
	}
	.pt40,
	.pt43{
		padding-top:4%;
	}
	.pb40{
		padding-bottom: 4%;
	}
	.ptb40{
		padding:4% 0;
	}
	.pt60{
		padding-top: 6%;
	}
	.pb60{
		padding-bottom: 6%;
	}
	.ptb60{
		padding:6% 0;
	}
	.pt70{
		padding-top: 7%;
	}
	.pb70{
		padding-bottom: 7%;
	}
	.ptb80{
		padding:8% 0;
	}
	.pt80{
		padding-top:8%;
	}
	.pb80{
		padding-bottom:8%;
	}
	.pt90{
		padding-top:9%;
	}
	.pb90{
		padding-bottom: 9%;
	}
	.ptb90{
		padding:9% 0;
	}
	.pt100{
		padding-top: 10%;
	}
	.pb100{
		padding-bottom: 10%;
	}
	.ptb100{
		padding:10% 0;
	}
	.pt120{
		padding-top:10%;
	}
	.pb120{
		padding-bottom: 10px;
	}
	.ptb120{
		padding:10% 0;
	}
	.pt130{
		padding-top: 10%;
	}
	.pb130{
		padding-bottom: 10%;
	}
	.ptb130{
		padding:10% 0;
	}
	.ptb150{
		padding:10% 0;
	}
	.pb160{
		padding-bottom: 10%;
	}
	.pt180{
		padding-top:10%;
	}
	.pb180{
		padding-bottom: 10%;
	}
	.ptb180{
		padding:10% 0;
	}
	.pb210{
		padding-bottom: 10%;
	}
	.ptb250{
		padding:20% 0;
	}
	.font150,
	.font140,
	.font130,
	.font120,
	.font100,
	.font80,
	.font70,
	.font66{
		font-size: 52px;
	}
	.font58,
	.font54,
	.font52{
		font-size: 48px;
	}
	.font48{
		font-size: 42px;
	}
	.font42{
		font-size: 36px;
	}
}
@media (max-width: 992px){
	.font150,
	.font140,
	.font130,
	.font120,
	.font100,
	.font80,
	.font70,
	.font66{
		font-size: 48px;
	}
	.font58,
	.font54,
	.font52{
		font-size: 42px;
	}
	.font48{
		font-size: 34px;
	}
	.font42{
		font-size: 32px;
	}
	.font40{
		font-size: 32px;
	}
	.font36{
		font-size: 24px;
	}
	.font32{
		font-size: 20px;
	}
	.font30{
		font-size: 20px;
	}
	.font28{
		font-size: 20px;
	}
	.font26{
		font-size: 20px;
	}
	.font24{
		font-size: 20px;
	}
	.font20{
		font-size: 18px;
	}
}
@media (max-width: 750px){
	.font150,
	.font140,
	.font130,
	.font120,
	.font100,
	.font80,
	.font70,
	.font66{
		font-size: 42px;
	}
	.font58,
	.font54,
	.font52{
		font-size: 32px;
	}
	.font48{
		font-size: 28px;
	}
	.font42{
		font-size: 26px;
	}
	.font40{
		font-size: 24px;
	}
	.font36{
		font-size: 22px;
	}
	.font28{
		font-size: 20px;
	}
	.font26{
		font-size: 18px;
	}
	.font24{
		font-size: 18px;
	}
	.font20,
	.font18{
		font-size: 16px;
	}
	.font16{
		font-size: 14px;
	}
}

/* 颜色*/
.white{
	color: #fff;
}
.white a{
	color: #fff;
}
.white a:hover {
}
.hui{
	color:#adadad;
}
.hui a{
	color: #adadad;
}
.hui a:hover {
	color: #fff;
}
.yellow{
	color: #1e88dc;
}

/* Header */
header{
	width: 100%;
	height: 72px;
	position: relative;
	background:#000;
	z-index: 1000;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header.fixed{
	position: fixed;
	top: 0;
	left: 0;
}
header .wrap{
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
header .header-logo{
	width:172px;
	display:block;
}
header .header-logo img{
	width:100%;
	display:block;
}
header .header-menu{
    width:calc(70% - 306px);
}
header .header-menu > ul{
	display:flex;
	justify-content:space-between;
}
header .header-menu > ul > li > a{
	font-weight:400;
	color:#fff;
	display:block;
	font-size:20px;
	position:relative;
}
header .header-menu > ul > li > a:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #ffffff;
	bottom: -10px;
	left:0;
	transform-origin: center;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
header .header-menu > ul > li:hover > a:after, 
header .header-menu > ul > li.current > a:after{
	transform-origin: center;
    transform: scale(1);
}
header .header-lan{
	width:134px;
	height:34px;
	position:relative;
	z-index:1;
}
header .header-lan .lan-title{
    width:100%;
    height:100%;
    border:1px #fff solid;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
}
header .header-lan .lan-title span,
header .header-lan .lan-title i{
	display:block;
}
header .header-lan .lan-title i{
	margin-left:10px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .header-lan:hover .lan-title i{
	transform:rotate(180deg);
}
header .header-lan .lan-select{
	width:100%;
	position:absolute;
	background:#fff;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .header-lan:hover .lan-select{
	opacity:1;
	visibility:visible;
}
header .header-lan .lan-select li{
	border-bottom:1px #eee solid;
}
header .header-lan .lan-select li:last-child{
	border-bottom:none;
}
header .header-lan .lan-select a{
	text-align:center;
	display:block;
	line-height:36px;
}
header .header-lan .lan-select a:hover{
	background:#000;
	color:#fff;
}
header .menu-trigger{
	display:none;
}
header .menu-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  transition: 0.3s;
  background: #fff;
}
header .menu-trigger span:last-of-type {
  margin-bottom: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left center;
}
header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}
@media (max-width: 1480px){
	header .header-menu > ul > li > a{
		font-size:16px;
	}
}
@media (max-width: 1280px) {
	header{
		height:60px;
	}
	header .header-logo{
		width:auto;
		height:32px;
	}
	header .header-logo img{
	   width:auto;
       height:100%;
	}
	header .header-menu,
	header .header-lan{
		display:none;
	}
	header .menu-trigger{
		display:block;
	}
}
@media (max-width: 992px) {	
	
}
@media (max-width: 750px) {
	header{
		height:50px;
	}
	header .header-logo{
		height:24px;
	}
}

.subnav {
  width: 100%;
  padding: 0 3%;
  display: none;
  position: fixed;
  left: 0px;
  background: #f7f7f7;
  z-index: 1000;
  overflow-y: auto;
}
.subnav h2 {
  text-transform: uppercase;
  padding: 10px 10px 10px 0;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.subnav h2 .icon {
  margin-right: 6px;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.subnav .menu-box {
  padding: 0 0 10px 0;
}
.subnav .menu-box > ul > li {
  padding: 10px 0;
  border-bottom: 1px #ddd solid;
}
.subnav .menu-box > ul > li:nth-child(1) {
  padding-top: 0;
}
.subnav .menu-box > ul > li > a {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.subnav .menu-box > ul > li > a > i {
  font-size: 12px;
}
.subnav .menu-box > ul > li > ul {
  margin-top: 10px;
  display: none;
}
.subnav .menu-box > ul > li > ul > li > a {
  display: block;
  padding: 0 5px;
  line-height: 30px;
}
.subnav .zoom-box {
  padding: 0 0 10px 0;
  position: relative;
}
.subnav .zoom-box form {
  display: flex;
}
.subnav .zoom-box input[type="text"] {
  width: 100%;
  height: 36px;
  border: none;
  outline: none;
  padding: 0 46px 0 10px;
}
.subnav .zoom-box button {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  text-align: center;
  background: #014099;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subnav .lan-box h2 {
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
}
.subnav .lan-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subnav .lan-box li {
  width: 49%;
  margin: 0.5% 0;
}
.subnav .lan-box a {
  border: 1px #ddd solid;
  margin: 3px 0;
  border-radius: 8px;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subnav .lan-box a:hover {
  background: #014099;
  border-color: #014099;
  color: #fff;
}
.subnav .lan-box .left {
  display: flex;
  align-items: center;
}
.subnav .lan-box img {
  display: block;
  width: 24px;
  margin-right: 6px;
}
@media (max-width: 1480px) {
	
}
@media (max-width: 1280px) {
	.subnav {
	    top: 60px;
	    height: calc(100% - 60px);
	}
}
@media (max-width: 992px) {
	
}
@media (max-width: 750px) {
  .subnav {
    height: calc(100% - 50px);
    top: 50px;
  }
}


/* Footer */
footer{
	width: 100%;
	overflow: hidden;
}
footer .footer-box1{
	width:100%;
	height:400px;
	background:#000;
	position:relative;
	overflow:hidden;
}
footer .footer-box1 video{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
footer .footer-box1 .word{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
footer .footer-box1 .word:before{
	content:"";
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0);
	position:absolute;
	top:0;
	left:0;
}
footer .footer-box1 .word .wrap{
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:#fff;
	text-align:center;
	position:relative;
	z-index:1;
}
footer .footer-box1 .word h1{
	font-size:48px;
	line-height:48px;
	font-weight:500;
}
footer .footer-box1 .word h2{
	font-size:36px;
	line-height:36px;
	margin-top:20px;
}
footer .footer-box2{
	width:100%;
	background:#131716;
	color:#fff;
	overflow:hidden;
}
footer .footer-box2 a{
	display:block;
	color:#fff;
}
footer .footer-box2 .box1{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom:1px solid rgba(255, 255, 255, .15);
	padding:50px 0;
	overflow:hidden;
}
footer .footer-box2 .box1 .left img{
	display:block;
}
footer .footer-box2 .box1 .right > ul{
	display:flex;
	justify-content:space-between;
}
footer .footer-box2 .box1 .right > ul > li{
	margin:0 40px;
}
footer .footer-box2 .box2{
	width:100%;
    padding:100px 0;
    display:flex;
    justify-content:space-between;
    overflow:hidden;
}
footer .footer-box2 .box2 .left{
	width:60%;
	display:flex;
	flex-wrap:wrap;
}
footer .footer-box2 .box2 .left .item{
	width:50%;
	margin-bottom:50px;
}
footer .footer-box2 .box2 .left .item .images{
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px #fff solid;
	border-radius:50%;
	opacity:.6;
}
footer .footer-box2 .box2 .left .item .images em{
	font-size:24px;
}
footer .footer-box2 .box2 .left .item .title{
	color:rgba(255, 255, 255, .5);
}
footer .footer-box2 .box2 .left .item .share ul{
	display:flex;
}
footer .footer-box2 .box2 .left .item .share li{
	margin-right:10px;
}
footer .footer-box2 .box2 .left .item .share li:last-child{
	margin-right:0;
}
footer .footer-box2 .box2 .left .item .share a{
	width:32px;
	height:32px;
	border:1px #fff solid;
	display:flex;
	align-items:center;
	justify-content:center;
	opacity:.6;
}
footer .footer-box2 .box2 .left .item .share a:hover{
	opacity:1;
}
footer .footer-box2 .box2 .right{
	width:40%;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
}
footer .footer-box2 .box2 .right img{
	max-width:100%;
	width:auto;
}
footer .footer-box2 .box3{
	width:100%;
	border-top:1px solid rgba(255, 255, 255, .15);
	padding:30px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	text-align:center;
	overflow:hidden;
}
footer .footer-box2 .box3 .right{
	display:flex;
	align-items:center;
}
footer .footer-box2 .box3 .right img{
	display:block;
}
@media (max-width: 1480px) {
	footer .footer-box1 .word h1{
		font-size:42px;
		line-height:42px;
	}
	footer .footer-box1 .word h2{
		font-size:32px;
		line-height:32px;
	}
}
@media (max-width: 1280px) {
	footer .footer-box1{
		height:32vh;
	}
	footer .footer-box1 .word h1{
		font-size:36x;
		line-height:36px;
	}
	footer .footer-box1 .word h2{
		font-size:28px;
		line-height:28px;
		margin-top:2%;
	}
	footer .footer-box2 .box1{
		padding:5% 0;
		flex-direction:column;
	}
	footer .footer-box2 .box1 .right{
		margin-top:2%;
	}
	footer .footer-box2 .box2{
		padding:10% 0;
		flex-direction:column-reverse;
		justify-content:center;
		align-items:center;
	}
	footer .footer-box2 .box2 .left,
	footer .footer-box2 .box2 .right{
		width:100%;
	}
	footer .footer-box2 .box2 .right{
		align-items:center;
	}
	footer .footer-box2 .box2 .left{
		flex-direction:column;
		justify-content:center;
		align-items:center;
		text-align:center;
	}
	footer .footer-box2 .box2 .left .item{
		margin-bottom:0;
		margin-top:3%;
	}
	footer .footer-box2 .box2 .left .item .images{
		display:none;
	}
	footer .footer-box2 .box2 .left .item .share ul{
		justify-content:center;
	}
	footer .footer-box2 .box2 .right img{
		width:200px;
	}
	footer .footer-box2 .box3{
		flex-direction:column;
		padding:3% 0;
	}
	footer .footer-box2 .box3 .right{
		margin-top:1%;
	}
}
@media (max-width: 992px) {
	footer .footer-box1 .word h1{
		font-size:32x;
		line-height:32px;
	}
	footer .footer-box1 .word h2{
		font-size:24px;
		line-height:24px;
	}
}
@media (max-width: 750px) {
	footer .footer-box1{
		height:24vh;
	}
	footer .footer-box1 .word h1{
		font-size:24px;
		line-height:24px;
	}
	footer .footer-box1 .word h2{
		font-size:18px;
	}
	footer .footer-box2 .box1{
		display:none;
	}
	footer .footer-box2 .box2 .right img{
		width:100px;
	}
	footer .footer-box2 .box3 .right img{
		width:50px;
	}
}