@media only screen and (max-width : 959px) {
    .header{ width: 100%; position: relative; height: auto; background: url("../images/header_border.jpg") repeat-x bottom; }
    .header_content{ height: auto; margin-top: 0;}
	.logo{ display: block; height: auto; margin:4% 2%; float: left;}
    .logos{ display: none;}
    .mune{ display:block;}
    .nav{ width: 100%; height: auto; margin: 0; display: none; position: relative; right: 0;}
    .nav ul{ width:100%; height:auto; float:left; margin:0px; position:relative; z-index:99;}
    .nav ul li { width:50%; height:40px; float:left;}
    .nav ul li:hover{ }
    .nav ul .nav_active a{}
    .nav ul li a{ width:auto; display:block; text-align: center; text-decoration: none; line-height:40px; font-size:0.9em;}

    .tel,.header_line,.header_ewm{ display: none;}

    .abouts{ width: 100%; margin: 0 0 72px 0; background: url("../images/m_about_title.jpg") no-repeat center 3vh #F5F5F5;}
    .abouts_l{ width: 98%; margin-left: 1%; padding-bottom: 3%;}
    .abouts_l p{ margin: 11vh 0 2vh 0px;}
    .abouts_l p span{ display: inline;}

	.products{ width:100%; margin: 0px auto 0; background: url("../images/m_pro_title.jpg") no-repeat center 3vh #F5F5F5;}
    .products_fls{ margin-top: 7vh; }
    .products_content{ width: 100%; margin-bottom: 5%;}
    .products_content ul li{ width: 48%;}



    .youshi{ width: 100%; height: auto; margin: 0; background: url("../images/m_youshi_title.jpg") no-repeat center 3vh; padding-bottom: 3vh;}
    .youshi1{ margin-top: 9vh;}
    .youshi_1,.youshi_2{ width: 100%; height: auto; float: left; margin: 0;}
    .youshi_txt img{ display: none;}



	.anli{ width: 100%; margin: 0px auto 0px; background: url("../images/m_anli_title.jpg") no-repeat center 3vh #F5F5F5; }
    .anli_r{ width: 100%; margin: 12vh 0 0% 0%;}
    .anli_r ul li .hot_info{ width: 99.5%;}
    .picScroll-left .hd{ margin: 1vh auto 3vh;}


    .huoban{ width: 100%; margin: 0; background: url("../images/m_huoban_title.jpg") no-repeat center 3vh;}
    .huoban_r{ margin-top: 8vh;}
    .huoban_list{ margin: 20px auto 0; }


    .footers{ width:100%; height:56px; border:8px solid #f88429; border-left:none; border-right:none; position: fixed; z-index: 99; bottom:0; background-color:#020001; display:block;}
    .footers ul li{ width:25%; height:56px; float:left;}
    .footers ul li p{ width:85%; height:48px; margin:0px auto; text-align:center; padding:4px 0px;}
    .footers ul li p img{ width:30%; margin:1% auto; display:block;}
    .footers ul li p a{ color:#ffffff; font-size:0.8rem;}

    .link,.footer,.izl-rmenu,#zpmenu{ display:none;}
    .nav .peiseka{display: block;}

    .main{ width: 100%; left: 0%; position: relative; }
    .ny_top_name{ width: 100%;}
	.ny_banner{ width:100%; height:auto; overflow:hidden; margin:0px auto;  }
    .daohang{ width: 100%; margin: 0;}
    .daohang span{ display: none; margin-left: 2%; }
    .daohang p{ margin-right: 2%; }
    .ny_fl{ width: 100%; margin: 20px auto;}
    .ny_fl dl{ width: 98%; margin-left: 1%;}
	.ny_main{ width:100%; overflow: hidden; margin: 5vh 0 78px 0; }

    /*产品列表页*/
    .ny_pro_list{ width: 100%; border: none;}
    .ny_pro_list ul{ width:100%; margin: 0px auto 0;}
    .ny_pro_list ul li{ width:48%; height:auto; float:left; margin:0px 1% 0px 1%;}
    .ny_pro_list ul li .pro_txt p{ margin: 20px auto;}

    /*产品详细页*/
    .ny_pro_detail{ width:100%; border: none;}
    .prodetail_1 {}
    .prodetail_1 img{ width:auto; height:100%; float: none;}
    .prodetail_1 span,.prodetail_1 i{  width:100%;  }
    .prodetail_1 p{  width:100%;}
    /*新闻列表页*/

    /*新闻详情*/
    .newsdetail_txt{ min-height: 100px;}
    .ny_news_detail{ width: 100%; border: none; margin: 0;}
    .imgnews_txt .newsmore{ margin: 0px 3px 10px 0px;}

    .ny_footer{
        width: 100%;
        min-height: 50px;
        background: #141011;
        text-align: center;
        line-height: 25px;
        padding: 2% 0;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
    .products,.huoban{
        background-size: contain;
    }
    .anli_r{
        margin-top: 25vh;
    }
    .youshi{
        width: 100%;
    }
    .youshi1 {
        margin: 35vh auto 0;
    }
    .youshi_1{
        margin-bottom: 1vh;
    }
    .youshi_2{
        margin-bottom: 1vh;
    }
    .abouts {
        width: 100%;
    }
    .abouts_l p {
        margin: 10vh 0 50px 16px;
    }
}
/*Styles for screen 960px-1200px,主要为了小屏浏览器 */
@media screen and (min-width: 960px) and (max-width: 1200px) {
    .logo2{ margin: 4% 2%;}
}
/*Styles for screen 768px-959px 主要是平板横屏显示*/
@media screen and (min-width: 768px) and (max-width: 959px) {
    .mune{ float:right; margin:6% 2% 0 0; display:block; cursor: pointer;}

    .picMarquee-left .bd ul li{ width: 33.33%;}

	.ny_pro_list ul li .pro_txt p{ margin: 20px auto;}

    .footers ul li p img{ width:15%; margin:1% auto; display:block;}
}

/*Styles for screen 480px-767px,主要是手机横屏和平板竖屏显示*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .mune{ float:right; margin:6% 2% 0 0; display:block; cursor: pointer;}
    .logo2{ margin: 4% 2%;}

    .ny_news_list ul li img{ display: none;}
    .imgnews_txt{ width: 98%; margin-right: 1%;}

    .footers ul li p img{ width:18%; margin:1% auto; display:block;}

}

/*479px,主要是手机竖屏显示*/
@media only screen and (max-width : 479px) {
    .logo{ height: auto; margin:4% 2%;}
    .mune{ width: 11%; float:right; margin:6% 2% 0 0; display:block; cursor: pointer;}
    .mune img{ width: 100%;}
	.nav{ width: 100%; height:auto; margin: 0; display: none;}

    .huoban_list li { width: 24.4%;}
    .anli_r ul li{ width: 50%;}

    .prodetail_1 img{ width:89%; height:auto;}

    .ny_news_list ul li img{ display: none;}
    .imgnews_txt{ width: 98%; margin-right: 1%;}
}