@media screen and (max-width: 750px){
	body{overflow-x: hidden;}
	.content{width: 100%;}
	.pcFlex,.pcBlock{display: none!important;}
	.mobileFlex{display: flex;}
	.mobileBlock{display: block;}
	
	.title{font-size: .42rem;line-height: 1;font-weight: bold;}
	
	.hShade{display: none;justify-content: center;align-items: center;background: rgba(0,0,0,.8);position: fixed;top: 0;bottom: 0;right: 0;left: 0;flex-direction: column;font-size: .38rem;z-index: 2;}
	.hShade.active{display: flex;}
	.hShade .btn{margin-bottom: .98rem;color: #cecece;}
	.hSClose{position: fixed;right: .38rem;top: 1.65rem;width: .36rem;}
	.mHeaderBox{width: 100%;position: fixed;top: 0;z-index: 2;height: 1rem;}
	.mHeaderBox>img{width: 100%;position: absolute;top: 0;left: 0;}
	.mHeaderBox .hoverHeader{position: absolute;top: 0;left: 0;opacity: 0;}
	.hMenu{width: 1rem;height: 1rem;position: absolute;right: 0;top: 0;}
	
	.banner{height: 8.6rem;}
	.swiper-pagination-bullet{width: .14rem;height: .14rem;}
	.swiper-pagination-bullet-active{background: linear-gradient(90deg,#fff, rgba(255,255,255,.5));border-radius: .07rem;width: .51rem;}
	
	.imgItemBox{padding: .84rem .37rem .4rem;}
	.imgItemBox .imgItem{margin-bottom: .5rem;width: 50%;font-size: .24rem;margin-right: 0;padding: 0 .37rem;}
	.imgItemBox .imgItem>.icon{height: 1.38rem;margin-bottom: .26rem;}
	.imgItemBox .imgTitle{font-size: .3rem;margin-bottom: .28rem;}
	.imgItemBox .imgItem .txt{-webkit-line-clamp: 4;margin-bottom: .2rem;}
	.imgItemBox .imgItemBottom{width: .35rem;height: .35rem;}
	
	.shopProcess{padding: .92rem .4rem 1.3rem;text-align: center;}
	.shopProcess .title{margin-bottom: .64rem;}
	
	.solutionBox{padding: .74rem .56rem .8rem;text-align: center;}
	.solutionBox .title{margin-bottom: .72rem;}
	.solutionBox .solution{width: 100%;margin-bottom: .52rem;}
	.solutionListBox{width: 100%;}
	.solutionListBox.mobileFlex{margin-top: .44rem;}
	.solutionListBox .solutionList{width: 2.62rem;font-size: .22rem;}
	.solutionListBox .soTitle{font-size: .26rem;margin-bottom: .12rem;}
	.solutionListBox .soTxt{-webkit-line-clamp: 3;}
	
	.productBox{padding: 0 .4rem 0;width: 100%;height: 8.64rem;}
	.productBox .swiper-slide{display: block;}
	.productBox .product{width: 47%;height: 3.4rem;float: left;margin-right: 3%;margin-bottom: .32rem;}
	.productBox .product:nth-child(2n){margin-right: 0;}
	.productBox .product .imgBox{height: 2.3rem;}
	.productBox .product .proText{padding: .22rem .2rem;font-size: .2rem;color: #666;line-height: 1;text-align: center;}
	.productBox .product .proTitle{font-size: .24rem;margin-bottom: .16rem;}
	
	.productBox .swiper-pagination-bullets{bottom: 1.08rem;height: .18rem;}
	.productBox .swiper-pagination-bullet{width: .12rem;height: .12rem;}
	.productBox .swiper-pagination-bullet-active{width: .16rem;height: .16rem;}
	
	.footer{padding: .6rem 0 .36rem;text-align: center;color: #bbbbbb;font-size: .18rem;background: #333;flex-direction: column;justify-content: center;align-items: center;}
	.footer>div{display: flex;flex-direction: column;justify-content: center;align-items: center;line-height: 1;}
	.footer .footerBox0 .fLogo{width: 1.63rem;margin-bottom: .15rem;}
	.footer .footerBox1{font-size: .24rem;margin: .7rem 0 .44rem;}
	.footer .footerBox1 p{font-size: .42rem;color: #fff;font-weight: bold;margin-top: .1rem;}
	.footer .footerBox2{font-size: .2rem;padding-bottom: .36rem;line-height: .25rem;}
}