.visualWrap {  width: 200%; height: 830px; overflow: hidden; position: relative; transition: all .5s; transform: translateX(0%); }
.swiper-container { width: 50%; height: 100%; margin: 0;  position: relative;}
.next .visualWrap { transform: translateX(-50%);}
.visualWrap .swiper-slide { overflow: hidden;}
.visualWrap .vsImg { max-width: inherit; position: absolute; top: 0px; left: 50%; margin-left: -960px; transform: scale(1.2);}
.visualWrap .swiper-slide-active .vsImg  { transform: scale(1.0); transition: all 6s;}
.visualWrap .txtWrap { width: 600px; position: absolute; top: 115px; left: 50%; margin-left: -300px; z-index: 1; text-align: center;}
.visualWrap .txtWrap img { display: inline-block; position: relative; top: 50px; opacity: 0;}
.visualWrap .txtWrap img:nth-child(1) { margin-bottom: 25px; transition: all 1s ease 0s}
.visualWrap .txtWrap img:nth-child(2) { margin-bottom: 0px; transition: all 1s ease .4s}
.visualWrap .swiper-slide-active .txtWrap img { top: 0px; opacity: 1;}
.visualWrap .btnWrap {width: 110px; position: absolute; bottom: 35px; right: 65px; z-index: 1;}
.visualWrap .btnWrap::after { width:1px; height: 90%; background: rgba(255,255,255,.3); position: absolute; top: 5%; left: 50%; content: "";}
.visualWrap .btnWrap a:nth-child(2) {position: absolute; top: 0; right: 0;}
.mBox { width: 50%; height: 100%; position: absolute; top: 0px; left: 50%;  transition: all .5s; background: url("../images/main/premium_bg.png") no-repeat left bottom  #5a6770;}
.rolling_wrap {width: 1300px; height: 500px; position: absolute; top: 40px; left: 80px; z-index: 1;}
.rolling_wrap li { width: 100%; height: 100%; position: absolute; top: 0px; left: 0; opacity: 0; transition: all .5s;}
.rolling_wrap li.view {opacity: 1;}
.rolling_wrap2 {width: 767px; height: 400px; position: absolute; bottom: 0px; right: 0px; z-index: 1;}
.rolling_wrap2 li { width: 100%; height: 100%; position: absolute; top: 0px; left: 0; opacity: 0; transition: all .5s;}
.rolling_wrap2 li.view {opacity: 1;}
.visualWrap .btnWrap2 {width: 110px; position: absolute; top: 395px; left: 930px; z-index: 1;}
.visualWrap .btnWrap2::after { width:1px; height: 90%; background: rgba(255,255,255,.3); position: absolute; top: 5%; left: 50%; content: "";}
.visualWrap .btnWrap2 a { opacity: .4; z-index: 10; position: relative; display: block; float: left;}
.visualWrap .btnWrap2 a:nth-child(2) {position: absolute; top: 0; right: 0;}
.nextBtn { display: block; float: left; position: absolute; top: 50%; right: 45px; margin-top: -76px; z-index: 10; transition: all .3s;}
.nextBtn img { position: relative; z-index: 1;}
.nextBtn span { width: 100%; height: 100%; display: block; background: #005151; position: absolute; top: 0px; left: 0; z-index: 0; border-radius: 50%; transform: scale(0); transition: all .5s;}
.nextBtn img.ar { position: absolute; top: 50%; right: -22px; margin-top: -9px; z-index: 2; animation: arrowAni 2s infinite; }
.nextBtn:hover span{ transform: scale(1.1);}
.prevBtn { display: block; float: left; position: absolute; top: 50%; right: 45px; margin-top: -76px; z-index: 10; transition: all .3s;}
.prevBtn img { position: relative; z-index: 1;}
.prevBtn span { width: 100%; height: 100%; display: block; background: #005151; position: absolute; top: 0px; left: 0; z-index: 0; border-radius: 50%; transform: scale(0); transition: all .5s;}
.prevBtn img.ar { position: absolute; top: 50%; right: -18px; margin-top: -9px; z-index: 2; transform: rotateZ(-180deg); animation: arrowAni2 2s infinite; }
.prevBtn:hover span{ transform: scale(1.1);}

@keyframes visualAni1 {
    0% {
        transform: scale(.75);
    }

    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(.75);
    }
}
@keyframes visualAni2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes arrowAni {
    0% {
        right: -22px;
    }

    50% {
       right: -12px;
    }
    100% {
       right: -22px;
    }
}

@keyframes arrowAni2 {
    0% {
        right: -18px;
    }

    50% {
       right: -8px;
    }
    100% {
       right: -18px;
    }
}

.visualWrap ul li .iframeWrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.visualWrap ul li .iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.visualWrap ul li .textWrap {
    position: absolute;
    top: 295px;
    left: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    z-index: 10;
}

.visualWrap ul li .textWrap.top {
    top: 160px;
}

.visualWrap .ctrWrap .spBtn {
    width: 12px;
    height: 18px;
    display: flex;
    justify-content: space-between;
    margin:0 10px;
}

.visualWrap .ctrWrap .spBtn span {
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff;
    transition: all .5s;
}

.visualWrap .ctrWrap .spBtn.play span:last-child {
    opacity: 0;
}

.visualWrap .ctrWrap .spBtn.play span:first-child {
    background-color: transparent;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.visualWrap .bgSlide {
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
}

.visualWrap .bgSlide .swiper-slide img {
    transform: scale(1.2);
}

.visualWrap .textSlide {
    position:absolute;
    bottom:395px;
    z-index: 10;
    width: 50%;
    left:50%;
    margin-left: -650px;
    transition:all .7s;
}

.visualWrap .textSlide .swiper-slide {
    opacity: 0 !important;
    transition:all .5s;
}

.visualWrap .textSlide .swiper-slide-active {
    opacity: 1 !important;
}

.visualWrap .textSlide .swiper-slide img {
    opacity: 0;
    transition:all .8s;
    margin-left: 50px;
}

.visualWrap .textSlide .swiper-slide img:nth-child(1) {
    margin-bottom: 56px;
}

/* .visualWrap .textSlide .swiper-slide img:nth-child(2) {
    margin-bottom: 60px;
} */

.visualWrap .ctrWrap {
    position:absolute;
    bottom:60px;
    left:0;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
}

.visualWrap .ctrWrap .arrows {
    display: block;
}

.visualWrap .ctrWrap .right {
    margin-right: 15px;
}

.visualWrap .ctrWrap p {
    font-size: 18px;
    font-family: 'MontR';
    color:#fff;
}

.visualWrap .ctrWrap .proWrap {
    width: 100%;
    height: 1px;
    /* background-color: rgba(255, 255, 255, 0.5); */
    position:relative;
    /* margin-left: 20px; */
    overflow: hidden;
    margin-bottom: 10px;
}

.visualWrap .ctrWrap .proWrap .pro {
    width: 0%;
    height: 100%;
    background-color: #fff;
    /* transition:all .5s; */
    position:absolute;
    top:0;
    left:0;
}

.visualWrap .ctrWrap hr {
    display: block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    margin:0 22px;
}

.visualWrap .ctrWrap .posWrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.visualWrap .ctrWrap .posWrap>* {
    margin:0 35px;
    display: flex;
    flex-flow: column;
    /* align-items: center; */
}

.visualWrap .ctrWrap .posWrap>* .txt {
    color:#fff;
    font-size: 15px;
    font-family: 'MontR';
    width: 32px;
    height: 32px;
    border-radius:100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.visualWrap .ctrWrap .posWrap>*.active .txt {
    background-color: #fbb045;
}

.visualWrap .scroll {
    position:absolute;
    bottom:40px;
    left:40px;
    z-index: 10;
    animation:viScroll 2s infinite;
}

@keyframes viScroll {
    0% {
        bottom: 40px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 40px;
    }
}

.visualWrap .rightWrap {
    position:absolute;
    bottom:40px;
    right:40px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.visualWrap .rightWrap .linkWrap {
    display: flex;
    align-items: center;
}

.visualWrap .rightWrap .linkWrap a {
    margin-right: 40px;
}

.visualWrap .open {
    position:absolute;
    top:115px;
    right:115px;
    z-index: 10;
}

.visualWrap .psWrap {
    position:absolute;
    bottom:80px;
    left:50%;
    transform: translateX(calc(-50% + 0.5px));
    display: flex;
    align-items: center;
    z-index: 10;
}

.visualWrap .psWrap a {
    display: flex;
    align-items: center;
    width: 200px;
    border-top:2px solid #fff;
    padding-top: 20px;
    justify-content: space-between;
    margin:0 40px;
    transition:all .5s;
    opacity: 0.5;
}

.visualWrap .psWrap a.active {
    opacity: 1;
}

.visualWrap .psWrap a span {
    color:#fff;
    font-size: 20px;
    font-family: 'MontR';
}

.sec {
    overflow: hidden;
}

.sec1Wrap {
    position:relative;
    padding:160px 0;
}

.sec1Wrap .text1 {
    position:absolute;
    top:84px;
    left:41px;
}

.sec1Wrap .contWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sec1Wrap .contWrap .leftWrap {
    margin-right: 68px;
}

.sec1Wrap .contWrap .leftWrap .text2 {
    margin-bottom: 110px;
}

.sec1Wrap .contWrap .leftWrap ul li {
    margin-bottom: 48px;
}

.sec2Wrap {
    background: url(../images/main/bg_sec2.png) no-repeat center/cover;
    padding: 160px 0 503px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sec2Wrap .text1 {
    margin-bottom: 50px;
}