.tab {
    width: 100%;
    /* background-image: url(bg1.png); */
    background-size: cover;
    margin-top: 50px;
}
.tab .tab-box {
    width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
    height: 450px;
}
.tab .tab-box .menus {
    width: 100px;
    height: 390px;
    background: rgb(92,94,103);
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.tab .tab-box .menus li {
    width: 100px;
    height: 70px;
    background: rgb(92,94,103);
    font-size: 20px;
    color: #fff;
    text-align: center;
    /* border-bottom: 1px solid rgba(0,0,0,0.5); */
    line-height: 70px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tab .tab-box .menus li:nth-child(7) {
    border-bottom: none;
}
.tab .tab-box .bg {
    height: 110px !important;
    background: rgb(0,159,233) !important;
    line-height: 110px !important;
}
.tab .right {
    float: left;
    width: 800px;
    height: 450px;
    overflow: hidden;
    /* margin-left: 50px; */
    border-radius: 10px;
    background: rgba(0,0,0,0.5);
}
.tab .tab_right {
    width: 800px;
    height: 800px;
    color: #fff;
    text-align: center;
    position:relative;
}
.tab .tab_right img {
    width: 100%;
}
.tab .scroll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}