.joinTwo {
	padding: 60px 0px;
}

.joinTwo ul {
	display: flex;
	justify-content: center;
}

.joinTwo ul li {
	width: 50%;
	;
}

.joinTwo {
	display: flex;
	justify-content: space-between;
}

.joinTwo a {
	width: 48%;
	height: 370px;
	overflow: hidden;
}

.shzp {
	background: url(../images/join1.png)no-repeat center center;
	background-size: 100% 100%;
}

.xyzp {
	background: url(../images/join2.png)no-repeat center center;
	background-size: 100% 100%;
}

.linkbg {
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	transition: all .3s;
	text-align: center;
	position: relative;
}

.linkbg>div {
	width: 100%;
	position: absolute;
	top: 40%;
	transition: all .3s;
}

.linkbg h2 {
	font-weight: 400;
	line-height: 44px;
}

.linkbg span {
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	margin: 12px auto 0px auto;
}

.linkbg .jt {
	width: 85px;
	height: 36px;
	background: url(../images/right.png)no-repeat center center, #fff;
	background-size: 20px 20px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
	border-radius: 23px;
	margin: 50px auto 0px;
	opacity: 0;
	transition: opacity .3s;
}

@media (min-width: 768px) {
	.linkbg:hover {
		background: rgba(0, 0, 0, 0.65);
		transition: all .3s;
	}

	.linkbg:hover>div {
		transform: translateY(-46px);
		transition: all .3s;
	}

	.linkbg:hover .jt {
		opacity: 1;
		transition: opacity .3s;
	}
}





.joinBend {
	background: #F7FAFE;
}

.joinBend li {
	width: 250px;
}

.publicModule10 li:nth-child(1)::after {
	background: url(../images/wsbg1.png)no-repeat center center;
	background-size: 100% 100%;
}

.publicModule10 li:nth-child(2)::after {
	background: url(../images/wsbg2.png)no-repeat center center;
	background-size: 100% 100%;
}

.publicModule10 li:nth-child(3)::after {
	background: url(../images/wsbg3.png)no-repeat center center;
	background-size: 100% 100%;
}

.publicModule10 li:nth-child(4)::after {
	background: url(../images/wsbg4.png)no-repeat center center;
	background-size: 100% 100%;
}



.joinBend .welfare li:nth-child(1) div {
	background: url(../images/ws1.png)no-repeat center center;
	background-size: 100% 100%;
}

.joinBend .welfare li:nth-child(1):hover div {
	background: url(../images/wsW1.png)no-repeat center center;
	background-size: 100% 100%;
}

.joinBend .welfare li:nth-child(2) div {
	background: url(../images/ws2.png)no-repeat center center;
	background-size: 100% 100%;
}

.joinBend .welfare li:nth-child(2):hover div {
	background: url(../images/wsW2.png)no-repeat center center;
	background-size: 100% 100%;
}


.joinBend .welfare li:nth-child(3) div {
	background: url(../images/ws3.png)no-repeat center center;
	background-size: 100% 100%;
}

.joinBend .welfare li:nth-child(3):hover div {
	background: url(../images/wsW3.png)no-repeat center center;
	background-size: 100% 100%;
}

.joinBend .welfare li:nth-child(4) div {
	background: url(../images/ws4.png)no-repeat center center;
	background-size: 100% 100%;
}

.joinBend .welfare li:nth-child(4):hover div {
	background: url(../images/wsW4.png)no-repeat center center;
	background-size: 100% 100%;
}



/* 精彩瞬间 */
.wonder {
	margin-top: 60px;
}

.wonder .publicModule5 .swiper-slide {
	padding: 10px;
}

.wonder .publicModule5 .swiper-slide>img {
	/* width:; */
	height: 100%;
}


/* 地图 */
.mapBd {
	padding: 60px 0;
	padding-bottom: 0;
}

.mapBox {
	width: 100%;
	height: 557px;
}

.map_containers {
	width: 100%;
	height: 100%;
}

.map_containers #map_container {
	width: 100%;
	height: 100%;
	margin: 0px;
}

.map_containers p {
	background: url(../images/addr.png)left center no-repeat;padding: 3px 0;
	background-size: 20px 20px;
	padding-left: 30px;line-height: 1.6em;
}

.map_containers p:last-child {
	background: url(../images/tel.png)left center no-repeat;
}


/* 加入小视移动端 */
@media (max-width: 768px) {
	.joinTwo {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		padding-bottom: 0px;
	}

	.joinTwo a {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		height: 280px;
		background-size: cover;
	}

	.publicModule10 .con {
		flex-direction: column;
		height: auto;
	}

	.publicModule10 .pbulicPageTitle {
		padding-top: 50px;
	}

	.publicModule10 li {
		height: auto;
		padding: 0;
	}

	.publicModule10 ul {
		margin-top: 40px;
	}

	.publicModule10 li div {
		width: 60px;
		height: 60px;
	}

	.publicModule5 .caseSwiper {
		width: 100%;
	}

	.wonder {
		margin-top: 30px;
	}

	.wonder .publicModule5 .swiper-slide {
		padding: 0px;
	}

	.mapBox {
		height: 400px;
	}

	.joinTwo {
		padding-top: 40px;
		width: 92%;
		margin: 0px 4%;
	}

	.joinBend li {
		width: 100%;
	}

	.publicModule10 li div {
		width: 80px;
		height: 80px;
	}

	.publicModule10 li {
		padding: 20px 16px;
	}

	.publicModule10 li:nth-child(1)::after,
	.publicModule10 li:nth-child(2)::after,
	.publicModule10 li:nth-child(3)::after,
	.publicModule10 li:nth-child(4)::after {
		background-size: 100% auto;
	}

	.joinBend .welfare li:nth-child(1) div {
		background: url(../images/wsW1.png)no-repeat center center;
		background-size: 100% 100%;
	}

	.joinBend .welfare li:nth-child(2) div {
		background: url(../images/wsW2.png)no-repeat center center;
		background-size: 100% 100%;
	}

	.joinBend .welfare li:nth-child(3) div {
		background: url(../images/wsW3.png)no-repeat center center;
		background-size: 100% 100%;
	}

	.joinBend .welfare li:nth-child(4) div {
		background: url(../images/wsW4.png)no-repeat center center;
		background-size: 100% 100%;
	}
}