
.yanfa_body{
    padding: 0.8rem 0 0.88rem;
    box-sizing: border-box;
}
.yanfa_top{
    width: 100%;
    min-height: 8.75rem;
    background: #F8F9FA;
    padding-top: 0.39rem;
    box-sizing: border-box;
}
.yanfa_top .yanfa_title{
    padding: 0 0.43rem;
    box-sizing: border-box;
    margin-bottom: 0.41rem;
    font-weight: 400;
    font-size: 0.32rem;
    color: #333333;
}
.yanfa_top .yanfa_cont{
    padding: 0 0.43rem;
    box-sizing: border-box;
    margin-bottom: 0.54rem;
}
.yanfa_top .yanfa_cont,
.yanfa_top .yanfa_cont p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2;
}




.yanfa_top .yanfa_item{
    display: flex;
    justify-content: space-around;
    padding: 0 0.57rem 0.53rem 0.43rem;
}
.yanfa_top .yanfa_item .stat-value{
    display: flex;
    align-items: center;
    justify-content: center;
}
.yanfa_top .yanfa_item .stat-value span{
    font-weight: 400;
    font-size: 0.44rem;
    color: #2A2F34;
    margin-bottom: 0.11rem;
    display: block;
    width: fit-content;
}
.yanfa_top .yanfa_item .stat-title{
    font-weight: 400;
    font-size: 0.16rem;
    color: #646464;
    text-align: center;
}












.yanfa_top .yanfa_img{
    width: 100%;
    height: 5.75rem;
    overflow: hidden;
}

.yanfa_top .yanfa_img .swiper-slide{
    width: 100%;
    height: 5.75rem;
    overflow: hidden;
}

.yanfa_top .yanfa_img .swiper-pagination{
    width: auto;
    left: auto;
    right: 0.95rem;
}
.yanfa_top .yanfa_img .swiper-pagination span{
    width: 0.18rem;
    height: 0.18rem;
    background: #FFFFFF;
    opacity: 0.7;
    margin: 0 0.1rem;
    border-radius: 0.1rem;
    transition: all 0.5s;
}
.yanfa_top .yanfa_img .swiper-pagination span.swiper-pagination-bullet-active{
    background: #004EA2;
    opacity: 1;
    width: 0.4rem;
}



.yanfa_bottom{
    margin-top: 0.63rem;
}
.yanfa_bottom .type_key{
    display: flex;
    align-items: center;
    margin-bottom: 0.45rem;
    gap: 0.2rem;
}
.yanfa_bottom .type_key .key_name{
    width: 2.54rem;
    height: 0.5rem;
    background: #F8F9FA;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    cursor: pointer;
}
.yanfa_bottom .type_key .key_name.act{
    background: #002D66;
    color: #fff;
}
.yanfa_bottom .type_body .type_item{
    display: none;
    width: 100%;
    height: auto;
}
.yanfa_bottom .type_body .type_item,
.yanfa_bottom .type_body .type_item p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2;
}
.yanfa_bottom .type_body .type_item.on{
    display: block;
}







.zhuanli{
    width: 100%;
    /*height: 8.04rem;*/
    background: url(../img/zhuanli_bg.png) center no-repeat;
    background-size: cover;
    padding-top: 0.62rem;
    padding-bottom: 0.74rem;
}
.lunwen{
    padding-top: 0.52rem;
    padding-bottom: 1.36rem;
}
.class_name{
    font-weight: bold;
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.56rem;
}
.body_cont{
    width: 100%;
}








.body_Swiper {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0.1rem;
}

.body_Swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 0.4rem;
}

.body_Swiper .swiper-slide {
    width: 3.8rem;
    max-height: 5.9rem;
    object-fit: contain;
    position: relative;
}

.body_Swiper .swiper-slide .chengguo_img {
   width: 3.8rem;
    max-height: 5.9rem;
}

.zhuanli .body_Swiper .swiper-slide{
    box-shadow: 0rem 0.04rem 0.1rem 0.01rem rgba(0,0,0,0.2);
}
.lunwen .body_Swiper .swiper-slide{
    box-shadow: 0rem 0.04rem 0.1rem 0.01rem rgba(0,0,0,0.16);
}





@media only screen and (max-width:1042px) {
    .yanfa_body{
        padding: 50px 0;
    }
    .yanfa_top{
        height: auto;
        min-height: auto;
        padding-top: 30px;
    }
    .yanfa_top .yanfa_title{
        font-size: 20px;
        margin-bottom: 10px;
        padding: 0 40px;
    }
    .yanfa_top .yanfa_cont, 
    .yanfa_top .yanfa_cont p{
        font-size: 14px;
    }
    .yanfa_top .yanfa_cont{
        margin-bottom: 30px;
        padding: 0 40px;
    }
    .yanfa_top .yanfa_item{
        flex-wrap: wrap;
    }
    .yanfa_top .yanfa_item .yanfa_num{
        width: 50%;
        margin-bottom: 0.2rem;
    }
    .yanfa_top .yanfa_item .yanfa_num:nth-child(1),
    .yanfa_top .yanfa_item .yanfa_num:nth-child(2),
    .yanfa_top .yanfa_item .yanfa_num:nth-child(3){
        width: 33.33%;
    }
    .yanfa_top .yanfa_img{
        width: 100%;
        height: auto;
    }

    .yanfa_top .yanfa_img .swiper-slide{
        height: auto;
    }

    .yanfa_bottom{
        margin-top: 40px;
    }
    .yanfa_bottom .type_key{
        margin-bottom: 20px;
        gap: 15px;
    }
    .yanfa_bottom .type_key .key_name{
        font-size: 18px;
        width: auto;
        height: auto;
        padding: 8px 20px;
        box-sizing: border-box;
    }
}


@media only screen and (max-width: 767px) {
    .yanfa_bottom .type_key .key_name{
        font-size: 16px;
    }
    
    
}


