﻿
@media only screen and (max-width: 1200px) {
   .juzhong{width:98%; margin: 0 auto;transition: all 0.3s ease 0s;}
    /****导航*****/
   .nav li>a{padding:0px 20px;}
}


@media only screen and (max-width: 1024px) {

    /*首页*/
	.nav{display: none;}
	 /*手机头部*/
    .menu-ul-nav{display: block;}
    #hd.on{transform:translate(-240px,0); -webkit-transform:translate(-240px,0);-moz-transform:translate(-240px,0); -o-transform:translate(-240px,0);-ms-transform:translate(-240px,0);}
    .menu-m{display: block;right:10px;}
	
	/***首页新闻***/
	.news-img{ width:100%; padding:5px 20px;box-sizing:border-box; overflow:hidden;}
	.l-news { width: 100%;padding: 0px 20px;box-sizing: border-box; overflow: hidden;}
    .ul-pic2 li{width: 100%;}


    /*底部*/

}


/*Common For Max 480*/
@media only screen and (max-width: 768px) {
    .wp {width: 100%;}
	
	/*首页产品*/
    .ul-pic1 li{width: 100%;}
    

    /*底部*/
    .footerMenu{overflow: hidden;float: left;width:100%;}
	#fd .footerlx{float: left;width:100%;}
	#fd .btm-r{ float:left; margin-left:20px;}
  
}



@media only screen and (max-width: 479px) {

    /*头部*/
	#hd{height:60px;}
    #hd .logo img{height: 50px; margin-top: 5px;}
    .nav{top: 60px;}
	
    .menu-ul-nav .search{padding:15px 10px ;height:60px;}
    .menu-m{top: 15px;}

	.block_home_slider {margin-top: 60px;}
	#news-imgfoc .swiper-slide img {width: 100%;height: 192px;}

   /*首页新闻*/
    .ul-pic2 li .txt{padding:5px;}
    /*底部*/
	#fd .top {display:block;}
    #fd .btm{height: auto;overflow: hidden;padding-bottom: 30px;}
    #fd .btm strong{font-size: 14px;}
    #fd .btm p{line-height: 14px;}


}
