.contact{
	padding: 100px 0 250px;
	background-color: RGBA(250, 250, 250, 1);
}
.contact .box1 .img{
	margin-top: 75px;
}
.contact .box2{
	margin-top: 116px;
}
.contact .box2 .box-c{
	display: flex;
	justify-content: space-between;
}
.contact .box2 .box-c .l,
.contact .box2 .box-c .r{
	width: 47.14%;
}
.contact .box2 .box-c .title{
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	padding-bottom: 30px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.contact .box2 .box-c .l .list li{
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.contact .box2 .box-c .l .list li a{
	padding: 35px 0;
	display: flex;
	align-items: center;
}
.contact .box2 .box-c .l .list li .icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #333333;
	border-radius: 50%;
	margin-right: 15px;
}
.contact .box2 .box-c .l .list li .icon .iconfont{
	font-size: 30px;
	color: #fff;
}
.contact .box2 .box-c .l .list li .text-box{
	flex: 1;
}
.contact .box2 .box-c .l .list li .icon-youjiantou11{
	margin-left: 20px;
	color: #333;
	font-weight: bold;
}
.contact .box2 .box-c .l .list .text-title{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-bottom: 20px;
}
.contact .box2 .box-c .l .list .text-des{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.contact .box2 .box-c .r .ewm-box{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.contact .box2 .box-c .r .ewm-box .text-box{
	margin-left: 23px;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
@media (max-width:1440px) {
	.contact .box2 .box-c .title{
		font-size: 28px;
	}
}
@media (max-width:1280px) {
	.contact .box2 .box-c .title{
		font-size: 26px;
		padding-bottom: 20px;
	}
}
@media (max-width:1199px) {
	.contact{
		padding: 70px 0;
	}
	.contact .box2{
		margin-top: 60px;
	}
	.contact .box1 .img{
		margin-top: 45px;
	}
}
@media (max-width:1024px) {
	.contact{
		padding: 60px 0;
	}
	.contact .box2{
		margin-top: 50px;
	}
	.contact .box2 .box-c .title{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.contact .box1 .img{
		margin-top: 40px;
	}
	.contact .box2 .box-c .r .ewm-box img{
		width: 170px;
	}
	.contact .box2 .box-c .l .list li .icon{
		width: 45px;
		height: 45px;
		line-height: 45px;
		text-align: center;
	}
	.contact .box2 .box-c .l .list li .icon .iconfont{
		font-size: 24px;
	}
	.contact .box2 .box-c .l .list li a{
		padding: 20px 0;
	}
	.contact .box2 .box-c .l .list .text-title{
		margin-bottom: 10px;
	}
	.contact .box2 .box-c .l .list .text-des{
		font-size: 20px;
	}
	.contact .box2 .box-c .r .ewm-box .text-box{
		margin-left: 15px;
		font-size: 16px;
	}
}
@media (max-width: 768px){
	.contact .box1 .img{
		margin-top: 35px;
	}
	.contact .box2,
	.contact .box2 .box-c .r{
		margin-top: 40px;
	}
	.contact{
		padding: 50px 0;
	}
	.contact .box2 .box-c{
		flex-direction: column;
	}
	.contact .box2 .box-c .l, .contact .box2 .box-c .r{
		width: 100%;
	}
	.contact .box2 .box-c .r .ewm-box{
		margin-top: 20px;
	}
}
@media (max-width:500px) {
	.contact{
		padding: 30px 0;
	}
	.contact .box2 .box-c .title{
		font-size: 22px;
	}
	.contact .box1 .img{
		margin-top: 30px;
	}
	.contact .box2,.contact .box2 .box-c .r{
		margin-top: 30px;
	}
}