.nav {
	background: #fff;
}

.box {
	position: relative;
}
.banner {
	position: relative;
	margin-top: 65px;
}
.banner img {
	width: 100%;
	/* height: 470px; */
}
.banner a {
	position: absolute;
	left: 50%;
	bottom: 30%;
	transform: translateX(-50%);
	width: 127px;
	background: #1969ff;
	display: block;
	text-align: center;
	line-height: 41px;
	color: white;
	font-size: 16px;
	font-weight: 600;
	box-shadow: 0px 4px 6px 0px rgba(23, 119, 255, 0.32);
}
.welfare {
	margin: 0 auto;
	width: 1200px;
	padding: 62px 0 70px 0;
}

h2 {
	text-align: center;
	font-size: 28px;
	color: #3e3e3e;
}
.welfare ul {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.welfare ul li {
	text-align: center;
	width: 347px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 56px 43px;
	box-sizing: border-box;
	box-shadow: 0px 5px 9px 0px rgba(199, 206, 214, 0.24);
}
.welfare ul li img {
	width: 96px;
	height: 96px;
}
.welfare ul li p {
	font-size: 18px;
	margin: 30px 0 20px 0;
}
.welfare ul li div {
	margin: 0 auto;
	width: 260px;
}
.Meng {
	width: 100%;
	height: 830px;
	padding: 52px 0;
	background-image: url(../img/bg_Img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.Meng ul {
	margin: 60px auto 0;
	width: 1046px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Meng ul li {
	text-align: center;
	width: 500px;
	margin-bottom: 45px;
	position: relative;
}
.Meng ul li img {
	width: 500px;
}
.Meng ul li p {
	width: 100%;
	height: 57px;
	line-height: 57px;
	font-size: 18px;
	color: white;
	background: #0b3d89bb;
	position: absolute;
	bottom: 0;
	left: 50%;
	/* z-index: 9; */
	transform: translateX(-50%);
}
.information2 {
	width: 100%;
	padding: 60px 0;
}
.swiper {
	width: 1200px;
	text-align: center;
	position: relative;
	margin-top: 45px;
}
.swiper img {
	width: 1200px;
}
.swiper .banner_text {
	width: 100%;
	position: absolute;
	bottom: 0%;
	left: 0%;
	text-align: left;
	padding: 20px 5% 50px;
	box-sizing: border-box;
	background: rgba(0,0,0,.4);
	/* transform: translateX(-50%); */
}
.swiper .banner_text :nth-child(1) {
	/* width: 560px; */
	line-height: 30px;
	font-size: 18px;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.swiper .banner_text :nth-child(2) {
	width: 90%;
	font-size: 14px;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pop {
	width: 100%;
	height: 100%;
	background-color: #3e3e3e80;
	position: absolute;
	top: 0;
	z-index: 9;
	display: none;
}
.pop_box {
	width: 870px;
	position: absolute;
	background-color: white;
	left: 50%;
	top: 5%;
	z-index: 999;
	transform: translateX(-50%);
	display: none;
}
.pop_box_img {
	width: 100%;
	height: 68px;
	background-image: url(../img/z25\\(1\).png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #0f60f7;
	text-align: center;
	line-height: 68px;
	font-size: 24px;
}
.pop_box_cn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 35px 37px 37px 50px;
	box-sizing: border-box;
}
.pop_box_left {
	padding-right: 46px;
	border-right: 1px solid #eff2f5;
}
.pop_box_left li {
	display: flex;
	align-items: center;
	margin-bottom: 38px;
}
.pop_box_left li img {
	width: 44px;
	height: 44px;
	margin-right: 25px;
}
.pop_box_left li div p {
	font-size: 16px;
	color: black;
	margin-bottom: 10px;
}
.pop_box_left li div span {
	display: block;
	width: 250px;
	font-size: 14px;
	color: #cccc;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.pop_box_right li {
	width: 366px;
	height: 46px;
	background: #ffffff;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	line-height: 46px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.pop_box_right li input {
	padding: 0 10px;
	border: 0;
}
.pop_box_right li span {
	letter-spacing: 0.05rem;
	display: inline-block;
	line-height: 30px;
	width: 103px;
	height: 30px;
	padding: 0 20px;
	border-right: 1px solid #d9d9d9;
	box-sizing: border-box;
}
.pop_box_right li button {
	width: 100px;
	height: 35px;
	background: #0f60f7;
	border-radius: 3px;
	border: 0;
	color: white;
}
.pop_box_right li a {
	width: 254px;
	height: 43px;
	background: #0f60f7;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
	color: white;
	font-size: 16px;
}
.pop_box_cn2 {
	display: none;
}
