/* CSS Document */
body{
	color:#333;
	font-family:arial,"宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;	
	background-attachment: fixed;
}
/* 重置 */

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:underline;
}
/** 图片链接效果 **/

.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{
	width:100%;
	height:136px;
	background-image:url(../images/top_bj.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#header1{
	width:1000px;
	margin:0px auto;
}
.header_1{
	height:32px;
	padding-left:757px;
}
.sou_1{
	width:177px;
	padding-top:5px;
	float:left;
	height:20px;
	background-image:url(../images/sou_1.jpg);
	background-position:left 5px;
	background-repeat:no-repeat;
}
.sou_2{
	width:57px;
	float:right;
	padding-top:5px;
}
.header_2{
	height:80px;
}
.logo{
	width:317px;
	float:left;
	padding-left:12px;
}
.nav{
	width:654px;
	float:right;
}
.nav ul li{
	float:left;position:relative;
}
.nav ul li a{
	width:108px;
	display:block;
	background-image:url(../images/nav_xian.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:center;
	line-height:80px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#ffffff;
}
.nav ul li:hover a{
	text-decoration:none;
	color:#f59500;
}
.header_3{
	height:23px;
	padding-left:13px;
}
#banner{
	width:100%;
	text-align:center;
}
#foot{
	height:246px;
	background-color:#333333;
}
#foot1{
	width:1000px;
	margin:0px auto;
	padding-top:30px;
}
.foot_1{
	width:343px;
	float:left;
	border-right:#3d3732 1px solid;
}
.foot_1_1{
	height:35px;
	padding-left:24px;
}
.foot_1_2{
	width:290px;
	padding-left:24px;
	border-bottom:#3d3732 1px solid;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#999;
	line-height:25px;
}
.foot_1_3{
	padding-top:13px;
	padding-left:24px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#999;
	line-height:25px;
}
.foot_1_3 a{
	color:#999;
}
.foot_2{
	width:354px;
	float:left;
	border-right:#3d3732 1px solid;
}
.foot_22{
	padding-left:37px;
	padding-right:33px;
}
.foot_2_up{
	height:35px;
}
.foot_2_down{
	padding-top:17px;
}
.foot_2_down ul li{
	height:39px;
	border-bottom:#3d3732 1px solid;
}
.foot_2_down_left{
	width:100px;
	float:left;
	line-height:39px;
	font-size:12px;
	color:#5c5c5c;
}
.foot_2_down_right{
	width:170px;
	float:right;
	text-align:right;
	line-height:39px;
	font-size:12px;
	color:#5c5c5c;
}
.foot_2_down_right a{color:#5c5c5c;}
.foot_3{
	width:250px;
	float:right;
}
.foot_3_up{
	height:35px;
}
.foot_3_down{
	padding-top:17px;
}
.foot_3_down ul li{
	height:40px;
	background-image:url(../images/foot_3.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:40px;
}
.foot_3_down ul li a{
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#5c5c5c;
}
.nav ul li ul {
	display: none;
}
.nav ul li:hover a {
	color:#e6a541; 

	background-repeat: repeat-x;
	background-position: center top;
}
.nav ul li:hover ul {
	display:block; 
	position:absolute; 
	top:80px; 
	left:0; 
	width:108px;z-index:99999;
}
.nav ul li:hover ul li a {
	display:block; 
	height:26px;
	color:#fff;
	padding:0px 0 0 0;
	background-image: none;
	text-align:center;
	font-size:12px;
	font-family: "瀹嬩綋", Arial;
	line-height:24px;
	background-color:#00539c;
	border-bottom:solid 1px #f0f0f0;

	
}
.nav ul li:hover ul li a:hover {
	background-color:#247ac5;
}
#qr_pannel{position:fixed;_position:absolute;right:50%;bottom:210px;text-align:center;width:120px;height:auto;padding:5px;text-align:center;
margin-right:520px;color:#000;background:#f9f9f9;vertical-align:middle;border:1px solid #eee;}
#qr_pannel img,#qr_panne2 img{}
#qr_pannel h3,#qr_panne2 h3{
	line-height:30px;
	font-weight:normal;
	color:#666;
	font-size: 12px;
}
#qr_panne2{position:fixed;_position:absolute;right:50%;bottom:50px;text-align:center;width:120px;height:auto;padding:5px;text-align:center;
margin-right:520px;color:#000;background:#f9f9f9;vertical-align:middle;border:1px solid #eee;}