.contact .box1{
	padding: 80px 0 86px;
} 
.contact .box1 .zh{
	text-align: center;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.contact .box1 .en{
	text-align: center;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 15px;
	text-transform: uppercase;
}
.contact .box1 .map{
	position: relative;
	margin-top: 61px;
	/* height: 514px; */
}
.contact .box1 .map #container{
	width: 100%;
	height: 514px;
}
.contact .box1 .map .map-box{
    display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 32.8%;
	height: 100%;
	background: linear-gradient(to right, #85ADF2,#4176D2 );
	padding: 40px 53px 19px 42px;
	color: #fff;
}
.contact .box1 .map .map-box.active{
    display: block;
}
.contact .box1 .map .map-box .name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 37px;
}
.contact .box1 .map .map-box ul{
	padding-bottom: 32px;
	/* border-bottom: 1px dashed  #fff; */
}
.contact .box1 .map .map-box li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 27px;
}
.contact .box1 .map .map-box li:last-child{
	margin-bottom: 0;
}
.contact .box1 .map .map-box li .iconfont{
	font-size: 20px;
	font-weight: normal;
}
.contact .box1 .map .map-box li .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	flex: 1;
	padding-left: 20px;
}
.contact .box1 .map .map-box .img{
	/* display: flex; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width:48%;
	margin-right:1%;
	float: left;
	line-height: 26px;
	align-items: center;
	margin-top: 28px;
}
	
.contact .box1 .map .map-box .img img{
	margin-right: 19px;
}
.contact .box1 .contact-list{
	margin-top: 79px;
}
.contact .box1 .contact-list ul{
	display: flex;
	justify-content: space-between;
}
.contact .box1 .contact-list li{
	padding: 44px 36px 32px;
	width: 31.4%;
	box-shadow: 0px 0px 30px 0px rgba(203, 203, 203, 0.2);
}
.contact .box1 .contact-list li .text-title{
	font-size: 18px;
	font-family: PingFang;
	font-weight: bold;
	color:black;
	line-height: 1;
	margin-bottom: 25px;
}
.contact .box1 .contact-list li .text-message{
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 36px;
}
.contact .box1 .contact-list li .text-message span{
	font-weight: bold;
}
.online {
	padding: 94px 0 72px;
	background-color: #F7F7F7;
}
.online .content1400{
	display: flex;
	justify-content: space-between;
}
.online .left{
	width: 266px;
	padding-right: 10px;
	box-sizing: border-box;
}
.online .left .title{
	font-size: 26px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1;
}
.online .left .description{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	/*line-height: 30px;*/
	margin-top: 32px;
}
.online .left ul{
	margin-top: 61px;
}	
.online .left ul li{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}
.online .right{
	width: 67%;
}
.online .right .input-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.online .right .input-box .input{
	width: 49.1%;
	background-color: #fff;
	height: 54px;
	background: #FFFFFF;
}
.online .right .input-box .input input,
.online .right .input-box .input textarea{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	background-color: transparent;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.online .right .input-box .input.textarea{
	width: 100%;
	height: 200px;
}
.online .right .input-box .input.textarea textarea{
	padding: 20px;
}
.online .right .submit{
	width: 221px;
	height: 57px;
	background: linear-gradient(to right, #85ADF2,#4176D2 );
	line-height: 57px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 40px;
	cursor: pointer;
}
@media (max-width: 1350px) {
	.contact .box1 .map .map-box{
		padding: 40px 39px 19px 36px;
	}
	
}
@media (max-width:1190px) {
	.contact .box1 .map .map-box{
		position: relative;
		margin-top: 30px;
		width: 100%;
	}
	.contact .box1 .contact-list li .text-title{
		font-size: 20px;
	}
}
@media (max-width:950px) {
	.contact .box1 .contact-list ul{
		flex-wrap: wrap;
	}
	.contact .box1 .contact-list li{
		width: 48%;
		margin-bottom: 20px;
	}
	.contact .box1 .zh{
		font-size: 26px;
	}
}
@media (max-width: 750px) {
	.online .left{
		width: 100%;
	}
	.online .content1400{
		flex-wrap: wrap;
		
	}
	.online .right{
		width: 100%;
		margin-top: 30px;
	}
	.contact .box1 .contact-list li{
		width: 100%;
	}
}
@media (max-width:500px) {
	.contact .box1{
		padding: 50px 0 60px;
	}
	.contact .box1 .map{
		margin-top: 35px;
	}
	.contact .box1 .map #container{
		height: 300px;
	}
	.contact .box1 .map .map-box{
		padding: 25px 15px;
	}
	.contact .box1 .map .map-box .name{
		font-size: 18px;
	}
	.contact .box1 .map .map-box li .text{
		font-size: 14px;
		padding-left: 10px;
		line-height: 18px;
	}
	.contact .box1 .contact-list li{
		padding: 25px 20px;
	}
	.online{
		padding-top: 60px;
	}
	.contact .box1 .contact-list li .text-title{
		font-size: 18px;
	}
	.contact .box1 .contact-list li .text-message{
		line-height: 1.7;
	}
	.contact .box1 .map .map-box li .iconfont{
		font-size: 16px;
	}
	.contact .box1 .zh{
		font-size: 22px;
	}
	.online .content1400{
		flex-wrap: wrap;
	}
	.online .left{
		width: 100%;
	}
	.online .right{
		width: 100%;
		margin-top: 20px;
	}
	.online .left .title{
		font-size: 22px;
	}
	.online .left ul{
		margin-top: 30px;
	}
	.online .right .input-box .input{
		width: 100%;
	}
	.online .right .input-box{
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.online .right .input-box .input{
		height: 40px;
		margin-bottom: 15px;
	}
	.online .right .input-box .input input, .online .right .input-box .input textarea{
		font-size: 14px;
	}
	.online .right .submit{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-top: 20px;
	}
	.contact-content{
		padding-top: 40px;
	}
	.online .left ul{
		margin-top: 12px;
	}
	.online .left ul li{
		line-height: 28px;
	}
	.contact-content .right li{
		font-size: 14px;
	}
}