@charset "utf-8";
/* CSS Document */
/* 字体 */
@font-face {
    font-family: 'Microsoft YaHei UI Light';
    src: url('../fonts/Microsoft YaHei UI Light.eot');
    src: url('../fonts/Microsoft YaHei UI Light.eot') format('embedded-opentype'),
         url('../fonts/Microsoft YaHei UI Light.woff') format('woff'),
         url('../fonts/Microsoft YaHei UI Light.ttf') format('truetype'),
         url('../fonts/Microsoft YaHei UI Light.svg') format('svg');
}
@font-face {
    font-family: 'FuturaStd-Bold';
    src: url('../fonts/FuturaStd-Bold.eot');
    src: url('../fonts/FuturaStd-Bold.eot') format('embedded-opentype'),
         url('../fonts/FuturaStd-Bold.woff') format('woff'),
         url('../fonts/FuturaStd-Bold.ttf') format('truetype'),
         url('../fonts/FuturaStd-Bold.svg') format('svg');
}

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: 18px/1.8 'Microsoft YaHei UI Light', Arial, "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
body, td, th {
	color:#2b2b2b;
	line-height: 36px;
}
td, th, caption {
	font-size: 18px;
}
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: 18px/1.8 Microsoft YaHei UI Light, Arial, "Microsoft YaHei", sans-serif;
}
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: #47d2d4;
}
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: 94%;
	margin:0 auto;
}
.w1520{
	width: 1520px;
	margin: 0 auto;
}
.w1434{
	width: 1434px;
	margin: 0 auto;
}
.w1400{
	width: 1400px;
	margin: 0 auto;
}
.w1346{
	width: 1346px;
	margin: 0 auto;
}
.w1308{
	width: 1308px;
	margin: 0 auto;
}
.w1260{
	width: 1260px;
	margin: 0 auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1180{
	width: 1180px;
	margin: 0 auto;
}
.w1152{
	width: 1152px;
	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;
}
.pt30{
	padding:30px 0 0 0;
}
.ptb30{
	padding:30px 0;
}
.pt40{
	padding:40px 0 0 0;
}
.pt60{
	padding:60px 0 0 0;
}
.ptb60{
	padding:60px 0;
}
.ptb80{
	padding:80px 0;
}
.pt80{
	padding:80px 0 0 0;
}
.pt90{
	padding: 90px 0 0 0;
}
.ptb90{
	padding:90px 0;
}
.pb90{
	padding: 0 0 90px 0;
}
.ptb100{
	padding:100px 0;
}
.ptb120{
	padding:120px 0;
}
.ptb180{
	padding:180px 0;
}
.font70{
	font-size: 70px;
	line-height: 70px;
}
.font48{
	font-size: 48px;
	line-height: 48px;
}
.font40{
	font-size: 40px;
	line-height: 40px;
}
.font36{
	font-size: 36px;
	line-height: 36px;
}
.font32{
	font-size: 32px;
	line-height: 32px;
}
.font30{
	font-size: 30px;
	line-height: 30px;
}
.font28{
	font-size: 28px;
}
.font24{
	font-size: 24px;
}
.font20{
	font-size: 20px;
}
.font18{
	font-size: 18px;
	line-height: 30px;
}
.font16{
	font-size: 16px;
	line-height: 30px;
}
.indent{
	text-indent: 2em;
}

/* 颜色*/
.white{
	color: #fff;
}
.white a{
	color: #fff;
}
.white a:hover {
	color: #47d2d4;
}
.hui{
	color:#797979;
}
.hui a{
	color: #797979;
}
.hui a:hover {
	color: #fff;
}

@media (max-width: 1680px) {
	.w1520{
		width: 94%;
	}
	.w1434{
		width: 94%;
	}
}

@media (max-width: 1440px) {
    body {
		font-size: 16px;
	}
	body, td, th {
		line-height: 28px;
	}
	td, th, caption {
		font-size: 16px;
	}
	input, textarea, select, button {
		font-size: 16px;
	}
	.w1400{
		width: 94%;
	}
	.w1346, .w1308{
		width: 94%;
	}
	.w1260{
		width: 94%;
	}
}
@media (max-width: 1400px) {
    body {
		font-size: 14px;
	}
	body, td, th {
		line-height: 24px;
	}
	td, th, caption {
		font-size: 14px;
	}
	input, textarea, select, button {
		font-size: 14px;
	}
	.mt60{
		margin-top: 30px;
	}
	.mt90{
		margin-top: 40px;
	}
	.ptb90{
		padding: 40px 0;
	}
	.font70{
		font-size: 48px;
		line-height: 48px;
	}
	.font48{
		font-size: 42px;
		line-height: 42px;
	}
	.font42{
		font-size: 36px;
		line-height: 36px;
	}
	.font18{
		font-size: 16px;
	}
	.font16{
		font-size: 14px;
	}
}
@media (max-width: 1280px) {
	.wrap{
		width: 94%;
	}
	.w1200{
		width: 94%;
	}
	.w1180{
		width: 94%;
	}
	.w1152{
		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;
	}
	.ptb20{
		padding:2% 0;
	}
	.pt30{
		padding:3% 0 0 0;
	}
	.ptb30{
		padding:3% 0;
	}
	.pt40{
		padding:4% 0 0 0;
	}
	.pt60{
		padding-top: 6%;
	}
	.ptb60{
		padding: 6% 0;
	}
	.ptb80{
		padding:8% 0;
	}
	.pt80{
		padding:8% 0 0 0;
	}
	.pb80{
		padding-bottom:8%;
	}
	.pt90{
		padding:9% 0 0 0;
	}
	.pb90{
		padding: 0 0 9% 0;
	}
	.ptb90{
		padding:9% 0;
	}
	.ptb100{
		padding:10% 0;
	}
	.pt120{
		padding-top:12%;
	}
	.ptb120{
		padding:12% 0;
	}
	.pt130{
		padding-top:13%;
	}
	.pt180{
		padding-top:18%;
	}
	.ptb180{
		padding:18% 0;
	}
}
@media (max-width: 992px){
	.font70{
		font-size: 42px;
		line-height: 42px;
	}
	.font48{
		font-size: 36px;
		line-height: 36px;
	}
	.font42{
		font-size: 32px;
		line-height: 32px;
	}
	.font40{
		font-size: 32px;
		line-height: 32px;
	}
	.font36{
		font-size: 24px;
		line-height: 24px;
	}
	.font32{
		font-size: 20px;
		line-height: 24px;
	}
	.font30{
		font-size: 20px;
		line-height: 24px;
	}
	.font28{
		font-size: 20px;
	}
	.font26{
		font-size: 20px;
	}
	.font24{
		font-size: 20px;
	}
	.font20{
		font-size: 18px;
	}
	.font18{
		font-size: 14px;
	}
}
@media (max-width: 750px){
	.font70{
		font-size: 36px;
		line-height: 36px;
	}
	.font48{
		font-size: 30px;
		line-height: 30px;
	}
	.font42{
		font-size: 24px;
		line-height: 24px;
	}
	.font40{
		font-size: 24px;
	}
	.font36{
		font-size: 22px;
	}
	.font28{
		font-size: 16px;
	}
	.font26{
		font-size: 16px;
	}
	.font24{
		font-size: 16px;
	}
	.font20{
		font-size: 16px;
	}
}

/* Header */
header{
	width: 100%;
	position: relative;
	z-index: 1000;
	height: 88px;
	background: #535353;
}
header.fixed{
	position: fixed;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
header .header-logo{
	width: 173px;
	height: 88px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .header-logo img{
	width: 100%;
	display: block;
}
header .header-tools{
	width:136px;
	float: right;
}
header .header-tools > ul > li{
	float: left;
	height: 36px;
	position: relative;
	z-index: 1;
	margin: 26px 0;
	margin-right: 24px;
}
header .header-tools > ul > li:last-child{
	margin-right: 0;
}
header .header-tools > ul > li > a{
	height: 36px;
	line-height: 36px;
	color: #fff;
	display: block;
}
header .header-tools > ul > li > a > i{
	font-size: 28px;
	color: #47d2d4;
}
header .header-tools > ul > li > form{
	width: 360px;
	height: 36px;
	position: absolute;
	right: -360px;
	top: 0;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:all 300ms linear;
    -moz-transition:all 300ms linear;
    -o-transition:all 300ms linear;
    transition:all 300ms linear;
}
header .header-tools > ul > li:hover > form{
	right: 0;
	visibility: visible;
	opacity: 1;
}
header .header-tools > ul > li > form > input{
	width: 304px;
	height: 36px;
	padding: 0 10px;
	background: none;
	border: none;
	outline: none;
}
header .header-tools > ul > li > form > button{
	width: 36px;
	height: 36px;
	line-height: 36px;
	float: right;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}
header .header-tools > ul > li > form > button > i{
	font-size: 20px;
	color: #47d2d4;
}
header .header-nav{
	margin: 0 136px 0 173px;
}
header .header-nav > ul{
    height: 88px;
    display: flex;
	align-items: center;
	justify-content: center;
}
header .header-nav > ul > li{
	float: left;
	margin: 0 30px;
	position: relative;
}
header .header-nav > ul > li > a{
	line-height: 88px;
	display: block;
	position: relative;
	color: #fff;
}
header .header-nav > ul > li > a:after{
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	background: #47d2d4;
	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-nav > ul > li:hover > a, header .header-nav > ul > li.current > a{
    color: #47d2d4;
}
header .header-nav > ul > li:hover > a:after, header .header-nav > ul > li.current > a:after{
	transform-origin: center;
    transform: scale(1);
}
@media (max-width: 1280px){
	header .header-nav{
		display: none;
	}
	header .header-tools{
		width: auto;
	}
}
@media (max-width: 992px){
	header{
		height: 60px;
	}
	header .header-logo{
		width: 160px;
		height: 60px;
	}
	header .header-tools > ul > li {
	    margin: 12px 0;
	    margin-right: 14px;
	}
}
@media (max-width: 750px){
	header .header-logo{
		width: 140px;
	}
	header .header-tools > ul > li > form {
	    width: 100%;
	    position: fixed;
	    right: 0;
	    top: 60px;
	}
}

.sub-box{
	width: 288px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 1001;
	background: #fff;
	overflow: hidden;
}
.sub-box .close{
	padding: 0 24px;
	height: 60px;
	line-height: 60px;
	float: right;
	display: block;
}
.sub-box .close i{
	font-size: 24px;
}
.sub-box .sub-main{
	width: 240px;
	padding: 0 24px;
	height: 90%;
	height: calc(100% - 60px);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling : touch;
}
.sub-box .sub-main .sub-nav{
	width: 100%;
	overflow: hidden;
}
.sub-box .sub-main .sub-nav > ul{
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	overflow: hidden;
}
.sub-box .sub-main .sub-nav > ul > li{
	border-bottom: 1px #bfbfbf solid;
}
.sub-box .sub-main .sub-nav > ul > li > a{
	padding: 16px 10px;
	display: block;
}
.sub-box .sub-main .sub-nav > ul > li > ul{
	display: none;
	padding: 0 10px 10px 10px;
}
.sub-box .sub-main .sub-nav > ul > li:hover > ul{
	display: block;
}
.sub-box .sub-main .sub-nav > ul > li > ul > li > a{
	font-size: 14px;
}
.sub-box .sub-main .sub-link{
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}
.sub-box .sub-main .sub-link > ul > li{
	padding: 0 10px;
}
.sub-box .sub-main .sub-link > ul > li > a{
    font-size: 14px;
}
.sub-box .sub-main .sub-contact{
	width: 100%;
	padding-top: 240px;
	padding-bottom: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.sub-box .sub-main .sub-contact .bdsharebuttonbox a{
	padding: 0;
	font-size: 30px;
	color: #9b9fa3;
	background: none;
	margin: 0 6px;
}
.sub-box .sub-main .sub-contact .sub-qrcode{
	width: 102px;
	height: 102px;
	margin-top: 20px;
	background: #535353;
	overflow: hidden;
}
.sub-box .sub-main .sub-contact .sub-qrcode img{
	width: 100%;
	display: block;
}
.sub-box .sub-main .sub-contact .sub-tel{
	margin-top: 30px;
}
.sub-box .sub-main .sub-contact .sub-tel .tel-box1{
	font-weight: bolder;
	font-family: 'FuturaStd-Bold';
}
.sub-box .sub-main .sub-contact .sub-tel .tel-box2{
    margin: 8px 0;
}
.sub-box .sub-main .sub-contact .sub-tel .tel-box3 a{
	width: 120px;
	height: 28px;
	line-height: 28px;
	display: block;
	margin: 0 auto;
	border: 2px #00ffff solid;
}
.sub-box .sub-main .sub-contact .sub-tel .tel-box3 a:hover{
	background: #00ffff;
	color: #fff;
}
@media (max-width: 1280px) {
	.sub-box .close {
	    height: 50px;
	    line-height: 50px;
	}
	.sub-box .sub-main {
	    height: calc(100% - 50px);
	}
	.sub-box .close i {
	    font-size: 20px;
	}
	.sub-box .sub-main .sub-nav > ul > li > a{
		padding: 10px;
	}
    .sub-box .sub-main .sub-contact{
		padding-top: 24%;
		padding-bottom: 10%;
	}
	.sub-box .sub-main .sub-contact .sub-tel {
	    margin-top: 10px;
	}
	.sub-box .sub-main .sub-contact .sub-tel .tel-box2 {
	    margin: 0 0 8px 0;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

/* Footer */
footer{
	width: 100%;
	background: #ebf1f9;
	overflow: hidden;
}
footer .box1,
footer .box2{
	width: 100%;
	overflow: hidden;
}
footer .box1 .box-left{
	width: auto;
	width: calc(100% - 430px);
	line-height: 40px;
	overflow: hidden;
}
footer .box1 .box-left i{
	display: none;
}
footer .box1 .box-left a{
	display: block;
}
footer .box1 .box-left > ul{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
footer .box1 .box-left > ul > li > ul{
	margin-top: 14px;
}
footer .box1 .box-right{
	width: 430px;
	line-height: 30px;
	text-align: center;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	overflow: hidden;
}
footer .box1 .box-right div:nth-child(2){
    margin: 30px 0;
}
footer .box1 .box-right a{
	width: 186px;
	height: 44px;
	line-height: 44px;
    display: block;
	border: 2px #00ffff solid;
}
footer .box1 .box-right a:hover{
	background: #00ffff;
	color: #fff;
}
footer .box2{
	border-top: 1px #9b9fa3 solid;
	padding: 30px 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
}
footer .box2 > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .box2 .bdsharebuttonbox{
	padding: 0 14px;
}
footer .box2 .bdsharebuttonbox a{
	padding: 0;
	font-size: 30px;
	color: #9b9fa3;
	background: none;
	margin: 0 14px;
}
.footer{
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;
}
.footer li{
	background: url('../images/dot.png') no-repeat left center;
	padding-left: 14px;
	display: inline-block;
	margin: 0 4px;
}
.footer.white li{
	background: url('../images/dot-white.png') no-repeat left center;
}
#top{
	width: 41px;
	position: fixed;
	right: 2%;
	bottom: 2%;
	z-index: 100;
}
#top img{
	width: 100%;
	display: block;
}
@media (max-width: 1280px){
	footer .box1 .box-left,
	footer .box1 .box-right{
		width: 100%;
	}
	footer .box1 .box-right{
		margin-top: 8%;
	}
	footer .box1 .box-left i{
		display: block;
	}
	footer .box1 .box-left > ul{
		display: block;
	}
	footer .box1 .box-left > ul > li{
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px #9b9fa3 solid;
	}
	footer .box1 .box-left > ul > li > ul{
		display: none;
		margin:10px 0;
	}
	footer .box1 .box-left > ul > li > ul > li{
		padding: 6px 0;
	}
	footer .box1 .box-right{
		align-items: center;
	}
	footer .box1 .box-right div:nth-child(2){
	    margin: 3% 0;
	}
	footer .box2 {
	    padding: 20px 0;
	    justify-content: center;
	}
	footer .box2 .bdsharebuttonbox{
		padding: 0 10px;
	}
	footer .box2 .bdsharebuttonbox a{
		font-size: 24px;
		margin: 0 10px;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
	#top{
		width: 30px;
	}
}