@charset "utf-8";
/* CSS Document */
body{
	color:#333;	
	font-family:"微软雅黑","宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;
	min-width:1200px;
}
/* 重置 */

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;
	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:209px;
	background:url(../images/top_bj.gif) center top repeat-x;
}
#header1{
	width:1200px;
	margin:0 auto;
}
.header_1{
	height:31px;
}
.header_1_left{
	width:auto;
	float:left;
	height:31px;
	line-height:31px;
	font-size:14px;
	color:#ffffff;
}
.header_1_right{
	width:auto;
	float:right;
	height:31px;
	line-height:31px;
	font-size:14px;
	color:#ffffff;
}
.header_1_right img{
	vertical-align:middle;
	margin-right:4px;
}
.header_2{
	height:118px;
}
.logo{
	width:668px;
	float:left;
	height:118px;
	line-height:118px;
}
.logo img{
	vertical-align:middle;
}
.sou{
	width:290px;
	float:left;
	padding-top:53px;
}
.sou_left{
	width:224px;
	height:30px;
	float:left;
	border:#bfbfbf 1px solid;
	border-right:none;
}
.sou_left input{
	width:200px;
	height:30px;
	padding-left:14px;
	border:none;
	background:none;
	outline:none;
	font-size:14px;
	color:#000000;
}
.sou_right{
	width:65px;
	float:left;
	height:32px;
	background-color:#f51515;
	cursor:pointer;
	text-align:center;
	line-height:32px;
	font-size:14px;
	color:#ffffff;
}
.sou_right img{
	vertical-align:middle;
	margin-right:3px;
}
.tel{
	width:190px;
	float:right;
	padding-top:40px;
	font-size:14px;
	color:#333333;
}
.tel img{
	vertical-align:middle;
	margin-right:4px;
}
.tel h2{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding-top:12px;
}

.nav{
	height:60px;
}
.nav ul li{
	float:left;
	position:relative;
}
.nav ul li a{
	display:block;
	width:171px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:16px;
	color:#333333;
	position:relative;
}
.nav ul li a img{
	position:absolute;
	z-index:99;
	top:6px;
	left:115px;
}
.nav ul li:hover a{
	color:#c60505;
	font-weight:bold;
	background:url(../images/nav_1.gif) center bottom no-repeat;
}
.nav ul li .nav_on{
	color:#c60505;
	font-weight:bold;
	background:url(../images/nav_1.gif) center bottom no-repeat;
}
.nav ul li ul{
	display:none;
}
.nav ul li:hover ul{
	display: block;
	position:absolute;
	z-index:99;
	top:60px;
	left:0;
	width:171px;
	background-color:#ffffff;
	padding:10px 0;
}
.nav ul li:hover ul li{
	float:none;
}
.nav ul li:hover ul li a{
	height:36px;
	display:block;
	text-align:center;
	line-height:36px;
	font-size:14px;
	color:#333333;
	font-weight:normal;
	background:none;
}
.nav ul li:hover ul li a:hover{
	color:#f51515;
}
#banner{
	text-align:center;
}
#banner img{
	vertical-align:top;
	width: 100%;
}
#foot{
	background-color:#242424;
}
.foot1{
	width:1200px;
	margin:0 auto;
	padding:35px 0;
}
.foot_up{
	height:216px;
	border-bottom:#3d3d3d 1px solid;
}
.foot_up_01{
	width:112px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#d5d2d2;
}
.foot_up_01 img{
	vertical-align:top;
	margin-bottom:5px;
} 
.foot_up_02{
	width:206px;
	float:left;
	padding-left:14px;
	font-size:14px;
	color:#ffffff;
	line-height:26px;
}
.foot_up_02 h2{
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	line-height:30px;
	padding-bottom:8px;
}
.foot_up_03{
	width:824px;
	float:right;
}
.foot_up_03 ul li{
	float:left;
	width:117px;
}
.foot_up_03_up a{
	display:block;
	font-size:14px;
	color:#eae6e6;
	line-height:36px;
}
.foot_down{
	padding-top:32px;
	text-align:center;
	font-size:14px;
	color:#d5d2d2;
}
.foot_down a{
	color:#d5d2d2;
}
























































































