

/* 轮播图插件样式 */
.carousel-box{
    display: flex;
    flex-direction: row;
    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:33.3%;
}*/

.img-item{
    transition: width 1s;
}
.img-item img{
    width:945px;
    height:326px;
    margin-left: 2.9%;
}
.ul-box{
    position: absolute;
    top:0;
    right:0;
}
.vertical-box ul{
    position: relative;
    overflow: hidden;
    height:100%;
    width:100%;
}
.vertical-box ul li{
    width:100%;
    height:100%;
    font-size: 0;
}
.vertical-box ul li img{
    width:100%;
    height:100%;
}
/*.left-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:50%;
    left:0px;
    color:#fff;
    margin-top:35px;
    font-size: 50px;
    font-weight: 200;
    text-align: center;
    line-height: 100px;
    width:50px;
    height:70px;
    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: 50px;
    font-weight: 200;
    text-align: center;
    line-height: 100px;
    width:50px;
    height:70px;
    background:rgba(0,0,0,0.6);
    cursor: pointer;
    z-index: 99;
}
*/

