@charset "utf-8";
@media screen and (max-width: 1370px){
    /*综合*/
    body, html, p {
        font-size: 14px;
    }
    .btn {
        width: 150px;
        line-height: 36px;
        height: 40px;
    }
    p.title {
        margin-bottom: 26px;
        font-size: 32px;
    }
    p.subtitle {
        font-size: 60px;
    }  
    .header .head_logo {
        padding: 10px 0;
    }
    .header .head_nav_container > ul > li {
        font-size: 16px;
    }    
    .header .head_nav_container > ul > li > a {
        padding: 9px 20px 13px;
    }    
    li.navitem .dropdown{
        top: 80px;
    }
    /*第二?/
    .section.section2 .section2_header .btn_box {
        top: 64px;
    }
    .section.section2 .section2_header .btn_box .btn i {
        line-height: 37px;
    }
    .section.section2 .zpmenu{
        height: 360px;
        margin-top: 0;
    }
    /*第三?/
    .section3_container .btn_box {
        top: 64px;
    }
    .section3_container .grid_box ul li i.fa{
        top: 42%;    
    }
    /*第四?/
    .section.section4 .section4_header .btn_box {
        top: 64px;
    }
    .section.section4 .section4_header .btn_box .btn i {
        line-height: 37px;
    }
    /*第五?/
    .section.section5 .news_list li .content_box .news_tit {
        font-size: 20px;
        margin-bottom: 0;
    } 
    .section.section5 .btn_box {
        top: 64px;
    }    
    .section.section5 .btn_box .btn i {
        line-height: 37px;
    }
    .section.section5 .news_list li .content_box {
        padding: 15px 20px;
    }   
    .section.section5 .news_list li .content_box .news_description {
        margin-bottom: 12px;
    }   
    .section.section5 .news_list li .content_box .more {
        width: 130px;
        line-height: 36px;
    }     
    .section.section5 .tab-con{
        height: 238px;
    }
}
@media screen and (min-width: 1960px){
    .section.section2 .zpmenu{
        height: 560px;
    }
}