/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
*{margin:0;padding:0;list-style-type:none;}
.scroll-outer{height:250px; position:relative;}
#scroll{width:1078px;margin:0 auto;font-family:"Microsoft Yahei"; padding:25px 20px 0px 20px; display:none !important;}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative; width:352px; height:202px;margin:0 auto;/*overflow:hidden;*/}
#scroll .item img{ width:352px; height:202px;}
.boder_1{ padding:1px; border:1px solid #f2f2f2;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;}
#scroll .shd a{display:block;width:100%;height:100%;}
#scroll .txt1{ background:url(../images/yxfl.png) no-repeat;position:absolute;left:0;bottom:0;width:100%;height:42px;padding:6px 0 0 30px;color:#888;}
#scroll .txt2{ background:url(../images/yxfl.png) no-repeat 0px -48px;position:absolute;left:0;bottom:0;width:100%;height:42px;padding:6px 0 0 30px;color:#888;}
#scroll .txt3{ background:url(../images/yxfl.png) no-repeat 0px -96px;position:absolute;left:0;bottom:0;width:100%;height:42px;padding:6px 0 0 30px;color:#888;}

#scroll h3{width:350px;height:25px;margin-bottom:6px;padding-top:6px; font-size:14px; color:#333;overflow:hidden;}
#scroll h3 a{font:700 18px/25px arial,"Microsoft Yahei";color:#333;text-decoration:none;}
#scroll h3 a:hover{color:#338de6;}
#scroll p{width:350px;height:54px;line-height:14px;font-size:12px;}
#scroll .item:hover .shd{background-color:rgba(0, 0, 0, 0);}
#scroll .item:hover .txt{}
.owl-theme .owl-controls .owl-buttons div{position:absolute;top:180px;width:30px;height:60px;margin:0;padding:0;border-radius:0;font:60px/60px "ËÎÌå";background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-40px; top:20px; background:url(../images/prev.png) no-repeat; width:52px; height:210px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-40px; top:20px; background:url(../images/next.png) no-repeat; width:52px; height:210px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{}
.owl-theme .owl-controls .owl-buttons .owl-next:before{}

/* clearfix */
.owl-carousel .owl-wrapper:after {display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init */
.owl-carousel{display: none;position: relative;	width: 100%;}
.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	
.owl-carousel .owl-item{ width:350px;float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{	cursor: pointer;}
.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */font-size: 12px;background: #869791;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}


/* 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;}

/* preloading images */
.owl-item.loading{min-height:150px;background: url(AjaxLoader.gif) no-repeat center center; width:350px;}