


.products {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.products h1 {text-align: center;}
.products h2 {
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	background-image: url(../images/xian.jpg);
	background-repeat: repeat-x;
	line-height: 21px;
	margin-top: 8px;
}

.middle {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	margin-top: 40px;
	padding-top: 50px;
}
.middle2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.about {
	float: left;
	width: 282px;
	background-color: #f0f0f0;
	height: 340px;
}
.about h2 {
	font-size: 18px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}
.about p {
	font-size: 13px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 24px;
}
.about * { transition:all 0.5s;}
.about:hover { background-color:#0096e7; color:#FFFFFF;-webkit-transition: all 0.1s;transition: all 0.1s;}
.about h1>a { position:relative; display:block; width:282px; height:148px; overflow:hidden; }
.about h1:hover img { transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1); }
.about h3 {
	background-color: #FFFFFF;
	border: 1px solid #dbdbdb;
	height: 34px;
	width: 130px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	margin-left:70px;
	margin-top: 12px;
	color:#0096e7;
	
}
.about h3 a{
	color:#0096e7;
	
}




/******************banner样式***********************/
.fullSlide {
	width:100%;
	position:relative;
	height:500px;
	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:500px;
	overflow:hidden;
	text-align:center;
	list-style-type: none;
}
.fullSlide .bd li a {
	display:block;
	height:500px;
}
.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:#666;
	filter:alpha(opacity=60);
	opacity:0.6;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#0096e7;
}

.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;
}
