.dc-Carousel{overflow:hidden;position:relative}
.dc-Carousel li,.dc-Carousel ul{list-style:none;padding:0;margin:0}
.dc-Carousel .wrappers,.dc-Carousel .wrappers li{height:100%;width:100%}
.dc-Carousel .wrappers img{height:100%;position:absolute;left:50%;margin-left:-960px}
.dc-Carousel .wrappers{position:relative}
.dc-Carousel .wrappers li{position:absolute;z-index:0;top:0}
.dc-Carousel .bullets,.dc-Carousel .hotarea{z-index:10}
.dc-Carousel .hotarea{position:absolute;width:10%;height:100%;top:0;cursor:pointer;display:none}
.dc-Carousel .hotarea.dc-prev{left:0}
.dc-Carousel .hotarea.dc-next{right:0}
.dc-Carousel:hover .hotarea{display:block}
.dc-Carousel .hotarea>.dc-btn{position:absolute;top:50%;left:50%;margin-left:-20px;margin-top:-30px;display:block;font-size:46px;font-family:"Microsoft Yahei","Helvetica Neue","Helvetica,Arial","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei","Source Han Sans SC Regular",sans-serif;font-size:72px;text-align:center;line-height:1;color:#999}
.dc-Carousel .hotarea>.dc-btn:hover{color:#eee;background:rgba(132,129,129,.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C888888, endColorstr=#4C888888)}
.dc-Carousel .hotarea.dc-prev .dc-btn:before{content:'<'}
.dc-Carousel .hotarea.dc-next .dc-btn:before{content:'>'}
.dc-Carousel .bullets{position:absolute;bottom:5%;left:50%;width:50%;margin-left:-25%;text-align:center}
.dc-Carousel .bullets>li{background:url(../images/controls.png) 0 -200px no-repeat;width:28px;height:24px;display:inline-block;cursor:pointer}
.dc-Carousel .bullets li.active{background-position:-25px -200px}
.dc-Carousel .wrappers>li{-webkit-transition:all .8s;transition:all .8s}
.dc-fade .wrappers>li{z-index:5;opacity:0;visibility:hidden;display:none}
.dc-fade .wrappers>li.active{z-index:5;opacity:1;visibility:visible;display:block}
