.contact{
	margin-top: 40px;
}
.contact .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.contact .box1 .box-c .l{
	width: 54.28%;
}
.contact .box1 .box-c .l .pic img{
	width: 100%;
	display: block;
}
.contact .box1 .box-c .r{
	padding-top: 49px;
	max-width: 43%;
	width: 540px;
	background-image: url(../img/about-box1-bg.png);
	background-size: cover;
}
.contact .box1 .box-c .r .title{
	position: relative;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
}
.contact .box1 .box-c .r .title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 60px;
	height: 3px;
	background: #4C86C3;
}
.contact .box1 .box-c .r ul{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-top: 55px;
}
.contact .box1 .box-c .r ul li:not(:last-child){
	margin-bottom: 40px;
}
.contact .box1 .box-c .r ul li .iconfont{
	color: rgba(102, 102, 102, 1);
	font-size: 18px;
}
.contact .box2{
	margin: 87px 0 40px;
}
.contact .box2 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box2 .list li{
	width: 48.57%;
	background-color: rgba(246, 247, 251, 1);
	margin-bottom: 40px;
	padding: 40px 40px 33px;
	background-image: url(../img/contact-box2-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact .box2 .list li .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.contact .box2 .list li .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 38px;
}
.contact .box2 .list li .text p:not(:last-child){
	margin-bottom: 6px;
}
@media (max-width:1280px) {
	.contact .box1 .box-c .r{
		padding-top: 0;
	}
	.contact .box1 .box-c .r .title{
		font-size: 26px;
	}
}
@media (max-width:1024px) {
	.contact .box1 .box-c{
		flex-direction: column;
	}
	.contact .box1 .box-c .l{
		width: 100%;
	}
	.contact .box1 .box-c .r{
		margin-top: 40px;
		width: 100%;
		max-width: 100%;
	}
	.contact .box1 .box-c .r ul{
		margin-top: 20px;
	}
	.contact .box1 .box-c .r ul li:not(:last-child){
		margin-bottom: 15px;
	}
	.contact .box2{
		margin: 60px 0 20px;
	}
	.contact .box2 .list li{
		padding: 25px 20px;
	}
	.contact .box2 .list li .text-title{
		font-size: 22px;
	}
	.contact .box2 .list li .text{
		margin-top: 14px;
	}
}
@media (max-width:768px) {
	.contact .box1 .box-c .r .title{
		font-size: 24px;
	}
	.contact .box2 .list li{
		width: 100%;
		margin-bottom: 20px;
	}
	.contact .box2{
		margin-top: 50px;
	}
	.contact{
		margin-top: 30px;
	}
	.contact .box1 .box-c .r{
		margin-top: 25px;
	}
}
@media (max-width:500px) {
	.contact .box1 .box-c .r .title{
		font-size: 20px;
	}
	.contact .box2{
		margin-top: 40px;
	}
	.contact .box2 .list li .text-title{
		font-size: 20px;
	}
	.contact .box1 .box-c .r ul{
		font-size: 16px;
	}
	.contact{
		margin-top: 20px;
	}
}