
.main-vs{
    height: 940px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/main/main-vs-01.png);
}
.main-vs-inner{
    position: relative;
    height: 940px;
    padding-top: 80px;
    z-index: 1;
}
.main-vs-inner .inner{
    margin-top: 80px;
}
.main-vs-inner .inner>div{
    float: left;
}
.main-txt{
    color: #fff;
    width: 800px;
    margin-right: 20px;
}
.main-txt h2{
    margin-top: 100px;
    font-size: 70px;
    font-weight: 800;
}
.main-txt p{
    margin-top: 50px;
    font-size: 20px;
    font-weight: 200;
}
.main-pop-list{
    width: 580px;
}
.main-pop-list div img{
    width: 100%;
}

.main-vs-inner .slide-btn{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: 3;
}
.main-vs-inner .slide-btn pre{
    width: 100%;             
    overflow: hidden;        
    text-overflow: ellipsis; 
    display: -webkit-box;    
    -webkit-line-clamp: 4;   
    -webkit-box-orient: vertical; 
    white-space: pre-wrap;   
    word-wrap: break-word;
}
.main-vs-inner .custom-dots{
    float: left;
    width: 25%;
    height: 200px;
    padding: 40px 40px;
    color: #fff;
    margin: 0;
    border: 1px solid rgba(255, 255, 255,0.5);
    background-color: rgba(0, 0, 0, 0.15);
    border-right: none;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    transition: all 0.2s;
}
.main-vs-inner .custom-dots:hover{
    background-color: #2c4b9b;
}
.main-vs-inner .custom-dots.custom-active{
    background-color: #2c4b9b;
}
.main-vs-inner .custom-dots:first-child{
    border-left: none;
}
.main-vs-inner .custom-dots h3{
    font-size: 24px;
}
.main-vs-inner .custom-dots p{
    margin-top: 20px;
    font-size: 18px;
}
.main-pop-list .slick-prev{
    left: 0;
    top: -20px;
}
.main-pop-list .slick-prev::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    transform: translate(-50%,-50%);
    background-image: url(../images/main/btn-prev-w.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.main-pop-list .slick-next{
    left: 20px;
    top: -20px;
}

.main-pop-list .slick-next::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    transform: translate(-50%,-50%);
    background-image: url(../images/main/btn-next-w.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;

}

/*program*/
.program{
    width: 100%;
    height: auto;
    padding: 130px 0 100px;
    background-image: url(../images/main/program-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.program .inner>div{
    float: left;
}
.program-list{
    margin-top: 30px;
    width: 30%;
    padding-right: 50px;
}
.program-list h3{
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: 1px solid #2b559d;

}
.program-list ul li>*{
    float: left;
}
.program-list ul li{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.program-list ul li p{
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
    color: #aaa;
}
.program-list ul li div{
    -webkit-filter: grayscale(100%);
    filter: gray;
}
.program-list ul li.active div{
    -webkit-filter: grayscale(0%);
    filter: none;
}

.program-list ul li.active p{
    color: #333;
}
.program-list ul li.active p::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../images/main/icon-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
}
.program-box{
    width: 70%;
}
.program-cont>div{
    float: left;
}
.program-img{
    width: 50%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.program-img-01{
    background-image: url(../images/main/pro-img-01.jpeg);
}
.program-img-02{
    background-image: url(../images/main/pro-img-02.png);
}
.program-img-03{
    background-image: url(../images/main/pro-img-03.png);
}
.program-img-04{
    background-image: url(../images/main/pro-img-04.png);
}

.program-schedule{
    width: 50%;
    height: auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.shortly-schedule{
    display: inline-block;
    border: 1px solid #2c4b9b;
    border-radius: 50px;
    padding: 7px 20px;
    color: #2c4b9b;
    font-weight: 700;
    margin-bottom: 20px;
}
.schedule-img{
    width: 100%;
    height: 400px;
    background-image: url(../images/main/schedule-img.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.sche-tit{
    margin-top: 30px;
    font-size: 26px;
    font-weight: 700;
}
.sche-date{
    position: relative;
    margin-left: 30px;
    margin-bottom: 20px;
}
.sche-date::before{
    position: absolute;
    content: "";
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/main/img-clock.png);
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
}
.sche-txt{
    padding-top: 20px;
    border-top: 1px solid #ddd;
    color: #999;
}

.program-txt{
    width: calc( 50% - 50px );
    margin-left: 50px;
}
.coming{
    margin-bottom: 20px;
}
.coming>div{
    float: left;
}
.coming-img{
    width: 160px;
    height: 160px;
    background-image: url(../images/main/coming-img.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.coming-txt{
    width: calc( 100% - 160px );
    background: #f8f8f8;
    padding: 30px 20px;
}
.coming-txt p{
    word-break: keep-all;
}
.coming-tt{
    color: #2b559d;
    font-weight: 600;
    margin-bottom: 10px;
}
.tab-img{
    width: 130px;
    height: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tab-img-01{
    background-image: url(../images/main/pro-img-01.jpeg);
}
.tab-img-02{
    background-image: url(../images/main/pro-img-02.png);
}
.tab-img-03{
    background-image: url(../images/main/pro-img-03.png);
}
.tab-img-04{
    background-image: url(../images/main/pro-img-04.png);
}
.program-tt{
    font-size: 18px;
    font-weight: 700;
    color: #2b559d;
    margin-bottom: 40px;
}
.program-txt h4{
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.program-txt h4 span{
    font-size: 56px;
    display: block;
    color: #2c4b9b;
    font-weight: 800;
}
.program-intro{
    position: relative;
    line-height: 2.4;
    margin-left: 20px;
    font-size: 18px;
}
.program-intro::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #2c4b9b;
    border-radius: 10px;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
.more-btn{
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px 60px;
    margin-top: 50px;
    transition: all 0.2s;
}
.more-btn:hover{
    background-color: #2c4b9b;
    color: #fff;
}

/*news*/
.gnu-news{
    padding: 100px 80px;
    background-color: #f7f7f7;
    overflow: hidden;
}
.gnu-news .inner > div{
    float: left;
}
.news-tit{
    width: 400px;
}
.news-tit h3{
    font-size: 56px;
    color: #2c4b9b;
    font-weight: 800;
}
.news-tit p{
    margin: 50px 0 60px; 
    font-size: 26px;
}
.news-more{
    width: 100%;
    padding: 10px 0;
    background: transparent;
    border: none;
    text-align: left;
    font-weight: 600;
}
.news-more span{
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    transform: translateY(7px);
    margin-left: 30px;
}
.news-more:hover span::after{
    animation: dgrr 0.3s alternate forwards;
}
.news-more span::before{
    
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-image: url(../images/main/icon-l-arrow.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.news-more span::after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    background-color: #2b559d;
    border-radius: 12px;
    z-index: 0;
}
@keyframes dgrr {
    0%{
        left: -5px;
        display: inline-block;
        transform: translateY(-50%);
    }
    100%{
        left: 20px;
        display: inline-block;
        transform: translateY(-50%);
    }
}

.news-list{
    position: relative;
    width: 1000px;
    background-color: #fff;
    z-index: 1;
}

.news-list::before{
    position: absolute;
    content: "";
    width: 200%;
    height: 150%;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.news-list .news-cont{
    float: left;
    width: 400px;
    margin-left: 100px;
}
.news-list .slick-prev{
    left: unset;
    right: 42px;
    top: -40px;
    border: 1px solid #ccc;
    padding: 20px;
    border-right: none;
}
.news-list .slick-next{
    right: 0;
    top: -40px;
    border: 1px solid #ccc;
    padding: 20px;
}
.news-list .slick-prev::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    transform: translate(-50%,-50%);
    background-image: url(../images/main/btn-prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.news-list .slick-next::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    transform: translate(-50%,-50%);
    background-image: url(../images/main/btn-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.news-img{
    width: 400px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 50px 0;
}
.news-img-01{
    background-image: url(../images/main/news-img-01.png);
}
.news-img-02{
    background-image: url(../images/main/news-img-02.png);
}
.news-cont h4{
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 30px;
}
.news-txt{
    line-height: 2rem;
}

/*drax app*/
.drax-app{
    padding-top: 100px;
    width: 100%;
    height: 610px;
    background-image: url(../images/main/drax-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.drax-txt{
    text-align: center;
    color: #fff;
}
.drax-txt p{
    font-size: 40px;
}
.drax-txt p span{
    display: block;
    font-weight: 700;
}
.drax-down p{
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}
.drax-btn{
    margin: 0 auto;
    text-align: center;
}
.drax-btn button{
    height: 74px;
    border: none;
    background: transparent;
}
.drax-btn button img{
    height: 74px;
}
.main-pop-list {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
}
@media screen and (max-width : 1024px){
    .main-vs{
        height: 780px;
    }
    .main-vs-inner{
        height: 780px;
    }
    .main-txt {
        width: calc( 60% - 20px);
    }
    .main-pop-list{
        width: 40%;
    }
    .main-txt h2{
        font-size: 54px;
    }
    .main-txt p{
        margin-top: 30px;
        font-size: 18px;
    }
    .main-vs-inner .custom-dots{
        padding: 25px 20px;
    }
    .main-vs-inner .custom-dots h3{
        font-size: 22px;
    }
    .main-vs-inner .custom-dots p{
        font-size: 16px;
        word-break: keep-all;
    }
    .main-vs-inner .slide-btn{
        height: 170px;
    }
    .main-vs-inner .custom-dots{
        height: 170px;
    }
    .program{
        padding: 80px 0;
    }
    .program-list{
        width: 100%;
        padding-right: 0;
    }
    .program-list ul li{
        float: left;
        width: calc( 25% - 20px);
        padding: 0;
        margin: 15px 0;
        border-bottom: none;
        border-right: 1px solid #ddd;
        margin-left: 20px;
        padding-right: 20px;
    }
    .program-list ul li:first-child{
        width: 25%;
        margin-left: 0;
    }
    .program-list ul li:last-child{
        border-right: none;
    }
    .tab-img{
        width: 80px;
        height: 50px;
    }
    .program-list ul li p{
        width: 50%;
        word-break: keep-all;
        left: 90px;
        font-size: 16px;
    }
    .program-list ul li.active p::after{
        display: none;
    }
    .program-box{
        width: 100%;
        margin-top: 30px;
    }
    .news-tit p {
        margin: 20px 0 0;
    }
    .news-list{
        width: 100%;
        margin-top: 80px;
    }
    .news-list::before{
        width: 250%;
        height: calc( 100% + 140px );
        left: -100%;
    }
    .news-more span::after{
        left: 17px;
    }
    .news-list .news-cont{
        margin-left: 0;
        padding: 0px 30px;
    }
    .news-img{
        width: 300px;
        height: 300px;
        margin: 50px auto;
    }
    .news-txt br{
        display: none;
    }
    .gnu-news{
        padding: 40px 0;
    }
    .drax-app{
        padding-top: 50px;
        height: 370px;
    }
    .drax-txt p{
        font-size: 34px;
    }
    .drax-down p {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .news-list .slick-prev{
        right: unset;
        left: 0;
        top:50%;
        border-right:1px solid #ccc;
        z-index: 3;
        background: #fff;
    }
    .news-list .slick-next {
        top:50%;
        z-index: 3;
        background: #fff;
    }
}
@media screen and (max-width : 768px){
    .main-txt h2 {
        margin-top: 20px;
        font-size: 32px;
        font-weight: 700;
    }
    .main-txt p{
        display: none;
    }
    .main-vs{
        height: 700px;
    }
    .main-vs-inner{
        height: 700px;
    } 
    .main-vs-inner .inner{
        margin-top: 20px;
    }
    .main-vs-inner .slide-btn{
        display: none;
    }
    .main-vs-inner .inner>div{
        width: 100%;
    }
    .main-pop-list{
        margin-top: 50px;
    }
    .program{
        padding: 30px 0;
    }
    
    .program-list ul li>*{
        float: unset;
    }
    .program-list ul li{
        width: 25%;
        margin-left: 0;
        padding-right: 0;
    }
    .program-list ul li p{
        margin: 0 auto;
        width: calc( 100% - 20px);
        position: unset;
        transform: unset;
        font-size: 14px;
        word-break: break-all;
        margin-top: 5px;
    }
    .tab-img{
        margin: 0 auto;
        width: calc( 100% - 20px);
        height: 40px;
    }
    .program-cont>div{
        float: unset;
        width: 100%;
    }
    .program-img{
        height: 200px;
    }
    .program-txt{
        margin-left: 0;
    }
    .program-tt{
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .program-txt h4{
        font-size: 24px;
    }
    .program-txt h4 span{
        font-size: 42px;
    }
    .schedule-img{
        height: 280px;
    }
    .news-list{
        margin-top: 60px;
    }
    .news-list::before{
        height: calc( 100% + 80px );
    }
    .drax-txt p{
        width: calc( 100% - 40px);
        margin: 0 auto;
        font-size: 24px;
        word-break: keep-all;
    }
    .drax-txt p span{
        display: inline;
    }
    .drax-down p{
        width: 80%;
        margin: 30px auto 10px;
        word-break: keep-all;
    }
    .btn-qr{
        display: none;
    }
    .drax-btn {
        width: 90%;
    }
    .drax-btn button{
        width: 50%;
        float: left;
    }
    .drax-btn button img{
        width: 100%;
        height: auto;
    }
    
}