*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}

.wrap{
	position: relative;
	width: 1200px;
	margin:40px auto 0 auto
}
.wrap h2{font-size:36px;margin-bottom:17px;text-align:center;font-weight:normal;line-height:42px;height:60px;}

.wrap .swiper-container {
	position: relative;
    top: 105px;
    width: 90%;
}

.wrap .swiper-slide {
	width: 50%;
	height: 430px;
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}

.wrap .swiper-slide img {
	width:100%;
	display: block;
	height: 100%;
}

.wrap .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.wrap .swiper-pagination {
	width: 100%;
	bottom: 35px;
}

.wrap .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #030000;
	width: 10px;
	height: 10px;
	opacity: .6;
}

.wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 34px;
	display: inline-block;
	height: 10px;
	border-radius: 10px;
	transition: width .4s cubic-bezier(.4, 0, .2, 1);
	background-image: linear-gradient(80deg, #0989c5, #995cb6);
	opacity: 1;
}

.wrap .swiper-button-prev {
	left: 190px;
    top: 300px;
    width: 45px;
	height: 45px;
	background: transparent url(../images/prev_dbff5b8.png) left center no-repeat;
}

.wrap .swiper-button-next {
	right: 190px;
	top: 300px;
	width: 45px;
	height: 45px;
	background: transparent url(../images/next_23104f2.png) right center no-repeat;
}

/* 职业介绍的样式重写  2021-03-10 by leo*/
.roles-tab {
	display: flex;
	margin-bottom: 28px;
}

.roles-tab  p{ 
	width: 112px;
	height: 38px !important;
	line-height: 38px;
	font-size: 26px;
	text-align: center;
	border: 1px solid #C08D47;
	margin-right: 10px;
	color: #C08D47;
	margin-bottom: 0 !important;
	cursor: pointer;
}

.roles-tab  p.title {
	width: 136px;
	border: none !important;
	height: 40px !important;
	line-height: 40px;
}

.leo2,.leo3 {
	display: none;
}
