@charset "UTF-8";

.swiper-index {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* .swiper-index  .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
} */
.swiper-index .swiper-pagination-index{
    left: 30px;
    width: 20px;
}
.swiper-index .swiper-pagination-index .swiper-pagination-bullet{
    margin: 28px 0;
    background: #dcd1a9;
    opacity: 1;
}
.swiper-index .swiper-pagination-index .swiper-pagination-bullet-active{
    background: #e31a3c;
    position: relative;
}
.swiper-index .swiper-pagination-index .swiper-pagination-bullet-active::after{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.swiper-index .swiper-banner{
    width: 100% !important;
    height: 100% !important;
    padding-top: var(--app-sticky-height);
}
.swiper-index .swiper-banner .swiper-slide{
    width: 100% !important;
    height: 100% !important;
    display: block;
}
.swiper-index .swiper-banner .page-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.swiper-index .swiper-banner .swiper-pagination-banner{
    bottom: 90px;
    top: auto;
    width: 301px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.swiper-index .swiper-banner .swiper-pagination-progressbar{
    background: rgba(255,255,255,.5);
}
.swiper-index .swiper-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #ffffff;
}
.swiper-index .swiper-banner .banner-inner-box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-index .swiper-banner .banner-inner-box .text-box{
    text-align: center;
    width: 90%;
}
.swiper-index .swiper-banner .banner-inner-box .en{
    font-size: var(--app-fs-54);
    color: #fff;
}
.swiper-index .swiper-banner .banner-inner-box .cn{
    font-size: var(--app-fs-36);
    color: #fff;
    /* margin-top: 10px; */
    position: relative;
    top: 15px;
}
.full-img{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.swiper-index .slide-inner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 260px;
    padding-top: calc(var( --app-sticky-height ) + 94px);
    /* padding-top: 13.5%; */
    position: relative;
}
.swiper-index .slide-inner .fix-img{
    position: absolute;
    top: 54%;
}
.swiper-index .slide-inner .slide-text-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper-index .slide-inner .title{
    font-size: var(--app-fs-42);
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
.swiper-index .slide-inner .sub-title{
    font-size: var(--app-fs-16);
    color: #666;
    text-align: center;
    line-height:2
}
.swiper-index .slide-inner .public-learn-more{
    margin-top: 15px;
}
.swiper-index .slide-three{
    width: 100%;
    height: 100%;
    display: flex;
    background: -webkit-linear-gradient(45deg, #fbfcfc,#ebecf0);/* Chrome 10-25, Safari 5.1-6 */                          background: linear-gradient(45deg, #fbfcfc,#ebecf0);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */               
}
.swiper-index .slide-three .left-img{
    width: 48%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
}
.swiper-index .slide-three .right-box{
    width: 52%;
    padding-left: 5.2%;
    /*padding-top: 5.2%;
    */
    padding-top: var(--app-sticky-height);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.swiper-index .slide-three .right-box .right-box-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 496px;
}
.swiper-index .slide-three .right-box .title{
    font-size: var(--app-fs-42);
    color: #333;
    margin-bottom: 25px;
}
.swiper-index .slide-three .right-box .desc-text{
    font-size: var(--app-fs-16);
    color: #666;
    margin-bottom: 55px;
}
.swiper-index .slide-three .right-box .number-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 2;
}
.swiper-index .slide-three .right-box .number-box .item{
    width: 50%;
    margin-bottom: 40px;
}
.swiper-index .slide-three .right-box .number-box .item .num{
    font-size: var(--app-fs-42);
    color:#144996
}
.swiper-index .slide-three .right-box .number-box .item .text{
    font-size: var(--app-fs-16);
    color:#333
}
.swiper-index .slide-three .three-right-img{
    width: 17.7%;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 新闻资讯 */
.swiper-index .news-information{
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: flex;
    align-items: center;
}
.swiper-index .news-information .new-information-title{
    font-size: var(--app-fs-42);
    color:#333;
    text-align: center;
    margin: 72px 0 45px;
}
.swiper-index .news-information .ni-content{
    width: 100%;
    height: 510px;
    display: flex;
    justify-content: space-between;
}
.swiper-index .news-information .ni-content .ni-left{
    display: block;
    width: 57.4%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}
.swiper-index .news-information .ni-content .ni-left .ni-img-box{
    width: 100%;
    height: 71.6%;
}
.swiper-index .news-information .ni-content .ni-left .ni-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-index .news-information .ni-content .ni-l-text{
    width: 100%;
    height: 100%;
    background: #ecf0f4;
    padding: 15px 0 24px 46px;
}
.swiper-index .news-information .ni-content .ni-l-text .ni-l-flag{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.swiper-index .news-information .ni-content .ni-l-text .ni-l-flag .ni-dian{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-right: 10px;
    background: #e31a3c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.swiper-index .news-information .ni-content .ni-l-text .ni-l-flag .text{
    font-size: var(--app-fs-20);
    color:#144993;
}
.swiper-index .news-information .ni-content .ni-l-text .ni-l-title{
    font-size: var(--app-fs-20);
    color:#313837;
    margin-bottom: 10px;
}
.swiper-index .news-information .ni-content .ni-l-text .ni-l-time{
    font-size: var(--app-fs-18);
    color:#313837;
}
.swiper-index .news-information .ni-content .ni-right{
    width: 40.5%;
    height: 100%;
    padding: 2.2% 3.2%;
    background: #eeeeef;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.swiper-index .news-information .ni-content .ni-right .ni-r-flag{
    display: flex;
    align-items: center;
}
.swiper-index .news-information .ni-content .ni-right .ni-r-flag .ni-dian{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-right: 10px;
    background: #e31a3c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.swiper-index .news-information .ni-content .ni-right .ni-r-flag .text{
    font-size: var(--app-fs-20);
    color:#144993;
}
.swiper-index .news-information .ni-content .ni-right .ni-r-list{

}
.swiper-index .news-information .ni-content .ni-right .ni-r-list .ni-r-item{
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #c7c7c8;
}
.swiper-index .news-information .ni-content .ni-right .ni-r-list .ni-r-item .ni-item-title{
    font-size: var(--app-fs-18);
    color:#666666;
    height: calc(2em * 1.5);
}
.swiper-index .news-information .ni-content .ni-right .ni-r-list .ni-r-item .ni-item-time{
    font-size: var(--app-fs-18);
    color:#999;
    margin-top: 15px;
}
.swiper-index .news-information .ni-content .ni-right .ni-r-list .ni-r-item:hover .ni-item-title{
    color: #144993;
}
.swiper-index .news-information .ni-content .ni-right .ni-r-list .ni-r-item:hover{
    border-color: #144993;
}

.slide-four-box .app-main-content{
    width: var(--app-main-content-width);
}
@media (max-width:1440px){
    .app-footer .pt .ewm-box{
        /* margin-left: -140px; */
    }
    .swiper-index .news-information .ni-content{
        height: 430px;
    }
    .swiper-index .news-information .new-information-title{
        margin-bottom: 25px;
        margin-top: 50px;
    }
    .swiper-index .news-information .ni-content .ni-right .ni-r-list .ni-r-item .ni-item-time{
        margin-top: 10px;
    }
    .swiper-index .slide-inner{
        padding-top: calc(var( --app-sticky-height ) + 30px);
    }
    .swiper-index .slide-inner .fix-img{
        width: 85%;
    }
}
@media (max-width:996px){
    .swiper-index .news-information .ni-content{
        height: 400px;
    }
}
@media (max-width:768px){
    .swiper-index .swiper-pagination-index{
        display: none;
    }
    .swiper-index  .swiper-slide {
        height: 400px;
    }
    .slide-three-box{
        height: auto !important;
    }
    .swiper-index .slide-inner{
        padding-top: 13.5%;
    }
    .swiper-index .slide-inner .slide-text-box{
        padding: 0 calc(32px * var(--app-basis-ratio));
    }
    .swiper-index .swiper-banner .swiper-pagination-banner{
        top: 85%;
    }
    .swiper-index .slide-three{
        display: block;
    }
    .swiper-index .slide-three .left-img{
        width: 100%;
        height: 30%;
        -webkit-clip-path: none;
        clip-path: none;
    }
    .swiper-index .slide-three .right-box{
        width: 100%;
        padding: 30px calc(32px * var(--app-basis-ratio));
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
}
    .swiper-index .slide-three .three-right-img{
        display: none;
    }
    .swiper-index .slide-three {
        height: auto;
    }
    .swiper-index .slide-three .right-box .desc-text{
        margin-bottom: 30px;
        text-align: justify;
    }
    .swiper-index .slide-three .right-box .number-box .item .num{
        text-align: center;
    }
    .swiper-index .slide-three .right-box .number-box .item .text{
        text-align: center;
    }
    .slide-three-box .public-learn-more{
        width: 100%;
    }
    .swiper-index .slide-three .right-box .title{
        width: 100%;
        text-align: center;
    }
    .swiper-index .slide-three .right-box .right-box-inner,.swiper-index .slide-three .right-box .number-box {
        width: 100%;
    }
    .swiper-index .swiper-slide.slide-four-box{
        height: auto;
    }
    .swiper-index .news-information{
        padding-top: 0;
        padding-bottom: 60px;
    }
    .swiper-index .news-information .ni-content{
        flex-wrap: wrap;
    }
    .swiper-index .news-information .ni-content{
        height: auto;
    }
    .swiper-index .news-information .ni-content .ni-left{
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    .swiper-index .news-information .ni-content .ni-right{
        width: 100%;
    }
    .swiper-index .news-information .ni-content .ni-l-text{
        padding: 15px;
    }
    .swiper-index .news-information .ni-content .ni-right{
        padding: 15px;
    }
    .swiper-index .news-information{
        height: auto;
    }
    .swiper-index .news-information .new-information-title{
        margin: 40px 0 25px;
    }
    .swiper-index .slide-inner .fix-img{
        top: 65%;
    }
}
/* background: linear-gradient(133deg, rgba(255, 255, 255, 0) 52%,#2980b9 52%); */