.header-img {
	display: block;
	width: 100%;
	height: auto;
	margin: 80px auto 0;
}

.contact-main {
	width: 100%;
	margin: 0 auto;
	/* height: 620px; */
	background: #fff;
	text-align: center;
	padding: 80px 0 150px;
}

.contact-main>h2 {
	color: #000;
	font-size: 36px;
	line-height: 70px;
}

.contact-main .contact-nav {
	margin-top: 60px;
}

.contact-nav .contact-top {
	width: 100%;
}

.contact-nav .contact-top .list {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: flex;
	margin: 0 auto 20px;
}

.contact-top .list>img {
	width: 40px;
	height: 40px;
}

.contact-top .list span:first-of-type {
	font-weight: bold;
	color: #323232;
	font-size: 22px;
	margin: 0 18px;
}

.contact-top .list span:nth-of-type(2) {
	color: #999;
	font-size: 20px;
}

.contact-nav .contact-bottom {
	width: 100%;
	display: flex;
}

.contact-nav .contact-bottom .img-flex {
	flex: 1;
	width: 150px;
	/* margin: 0 45px; */
}

.contact-bottom .img-flex>img {
	width: 150px;
	height: 150px;
}

.contact-bottom .img-flex>p {
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 22px;
	margin: 15px auto;
}

/* .contact-nav .map{
	width: 500px;
	height: 600px;
	
} */

@media (max-width:768px) {
	.contact-main>h2 {
		font-size: 3rem;
		line-height: 0px;
	}

	.contact-top .list span:first-of-type {
		font-size: 1.83rem;
	}

	.contact-top .list span:nth-of-type(2) {
		font-size: 1.67rem;
	}

	.contact-bottom .img-flex>p {
		font-size: 1.83rem;
	}

	.contact-bottom .img-flex>img {
		width: 100%;
		height: auto;
	}

	.header-img {
		width: 100%;
		height: auto;
	}

	.contact-main {
		width: 100%;
		padding: 40px 0px;
	}

	.map {
		height: 300px !important;
	}

	.contact-nav .contact-top .list {
		height: 60px;
		line-height: inherit;
		align-items: center;
	}

	.contact-top .list div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: baseline;
		width: 100%;
		padding-left: 20px;
	}

	.contact-top .list div span {
		margin: 0 !important
	}

	.contact-main .contact-nav {
		margin-top: 40px;
	}
}

/* 小屏幕（平板，大于等于 768px） */
/* @media (min-width: @screen-sm-min) { {} } */