.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}


.system{
    padding-left: 15.625rem;
    padding-right:  15.625rem;
}
.system .system-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.system .system-flex .system-left{
    flex: 1;
    margin-right: 6.44rem;
}
.system .system-flex .system-left .left_a{
    font-size: 0.88rem;
    color: #666;
}
.system .system-flex .system-left .left_b{
    font-weight: bold;
    font-size: 2.63rem;
    color: #1e1e1e;
    margin-bottom: 1.5rem;
}
.system .system-flex .system-left .add{
    width: 12.5rem;
    height: 4rem;
    border-radius: 0.38rem;
    background: #005ba8;
    line-height: 4rem;
    text-align: center;
    color: #fff;
    font-size: 1.13rem;
    margin-top: 1.88rem;
}
.system  .system-flex .system-right img{
    width: 35rem;
    height: 28.13rem;
}

.system .system-flexs{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.system .system-flexs .system-flex-item{
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}
.system .system-flexs .system-flex-item .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.system .system-flexs .system-flex-item .swiper-button-next{
    right:0px ;
}
.system .system-flexs .system-flex-item .swiper-button-prev{
    left:0px ;
}


.title{
    text-align: center;
    margin-bottom: 2.5rem;
}

.title .title-a{
    font-weight: bold;
    font-size: 2.63rem;
    color: #1e1e1e;
    margin-top: 6.35rem;
}

.title .title-c{
    font-size: 0.88rem;
    color: #777;
}

.programme{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.programme .swiper-slide{
    position: relative;
    display: block;
    width: 100%;
    height: 42.5rem;
}
.programme .swiper-slide img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.programme .swiper-slide .bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    padding-bottom: 3.75rem;
}
.programme .swiper-slide .bg2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 91, 168, 0.5);
    display: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    padding-top: 10rem;
}
.programme .swiper-slide .bg2 .title{
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}

.programme .swiper-slide .bg2 .details{
    font-size: 1rem;
    color: #fff;
    margin: 0px 4.75rem;
}

.programme .swiper-slide .bg2 .add{
    width: 12.5rem;
    height: 4rem;
    border-radius: 0.38rem;
    background: #5fa52d;
    margin: 0 auto;
    line-height: 4rem;
    color: #fff;
    font-size: 1.13rem;
    margin-top: 3.75rem;
}
.programme .swiper-slide:hover .bg{
    display: none;
}
.programme .swiper-slide:hover .bg2{
    display: block;
}


.About{
    background: #f1f1f1;
    padding: 6.25rem 15.625rem;
}
.About .system-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.About .system-flex .system-left{
    flex: 1;
    margin-right: 6.44rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.About .system-flex .system-left .left_a{
    font-size: 0.88rem;
    color: #666;
}
.About .system-flex .system-left .left_b{
    font-weight: bold;
    font-size: 2.63rem;
    color: #1e1e1e;
}
.About .system-flex .system-left .left_a{
    font-size: 0.88rem;
    line-height: 1.25rem;
    text-align: left;
    color: #777;
    margin-bottom: 1.5rem;
}
.About .system-flex .system-left .add{
    width: 12.5rem;
    height: 4rem;
    border-radius: 0.38rem;
    background: #005ba8;
    line-height: 4rem;
    text-align: center;
    color: #fff;
    font-size: 1.13rem;
    margin-top: 1.88rem;
}
.About  .system-flex .system-right img{
    width: 44.38rem;
    height: 32.5rem;
}

.New{
    padding-left: 15.625rem;
    padding-right:  15.625rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
}
.New .new-left{
    flex: 1;
    margin-right: 4.63rem;
}
.New .new-left img{
    width: 100%;
    height: 23.75rem;
}
.New .new-left .text{
    width: 100%;
    background: #fff;
    box-shadow: 0 0.19rem 1.25rem rgba(17, 17, 17, 0.16);
    padding: 0px 1.38rem;
}
.New .new-left .text .name{
    font-weight: bold;
    font-size: 1.13rem;
    color: #111;
    text-shadow: 0 0.19rem 1.25rem rgba(17, 17, 17, 0.16);
    padding: 1.52rem  0px 1.38rem 0px;
}
.New .new-left .text .details{
    font-size: 0.88rem;
    color: #111;
    text-shadow: 0 0.19rem 1.25rem rgba(17, 17, 17, 0.16);
    margin-bottom: 1.65rem;
}
.New .new-left .text .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.New .new-left .text .flex div{
    font-size: 0.88rem;
    color: #666;
    text-shadow: 0 0.19rem 1.25rem rgba(17, 17, 17, 0.16);
}
.New .new-left .text .flex img{
    width:5rem;
    height: 3rem;
}
.New .new-right{
    flex: 1;
}
.New .new-right .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 3.2rem;
}
.New .new-right .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding: 1.4rem 0px;
}
.New .new-right .list .name{
    font-weight: bold;
    font-size: 1rem;
    color: #111;
    padding: 0.6rem 0px;
}
.New .new-right .list .time{
    font-size: 0.88rem;
    color: #666;
}
.New .new-right .top .top-flex:nth-child(1){
    margin-right: 3.31rem;
}
.New .new-right .top .top-flex img{
    width: 21.67rem;
    height: 13.75rem;
}
.New .new-right .top .top-flex .name{
    font-weight: bold;
    font-size: 1rem;
    color: #111;
    text-shadow: 0 0.19rem 1.25rem rgba(17, 17, 17, 0.16);
    margin: 0.65rem 0px 0.53rem 0px;
}
.New .new-right .top .top-flex .time{
    font-size: 0.88rem;
    color: #666;
}
@media only screen and (max-width: 750px) {
    .title .title-a{
        margin-top: 3rem;
    }
    .system{
        padding-left:2rem;
        padding-right:2rem;
    }
    .system .system-flex .system-right img{
        width: 100%;
    }
    .system .system-flex{
        display: block;
    }
    .system .system-flex .system-left{
        margin-right: 0rem;
    }
    .system .system-flex .system-right{
        margin-top: 1rem;
    }
    .About{
        background: #f1f1f1;
        padding: 2rem 0rem;
        padding-left:2rem;
        padding-right:2rem;
    }
    .About .system-flex{
        display: block;
        margin-top: 0px;
    }
    .About .system-flex .system-left{
        margin-right: 0px;
    }
    .About .system-flex .system-right img{
        width: 100%;
        margin-top: 2rem;
    }
    .New{
        padding-left:2rem;
        padding-right:2rem;
        display: block;
    }
    .New .new-left{
        margin-right: 0px;
    }
    .New .new-right .top .top-flex img{
        width: 100%;
    }
    .New .new-right .top .top-flex:nth-child(1){
        margin-right: 10px;
    }

}