/* å…¬å…±æ ·å¼ */
.pull-left{
    float: left!important;
}
.pull-right{
    float: right!important;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
ul,li{
    margin:0;
    padding:0;
    list-style-type: none;
}


/* è½®æ’­å›¾æ’ä»¶æ ·å¼ */
.carousel-box{
    position: relative;
    width:100%;
}
.transverse-box{
    position: relative;
    width:66.7%;
}
.img-item{
    position: absolute; 
    top:0;
    left:0;
    z-index: 0;
}
.vertical-box{
    position: relative;
    width:31.8%;
}
.vertical-box ul{
    overflow: hidden;
}
.img-item{
    transition: width 1s;
}
.img-item img{
    display: block;
    width: 100%;
    /*width:120%;
    height:100%;*/
}
.vertical-box ul li{
    font-size: 0;
}
.vertical-box ul li img{
    width:100%;
    height:100%;
    margin-bottom: 15px;
}
.left-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:50%;
    left:0px;
    color:#fff;
    margin-top:-35px;
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    line-height: 100px;
    width:30px;
    height:50px;
    background:rgba(0,0,0,0.6);
    cursor: pointer;
    z-index: 99;
}
.right-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:50%;
    right:0px;
    color:#fff;
    margin-top:-35px;
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    line-height: 100px;
    width:30px;
    height:50px;
    background:rgba(0,0,0,0.6);
    cursor: pointer;
    z-index: 99;
}


