@media (max-width: 768px) {
	.head .main .solarbe_nav{
		display: none !important;
	}
	.title{
		font-size: 18px;
		background-size: 80%;
		padding: 30px 0px 20px 0px;
		background-position: center 40px;
	}
	.banner{
		width: 100%;
		height: 0px;
		padding-top: 48%;
		background-image: url(img/mbanner.png);
	}
	.des{
		flex-wrap: wrap;
	}
	.des-img{
		width: 100%;
		height: 176px;
	}
	.newproduct-img{
		width: 100%;
	}
	.user>li{
		flex-wrap: wrap;
	}
	.user-img{
		width: 100%;
	}
	.user-des{
		display: none;
	}
	.user-title{
		font-size: 16px;
		line-height: 30px;
	}
	.imgs-content1{
		flex-wrap: wrap;
	}
	.imgs-content2{
		flex-wrap: wrap;
		height: auto;
		width: 100%;
	}
	.imgs-item1,.img-item4,.img-item5{
		width: 100%;
		height: 200px;
		margin-bottom: 10px;
	}
	.contact{
		flex-wrap: wrap;
		font-size: 16px;
	}
	.contact>div{
		margin-top:10px;
		text-align: center;
		width: 100%;
		padding:10px 0px;
		border-top:1px solid #efefef;
	}
	.contact>div:first-child{
		border:none;
	}
}