.wrap {
	width: 100%;
	height: auto;
}

.banner {
	margin-top: 80px;
	width: 100%;
	height: auto;
	background: #2E8B57;
}

.banner img {
	width: 100%;
}

.info {
	width: 100%;
	height: auto;
}

.info .center {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.info .center .title {
	font-family: 'PingFangSC-Medium';
	font-size: 30px;
	color: #323232;
	letter-spacing: 0;
	text-align: center;
	margin: 60px 0;
}

.info .center .info_dec {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

/*.info .center .info_dec .item {
	border: 1px saddlebrown solid;
}*/

.info .center .info_dec .item p {
	font-family: "PingFangSC-Regular";
	font-size: 15px;
	color: #323232;
	letter-spacing: 0;
	text-align: left;
	line-height: 25px;
}

.info .center .info_dec .item p.name {
	font-size: 24px;
	padding-bottom: 20px;
}

.info .center .info_dec .item:nth-child(1),
.info .center .info_dec .item:nth-child(2) {
	width: 270px;
	height: auto;
}

.info .center .info_dec .item:nth-child(3) {
	width: 628px;
	height: auto;
}

.map {
	width: 100%;
	height: auto;
}

.map img {
	width: 100%;
}

.nav .list ul li:nth-child(7) a {
	color: #C6010D;
}