﻿@charset "utf-8";
/* CSS Document */
@font-face{
font-family:'Fontsstyle';
src: url('../fonts/SourceHanSansCN-Normal.ttf'),
     url('../fonts/SourceHanSansCN-Normal.eot'),
	 url('../fonts/SourceHanSansCN-Normal.svg'),
	 url('../fonts/SourceHanSansCN-Normal.woff');
}
@font-face{
font-family:'Fontsstyle1';
src: url('../fonts/bahnschrift.ttf'),
     url('../fonts/bahnschrift.eot'),
	 url('../fonts/bahnschrift.svg'),
	 url('../fonts/bahnschrift.woff');
}
@font-face{
font-family:'Fontsstyle2';
src: url('../fonts/SourceHanSansCN-Bold.ttf'),
     url('../fonts/SourceHanSansCN-Bold.eot'),
	 url('../fonts/SourceHanSansCN-Bold.svg'),
	 url('../fonts/SourceHanSansCN-Bold.woff');
}
@font-face{
font-family:'Fontsstyle3';
src: url('../fonts/SourceHanSansCN-Light.ttf'),
     url('../fonts/SourceHanSansCN-Light.eot'),
	 url('../fonts/SourceHanSansCN-Light.svg'),
	 url('../fonts/SourceHanSansCN-Light.woff');
}
*{
	box-sizing: border-box;
	outline: none;
}
html, body{
	width:100%;
	height: 100%;
	background: #fff;
}
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: 14px/1.8 'Fontsstyle', Arial, "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	color:#000000;
	line-height: 24px;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px/1.8 'Fontsstyle', Arial, "Microsoft YaHei", sans-serif;
}
input, textarea, select {
 *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#000000;
	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: #2cb5be;
}
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: 90%;
    margin:0 auto;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.wrap{
	width: 86%;
	max-width: 1360px;
	margin:0 auto;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mtb30{
	margin: 30px 0;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mtb60{
	margin: 60px 0;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt90{
	margin-top: 90px;
}
.mtb90{
	margin: 90px 0;
}
.mt110{
	margin-top:110px;
}
.mt140{
	margin-top: 140px;
}
.pt20{
	padding-top: 20px;
}
.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;
}
.pt60{
	padding-top:60px;
}
.ptb60{
	padding:60px 0;
}
.ptb80{
	padding:80px 0;
}
.pt80{
	padding-top:80px;
}
.pb80{
	padding-bottom:80px;
}
.pt90{
	padding-top:90px;
}
.ptb90{
	padding:90px 0;
}
.ptb100{
	padding:100px 0;
}
.pb100{
	padding-bottom: 100px;
}
.ptb110{
	padding:110px 0;
}
.pt110{
	padding-top: 110px;
}
.pb110{
	padding-bottom: 110px;
}
.pt120{
	padding-top:120px;
}
.ptb120{
	padding:120px 0;
}
.pt130{
	padding-top:130px;
}
.pt180{
	padding-top:180px;
}
.pb180{
	padding-bottom: 180px;
}
.ptb180{
	padding:180px 0;
}
.pb240{
	padding-bottom: 240px;
}
.ptb240{
	padding:240px 0;
}
.ptb280{
	padding:280px 0;
}
.ptb320{
	padding:320px 0;
}
.font60{
	font-size: 60px;
}
.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: 1480px) {
	.font60{
		font-size: 54px;
	}
	.font18{
		font-size: 16px;
	}
}
@media (max-width: 1360px) {
	.font18{
		font-size: 14px;
	}
}
@media (max-width: 1280px) {
	.width-full,.wrap{
		width: 94%;
	}
	.mt20{
		margin-top: 2%;
	}
	.mt30{
		margin-top: 3%;
	}
	.mtb30{
		margin: 3% 0;
	}
	.mt40{
		margin-top: 4%;
	}
	.mt50{
		margin-top: 5%;
	}
	.mt60{
		margin-top: 6%;
	}
	.mtb60{
		margin: 6% 0;
	}
	.mt80{
		margin-top: 8%;
	}
	.mb80{
		margin-bottom: 8%;
	}
	.mt90{
		margin-top: 9%;
	}
	.mtb90{
		margin: 9% 0;
	}
	.mt110{
		margin-top: 11%;
	}
	.pt20{
		padding-top:2%;
	}
	.pb0{
		padding-bottom: 2%;
	}
	.ptb20{
		padding:2% 0;
	}
	.pt30{
		padding-top: 3%;
	}
	.pb30{
		padding-bottom: 3%;
	}
	.ptb30{
		padding:3% 0;
	}
	.pt40{
		padding-top:4%;
	}
	.pb40{
		padding-bottom: 4%;
	}
	.pt60{
		padding-top: 6%;
	}
	.ptb60{
		padding: 6% 0;
	}
	.ptb80{
		padding:8% 0;
	}
	.pt80{
		padding-top:8%;
	}
	.pb80{
		padding-bottom:8%;
	}
	.pt90{
		padding-top:9%;
	}
	.ptb90{
		padding:9% 0;
	}
	.pb100{
		padding-bottom: 10%;
	}
	.ptb100{
		padding:10% 0;
	}
	.pt110{
		padding-top: 11%;
	}
	.pb110{
		padding-bottom: 11%;
	}
	.ptb110{
		padding:11% 0;
	}
	.pt120{
		padding-top:12%;
	}
	.ptb120{
		padding:12% 0;
	}
	.pt130{
		padding-top:13%;
	}
	.pt180{
		padding-top:18%;
	}
	.pb180{
		padding-bottom: 18%;
	}
	.ptb180{
		padding:18% 0;
	}
	.pb240{
		padding-bottom: 24%;
	}
	.ptb240{
		padding:24% 0;
	}
	.ptb280{
		padding:28% 0;
	}
	.ptb320{
		padding:32% 0;
	}
	.font60{
		font-size: 48px;
	}
	.font48{
		font-size: 42px;
	}
	.font42{
		font-size: 36px;
	}
}
@media (max-width: 992px){
	.font60{
		font-size: 40px;
	}
	.font48{
		font-size: 36px;
	}
	.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){
	.font60{
		font-size: 36px;
	}
	.font48{
		font-size: 30px;
	}
	.font42{
		font-size: 24px;
	}
	.font40{
		font-size: 24px;
	}
	.font36{
		font-size: 22px;
	}
	.font28{
		font-size: 20px;
	}
	.font26{
		font-size: 18px;
	}
	.font24{
		font-size: 16px;
	}
	.font20{
		font-size: 16px;
	}
	.font18{
		font-size: 16px;
	}
	.font16{
		font-size: 14px;
	}
}

/* 颜色*/
.white{
	color: #fff;
}
.white a{
	color: #fff;
}
.white a:hover {
	color: #fff;
}
.hui{
	color:#b3b3b3;
}
.hui a{
	color: #b3b3b3;
}
.hui a:hover {
	color: #fff;
}

/* Header */
header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
header > .width-full{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header > .width-full > div{
	position: relative;
	z-index: 2;
}
header.fixed > .width-full > .left{
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
header .logo{
	width: 208px;
    height: 68px;
    padding:10px;
    display: block;
    background: #2cb5be;
    overflow: hidden;
}
header .logo img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
header .menu-trigger{
	width: 68px;
	height: 68px;
	background: #fff;
	color: #2cb5be;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-left: 4px;
	font-size: 12px;
	line-height: 18px;
}
header .menu-trigger i{
	font-size: 34px;
	line-height: 34px;
}
header .search-trigger,
header .lan-trigger{
	color: #2cb5be;
	display: block;
	float: left;
	position: relative;
}
header.fixed .search-trigger,
header.fixed .lan-trigger{
	display: none;
}
header .lan-trigger{
	padding-right: 0;
}
header .search-trigger,
header .lan-trigger{
	display: block;
	padding:0 24px;
	position: relative;
}
header .lan-trigger{
	padding-right: 0;
}
header .search-trigger:after{
	content: "";
	width: 1px;
	height: 12px;
	background: #2cb5be;
	position: absolute;
	top:50%;
	margin-top: -6px;
	right: 0;
}
header .search-trigger i{
	font-size: 22px;
}
header .lan-trigger{
	font-size: 18px;
}
header .subnav{
	width: 100%;
	position: absolute;
	top:0;
	background: rgba(44,181,190, .9);
	display: none;
}
header .subnav a{
	display: block;
}
header .subnav > ul{
	padding-top: 98px;
	padding-left: 320px;
	display: flex;
	justify-content: space-between;
}
header .subnav > ul > li{
	border-left: 1px rgba(255, 255, 255, .4) solid;
	padding-left: 20px;
	padding-right: 20px;
}
header .subnav > ul > li > a{
	position: relative;
}
header .subnav > ul > li > a:before{
	content: "";
	width: 7px;
	height: 7px;
	background: #fff;
	position: absolute;
	left:-24px;
	top:50%;
	margin-top: -4px;
	border-radius: 50%;
}
header .subnav > ul > li > ul{
	margin-top: 10px;
}
header .subnav > ul > li > ul > li > a{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
header .searchbox{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	background: #fff;
	z-index: 3;
	display: none;
}
header .searchbox form{
	width: 100%;
	height: 80px;
	border-bottom: 1px rgba(51, 52, 52, .05) solid;
}
header .searchbox form > div{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .searchbox form .searchbox-zoom{
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 24px;
}
header .searchbox form input{
	width: auto;
	width: calc(100% - 160px);
	padding: 0 20px;
	border: none;
	outline: none;
	height: 28px;
	line-height: 28px;
}
header .searchbox form button{
	width: 84px;
	height: 28px;
	background: #2cb5be;
	border-radius: 4px;
	outline: none;
	border: none;
	color: #fff;
	cursor: pointer;
}
header .searchbox form .close-searchbox{
	width: 28px;
	height: 28px;
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	margin-left: 20px;
}
header .searchbox .hotkey-list{
    height: auto;
    height:-moz-calc(100% - 80px); 
    height:-webkit-calc(100% - 80px);
    overflow: hidden;
}
header .searchbox .hotkey-list .title{
	font-size: 16px;
	line-height: 52px;
}
header .searchbox .hotkey-list ul{
    height: auto;
    height:-moz-calc(100% - 52px); 
    height:-webkit-calc(100% - 52px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}
header .searchbox .hotkey-list li{
	width: 100%;
	float: left;
	line-height: 52px;
}
header .searchbox .hotkey-list a{
	display: block;
	color: #777;
	padding: 0 3%;
}
header .searchbox .hotkey-list li:nth-child(2n+1) a{
	background-color: #f1f1f1;
}
header .searchbox .hotkey-list a:hover,
header .searchbox .hotkey-list li:nth-child(2n+1) a:hover{
	background: #2cb5be;
	color: #fff;
}
@media (max-width: 1680px) {
	header .logo{
		width: 184px;
	    height: 60px;
	}
	header .menu-trigger{
		width: 60px;
		height: 60px;
	}
	header .menu-trigger i{
		font-size: 30px;
		line-height: 30px;
	}
	header .subnav > ul{
		margin-top: 4%;
		padding-left: 0;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
	}
	header .subnav > ul > li{
		padding-top: 3%;
		padding-bottom: 3%;
	    flex-basis: auto;
	    width: 25%;
	}
}
@media (max-width: 1480px) {
	header .logo{
		width: 171px;
	    height: 56px;
	}
	header .menu-trigger{
		width: 56px;
		height: 56px;
	}
	header .menu-trigger i{
		font-size: 28px;
		line-height: 28px;
	}
	header .subnav > ul{
		margin-top: 4%;
		padding-left: 0;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
	}
	header .subnav > ul > li{
		padding-top: 3%;
		padding-bottom: 3%;
	    flex-basis: auto;
	    width: 25%;
	}
}
@media (max-width: 1280px) {
	header .subnav{
		position: fixed;
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling : touch;
	}
    header .subnav > ul > li{
	    width: 50%;
	}
	header .subnav > ul > li > a{
		font-size: 16px;
	}
	header .subnav > ul > li > ul{
	}
}
@media (max-width: 992px) {
	header .searchbox form{
		height: 60px;
	}
	header .searchbox form > div{
		height: 60px;
	}
	header .searchbox form .searchbox-zoom {
	    font-size: 20px;
	}
	header .searchbox form input {
	    width: calc(100% - 140px);
	    padding: 0 10px;
	}
	header .searchbox form .close-searchbox {
	    margin-left: 10px;
	}
	header .searchbox .hotkey-list{
	    height:-moz-calc(100% - 60px); 
	    height:-webkit-calc(100% - 60px);
	}
	header .searchbox .hotkey-list .title{
		line-height: 48px;
	}
	header .searchbox .hotkey-list ul{
	    height:-moz-calc(100% - 48px); 
	    height:-webkit-calc(100% - 48px);
	}
	header .searchbox .hotkey-list li{
		line-height: 42px;
	}
}
@media (max-width: 750px) {
	header > .width-full{
		margin-top: 10px;
	}
	header .logo{
		width: 128px;
	    height: 48px;
	}
    header .menu-trigger{
		width: 48px;
		height: 48px;
		margin-left: 4px;
	}
	header .menu-trigger i{
		font-size: 28px;
		line-height: 28px;
	}
	header .menu-trigger span{
		display: none;
	}
	header .search-trigger,
	header .lan-trigger{
		padding:0 14px;
	}
	header .lan-trigger{
		padding-right: 0;
	}
	header .search-trigger:after{
		height: 10px;
		margin-top: -5px;
	}
	header .search-trigger i{
		font-size: 18px;
	}
	header .lan-trigger{
		font-size: 16px;
	}
	header .subnav > ul {
	    padding-top: 58px;
	}
	header .subnav > ul > li{
		padding-top: 2%;
		padding-bottom: 2%;
		padding-left: 14px;
		padding-right: 14px;
	}
	header .subnav > ul > li > a{
		font-size: 15px;
	}
	header .subnav > ul > li > a:before {
	    left: -18px;
	}
	header .subnav > ul > li > ul{
		margin-top: 6px;
	}
}

/* Footer */
footer{
	width: 100%;
	background: #222222;
	overflow: hidden;
}
footer .box1,
footer .box2,
footer .box3{
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
footer .box3{
	border-top: 1px #5b5b5b solid;
}
footer .box1 .footer-nav{
	width: calc(100% - 260px);
}
footer .box1 .footer-nav a{
	display: block;
}
footer .box1 .footer-nav a i{
	display: none;
}
footer .box1 .footer-nav > ul{
	display: flex;
	justify-content: space-between;
}
footer .box1 .footer-nav > ul > li > a{
	color: #fff;
}
footer .box1 .footer-nav > ul > li > ul{
	margin-top: 10px;
}
footer .box1 .footer-nav > ul > li > ul > li{
	line-height: 30px;
}
footer .box1 .footer-code{
	width: 160px;
}
footer .box1 .footer-code .logo-box{
	width: 160px;
	background: #2cb5be;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 0;
}
footer .box1 .footer-code .logo-box img{
	width: 110px;
	display: block;
}
footer .box1 .footer-code .code-box{
	float: right;
	text-align: center;
}
footer .box2{
	align-items: center;
}
footer .box2 .left li{
	float: left;
	margin-right: 30px;
}
footer .box2 .left li:last-child{
	margin-right: 0;
}
footer .box2 .right{
	display: flex;
	align-items: center;
}
footer .box2 .right .image{
	margin-right: 10px;
}
footer .box2 .right .image img{
	display: block;
}
footer .box2 .right .word{
}
footer .box2 .right .word h2{
	font-family: 'Fontsstyle1', 'Bahnschrift';
}
footer .box3{
	text-transform: uppercase;
	align-items: center;
}
footer .box3 .right,
footer .box3 .right .rt > div{
	display: flex;
	align-items: center;
}
footer .box3 .right .rt a{
	background: none;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	padding:0;
	margin: 0;
	align-items: center;
	justify-content: center;
	color: #000;
	margin-right: 10px;
	font-size: 16px;
	text-decoration: none;
}
footer .box3 .right .rt a:last-child{
	margin-right: 0;
}
footer .box3 .right .rt a:hover{
	background: #2cb5be;
	color: #fff;
}
@media (max-width: 1280px) {
	footer .box1{
		flex-direction: column;
	}
	footer .box1 .footer-nav,
	footer .box1 .footer-code{
		width: 100%;
	}
	footer .box1 .footer-nav > ul{
		flex-direction: column;
	}
	footer .box1 .footer-nav a i{
		display: block;
		font-size: 14px;
	}
	footer .box1 .footer-nav > ul > li{
		border-bottom: 1px rgba(255, 255, 255, .5) solid;
	}
	footer .box1 .footer-nav > ul > li > a{
		line-height: 42px;
	}
	footer .box1 .footer-nav > ul > li > ul{
		display: none;
		margin-top: 0;
		padding:0 0 16px 0;
	}
	footer .box1 .footer-code{
		margin-top: 8%;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	footer .box2{
		padding-top: 0;
		padding-bottom: 16px;
		flex-direction: column;
	}
	footer .box2 .right{
		margin-top: 10px;
	}
	footer .box3{
		flex-direction: column;
		text-align: center;
		padding:16px 0;
	}
	footer .box3 .right{
		margin-top: 10px;
	}
}