@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: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{
	height:120px;
	background-image: url(../images/top-bj.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
#header1{
	width:1200px;
	margin:0px auto;
}
.header_up{
	height:32px;
}
.header_up_1{
	width:806px;
	float:left;
	text-align:right;
	padding-right:10px;
}
.header_up_2{
	width:182px;
	float:left;
	padding-top:5px;
}
.sou_left{
	width:155px;
	height:22px;
	float:left;
	background-image:url(../images/sou_1.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
.sou_right{
	width:25px;
	float:left;
}
.header_up_3{
	width:193px;
	float:left;
	height:32px;
}
.header_up_3 a{
	padding-right:11px;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	border-left:#4db87c 1px solid;
	height:32px;
}
.header_down{
	height:88px;
}
.logo{
	width:390px;
	float:left;
}
.nav{
	width:670px;
	float:right;
	background-image:url(../images/nav_xian.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.nav ul li{
	float:left;
}
.nav ul li a{
	width:95px;
	height:55px;
	display:block;
	background-image:url(../images/nav_xian.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:33px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#2d2d2d;
}
.nav ul li a span{
	font-family:Arial;
	font-size:10px;
	color:#787877;
	text-transform:uppercase;
}
.nav ul li:hover a{
	text-decoration:none;
	color:#11b158;
}
.nav ul li:hover a span{
	color:#11b158;
}
#foot{
	width:100%;
	height:147px;
	background-color:#009a44;
}
#foot1{
	width:1200px;
	margin:0px auto;
	padding-top:
}
.foot_up{
	height:40px;
	padding-top:24px;
	text-align:center;
	color:#ffffff;
}
.foot_up a{
	font-size:12px;
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
}
.foot_down{
	text-align:center;
	font-size:12px;
	color:#ffffff;
	line-height:28px;
}
.foot_down a{
	font-size:12px;
	color:#ffffff;	
}





























































































































































































































