
/* 适配1600以下屏幕,83% */
@media screen and (max-width:1600px){
   
    /* 导航标题 */
    .cate_tle{
        font-size: 16px;
        padding-top: 8%;
    }
    /* 导航分类内容 */
    /* .second_nav li{
        line-height: 2.3;
    } */
    .second_nav li a{
        font-size: 17px;
    }
    .second_nav li a span{
        font-size: 15px;
    }
    .second_nav li a:hover span{
        font-size: 16px;
    }
    /* 右侧内容开始 */
    /* 类别隐藏模块 */
    .anchor{
        height: 91px;
        margin-top: -91px;
    }
    /* 类别高度 */
    .five,.four,.three,.last-three{
        margin-top: 25px;
    }
    .five{
        height: 520px;
    }
    .four{
        height: 365px;
    }
    .three{
        height: 199px;
    }
    .last-three{
        height: 282px;
    }
    .catetitle{
        font-size: 17px;
    }
    .cate_img li h3{
        font-size: 15px;
    }
    .cate_img li p{
        font-size: 13px;     
    }

}

/* 适配1440以下屏幕,75% */
@media screen and (max-width:1440px){

    /* 导航标题 */
    .cate_tle{
        padding-top: 8%;
    }
    /* 右侧内容开始 */
    /* 类别隐藏模块 */
    .anchor{
        height: 83px;
        margin-top: -83px;
    }
    .five,.four,.three,.last-three{
        margin-top: 23px;
    }
    .five{
        height: 480px;
    }
    .four{
        height: 330px;
    }
    .three{
        height: 180px;
    }
    .last-three{
        height: 255px;
    }
}

/* 适配1366以下屏幕,71% */
@media screen and (max-width:1366px){

    /* 导航标题 */
    .cate_tle{
        font-size: 12px;
        padding-top: 6%;
    }
    
    /* 导航分类内容 */
    /* .second_nav li{
        line-height: 2.2;
    } */
    .second_nav li a{
        font-size: 15px;
    }
    .second_nav li a span{
        font-size: 14px;
    }
    .second_nav li a:hover span{
        font-size: 13px;
    }
    /* 右侧内容开始 */
    /* 类别隐藏模块 */
    .anchor{
        height: 77px;
        margin-top: -77px;
    }
    .five,.four,.three,.last-three{
        margin-top: 30px;
    }
    .five{
        height: 455px;
    }
    .four{
        height: 310px;
    }
    .three{
        height: 175px;
    }
    .catetitle{
        font-size: 14px;
    }
    .cate_img li h3{
        font-size: 14px;
    }
    .cate_img li p{
        font-size: 12px;     
    }

}

/* 适配1280以下屏幕,66.6% */
@media screen and (max-width:1280px){

    /* 导航分类内容 */
    .second_nav li{
        line-height: 2.1;
    }
    .second_nav li a span{
        font-size: 13px;
    }
    .cate_tle{
        font-size: 13px;
    }
    /* 右侧内容开始 */
    /* 类别隐藏模块 */
    .anchor{
        height: 73px;
        margin-top: -73px;
    }

    .five,.four,.three,.last-three{
        margin-top: 20px;
    }
    .five{
        height: 430px;
    }
    .four{
        height: 300px;
    }
    .three{
        height: 170px;
    }
    .catetitle{
        font-size: 13px;
    }
    .cate_img li h3{
        font-size: 13px;
    }
}

/* 适配1024以下屏幕,53% */
@media screen and (max-width:1024px){

    /* 导航标题 */
    .cate_tle{
        font-size: 12px;
        padding-top: 5%;
    }
    /* 导航分类内容 */
    .second_nav li{
        line-height: 2.1;
    }
    /* 右侧内容开始 */
    /* 类别隐藏模块 */
    .wrap_pro{
        width: 75%;
    }
    .anchor{
        height: 73px;
        margin-top: -73px;
    }
    .five{
        height: 408px;
    }
    .four{
        height: 290px;
    }
    .three{
        height: 160px;
    }
    .last-three{
        height: 200px;
    }
    /* .catetitle{
        font-size: 14px;
    } */
    /* .cate_img li h3{
        font-size: 13px;
    } */
    .cate_img li p{
        font-size: 12px;     
    }

}