body{
	background-color: RGBA(243, 248, 255, 1);
}
.contact{
	padding: 80px 0 0;
}
.contact .box1 .box-c{
	width: calc(100% - 300px);
}
.contact .box1 .box-c .list{
	width: 850px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 19px 0;
	max-width: 100%;
}
.contact .box1 .box-c .list li{
	width: 48%;
}
.contact .box1 .box-c .list li .li-box{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 30px;
}
.contact .box1 .box-c .list li .li-box .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: linear-gradient(-150deg, #0A83EB, #50A9F5);
	box-shadow: 5px 9px 30px 0px rgba(10,131,235,0.3);
	border-radius: 50%;
	color: #fff;
}
.contact .box1 .box-c .list li .li-box .text{
	flex: 1;
	margin-left: 9px;
}
.contact .box1 .box-c .list li .tel{
	font-size: 48px;
	font-family: Rany-Bold;
	color: #0A83EB;
	line-height: 1;
}
.contact .box2{
	margin-top: 155px;
	padding: 100px 0 491px;
	background-color: #fff;
}
.contact .box2 .common-title{
	text-align: left;
	color: #333;
	font-weight: 300;
}	
.contact .box2 .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-top: 49px;
}
.contact .box2  .box-c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box2  .box-c .l{
	width: 440px;
}
.contact .box2  .box-c .r{
	flex: 1;
}
.contact .box2  .box-c .r .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box2  .box-c .r .inputs .input{
	width: 48.95%;
	margin-bottom: 20px;
	height: 70px;
}
.contact .box2  .box-c .r .inputs input,
.contact .box2  .box-c .r .inputs textarea{
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	resize: none;
	outline: none;
	padding: 20px 24px;
	display: block;
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333;
	line-height: 30px;
	height: 100%;
}
.contact .box2  .box-c .r .inputs .input.textarea{
	height: 306px;
	width: 100%;
}
.contact .box2  .box-c .r .inputs textarea::placeholder,
.contact .box2  .box-c .r .inputs input::placeholder{
	color: #999;
}
.contact .box2  .box-c .r .submit{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 70px;
	background: linear-gradient(-150deg, #0A83EB, #50A9F5);
	box-shadow: 5px 9px 30px 0px rgba(10,131,235,0.3);
	border-radius: 5px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 37px;
	cursor: pointer;
}
@media (max-width: 1199px) {
	.contact{
		padding: 80px 0 0;
	}
	.contact .box2{
		padding: 80px 0;
	}
	.contact .box2{
		margin-top: 80px;
	}
	.contact .box2 .box-c .l{
		width: 380px;
	}
	.contact .box1 .box-c .list li .tel{
		font-size: 40px;
	}
	.contact .box1 .box-c{
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.contact .box1 .box-c .list li .tel{
		font-size: 30px;
	}
	.contact{
		padding: 70px 0 0;
	}
	.contact .box2{
		padding: 70px 0;
	}
	.contact .box2{
		margin-top: 70px;
	}
	.contact .box2 .box-c{
		flex-direction: column;
	}
	.contact .box2 .box-c .l{
		width: 100%;
	}
	.contact .box2 .des{
		margin-top: 10px;
	}
	.contact .box2 .box-c .r{
		margin-top: 30px;
	}
	.contact .box2 .box-c .r .inputs .input{
		height: 50px;
	}
	.contact .box2 .box-c .r .inputs input, .contact .box2 .box-c .r .inputs textarea{
		padding: 15px 20px;
		font-size: 16px;
	}
	.contact .box2 .box-c .r .submit{
		margin-top: 17px;
		width: 150px;
		height: 50px;
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.contact .box1 .box-c .list li .li-box{
		font-size: 16px;
	}
	.contact .box1 .box-c .list li .tel{
		font-size: 26px;
	}
	.contact .box1 .box-c .list li{
		width: 100%;
	}
	.contact{
		padding: 60px 0 0;
	}
	.contact .box2{
		padding: 60px 0;
	}
	.contact .box2{
		margin-top: 60px;
	}
}
@media (max-width: 500px) {
	.contact .box1 .box-c .list li .tel{
		font-size: 24px;
	}
	.contact .box2 .box-c .r .inputs .input{
		width: 100%;
		height: 45px;
	}
	.contact .box2 .box-c .r .submit{
		margin-top: 0;
	}
	.contact{
		padding: 50px 0 0;
	}
	.contact .box2{
		padding: 50px 0;
	}
	.contact .box2{
		margin-top: 50px;
	}
	.contact .box2 .box-c .r .inputs .input.textarea{
		height: 200px;
	}
}