@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
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: 16px/1.8 Arial, "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
body, td, th {
	color:#2b2b2b;
	line-height: 24px;
}
td, th, caption {
	font-size: 16px;
}
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: 16px/1.8 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: #0093dd;
}
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, .l {
	float: left;
}
.rt, .right, .r {
	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;
}
.mainbox{
	width: 100%;
	margin:0 auto;
	background: #fff;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt20{
	margin-top: 24px;
}
.mt24{
	margin-top: 24px;
}
.mtb24{
	margin:24px 0;
}
.mt30{
	margin-top: 30px;
}
.mtb30{
	margin:30px 0;
}
.mt40{
	margin-top: 40px;
}
.mb48{
	margin-bottom: 48px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt90{
	margin-top: 90px;
}
.mt100{
	margin-top: 100px;
}
.mtb100{
	margin:100px 0;
}
.pt20{
	padding-top:20px;
}
.pb20{
    padding-bottom: 20px;
}
.ptb20{
	padding:20px 0;
}
.pt30{
	padding:30px 0 0 0;
}
.ptb30{
	padding:30px 0;
}
.pt40{
	padding-top:40px;
}
.ptb40{
	padding: 40px 0;
}
.pt60{
	padding-top:60px;
}
.ptb60{
	padding:60px 0;
}
.ptb80{
	padding:80px 0;
}
.pt80{
	padding:80px 0 0 0;
}
.pb80{
	padding:0 0 80px 0;
}
.ptb90{
	padding:90px 0;
}
.ptb100{
	padding:100px 0;
}
.ptb120{
	padding:120px 0;
}
.ptb180{
	padding:180px 0;
}
.font48{
	font-size: 48px;
	line-height: 48px;
}
.font40{
	font-size: 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: #0093dd;
}
.hui{
	color:#6c6c6b;
}
.hui a{
	color: #6c6c6b;
}
.hui a:hover {
	color: #fff;
}
@media (max-width: 1480px) {
    body {
		font-size: 14px;
	}
	td, th, caption {
		font-size: 14px;
	}
	input, textarea, select, button {
		font-size: 14px;
	}
}

/* Header */
header{
	width: 100%;
	height: 190px;
	position: relative;
	z-index: 1000;
}
header .box1{
	margin:0 15px;
	padding:8px 0;
	height: 92px;
	border-bottom: 1px #cecece solid;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
header .box1 .logo{
	display: block;
}
header .box1 .logo img{
	height: 100%;
	display: block;
}
header .box1 .share{
	height: 100%;
	display: flex;
	align-items: center;
}
header .box1 .share li{
	float: left;
	margin-left: 20px;
}
header .box1 .share a{
	display: block;
	font-size: 42px;
	color: #dddddd;
}
header .box1 .share a:hover{
	color: #0093dd;
}
header .box2{
	width: 100%;
	height: 98px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .box2 .header-menu{
	display: block;
}
header .box2 .header-menu > ul > li{
    float: left;
    padding:0 40px;
    position: relative;
}
header .box2 .header-menu > ul > li > a{
	line-height: 98px;
	font-size: 18px;
}
header .box2 .header-menu > ul > li > a > i{
	margin-left: 6px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .box2 .header-menu > ul > li:hover > a > i{
	transform: rotate(180deg);
}
header .box2 .header-menu > ul > li > ul{
	min-width: 100%;
	position: absolute;
	top:98px;
	display: none;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding:10px 14px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .box2 .header-menu > ul > li > ul > li{
	width: 100%;
	float: left;
	border-bottom: 1px #cecece solid;
}
header .box2 .header-menu > ul > li > ul > li > a{
	line-height: 42px;
	white-space:nowrap;
	display: flex;
	justify-content: space-between;
}
header .box2 .header-menu > ul > li > ul > li > a i{
	margin-left: 6px;
}
header .box2 .header-menu > ul > li:hover > ul{
    display: block;
    opacity: 1;
    visibility: visible;
}
header .box2 .header-lan{
	padding:0 40px;
	position: relative;
}
header .box2 .header-lan .title{
	line-height: 98px;
	cursor: pointer;
	font-size: 18px;
}
header .box2 .header-lan .title i{
	margin-left: 6px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .box2 .header-lan .content{
	width: 100%;
	position: absolute;
	top:98px;
	display: none;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding:10px 14px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .box2 .header-lan .content li{
	width: 100%;
	float: left;
	border-bottom: 1px #cecece solid;
}
header .box2 .header-lan .content a{
	display: block;
	line-height: 42px;
}
header .box2 .header-lan:hover .title i{
	transform: rotate(180deg);
}
header .box2 .header-lan:hover .content{
	display: block;
    opacity: 1;
    visibility: visible;
}
header .box2 .header-search{
	position: relative;
	margin-left: 40px;
	height: 98px;
	display: flex;
	align-items: center;
}
header .box2 .header-search a{
	display: block;
	color: #0093dd;
	font-size: 20px;
}
header .box2 .header-search form{
	width: 0;
	height: 40px;
	position: absolute;
	top:29px;
	right: -21px;
	padding:0 20px;
	border:1px #cecece solid;
	border-radius: 20px;
	line-height: 38px;
	display: none;
	opacity: 0;
	background: #fff;
}
header .box2 .header-search input{
	height: 38px;
	border:none;
	outline: none;
	width: 190px;
	float: left;
}
header .box2 .header-search button{
	border:none;
	width: 20px;
	height: 38px;
	cursor: pointer;
	background: none;
	text-align: right;
	float: right;
}
header .box2 .header-search button i{
	font-size: 20px;
	color: #0093dd;
}
@media (max-width: 1480px) {
    header .box2 .header-menu > ul > li > a{
    	font-size: 16px;
    }
    header .box2 .header-menu > ul > li {
	    padding: 0 24px;
	}
	header .box2 .header-lan{
		padding:0 24px;
	}
	header .box2 .header-lan .title{
		font-size: 16px;
	}
	header .box2 .header-search{
		margin-left: 24px;
	}
}

/* Footer */
footer{
	width: 100%;
	background: #000000;
	overflow: hidden;
}
footer .box1{
	overflow: hidden;
}
footer .box1 > ul{
	display: flex;
	justify-content: space-between;
}
footer .box1 > ul > li > .title{
	font-size: 18px;
	text-transform: uppercase;
}
footer .box1 > ul > li > .title > a{
	color: #fff;
}
footer .box1 > ul > li > .content{
	font-size: 14px;
}
footer .box1 > ul > li > .content > ul > li{
	border-bottom: 1px #474747 solid;
	line-height: 50px;
	display: flex;
}
footer .box1 > ul > li > .content > ul > li > a{
	display: flex;
}
footer .box1 > ul > li > .content > ul > li em{
	display: block;
	color: #fff;
}
footer .box2{
	background: #252525;
	text-align: center;
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px #999999 solid;
	font-size: 14px;
}
@media (max-width: 1480px) {
    footer .box1 > ul > li > .title{
    	font-size: 16px;
    }
}