@media screen and (max-width: 768px) {
	.con1 {
		width: 98%;
		height: auto;
		margin: 0 auto;
	}
	/*第十二块内容*/
	.conBox12 {
		width: 100%;
		margin: 1% auto 1% auto;
	}
	.con12 {
		width: 98%;
	}

	/*第十三块内容*/
	.conBox13 {
		width: 100%;
		margin: 1% auto 1% auto;
	}
	.con13 {
		width: 98%;
	}
	.footer {
		width: 100%;
		height: auto;
		background-color: #222222;
		text-align: center;
	}
	.smallfooter {
		width: 100%;
		height: 389px;
		background-color: #222222;
		margin: 0 auto;
	}
	.img1 {
		width: 32.3%;
	}
	.img2 {
		width: 32.3%;
	}
	.img3 {
		width: 32.3%;
	}
	.Ewm {
		/* display: none; */
	}
	.social-share .social-share-icon {
		width: 23px !important;
		height: 23px !important;
		font-size: 20px !important;
		border-radius: 50% !important;
		line-height: 23px !important;
	}
}