.s2-control-panel-container {
    background-color: #000;
    letter-spacing: calc(-0.037em + 0.526px);
    --S2-NavH: 76px;
    position: relative;
}

.s2-control-panel-container * {
    box-sizing: border-box;
}

.s2-control-panel-container picture {
    display: block;
    width: 100%;
}

.s2-control-panel-container sup {
    font-size: 0.6em;
    cursor: pointer;
}

.s2-control-panel-container a {
    font-size: inherit;
    color: inherit;
}

.s2-control-panel-container ul {
    list-style: none;
    list-style-image: none;
}

.s2-control-panel-container .nr {
    white-space: nowrap;
}

.s2-control-panel-container img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

.s2-control-panel-container video {
    width: 100%;
    height: auto;
    border: 0;
    display: block;
    object-fit: cover;
}

.s2-control-panel-container .blur-up {
    filter: blur(10px);
    transition: filter .2s;
    -webkit-filter: blur(10px);
}

.s2-control-panel-container .blur-up.lazyloaded {
    filter: blur(0);
}

.s2-control-panel-container .show-mob {
    display: none;
}

.s2-control-panel-container .show-pc {
    display: block;
}

.s2-control-panel-container .show-mob-inline {
    display: none;
}

.s2-control-panel-container .show-pc-inline {
    display: inline;
}

.s2-control-panel-container .show-ie {
    display: none;
}

.s2-control-panel-container .hide-ie {
    display: block;
}

.s2-control-panel-container .content-wrap {
    text-align: center;
}

.s2-control-panel-container .big-title {
    color: #fff;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.25;
}

.s2-control-panel-container .desc-p {
    color: #fff;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 1.5625vw;
}

/* mob */
@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .show-mob {
        display: block;
    }

    .s2-control-panel-container .show-pc {
        display: none;
    }

    .s2-control-panel-container .show-mob-inline {
        display: inline-block;
    }

    .s2-control-panel-container .show-pc-inline {
        display: none;
    }

    .s2-control-panel-container .content-wrap {
        margin: 0 auto;
    }

    .s2-control-panel-container .big-title {
        font-size: 6.666667vw;
    }

    .s2-control-panel-container .desc-p {
        font-size: 3.333333vw;
        margin-top: 4.16666667vw;
    }
}

/* ie */
@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .s2-control-panel-container .show-ie {
        display: block;
    }

    .s2-control-panel-container .hide-ie {
        display: none;
    }
}


/* sec1 start */
.s2-control-panel-container .s2-sec1 {
    position: relative;
}

.s2-control-panel-container .s2-sec1 .kv-text {
    position: absolute;
    top: 13.541667vw;
    left: 17.083333vw;
    text-align: center;
}

.s2-sec1 .kv-text .kv-title {
    color: #fefefe;
    font-size: 4.166667vw;
    font-weight: 700;
    line-height: 1.25;
}

.s2-sec1 .kv-text .kv-subtitle {
    color: #fefefe;
    font-size: 3.333333vw;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 1.041667vw;
}

.s2-sec1 .kv-text .kv-ksp {
    color: #fff;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 2.083333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .s2-sec1 .kv-text {
        position: absolute;
        top: 16.666667vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        width: 90%;
    }

    .s2-sec1 .kv-text .kv-title {
        font-size: 11.111111vw;
    }

    .s2-sec1 .kv-text .kv-subtitle {
        font-size: 8.888889vw;
        margin-top: 2.777778vw;
    }

    .s2-sec1 .kv-text .kv-ksp {
        font-size: 3.333333vw;
        margin-top: 5.555556vw;
    }
}

/* sec1 end */

/* sec2 start */
.s2-control-panel-container .s2-sec2 {
    margin-top: 10.416667vw;
}

.s2-control-panel-container .s2-sec2 .content-wrap {
    margin-bottom: 4.166667vw;
}

.s2-control-panel-container .s2-sec2 .sec2-animation-wrap {
    width: 70.833333vw;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.s2-sec2 .sec2-animation-wrap .sec2-text {
    position: absolute;
    top: 3.125vw;
    left: 0;
    display: flex;
    flex-direction: column;
}

.sec2-animation-wrap .sec2-text .text-item {
    opacity: 0;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    will-change: transform, opacity;
    transform: translateX(10vw);
    -webkit-transform: translateX(10vw);
    -moz-transform: translateX(10vw);
    -ms-transform: translateX(10vw);
    -o-transform: translateX(10vw);
}

.sec2-animation-wrap .sec2-text .text-item:nth-child(n+2) {
    margin-top: 2.083333vw;
}

.sec2-animation-wrap .sec2-text .text-item h3 {
    color: #fff;
    font-size: 1.666667vw;
    font-weight: 500;
    line-height: 1.25;
}

.sec2-animation-wrap .sec2-text .text-item p {
    color: #fff;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 1.041667vw;
}

.s2-sec2 .sec2-animation-wrap .img-wrap {
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    will-change: transform;
    position: relative;
    z-index: 2;
}

.s2-sec2 .sec2-animation-wrap .img-wrap {
    width: 51.510417vw;
}

.s2-sec2 .sec2-animation-wrap .img-wrap img {
    height: 33.020833vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .s2-sec2 {
        margin-top: 27.777778vw;
    }

    .s2-control-panel-container .s2-sec2 .content-wrap {
        margin-bottom: 11.111111vw;
    }

    .s2-control-panel-container .s2-sec2 .sec2-animation-wrap {
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }

    .s2-sec2 .sec2-animation-wrap .sec2-text {
        position: static;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 81.66666667vw;
        margin-top: 11.111111vw;
    }

    .sec2-animation-wrap .sec2-text .text-item {
        width: 46.3%;
        opacity: 1;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .sec2-animation-wrap .sec2-text .text-item:nth-child(n+2) {
        margin-top: 0;
    }

    .sec2-animation-wrap .sec2-text .text-item:nth-child(n+3) {
        margin-top: 8.333333vw;
    }

    .sec2-animation-wrap .sec2-text .text-item h3 {
        font-size: 4.444444vw;
    }

    .sec2-animation-wrap .sec2-text .text-item p {
        font-size: 3.333333vw;
        margin-top: 2.777778vw;
    }

    .s2-sec2 .sec2-animation-wrap .img-wrap {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        position: relative;
        z-index: 2;
    }

    .s2-sec2 .sec2-animation-wrap .img-wrap {
        width: 83.333333vw;
    }

    .s2-sec2 .sec2-animation-wrap .img-wrap img {
        height: auto;
    }
}

/* sec2 end */

/* sec3 start */
.s2-control-panel-container .s2-sec3 {
    margin-top: 10.416667vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.s2-control-panel-container .s2-sec3 .content-wrap {
    width: 22.552083vw;
    margin-top: 6.25vw;
    text-align: left;
}

.s2-control-panel-container .s2-sec3 .sec3-video {
    width: 45.3125vw;
    margin-left: 2.96875vw;
    border-radius: 1.041667vw;
    -webkit-border-radius: 1.041667vw;
    -moz-border-radius: 1.041667vw;
    -ms-border-radius: 1.041667vw;
    -o-border-radius: 1.041667vw;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .s2-sec3 {
        margin-top: 27.777778vw;
        flex-direction: column;
        justify-content: center;
    }

    .s2-control-panel-container .s2-sec3 .content-wrap {
        width: 60.138889vw;
        margin: 0 auto;
        text-align: center;
    }

    .s2-control-panel-container .s2-sec3 .sec3-video {
        width: 100%;
        margin: 8.33333333vw auto 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
}

/* sec3 end */

/* sec4 start */
.s2-control-panel-container .s2-sec4 {
    margin-top: 10.416667vw;
}

.s2-control-panel-container .s2-sec4 .content-wrap {
    width: 42.5vw;
    margin: 0 auto;
}

.s2-control-panel-container .s2-sec4 .sec4-img {
    margin-top: 3.125vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .s2-sec4 {
        margin-top: 27.777778vw;
    }

    .s2-control-panel-container .s2-sec4 .content-wrap {
        width: 74.944444vw;
    }

    .s2-control-panel-container .s2-sec4 .sec4-swiper-container {
        margin-top: 8.333333vw;
    }

    .s2-sec4 .sec4-swiper-container .sec4-swiper-pagination {
        position: absolute;
        left: 50%;
        bottom: 5.55555556vw;
        width: 41.6666667vw;
        height: 1px;
        display: inline-flex;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .s2-sec4 .sec4-swiper-container .sec4-swiper-pagination .swiper-pagination-item {
        width: 33.333333%;
        height: 100%;
        background: #fff;
        opacity: 0.5;
        position: relative;
    }

    .s2-sec4 .sec4-swiper-container .sec4-swiper-pagination .swiper-pagination-item::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 1500%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .s2-sec4 .sec4-swiper-container .sec4-swiper-pagination .swiper-pagination-progressbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 33.3333333%;
        height: 100%;
        background: #fff;
        transition: transform 0.3s linear;
        -webkit-transition: transform 0.3s linear;
        -moz-transition: transform 0.3s linear;
        -ms-transition: transform 0.3s linear;
        -o-transition: transform 0.3s linear;
    }

}

/* sec4 end */

/* sec5 start */
.s2-control-panel-container .s2-sec5 {
    margin-top: 10.416667vw;
}

.s2-control-panel-container .s2-sec5 .content-wrap {
    width: 30vw;
    margin: 0 auto;
}

.s2-control-panel-container .s2-sec5 .sec5-swiper {
    margin-top: 3.125vw;
}

.s2-sec5 .sec5-swiper .swiper-wrapper {
    justify-content: center;
}

.s2-sec5 .sec5-swiper .swiper-wrapper .swiper-slide {
    width: 38.541667vw;
}

.s2-sec5 .sec5-swiper .img-wrap {
    background: #191919;
    border-radius: 1.041667vw;
    -webkit-border-radius: 1.041667vw;
    -moz-border-radius: 1.041667vw;
    -ms-border-radius: 1.041667vw;
    -o-border-radius: 1.041667vw;
    overflow: hidden;
}

.s2-sec5 .sec5-swiper .swiper-wrapper .swiper-slide1 {
    margin-right: 2.083333vw;
}

.s2-sec5 .sec5-swiper .swiper-slide .desc-p {
    margin-top: 2.083333vw;
    text-align: center;
    opacity: 0.7;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .s2-sec5 {
        margin-top: 27.777778vw;
    }

    .s2-control-panel-container .s2-sec5 .content-wrap {
        width: 80vw;
    }

    .s2-control-panel-container .s2-sec5 .sec5-swiper {
        margin: 8.333333vw auto 0;
        width: 91.666667vw;
    }

    .s2-sec5 .sec5-swiper .swiper-wrapper {
        justify-content: unset;
    }

    .s2-sec5 .sec5-swiper .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .s2-sec5 .sec5-swiper .img-wrap {
        border-radius: 2.777778vw;
        -webkit-border-radius: 2.777778vw;
        -moz-border-radius: 2.777778vw;
        -ms-border-radius: 2.777778vw;
        -o-border-radius: 2.777778vw;
    }

    .s2-sec5 .sec5-swiper .swiper-wrapper .swiper-slide1 {
        margin-right: 0;
    }

    .s2-sec5 .sec5-swiper .swiper-slide .desc-p {
        margin-top: 11.25vw;
    }

    .s2-sec5 .sec5-swiper .sec5-swiper-pagination {
        display: inline-flex;
        width: 38.888889vw;
        height: 1px;
        left: 50%;
        top: 88.888889vw;
        bottom: auto;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }

    .s2-sec5 .sec5-swiper .sec5-swiper-pagination .swiper-pagination-item {
        flex-shrink: 0;
        width: 50%;
        height: 100%;
        background: #fff;
        opacity: 0.5;
        position: relative;
    }

    .s2-sec5 .sec5-swiper .sec5-swiper-pagination .swiper-pagination-item::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 1500%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .s2-sec5 .sec5-swiper .sec5-swiper-pagination .swiper-pagination-progressbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: #fff;
        transition: transform 0.3s linear;
        -webkit-transition: transform 0.3s linear;
        -moz-transition: transform 0.3s linear;
        -ms-transition: transform 0.3s linear;
        -o-transition: transform 0.3s linear;
    }
}

/* sec5 end */
/* sec6 start */
.s2-control-panel-container .s2-sec6 {
    margin-top: 10.416667vw;
}
.s2-control-panel-container .s2-sec6 .content-wrap{
    width: 38.229167vw;
    margin: 0 auto;
}
.s2-control-panel-container .s2-sec6 .sec6-video {
    margin: 3.125vw auto 0;
    width: 100%;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .s2-sec6 {
        margin-top: 27.777778vw;
    }
    .s2-control-panel-container .s2-sec6 .content-wrap{
        width: 71.94444445vw;
    }

    .s2-control-panel-container .s2-sec6 .sec6-video {
        margin: 8.333333vw auto 0;
        width: 100%;
    }
}

/* sec6 end */

/* sec7 start */
.s2-control-panel-container .s2-sec7 {
    margin-top: 10.416667vw;
    position: relative;
}

.s2-control-panel-container .s2-sec7 .content-wrap {
    position: absolute;
    top: 6.40625vw;
    left: 64.375vw;
}

.s2-control-panel-container .s2-sec7 .sec7-swiper {
    display: flex;
    align-items: flex-end;
    margin-left: 13.541667vw;
}

.s2-sec7 .sec7-swiper .swiper-container {
    width: 45.625vw;
    margin: 0;
}

.s2-sec7 .sec7-swiper .sec7-swiper-pagination {
    width: auto;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    display: inline-flex;
    flex-direction: column;
    padding-left: 1.197917vw;
    margin: 0 0 6.40625vw 5.208333vw;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.s2-sec7 .sec7-swiper .sec7-swiper-pagination .swiper-pagination-item {
    color: #fff;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    opacity: 0.4;
    padding: 0.46875vw 0;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    will-change: transform, opacity;
}

.s2-sec7 .sec7-swiper .sec7-swiper-pagination .swiper-pagination-item span {
    cursor: pointer;
}

.s2-sec7 .sec7-swiper .sec7-swiper-pagination .swiper-pagination-item:not(:last-of-type) {
    margin-bottom: 0.260417vw;
}

.s2-sec7 .sec7-swiper .sec7-swiper-pagination .swiper-pagination-item.active {
    opacity: 1;
}

.s2-sec7 .sec7-swiper .swiper-pagination-progressbar {
    position: absolute;
    width: 4px;
    top: 0;
    left: -2px;
    background-color: #fff;
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    will-change: transform;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .s2-sec7 {
        margin-top: 27.777778vw;
        position: relative;
    }

    .s2-control-panel-container .s2-sec7 .content-wrap {
        position: static;
    }

    .s2-control-panel-container .s2-sec7 .sec7-swiper {
        flex-direction: column;
        align-items: center;
        margin: 8.333333vw auto 0;
    }

    .s2-sec7 .sec7-swiper .swiper-container {
        width: 83.333333vw;
        margin: 0 auto;
    }

    .s2-sec7 .sec7-swiper .sec7-swiper-pagination {
        width: auto;
        position: relative;
        bottom: 0;
        left: 0;
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        padding: 2.777778vw 0 0;
        margin: 5.555556vw auto 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .s2-sec7 .sec7-swiper .sec7-swiper-pagination .swiper-pagination-item {
        font-size: 3.3333333vw;
        padding: 0;
    }

    .s2-sec7 .sec7-swiper .sec7-swiper-pagination .swiper-pagination-item:not(:last-of-type) {
        margin: 0 5.555556vw 0 0;
    }

    .s2-sec7 .sec7-swiper .swiper-pagination-progressbar {
        width: 20vw;
        height: 1px;
        top: -1px;
        left: 0;
    }
}

/* sec7 end */
/* sec8 start */
.s2-control-panel-container .s2-sec8 {
    margin-top: 10.416667vw;
}

.s2-control-panel-container .s2-sec8 .content-wrap {
    width: 29.166667vw;
    margin: 0 auto;
}

.s2-control-panel-container .s2-sec8 .sec8-img {
    width: 52.083333vw;
    margin: 3.125vw auto 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .s2-sec8 {
        margin-top: 27.777778vw;
    }

    .s2-control-panel-container .s2-sec8 .content-wrap {
        width: 76.6666667vw;
    }

    .s2-control-panel-container .s2-sec8 .sec8-img {
        width: 83.333333vw;
        margin: 8.333333vw auto 0;
    }
}

/* sec8 end */

/* sec9 start */
.s2-control-panel-container .s2-sec9 {
    margin-top: 10.416667vw;
}

.s2-control-panel-container .s2-sec9 .content-wrap {
    width: 26.041667vw;
    margin: 0 auto;
}

.s2-control-panel-container .s2-sec9 .sec9-img {
    width: 52.083333vw;
    margin: 3.125vw auto 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .s2-sec9 {
        margin-top: 27.777778vw;
    }

    .s2-control-panel-container .s2-sec9 .content-wrap {
        width: 69.444444vw;
    }

    .s2-control-panel-container .s2-sec9 .sec9-img {
        width: 83.333333vw;
        margin: 8.333333vw auto 0;
    }
}

/* sec9 end */
/* sec11 start */
.s2-control-panel-container .s2-sec11 {
    margin-top: 10.416667vw;
}

.s2-control-panel-container .s2-sec11 .content-wrap {
    width: 26.041667vw;
    margin: 0 auto;
}

.s2-control-panel-container .s2-sec11 .desc-title {
    position: absolute;
    top: 3.125vw;
    left: 3.125vw;
    color: #fff;
    font-size: 1.666667vw;
    font-weight: 700;
    line-height: 1.25;
    z-index: 2;
}

.s2-control-panel-container .s2-sec11 .sec11-img-wrap {
    display: flex;
    flex-direction: row;
    margin-top: 3.125vw;
}

.s2-sec11 .sec11-img-wrap .sec11-img {
    width: 50%;
    position: relative;
}

.s2-sec11 .sec11-img-wrap .sec11-img .bg-img {
    width: 31.25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.s2-sec11 .sec11-img-wrap .sec11-swiper {
    width: 50%;
    position: relative;
}

.s2-sec11 .sec11-swiper .desc-title{
    left: auto;
    right: 3.125vw;
}

.s2-sec11 .sec11-img-wrap .sec11-swiper .swiper-slide {
    position: relative;
}

.s2-sec11 .sec11-img-wrap .sec11-swiper .swiper-container .img-wrap {
    width: 31.25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.s2-sec11 .sec11-img-wrap .sec11-swiper .swiper-container .my-button-disabled {
    opacity: 0.3;
}

.s2-sec11 .sec11-swiper .sec11-swiper-pagination {
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    bottom: 2.916667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.s2-sec11 .sec11-swiper .sec11-swiper-pagination .swiper-pagination-item {
    flex-shrink: 0;
    width: 6.041667vw;
    opacity: 0.3;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    cursor: pointer;
    outline: none;
}

.s2-sec11 .sec11-swiper .sec11-swiper-pagination .swiper-pagination-item:not(:first-child) {
    margin-left: 1.5625vw;
}

.s2-sec11 .sec11-swiper .sec11-swiper-pagination .swiper-pagination-item.active {
    opacity: 1;
}

.s2-sec11 .sec11-swiper .sec11-swiper-button {
    width: 2.604167vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    z-index: 11;
}

.s2-sec11 .sec11-swiper .sec11-swiper-button-prev {
    left: 2.083333vw;
}

.s2-sec11 .sec11-swiper .sec11-swiper-button-next {
    right: 2.083333vw;
}

.s2-sec11 .sec11-swiper .sec11-swiper-button-next img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .s2-sec11 {
        margin-top: 27.777778vw;
    }

    .s2-control-panel-container .s2-sec11 .content-wrap {
        width: 69.444444vw;
    }

    .s2-control-panel-container .s2-sec11 .desc-title {
        top: 5.55555556vw;
        left: 50%;
        font-size: 4.44444445vw;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .s2-control-panel-container .s2-sec11 .sec11-img-wrap {
        flex-direction: column;
        margin-top: 8.333333vw;
    }

    .s2-sec11 .sec11-img-wrap .sec11-img {
        width: 100%;
    }

    .s2-sec11 .sec11-img-wrap .sec11-img .bg-img {
        width: 72.222222vw;
    }

    .s2-sec11 .sec11-img-wrap .sec11-swiper {
        width: 100%;
    }
    .s2-sec11 .sec11-img-wrap .sec11-swiper .desc-title{
        right: auto;
    }

    .s2-sec11 .sec11-img-wrap .sec11-swiper .swiper-container .img-wrap {
        width: 72.222222vw;
    }

    .s2-sec11 .sec11-swiper .sec11-swiper-pagination {
        bottom: 5.277778vw;
    }

    .s2-sec11 .sec11-swiper .sec11-swiper-pagination .swiper-pagination-item {
        width: 15vw;
    }

    .s2-sec11 .sec11-swiper .sec11-swiper-pagination .swiper-pagination-item:not(:first-child) {
        margin-left: 3.888889vw;
    }

    .s2-sec11 .sec11-swiper .sec11-swiper-button {
        width: 4.444444vw;
    }

    .s2-sec11 .sec11-swiper .sec11-swiper-button::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 150%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .s2-sec11 .sec11-swiper .sec11-swiper-button-prev {
        left: 4.861111vw;
    }

    .s2-sec11 .sec11-swiper .sec11-swiper-button-next {
        right: 4.861111vw;
    }
}

/* sec11 end */

/* footer start */
.s2-control-panel-container .s2-footer {
    width: 63.385417vw;
    padding: 10.416667vw 0;
    margin: 0 0 0 16.40625vw;
}

.s2-control-panel-container .s2-footer ul {
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    list-style: decimal;
}

.s2-control-panel-container .s2-footer ul li.active {
    color: #fff;
}

@media screen and (min-width: 1920px) {
    .s2-control-panel-container .s2-footer ul {
        font-size: 0.625vw;
    }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .s2-control-panel-container .s2-footer {
        width: 78.19444444vw;
        padding: 27.777778vw 0;
        margin: 0 0 0 12.3611111vw;
    }

    .s2-control-panel-container .s2-footer ul {
        font-size: 3.333333vw;
    }
}

/* footer end */

/* ie */
@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sec2-animation-wrap .sec2-text .text-item {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .s2-control-panel-container .s2-sec2 .sec2-animation-wrap {
        justify-content: space-between;
    }

    .s2-sec7 .sec7-swiper .swiper-pagination-progressbar {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

    .s2-sec11 .sec11-img-wrap .sec11-swiper .swiper-slide {
        transition-property: none;
    }
}

/* nav */
#second-navigation-v4 {
    display: none;
    height: 0;
}

.content-v4 .nav-two {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 76px;
    background-color: #fff;
}

.content-v4 .nav-two .show-mob {
    display: none;
}

.content-v4 .nav-two .link-wrap {
    display: inline-flex;
    align-items: center;
}

.content-v4 .nav-two .link-item {
    margin: 0 15px;
    position: relative;
    white-space: nowrap;

}

.content-v4 .nav-two .link-item:first-child {
    margin-left: 0;
}

.content-v4 .nav-two .link-item:first-child::before {
    content: " ";
    display: inline-block;
    width: 2px;
    height: 16px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
}

.content-v4 .nav-two .nav-title {
    font-weight: 700;
    color: #7f7f7f;
}

.content-v4 .nav-two .link-item:hover .nav-title {
    color: #000;
}

.content-v4 .nav-two .nav-title.active {
    color: #000;
}

.content-v4 .nav-two .section-button {
    display: inline-block;
    padding: 2px 24px;
    font-size: 13px;
    font-weight: 800;
    line-height: 24px;
    transition: .3s ease-out;
    color: #fff;
    border: 2px solid #ad0824;
    border-radius: 40px;
    background-color: #ad0824;
    cursor: pointer;
}

.content-v4 .nav-two .nav-wrap {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #faf8f9;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    padding: 10px 16px;
    overflow: hidden;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .content-v4 .nav-two {
        padding: 0 20px;
    }

    .content-v4 .nav-two .show-pc {
        display: none;
    }

    .content-v4 .nav-two .show-mob {
        display: block;
    }

    .content-v4 .nav-two .link-item {
        margin: 0;
    }

    .content-v4 .nav-two .link-item:first-child {
        margin-right: 20px;
    }

    .content-v4 .nav-two .link-item:first-child::before {
        display: none;
    }

    .content-v4 .nav-two .arrow-btn svg {
        transition: transform 0.3s linear;
        -webkit-transition: transform 0.3s linear;
        -moz-transition: transform 0.3s linear;
        -ms-transition: transform 0.3s linear;
        -o-transition: transform 0.3s linear;
    }

    .content-v4 .nav-two .arrow-btn svg.open {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .content-v4 .nav-two .nav-wrap.open {
        display: block;
    }
}