.contact .box1{
	margin-top: 53px;
}
.contact .box1 .index-title{
	text-align: center;
}
.contact .box1 .box-c{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box1 .box-c .l{
	width: 39.28%;
	padding-right: 35px;
}
.contact .box1 .box-c .l .zh{
	color: rgba(51, 51, 51, 1) !important;
}
.contact .box1 .box-c .l .en{
	color: rgba(153, 153, 153, 1) !important;
}
.contact .box1 .box-c .l .list{
	margin-top: 40px;
	display: inline-block;
}
.contact .box1 .box-c .l .list li{
	padding: 30px 0;
	border-bottom: 1px solid rgba(233, 233, 233, 1);
}
.contact .box1 .box-c .l .li-title{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.contact .box1 .box-c .l .li-des{
	display: flex;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 16px;
}
.contact .box1 .box-c .l .list li .iconfont{
	font-size: 20px;
	color: RGBA(191, 191, 191, 1);
	margin-right: 12px;
}
.contact .box1 .box-c .l .list li .text{
	flex: 1;
}
.contact .box1 .box-c .r{
	width: 60.71%;
	height: 480px;
}
.contact .box1 .box-c .r #container{
	height: 100%;
	width: 100%;
}
.txt_boxs{
	position: absolute;
	/* background-color: #fff; */
	width: 210px;
	height: 94px;
	bottom: -56px;
	background-image: url(../img/txt_boxs.png);
	width: 360px;
	height: 140px;
	padding-top: 24px;
}
.txt_boxs .logo{
	display: block;
	margin: 0 auto;
}
.txt_boxs .text{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	opacity: 0.8;
	width: 215px;
	margin: 12px auto 0;
	white-space: break-spaces;
	text-align: center;
}
.amap-marker-label{
	padding: 0;
	border: none;
}
.amap-icon{
	visibility: hidden;
}
.contact .box2{
	margin: 70px 0 100px;
}
.contact .box2 .box-c{
	border-radius: 15px;
	background-image: url(../img/contact-box2-bg.jpg);
	background-size: cover;
	height: 360px;
	display: flex;
	align-items: center;
	padding: 0 94px;
}
.contact .box2 .box-c .l .zh,
.contact .box1 .box-c .l .zh{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.contact .box2 .box-c .l .en,
.contact .box1 .box-c .l .en{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	opacity: 0.7;
	/* text-transform: uppercase; */
	margin-top: 13px;
}
.contact .box2 .box-c .r{
	display: flex;
	align-items: center;
	margin-left: 277px;
}
.contact .box2 .box-c .r .icon{
	width: 50px;
	height: 50px;
	border: 1px solid #F08200;
	border-radius: 50%;
	color: #F08200;
	line-height: 48px;
	text-align: center;
}
.contact .box2 .box-c .r .icon .icon-youxiang{
	font-size: 30px;
}
.contact .box2 .box-c .r .r-text-box{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	margin-left: 20px;
	flex: 1;
}
.contact .box2 .box-c .r .r-text-box a{
	color: #F08200;
}
.contact .box3{
	margin-bottom: 120px;
}
.contact .box3 .box-c{
	margin-top: 50px;
}
.contact .box3 .index-title{
	text-align: center;
}
.contact .box3 .box-c .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.contact .box3 .box-c .inputs .input{
	display: flex;
	width: 49.28%;
	align-items: center;
	margin-bottom: 20px;
}
.contact .box3 .box-c .inputs .input .input-box{
	position: relative;
	flex: 1;
	display: flex;
	padding: 0 13px 0 20px;
	background-color: rgba(245, 245, 245, 1);
	align-items: center;
	height: 56px;
}
.contact .box3 .box-c .inputs .input .input-box input,
.contact .box3 .box-c .inputs .input .input-box textarea{
	flex: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
}
.contact .box3 .box-c .inputs .input .input-box .iconfont{
	font-size: 20px;
	color: #909090;
	padding-right: 10px;
	border-right: 1px solid rgba(209, 209, 209, 1);
	margin-right: 8px;
}
.contact .box3 .box-c .inputs .input.textarea{
	width: 100%;
}
.contact .box3 .box-c .inputs .input.textarea .input-box{
	height: 200px;
	padding-top: 17px;
} 
.contact .box3 .box-c .inputs .input.textarea .icon-liuyan{
	position: absolute;
	top: 15px;
	left: 20px;
}
.contact .box3 .box-c .inputs .input.textarea textarea{
	text-indent: 40px;
	resize: none;
}
.contact .box3 .box-c .inputs .submit{
	width: 200px;
	height: 56px;
	background: rgba(30, 33, 136, 1);
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
	margin-left: 30px;
	cursor: pointer;
	border-radius: 28px;
	text-align: center;
}
.contact .box3 .box-c .close{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	color: rgba(30, 33, 136, 1);
}
.contact .box3 .box-c .close .iconfont{
	font-size: 30px;
}
@media (max-width:1360px) {
	.contact .box2 .box-c{
		padding: 0 60px;
		justify-content: space-between;
	}
	.contact .box2 .box-c .r{
		margin-left: 0;
	}
}
@media (max-width: 1280px) {
	.contact .box2 .box-c .l .zh, .contact .box1 .box-c .l .zh{
		font-size: 28px;
	}
}
@media (max-width: 1199px) {
	.contact .box2 .box-c .l .zh, .contact .box1 .box-c .l .zh{
		font-size: 26px;
	}
	.contact .box1 .box-c .l .list{
		margin-top: 25px;
	}
	.contact .box1 .box-c .l .list li{
		padding: 20px 0;
	}
}
@media (max-width:1024px) {
	.contact .box1 .box-c{
		margin-top: 40px;
		flex-direction: column;
	}
	.contact .box1 .box-c .l{
		width: 100%;
		padding-right: 0;
	}
	.contact .box1 .box-c .r{
		width: 100%;
		margin-top: 35px;
	}
	.contact .box1 .box-c .l .list{
		display: block;
	}
	.contact .box2 .box-c .l .zh, .contact .box1 .box-c .l .zh{
		font-size: 24px;
	}
	.contact .box3 .box-c .inputs .input:last-child{
		width: 100%;
	}
	.contact .box1 .box-c .l .li-des{
		margin-top: 8px;
	}
	.contact .box2{
		margin: 60px 0;
	}
	.contact .box2 .box-c{
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height: auto;
		padding: 60px 40px;
	}
	.contact .box3 .box-c{
		margin-top: 40px;
	}
	.contact .box2 .box-c .r{
		margin-top: 25px;
	}
	.contact .box2 .box-c .r .r-text-box{
		font-size: 22px;
	}
	.contact .box3{
		margin-bottom: 60px;
	}
}
@media (max-width:768px) {
	.contact .box2 .box-c{
		padding: 50px 30px;
	}
	.contact .box3{
		margin-bottom: 50px;
	}
	.contact .box2 .box-c .l .zh, .contact .box1 .box-c .l .zh{
		font-size: 22px;
	}
	.contact .box3 .box-c .inputs .submit{
		width: 140px;
	}
	.contact .box1{
		margin-top: 35px;
	}
	.contact .box1 .box-c{
		margin-top: 30px;
	}
	.contact .box2 .box-c .r .icon{
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.contact .box2 .box-c .r .icon .icon-youxiang{
		font-size: 24px;
	}
	.contact .box2 .box-c .r .r-text-box{
		font-size: 18px;
	}
	.contact .box2 .box-c .l .en, .contact .box1 .box-c .l .en{
		font-size: 16px;
		margin-top: 6px;
	}
	.contact .box2{
		margin: 50px 0;
	}
	.contact .box3 .box-c{
		margin-top: 30px;
	}
	.contact .box2 .box-c .r .r-text-box{
		margin-left: 10px;
	}
	.contact .box1 .box-c .l .list{
		margin-top: 0;
	}
	.contact .box1 .box-c .l .li-des{
		line-height: 26px;
	}
}
@media (max-width:500px) {
	.contact .box1 .box-c .l .li-title{
		font-size: 16px;
	}
	.contact .box1 .box-c .l .list li{
		padding: 15px 0;
	}
	.contact .box2 .box-c .r .r-text-box{
		font-size: 16px;
		margin-left: 5px;
	}
	.contact .box2 .box-c .r{
		margin-top: 15px;
	}
	.contact .box2 .box-c .r .icon{
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.contact .box2 .box-c .r .icon .icon-youxiang{
		font-size: 20px;
	}
	.contact .box3 .box-c{
		margin-top: 25px;
	}
	.contact .box2{
		margin: 40px 0;
	}
	.contact .box1 .box-c{
		margin-top: 20px;
	}
	.contact .box1{
		margin-top: 25px;
	}
	.contact .box2 .box-c{
		padding: 30px 15px;
	}
	.contact .box3{
		margin-bottom: 40px;
	}
	.contact .box2 .box-c .l .zh, .contact .box1 .box-c .l .zh{
		font-size: 20px;
	}
	.contact .box3 .box-c .inputs .input{
			width: 100%;
	}
	.contact .box3 .box-c .inputs .input .input-box{
		height: 40px;
	}
	.contact .box3 .box-c .inputs .submit{
		height: 40px;
		line-height: 40px;
		margin-left: 5px;
		font-size: 14px;
		width: 100px;
	}
	.contact .box3 .box-c .inputs .input .input-box{
		padding: 0 13px;
	}
	.contact .box3 .box-c .inputs .input.textarea .icon-liuyan{
		left: 13px;
	}
}