.slide .owl-nav {display:none;position:absolute;left:0;top:50%;width:100%;margin:0;z-index:9;}

.slide button.owl-prev {display:block;position:absolute;left:0;top:50%;width:40px;height:80px;overflow:hidden;line-height:999px;margin:-40px 0 0 0;background:url(../../../img/arrow_left.png) no-repeat 50% 50%;background-color:rgba(0,0,0,0.4);border:none}
.slide button.owl-next {display:block;position:absolute;right:0;top:50%;width:40px;height:80px;overflow:hidden;line-height:999px;margin:-40px 0 0 0;background:url(../../../img/arrow_right.png) no-repeat 50% 50%;background-color:rgba(0,0,0,0.4);border:none}

/*.owl-theme .owl-nav [class*='owl-'] {display:inline-block;margin:0;padding:0;color:#fff;font-size:14px;background:#;cursor:pointer;}
.owl-theme .owl-nav [class*='owl-']:hover {}*/

.slide .owl-nav .disabled {opacity:0.5;cursor:pointer;}

.slide .owl-nav.disabled + .owl-dots {margin:20px 0 0 0;}

.slide {position:relative;margin:0 0 25px 0;padding:0 0 19px 0;border-bottom:solid 1px #ccc;}

.slide .owl-dots {display:block;position:relative;height:20px;margin:0;padding:0;}
.slide .owl-dots button {background:none;border:none}
.slide .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.slide .owl-dots .owl-dot span {display:block;width:10px;height:10px;margin:0 5px 0 0;background:#ddd;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.slide .owl-dots .owl-dot.active span, .slide .owl-dots .owl-dot:hover span {background:#059740;}

.slide .item {position:relative;text-align:left;}
.slide .item img {width:100%;height:auto;}


.slide2 .owl-nav {display:none}
.slide2 .item img {width:100%;height:auto;border:solid 1px #ccc;}
.slide2 .owl-dots {display:block;position:relative;height:20px;margin:0;padding:0;}
.slide2 .owl-dots button {background:none;border:none}
.slide2 .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.slide2 .owl-dots .owl-dot span {display:block;width:10px;height:10px;margin:0 5px 0 0;background:#ddd;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.slide2 .owl-dots .owl-dot.active span, .slide .owl-dots .owl-dot:hover span {background:#059740;}

.slide2 .item a {display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(4,151,63,0.8);
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity:0;
opacity: 0;

-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.slide2 .item a:hover {
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
opacity: 1;
}
.slide2 .item a .detail {display:block;position:absolute;left:0;top:50%;width:100%;color:#fff;font-size:13px;text-align:center;font-weight:300;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.slide2 .item a .detail i {font-size:24px;}


.intro_slide .item {width:100%;}
.intro_slide .item img {width:100%;height:auto;}

.intro_slide .owl-dots {display:block;position:relative;height:20px;margin:0;padding:0;}
.intro_slide .owl-dots button {background:none;border:none}
.intro_slide .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.intro_slide .owl-dots .owl-dot span {display:block;width:10px;height:10px;margin:0 5px 0 0;background:#ddd;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.intro_slide .owl-dots .owl-dot.active span, .slide .owl-dots .owl-dot:hover span {background:#059740;}


.slide3 {margin:0 0 10px 0;background:#fff;border:solid 1px #ccc;}
.slide3 .owl-nav {display:none}
.slide3 .item {width:100%;height:340px;padding:20px;}
.slide3 .item:after {display:block;visibility:hidden;clear:both;content:""}
.slide3 .item a {display:block;float:left;width:70%;}
.slide3 .item a img {width:100%;height:auto;}
.slide3 .item .content {float:left;width:30%;padding:0 0 0 20px;text-align:left;}
.slide3 .item .content strong {display:block;margin:0 0 8px 0;font-size:16px;font-weight:400;}

.slide3 .owl-dots {display:block;position:absolute;right:20px;bottom:20px;}
.slide3 .owl-dots button {background:none;border:none}
.slide3 .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.slide3 .owl-dots .owl-dot span {display:block;width:10px;height:10px;margin:0 0 0 5px;background:#ddd;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.slide3 .owl-dots .owl-dot.active span, .slide .owl-dots .owl-dot:hover span {background:#059740;}




@media screen and (max-width:1024px) {
.slide {position:relative;margin:0 0 25px 0;padding:0;border-bottom:none;}

.slide3 .item {height:auto;}
.slide3 .item a {width:60%;}
.slide3 .item .content {width:40%}
}






@media screen and (max-width:768px) {
.slide3 .item a {width:100%;}
.slide3 .item .content {width:100%}
}





@media screen and (max-width:480px) {
}