/* 联系我们 */
.contact{
	background:url(2021en_contact_bg.png) no-repeat;
	background-size:cover;
	position: relative;
}
.contact .cnt{
	position: absolute;
	width:100%;
	top:50%;
	transform: translateY(-50%);
	left:0;
	margin-top:40px;
}
.contact .cnt:after{
	position: absolute;
	top:0;
	left:0;
	content: '';
	width:65%;
	height: 100%;
	background:rgba(255,255,255,.8);
	z-index: -1;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
}
.contact .cnt .title{
	font-size: 60px;
	color: #173B86;
	line-height: 71px;
	letter-spacing: 2px;
	font-weight: bold;
}
.contact .cnt .in{
	width:58%;
	padding:3% 0;
}
.contact .cnt .in .list .item img{
	display: inline-block;
}
.contact .cnt .in .list .item .top{
	font-size: 16px;
	color: #173B86;
	line-height: 22px;
	font-weight: bold;
}
.contact .cnt .in .list .item .top i{
	display: inline-block;
	width:26px;
}
.contact .cnt .in .list .item{
	width: 30%;
	float: left;
	margin-top:40px;
}
.contact .cnt .in .list .item:nth-child(4){
	width: 100%;
}
.contact .cnt .in .list .item .btm{
	font-size: 16px;
	color: #1C1C1C;
	line-height: 30px;
	text-align: justify;
	font-weight: bold;
	margin-top:10px;
}

/* 网站地图 */
.map{
	background:url(2021en_map_bg.png) no-repeat;
	background-size:cover;
	padding:180px 0 80px 0;
}
.map .title{
	font-size: 80px;
	font-weight: bold;
	color: #FFF;
	line-height: 94px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 60px;
}
.map .box1{
	border: 1px solid rgba(238,238,238,.5);
	height: 90px;
	line-height: 90px;
	font-size: 24px;
	color: rgba(255,255,255,.9);
	padding:0 50px;
}
.map .box1 li{
	float: left;
	margin-right:90px;
}
.map .box{
	margin-top:74px;
	border: 1px solid rgba(238,238,238,.5);
	font-size: 24px;
	color: rgba(255,255,255,.9);
	padding:22px 50px 42px 50px;
	position: relative;
}
.map .box h3{
	font-size: 24px;
	position: absolute;
	top:-15.5px;
	left:40px;
	padding:0 10px;
	z-index: 999;
}
.map .box h3:after{
	content: '';
	width:100%;
	height: 1px;
	position: absolute;
	left:0;
	top:14px;
	background-color: #0B4680;
	z-index: -1;
}
.map .box ul{
	overflow: hidden;
}
.map .box ul li{
	font-size: 16px;
	line-height: 30px;
	float: left;
	margin-top:20px;
}
.map .box2 ul li{
	width:25%;
}
.map .box3 ul li{
	width:25%;
}
.map .box4 ul li{
	width:20%;
}
.map .box4 ul li:nth-child(1){
	width:30%
}
.map .box4 ul li:nth-child(5){
	width:50%
}

@media screen and (max-width: 1700px) {
	.map .title{
		font-size:60px;
	}
	.contact .cnt .title{
		font-size:48px;
	}
	.contact .cnt .in .list .item .top,.contact .cnt .in .list .item .btm{
		font-size: 14px;
	}
	.contact .cnt .in .list .item:nth-child(3){
		width: 40%;
	}
	.map .box3 ul li{
		width:30%;
	}
	.map .box4 ul li:nth-child(1){
		width:50%
	}
}