.product_wrap{
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
    background: #FFF;
}
.product_wrap .product_list{
    display: none;
}
.product_wrap .product_list.active{
    display: block;
}
.product_wrap .product_list .product_aqgk{
    display: flex;
}
.product_wrap .product_list .zhfz_left,
.product_wrap .product_list .znjc_left,
.product_wrap .product_list .aqgk_left{
    width: 3rem;
}
.product_wrap .product_list .zhfz_right,
.product_wrap .product_list .znjc_right,
.product_wrap .product_list .aqgk_right{
    width: calc(100% - 3rem);
    padding-left: 0.88rem;
}
.product_wrap .product_list .znjc_left_list,
.product_wrap .product_list .zhfz_left_list,
.product_wrap .product_list .aqgk_left_list{
    width: 3rem;
    height: 0.51rem;
    border: 0.01rem solid #979797;
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    line-height: 0.51rem;
    color: #333333;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}
.product_wrap .product_list .znjc_left_list.active,
.product_wrap .product_list .zhfz_left_list.active,
.product_wrap .product_list .aqgk_left_list.active{
    background: #4F94D9;
    color: #FFFFFF;
    border: 0.01rem solid #4F94D9;
}
.product_wrap .product_list .znjc_left_list:hover,
.product_wrap .product_list .zhfz_left_list:hover,
.product_wrap .product_list .aqgk_left_list:hover{
    background: #4F94D9;
    color: #FFFFFF;
    border: 0.01rem solid #4F94D9;
}
.product_wrap .product_list .zhfz_right_list,
.product_wrap .product_list .znjc_right_list,
.product_wrap .product_list .aqgk_right_list{
    display: none;
}
.product_wrap .product_list .zhfz_right_list.active,
.product_wrap .product_list .znjc_right_list.active,
.product_wrap .product_list .aqgk_right_list.active{
    display: block;
}
.product_wrap .product_list .zhfz_right_list_title,
.product_wrap .product_list .znjc_right_list_title,
.product_wrap .product_list .aqgk_right_list_title{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #4F94D9;
    line-height: 0.31rem;
    position: relative;
    padding: 0.1rem 0;
}
.product_wrap .product_list .zhfz_right_list_title::before,
.product_wrap .product_list .znjc_right_list_title::before,
.product_wrap .product_list .aqgk_right_list_title::before{
    content: '';
    display: block;
    width: 0.03rem;
    height: 0.3rem;
    background: #4F94D9;
    position: absolute;
    top: 0.1rem;
    left: -0.3rem;
}
.product_wrap .product_list .zhfz_right_list_content,
.product_wrap .product_list .znjc_right_list_content,
.product_wrap .product_list .aqgk_right_list_content{
    /* padding-top: 0.3rem; */
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
}
.product_wrap .product_list .aqgk_right_list_content img {
    max-width: 100%;
}
.product_wrap .product_list .zhfz_right_list_content_title,
.product_wrap .product_list .znjc_right_list_content_title,
.product_wrap .product_list .aqgk_right_list_content_title{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 0.18rem;
    margin-top: 0.3rem;
}
.znjc_flex{
    display: flex;
    flex-wrap: wrap;
}
.anjc_a{
    width: 3.97rem;
    height: fit-content;
    display: block;
    margin-right: 0.1rem;
    margin-bottom: 0.13rem;
}
.anjc_a:nth-child(3n){
    margin-right: 0;
}
.anjc_img_1{
    width: 100%;
    height: 3.06rem;
    display: flex;
}
.anjc_img_1 img{
    width: 100%;
    height: 100%;
}
.anjc_text_1{
    margin-top: 0.2rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.24rem; 
    color: #4F94D9;
}

.aqgk_left_list.active > a > p{
            color: #FFF!important;
        }
        
        .znjc_left_list.active > a > p{
            color: #FFF!important;
        }
        
        .aqgk_left_list{
            border-top: none!important;
        }
        .aqgk_left_list:nth-child(1){
            border-top: 0.01rem solid #979797!important;
        }