@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;
	background-image:url(../images/bj.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
/* 重置 */

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{
	width:100%;
	height:134px;
	position:absolute;
	z-index:999;
	top:0;
	background-image:url(../images/nav_bj.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#header1{
	width:1200px;
	margin:0px auto;
}
.header_1{
	height:32px;
}
.header_1_left{
	width:400px;
	float:left;
	padding-left:10px;
	line-height:32px;
	font-size:12px;
	color:#929191;
}
.header_1_right{
	width:208px;
	float:right;
	padding-top:8px;
	font-size:0px;
	line-height:0px;
}
.header_2{
	padding-top:14px;
}
.tel{
	width:903px;
	float:left;
	text-align:right;
}
.sou{
	width:287px;
	float:left;
	margin-left: 10px;
}
.sou_left{
	width:149px;
	float:left;
	height:23px;
	background-image: url(../images/sou_1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.sou_right{
	width:18px;
	float:left;
}
.header_3{
	height:64px;
}
.logo{
	width:280px;
	float:left;
}
.nav{
	width:800px;
	float:right;
	padding-top:13px;
}
.nav ul li{
	float:left;
	background-image:url(../images/nav_line.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
.nav ul .nav_line{
	background-image:none;
}
.nav ul li a{
	width:100px;
	height:52px;
	display:block;
	text-align:center;
	line-height:52px;
	text-align:center;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}
.nav ul li:hover a{
	background-image:url(../images/nav_1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#1f1b1c;
}


#foot{
	height:150px;
	background-image:url(../images/foot_bj.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
#foot1{
	width:1100px;
	margin:0px auto;
}
.foot_left{
	width:713px;
	float:left;
	padding-top:40px;
	font-size:12px;
	color:#929292;
	line-height:30px;
}
.foot_left a{
	color:#929292;
}
.foot_left a:hover{
	color:#fff;
}
.foot_right{
	width:368px;
	float:right;
	padding-top:29px;
}
.foot_right img{
	padding-right:19px;
}
#sj {
    display: none;
    position: absolute;
    z-index: 99999;
    right: 219px;
}
#wx {
    display: none;
    position: absolute;
    z-index: 99999;
    right: 186px;
}











































































































































































































































































































