/*设置图片*/





#con3 .item {
	margin:0 5px;
}
#con3 .item img {
	display: block;
	width: 260px;
	height: 230px;
}
#banner .item img {
	display: block;
	width: 100%;
	height: auto;
}
.banner1 {
	background: url(../jpg/banner1.jpg) no-repeat 50% 50%;
	width: 100%;
	height: 450px;
}
.banner2 {
	background: url(../jpg/banner2.jpg) no-repeat 50% 50%;
	width: 100%;
	height: 450px;
}
.banner3 {
	background: url(../jpg/banner3.jpg) no-repeat 50% 50%;
	width: 100%;
	height: 450px;
}
.banner4 {
	background: url(../jpg/banner4.jpg) no-repeat 50% 50%;
	width: 100%;
	height: 450px;
}
.banner5 {
	background: url(../jpg/banner5.jpg) no-repeat 50% 50%;
	width: 100%;
	height: 450px;
}
/*Owl Carousel Owl Demo Theme */
.owl-theme .owl-controls {
	text-align: center;
	width: 100%;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
}
.owl-buttons {
	z-index: 999;
	background: #fff;
}
.owl-prev {
	background: url(../jpg/prev.jpg) no-repeat left center;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 110px;
	left: -50px
}
.owl-next {
	background: url(../jpg/next.jpg) no-repeat left center;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 110px;
	right: -50px
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-pagination {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 2px;
	background: #222222;
	border-radius: 6px;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #FF5A00;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../ajaxloader.html) no-repeat center center
}
