.bg-text {
    position: absolute;
    pointer-events: none
}

.bg-text img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.bg-text-g {
    top: -40px;
    left: 6.25vw
}

.bg-text-r {
    right: 16.66667vw;
    top: -154px
}

.bg-text-a {
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(42%);
    -ms-transform: translateY(42%);
    transform: translateY(42%)
}

.bg-text-n {
    right: 0;
    top: 0;
    -webkit-transform: translateY(-62%);
    -ms-transform: translateY(-62%);
    transform: translateY(-62%)
}

.bg-text-d {
    left: 5vw;
    bottom: 620px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 0
}

.section1 .btn-more {
    position: absolute;
    top: 79.62963vh;
    left: 7.29167vw;
    z-index: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0
}

.section1 .deco-dots {
    position: absolute;
    top: 46.2963vh;
    left: 7.29167vw;
    z-index: 1;
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.section1 .deco-dots .dot {
    opacity: 0
}

.section1 .recommend-browser {
    position: absolute;
    right: 7.29167vw;
    bottom: 6.48148vh;
    z-index: 1
}

.section1 .scroll-down {
    position: absolute;
    bottom: 6.48148vh;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    z-index: 1
}

@media (max-width:1023.98px) {
    .section1 .btn-more {
        top: 62.67606vh;
        left: 6.25vw
    }

    .section1 .deco-dots {
        top: 31.69014vh;
        left: 6.25vw;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial
    }

    .section1 .scroll-down {
        bottom: 4.22535vh
    }
}

.s1_swiper-container {
    height: 100vh;
    width: 100%
}

.s1_swiper-slide.swiper-slide-active .bg img {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    -webkit-transition: 8s;
    -o-transition: 8s;
    transition: 8s
}

.s1_swiper-slide .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}
.s1_swiper-slide > div{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.s1_swiper-slide .bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0s 1s;
    -o-transition: 0s 1s;
    transition: 0s 1s
}

.s1_swiper-slide .title-wrapper {
    position: absolute;
    top: 52.77778vh;
    left: 7.29167vw;
    opacity: 0
}

.s1_swiper-slide .title {
    margin-bottom: 6.48148vh
}

.s1_swiper-slide .bg_video{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    padding: 0;
}
.s1_swiper-slide .bg_video video{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    transform: translateY(-50%);
}
.s1_swiper-slide .play_video{
    margin-bottom: 38px;
    position: relative;
    border: 3px solid #e85505;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
}
.s1_swiper-slide .play_video .arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #ea5505;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)translateX(-3px);
    left: 50%;
}

.s1_swiper-slide .play_video:hover{
    transform: scale(1.2);
}


.s1_swiper-pagination {
    position: absolute;
    right: 4.6875vw;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%)
}

.s1_swiper-pagination .swiper-pagination-bullet {
    padding: 10px;
    display: block
}

.s1_swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(105, 105, 105, 0.5);
    border-radius: 50%
}

.s1_swiper-pagination .swiper-pagination-bullet-active:before {
    background-color: #ea5404;
    border-color: transparent
}

.jump_video{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 1999;
    background-color: rgb(0 0 0 / 83%);
}
.jump_video .box{
    width: 90%;
    height: 80vh;
    max-width: 1200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    top: 50%;
}
.jump_video .video_box{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.jump_video .video_box iframe{
    width: 100%;
    height: 100%;
    position: relative;
}
.jump_video .vue-btn-close{
    height: 90px;
    width: 90px;
    background-color: #ea5404;
    cursor: pointer;
    position: absolute;
    right: 36px;
    z-index: 5;
    top: -50px;
}





@media (max-width:1023.98px) {
    .s1_swiper-pagination .swiper-pagination-bullet:before {
        width: 10px;
        height: 10px
    }
    .jump_video .box{
        height: 0;
        padding-bottom: 51%;
    }
    .jump_video .video_box{
        position: absolute;
    }
    .jump_video .vue-btn-close {
        height: 45px;
        width: 45px;
        background-color: #ea5404;
        cursor: pointer;
        position: absolute;
        right: 17px;
        z-index: 5;
        top: -24px;
    }
    .jump_video .vue-btn-close .cross{
        transform: scale(.8);
    }
    .s1_swiper-slide .play_video{
        transform: scale(.8);
        transform-origin: left bottom;
    }
}

@media (max-width:1023.98px) {
    .s1_swiper-container {
        height: 78.16901vh
    }

    .s1_swiper-slide .title-wrapper {
        top: 38.38028vh;
        left: 6.25vw;
        width: 74%
    }

    .s1_swiper-slide .title {
        margin-bottom: 4.22535vh
    }

    .s1_swiper-pagination {
        top: 38.38028vh;
        right: 6.25vw;
        -webkit-transform: translate(10px, -10px);
        -ms-transform: translate(10px, -10px);
        transform: translate(10px, -10px)
    }
}

.section2 {
    padding-top: 230px
}

.section2__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.section2__bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section2 .row-1 {
    margin-bottom: 200px
}

.section2 .row-1 .btn-more {
    -webkit-transform: translateX(16.35417vw);
    -ms-transform: translateX(16.35417vw);
    transform: translateX(16.35417vw)
}

.section2 .row-2 {
    z-index: 1
}

.section2 .row-2 .img {
    width: 63.85417vw
}

.section2 .row-2 .img-inner {
    padding-top: 49.59217%
}

.section2 .row-2 .img-inner:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2.91667vw;
    right: -2.91667vw;
    background-color: #ea5404;
    width: 71.20718%;
    height: 82.23684%
}

.section2 .row-2 .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section2 .row-2 .img .group {
    position: absolute;
    right: -20.3125vw;
    bottom: -6.25vw;
    background-color: #fff;
    padding: 7.29167vw 5.625vw 4.16667vw
}

.section2 .row-2 .img .title {
    margin-bottom: 1.5625vw
}

.section2 .row-2 .img .subtitle {
    margin-bottom: 2.60417vw
}

@media (max-width:1023.98px) {
    .section2 {
        padding-top: 80px
    }

    .section2 .row-1 {
        margin-bottom: 74px
    }

    .section2 .row-1 .btn-more {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        margin: auto
    }

    .section2 .row-2 {
        padding: 0 12.5vw
    }

    .section2 .row-2 .img {
        width: 100%
    }

    .section2 .row-2 .img-inner {
        margin-bottom: 15px
    }

    .section2 .row-2 .img-inner:before {
        display: none
    }

    .section2 .row-2 .img .group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        right: initial;
        bottom: initial;
        padding: 0 10px 10px
    }

    .section2 .row-2 .img .group-inner {
        padding: 40px 30px 28px
    }

    .section2 .row-2 .img .group:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60%;
        border-left: 10px solid #ea5404;
        border-right: 10px solid #ea5404;
        border-bottom: 10px solid #ea5404
    }

    .section2 .row-2 .img .title {
        margin-bottom: 20px
    }

    .section2 .row-2 .img .subtitle {
        margin-bottom: 30px
    }
}

.s2_swiper-slide.swiper-slide-active .intro-wrapper {
    opacity: 1;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    -webkit-transition: 1s 1.2s;
    -o-transition: 1s 1.2s;
    transition: 1s 1.2s
}

.s2_swiper-slide.swiper-slide-active .big-num {
    opacity: 1;
    -webkit-transform: translate(0, 28%);
    -ms-transform: translate(0, 28%);
    transform: translate(0, 28%);
    -webkit-transition: 1s 1.2s;
    -o-transition: 1s 1.2s;
    transition: 1s 1.2s
}

.s2_swiper-slide.swiper-slide-active .img-inner:after {
    opacity: 0;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.s2_swiper-slide.swiper-slide-active .img img {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s
}

.s2_swiper-slide .img {
    width: 57.29167vw;
    margin: auto
}

.s2_swiper-slide .img-inner {
    padding-top: 55.09091%
}

.s2_swiper-slide .img-inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.s2_swiper-slide .img-overflow {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.s2_swiper-slide .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.s2_swiper-slide .intro-wrapper {
    margin-top: -4.6875vw;
    margin-left: -9.0625vw;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.s2_swiper-slide .intro-wrapper .name {
    margin-bottom: 0.625vw;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.s2_swiper-slide .big-num {
    position: absolute;
    right: 4.6875vw;
    bottom: -18px;
    letter-spacing: -5.5px;
    opacity: 0;
    -webkit-transform: translate(10px, 28%);
    -ms-transform: translate(10px, 28%);
    transform: translate(10px, 28%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.s2_swiper-slide .title {
    width: 440px
}

.s2_swiper-slide .title-group {
    margin-bottom: 3.125vw
}

.s2_swiper-slide .content {
    width: 550px;
    -webkit-transform: translateX(4.47917vw);
    -ms-transform: translateX(4.47917vw);
    transform: translateX(4.47917vw)
}

.s2_swiper-pagination {
    position: absolute;
    left: 82.29167vw;
    top: 15.6vw;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.s2_swiper-pagination .swiper-pagination-bullet .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s2_swiper-pagination .swiper-pagination-bullet .name,
.s2_swiper-pagination .swiper-pagination-bullet .num {
    padding-top: 1.25vw;
    padding-bottom: 0.625vw
}

.s2_swiper-pagination .swiper-pagination-bullet .num {
    padding-left: 1.04167vw;
    padding-right: 1.04167vw;
    margin-left: -1.04167vw
}

.s2_swiper-pagination .swiper-pagination-bullet .name {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 1.875vw;
    padding-right: 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.s2_swiper-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-top: 3.02083vw
}

.s2_swiper-pagination .swiper-pagination-bullet:nth-child(n+2):before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    width: 1px;
    height: 3.02083vw;
    background-color: #bbb;
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
    pointer-events: none
}

.s2_swiper-pagination .swiper-pagination-bullet-active .num {
    color: #ea5404
}

.s2_swiper-pagination .swiper-pagination-bullet-active .name {
    opacity: 1;
    pointer-events: initial
}

@media (max-width:1023.98px) {
    .s2_swiper-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .s2_swiper-slide .img {
        width: calc(100% - 25vw)
    }

    .s2_swiper-slide .img-inner {
        margin-bottom: 20px
    }

    .s2_swiper-slide .intro-wrapper {
        margin-top: initial;
        margin-left: initial;
        margin-bottom: 24px
    }

    .s2_swiper-slide .intro-wrapper .name {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        margin-bottom: 14px
    }

    .s2_swiper-slide .big-num {
        position: absolute;
        right: 6.25vw;
        bottom: -7px;
        letter-spacing: -2.4px
    }

    .s2_swiper-slide .title {
        width: 100%
    }

    .s2_swiper-slide .title-group {
        margin-bottom: 24px
    }

    .s2_swiper-slide .content {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        width: 100%
    }

    .s2_swiper-pagination {
        position: relative;
        left: initial;
        top: initial;
        right: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 12.5vw;
        margin: 0 -4.6875vw 5px
    }

    .s2_swiper-pagination .swiper-pagination-bullet {
        padding: 15px 4.6875vw
    }

    .s2_swiper-pagination .swiper-pagination-bullet .group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap
    }

    .s2_swiper-pagination .swiper-pagination-bullet .name,
    .s2_swiper-pagination .swiper-pagination-bullet .num {
        padding-top: initial;
        padding-bottom: initial
    }

    .s2_swiper-pagination .swiper-pagination-bullet .num {
        padding-left: initial;
        padding-right: initial;
        margin-left: initial
    }

    .s2_swiper-pagination .swiper-pagination-bullet:nth-child(n+2) {
        margin-top: initial
    }

    .s2_swiper-pagination .swiper-pagination-bullet:nth-child(n+2):before {
        bottom: initial;
        top: 0;
        right: calc(100% + 4.6875vw);
        -webkit-transform: translate(50%, calc(15px + 2.1875vw));
        -ms-transform: translate(50%, calc(15px + 2.1875vw));
        transform: translate(50%, calc(15px + 2.1875vw));
        width: 9.375vw;
        height: 1px
    }
}

.section3 {
    cursor: pointer
}

.section3__bg {
    width: 100%
}

.section3__bg.show-2 .img-2 {
    opacity: 1
}

.section3__bg .inner {
    padding-top: 47.91667%
}

.section3__bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section3__bg .img-2 {
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.section3 .title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 7.29167vw
}

@media (max-width:1023.98px) {
    .section3 {
        margin-top: -20px
    }

    .section3 .title-wrapper {
        padding: 0 12.5vw
    }
}

.section4 {
    padding-top: 7.8125vw;
    padding-bottom: 10.25vw
}
.section4.padding{
    padding-bottom: 0;
}
.section4__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.section4__bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section4__row {
    padding: 0 21.35417vw;
    width: 100%
}

.section4__row:after {
    content: '';
    display: block;
    clear: both
}

.section4 .col {
    float: left;
    width: 50%;
}

.section4 .col:nth-child(odd) {
    -webkit-transform: translateY(-12.29167vw);
    -ms-transform: translateY(-12.29167vw);
    transform: translateY(-12.29167vw);
    padding-right: 3.125vw;
}
.section4 .col:nth-child(odd){
    position: relative;
    bottom: -60px;
}
.section4 .col:nth-child(1){
    bottom: 0px;
}

.section4 .col:nth-child(even){
    position: relative;
    bottom: -120px;
}
.section4 .col:nth-child(2){
    bottom: 0px;
}

.section4 .col:nth-child(2n) {
    padding-left: 3.125vw
}

.section4 .col:nth-child(2n) .img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1.45833vw solid #ea5404;
    -webkit-transform: translate(3.4375vw, -3.125vw);
    -ms-transform: translate(3.4375vw, -3.125vw);
    transform: translate(3.4375vw, -3.125vw)
}

.section4 .work {
    width: 100%
}

.section4 .work .img {
    padding-top: 124.67532%;
    margin-bottom: 3.125vw
}

.section4 .work .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section4 .work .title-wrapper {
    border-left: 2px solid #696969;
    padding-left: 2.08333vw
}

.section4 .work .title {
    margin-bottom: 1.25vw
}

.section4 .work .subtitle {
    margin-bottom: 2.91667vw;
    width: 62%
}
@media (max-width:1600px){
    .section4{
        padding-bottom: 11.25vw;
    }
    .section4 .col:nth-child(even){
        bottom: -100px;
    }
    .section4 .col:nth-child(2){
    bottom: 0px;
}
}
@media (max-width:1300px) {
    .section4__row {
        padding: 0 15.625vw
    }
    .section4{
        padding-bottom: 15.25vw;
    }
    .section4 .col:nth-child(even){
        bottom: -100px;
    }
    .section4 .col:nth-child(2){
        bottom: 0;
    }
}
@media (width:1280px) {
    .section4 .col:nth-child(even){
        bottom: -130px;
    }
    .section4 .col:nth-child(2){
        bottom: 0;
    }
}
@media (width: 1024px) {
    .section4 {
    padding-bottom: 18.25vw;
    }
        .section4 .col:nth-child(even) {
    bottom: -130px;
    }
    .section4 .col:nth-child(2) {
    bottom: 0;
    }

}
@media (width: 1366px) and (orientation: landscape) {
}

@media (max-width:1023.98px) {
    .section4 {
        padding-top: initial;
        padding-bottom: 50px
    }
    .section4.padding{
        padding-bottom: 50px;
    }
    .section4__row {
        padding: 0 12.5vw;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .section4 .col {
        width: 100%
    }

    .section4 .col:nth-child(odd) {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        padding-right: initial
    }
    
    .section4 .col:nth-child(odd) {
        bottom: 0;
    }
    .section4 .col:nth-child(2n) {
        padding-left: initial
    }
    .section4 .col:nth-child(2n){
        bottom: 0;
    }
    .section4 .col:nth-child(2n) .img:before {
        -webkit-transform: translate(6.25vw, -5.625vw);
        -ms-transform: translate(6.25vw, -5.625vw);
        transform: translate(6.25vw, -5.625vw);
        border-width: 3.125vw
    }

    .section4 .col:nth-child(n+2) {
        margin-top: 23.125vw
    }

    .section4 .work .img {
        margin-bottom: 30px
    }

    .section4 .work .title-wrapper {
        padding-left: 20px
    }

    .section4 .work .title {
        margin-bottom: 12px
    }

    .section4 .work .subtitle {
        margin-bottom: 22px;
        width: 90%
    }
}

.section5 {
    padding-left: 21.35417vw;
    padding-right: 15.625vw;
    padding-top: 140px;
    width: 100%;
    z-index: 1
}

.section5__header {
    margin-bottom: 100px
}

.section5__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 224px;
    width: 100%
}

.section5__body .img {
    width: 460px;
    height: 100%
}

.section5__body .img-inner {
    height: 100%;
    width: 100%
}

.section5__body .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section5__body .news-wrapper {
    width: calc(100% - 460px);
    padding-left: 6.25vw
}

@media (max-width:1300px) {
    .section5 {
        padding-left: 14.58333vw;
        padding-right: 8.85417vw
    }
}

@media (max-width:1023.98px) {
    .section5 {
        padding-left: 12.5vw;
        padding-right: 12.5vw;
        padding-top: 60px;
        padding-bottom: 10px
    }

    .section5__header {
        margin-bottom: 30px
    }

    .section5__body {
        height: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section5__body .img {
        width: 100%;
        height: initial;
        margin-bottom: 24px
    }

    .section5__body .img-inner {
        height: initial;
        padding-top: 49.16667%
    }

    .section5__body .img img {
        position: absolute;
        top: 0;
        left: 0
    }

    .section5__body .news-wrapper {
        width: 100%;
        padding-left: initial
    }
}

.s5_swiper-container {
    height: 100%;
    width: 100%
}

.s5_swiper-slide .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 100%
}

.s5_swiper-slide .title {
    width: 80%
}

.s5_swiper-slide .subtitle {
    width: 62%
}

.s5_swiper-pagination {
    position: absolute;
    top: -10px;
    right: -10px
}

.s5_swiper-pagination .swiper-pagination-bullet {
    padding: 10px;
    display: block
}

.s5_swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(105, 105, 105, 0.5);
    border-radius: 50%
}

.s5_swiper-pagination .swiper-pagination-bullet-active:before {
    background-color: #ea5404;
    border-color: transparent
}

@media (max-width:1023.98px) {
    .s5_swiper-pagination .swiper-pagination-bullet:before {
        width: 10px;
        height: 10px
    }
}

@media (max-width:1023.98px) {
    .s5_swiper-slide .title {
        margin-bottom: 12px
    }

    .s5_swiper-slide .subtitle {
        width: 80%;
        margin-bottom: 18px
    }
}

.section-poopup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.section-poopup.active {
    opacity: 1;
    pointer-events: initial
}

.popup-wrapper {
    width: 1200px;
    margin: auto;
    background-color: #fff;
    padding-bottom: 84px
}

.popup-wrapper .content-wrapper {
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.popup-wrapper .content-wrapper .title {
    margin-left: 3.125vw
}

.popup-wrapper .content-wrapper .content {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 140px;
    column-gap: 140px;
    height: 1040px;
    width: 930px
}

.popup-wrapper .btn-close {
    margin: auto
}

.popup-wrapper .btn-close-2 {
    position: absolute;
    top: 0;
    right: 34px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

@media (max-width:1300px) {
    .popup-wrapper {
        width: 960px
    }

    .popup-wrapper .content-wrapper .content {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: initial;
        column-gap: initial;
        height: 1600px;
        width: 650px
    }
}

@media (max-width:1023.98px) {
    .popup-wrapper {
        width: calc(100% - 25vw);
        padding-bottom: 30px
    }

    .popup-wrapper .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .popup-wrapper .content-wrapper .title {
        margin: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 40px
    }

    .popup-wrapper .content-wrapper .content {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 50px;
        column-gap: 50px;
        height: 1100px;
        width: initial
    }

    .popup-wrapper .btn-close-2 {
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
}

@media (min-width:600.02px) {
    .popup-wrapper .content-wrapper .content-smallphone {
        display: none
    }

}

@media (max-width:600px) {
    .s1_swiper-slide .play_video {
        transform: scale(1);
        transform-origin: left bottom;
        width: 50px;
        height: 50px;
        margin-bottom: 25px;
    }
    .s1_swiper-slide .play_video .arrow{
        border-width: 8px 0 8px 10px;
    }
    .jump_video .vue-btn-close{
        transform: scale(.85);
    }
    .popup-wrapper .content-wrapper .content-pad {
        display: none
    }

    .popup-wrapper .content-wrapper .content-smallphone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-count: initial;
        column-count: initial;
        -webkit-column-gap: initial;
        column-gap: initial;
        height: 1900px
    }

    .popup-wrapper .content-wrapper .content-smallphone p+p {
        margin-top: 36px
    }
}

.popup_swiper-slide .img-inner {
    padding-top: 66.03774%
}

.popup_swiper-slide .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.popup_swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 110px
}

.popup_swiper-pagination .swiper-pagination-bullet {
    padding: 10px
}

.popup_swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(105, 105, 105, 0.5);
    border-radius: 50%
}

.popup_swiper-pagination .swiper-pagination-bullet-active:before {
    background-color: #ea5404;
    border-color: transparent
}

@media (max-width:1023.98px) {
    .popup_swiper-pagination .swiper-pagination-bullet:before {
        width: 10px;
        height: 10px
    }
}

@media (max-width:1023.98px) {
    .popup_swiper-pagination {
        margin-top: 10px;
        margin-bottom: 30px
    }
}
