.contact .box1{
	padding: 100px 0 95px;
}
.contact .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.contact .box1 .box-c .l{
	width: 540px;
	max-width: 45%;
}
.contact .box1 .box-c .l li:not(:last-child){
	margin-bottom: 45px;
}
.contact .box1 .box-c .l .li-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	color: #666666;
	margin-bottom: 10px;
}
.contact .box1 .box-c .l .li-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}
.contact .box1 .box-c .l .phone{
	display: inline-block;
	font-family: Rany-Bold;
	background: linear-gradient(-72deg, #1A64D1 0%, #094AAA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
}
.contact .box1 .box-c .l .email{
	font-family: Rany;
	font-weight: 300;
	color: #222222;
	line-height: 1;
}
.contact .box1 .box-c .r{
	width: 50%;
}
.contact .box1 .box-c .r-t{
	display: flex;
	gap: 0 60px;
	border-bottom: 2px solid rgba(224, 234, 244, 1);
}
.contact .box1 .box-c .r-t a{
	position: relative;
	font-family: HarmonyOS Sans SC;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	line-height: 1;
	padding-bottom: 30px;
}
.contact .box1 .box-c .r-t a::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: #0B4CAE;
	opacity: 0;
}
.contact .box1 .box-c .r-t a.active::before{
	opacity: 1;
}
.contact .box1 .box-c .r-t a.active,
.contact .box1 .box-c .r-t a:hover{
	color: #0B4CAE;
}
.contact .box1 .box-c .r-t a.active{
	font-weight: bold;
}
.contact .box1 .box-c .r-c{
	margin-top: 60px;
}
.contact .box1 .box-c .r-c .item{
	display: none;
}
.contact .box1 .box-c .r-c  .item.active{
	display: block;
	animation: fadeInUpSmall 1s forwards;
}
.contact .box1 .box-c .r-c li{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.contact .box1 .box-c .r-c li span{
	font-family: Rany;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	text-transform: uppercase;
}
.contact .box1 .box-c .r-c li:not(:last-child){
	margin-bottom: 27px;
}
.contact .box2{
	padding: 100px 0 140px;
	background: url(../img/contact-box2-bg.jpg);
	background-size: cover;
}
.contact .box2 .box-c{
	margin-top: 60px;
}
.contact .box2 .box-c .inputs{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.contact .box2 .box-c .inputs .input{
	display: flex;
	align-items: center;
	padding: 0 22px;
	border: 1px solid #999999;
	border-radius: 5px;
}
.contact .box2 .box-c .inputs .input label{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}
.contact .box2 .box-c .inputs .input textarea,
.contact .box2 .box-c .inputs .input input{
	height: 80px;
	border: none;
	outline: none;
	flex: 1;
	width: 100%;
	margin-left: 20px;
	font-family: HarmonyOS Sans SC;
	background-color: transparent;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	resize: none;
}
.contact .box2 .box-c .inputs .input.textarea{
	grid-column: 1 / 3;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 15px;
	padding-bottom: 15px;
}
.contact .box2 .box-c .inputs .input textarea{
	height: 150px;
	margin-left: 0;
}
.contact .box2 .box-c .submit{
	width: 270px;
	line-height: 80px;
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
	border-radius: 5px;
	margin-top: 55px;
	text-align: center;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}
@media (max-width:1440px) {
	.contact .box2{
		padding: 100px 0;
	}
}
@media (max-width:1280px) {
	.contact .box1 .box-c .r-t{
		gap: 0 40px;
	}
	.contact .box1 .box-c .r-t a{
		padding-bottom: 20px;
	}
}
@media (max-width:1199px) {
	.contact .box1 .box-c .r-t{
		gap: 0 30px;
	}
	.contact .box2,
	.contact .box1{
		padding: 70px 0;
	}
	.contact .box2 .box-c,
	.contact .box1 .box-c .r-c{
		margin-top: 45px;
	}
}
@media (max-width: 1024px) {
	.contact .box1 .box-c .l{
		width: 40%;
	}
	.contact .box1 .box-c .r{
		width: 57%;
	}
	.contact .box1 .box-c .r-t{
		gap: 20px;
	}
	.contact .box1 .box-c .r-t a{
		padding-bottom: 10px;
	}
	.contact .box1 .box-c .r-c li:not(:last-child){
		margin-bottom: 14px;
	}
	.contact .box1 .box-c .r-c li span{
		font-size: 20px;
	}
	.contact .box1 .box-c .r-t a,
	.contact .box1 .box-c .r-c li,
	.contact .box1 .box-c .l .li-des,
	.contact .box1 .box-c .l .li-title{
		font-size: 16px;
	}
	.contact .box2,
	.contact .box1{
		padding: 60px 0;
	}
	.contact .box2 .box-c,
	.contact .box1 .box-c .r-c{
		margin-top: 40px;
	}
	.contact .box1 .box-c .l li:not(:last-child){
		margin-bottom: 40px;
	}
	.contact .box2 .box-c .inputs .input textarea, .contact .box2 .box-c .inputs .input input{
		height: 60px;
	}
	.contact .box2 .box-c .submit{
		line-height: 60px;
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.contact .box2 .box-c .submit{
		margin-top: 25px;
	}
	.contact .box2 .box-c .inputs{
		grid-template-columns: repeat(1,1fr);
	}
	.contact .box2 .box-c .inputs .input.textarea{
		grid-column: 1/2;
	}
	.contact .box2 .box-c .inputs .input textarea, .contact .box2 .box-c .inputs .input input{
		height: 50px;
	}
	.contact .box2 .box-c .submit{
		width: 200px;
		line-height: 50px;
		margin-top: 30px;
	}
	.contact .box2 .box-c .inputs .input label{
		font-size: 16px;
	}
	.contact .box2 .box-c .inputs .input{
		padding: 0 15px;
	}
	.contact .box1 .box-c{
		flex-direction: column;
	}
	.contact .box1 .box-c .l,
	.contact .box1 .box-c .r{
		width: 100%;
		max-width: 100%;
	}
	.contact .box2,
	.contact .box1{
		padding: 50px 0;
	}
	.contact .box2 .box-c,
	.contact .box1 .box-c .r-c{
		margin-top: 30px;
	}
	.contact .box1 .box-c .l li:not(:last-child){
		margin-bottom: 25px;
	}
	.contact .box1 .box-c .r{
		margin-top: 35px;
	}
}
@media (max-width: 500px) {
	.contact .box1 .box-c .r-c li:not(:last-child){
		margin-bottom: 10px;
	}
	.contact .box1 .box-c .r{
		margin-top: 25px;
	}
	.contact .box2,
	.contact .box1{
		padding: 40px 0;
	}
	.contact .box2 .box-c{
		margin-top: 25px;
	}
	.contact .box1 .box-c .r-c{
		margin-top: 20px;
	}
	.contact .box1 .box-c .l li:not(:last-child){
		margin-bottom: 20px;
	}
}