.contact .box1{
	margin: 50px 0 0;
}
.contact .box1 .box-t{
	position: relative;
	text-align: left;
}
.contact .box1 .box-t .en,
.contact .box2 .en{
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 16px;
}
.contact .box1 .box-c{
	margin-top: 60px;
}
.contact .box1 .box-c #container{
	height: 500px;
}
.contact .box1 .r{
	position: absolute;
	top: 192px;
	right: 0;
	width: 380px;
	background: rgba(249,6,22,0.7);
	padding: 40px;
	z-index: 2;
}
.contact .box1 .r .title{
	font-size: 24px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	border-bottom: 2px solid #fff;
	padding-bottom: 19px;
}
.contact .box1 .r .list{
	margin-top: 30px;
}
.contact .box1 .r .list .li-title{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.contact .box1 .r .list .li-des{
	font-size: 24px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 20px;
}
.contact .box1 .r .list li:not(:last-child){
	margin-bottom: 20px;
}
.contact .box1 .r .list1{
	/*margin-top: 40px;*/
}
.contact .box1 .r .list1 li{
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	cursor: pointer;
}
.contact .box1 .r .list1 .li-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact .box1 .r .list1 .li-t-l{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.contact .box1 .r .list1 .li-t-l .iconfont{
	margin-right: 20px;
	font-size: 22px;
	margin-right: 15px;
}
.contact .box1 .r .list1 .li-t-r .iconfont{
	font-size: 30px;
	color: #fff;
	display: block;
}
.contact .box1 .r .list1 li.active .li-t-r .iconfont{
	transform: rotate(90deg);
}
.contact .box1 .r .list1 .li-b{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 18px;
	display: none;
}
.contact .box1 .r .list1 li.active .li-b{
	display: block;
}
.contact .box2{
	padding: 78px 0 100px;
}
.contact .box2 .content1400{
	display: flex;
}
.contact .box2 .l{
	
}
.contact .box2 .l .text-box{
	margin-top: 30px;
	border-top: 1px solid rgba(226, 226, 226, 1);
	padding-top: 25px;
}
.contact .box2 .l .text-box .text{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
}
.contact .box2 .l .text-box .phone{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #D90B18;
	line-height: 1;
	margin-top: 10px;
}
.contact .box2 .r{
	flex: 1;
	margin-left: 40px;
}
.contact .box2 .r form{
	width: 850px;
	margin: 0 0 0 auto;
	max-width: 100%;
}
.contact .box2 .r form .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box2 .r form .inputs .input{
	background-color: rgba(247, 247, 247, 1);
	width: 48.23%;
	height: 45px;
	margin-top: 20px;
}
.contact .box2 .r form .inputs .input.textarea{
	width: 100%;
	height: 180px;
}
.contact .box2 .r form .inputs .input input,
.contact .box2 .r form .inputs .input textarea{
	display: block;
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding: 12px 20px;
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	resize: none;
}
.contact .box2 .r .submit{
	width: 190px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D90B18;
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 30px;
}
.contact .box2 .r .submit .iconfont{
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
}
.txt_boxs{
	position: absolute;
	/* background-color: #fff; */
	width: 210px;
	height: 92px;
	bottom: -56px;
}
.amap-marker-label{
	padding: 0;
	border: none;
}
.amap-icon{
	visibility: hidden;
}
@media (max-width:1280px) {
	.contact .box2 .l{
		min-width: 200px;
	}
	.contact .box1 .r{
		padding: 30px;
	}
	.contact .box1 .r .title{
		font-size: 22px;
		padding-bottom: 10px;
	}
	.contact .box1 .r .list .li-des{
		margin-top: 5px;
		font-size: 20px;
	}
	.contact .box1 .r .list li:not(:last-child){
		margin-bottom: 15px;
	}
	.contact .box1 .r .list{
		/*margin-top: 20px;*/
	}
	.contact .box1 .r .list1{
		margin-top: 10px;
	}
	.contact .box1 .r .list1 li{
		padding: 10px 0;
	}
	.contact .box1 .r .list1 .li-t-l{
		font-size: 18px;
	}
	.contact .box1 .r .list1 .li-t-l .iconfont{
		font-size: 20px;
		margin-right: 10px;
	}
	.contact .box1 .r .list1 li.active .li-b{
		margin-top: 8px;
	}
}
@media (max-width: 1199px) {
	.contact .box2 .r form{
		width: 100%;
	}
	.contact .box2 .l{
		width: 200px;
	}
}
@media (max-width: 1024px) {
	.contact .box2{
		padding: 60px 0;
	}
	.contact .box1 .box-c #container{
		height: 400px;
	}
	.contact .box1 .r{
		position: relative;
		top: 0;
		width: 100%;
		margin-top: 30px;
	}
	
	
}
@media (max-width: 768px){
	.contact .box1 .box-c{
		margin-top: 40px;
	}
	.contact .box2{
		padding: 50px 0;
	}
	.contact .box1 .box-t .en, .contact .box2 .en{
		font-size: 22px;
		margin-top: 6px;
	}
	.contact .box1{
		margin: 40px 0 0;
	}
	.contact .box2 .content1400{
		flex-direction: column;
	}
	.contact .box2 .l{
		width: 100%;
		max-width: 100%;
	}
	.contact .box2 .l .text-box{
		margin-top: 20px;
		padding-top: 10px;
	}
	.contact .box2 .r{
		margin-left: 0;
		margin-top: 10px;
	}
	.contact .box2 .r form .inputs .input{
		margin-top: 15px;
		height: 40px;
	}
	.contact .box2 .r form .inputs .input input, .contact .box2 .r form .inputs .input textarea{
		font-size: 14px;
	}
	.contact .box2 .r .submit{
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.contact .box2 .r .submit .iconfont{
		font-size: 20px;
	}
	
}
@media (max-width: 500px) {
	.contact .box1{
		margin-top: 20px;
	}
	.contact .box1 .box-t .en, .contact .box2 .en{
		font-size: 18px;
	}
	.contact .box1 .r{
		margin-top: 20px;
		padding: 30px 20px;
	}
	.contact .box1 .r .title{
		font-size: 18px;
	}
	.contact .box1 .r .list .li-title{
		font-size: 14px;
	}
	.contact .box1 .r .list .li-des{
		font-size: 18px;
	}
	.contact .box1 .r .list1 .li-t-l .iconfont{
		margin-right: 3px;
	}
	.contact .box1 .box-c #container{
		height: 300px;
	}
	.contact .box1 .box-c{
		margin-top: 30px;
	}
	.contact .box2{
		padding: 40px 0;
	}
	.contact .box2 .r form .inputs .input{
		width: 100%;
	}
	.contact .box2 .r form .inputs .input.textarea{
		height: 140px;
	}
}