.banner {
	width: 100%;
	height: 70vh;
	background: url(../../images/contact/contactBanner.png) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bannerTitle {
	text-align: center;
}

.bannerTitle p:nth-child(1) {
	font-size: 48px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 6.8vh;
}

.bannerTitle p:nth-child(2) {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 2.2vh;
	text-transform: uppercase;
}

/* 瀵艰埅 */
.nav {
	width: 100%;
	height: 70px;
	padding: 0 150px;
	background: #F8F8F8;
	font-size: 16px;
	color: #666666;
	line-height: 7vh;
	display: flex;
	align-items: center;
}
.nav>.split{
	margin: 0 4px;
}
.icon-zhuye {
	font-size: 18px;
	color: #999999;
}

.indexName,
.secondName {
	font-size: 16px;
	color: #666666;
}

.indexName {
	margin-left: 1vh;
}

.indexName a {
	text-decoration: none;
	color: #666666;
}

.indexName a:hover {
	color: #1088E9;
}

.icon-jinrujiantouxiao {
	font-size: 12px;
	color: #666666;
	margin-left: 4px;
	margin-right: 8px;
}

/* 鍐呭 */
.contact {
	width: 84%;
	margin: 0 150px;
	margin-top: 5.6vh;
	margin-bottom: 5.6vh;
}

.title {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 4vh;
	text-align: center;
	margin-bottom: 2.4vh;
}

.address,
.tel,
.email,
.url {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 4vh;
}

#container {
	width: 100%;
	height: 60vh;
	margin-top: 2.4vh;
	border: 1px solid #cecece;
}

.amap-info-close {
	display: none;
}

.picAdd {
	width: 24px;
	animation: bounce-down 1.5s linear infinite;
}

.picAdd img {
	width: 100%;
}

@keyframes bounce-down {
	25% {
		transform: translateY(-4px);
	}

	50%,
	100% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(4px);
	}
}
