.contact .box1{
	padding: 79px 0 100px;
}
.contact .box1 .content1500{
	display: flex;
	justify-content: space-between;
}
.contact .box1 .l{
	width: 46.66%;
}
.contact .box1 .r{
	width: 46.66%;
}
.contact .box1 .l .box-c{
	margin-top: 55px;
}
.contact .box1 .l .text-box{
	border-top: 1px solid rgba(238, 238, 238, 1);
	padding-top: 25px;
}
.contact .box1 .l .text-box:not(:last-child){
	margin-bottom: 40px;
}
.contact .box1 .l .text-box .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.contact .box1 .l .text-box ul{
	margin-top: 30px;
}
.contact .box1 .l .text-box li{
	display: flex;
	font-size: 16px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333;
	line-height: 1;
	align-items: flex-start;
}
.contact .box1 .l .text-box li .text1{
	color: rgba(102, 102, 102, 1);
	flex: 1;
}
.contact .box1 .l .text-box li img{
	margin-right: 10px;
	max-height: 16px;
	max-width: 16px;
}
.contact .box1 .l .text-box li:not(:last-child){
	margin-bottom: 21px;
}
.contact .box1 .form{
	margin-top: 55px;
}
.contact .box1 .form .input-box{
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 10px;
}
.contact .box1 .form .input-box:not(:last-child){
	margin-bottom: 18px;
}
.contact .box1 .form .input-box.active{
	border-color: rgba(17, 17, 17, 1);
}
.contact .box1 .form .input-box .input-r{
	flex: 1;
	margin-left: 16px;
}
.contact .box1 .form .input-box .text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.contact .box1 .form .input-box .text span{
	color: rgba(174, 100, 50, 1);
}
.contact .box1 .form .input-box .input{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	align-items: center;
}

.contact .box1 .form .input-box input,
.contact .box1 .form .input-box textarea{
	width: 100%;
	height: 20px;
	border: none;
	outline: none;
	resize: none;
	flex: 1;
}
.contact .box1 .form .input-box.textarea textarea{
	height: 120px;
}
.contact .box1 .form .input-box .input .verify-code{
	margin-left: 20px;
}
.contact .box1 .form .submit{
	width: 240px;
	height: 60px;
	background: #111111;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 40px;
}
.contact-title .title{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #393939;
	line-height: 1;
}
.contact-title .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin-top: 13px;
}
.contact .box2 img{
    display: block;
    width: 100%;
}
.contact .box2 #map{
	width: 100%;
	height: 600px;
}
.txt_boxs {
	box-sizing: border-box;
	padding: 0 8px;
	width: 160px;
	height: 62px;
	background-image: url(../img/txt_boxs-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	align-items: center;
	margin-left: -23px;
	margin-top: -15px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 50px;
}
.amap-marker-label {
	border: none;
	padding: 0;
	background-color: transparent;
}
@media (max-width:1024px){
	.contact .box1 .content1500{
		flex-direction: column;
	}
	.contact .box1 .l,
	.contact .box1 .r{
		width: 100%;
	}
	.contact .box1 .r{
		margin-top: 50px;
	}
	.contact-title .title{
		font-size: 24px;
	}
}
@media (max-width: 500px){
	.contact .box1 .l .text-box .text-title{
		font-size: 18px;
	}
	.contact .box1 .l .text-box li img{
		max-height: 18px;
		max-width: 18px;
		margin-right: 10px;
		margin-top: 3px;
	}
	.contact .box1 .l .text-box li{
		font-size: 16px;
		line-height: 22px;
	}
	.contact .box1 .l .text-box ul{
		margin-top: 20px;
	}
	.contact .box1 .l .text-box{
		padding-top: 20px;
	}
	.contact .box1 .l .text-box:not(:last-child){
		margin-bottom: 30px;
	}
	.contact .box1 .r{
		margin-top: 40px;
	}
	.contact-title .title{
		font-size: 20px;
	}
	.contact .box1 .l .box-c{
		margin-top: 28px;
	}
	.contact .box1{
		padding: 60px 0;
	}
	.contact .box1 .form .input-box.textarea textarea{
		height: 80px;
	}
	.contact .box1 .form .submit{
		height: 40px;
		line-height: 40px;
	}
}