/* 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;
}

/* 在线留言 */
.liuyan {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 80px;
}

.liuyan1 h1 {
	font-size: 32px;
	color: #023f40;
}

.zaixian {
	display: flex;
	justify-content: space-between;
}

.zai {
	width: 520px;
}

.zai1 p {
	font-size: 24px;
	/* font-family: zi1; */
	color: #999;
	font-weight: bold;
	margin-top: 15px;
}

.zai2 {
	padding-top: 60px;
	padding-bottom: 40px;
	border-bottom: 2px #efefef solid;
}

.zai2 p {
	font-size: 18px;
	color: #999;
	font-weight: bold;
}

.zai3 {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	padding-top: 33px;
	padding-bottom: 33px;
	border-bottom: 2px #efefef solid;
}

.xia-zai span {
	font-size: 14px;
	color: #999;
}

.xia-zai p {
	font-size: 20px;
	color: #333;
	margin-top: 13px;
	font-weight: bold;
	line-height:32px;
}

.zai4 {
	padding-top: 33px;
	padding-bottom: 33px;
	border-bottom: 2px #efefef solid;
}

.zai4 span {
	font-size: 14px;
	color: #999;
}

.zai4 p {
	font-size: 20px;
	color: #333;
	margin-top: 13px;
	font-weight: bold;
}

.xian {
	width: 700px;
}

.put {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.put input {
	width: 48%;
	height: 60px;
	background-color: #F5F6F7;
	padding: 22px;
	border-radius: 4px;
	border: 0;
	font-size: 16px;
}

.put1 {
	margin-top: 16px;
}

.put1 input {
	width: 100%;
	height: 60px;
	background-color: #F5F6F7;
	padding: 22px;
	border-radius: 4px;
	border: 0;
	font-size: 16px;
}

.put2 {
	margin-top: 16px;
}

.put2 textarea {
	width: 100%;
	height: 400px;
	background-color: #F5F6F7;
	padding: 22px;
	border-radius: 4px;
	border: 0;
	font-size: 16px;
}

.tijiao {
	margin-top: 30px;
}

.tijiao button {
	width: 180px;
	height: 56px;
	background: #177E80;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	border: 0;
	cursor: pointer;
}

.ditu {
	margin-top: 100px;
}

.map {
	width: 100%;
	height: 400px;
}
.xia-zai:nth-child(2) {
    width: 300px;
}
@media screen and (max-width:1440px) {
	.zai {
    width: 50%;
}
.xian {
    width: 100%;
}
.zaixian form{
    width: 46%;
}
}

@media screen and (max-width:1024px) {
	.zaixian {
		flex-wrap: wrap;
	}

	.zai {
		width: 100%;
		margin-bottom: 20px;
	}

	.xian {
		width: 100%;
	}
	.zaixian form{
    width: 100%;
}
}

@media screen and (max-width:768px) {
	.liuyan {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 80px;
	}

	.liuyan1 h1 {
		font-size: 25px;
		color: #023f40;
	}

	.zai1 p {
		font-size: 18px;
		color: #999;
		font-weight: bold;
		margin-top: 10px;
	}

	.zai2 {
		padding-top: 25px;
		padding-bottom: 20px;
		border-bottom: 2px #efefef solid;
	}

	.zai2 p {
		font-size: 16px;
		color: #999;
		font-weight: bold;
	}

	.zai3 {
		flex-wrap: wrap;
		padding-top: 15px;
		padding-bottom: 0px;
	}

	.xia-zai {
		margin-bottom: 20px;
		width: 100%;
	}

	.xia-zai p {
		font-size: 20px;
		color: #333;
		margin-top: 10px;
		font-weight: bold;
	}

	.xia-zai p {
		font-size: 16px;
		color: #333;
		margin-top: 10px;
		font-weight: bold;
	}

	.put input {
		width: 48%;
		height: 35px;
	}

	.put1 input {
		width: 100%;
		height: 35px;
	}

	.put1 {
		margin-top: 5px;
	}

	.put2 {
		margin-top: 5px;
	}

	.tijiao button {
		margin: 0 auto;
		width: 135px;
		height: 45px;
	}

	.ditu {
		margin-top: 30px;
	}

	.map {
		width: 100%;
		height: 300px;
	}

	.zai4 p {
		font-size: 16px;
		color: #333;
		margin-top: 13px;
		font-weight: bold;
	}
}
