/*
*屏幕尺寸>1200px时引用该文件
*/

/*******************     >=1200px     **********************/
@media screen and (min-width: 1200px) {
    .navbar_logo{
        padding: 0;
    }
    .h1{
        font-size: 36px;
    }
    .h2{
        font-size: 30px;
    }
    .h3{
        font-size: 24px;
    }
    .h4{
        font-size: 18px;
    }
    body article{
        font-size: 16px;
    }
    /*-------------     home     --------------*/

    .flexslider {
        margin: 0px auto 20px;
        position: relative;
        width: 100%;
        height: 460px;
        overflow: hidden;
        zoom: 1;
    }
    .article_1{
       margin-bottom: 7rem;
    }
    .article_6{
        height: 8.4rem;
    }
    /*-------------   home-end   --------------*/

    /*-------------     news     --------------*/


    /*-------------   news-end   --------------*/

    /*-------------    Products  --------------*/
    /*.product{*/
        /*width: 48%;*/
    /*}*/
    /*------------- Products-end --------------*/

    /*-------------    About Us  --------------*/
   /*.about_article p{
       font-size: 16px;
   }*/
    /*------------- About Us-end --------------*/
}