@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	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;
}
a:link{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #0a77c8;
	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:0;
}
#header{
	width:1200px;
	margin:0 auto;
	height:82px;
}
.logo{
	width:200px;
	float:left;
	padding-top:15px;
}
.logo img{
	vertical-align:top;
}
.nav{
	width:910px;
	float:left;
	padding-top:8px;
	padding-left:34px;
}
.nav ul li{
	float:left;
	position:relative;
}
.nav ul li a{
	width:113px;
	height:75px;
	display:block;
	background-image:url(../images/nav_line.gif);
	background-position:right center;
	background-repeat:no-repeat;
	text-align:center;
	line-height:75px;
	font-size:16px;
	color:#494949;
}
.nav ul li a:hover{
	color:#0a77c8;
}
.left_01{
	left:0;
}
.nav_erji{
	display:none;
}
.nav ul li:hover .nav_erji{
	width:120px;
	position:absolute;
	z-index:999;
	top:72px;
	background-color:#0a77c8;
	padding:10px 0;
	display:block;
}
.nav ul li:hover .nav_erji_left{
	width:149px;
	float:left;
	background-image:url(../images/nav_11.gif);
	background-position:right top;
	background-repeat:repeat-y;
	text-align:center;
}
.nav ul li:hover .nav_erji_left a{
	height:35px;
	width:120px;
	display:block;
	line-height:35px;
	padding:0;	
	background-image:none;
	text-align:center;
	font-size:13px;
	color:#ffffff;
}
.nav_erji_right{
	width:423px;
	float:right;
	padding-right:35px;
	font-size:13px;
	color:#ffffff;
	line-height:28px;
}
.nav_erji_right h2{
	font-size:16px;
	color:#ffffff;
	padding-bottom:10px;
}
.nav ul li:hover .nav_erji_right .nav_erji_right_more{
	width:423px;
	display:block;
	text-align:right;
	font-size:12px;
	color:#ffffff;
	background-image:none;
}
#banner{
	text-align:center;
}
#banner img{
	vertical-align:top;
}
.top{
	width:46px;
	float:right;
	padding-top:33px;
	text-align:right;
}
.top img{
	vertical-align:top;
	margin-left:10px;
}
#foot{
	height:342px;
	background-image: url(../images/foot_bj.gif);
	background-position:center top;
	background-repeat: repeat-x;
}
#foot1{
	width:1200px;
	margin:0 auto;
	padding-top:43px;
}
.foot_up{
	height:246px;
}
.foot_up_01{
	width:583px;
	float:left;
	height:246px;
	background-image:url(../images/foot_1.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.foot_up_01 ul li{
	float:left;
	width:116px;
}
.foot_up_01_up{
	height:29px;
}
.foot_up_01_up a{
	font-size:16px;
	color:#ffffff;
}
.foot_up_01_down{
	line-height:22px;
}
.foot_up_01_down a{
	font-size:12px;
	color:#f6ddde;
}
.foot_up_01_down a:hover{
	color:#ff0;
}
.foot_up_02{
	width:304px;
	float:left;
	padding-left:29px;
	background-image:url(../images/foot_1.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:246px;
	font-size:13px;
	color:#f0cbcd;
	line-height:30px;
	margin-top: -5px;
}
.foot_up_02 h2{
	font-size:16px;
	color:#ffffff;
	height:29px;
	font-weight:normal;
}
.foot_up_02 a{
	color:#f0cbcd;
}
.foot_up_02 a:hover{
	color:#ff0;
}
.foot_up_03{
	width:239px;
	float:right;
}
.foot_up_03_1{
	height:37px;
	font-size:16px;
	color:#ffffff;
}
.foot_up_03_2{
	width:100%;
}
.foot_up_03_2 select{
	width:174px;
	height:22px;
	background-color:#ffffff;
	border:#aaaaaa 1px solid;
	line-height:22px;
	padding-left:10px;
	font-size:14px;
	color:#565656;
}
.foot_up_03_3{
	padding-top:22px;
}
.foot_up_03_3 span{
	display:inline-block;
	margin-right:34px;
	font-size:12px;
	color:#ffffff;
}
.foot_down{
	height:50px;
	padding:0 20px;
	text-align:center;
	line-height:50px;
	font-size:12px;
	color:#464646;
}
.foot_down a{
	color:#464646;
}
.foot_down a:hover{
	color:#0a77c8;
}














.sousuo_tc{
	width:244px;
	height:37px;
	position:absolute;
	z-index:99;
	top:80px;
	right:0;
	background-color:#ffffff;
	padding:13px 17px;
	display: none;
}
.sousuo_bj{
	background-color:#e5e5e5;
	height:37px;
}
.sousuo_bj_left{
	width:190px;
	height:37px;
	float:left;
}
.sousuo_bj_left input{
	width:170px;
	height:37px;
	border:none;
	background:none;
	line-height:37px;
	padding-left:10px;
	font-size:14px;
	color:#555555;
}
.sousuo_bj_right{
	width:49px;
	float:right;
}
























































































