@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"微软雅黑";
	font-size:12px;
	margin:0 auto;
	padding:0;	
	background-attachment: fixed;
	min-width:1212px;
}
/* 重置 */

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:228px;
	background:url(../images/top_bj.gif) center top repeat-x;
}
#header1{
	width:1212px;
	margin:0 auto;
}
.header_1{
	height:37px;
}
.header_1_left{
	width:auto;
	float:left;
	height:37px;
	line-height:37px;
	font-size:14px;
	color:#303030;
}
.header_1_right{
	width:auto;
	float:right;
	height:37px;
	line-height:37px;
	font-size:14px;
	color:#303030;
}
.header_2{
	height:140px;
}
.logo{
	width:auto;
	float:left;
	padding-top:23px;
}
.logo img{
	vertical-align:top;
}
.top{
	width:auto;
	float:right;
	padding-top:5px;
}
.top img{
	vertical-align:top;
}
.header_3{
	height:52px;
}
.sort{
	width:200px;
	float:left;
	position:relative;
}
.sort_up{
	height:52px;
	background-color:#3399ff;
	padding-left:20px;
	line-height:52px;
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
}
.sort_up img{
	vertical-align:middle;
	margin-right:4px;
}
.sort_down{
	height:403px;
	width:200px;
	position:absolute;
	z-index:99;
	top:52px;
	left:0;
	background-color:#303030;
}
.sort_down ul{
	position:relative;
}
.sort_down ul .sort_down_01{
	height:66px;
	border-bottom:#747676 1px solid;
}
.sort_down_01_left{
	width:48px;
	float:left;
	text-align:right;
	padding-top:15px;
}
.sort_down_01_left img{
	vertical-align:top;
}
.sort_down_01_right{
	width:147px;
	float:right;
	padding-top:12px;
	font-size:12px;
	color:#ffffff;
}
.sort_down_01_right h2{
	font-size:14px;
	color:#ffffff;
	padding-bottom:6px;
}
.sort_down_01_right a{
	color:#ffffff;
}
.sort_down_01_right a:hover{
	text-decoration:underline;
}
.sort_2{
	width:1000px;
	height:401px;
	position:absolute;
	z-index:99;
	top:0;
	left:200px;
	border:#3a374c 1px solid;
	background-color:#fafcff;
}
.sort_21{
	padding:30px 60px;
}
.sort_21_01{
	width:212px;
	float:left;
	margin-right:38px;
	margin-bottom:25px;
}
.sort_21_01_up{
	height:36px;
	border-bottom:#e2e2e2 1px solid;
	font-size:18px;
	color:#1c1c1c;
}
.sort_21_01_down{
	padding-top:10px;
	font-size:14px;
	color:#494747;
}
.sort_21_01_down a{
	font-size:14px;
	color:#494747;
}
.sort_21_01_down .sort_21_01_down_more{
	color:#f35d02;
}
.nav{
	width:808px;
	float:left;
	padding-left:26px;
}
.nav ul li{
	float:left;
}
.nav ul li a{
	width:115px;
	height:52px;
	display:block;
	text-align:center;
	line-height:52px;
	font-size:20px;
	color:#303030;
}
.nav ul li:hover a{
	background:url(../images/nav_17.gif) center top no-repeat;
	color:#ffffff;
}
.nav ul li .nav_on{
	background:url(../images/nav_17.gif) center top no-repeat;
	color:#ffffff;
}
.tel{
	width:auto;
	float:right;
	height:52px;
	line-height:52px;
	font-size:20px;
	color:#3399ff;
	font-weight:bold;
}
.tel img{
	vertical-align:middle;
	margin-right:4px;
}
#banner{
	text-align:center;
}
#banner img{
	vertical-align:top;
}

#foot{
	height:334px;
	background-color:#2a2a2a;
}
#foot1{
	width:1200px;
	margin:0 auto;
	padding-top:39px;
}
.foot_up{
	height:232px;
	border-bottom:#959595 1px solid;
}
.foot_up_1{
	width:646px;
	float:left;
	background-image:url(../images/foot_1.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:16px;
	color:#ffffff;
	line-height:30px;
}
.foot_up_1 a{
	color:#ffffff;
}
.foot_up_1 h2{
	font-size:21px;
	color:#ffffff;
	font-weight:bold;
	line-height:46px;
}
.foot_up_2{
	width:260px;
	float:left;
	padding-left:50px;
	font-size:28px;
	color:#ff6700;
	line-height:42px;
	font-weight:bold;
}
.foot_up_2 h2{
	font-size:18px;
	color:#ffffff;
}
.foot_up_3{
	width:168px;
	float:right;
	text-align:center;
	font-size:18px;
	color:#ffffff;
}
.foot_up_3 img{
	vertical-align:top;
	margin-bottom:5px;
}
.foot_down{
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:13px;
	color:#bebdbd;
}
.foot_down a{
	color:#bebdbd;
}



























































































