@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;
	background-image: url(../images/bj1.jpg);
	background-position:center top;
	background-repeat:repeat;
}
/* 重置 */

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:143px;
	background-image:url(../images/top_bj.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
#header1{
	width:1200px;
	margin:0px auto;
}
.header_up{
	height:31px;
}
.header_up_left{
	width:220px;
	float:left;
	padding-left:24px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#6b6b6b;
	line-height:30px;
}
.header_up_right{
	width:auto;
	float:right;
	padding-right:20px;
	padding-top:5px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#7d7d7d;
}
.header_up_right a{
	color:#7d7d7d;
}
.header_up_right a:hover{
	color:#e00000;
}
.header_up_right b{
	color:#e00000;	
}
.header_down{
	height:112px;
}
.logo{
	width:515px;
	float:left;
	padding-left:15px;
	padding-top:24px;
}
.header_down_right{
	width:630px;
	float:right;
}
.tel{
	text-align:right;
	padding-right:14px;
	padding-top:25px;
}
.nav{
	padding-top:25px;
}
.nav ul li{
	float:left;
	position: relative;
}
.nav ul li a{
	height:30px;
	width:90px;
	text-align:center;
	display:block;
	line-height:30px;
	background-image: url(../images/nav_line.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}
.nav ul li .nav_line{
	background-image:none;
}
.nav ul li:hover a{
	color:#fff;
	background-color:#209910; 
}
.nav ul li ul{
	display:none;
}
.nav ul li:hover ul{
	display: block;
	position:absolute;
	top:30px;
	z-index:999;
}
.nav ul li:hover ul li{
	clear:both;
}
.nav ul li:hover ul li a{
	height:29px;
	display:block;
	background-color:#fff;
	font-size:12px;
	color:#333;
	line-height:29px;
	text-align:center;
	border-bottom:#f2eeed 1px solid;
	background-image:none;
}
.nav ul li:hover ul li:hover a{
	background-color:#209910;
	color:#fff;
}
#banner{
	width:100%;
	text-align:center;
}
#banner img{
	width:100%;
	height:auto;
}
#foot{
	height:150px;
	background-image:url(../images/foot_bj.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
#foot1{
	width:1200px;
	margin:0px auto;
}
.foot_up{
	height:42px;
	text-align:center;
	line-height:42px;
	color:#fff;
}
.foot_up a{
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
}
.foot_up a:hover{
	color:#ff0;
}
.foot_down{
	padding-top:20px;
	text-align:center;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#4c4c4c;
	line-height:22px;
}
.foot_down a:hover{
	color:#209910;
}





























































































































































































