
.products {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom:35px;
}
.products h1 {
	text-align: center;
	color: #006ed9;
	font-size: 28px;
	background-image: url(../images/xian.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 8px;
}


/* marqueeleft */
.marqueeleft{overflow:hidden;margin:20px auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:248px;overflow:hidden;}
.marqueeleft li .pic{display:block;border:#eaeaea 1px solid;width:240px;height:180px;padding:2px;overflow:hidden;}
.marqueeleft li .txt{text-align:center;height:40px;line-height:40px; background-color:#f7f7f7; width:246px; font-size:14px;}

.products h3 {
	text-align: center;
	color: #cfcfcf;
	background-image: url(../images/xu.jpg);
	background-repeat: repeat-x;
	line-height: 60px;
	margin-top: 0px;
}



.middle {
	background-color: #f7f7f7;
}
.middle2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.about {
	float: left;
	width: 320px;
	background-color: #FFFFFF;
}
.about h2 {
	font-size: 18px;
	color: #434343;
	font-weight: bold;
	line-height: 42px;
	padding-left: 12px;
}
.about p {
	padding-right: 12px;
	padding-left: 12px;
	line-height: 22px;
}
.about h3 {
	background-color: #006ED9;
	height: 40px;
	background-image: url(../images/more.jpg);
	background-repeat: no-repeat;
	background-position: 12px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	text-indent: 30px;
	margin-top: 12px;
}
.about ul {
	height: 22px;
	margin-right: 5px;
	background-image: url(../images/subico01.png);
	background-repeat: no-repeat;
	line-height: 22px;
	background-position: 1px;
	padding-left: 12px;
	margin-left: 12px;
}
.about li {
	font-size: 12px;
	color: #999999;
	list-style-type: none;
	float: left;
	line-height: 22px;
	height: 22px;

}
.news_wz {
	width: 220px;
}
.news_wz a {
	color: #666666;
	text-decoration: none;
}
.news_wz a:hover {
	color: #006ed9;
	text-decoration: underline;
}





/******************banner样式***********************/
.fullSlide {
	width:100%;
	position:relative;
	height:450px;
	background:#000;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:450px;
	overflow:hidden;
	text-align:center;
	list-style-type: none;
}
.fullSlide .bd li a {
	display:block;
	height:450px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#fff;
	filter:alpha(opacity=60);
	opacity:0.6;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#f6a31b;
}

.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	z-index:1;
	width:60px;
	height:80px;
	background:url(../images/slider-arrow.png) -120px -130px #333 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:0%;
	background-position:-0px -130px;
}
