@charset "utf-8";
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, 
form,fieldset,input,textarea,p,blockquote,th,td { 
    padding: 0; 
    margin: 0; 
} 
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 
fieldset,img { 
    border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-weight: normal; 
    font-style: normal; 
} 
ol,ul { 
    list-style: none; 
} 
caption,th { 
    text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%; 
} 
q:before,q:after { 
    content:""; 
} 
abbr,acronym { 
    border: 0; 
}
a{
	text-decoration: none;
}
img{
	border:none;
	vertical-align: bottom;;
}
html,body{
	font-family: "微软雅黑";
	font-size: 14px;
	min-width: 1200px;
}
.c{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.ha{
	width: 100%;
	overflow: hidden;
}
.ha-box{
	width: 400%;
	margin-left: -150%;
	text-align: center;
}

.ucontents{
	line-height: 40px;
}

.ucontents strong, .ucontents b,.ucontents h1,.ucontents h2,.ucontents h3,.ucontents h4,.ucontents h5,.ucontents h6{
	font-weight: bold;
}

#docs{
	padding-top: 120px;
}

.hd{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: white;
	z-index: 4;
}
.hd.active{
	border-bottom: 4px solid #ccc;
}
.hd .c{
	position: relative;
}


.hd-logo{
	width: 400px;
	height: 120px;
	transition: all .5s;
}
.hd.active .hd-logo{
	width: 260px;
	height: 78px;
}


.hd-logo img{
	width: 100%;
	height: 100%;
}
.hd-links{
	position: absolute;
	right: 0;
	top: 10px;
	height: 30px;
	line-height: 30px;
}
.hd.active .hd-links{
	display: none;
}
.hd-links p{
	overflow: hidden;
	font-size: 12px;
}
.hd-links a{
	float: left;
	color: #7c7c7c;
}
.hd-links img{
	vertical-align: middle;
	margin-right: 11px;
}
.hd-links i{
	float: left;
	display: block;
	height: 12px;
	width: 1px;
	background: #7c7c7c;
	margin: 9px 16px;
}

.hd-nav{
	position: absolute;
	right: 0;
	bottom: 20px;
	height: 26px;
	line-height: 26px;
	transition: bottom .5s;
}
.hd.active .hd-nav{
	bottom: 24px;
}
.hd-nav ul{
}
.hd-nav li{
	float: left;
	margin-left: 52px;
	position: relative;
	overflow: hidden;
}
.hd-nav li a{
	font-size: 16px;
	color: #242424;
}
.hd-nav li.active a{
	color: #10579e;
}
.hd-nav li:hover{
	overflow: visible;
}
.hd-nav li:hover a{
	font-weight: bold;
}
.hd-nav li .hd-nav-sub{
	position: absolute;
	left: 0;
	top: 27px;
	width: 530px;
	overflow: hidden;
	background: #0084FF;
	border-top: 19px solid white;
}
.hd.active .hd-nav li .hd-nav-sub{
	border-top-width: 23px;
}
.hd-nav-sub-l{
	float: left;
	width: 158px;
	background: #eee;
}
.hd-nav-sub-r{
	float: right;
	width: 372px;
	overflow: hidden;
}
.hd-nav-sub-l a{
	display: block;
	height: 64px;
	line-height: 64px;
	text-indent: 20px;
	border-bottom: 1px solid #ccc;
	font-size: 14px !important;
	color: #242424 !important;
	font-weight: normal !important;
}
.hd-nav-sub-l a.active{
	background: white;
	border-left: 2px solid #2196df;
	color: #2196df !important;
}
.hd-nav-sub-r div{
	overflow: hidden;
	width: 110%;
}
.hd-nav-sub-r a{
	float: left;
	display: block;
	height: 65px;
	line-height: 65px;
	width: 186px;
	text-indent: 24px;
	border-right: 1px dashed #eee;
	font-size: 14px !important;
	color: #91C7FB !important;
	font-weight: normal !important;
}
.hd-nav-sub-r a:hover{
	color: white !important;
}

.hd-nav-lev2{
	position: absolute;
	top: 27px;
	overflow: hidden;
	background: #eee;
	border-top: 19px solid white;
}
.hd.active .hd-nav-lev2{
	border-top-width: 23px;
}
.hd-nav-lev2 a{
	display: block;
	height: 64px;
	line-height: 64px;
	width: 186px;
	text-indent: 24px;
	font-size: 14px !important;
	color: black !important;
	border-bottom: 1px solid #ccc;
	font-weight: normal !important;
}
.hd-nav-lev2 a:hover{
	background: white;
	border-left: 2px solid #2196df;
	color: #2196df !important;

}

.bar-search{
	background: #eee;
	height: 40px;
	line-height: 40px;
}
.bar-search .c{
	overflow: hidden;
}
.bar-search-l{
	float: left;
}
.bar-search-r{
	float: right;
	overflow: hidden;
}
.bar-search-l p{
	overflow: hidden;
}
.bar-search-l strong{
	float: left;
	font-size: 16px;
	color: #262626;
}
.bar-search-l a{
	float: left;
	color: #666;
	display: inline-block;
	margin-right: 62px;
}


.bar-search-r form{
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	border: 1px solid #3a3a3a;
	margin-top: 8px;
	background: url(../images/bar-search-r-icon.png) no-repeat 5px center;
	padding-left: 26px;
}
.bar-search-r input{
	float: left;
	border: none;
	height: 24px;
	line-height: 24px;
}
.bar-search-r-text{
	background: transparent;
	padding: 0 4px;
	width: 132px;
	color: #777;
	font-size: 12px;
}
.bar-search-r-submit{
	background: #3a3a3a;
	width: 54px;
	text-align: center;
	color: white;
}

.ft-w1{
	background: #181818;
	padding-top: 75px;
	height: 270px;
}
.ft-w1 .c{
	position: relative;
	height: 100%;
}
.ft-w1-p1{
	width: 351px;
	height: 154px;
	background: #2196df;
	overflow: hidden;
	padding:23px 0 0  40px;
	color: white;
	float: left;
}
.ft-w1-p1 img{
	width: 98px;
	height: 98px;
	float: left;
	margin-right: 18px;
}
.ft-w1-p1 strong{
	line-height: 18px;
}
.ft-w1-p1 dl{
	margin-top: 29px;
}
.ft-w1-p1 dt{
	line-height: 20px;
}
.ft-w1-p1 dd{
	margin-top: 3px;
	line-height: 28px;
	font-size: 24px;
}
.ft-w1-p1 p{
	clear: both;
	margin-top: 17px;
	line-height: 20px;
}

.ft-w1-p2{
	float: right;
	width: 800px;
}
.ft-w1-p2-p1{
	overflow: hidden;
}
.ft-w1-p2-p1 ul{
	overflow: hidden;
	width: 120%;
}
.ft-w1-p2-p1 li{
	float: left;
	width: 149px;
	padding-right: 26px;
	border-right: 1px solid #373636;
	margin-left: 26px;
	height: 162px;
}
.ft-w1-p2-p1 li strong{
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	color: white;
}
.ft-w1-p2-p1 li p{
	margin-top: 12px;
	line-height: 24px;
}
.ft-w1-p2-p1 li p a{
	display: block;
	font-size: 12px;
	color: #828282;
}
.ft-w1-p2-p1 li p a:hover{
	color: white;
}

.ft-w1-p2-p2{
	padding-left: 26px;
	line-height: 24px;
	margin-top: 9px;
	font-size: 12px;
	color: #7a7a7a;
}
.ft-w1-p2-p2 a{
	color: #7a7a7a;
}

.ft-w1-p3{
	clear: both;
}
.ft-w1-p3 a{
	display: block;
	width: 111px;
	height: 89px;
	background: url(../images/ft-w1-p3-bg.jpg) no-repeat;
	position: absolute;
	right: -111px;
	bottom: 48px;
	text-indent: -999px;
	overflow: hidden;
}

.ft-w2{
	background: black;
	height: 72px;
}
.ft-w2 .c{
	overflow: hidden;
}
.ft-w2 strong{
	display: block;
	float: left;
	height: 72px;
	width: 92px;
	background: url(../images/ft-w2-text.png) no-repeat right 13px;
	text-indent: -999px;
	overflow: hidden;
}
.ft-w2 p{
	float: left;
	overflow: hidden;
	margin: 29px 0 0 50px;
	line-height: 24px;
}
.ft-w2 p a, .ft-w2 p i{
	float: left;
	display: block;
}
.ft-w2 p a{
	color: #3d3d3d;
}
.ft-w2 p i{
	width: 1px;
	height: 14px;
	margin: 5px 34px;
	background: #3d3d3d;
}
#des{display: none;}
p.des #des{display: block;}