@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #1538e6;
}
::-webkit-scrollbar-track {
    background-color: #eee;
}
::-webkit-scrollbar-thumb:horizontal {
    background-color: #1538e6;
}
::-webkit-scrollbar-track:horizontal {
    background-color: #1538e6;
}
::-webkit-scrollbar-corner {
    background-color: #1538e6;
}
@font-face{
	font-family:'Poppins';
	src:url(../fonts/Poppins-Light.ttf) format('truetype');
	font-weight:300;
	font-display:swap;
}
@font-face{
	font-family:'Poppins';
	src:url(../fonts/Poppins-Regular.ttf) format('truetype');
	font-weight:400;
	font-display:swap;
}
*{
	box-sizing: border-box;
	outline: none;
}
html, body{
	width:100%;
	height: 100%;
}
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-family: 'Poppins', 'Noto Sans SC', sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	color:#000;
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', 'Noto Sans SC', sans-serif;
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var, span {
	font-style: normal;
	font-family: 'Poppins', 'Noto Sans SC', sans-serif;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font-family: 'Poppins', 'Noto Sans SC', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
input, textarea, select {
    *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#000;
	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: #1538e6;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	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: 78%;
	margin:0 auto;
}
.indent{
	text-indent: 2em;
}
.ptb150{
	padding:150px 0;
}
.ptb120{
	padding:120px 0;
}
.pt120{
	padding-top: 120px;
}
.ptb80{
	padding:80px 0;
}
.pt80{
	padding-top: 80px;
}
.mt120{
	margin-top: 120px;
}
.mt80{
	margin-top: 80px;
}
.mt60{
	margin-top: 60px;
}
@media (max-width: 1600px){
	body{
		font-size: 16px;
	}
	input, textarea, select, button {
		font-size: 16px;
	}
}
@media (max-width: 1280px){
	body{
		font-size: 14px;
	}
	body, td, th {
		line-height: 1.5
	}
	input, textarea, select, button {
		font-size: 14px;
	}
	.wrap{
		width: 94%;
	}
	.ptb150{
		padding:10% 0;
	}
	.ptb120{
		padding:10% 0;
	}
	.pt120{
		padding-top: 10%;
	}
	.ptb80{
		padding:8% 0;
	}
	.pt80{
		padding-top: 8%;
	}
	.mt120{
		margin-top: 10%;
	}
	.mt80{
		margin-top: 8%;
	}
	.mt60{
		margin-top: 6%;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
	
}

/* Header */
header{
	width: 100%;
	position: fixed;
	z-index: 1000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
header:hover,
header.on,
header.fixed{
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
header:hover:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	top: 80px;
}
header > .wrap{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
header .menu-trigger{
	display: none;
}
header .menu-trigger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    margin-bottom: 5px;
    transition: .3s;
}
header.on .menu-trigger span,
header:hover .menu-trigger span,
header.fixed .menu-trigger span{
	background: #000;
}
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;
}
header .logo{
	width: 230px;
	height: 80px;
	background: url(../images/logo.png) no-repeat center left;
	background-size: 100%;
	display: block;
}
header:hover .logo,
header.on .logo,
header.fixed .logo{
	background: url(../images/logo_hover.png) no-repeat center left;
	background-size: 100%; 
}
header .header-menu{
	width: calc(88% - 526px);
}
header .header-menu a{
	display: block;
}
header .header-menu > ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
header .header-menu > ul > li{
	flex: 1;
	position: relative;
	text-align: center;
}
header .header-menu > ul > li > a{
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	line-height: 80px;
	color: #fff;
}
header .header-menu:hover > ul > li > a{
	color: #000;
}
header:hover .header-menu > ul > li > a,
header.on .header-menu > ul > li > a,
header.fixed .header-menu > ul > li > a{
	color: #000;
}
header .header-menu > ul > li > a:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #1538e6;
	bottom: 0;
	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.current > a,
header .header-menu > ul > li:hover > a{
	color: #fff;
}
header:hover .header-menu > ul > li.current > a,
header:hover .header-menu > ul > li:hover > a,
header.on .header-menu > ul > li.current > a,
header.on .header-menu > ul > li:hover > a,
header.fixed .header-menu > ul > li.current > a,
header.fixed .header-menu > ul > li:hover > a{
	color: #1538e6;
}
header .header-menu > ul > li:hover > a:after, 
header .header-menu > ul > li.current > a:after{
	transform-origin: center;
    transform: scale(1);
}
header .header-menu > ul > li > ul{
	height: calc(100% - 80px);
	text-align: center;
	padding: 20px 0 50px 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    display: none;
}
header .header-menu > ul > li:hover > ul{
	background: #f9f9f9;
}
header .header-menu:hover > ul > li > ul{
	display: block;
}
header .header-menu > ul > li > ul > li > a{
	line-height: 36px;
	padding:0 15px;
}
header .header-menu > ul > li > ul > li > a:hover{
	background: #1538e6;
	color: #ffffff;
}
header .header-tools{
    width: 356px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .header-search{
	width: 256px;
	display: flex;
	align-items: center;
	background: #fff;
	border:1px #eee solid;
	border-radius: 16px;
}
header .header-search i{
	font-size: 20px;
	margin: 0 10px;
}
header .header-search input{
	border: none;
	width: 150px;
	padding-bottom: 4px;
}
header .header-tools .header-lan{
	width: 80px;
	height: 34px;
	position: relative;
	font-size: 14px;
	z-index: 1;
}
header .header-tools .header-lan .title{
	width: 80px;
	padding: 0 10px;
	height: 34px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
header:hover .header-tools .header-lan .title,
header.on .header-tools .header-lan .title,
header.fixed .header-tools .header-lan .title{
	border:1px #ccc solid;
	border-radius: 16px;
	background: #fff;
	color: #000;
}
header .header-tools .header-lan .title .icon-a-zu1679{
	font-size: 12px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .header-tools .header-lan:hover .title .icon-a-zu1679{
	transform: rotate(180deg);
}
header .header-tools .header-lan ul{
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 100%;
	border:1px #1538e6 solid;
	background: #fff;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
	overflow: hidden;
}
header .header-tools .header-lan:hover ul{
	display: block;
	visibility: visible;
	opacity: 1;
}
header .header-tools .header-lan li{
	width: 100%;
	border-bottom: 1px #1538e6 solid;
	overflow: hidden;
}
header .header-tools .header-lan li:last-child{
	border-bottom: none;
}
header .header-tools .header-lan a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:3px 10px;
	color: #1538e6;
}
header .header-tools .header-lan a:hover{
	background: #1538e6;
	color: #fff;
}
header .header-tools .header-lan a img{
	width: 20px;
	display: flex;
}
header .header-tools .header-lan a i{
	font-size: 12px;
}
header .subnav {
    width: 100%;
    height: calc(100% - 60px);
    padding:0 3%;
    display: none;
    position: fixed;
    left: 0px;
    top: 60px;
    background: #f7f7f7;
    z-index: 2;
    overflow-y: auto;
}
header .subnav h2{
    text-transform: uppercase;
    padding: 10px 10px 10px 0;
    display: flex;
    align-items: center;
    font-weight: 600;
}
header .subnav h2 .icon{
	margin-right: 6px;
	font-size: 14px;
	font-weight: normal;
	display: block;
}
header .subnav .menu-box{
	padding:0 0 10px 0;
}
header .subnav .menu-box > ul > li{
	padding:10px 0;
	border-bottom: 1px #ddd solid;
}
header .subnav .menu-box > ul > li:nth-child(1){
	padding-top: 0;
}
header .subnav .menu-box > ul > li > a {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
header .subnav .menu-box > ul > li > a > i{
	font-size: 12px;
}
header .subnav .menu-box > ul > li > ul {
	margin-top: 10px;
    display: none;
}
header .subnav .menu-box > ul > li > ul > li > a {
    display: block;
    padding:0 5px;
    line-height: 30px;
}
header .subnav .zoom-box {
    padding: 0 0 10px 0;
    position: relative;
}
header .subnav .zoom-box form{
	display: flex;
}
header .subnav .zoom-box input[type=text] {
    width: 100%;
    height: 36px;
    border: none;
    outline: none;
    padding: 0 46px 0 10px;
}
header .subnav .zoom-box button {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    text-align: center;
    background: #1538e6;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .subnav .lan-box h2 {
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    display: flex;
}
header .subnav .lan-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header .subnav .lan-box li{
    width: 49%;
    margin:.5% 0;
}
header .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;
}
header .subnav .lan-box a:hover{
	background: #1538e6;
	border-color: #1538e6;
	color: #fff;
}
header .subnav .lan-box .left{
	display: flex;
	align-items: center;
}
header .subnav .lan-box img{
	display: block;
	width: 24px;
	margin-right: 6px;
}
@media (max-width: 1280px) {
    header{
    	height: 60px;
    }
    header > .wrap{
    	align-items: center;
    }
    header:hover:after{
    	display: none;
    }
    header .logo{
    	width: 160px;
    	height: 42px;
    }
    header .header-menu,
    header .header-tools{
    	display: none;
    }
    header .menu-trigger{
    	display: block;
    }
}
@media (max-width: 992px) {	

}
@media (max-width: 750px) {
	header{
		height: 50px;
	}
	header .logo{
		width: 120px;
		height: 31px;
	}
	header .subnav{
		height: calc(100% - 50px);
		top:50px;
	}
}

/* Footer */
footer{
	width: 100%;
	color: #fff;
	background: #11222a;
	overflow: hidden;
}
footer a{
	color: #fff;
	display: block;
}
footer a:hover{
    color: rgba(255, 255, 255, .8);
}
footer .footer-box1{
	width:100%;
	background: url(../images/footBg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
footer .footer-box1 .wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
footer .footer-box1 .box1{
	font-size: 32px;
	font-weight: 400;
	line-height: 32px;
}
footer .footer-box1 .box2{
	margin-top: 20px;
}
footer .footer-box1 .box2 a{
    background: #1539e3;
    padding:5px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
footer .footer-box1 .box2 i{
	display: block;
	margin-right: 5px;
}
footer .footer-box2{
	width:100%;
	color: rgba(255, 255, 255, .5);
	overflow: hidden;
}
footer .footer-box2 a{
	color: rgba(255, 255, 255, .5);
	display: block;
}
footer .footer-box2 a:hover{
	color: #fff;
}
footer .footer-box2 .div-box1{
	display: flex;
	justify-content: space-between;
}
footer .footer-box2 .div-box1 .left {
	width: calc(90% - 360px);
}
footer .footer-box2 .div-box1 .left > ul{
   display: flex;
   justify-content: space-between;
}
footer .footer-box2 .div-box1 .left > ul> li > a{
	color: #fff;
	display: flex;
	justify-content: space-between;
}
footer .footer-box2 .div-box1 .left > ul> li > a > i{
	display: none;
}
footer .footer-box2 .div-box1 .left > ul> li > ul{
	margin-top: 10px;
}
footer .footer-box2 .div-box1 .right{
	width: 360px;
	color: #fff;
}
footer .footer-box2 .div-box1 .right ul{
	display: flex;
	justify-content: space-between;
}
footer .footer-box2 .div-box1 .right li{
	border:1px #fff solid;
	padding:5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer .footer-box2 .div-box1 .right img{
	max-width: 100%;
	display: block;
	margin-bottom: 5px;
}
footer .footer-box2 .div-box2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer .footer-box2 .div-box2 .title{
	color: #fff;
}
footer .footer-box2 .div-box2 .content{
	margin-top: 10px;
}
footer .footer-box2 .div-box2 .left .content form{
	width:270px;
	background: rgba(255, 255, 255, .2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 10px;
	height: 30px;
}
footer .footer-box2 .div-box2 .left .content input{
	background: none;
	color: #fff;
	border:none;
	font-size: 14px;
}
footer .footer-box2 .div-box2 .left .content input::placeholder{
	color: #fff;
}
footer .footer-box2 .div-box2 .left .content button{
	background: none;
	border:none;
	color: #fff;
}
footer .footer-box2 .div-box2 .center .content ul{
	display: flex;
	align-items: center;
}
footer .footer-box2 .div-box2 .center .content li{
	margin-right:6px;
}
footer .footer-box2 .div-box2 .center .content li:last-child{
	margin-right: 0;
}
footer .footer-box2 .div-box2 .center .content a{
	width: 32px;
	height: 32px;
	border:1px rgba(255, 255, 255, .5) solid;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .footer-box2 .div-box2 .center .content a:hover{
	background: #c10013;
	color: #fff;
	border-color: #c10013;
}
footer .footer-box2 .div-box3{
	padding:10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, .1)
}
footer .footer-box2 .div-box3 .right a{
	display: flex;
	align-items: center;
}
footer .footer-box2 .div-box3 .right img{
	width:100px;
	display: block;
	opacity: .5;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
footer .footer-box2 .div-box3 .right a:hover img{
	opacity: 1;
}
@media (max-width: 1280px) {
	footer .footer-box1 {
		padding:4% 0;
	}
	footer .footer-box1 .box1{
		font-size: 24px;
		line-height: 24px;
	}
	footer .footer-box1 .box2{
		margin-top: 10px;
	}
	footer .footer-box1 .box2 a{
	    padding:5px 25px;
	}
	footer .footer-box2 .div-box1{
		flex-direction: column;
		align-items: center;
	}
	footer .footer-box2 .div-box1 .left{
		width: 100%;
	}
	footer .footer-box2 .div-box1 .left > ul{
		flex-direction: column;
	}
	footer .footer-box2 .div-box1 .left > ul > li{
		border-bottom: 1px solid rgba(255, 255, 255, .5);
		padding-bottom: 10px;
		margin-top: 10px;
	}
	footer .footer-box2 .div-box1 .left > ul > li > a > i{
		display: block;
		font-size: 12px;
	}
	footer .footer-box2 .div-box1 .left > ul > li > ul{
		margin-top: 5px;
		display: none;
	}
	footer .footer-box2 .div-box1 .left > ul > li > ul > li{
		padding:5px 0;
	}
	footer .footer-box2 .div-box1 .right{
		width: 320px;
	}
	footer .footer-box2 .div-box1 .right li{
		width: 150px;
		margin-top: 6%;
	}
	footer .footer-box2 .div-box2{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 4%;
	}
	footer .footer-box2 .div-box2 .left,
	footer .footer-box2 .div-box2 .right,
	footer .footer-box2 .div-box2 .center .title{
		display: none;
	}
	footer .footer-box2 .div-box3{
		flex-direction: column;
		padding:20px 0 10px 0;
		text-align: center;
	}
	footer .footer-box2 .div-box3 .right img{
		width: 60px;
	}
	
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
	footer .footer-box1 .box1{
		display: none;
	}
	footer .footer-box1 .box2{
		margin-top: 0;
	}
	footer .footer-box2 .div-box1 .right{
		width: 260px;
	}
	footer .footer-box2 .div-box1 .right li{
		width: 120px;
	}
}