
/* CSS Document */
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: 14px/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;
}
body, td, th {
	color:#555;
	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 Arial, "Microsoft YaHei", sans-serif;
}
input, textarea, select {
 *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#555;
	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: #0348b2;
}
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: 1200px;
	margin:0 auto;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt90{
	margin-top: 90px;
}
.pt30{
	padding:30px 0 0 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;
}
.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;
}
.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: #fff;
}
.hui{
	color:#797979;
}
.hui a{
	color: #797979;
}
.hui a:hover {
	color: #fff;
}

/* Header */
header{
	width: 100%;
	position: relative;
	z-index: 1000;
	background: #fff;
}
header.fixed{
	position: fixed;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
header .box1{
	height: 33px;
	line-height: 33px;
	border-bottom: 1px #eeeeee solid;
}
header .box1 .left li{
	float: left;
	margin-right: 32px;
}
header .box1 .left li i{
	color: #999;
	margin-right: 4px;
}
header .box1 .right{
	border-left: 1px #eee solid;
}
header .box1 .right li{
	float: left;
	border-right: 1px #eee solid;
	padding: 0 15px;
}
header .box1 .right a{
	display: block;
}
header .box2{
	height: 80px;
}
header .box2 .logo{
	width: 351px;
	height: 50px;
	margin: 15px 0;
	background: url('../image/logo.png') no-repeat center top;
	overflow:hidden;
}
header .box2 .bdsharebuttonbox{
	height: 80px;
	position: relative;
}
header .box2 .bdsharebuttonbox:before{
	content: "";
	width: 1px;
	height: 12px;
	background: #eee;
	position: absolute;
	left: 0;
	top: 34px;
}
header .box2 .bdsharebuttonbox a{
	display: block;
	line-height: 80px;
	background: none;
	margin: 0;
	padding: 0;
    height: auto;
    font-size: 24px;
    color: #888;
    margin-left: 18px;
}
header .box2 .header-nav li{
	float: left;
}
header .box2 .header-nav a{
	display: block;
}
header .box2 .header-nav > ul > li{
	margin: 0 20px;
	position: relative;
}
header .box2 .header-nav > ul > li > a{
	line-height: 80px;
	font-size: 15px;
	position: relative;
}
header .box2 .header-nav > ul > li:hover > a, header .box2 .header-nav > ul > li.current > a{
	color: #0348b2;
}
header .box2 .header-nav > ul > li > a:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #0348b2;
	bottom: 15px;
	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 .box2 .header-nav > ul > li:hover > a:after, header .box2 .header-nav > ul > li.current > a:after{
	transform-origin: center;
    transform: scale(1);
}
header .box2 .header-nav > ul > li > ul{
	min-width: 100%;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	display: none;
}
header .box2 .header-nav > ul > li:hover > ul{
	display: block;
}
header .box2 .header-nav > ul > li > ul > li{
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
}
header .box2 .header-nav > ul > li > ul > li:last-child{
	border-bottom: none;
}
header .box2 .header-nav > ul > li > ul > li > a{
	padding: 6px 20px;
	text-align: center;
	display: block;
	word-break:keep-all; 
	white-space:nowrap;
}
header .box2 .header-nav > ul > li > ul > li > a:hover{
	background: #0348b2;
	color: #fff;
}

/* Footer */
footer{
	width: 100%;
	background: #1f1f1f;
	overflow: hidden;
}
footer .box1{
	height: 126px;
	overflow: hidden;
}
footer .box1 > div{
	height: 100%;
	display: flex;
	align-items: center;
}
footer .box2{
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 70px 0;
	overflow: hidden
}
footer .box2 > ul{
	display: flex;
	justify-content: space-between;
	line-height: 28px;
}
footer .box2 > ul > li > a{
	margin-bottom: 16px;
	display: block;
	color: #fff;
	font-size: 16px;
	height: 36px;
	position: relative;
}
footer .box2 > ul > li > a:before{
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .4);
	position: absolute;
	left: 0;
	bottom: 0;
}
footer .box2 > ul > li > a:after{
	content: "";
	width: 20px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #0d4aae;
}
footer .box3{
	height: 74px;
	line-height: 74px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	text-transform: uppercase;
	overflow: hidden;
}
footer .box3 .right > a{
	display: flex;
	align-items: center;
}
footer .box3 .right > a > img{
	opacity: .6;
}