


.product {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top:30px;
}
.product h1 {
	font-size: 28px;
	text-align: center;
	color: #0099df;
	padding-bottom: 8px;
}
.pro {
	float: left;
	width: 282px;
	background-color: #f0f0f0;
	margin-top: 30px;
	margin-right: 24px;
}
.pro h3 {
	text-align: center;
	font-size: 24px;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #0099DF;
	padding-bottom: 5px;
	padding-top: 8px;
	margin-bottom: 8px;
}
.pro h4 {
	font-size: 24px;
	color: #0099DF;
	text-align: center;
	padding-bottom: 20px;
}
.pro * { transition:all .5s;}
.pro p>a { position:relative; display:block; width:282px; height:236px; overflow:hidden; }
.pro p: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);}


.middle {
	background-color: #f0f0f0;
	margin-top: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.middle2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.middle2 h1 {
	text-align: center;
	font-size: 28px;
	color: #0099DF;
	padding-bottom: 8px;
}
.about {
	float: left;
	width: 342px;
	margin-top: 20px;
	margin-right: 85px;
}
.about h3 {
	background-image: url(../images/line2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 8px;
	font-size: 18px;
	padding-bottom: 5px;
}
.about p {
	font-size: 14px;
}
.about h4 {
	text-align: center;
	padding-top: 8px;
}








/******************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:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#f00;
}

.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=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:0%;
	background-position:-0px -130px;
}
