.wrap2 {
	clear: both;
	margin: 0 auto;
	zoom: 1;
}
#owl-demo3.owl-theme .owl-pagination {
	display: none;
}
#owl-demo3.owl-theme .owl-controls {
	padding-top: 0%;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 47%;
	width: 100%;
	left: 0;
	height: 0;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	display: inline;
	width: 19px;
	height: 33px;/*IE7 life-saver*/
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: 0;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url(../images/left.png) center center no-repeat;
	float: left;
	margin-left: -25px;
	background-size: 100%;
	width: 28px;
	height: 37px;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../images/right.png) center center no-repeat;
	float: right;
	background-size: 100%;
	margin-right: -25px;
	width: 28px;
	height: 37px;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
#owl-demo3.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
#owl-demo3 .item {
	margin: 0px 3%;
}
#owl-demo3 .item img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#owl-demo3 .item dd {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#owl-demo3 .item dd .imgs {
	overflow: hidden;
	width: 100%;
}
#owl-demo3 .item dd .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#owl-demo3 .item dd .txts {
	overflow: hidden;
	background-color: #fff;
	transition: all 0.3s;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 26px;
	padding-right: 2%;
	text-align: left;
}
#owl-demo3 .item dd .txts h2 {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-weight: normal;
	color: #333;
}
#owl-demo3 .item dd .txts .p {
	font-size: 14px;
	color: #aaaaaa;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
#owl-demo3 .item dd:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#owl-demo3 .item dd:hover .txts h2 {
	color: #014ee7;
}
#owl-demo3 .item dd .desc {
	display: none;
}
/* display none until init*/
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-item {
	float: left;
}

 @media screen and (max-width:1440px) {
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-left: -15px;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next {
	margin-right: -15px;
}
}
 @media screen and (max-width:1100px) {
#owl-demo3 .item dd .txts .p {
	font-size: 13px;
}
}
 @media screen and (max-width:979px) {
}
@media screen and (max-width:890px) {
}
@media screen and (max-width:830px) {
}
@media screen and (max-width:780px) {
}
@media screen and (max-width:640px) {

}
@media screen and (max-width:480px) {
/*棣栭〉宸ョ▼瀹炰緥*/
#owl-demo3 .item dd .imgs h2 {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}
#owl-demo3 .item dd .txts h2 {
	font-size: 14px;
}
}
@media screen and (max-width:360px) {
}
