@charset "utf-8";
/* 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: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{
	height:104px;
	border-bottom:#e9e9e9 1px solid;
}
#header1{
	width:1200px;
	margin:0 auto;
}
.logo{
	width:240px;
	float:left;
	padding-top:31px;
}
.header_right{
	width:812px;
	float:right;
}
.top{
	height:45px;
	padding-top:11px;
}
.top_3{
	width:52px;
	float:right;
}
.top_2{
	float:right;
	font-family:"微软雅黑","宋体";
	font-size:15px;
	color:#6e6e6e;
	padding:0 10px;
	line-height:30px;
}
.top_2 a{
	font-family:"微软雅黑","宋体";
	font-size:15px;
	color:#6e6e6e;
	padding:0 7px;
}
.top_2 img{
	vertical-align:middle;
	padding-right:3px;
}
.top_1{
	width:auto;
	float:right;
	padding-top:8px;
}
.nav{
	height:49px;
}
#banner{
	text-align:center;
	font-size:0;
	line-height:0;
}
#foot{
	background-color:#117848;
	padding:31px 0 15px;
}
#foot1{
	width:1200px;
	margin:0 auto;
}
.foot_left{
	width:740px;
	float:left;
	padding-left:10px;
}
.foot_left_up{
	height:25px;
}
.foot_left_up ul li{
	float:left;
	padding-right:1px;
}
.foot_left_up ul li a{
	width:65px;
	height:25px;
	display:inline-block;
	background-color:#59a17f;
	text-align:center;
	line-height:25px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#ffffff;
}
.foot_left_up ul li:hover a{
	background-color:#ffffff;
	color:#117848;
}
.foot_left_down{
	padding:9px 0;
	line-height:25px;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#a6c3b3;
}
.foot_left_down a{
	color:#a6c3b3;
}
.foot_right{
	width:204px;
	float:right;
	padding-top:17px;
}
.foot_right select{
	width:190px;
	height:26px;
	border:#fffdfe 2px solid;
	background-color:#117949;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#ffffff;
	padding-left:10px;
}





























































