@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-size:12px;
	font-family:"微软雅黑",arial;
	margin:0 auto;
	padding:0;
	min-width:1200px;
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
#root{
	width:100%;
	margin:0px auto;
	padding:0px;
}
#header{
	background-image:url(../images/top_bj.gif);
	background-position: center top;
	background-repeat:repeat-x;
	height:113px;
}
#header1{
	width:1200px;
	margin:0 auto;
}
.logo{
	width:199px;
	float:left;
	padding-top:25px;
}
.logo img{
	vertical-align:top;
}
.header_right{
	width:913px;
	float:right;
}
.top{
	height:34px;
	float:right;
}
.top_1{
	width:140px;
	float:left;
	height:34px;
	line-height:34px;
	font-size:13px;
	color:#166abf;
}
.top_1 img{
	vertical-align:middle;
	margin-right:4px;
}
.top_2{
	width:173px;
	float:left;
	height:33px;
	border-bottom:#ebebeb 1px solid;
	font-size:13px;
	color:#bcbcbc;
	line-height:33px;
}
.top_2 img{
	vertical-align:middle;
	margin-right:10px;
}
.top_2 a{
	display:inline-block;
	vertical-align:top;
	padding:0 8px;
	height:33px;
	line-height:33px;
	font-size:12px;
	color:#414141;
}
.top_2 a:hover{
	border-bottom:#4c84c9 1px solid;
	color:#4c84c9;
}
.top_3{
	width:31px;
	float:right;
	padding-top:9px;
	height:24px;
	border-bottom:#ebebeb 1px solid;
}
.top_3 img{
	vertical-align:top;
}
.nav{
	margin-top:18px;
	height:61px;
}
.nav ul li{
	float:left;
	position:relative;
	background-image:url(../images/nav_line.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.nav ul li .nav_01{
	width:112px;
	height:61px;
	display:block;
	text-align:center;
	line-height:61px;
	font-size:15px;
	color:#414141;
}
.nav ul li:hover .nav_01{
	color:#1467bd;
	background-image:url(../images/nav_1.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.nav_2{
	position:absolute;
	z-index:99;
	top:61px;
	left:0;
	background-image:url(../images/nav_bj.gif);
	background-position:left top;
	background-repeat:repeat-y;
	border-radius:0 0 6px 6px;
	overflow:hidden;
	display:none;
	width:112px;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
}
.nav ul li:hover .nav_2{
	display:block;
}
.nav ul li:hover .nav_2 li{
	float:none;
	background-image:none;
	padding:0 5px;
}
.nav ul li:hover .nav_2 li a{
	height:38px;
	display:block;
	border-bottom:#3e86cf 1px solid;
	text-align:center;
	line-height:38px;
	font-size:13px;
	color:#ffffff;
}
#banner{
	text-align:center;
}
#banner img{
	vertical-align:top;
}
#foot{
	background-image:url(../images/foot_bj.gif);
	background-position: center top;
	background-repeat:repeat-x;
	height:399px;
}
#foot1{
	width:1200px;
	margin:0 auto;
	padding-top:46px;
}
.foot_up{
	height:257px;
}
.foot_up_left{
	width:850px;
	float:left;
}
.foot_up_left ul li{
	float:left;
	width:136px;
}
.foot_up_left_1{
	height:35px;
}
.foot_up_left_1 a{
	font-size:15px;
	color:#ffffff;
}
.foot_up_left_2{
	line-height:30px;
}
.foot_up_left_2 a{
	font-size:12px;
	color:#a7b4d0;
}
.foot_up_right{
	width:316px;
	float:right;
}
.foot_up_right_1{
	height:40px;
	font-size:16px;
	color:#ffffff;
}
.foot_up_right_2{
	width:100%;
}
.foot_up_right_2 span{
	display:inline-block;
	margin-right:30px;
	text-align:center;
	font-size:14px;
	color:#a8b5d1;
}
.foot_up_right_2 span img{
	vertical-align:top;
	margin-bottom:8px;
}
.foot_down{
	height:96px;
}
.foot_down_1{
	width:210px;
	float:left;
	padding-top:8px;
}
.foot_down_1 img{
	vertical-align:top;
}
.foot_down_2{
	width:590px;
	float:left;
	padding-top:20px;
	font-size:13px;
	color:#a6abb5;
	line-height:26px;
}
.foot_down_2 a{
	color:#a6abb5;
}
.foot_down_3{
	width:235px;
	float:right;
	padding-top:20px;
}
.foot_down_3_01{
	height:31px;
	text-align:center;
	color:#a6abb5;
}
.foot_down_3_01 a{
	display:inline-block;
	padding:0 15px;
	font-size:12px;
	color:#a6abb5;
}
.foot_down_3_02{
	width:100%;
	position:relative;
}
.foot_down_3_02_up{
	width:213px;
	height:25px;
	border:#566883 1px solid;
	border-radius:25px;
	text-align:center;
	line-height:25px;
	position:relative;
	font-size:13px;
	color:#989da9;
}
.foot_down_3_02_up img{
	position:absolute;
	z-index:99;
	top:8px;
	right:14px;
}
.foot_down_3_02_down{
	width:213px;
	position:absolute;
	z-index:99;
	bottom:27px;
	left:0;
	background-color:#0d274d;
	display:none;
}
.foot_down_3_02_down a{
	height:30px;
	display:block;
	text-align:center;
	line-height:30px;
	font-size:14px;
	color:#ffffff;
	border:#566883 1px solid;
}

























