@import url("./index.xs.css");
@import url("./index.lg.css");
@media (min-width: 1200px) {
	.wx-img-list{
		display: block;
	}
	.wx-img-lists{
		display: none;
	}
	.product-support{
		font-size: 48px;
	}
	.product-support-line{
		width: 630px;
	}
	.padding-lr{
		padding-left: 18% !important;
		padding-right: 18% !important;
	}
	.title{
		font-size: 40px;
	}
	.content,.des{
		font-size: 40px;
	}
	#map{
		height: 280px;
		margin-left: 1%;
	}
	.address{
		font-size: 28px;
	}
	.address-img{
		width: 32px;
		height: 29px;
		margin-left: 15%;
		bottom: 6px;
	}
	.info{
		display: flex;
		margin-left: 15%;
		position: relative;
	}
	.wx-img-list{
		display: flex;
		padding-right: 30px;
		padding-left: 30px;
	}
	.wx-img-left{
		margin-left: 4%;
	}
	.wx-img{
		width: 240px;
		height: 240px;
	}
	.wx-text{
		width: 240px;
		font-size: 20px;
		padding-top: 2%;
	}
	.wx-gzh{
		position: relative;
		left: 0;
		bottom: 0;
	}
}