/* CSS Document */
.scroll-outer{height:100%; }
#scroll{width:100%;margin:0 auto;/*padding-top:30px;*/font-family:"Microsoft Yahei";}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:100%;height:auto;margin:0 auto;background-color:#fff;overflow:hidden;}
#scroll .item img{ width:100%; height:auto;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.15);}
#scroll .shd a{display:block;width:100%;height:auto;*background-image:url(about:blank);background-image:url(about:blank)\0;}
#scroll .txt{position:absolute; left:0; bottom:0; width:100%; height:auto; line-height:35px; color:#888; box-shadow:0 0 5px 5px rgba(228, 233, 238, 0.95); background-color:#f5f5f5\5; background-color:rgba(228, 233, 238, 0.95);}

#scroll h3{width:100%; text-align:center; height:35px; font:700 16px/22px arial,"Microsoft Yahei";overflow:hidden;}
#scroll h3 a{color:#333;text-decoration:none;}
#scroll h3 a:hover{color:#338de6;}
#scroll p{width:226px;height:54px;line-height:18px;font-size:12px;}

#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);box-shadow:0 0 5px 5px rgba(248, 249, 249, 0.95);}

.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;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-40px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";}
