@media only screen and (min-width: 300px) and (max-width: 450px) {
	.mobile_show{
		display: block;
	}
	.mobile_hide{
		display: none !important;
	}
	/*首页*/
	#banner{
		position: relative;
	}
	#banner,#banner>.swiper-wrapper img{
		height: auto !important;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 3.5% !important;
		
		background-size: 100% !important;
	}
	/*开始动画*/
	.g_staimgtop{
		width: 88%;
		animation: g_stara 1s ease both;
	    -webkit-animation: g_stara 1s ease both;
	    animation-delay: 0.3s;
	}
	.g_staimgtom{
		width: 28%;
		animation: g_starb 0.3s ease both;
    -webkit-animation: g_starb 0.3s ease both;
    animation-delay: 1s;
	}
	.delay_show{
	animation: show_index_other 2s ease both;
    -webkit-animation: show_index_other 2s ease both;
    animation-delay: 2s;
	}
	/*开始动画*/
	.product_list_item a{
		width: 82%;
	}
	@keyframes g_stara{
		0% {
		    opacity: 0;
		    width: 98%;
		}
		50% {
		    opacity: 1;
		    width: 98%;
		    top: 50%;
		}
		100% {
		    width: 50%;
		    opacity: 1;
		    top: 3%;
		    
		}
	}
	@keyframes g_starb{
		0% {
		    width: 28%;
		    top:50%;
		}
		100% {
		    width: 10%;
		    top: 4%;
		    
		}
	}
	.product_list_item p{
		font-size: 12px;
	}
	.product_list_item img{
		height: 52vw;
	}
	footer>.text-center>p{
		line-height: 1.7;
	    width: 76%;
	    margin: 0px auto;
	    font-size: 12px;
	}
	.product_list_item{
		width: 50%;
		padding: 32px 0px;
		border-bottom: 1px solid #eee;
	}
	#product_list{
		flex-wrap:wrap;
	}
	.product_list_item a{
		width: 55%;
    height: 8vw;
		margin-top: 18px;
	}
	.product_list_item:hover .pro_btn_box{
		color: #fff;
		margin-bottom: 10px;
	}
	.product_list_item:hover{
		padding-top:12px;
		padding-bottom:52px;
		transition: all 0.4s;
	}
	
	
	
	/*品牌理念*/
	.pin_main_pro{
		width: 80%;
		display: block;
		margin: 20px auto 6px;
	}
	.jia_list_item_content_h{
		font-size: 14px;
    padding-bottom: 16px;
	}
	.jia_list_item_content_m{
		width: 80%;
		font-size: 12px;
	}
	
	
}
