﻿/*轮播图*/
.box img{height:auto}
.caption,.pd_bg{z-index:4;background:#000; background: rgba(0,0,0,0.6); left: 0; right: 0; bottom:0px; height:28px !important;line-height:28px;}

.box .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.box .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.box .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;}
.box .owl-carousel .owl-item{float: left;}
.box #owl-demo{overflow:hidden;position:relative;}
.box #owl-demo .item img{display: block;width: 100%;height: auto;}
.box .owl-controls,.box .owl-pagination{display:none !important;}
