/* banner鍥*/
.banner {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mingcheng {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mingcheng1 p {
	text-align: center;
	font-size: 48px;
	color: #fff;
	/*font-weight: bold;*/
	display: block;
	margin-bottom: 27px;
	font-family: zi1;
}

.mingcheng1 span {
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #004344;
	border-radius: 15px;
	padding: 8px 20px;
}

.neirong {
	padding-top: 80px;
	padding-bottom: 100px;
}

.neirong1 p,
.neirong1 h1,
.neirong1 h2,
.neirong1 h3,
.neirong1 h4,
.neirong1 span,
.neirong1 a,
.neirong1 strong,
.neirong1 text,
.neirong1 i,
.neirong1 {
	/*font-size: 16px !important;*/
	/*font-weight: 400 !important;*/
	color: #333333 !important;
	line-height: 32px !important;
	margin-bottom: 20px !important;
}

.neirong1 img {
	max-width: 65%;
	width: auto;
	margin: 0 auto;
	display: block;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	height: auto !important;
}

.biaoti {
	text-align: center;
	padding-bottom: 40px;
}

.biaoti h1 {
	color: #333333;
}
@media screen and (max-width:1024px){
	.neirong1 img {
	max-width: 100%;
	width: 100% !important;
	margin: 0 auto;
	display: block;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	height: auto !important;
}
}
@media screen and (max-width:768px){
	.biaoti {
	    text-align: center;
	    padding-bottom: 15px;
	}
	.biaoti h1{
		font-size: 25px;
	}
}