.btn-more {
    background: transparent;
    border-radius: 20px;
    display: flex;
    max-width: 150px;
    height: 40px;
    justify-content: center;
    align-items: center;
    transition: all .35s ease;
    cursor: pointer;

    border: 1px solid #333333;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #333;

}

.btn-more i {
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url(/en/Public/home/images/icon-arrow.png) no-repeat center;
    margin-left: 10px;
    background-size: 13px auto;
}


/* banner */
.sub-banner .sub-banner-txt {
    text-align: center;
    line-height: 1.8;
    max-width: 880px;
    margin: 0 auto;

}

.sub-banner .sub-banner-txt h2 {
    margin-bottom: 42px;

}

.sub-banner .sub-banner-txt h2::after {
    background-color: #fff;
}

.section-join {
    background: url("/en/Public/home/images/about-join.jpg") no-repeat center;
    color: #fff;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 50px;
}

.section-join a {
    transition: all .35s ease;
}

.section-join a:hover {
    transform: translateY(-10px);

}

.section-join .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-join .com-title {
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
}

.section-join .com-title::after {
    margin-left: 0;
    margin-right: 0;
    margin-top: 27px;
}

.section-join .left {
    font-size: 18px;
    line-height: 48px;
    flex-shrink: 0;
}

.section-join .right {
    text-align: right;
    display: flex;

}

.section-join .right a {
    display: block;
    width: 300px;
    height: 300px;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) 30px;
    border-radius: 10px;
    margin-left: 40px;
    margin-top: 40px;
    position: relative;

}

.section-join .right .r-zw {

    margin-top: 60px;
}

.section-join .right .l-zw a:nth-child(1) {
    background-image: url("/en/Public/home/images/icon-about-join1.png");
}

.section-join .right .l-zw a:nth-child(2) {
    background-image: url("/en/Public/home/images/icon-about-join2.png");
}

.section-join .right .r-zw a:nth-child(1) {
    background-image: url("/en/Public/home/images/icon-about-join3.png");
}

.section-join .right .r-zw a:nth-child(2) {
    background-image: url("/en/Public/home/images/icon-about-join4.png");
}

.section-join .right a .zw-intro {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 25px;
    padding-bottom: 30px;
}

.section-join .right a .zw-intro h2 {
    font-size: 24px;
    color: #333;
}

.section-join .right a .zw-intro p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}









/* 相关动态 */
.section-relate-news {

    background: #F6F6F6;
    padding-top: 4.68vw;
    padding-bottom: 6.25vw;

}
.section-relate-news .container{
    overflow: visible;
}
.section-relate-news .com-title2 {
    margin-bottom: 75px;
    margin-bottom: calc(10px + 3.3vw);
}

.section-relate-news .row {
    display: flex;
    align-content: stretch;
    margin-left: -10px;
    margin-right: -10px;
}

.section-relate-news a {
    display: inline-block;
    background: #FFFFFF;
    margin: 10px;

    box-shadow: 0px 0px 8px 0px rgba(159, 170, 183, 0.41);
    position: relative;
    border-radius: 6px;
}

.section-relate-news a .img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: all .35s ease;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.section-relate-news a .txt {
    position: relative;
    z-index: 1;
}

.section-relate-news a h2 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    margin-bottom: 26px;

}

.section-relate-news a p {
    color: #999;
    font-size: 14px;
}

@media (min-width: 641px) {
    .section-relate-news a:hover .img {
        opacity: 1;
    
    }
    
    .section-relate-news a:hover h2,
    .section-relate-news a:hover p {
        color: #fff;
    }
    .section-relate-news .left a:hover .btn-detail {
        opacity: 1;
    }
    
}



.section-relate-news .left a {
    height: calc(100% - 20px);

    width: 360px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;

}

.section-relate-news .left a h2 {
    font-size: 24px;
}

.section-relate-news .left a .btn-detail,
.section-relate-news .left a .img{
    opacity: 1;
}
.section-relate-news .left a p,
.section-relate-news .left a h2{
    color: #fff;
}


.section-relate-news .left a .btn-detail {
    /* position: absolute; */
    font-size: 20px;
    color: #39F354;
        /* left: 30px;
        bottom: 50px; */
    align-items: center;
    margin-top: 3.6vw;
    display: flex;
}



.section-relate-news .left a .btn-detail i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("/en/Public/home/images/icon-detail.png") no-repeat center;
    margin-left: 15px;
}



.section-relate-news .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}


.section-relate-news .right a {
    width: calc(33.33% - 20px);
    height: 220px;
    padding: 35px 30px;
}

.section-relate-news .right h2 {
    max-height: 80px;
    line-height: 1.42;
}

.section-relate-news .right a:last-child {
    width: calc(100% - 300px);
}



.section-relate-news .right a:last-child .img{
    opacity: 1;
}

.section-relate-news .right a:last-child h2 {
    margin-bottom: 55px;

}

.section-relate-news .right a:last-child h2,
.section-relate-news .right a:last-child p{
    color: #fff;
}

.section-relate-news .right a:last-child i{
    opacity: 1!important;
}

.section-relate-news a .date{
    display: flex;

}

.section-relate-news .left a .date {
    flex-direction: column;
}

.section-relate-news .right a .date {
    height: 30px;
    align-items: center;
    justify-content: space-between;

}

.section-relate-news .right a .date i {
    color: #fff;
    opacity: 0;
}

.section-relate-news .right a:hover i {
    opacity: 1;
    font-size: 20px;
}

/* 相关视频 */
.section-relate-video {
    padding-top: 4.68vw;
}

.section-relate-video .news_video-wrap {
    padding-top: 4.4vw;
    padding-bottom: 6.5vw;
}


.news_video-wrap .row {
    margin-bottom: 0;
}

.news_video-wrap .row a {
    margin-top: 0;
}

@media (max-width: 768px) {
    .news_video-wrap .row a{
        margin-top: 20px;
    }
    
}

.btn-more {
    margin-top: 50px;
}

.btn-more:hover {
    transform: translateX(10px);

}

.section-sj {
    /* padding-top: 82px; */
    padding-top: calc(10px + 3.75vw);
    padding-bottom: calc(10px + 4.4vw);
    overflow: visible;
}

.section-sj .swiper-container {
    margin-top: 86px;
    margin-top: calc(10px + 3.9vw);
}

.swiper-date .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 480px;
}

/*.swiper-date .swiper-slide.swiper-slide-active .year::before {*/
    /*background-color: rgba(13, 191, 39, .5);*/
    /*border-color: transparent;*/
/*}*/

/*.swiper-date .swiper-slide.swiper-slide-active .year::after {*/
    /*content: "";*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*background-color: rgba(13, 191, 39, 1);*/
    /*border-radius: 50%;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate3d(-50%, -50%, 0);*/

/*}*/

.swiper-date .swiper-slide .year {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.swiper-date .swiper-slide .year p {
    position: absolute;
    color: #999;
    width: 100px;
}

.swiper-date .swiper-slide .year::before {
    content: "";
    width: 25px;
    height: 25px;
    border: 7px solid rgba(160, 160, 160, .5);

    background-color: #fff;

    display: block;
    border-radius: 50%;

}

.swiper-date .swiper-slide .sj-item {
    width: 240px;
    height: 160px;
    position: absolute;
    left: 0;
    text-align: left;
    padding: 20px;
    left: 50%;

    transform: translateX(-50%);

    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all .35s ease;

}
.swiper-date .swiper-slide .sj-item.active h2,
.swiper-date .swiper-slide .sj-item.active p,
.swiper-date .swiper-slide .sj-item:hover h2,
.swiper-date .swiper-slide .sj-item:hover p{
    color: #fff;
}
.swiper-date .swiper-slide .sj-item.active .img,
.swiper-date .swiper-slide .sj-item:hover .img{
    opacity: 1;

}

.swiper-date .swiper-slide .sj-item .sj-con{
    width: 100%;
    height: 100%;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, .1); */
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.swiper-date .swiper-slide .sj-item h2 {
    font-weight: bold;
    font-size: 20px;
}

.swiper-date .swiper-slide .sj-item p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.4;

}

.swiper-date .swiper-slide .sj-item-odd .sj-item {
    top: 10px;
}

.swiper-date .swiper-slide .sj-item-odd .year p {
    top: 48px;
}

.swiper-date .swiper-slide .sj-item-even .year p {
    top: -30px;
}


.swiper-date .swiper-slide .sj-item-even .sj-item {
    bottom: 10px;
}

/*.swiper-date .swiper-slide.swiper-slide-active{*/
    /*transform: translateX(20px);*/
/*}*/


.swiper-date .swiper-slide.swiper-slide-active .sj-item {
    /* background: url("/en/Public/home/images/sj-bg.jpg") no-repeat center; */

}

.swiper-date .swiper-slide .sj-item .img{
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
    opacity: 0;
}
.swiper-date .swiper-slide .sj-item .img img{
    height: 100%;
}
/*.swiper-date .swiper-slide.swiper-slide-active .sj-item .img{*/
    /*opacity: 1;*/
/*}*/

/*.swiper-date .swiper-slide.swiper-slide-active .sj-item {*/
    /*color: #fff;*/

/*}*/

/*.swiper-date .swiper_atv_ss{  transform: translateX(20px);  }*/
.swiper-date .swiper_atv_ss .year::before{
    background-color: rgba(13, 191, 39, .5);
    border-color: transparent;
}
.swiper-date .swiper_atv_ss .year::after{
    content: "";
    width: 18px;
    height: 18px;
    background-color: rgba(13, 191, 39, 1);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.swiper-date .swiper_atv_ss   .sj-item .img{opacity: 1}
.swiper_atv_ss .sj-item{color:#fff}


.swiper-date .swiper-slide.swiper-slide-prev .sj-item{
    opacity: 0;
}


.swiper-container {
    height: 480px;
    display: flex;
    align-items: center;
    position: relative;
}

.swiper-container::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #E5E5E5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.section-sj  .swiper-button-next, 
.section-sj  .swiper-button-prev{
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 100%;
    overflow: hidden;
    /* transform: translateY(-50%); */

}
.section-sj  .swiper-button-prev{
    left: -90px;
}
.section-sj  .swiper-button-next{
    right: -90px;
}
.section-sj  .swiper-button-next::after, 
.section-sj  .swiper-button-prev::after{
    font-size: 0;
    width: 100%;
    background: url("/en/Public/home/images/icon-arrow-white.png") no-repeat center #000;
    height: 100%;

}
.section-sj  .swiper-button-prev::after{
    transform: rotate(180deg);
}
@media (max-width: 1440px) {
    .section-relate-news a h2{
        font-size: 18px;
        
    }
    .section-relate-news .left a h2{
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    
    .section-join .right a{
        width: 240px;
        height: 240px;

    }
    .section-join .right a .zw-intro h2{
        font-size: 18px;
    }
    .section-join .right a .zw-intro p{
        margin-top: 2px;
    }
    .section-join .right a .zw-intro{
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .section-join .right a{
        background-size: 50% auto;
        margin-left: 20px;
        margin-top: 20px;
    }
    .section-join .com-title{
        margin-bottom: 40px;

    }

    .section-join .left{
        line-height: 44px;

    }

    .section-relate-news .left a{
        width: 300px;
    }
    .section-relate-news .right a:last-child{
        width: calc(100% - 254px);
    }
    .section-relate-news .right a{
        height: 200px;
        padding: 25px 20px;
    }
    .section-relate-news a img{
        width: 100%;
        height: 100%;
    }
    .section-relate-news .right a .date i{
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .section-sj .swiper-button-next{
        right: -30px;
    }
    .section-sj .swiper-button-prev{
        left: -30px;
    }
    .swiper-date .swiper-slide .year::before{
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 1024px) {
    .swiper-date .swiper-slide .sj-item h2{
        font-size: 16px;
    }
    .container.news_video-wrap{
        width: 90%;
    }
    .section-relate-news .left a{
        width: 230px;

    }
    .section-join{
        padding-top: calc(10px + 6vw);
    }
    .section-join .container{
        flex-direction: column;
    }
    .section-join .com-title{
        text-align: center;
        margin-bottom: 20px;
    }
    .section-join .com-title::after{
        margin-left: auto;
        margin-right: auto;

    }
    .section-join .com-title::after{
        margin-top: 20px;
    }
    .section-join .left{
        text-align: center;
        line-height: 24px;
        font-size: 14px;
    }

    .section-join .right .r-zw{
        margin-top: 0;
    }

    .section-join .right{
        margin-top: 4vw;
    }
    .section-join .right a{
        margin-left: 2vw;
        margin-right: 2vw;
        margin-top: 4vw;
    }

    .section-relate-news .right{
        justify-content: flex-start;
    }

    .section-relate-news .right a:last-child,
    .section-relate-news .right a{
        width: calc(33.33% - 20px);

    }
 
    .section-relate-news .left a h2{
        font-size: 18px;

    }

    .sub-banner .sub-banner-txt h2{
        margin-bottom: 25px;
    }

    .sub-banner{
        height: 400px;

    }
    .sub-banner>img{
        width: auto;
        max-width: none;
    }
    .section-relate-news .left a h2,
    .section-relate-news a h2{
        font-size: 16px;
    }
}


@media (max-width: 768px) {
    .section-relate-news .right a:last-child, .section-relate-news .right a{
        width: calc(50% - 20px);
    }
    .swiper-date .swiper-slide .year{
        transform: scale(.7);
    }

    .section-sj .swiper-button-next, .section-sj .swiper-button-prev{
        width: 34px;
        height: 34px;
        
    }
    
}
@media (max-width: 640px) {
    .section-relate-news .com-title2{
        margin-bottom: 3px;
    }
    .section-relate-news a::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, .1);

    }

    .section-relate-news a h2{
        color: #fff;
        
    }
    .section-join .right{
        width: 100%;
        justify-content: center;
    }
    .section-join .right a{
        width: 180px;
        height: 180px;
    }
    .section-join .right a .zw-intro h2{
        font-size: 14px;

    }

    .section-join a:hover {
        transform: translateY(0);
    }
    .section-join .right a .zw-intro p{
        font-size: 12px;
    }
    .section-relate-news .right a .date i,
    .section-relate-news .left a .btn-detail,
    .section-relate-news a .img{
        opacity: 1;
    }

    .section-relate-news .row{
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .section-relate-news .left a,
    .section-relate-news .right a:last-child, .section-relate-news .right a{
        width: 100%;

    }

    .section-relate-news .left a .date {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .section-relate-news .left a h2, .section-relate-news a h2{
        font-size: 14px;
    }


    /* .section-relate-news a p,
    .section-relate-news .left a .btn-detail{
        line-height: 1.1;
        height: 28px;
    } */

    .section-relate-news .left a .btn-detail{
        margin-top: 0;
    }

    .section-relate-news a .txt{
        width: 100%;
    }
    .section-relate-news .left a{
        height: 200px;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        padding: 20px;

    }
    .section-relate-news .right a{
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-right: 0;

    }

    .section-relate-news .left a .btn-detail i{
        background: none;
        display: none;

    }
    .section-relate-news .left a .btn-detail{
        color: #fff;
        font-size: 14px;
    }
    .section-sj .swiper-button-next{
        right: 0;
    }
    .section-sj .swiper-button-prev{
        left: 0;
    }
    .swiper-date .swiper-slide .sj-item{
        height: 140px;
        width: 200px;

    }
    .swiper-container,
    .swiper-date .swiper-slide{
        height: 400px;
    }


    .btn-more{
        max-width: none;
        width: 100px!important;
        height: 34px!important;
        line-height: 34px!important;
        display: block;
        font-size: 14px;
        padding: 0;

    }
    .section-relate-news a p{
        color: #fff;

    }

    .section-relate-news{
        text-align: center;
    }
    .section-relate-news .right h2{
        text-align: left;
        font-size: 14px;
    }

    .section-relate-news .right a:last-child h2{
        margin-bottom: 30px;
    }

}

@media (max-width: 540px) {
    .sub-banner{
        height: 70vh;
    }

    .sub-banner>.container{
        transform: translate3d(-50%, -45%, 0);
    }
    .sub-banner .sub-banner-txt h2{
        margin-bottom: 15px;
    }
    .sub-banner .sub-banner-txt{
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .section-join .right a{
        width: 140px;
        height: 140px;
        background-position: calc(100% - 15px) 15px;
        background-size: 60px auto;
    }
    .btn-more{
        margin-top: 20px;
    }

  
    
}