.clb_Box {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
}
/*.cban_box, .cban_boxb {
    margin-top: 60px;
}*/
.clb_Box .clb_Jz {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    background: url(../images/load.gif) no-repeat center center;
}
.clb_Box ul, .clb_Box ul li {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.clb_Box ul {
    position: relative;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
}
.clb_Box ul li {
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.clb_Box ul, .clb_Box ul li {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.clb_Box ul li img {
    width: 100%;
    display: block;
}
.clb_Box .clb_Jd {
    width: 100%;
    text-align: center;
    position: absolute;
    height: 4px;
    left: 0px;
    bottom: 70px;
    z-index: 30;
}
.clb_Box .clb_Jd span {
    display: inline-block;
    width: 60px;
    height: 100%;
    /*background: url(../images/banner_qh.png) no-repeat center center;*/
    background: #ffffff;
    cursor: pointer;
    margin: 0 6px;
}
.clb_Box .clb_Jd span.on {
    /*background: url(../images/banner_qhah.png) no-repeat center center;*/
    background: #e30a20;
}
.cban_boxatt .clb_BtnL {
    left: -50px;
    background: url(../images/in_bannerqhL.png) no-repeat center center;
    transition:0.5s;
}
.cban_boxatt .clb_Btn {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 96px;
    cursor: pointer;
    margin-top: -48px;
    z-index: 32;
}
.cban_boxatt .clb_BtnR {
    right: -50px;
    background: url(../images/in_bannerqhR.png) no-repeat center center;
    transition:0.5s;
}
.cban_boxatt .clb_Btn {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 96px;
    cursor: pointer;
    margin-top: -48px;
    z-index: 32;
}
.cban_boxatt:hover .clb_BtnL {
    left: 150px;
    transition:0.5s;
}
.cban_boxatt:hover .clb_BtnR {
    right: 150px;
    transition:0.5s;
}