@charset "utf-8";
/* CSS Document */

.scroll-outer{ position: relative; z-index:999;}
#scroll{width:1180px;margin:0 auto;font-family:"Microsoft Yahei";}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:357px;height:275px;margin:0 auto;background-color:#fff;overflow:hidden; margin-bottom:46px; float:left; margin-right:18px; margin-left:18px;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%; margin-right:50px; background-color:rgba(0, 0, 0, 0.2);  -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;}
#scroll .shd a{display:block;width:357px;height:275px;*background-image:url(about:blank);background-image:url(about:blank)\0;}
#scroll .txt{position:absolute;left:0;bottom:0;width:375px;height:60px;padding:0 12px;color:#fff;background: url(../images/jbg.png)}
#scroll h3{width:375px; height:60px; line-height:30px; font-size:14px; font-weight:normal; overflow:hidden; }
#scroll h3 a{color:#fff;text-decoration:none;}
#scroll h3 a:hover{color:#9654b6;}
#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{}
/*
.owl-theme .owl-controls .owl-buttons div{position:absolute;top:140px;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:">";}
*/