.banner_p {
	position: absolute;
	left: calc((100% - 1200px) / 2);
	font-size: 30px;
	top: 50%;
}
.map{
	text-align: center;
}
.map img{
	max-width: 100%;
	margin-top: 40px;
}
.buy{
	padding: 70px 0;
}
.box{
	display: flex;
	justify-content: space-between;
}
.box > div{
	width: 26%;
}
.box p{
	line-height: 1.6;
}
.box p:nth-child(1){
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	line-height: 2;
	position: relative;
	margin-bottom: 10px;
}
.box p:nth-child(1)::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 2px;
	background:linear-gradient(to right,#EF7F33,#fff);
}
.box button{
	background-color: #fff;
	border: 2px solid #EF8035;
	padding: 10px 15px;
	margin-top: 10px;
	cursor: pointer;
	font-size: 16px!important;
	outline: none;
}
.buy > div > p{
	font-size: 18px;
	font-size: 25px;
	margin-bottom: 30px;
	color: #000;
	text-align: center;
}
.zxns{
	padding: 150px 0;
	background: url(../img/about/zxns_bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	font-size: 20px;
	position: relative;
	line-height: 2;
	z-index: -1;
}
.zxns::before{
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.zxns p{
	color: #fff;
}
.last p{
	display: inline-block;
	line-height: 3;
	margin-right: 20px;
}
/* .msg{
	padding: 100px 0;
} */
.msg_main  p{
	color: #8c8c8c;
}
.msg_main > p:nth-child(1){
	font-size: 34px;
	font-weight: bold;
	color: #000;
}
.msg_main input{
	width:390px;
	height: 70px;
	border: 1px solid #F37B32;
	padding: 0 17px;
	outline: none;
	margin: 15px 15px 15px 0;
	font-size: 18px;
}
.msg_main textarea{
	padding: 25px 17px;
	width: 65%;
	height: 200px;
	outline: none;
	resize: none;
	font-size: 18px;
	border: 1px solid #F37B32;
}
.msg_main button{
	width: 390px;
	height: 70px;
	outline: none;
	font-size: 20px;
	background-color: #F37B32;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin: 15px auto;
	display: block;
}
@media (max-width:768px) {
	.banner {
		height: 50vw;
		object-fit: cover;
		object-position: right;
	}
	.msg_main textarea{
	    width: 100%;
	}
	.news_bg {
		height: 45vw;
	}
	.banner_p {
		right: 0;
		left:auto;
		transform: translateX(-50%);
		bottom: 0;
		top: 50%;
		line-height: 1;
		font-size: 20px;
		margin:  auto;
		color: #fff;
	}
	.buy{
		padding: 15px;
	}
	.buy > div > p{
		font-size: 18px;
		margin-bottom: 0;
	}
	.box{
		display: block;
	}
	.box div{
		width: 100%;
		margin-bottom: 15px;
	}
	.box p:nth-child(1){
		font-size: 20px;
	}
	.last{
		padding: 15px;
	}
	.last p{
		line-height: 1.5;
		display: block;
	}
	.zxns{
	padding:50px 0;
	font-size: 16px;
	}
	.zxns img{
		max-width: 60%;
	}
	.msg{
		padding: 15px;
	}
	.msg_main > p:nth-child(1){
		font-size: 20px;
	}
	.msg_main input{
		width: 100%;
		height: 40px;
		font-size: 15px;
	}
	.msg_main button{
		width: 80%;
		font-size: 16px;
		height: 40px;
	}
}