/* 共同部分 */
* {
	margin: 0;
	padding: 0;
}

.po-r {
	position: relative;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

/* 头部 */
.lead {

	width: 840px;
	position: absolute;
	top: 390px;
	right: 18px;
	color: #000;
	font-size: 1rem;
	text-indent: 2em;
	text-align: justify;
}

.unit {

	position: absolute;
	top: 600px;
	left: 106px;
	/* right: 2px; */
}

.unit span {
	font-size: 16px;
	color: #000;
	letter-spacing: 2px;

}

/* 主体 */

.banner {
	width: 100%;
	height: 70px;
	background: #e13131;
}

.banner-data {
	width: 58%;
	height: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
}


.button {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.bt1 {
	max-width: 240px;
	width: 36%;
	background: url(../images/button.png) no-repeat;
	background-size: 100% 100%;
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	padding: 16px 0;
	border: none;
	cursor: pointer;
}

.line {
	width: 40px;
}

.Message {
	margin-top: 45px;
	text-align: center;
	width: 100%;
}

.Message-title {
	font-size: 1.71rem;
	color: #7b1a1f;

}

.Message-box {
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 90%;
	padding: 50px 40px !important;
	background-color: #f8f7f2;
	box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.6);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.Message-box .bd {
	height: 600px;
	overflow: hidden;
	width: 100%;
}

.Message-ul {
	width: 100%;
	/* height: auto !important; */
	/* display: flex;
    flex-wrap: wrap; */
	/* justify-content: space-between; */
}

.Message-ul .info-item {
	display: inline-block;
	box-sizing: border-box;
	width: 44%;
	margin: 0 20px;
}

.info {
	width: 100%;
	height: 130px;
	text-align: left;
	font-size: 18px;
	display: flex;
}

.info-top {
	display: flex;
	align-items: center;
}

.info-top span:nth-of-type(2) {
	padding-left: 10px;
}

.info img {
	margin-right: 8px;
}

.info-butom {
	width: 100%;
	margin-top: 10px;
	height: 74px;
	/* line-height: 60px; */
	margin-bottom: 20px;
	padding: 10px 10px;
	background-color: #f3f0e3;
	box-sizing: border-box;
	overflow-wrap: break-word;
}

/* 适配 */
/* 移动端 */
@media (max-width: 750px) {
	body {
		max-width: 750px;
		height: auto;
	}

	/* 头部 */
	.header {
		position: relative;
		width: 100%;
		/* background: url(../images/bg1-top.png) top center no-repeat; */

	}

	.header-img {
		width: 100%;
		height: auto;
	}

	.test {
		width: 100%;
		height: 30px;
		background-color: #e6d070;
		text-align: center;
		line-height: 30px;
		font-size: 16px;
	}

	.lead {
		top: -146px;
		left: 42px;
		width: 84%;
		font-size: 12px;
		line-height: 1.2;
		text-align: justify;
		text-indent: 0;
	}

	.unit {
		position: absolute;
		top: -94px;
		left: 4%;

	}

	.unit span {
		font-size: 12px;
		color: #000;
		letter-spacing: 1px;
	}

	/* .unit .span1{
    margin-right: 10%;
} */

	.main {
		margin-top: -36px;
	}

	.banner {
		width: 100%;
		height: 40px;
		background: #e13131;
	}

	.banner-data {
		display: flex;
		justify-content: space-between;
		font-size: 14px;
	}

	.button {
		margin-top: 20px;
	}

	.bt1 {
		padding: 10px 0;
		font-size: 20px;

	}

	.Message {
		margin-top: 22px;
	}

	.Message-title {
		font-size: 18px;
	}

	.Message-box {
		width: 80%;
		height: 1000px;
		margin-top: 15px;
		font-size: 14px;
		padding: 25px 15px !important;
		box-shadow: 1px 1px 10px rgba(131, 131, 131, 0.4);
	}

	.Message-box .bd {
		height: 1000px;
	}


	.info {
		display: block;
		/* display: flex;
        flex-wrap: wrap; */
		/* width: 380px; */
		text-align: left;
		font-size: 14px;
		height: 180px !important;
	}

	.info-item {
		height: 90px;
	}

	.info-top {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.info-top span:last-of-type {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.info-butom {
		margin-top: 5px;
		padding: 5px 13px;
		height: 56px;
		/* line-height: 36px; */
		margin-bottom: 20px;
	}

	/* 底部 */
	.footer {
		margin-top: 26px;
		width: 100%;
		text-align: center;
	}

	.footer p {
		font-size: 12px;
	}

	.p1 {
		margin-top: 6px;
		margin-bottom: 21px;
	}
}

/* pc端 */
@media (min-width:751px) {

	/* 公共部分 */
	body {
		min-width: 1000px;
		height: auto;
	}

	.container {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;

	}

	/* 主体 */

	.header {
		position: relative;
		width: 100%;
		height: 746px;
		background: url(../images/bg-top.png) top center no-repeat;

	}

	.test {
		width: 100%;
		height: 30px;
		background-color: #e6d070;
		text-align: center;
		line-height: 30px;
	}

	.header-img {
		display: none;
	}

	.main {
		padding-top: 20px;
	}

	.br {
		display: none;
	}

	/* 底部 */
	.footer {
		margin-top: 50px;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}

	.p1 {
		margin-top: 20px;
	}

	.info {
		height: 130px;
	}

	.info-top {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.info-top span:last-of-type {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}