@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"微软雅黑";
	font-size:13px;
	margin:0 auto;
	padding:0;
}
/* 重置 */

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:195px;
	background-image: url(../images/top_bj.jpg);
	background-position:center top;
	background-repeat: repeat-x;
}
#header1{
	width:1260px;
	margin:0px auto;
	position:relative;
}
.header_1{
	height:30px;
}
.header_1_left{
	width:auto;
	float:left;
	line-height:29px;
	font-size:12px;
	color:#636363;
}
.header_1_left img{
	vertical-align:middle;
}
.header_1_left a{
	color:#019fe8;
	padding-left:10px;
}
.header_1_right{
	width:auto;
	float:right;
	text-align:right;
	line-height:29px;
	font-size:12px;
	color:#636363;
}
.header_1_right img{
	vertical-align:middle;
}
.header_1_right a{
	color:#636363;
	padding-left:8px;
	padding-right:8px;
}
.header_1_right a:hover{
	color:#e7057e;
}
.header_2{
	height:121px;
}
.logo{
	width:auto;
	float:left;
	padding-top:25px;
}
.header_2_right{
	width:470px;
	float:right;
	padding-top:35px;
}
.sou_up{
	height:40px;
	background-image:url(../images/sou_1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.sou_up_01{
	width:62px;
	float:left;
	font-size:12px;
	color:#000000;
	line-height:40px;
	padding-left:20px;
}
.sou_up_02{
	width:276px;
	float:left;
	padding-left:10px;
}
.sou_up_02 input{
	width:250px;
	height:40px;
	border:none;
	background: none;
	line-height:40px;
	font-size:12px;
	color:#b0b0b0;
}
.sou_up_03{
	width:102px;
	float:left;
}
.sou_down{
	padding-top:10px;
}
.sou_down a{
	font-size:12px;
	color:#a1a1a1;
	padding-right:10px;
}
.header_3{
	height:34px;
}
.sort{
	width:250px;
	float:left;
	position:relative;
}
.sort_up{
	height:40px;
}
.sort_down{
	width:250px;
	position:absolute;
	z-index:999;
	top:45px;
	left:0;
	background-color:#666;
	height:490px;
}
.sort_down ul li{
	position:relative;
	border-bottom:1px #666 solid;
}
.sort_down ul li .sort_01{
	height:40px;
	display:block;
	width:200px;
	background-image:url(../images/sort_19.png);
	background-position:200px center;
	background-repeat:no-repeat;
	line-height:40px;
	padding-left:21px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#ffffff;
}
.sort_down ul li .sort_01 img{
	vertical-align:middle;
}
.nav{
	width:auto;
	float:left;
	height:45px;
	margin-left:20px;
}
.nav ul li{
	float:left;
}
.nav ul li a{
	width:120px;
	height:45px;
	display:block;
	text-align:center;
	line-height:45px;
	font-family:"微软雅黑","宋体";
	font-size:15px;
	color:#fff;
}
.nav ul li a:hover{
	width:120px;
	height:45px;
	display:block;
	text-align:center;
	line-height:45px;
	font-family:"微软雅黑","宋体";
	font-size:15px;
	color:#000;
	background-color:#FFF;
}
.banner_right{
	width:250px;
	position:absolute;
	z-index:999;
	top:190px;
	right:0;
	background-color:#FFF;
	height:380px;

}
.banner_right_01{
	padding-top:15px;
	padding-left:18px;
	padding-right:18px;
}
.banner_right_01_up{
	height:30px;
}
.banner_right_01_up_left{
	width:auto;
	float:left;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#444444;
}
.banner_right_01_up_left img{
	vertical-align:middle;
}
.banner_right_01_up_right{
	width:auto;
	float: right;
}
.banner_right_01_up_right a{
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#444444;
}
.banner_right_01_down{
	width:100%;
}
.banner_right_01_down ul li a{
	height:25px;
	display:block;
	background-image:url(../images/float_12.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:25px;
	padding-left:10px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#444444;
}
.banner_right_01_down ul li:hover a{
	color:#1e90ff;
}
.banner_right_02{
	height:47px;
	padding-top:7px;
}
.banner_right_03{
	padding-bottom:38px;
	background-color:#ffffff;
	padding-left:1px;
}
.banner_right_03 ul li{
	width:33%;
	float:left;
	text-align:center;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#444444;
	padding-top:15px;
}
.banner_right_03 ul li img{
	padding-bottom:6px;
}
.banner_right_03 ul li a{
	color:#444444;
}
#banner{
	text-align:center;
	font-size:0;
	line-height:0;
	height:490px;
	background-image:url(../images/banner.jpg);
	background-position:center top;
}
#foot{

	background-image:url(../images/foot_bj.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	padding-bottom:30px;
}
#foot1{
	width:1260px;
	margin:0px auto;
}
.foot_up{
	padding-top:35px;
	height:170px;
	border-bottom:#d1d1d1 1px solid;
}
.foot_up_1{
	width:auto;
	float:left;
	padding-left:35px;
	padding-right:100px;
}
.foot_up_1_01{
	height:34px;
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#313131;
}
.foot_up_1_02{
	line-height:24px;
}
.foot_up_1_02 a{
	font-size:13px;
	color:#626262;
}
.foot_down{
	padding-top:18px;
	text-align:center;
	font-size:12px;
	color:#878787;
	line-height:24px;
}
.foot_down a{
	color:#878787;
}
.foot_down img{
	padding-top:15px;
}




















































































