/* 移动端兼容弄 */
@media screen and (max-width: 767px){
	.webNav .navbar{
		width: 100%;
	}
	.webNav .xs-logo{
		float: left;
		width: 75%;
		height: 50px;
		line-height: 50px;
		padding-left: 10px;
	}
	.webNav .xs-logo img{
		width: auto;
		max-width: 100%;
	}
	.webNav .navbar-nav{
		margin: 0;
		display: block;
		height: auto;
		text-align: center;
	}
	.webContent{
		padding: 0 5px;
	}
	.webContent .webCharact{
		width: 100%;
	}
	.webContent .webType{
		width: 100%;
		padding-top: 25px;
	}
	.webContent .webActive .webActive-wrap{
		width: 100%;
	}
	.webContent .Brand .Brand-wrap{
		width: 100%;
	}
	.webContent .BrandStory{
		width: 100%;
	}
	.webContent .webFoot .webFoot-wrap{
		width: 100%;
		padding: 25px 10px 15px 15px;
	}
	.webContent .webType .webType-item{
		grid-template-columns: repeat(2, 49%);
		grid-gap: 6px;
		margin-top: 25px;
	}
	.webContent .BrandStory .BrandStory-wrap .Story-item{
		grid-template-columns: repeat(1, 100%);
		grid-row-gap: 15px;
	}
	.webContent .webType .text-center{
		margin-top: 1px;
	}
	.webContent .webType .webType-item .webType-list{
		padding: 20px 15px;
		height: 350px;
	}
	.webContent .webType .webType-item .webType-list .product-tit{
		margin-top: 5px;
	}
	.webContent .webActive{
		margin-top: 25px;
		padding-top: 25px;
	}
	.webContent .webActive .webActive-wrap ul{
		height: auto;
	}
	.webContent .webActive .webActive-wrap ul .Active h3{
		margin-top: 25px;
	}
	.webContent .webActive .webActive-wrap ul .Active .der{
		margin-bottom: 30px;
	}
	.webContent .successCase .success-wrap{
		margin-top: 25px;
	}
	.webContent .successCase .success-wrap .case-wrap{
		height: auto;
	}
	.webContent .successCase .success-wrap .case-wrap .img-wrap{
		height: 135px;
		padding: 10px;
	}
	.webContent .successCase .success-wrap .case-wrap .case-info{
		padding: 15px 10px;
		height: 160px;
	}
	.webContent .Brand .Brand-wrap .BrandCon{
		margin-top: 25px;
	}
	.webContent .BrandStory .BrandStory-wrap .Story-item a.Story-list{
		padding-bottom: 15px;
	}
	.webContent .BrandStory .BrandStory-wrap{
		margin-bottom: 25px;
	}
	.Foot{
		padding: 0;
	}
	.webContent .webType .page{
		margin-top: 25px;
	}
	
	#exzoom{
		width: 100%;
	}
	.webContent .webType .prodcut-detail{
		margin: 0 0 25px 0;
	}
	.webContent .webType .productCan{
		margin-top: 25px;
	}
	.webContent .webType .prodcut-detail .product-info{
		margin-left: 0;
	}
	.webContent .webType .prodcut-detail .product-info .prodGet{
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.webContent .successCase .success-wrap.Case .Case-wrap{
		grid-template-columns: repeat(2, 49%);
		grid-gap: 6px;
	}
	.webContent .showUs .showUs-wrap{
		width: 100%;
	}
	.webContent .aboutUs .img-wrap{
		width: 100%;
		height:235px;
	}
	.webContent .webFoot .webFoot-wrap .img-wrap{
		display:block;
	}
	.webContent .showUs .showUs-wrap h3 span i{
		top: -10px;
		left: 65px;
	}
	.webContent .showUs .showUs-wrap .conpyTel .boxTel{
		width: 75%;
		align-items: center;
		background-size: contain;
	}
	
}