
.clearBoth{
    clear: both;
}
.culUl{
    width: 1400px;
    margin:70px auto;
    
     display: flex;
    justify-content: center;
    flex-wrap: wrap;

    
}
.culUl .active{
    background: #D9473A;
    border: 1px solid #D9473A;
}
.culUlLi{
    min-width: 170px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-size: 20px;
    color: #666666;
    float: left;
    margin:0 20px 15px;
    padding:0 10px;
    cursor: pointer;
}
.ki_navBack1{
    position: absolute;
    z-index: -1;
    top: 400px;
    max-width: 100%;
    width: 100%;
}
.ki_navBack2{
    position: absolute;
    z-index: -1;
    bottom: 280px;
    max-width: 100%;
    width: 100%;
}

.culUlLi a{
    color: #666666;

}
.culUlLi:hover {
    background: #D9473A;
    border: 1px solid #D9473A;

}
.culUlLi:hover a{
    color: #FFFFFF;
}
.culUl .active{
    background: #D9473A;
    border: 1px solid #D9473A;
}
.culUl .active a{
    color: #FFFFFF;
}


.culUlBlue .active{
    background: #D8E8FD;
    border: 1px solid #D8E8FD;
}
.culUlBlue .active a{
    color: #0C31A7;
}
.culUlBlue .culUlLi:hover {
    background: #D8E8FD;
    border: 1px solid #D8E8FD;
}
.culUlBlue .culUlLi:hover a{
    color: #0C31A7;
}


.cultureFotDetail{
    width: 1400px;
    margin: 40px auto;
    font-size: 20px;
    color: #000000;
    line-height: 46px;
    text-indent: 40px;
}
.cultureFot{
    max-width: 1400px;
    width: 100%;
    margin: 0px auto;

}
.BannerShow_b1{
    background: #fff;
}

.swiper-slide a img{
    width: 100%;
    margin: 0 auto;
    /* height: 880px; */
    border-radius: 10px;
    padding: 1px;
}
.swiper-container-horizontal>.swiper-pagination{
    left:0 !important;
}
.cultureFot .swiper-pagination-bullet-active{
    background-color: #ffffff;
}
.swiper-slide a:hover{
    color:#000;
}
#swiper-titles {
    position: absolute;
    top: 10px;
    left: 10px;
}
.swiperImgTitle{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.swiper-container-horizontal>.swiper-pagination{
    /* position: absolute; */
    /* bottom: 100px !important; */
}

.culNext{
    width: 150px;
    height: 60px;
    /* background: #D9473A; */
    border-radius: 30px 30px 30px 30px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin:100px auto 120px;
}
.culNextRed{
    background: #D9473A;

}
.culNextRed:hover{
    color: #fff;
    background: rgba(217,71,58,0.68);


}
.culNextBlue{
    background: #0C31A7;

}
.culNextBlue:hover{
    color: #fff;
    background: rgba(12,49,167,0.68);


}
.cultureTop{
    margin-bottom: 40px;
}

#certify {
    position: relative;
    width: 1400px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 10px;
}

#certify .swiper-slide {
    width: 750px;
    height: 500px;
    /* background: #fff; */
    /* box-shadow: 0 8px 30px #ddd; */
    padding: 17px 17px 0 17px;
    border-radius: 15px;
    filter: blur(2px);
    cursor: pointer;
}
#certify  .swiper-slide img{
    display:block;
    /* width: 100%; */
    border-radius: 10px;
    
}
.tpSwiperImg{
    width: 750px;
    /* height: 421px; */
    aspect-ratio: 16 / 9;

}
#certify  .swiper-slide p {
    line-height: 78px;
    padding-top: 0;
    text-align: center;
    color: #000000;
    font-size: 1.4em;
    margin: 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow:hidden;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;

}
#certify .swiper-slide-active{
    background-color: #D8E8FD;
    filter: blur(0px);
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    /* background-color: #fff; */
    background-color: #D8E8FD;

}
#certify .swiper-button-prev {
    left: 0px;
    top: 50px;
    width: 300px;
    height: 450px;
    background: none;
    /* background-color: #00ffff; */
}




#certify .swiper-button-next {
    right: 0px;
    top: 50px;
    width: 300px;
    height: 450px;
    background: none;
    /* background-color: #00ffff; */
    /* background-color: #00ffff; */
    
}


.flexCen{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:1580px) {
    #certify{
        width: 1200px;
    }
    
    .culUlLi{
        min-width: 150px;
        height: 50px;
    font-size: 18px;
    margin:0 14px 15px;
    }
    /* .swiper-slide a img{
        height: 580px;
    } */
    .ki_navBack1{
        top: 300px;
    }
    .cultureFotDetail{
        width: auto;
    }
    .culUl,.cultureFot{
        width: 80%;
        
    }
    .culUl{
        margin:55px auto;
    }
    .swiperImgTitle{
        font-size: 26px;
        height: 80px;
    }
    .cultureFotDetail {
        line-height: 36px;
        font-size: 18px;
    }
    .ki_navBack2{
        bottom: 300px;
    }
    .swiper-container-horizontal>.swiper-pagination{
        bottom: 0px !important;
    }
    .culNext{
        margin: 50px auto 80px;
    }
    #certify .swiper-button-prev {
        height: 380px;
        width: 200px;
        top: 70px;
    }
    #certify .swiper-button-next {
        height: 380px;
        width: 200px;
        top: 70px;

    }
}
@media (max-width:1380px) {
    .ki_navBack2{
        bottom: 480px;
    }
}
@media (max-width:1200px) {
    .ki_navBack2{
        bottom: 330px;
    }
    #certify{
        width: 860px;
    }
    #certify  .swiper-slide {
        width: 450px;
        height: 300px;
        padding: 12px 12px 0 12px;

        border-radius: 10px;

    }
    #certify .swiper-slide img {
        width: 450px;
        height: 254px;
    }

    #certify  .swiper-slide p {
        line-height: 58px;
        font-size: 1.2em;
        
    }
    #certify .swiper-button-prev {
        height: 260px;
        width: 180px;
    }
    #certify .swiper-button-next {
        width: 180px;
        height: 260px;
    }
}
@media (max-width:1024px) {
    /* .ResTitle_a1 span{
        left: 80px !important;
    } */
    .culUlLi{
        min-width: 120px;
        height: 40px;
    font-size: 16px;
    margin:0 14px 15px;
    }
    /* .swiper-slide a img{
        height: 420px;
    } */
    .swiperImgTitle{
        font-size: 24px;
        height: 70px;

    }
    .cultureFotDetail {
        font-size: 16px;
        line-height: 30px;
    }
    .culNext{
        width: 100px;
        height: 40px;
        font-size: 18px;
        margin:60px auto 60px;

    }
    .ki_navBack2{
        bottom: 75px;
    }
    .swiper-container-horizontal>.swiper-pagination{
        /* bottom: 65px !important; */
    }
}
@media (max-width:960px) {
     .ResTitle_a1 span{
        left: 80px !important;
    }
    #certify{
        width: 700px;
    }
    .culNext{
        margin:40px auto 50px;

    }
}

@media (max-width:780px) {
    #certify{
        width: 80vw;
    }
    #certify  .swiper-slide {
        width: 316px;
        height: 220px;
        padding:8px 8px 0 8px;
        border-radius: 8px;
    }
    #certify .swiper-slide img {
        width: 316px;
        height: 178px;
    }
    #certify  .swiper-slide p {
        line-height: 34px;
        font-size: 1em;

    }
    #certify .swiper-button-prev {
        display: none;
    
    }
    #certify .swiper-button-next {
        display: none;

    }
    .ki_navBack1{
        top: 235px;
    }
    /* .swiper-slide a img{
        height: 350px;
    } */
    .swiperImgTitle{
        height: 60px;
        font-size: 18px;
    }
    .culNext{
        margin: 20px auto 50px;
    }
    .swiper-container-horizontal>.swiper-pagination{
        /* bottom: 50px !important; */
    }
    .cultureTop{
        margin-bottom: 16px;
    }
    .cultureTop ul{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    
}
@media (max-width:600px) {
    #certify{
        width: 90vw;
    }
    #certify  .swiper-slide {
        width: 260px;
        height: 180px;
        padding:8px 8px 0 8px;
        border-radius: 8px;
    }
    #certify .swiper-slide img {
        width: 260px;
        height: 148px;
    }
}
