@charset "utf-8";
@media screen and (max-width: 1205px) {
    nav.home ul li a {
        padding: 0 35px;
    }
    .banner{
    	height: 450px;
    }
    #myFocus{ width:445px !important; height:440px;}
}
@media screen and (max-width: 995px) {
    nav.home ul li a {
        padding: 0 30px;
    }
    .banner{
    	height: 370px;
    }
}
@media screen and (max-width: 993px) {
    nav.home {
        display: none;
    }
    .mobile .search-mobile{
    	display: none;
    }
    .mobile{
    	display: block;
    }
    .mobile-list{
    	display: none;
    }
}
@media screen and (max-width: 710px) {
  	header .search_wrap{
  		display: none;
  	}  
  	header .logo_wrap{
  		width: 100%;
  		text-align: center;
  	}
  	header .logo_wrap img{
  		display: inline-block;
  	}
  	.mobile .search-mobile{
  		display: none;
  	}
  	.banner{
    	height: 280px;
    }
    .about_info .read-more{
    	margin-left: 100px;
    	margin-bottom: 20px;
    }
    .product_nav ul li{
        width: 50% !important;
    }
}
@media screen and (max-width: 480px) {
    .product_show .images{
        height: 310px;
    }
    .banner{
    	height: 200px;
    }
    .pagetion .back_home a{
      float: left !important;
    }
    header{
      height: auto !important;
    }
    header .logo_wrap img{
    	height: 60px;
    }
    .page_banner{
    	height: 175px;
    	background-position: 50% 50% !important;
      background-size: cover !important;
    }
    .kehu{
      display: none !important;
    }
}