.banner1{
	text-align: center;
}
.index-title-div .en{
	justify-content: center;
}
.contact .box1{
	padding: 80px 0 78px;
	text-align: center;
}
.contact .box1 .box-c{
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url(../img/contact-box1-bg.jpg);
	background-size: cover;
}
.contact .box1 .box-c .l{
	flex: 1;
	padding-left: 90px;
	text-align: left;
}
.contact .box1 .box-c .l .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.contact .box1 .box-c .l .tel-number{
	font-size: 50px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 20px;
}
.contact .box1 .box-c .l ul{
	margin-top: 22px;
}
.contact .box1 .box-c .l li{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
}
.contact .box1 .box-c .r{
	padding: 60px 50px 44px;
	background-color: rgba(255, 255, 255, .8);
	width: 560px;
	max-width: 100%;
}
.contact .box1 .box-c .r .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box1 .box-c .r .inputs:not(:last-child){
	margin-bottom: 20px;
}
.contact .box1 .box-c .r .input{
	border: 1px solid rgba(160, 160, 160, .7);
	border-radius: 5px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 45px;
}
.contact .box1 .box-c .r .input.textarea{
	height: 120px;
	align-items: flex-start;
	padding: 14px 10px;
}
.contact .box1 .box-c .r .input1{
	width: 47.82%;
}
.contact .box1 .box-c .r .input .iconfont{
	position: relative;
	font-size: 20px;
	color: rgba(153, 153, 153, 1);
	margin-right: 20px;
}
.contact .box1 .box-c .r .input .iconfont::after{
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background: #D1D1D1;
	right: -10px;
}
.contact .box1 .box-c .r .input input,
.contact .box1 .box-c .r .input textarea{
	flex: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	resize: none;
}
.contact .box1 .box-c .r .verify-code{
	cursor: pointer;
}
.contact .box1 .box-c .r .submit{
	height: 45px;
	line-height: 45px;
	background: #0090D7;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	box-shadow: 0 4px 0 0 rgba(0, 127, 189, 1);
	cursor: pointer;
}
.contact .box1 .box-c .r .tips{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 30px;
	text-align: center;
	margin-top: 17px;
}
.contact .box1 .box-b{
	margin-top: 50px;
}
.contact .box1 .box-b #container{
	width: 100%;
	height: 600px;
}
.txt_boxs{
	position: absolute;
	background-color: #fff;
	padding: 20px 20px 38px;
	text-align: right;
	width: 430px;
	box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 15%);
	top: -118px;
}
.txt_boxs:before{
	position: absolute;
	content: "";
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%)rotate(45deg);
	background-color: #fff;
	width: 42px;
	height: 42px;
	background: #FFFFFF;
	/* box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 15%); */
	/* z-index: -1; */
}
.amap-marker-label{
	padding: 0;
	border: none;
}
.amap-marker-label .icon-guanbi1{
	font-size: 20px;
	color: #272536;
	cursor: pointer;
}
.amap-marker-label .logo{
	display: block;
	margin: 0 auto;
}
.amap-marker-label .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	margin-top: 22px;
	text-align: center;
}
@media (max-width:1440px){
	.contact .box1 .box-c .l{
		padding: 0 30px;
	}
}
@media (max-width:1280px) {
	.contact .box1 .box-c .l .title{
		font-size: 26px;
	}
	.contact .box1 .box-c .l .tel-number{
		font-size: 36px;
	}
	.contact .box1 .box-c .r{
		width: 50%;
	}
	.contact .box1 .box-c .r{
		padding: 40px 30px;
	}
}
@media (max-width:1199px) {
	.contact .box1 .box-c .l .title{
		font-size: 24px;
	}
	.contact .box1 .box-c .l .tel-number{
		font-size: 30px;
	}
}
@media (max-width:1024px) {
	.contact .box1 .box-c{
		flex-direction: column;
		padding-bottom: 40px;
	}
	.contact .box1 .box-c .l{
		width: 100%;
		flex: none;
		padding: 40px 30px;
	}
	.contact .box1 .box-b #container{
		height: 500px;
	}
	.contact .box1 .box-c .r{
		width: 560px;
	}
}

@media (max-width: 768px) {
	.contact .box1 .box-b #container{
		height: 400px;
	}
	.contact .box1 .box-c .l .title{
		font-size: 22px;
	}
	.contact .box1 .box-c .l .tel-number{
		font-size: 26px;
	}
	.contact .box1 .box-c{
		margin-top: 40px;
	}
	.contact .box1{
		padding: 60px 0;
	}
}
@media (max-width:500px) {
	.contact .box1{
		padding: 40px 0;
	}
	.contact .box1 .box-c .r .input1{
		width: 100%;
	}
	.contact .box1 .box-c .r .input1:not(:last-child){
		margin-bottom: 10px;
	}
	.contact .box1 .box-c .r .inputs:not(:last-child){
		margin-bottom: 10px;
	}
	.contact .box1 .box-c .r .input{
		height: 40px;
	}
	.contact .box1 .box-c .r .input.textarea{
		height: 100px;
	}
	.contact .box1 .box-c .r .submit{
		height: 40px;
		line-height: 40px;
	}
	.contact .box1 .box-c{
		padding-bottom: 0;
	}
	.contact .box1 .box-c .l{
		padding: 30px 20px;
	}
	.contact .box1 .box-c .l .title{
		font-size: 20px;
	}
	.contact .box1 .box-c .l .tel-number{
		font-size: 24px;
	}
	.contact .box1 .box-c .l ul{
		margin-top: 15px;
	}
	.contact .box1 .box-c{
		margin-top: 25px;
	}
}