.zplist{ width:1400px; margin:50px auto}
.w1400{ width:30%; margin-right:1.5%;margin-left:1.5%; float:left}

.lightBox {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 99999999;
	transition: all .5s cubic-bezier(.23, 1, .32, 1);
	opacity: 0;
	visibility: hidden;
	position: fixed;
}

.lightBox.active {
	opacity: 1;
	visibility: visible
}
.lightBox .tet-box {
	position: absolute;
	background: #fff;
	left: 50%;
	width: 1000px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8
}

.lightBox .tittle {
	line-height: 35px;
	padding: 30px 30px 10px 30px;
	border-radius: 20px;
	background: #fff;
	color: #333;
	font-weight: 900;
	font-size: 20px;
	height: 65px;
}

.lightBox .summary-join {
	padding: 10px 30px 10px 30px;
	height: 550px;
	overflow-y: auto;
	font-size: 16px;
	line-height: 2;
}

.lightBox .close {
	width: 80px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 12.5px;
	background: #fff;
	color: #9cabc9;
	cursor: pointer;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.lightBox .close:hover {
	background: #9cabc9;
	color: #fff;
}
.joinIcon {
	display: block;
	margin-bottom: 50px;
}

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

.joinIcon ul li {
	width: calc(100% / 6);
	position: relative;
	text-align: center;
	color: #fff;
}

.joinIcon ul li .icon {
	width: 70px;
	height: 70px;
	margin: 0px auto;
	line-height: 70px;
	text-align: center;
	font-size: 40px;
	position: relative;
}

.joinIcon ul li::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	bottom: 0%;
	background-color: rgba(255, 255, 255, .1);
	content: '';
	display: block;
}

.joinIcon ul li .txt {
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
}
.joinList .swiper-slide {
	width: 32%;
	position: relative;
	height: 380px;
	margin-right: 2%;
	margin-bottom: 25px;
	background: #fff;
	cursor: pointer;
	padding: 50px 25px;
	border-radius: 30px 0px 30px 0px;
}

.joinList .swiper-slide:nth-child(3n){
	margin-right: 0%;
}

.joinList{
	height: 0px;
	overflow: hidden;
}
.joinList .swiper-wrapper{
	flex-wrap: wrap;
}
.joinList.active{
	height: auto;
	padding-bottom: 50px;
}
.jboxs{
	padding-bottom: 0px;
}

.joinList .swiper-slide .title {
	font-size: 22px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	min-height: 46px;
	font-weight: bold;
	
}

.joinList .swiper-slide .title::after {
	width: 15%;
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #9cabc9;
	-webkit-transition: all .5s;
}
.joinList .swiper-slide:hover .title{
	color: #9cabc9;
}
.joinList .swiper-slide:hover .title::after{
	width: 100%;
}
.joinList .swiper-slide .des {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 2;
	
	overflow: hidden;
}




.joinIcon ul li:last-child::after{
	display: none;
}



	.joinIcon ul{
		flex-wrap: wrap;
	}
	.joinIcon ul li{
		width: 20%;
		padding: 10px 0px;
	}
	.joinIcon ul li .icon{
		width: 50px;
		height: auto;
		line-height: 30px;
		font-size: 24px;
	}
	.joinIcon ul li .txt{
		margin-top: 0px;
		font-size: 12px;
		padding: 0px 5px;
		opacity: .9;
	}
	.joinIcon ul li::before{
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0px;
		bottom: 0%;
		background-color: rgba(255, 255, 255, .1);
		content: '';
		display: block;
	}
	.joinIcon ul li:last-child::after{
		display: block
	}
	.subTitle{
		margin-bottom: 0px;
	}
	.joinIcon ul{
		position: relative;
	}
	.joinIcon ul::after{
		width: 1px;
		height: 100%;
		position: absolute;
		left: 0px;
		bottom: 0%;
		background-color: rgba(255, 255, 255, .1);
		content: '';
		display: block;
	}
	.joinIcon{
		margin-bottom: 20px;
	}
	.joinList .swiper-slide{
		width: 100%;
		height: 200px;
		padding: 20px 15px;
		border-radius: 20px 0px 20px 0px;
	}
	.joinList .swiper-slide .title{
		font-size: 18px;
	}
	.lightBox .tet-box{
		width: 1000px;border-radius: 20px;
	}
	.lightBox .close{
		font-size: 14px;
	}
	.joinList.active{
		padding-bottom: 0px;
	}
@media (max-width:1366px){
.zplist{ width:95%; margin:50px auto}

}
@media (max-width:950px){
.zplist {
    width: 95%;
    margin: 80px auto;
}
.w1400 {
    width: 97%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
   
}
.lightBox .tet-box {
    width: 95%;
    border-radius: 20px;
}
}
