/*营商环境的图解政策*/
.orbit-wrapper {
    position: relative;
    overflow: visible;
    margin: 0 auto;
    width: 405px;
    height: 195px;
}
div.orbit { position: relative; overflow: hidden;}
div.orbit span { display:none;}

div.orbit a{
    position: absolute;
    display:block;
    width: 470px;
    padding:0px;
    border:#DEE2E7 1px solid;
    background:#fff;
    height: 240px;
}
div.orbit a img{
    width: 100%;
    height: 100%;
}
div.orbit a p{
    position: absolute;
    bottom:0px;
    left:0;
    right:0px;
    padding-left: 10px;
    margin-bottom: 0;
    height: 24px;
    line-height: 24px;
    color:#fff;
    background-color: rgba(0,0,0,0.5);
}
div.orbit-wrapper h4{ display: none; }
div.timer {display: none;}
div.slider-nav { display: block; }
div.slider-nav span { width: 50px; height: 50px; font-size: 50px; color: #ddd; text-align: center; position: absolute; z-index: 100; top: 100px; cursor: pointer; }
div.slider-nav span.right { right:-60px; }
div.slider-nav span.left { left:-60px; }
div.slider-nav span.right:hover { }
div.slider-nav span.left:hover { }