
.scroll-outer{height:aout;overflow:hidden; padding:10px 0px}
#scroll{width:1120px;margin:0 auto;font-family:"Microsoft Yahei";}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:210px;height:auto;margin:0 auto;background-color:#fff;overflow:hidden;}
#scroll .item img{width:210px;height:180px;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);}
#scroll .shd a{display:block;width:210px;height:190px;*background-image:url(about:blank);background-image:url(about:blank)\0;}
#scroll .txt{position:absolute;left:0;bottom:0;width:210px;height:35px;padding:0 12px;color:#635E5A;background-color:#e4e9ee\4;background-color:rgba(228, 233, 238, 0.85); text-align:center}
#scroll h3{height:25px;margin-bottom:2px;padding-top:2px;font:700 14px/25px arial,"Microsoft Yahei";overflow:hidden;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#scroll h3 a{color:#333;text-decoration:none;}
#scroll h3 a:hover{color:#F02F03;}
#scroll p{height:56px;line-height:18px;font-size:12px; margin:0px; padding:0px; overflow:hidden}

#scroll .item:hover .shd{background-color:rgba(0, 0, 0, 0);}
#scroll .item:hover .txt{background-color:#fff\9;background-color:rgba(248, 249, 249, 0.95);}

.owl-theme .owl-controls .owl-buttons div{position:absolute;top:60px;width:30px;height:50px;margin:0;padding:0;border-radius:0;font:50px/50px "Microsoft Yahei";background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-32px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-32px;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-32px;background:url(../images/prev.png) no-repeat  right}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-32px;background:url(../images/next.png) no-repeat  right }
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:""; font-weight:bold;}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:""; font-weight:bold}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
@media (max-width: 768px) {
#scroll{width:350px;margin:0 auto;padding-top:10px;font-family:"Microsoft Yahei";}
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding:0px 4px;
	font-size: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #9D9495;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	
}
/* 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-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 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #9D9495;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* 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: 210px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}

@media (max-width: 375px) {
#scroll{width:300px;margin:0 auto;padding-top:10px;font-family:"Microsoft Yahei";}}
