.joinUs .lists {
	/* padding: 8.35% 0; */
	padding: 2.37% 0%;
}

.joinUs .lists:nth-child(2n) {
	background: url(../images/joinIn_bg.png) no-repeat;
	background-size: 100%;
}

.joinUs .tit {
	margin-bottom: 3.13%;
	color: #0E50C0;
}


.joinUs .lists:nth-child(2n) .tit {
	color: #fff;
}

.joinUs .lists1 {
	display: flex;
}

.joinUs .lists:nth-child(2n) .lists1 {
	flex-direction: row-reverse;
}

.joinUs .lists1 .left,
.joinUs .lists1 .right {
	width: 50%;
}

.joinUs .lists1 .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.joinUs .lists1 .left {
	background-color: #F5F5F5;
}

.joinUs .lists:nth-child(2n) .left {
	background-color: rgba(255, 255, 255, .15);
}

.joinUs .lists1 .left1 {
	height: 100%;
	padding: 11.1% 8.3%;
}

.joinUs .lists1 .listsCon {
	margin-bottom: 10%;
}

.joinUs .lists1 .listsCon .top {
	display: flex;
	align-items: center;
	color: #0E50C0;
	font-weight: bold;

}

.joinUs .lists1 .listsCon .btm {
	margin-top: 10px;
	color: #999;
}

.more {
	width: 200px;
}

.more::before {
	border-left: 158px solid rgba(96, 96, 96, .2);
}

.joinUs .lists:nth-child(2n) .more::before {
	border-left: 158px solid rgba(255, 255, 255, .3);
}

.joinUs .lists:nth-child(2n) .top,
.joinUs .lists:nth-child(2n) .btm {
	color: #fff;
}

.joinPopup {
	display: none;
}
.joinPopup .joinClose{
	position: absolute;
    right: -40px;
    top: -6%;
	cursor: pointer;
}
.joinPopup .joinMask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}

.joinPopup .cont {
	position: fixed;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 99999;
	width: 56.25%;
	height: 94%;
}

.joinPopup .cont .topSwiper {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	margin-bottom: 10px;
	padding: 0 7.5%;
}
.joinPopup .cont .btmSwiper{
	height: 84%;
	overflow-y: auto;
}
.joinPopup .cont .swiper {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}

.joinPopup .cont .mySwiper {
	padding: 20px 0%;
	margin-bottom: 10px;
	position: relative;
}

.joinPopup .cont .mySwiper .swiper-slide {
	width: 50% !important;
	padding: 5px 0;
	border-right: 1px solid #eee;
	margin-right: 0 !important;
	text-align: center;
	cursor: pointer;
}

.joinPopup .cont .mySwiper .swiper-slide:last-child {
	border-right: 0;
}

.joinPopup .cont .mySwiper2 {
	padding: 55px 0;
}

.joinPopup .cont .mySwiper2 .swiper-slide {
	width: 100% !important;
}

.joinPopup .cont .mySwiper2 .slideCon {
	padding: 0 3.8%;
}

.joinPopup .cont .mySwiper .swiper-slide {
	color: #ccc;
}

.joinPopup .cont .mySwiper .swiper-slide-thumb-active {
	color: #0E50C0;
}

.next20,
.prev20 {
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	background-image: url(/static/images/swiper_pagSele.png);
	/* top: 58%; */
}

.next20 {
	transform: rotate(180deg);
}

.joinPopup .cont .two {
	background-color: #0E50C0;
	padding: 4.4%;
	margin-top: 5.5%;
	margin-bottom: 8.8%;
	line-height: 34px;
}

.joinPopup .cont .three {
	padding-bottom: 4.4%;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 6.6%;
}

.joinPopup .cont .four .tit {
	display: inline-block;
	padding: 20px 54px 20px 30px;
	background: #0E50C0;
	margin-bottom: 6.6%;
}

.joinPopup .cont .four .litCon {
	padding-bottom: 6.2%;
	margin-bottom: 6.2%;
	border-bottom: 1px solid #EEEEEE;
}

.joinPopup .cont .four .lit2 li {
	list-style: disc;
	color: #999999;
	line-height: 38px;
}

.joinPopup .cont .five {
	display: flex;
}

.joinPopup .cont .fiveCon {
	width: 50%;
	padding: 40px;
	background: #0E50C0;
}

.joinPopup .cont .fiveCon .five-1,
.joinPopup .cont .fiveCon .five-2 {
	line-height: 24px;
}

.joinPopup .cont .fiveCon:nth-child(2) {
	background-color: #0E73C0;
	display: flex;
	align-items: center;
	line-height: 36px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.joinPopup .cont .btmSwiper::-webkit-scrollbar {
	width: 6px;
	height: 16px;

}

/*定义滚动条轨道 内阴影+圆角*/
.joinPopup .cont .btmSwiper::-webkit-scrollbar-track {

	border-radius: 10px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.joinPopup .cont .btmSwiper::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #0E73C0;
}

@media only screen and (max-width: 1366px){
	.joinPopup .cont .btmSwiper{
		height: 72%;
	}
}
@media only screen and (max-width: 1000px){
	.joinUs .lists:nth-child(2n){
		background: #1962c9;
	}
	.joinUs .lists1,
	.joinUs .lists:nth-child(2n) .lists1{
		flex-direction: column;
	}
	.joinUs .lists1 .left, .joinUs .lists1 .right{
		width: 100%;
	}
}