.contatArea{
	height: calc(100vh - 70px);
	z-index: 3;
	position: relative;
}
.contactBg{
	height: calc(100vh - 70px);
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 1;
	opacity: .3;
}
.contactCover{
	width: 80%;
	height: 80%;
}
#mapContainer{
	height: calc(100vh - 70px);
	z-index: 1;
}
.mapMask{
	height: calc(100vh - 70px);
	width:100%;
	position: absolute;
	top: 70px;
	background: rgba(0,0,0,.7);
	z-index: 2;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.contatContainer{
	background: #fff;
	border-radius: 6px;
	padding: 50px;
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left:-450px;
	top: 50%;
	margin-top: -190px;
	color: #333;
	background-image: url('https://cdn.qipengit.com/file/3ac9292e-1e4b-4638-9e49-a60e0488ece5.jpg');
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 600px;
}
.contatContainer:after{
	content: '';
	width:0;
	height:0;
	border-right:20px solid transparent;
	border-left:20px solid transparent;
	border-top:20px solid #d4dbe0;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;

}
.contatContainer>img{
	width: 80%;
}
.anchorBL{display:none;}

.contatContainer>a{
	background: #fff;
	border:1px solid #1f1f1f;
	color: #333;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 13px;
}
.contatContainer>a>i{
	font-size: 22px;
	margin-right: 10px;
	display: inline-block;
	vertical-align:middle;
	font-weight: 100;
}
.contatContainer>a:hover{
	background: #000;
	color: #fff;
}
.contactInfo{
	color: #fff;
}
.contactInfo>h4{
	margin-top: 0 !important;
}
.contactInfo>a:last-child{
	margin-left: 20px;
}
.contactInfo>a>i{
	margin-right: 10px;
}
.contatArea2{
	background: url('https://cdn.qipengit.com/file/1e12560d-0c1b-4225-bf6f-24d593bb02e7.jpg/w2000');
	height: calc(100vh - 70px);	
	width: 100%;
	background-size: cover;
	background-position: center;
}
.contactInfo2{
	position: absolute;
	bottom: 100px;
	left: 100px;
	z-index: 2;
}
.contactInfo2>a:last-child{
	margin-left: 20px;
}
.contactInfo2>h4{
	color: #fff;
}
.contatArea2>.mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(0,0,0,1),rgba(0,0,0,.8),rgba(0,0,0,.5),rgba(0,0,0,.1),rgba(0,0,0,.05),rgba(0,0,0,.05),rgba(0,0,0,.05));
	display: none;
}
@media screen and (max-width: 960px) {
	.contatArea{
		height: auto;
		width: 100vw;
		overflow: hidden;
	}
	.contactCover{
		margin: 100px 0;
	}
	.contactInfo2{
		left: 0;
		width: 100%;
		text-align: center;
	}
	.border-top{
		border:none !important;
	}
	.contatArea2{
		background-image: url('https://cdn.qipengit.com/file/e852928e-6563-4a7f-bdd1-7d0ed3bc9f62.jpg/w2000');
	}
	.contatArea2>.mask{
		display: block;
	}
}