.join2 {
	padding: 147px 0 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.join2 .wrap-sm {
	padding-top: 30px;
}

.join2 .left {
	width: 50%;
	position: relative;
}

.join2 .left .pic {
	border: 10px solid transparent;
	border-radius: 100%;
	overflow: hidden;
	transition: all ease .8s;
}

.join2 .left .pic:nth-of-type(1) {
	width: 150px;
	position: absolute;
	top: 15%;
	right: 15%;
}

.join2 .left .pic:nth-of-type(2) {
	width: 70px;
	position: absolute;
	top: 15%;
	right: 60%;
}

.join2 .left .pic:nth-of-type(3) {
	width: 90px;
	position: absolute;
	top: 55%;
	right: 45%;
}

.join2 .left .pic.on {
	border: 10px solid #fff;
	box-shadow: 0px 5px 35px 0px rgb(0, 0, 0, 0.22);
}


.join2 .left .pic img {
	width: 100%;
}

.join2 .right {
	width: 50%;
}

.join2 .swiper-slide {
	cursor: grab;
}

.join2 .swiper-slide img {
	margin-bottom: 20px;
}

.join2 .swiper-slide h2 {
	font-size: 30px;
	margin-bottom: 1em;
}

.join2 .swiper-slide p {
	color: #666;
}

.join3 {
	padding: 60px 0 130px;
	background-size: auto;
	background-position: 0 -326%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.join3 .Cit {
	max-width: 952px;
	margin: 0 auto;
}

.join3 .join3-wrap {
	max-width: 1170px;
	margin: 60px auto 0;
}

.join3 .ev {
	width: calc(100% / 3);
	padding: 16px 15px 30px;
	transition: 0.5s all ease-in-out;
	border-radius: 20px;
	margin-bottom: 60px;
}

.join3 .ev:hover {
	box-shadow: 0 40px 80px rgb(0, 0, 0, 0.1);
	background: #fff;
}

.join3 .ev .title {
	font-size: 20px;
	font-weight: 600;
	position: relative;
}

.join3 .ev .title::after {
	content: '';
	display: block;
	transition: 0.5s all ease-in-out;
	width: 0%;
	height: 1px;
	background: #0C9898;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.join3 .ev:hover .title::after {
	width: 100%;
}

.join3 .ev .title img {
	margin-right: 10px;
	width: 40px;
	height: 40px;
}

.join3 .ev .intr {
	padding: 20px 0 0;
	margin-top: 20px;
	position: relative;
}

.join3 .ev .intr::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s all ease-in-out;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.join3 .ev:hover .intr::before {
	width: 0%;
}

.join3 .ev .intr p {
	color: #7C818D;
	line-height: 1.8;
	font-size: 16px;
}

.join4 {
	padding: 42px 0 130px;
	background: #FCFCFC;
}

.join4 .Cit {
	max-width: 816px;
	margin: 0 auto;
}

.join4 .wrap {
	margin-top: 60px;
}

.join4 .ev {
	width: 26%;
	margin-bottom: 80px;
	border-radius: 17px;
	background: #0C9898;
}

.join4 .ev-wrap {
	height: 100%;
	border-radius: 17px;
	padding: 108px 80px 75px;
	background: #FFFFFF;
	position: relative;
	transform: translate(-10px, -8px);
	transition: all ease .8s;
}


.join4 .ev-wrap:hover {
	transform: translate(-5px, -5px);
}

.join4 .ev b {
	font-family: Poppins-bold;
	font-size: 132px;
	color: #F4F6FA;
	position: absolute;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);
}

.join4 .ev p {
	position: relative;
	z-index: 5;
	font-size: 16px;
	color: #0C9898;
}

.join4 .ev .poo {
	display: flex;
	position: absolute;
	left: calc(100% + 50px);
	top: 50%;
	transform: translateY(-50%);
}

.join4 .ev:nth-of-type(5) .poo,
.join4 .ev:nth-of-type(6) .poo {
	left: auto;
	right: calc(100% + 50px);
}

.join4 .ev:nth-of-type(3) .poo,
.join4 .ev:nth-of-type(4) .poo {
	left: 50%;
	top: calc(100% + 30px);
	transform: translateX(-50%) rotate(90deg);
}

.join4 .ev:nth-of-type(9) .poo {
	display: none;
}

.join4 .ev .poo span {
	display: block;
	width: 6px;
	height: 6px;
	margin: 5px;
	background: #0C9898;
	border-radius: 50%;
}

.join5 {
	padding: 100px 0;
}

.join5 .wrap-sm {
	margin-top: 65px;
}

.join5 .typeTi {
	background-color: #f6f7f8;
}

.join5 .ev.on {
	box-shadow: 0 30px 65px rgb(0, 0, 0, 0.2);
}

.join5 .typeTi,
.join5 .ev {
	margin-bottom: 30px;
}

.join5 .typeTi,
.join5 .ev .title {
	height: 76px;
	padding: 0 20px;
}

.join5 .typeTi span,
.join5 .ev .title span {
	flex: 1;
	font-weight: 700;
	color: #616366;
	text-align: center;
	font-size: 18px;
}

.join5 .ev .title {
	border: 1px solid #e6e6e6;
	cursor: pointer;
	transition: all ease .3s;
}

.join5 .ev .title:hover,
.join5 .ev.on .title {
	border-color: transparent;
	border-bottom: 1px solid #e6e6e6;
	box-shadow: 0 20px 40px rgb(0, 0, 0, 0.2);
}

.join5 .ev .content {
	padding: 5.15% 8.5% 6.57%;
	display: none;
}

.join5 .ev .content dl {
	width: 49%;
}

.join5 .ev .content h2 {
	font-family: Poppins-bold;
	font-size: 18px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #3B4048;
}

.join5 .ev .content p {
	line-height: 1.8;
	font-size: 14px;
	color: #AAADB1;
}

.join5 .ev .content .Cmore {
	margin-top: 40px;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

@media screen and (max-width:1519px) {}

@media screen and (max-width:1366px) {
	.join4 .ev .poo {
		left: calc(100% + 38px);
	}

	.join4 .ev:nth-of-type(5) .poo,
	.join4 .ev:nth-of-type(6) .poo {
		right: calc(100% + 38px);
	}

	.join4 .ev-wrap {
		padding: 80px 50px 70px;
	}
}

@media screen and (max-width:1250px) {
	.join3 {
		padding: 10px 0 0;
		background: none !important;
	}

	.join4 {
		padding: 53px 0 0;
	}

	.join3 .join3-wrap {
		width: 90%;
	}

	.join4 .ev b {
		left: 50%;
		font-size: 130px;
		transform: translate(-50%, -50%);
	}

	.join2 {
		padding: 80px 0 60px;
	}

	.join3 .ev {
		width: calc(100% / 2.1);
	}

	.join3 .ev:hover {
		box-shadow: none;
		background: transparent;
	}

	.join5 .typeTi span,
	.join5 .ev .title span {
		font-size: 16px;
	}
}

@media screen and (max-width:991px) {
	.join2 .left {
		display: none;
	}

	.join2 .left,
	.join2 .right {
		width: 100%;
	}

	.join4 .ev .poo {
		display: none;
	}

	.join4 .ev {
		width: 45%;
	}

	.join4 .ev:nth-of-type(1) {
		order: 1;
	}

	.join4 .ev:nth-of-type(2) {
		order: 2;
	}

	.join4 .ev:nth-of-type(3) {
		order: 3;
	}

	.join4 .ev:nth-of-type(4) {
		order: 6;
	}

	.join4 .ev:nth-of-type(5) {
		order: 5;
	}

	.join4 .ev:nth-of-type(6) {
		order: 4;
	}

	.join4 .ev:nth-of-type(7) {
		order: 7;
	}

	.join4 .ev:nth-of-type(8) {
		order: 8;
	}

	.join4 .ev:nth-of-type(9) {
		order: 9;
	}
}

@media screen and (max-width:768px) {

	.join4 .ev b {
		left: 50%;
		font-size: 130px;
		transform: translate(-50%, -50%);
	}

	.join5 .typeTi span:nth-of-type(2),
	.join5 .typeTi span:nth-of-type(3),
	.join5 .typeTi span:nth-of-type(4),
	.join5 .ev .title span:nth-of-type(2),
	.join5 .ev .title span:nth-of-type(3),
	.join5 .ev .title span:nth-of-type(4) {
		display: none;
	}

	.join5 .typeTi span,
	.join5 .ev .title span {
		font-size: 14px;
	}

	.join5 .ev .content dl {
		width: 100%;
	}

	.join3 .ev {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:480px) {

	.join4 .ev {
		width: 100%;
		margin-bottom: 40px;
	}
}