
body{
    /* overflow-y: hidden; */
    margin: 0;
    padding: 0;
    height: 100%;
}
/* #header{
    height: 9.218rem !important;
}
#menu{
    height: 3.687rem !important;
}
#footer{
    height: 10.939rem !important;
} */
#container{
    display: flex;
    justify-content: center;
    height: 39.374rem;
    width: 110rem;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 0.35rem;
}
#wrapperMain{
    width: 100%;
    background: url('../images/Vbanner-bg.png') no-repeat;
    background-size: 100% 100%;
}
.wrapper{
    width: 100%;
}
/*  */
#container .left-view{
    width: 18%;
    margin-right: 4.875rem;
    padding: 4.464rem 0;
    transform: matrix3d(0.95,0,1,.0004,0,1,0,0,0,0,1,0,68,-2,0,1);
}
#container .left-view .img{
    width: 17.0625rem;
    height: 8.308rem;
    padding-bottom: 3rem;
    position: relative;
    display: block;
}
#container .left-view .img:last-child{
    padding-bottom: 0;
}
.left-view .img img{
    width: 100%;
    height: 100%;
}
#container .left-view .img div{
    position: relative;
    height: 100%;
}
.left-view .img span{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    line-height: 8.308rem;
    font-size: 1.15rem;
}
/*  */
#container .container{
    width: 61.5625rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}
#container .container .img{
    width: 17.0625rem;
    height: 8.308rem;
    position: relative;
    margin-bottom: 8.625rem;
    display: block;
}
.container .img img{
    width: 100%;
    height: 100%;
}
#container .container .title{
    position: absolute;
    width: 100%;
    top: 6.125rem;
}
#container .container .title .img{
    width: 53.375rem;
    height: 11.25rem;
    margin: 0 auto;
}
.container .img span{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    line-height: 8.308rem;
    font-size: 1.15rem;
}
/*  */
#container .right-view{
    width: 18%;
    margin-left: 4.7rem;
    padding: 4.464rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: matrix3d(0.95,0,1,-0.0004,0,1,0,0,0,0,1,0,-68,-2,0,1)
}
#container .right-view .img{
    width: 17.0625rem;
    height: 8.308rem;
    padding-bottom: 3rem;
    position: relative;
    display: block;
}
#container .right-view .img:last-child{
    padding-bottom: 0;
}
.right-view .img img{
    width: 100%;
    height: 100%;
}
#container .right-view .img div{
    position: relative;
    height: 100%;
}
.right-view .img span{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    line-height: 8.308rem;
    font-size: 1.15rem;
}
.SciViewnavLi ul{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SciViewnavLi li{
    float: left;
    line-height: 2.825rem;
    padding: 0 1.875rem;
    font-size: 1rem;
    color: #fff;
    position: relative;
}
.SciViewnavLi li::before{
    content: ' ';
    position: absolute;
    top: 0.9rem;
    right: 0;
    width: 1px;
    height: 1.2rem;
    background: #fff;
}
.SciViewnavLi li:last-child::before{
    display: none;
}
.SciViewnavLi li a{
    text-decoration: none;
    color: #fff
}

/* 最大 */
@media screen and (min-width: 2200px) and (max-width: 2580px) {
    #container{
        /* width: 113.684rem; */
        margin: 0 auto;
        height: 45.3rem;
    }
    #container .left-view{
        padding: 7.464rem 0;
    }
    #container .right-view{
        padding: 7.464rem 0;
    }
}
@media screen and (min-width: 2100px) and (max-width: 2200px) {
    #container{
        /* width: 115.686rem; */
        margin: 0 auto;
    }
}
@media screen and (min-width: 1920px) and (max-width: 2100px) {
    #container{
        /* width: 111.662rem; */
        margin: 0 auto;
    }
}
@media screen and (max-width: 1920px){
    #container .container .img{
        margin-bottom: 5.625rem;
    }
}
/* 中号 */
@media screen and (min-width: 1550px) and (max-width: 1760px) {
    #container{
        width: 101.667rem;
        margin: 0 auto;
    }
    #container .left-view{
        /* width: 16.5rem; */
        margin-right: 5.2rem;
    }
    #container .right-view{
        /* width: 16.5rem; */
        margin-left: 5.2rem;
    }
    #container .container{
        width: calc(100% - 43rem);
    }
}
/* 小号 */
@media screen and (max-width: 1550px) {
    #container{
        width: 118rem;
        margin: 0 auto;
    }
    #wrapperMain{
        width: 118rem;
    }
    #container .left-view{
        /* width: 16.5rem; */
        margin-right: 4rem;
        /* transform: matrix3d(0.95,0,1,.0004,0,1,0,0,0,0,1,0,-68, -10,0,1); */
    }
    #container .right-view{
        /* width: 16.5rem; */
        margin-left: 4rem;
        /* transform: matrix3d(0.95,0,1,-0.0004,0,1,0,0,0,0,1,0,-68, -10,0,1); */
    }
    #footer{
        width: 118rem !important;
    }
    #header{
        width: 118rem !important;
    }
    #menu{
        width: 118rem !important;
    }
}
@media screen and (max-width: 1450px) {
    #container{
        width: 100%;
        margin: 0 auto;
    }
    #wrapperMain{
        width: 100%;
    }
    #container .left-view{
        margin-right: 4rem;
        transform: matrix3d(0.95,0,1,.0004,0,1,0,0,0,0,1,0,22,-10,0,1);
    }
    #container .right-view{
        margin-left: 4rem;
        transform: matrix3d(0.95,0,1,-0.0004,0,1,0,0,0,0,1,0,-22, -10,0,1);
    }
    #footer{
        width: 100% !important;
    }
    #header{
        width: 100% !important;
    }
    #menu{
        width: 100% !important;
    }
}
@media screen and (max-width: 1280px) {
    .SciViewnavLi li{
        line-height: 3.75rem;
        line-height: 3.75rem;
        font-size: 1.2rem;
    }
    .SciViewnavLi li::before{
        top: 1.25rem;
        height: 1.4rem;
    }
}
@media screen and (max-width: 1100px) {
    #container{
        width: 91.666rem
    }
    #wrapperMain{
        width: 91.666rem
    }
    #footer{
        width: 91.666rem !important;
    }
    #header{
        width: 91.666rem !important;
    }
    #menu{
        width: 91.666rem !important;
    }
}