/*
	公共部分
*/
:root{
	--swiper-theme-color: #ffffff;
	--swiper-pagination-color: var(--theme-color);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
	left: 15%;
	right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev{
	left: auto;
	right: 40%;
}
.banner-title-module{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 2;
	color: #ffffff;
}
.banner-title-module .banner-title-center{
	position: relative;
	width: var(--module-width);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.banner-title-module .banner-title{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-shadow: 0px 2px 15px rgba(0,0,0, .20);
}
.banner-title-module .banner-down{
	position: absolute;
	left: 0;
	bottom: 2.5rem;
	width: 3.5rem;
	height: 3.5rem;
}

.home-row-module{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.nav-path-module{
	width: var(--module-width);
	display: flex;
	justify-content: space-between;
	margin-top: 1.87rem;
}
.nav-path-module .nav-path{
	font-size: 0.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nav-path-module .nav-path img{
	width: 0.87rem;
	height: 0.87rem;
}
.nav-path-module .nav-path span{
	margin-right: 0.3rem;
}
.nav-path-module .nav-page-list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -2px;
	font-size: 0.87rem;
}
.nav-path-module .nav-page-list a{
	color: #303030;
	cursor: pointer;
}
.nav-path-module .nav-path a{
	color: #303030;
	cursor: pointer;
	margin-right: 0.3rem;
}
.nav-path-module .nav-page-list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -2px;
	font-size: 0.87rem;
}
.nav-path-module .nav-page-list .nav-page-item{
	margin: 0px 0.62rem;
	font-size: 0.87rem;
	color: #303030;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nav-path-module .nav-page-list .nav-page-item .item-line{
	background:#ffffff;
	height: 4px;
	width: 1%;
	transition: width 500ms;
}
.nav-path-module .nav-page-list .active .item-line{
	background:var(--theme-color);
	display: flex;
	width: 100%;
}
.nav-path-module .nav-page-list .nav-page-item:hover .item-line{
	background:var(--theme-color);
	display: flex;
	width: 100%;
}


.content-title-module{
	width: var(--module-width);
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.content-title-module img{
	height: 4rem;
}
.content-title-module h1{
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 600;
	-webkit-text-stroke:5px undefined;
	text-stroke:5px undefined;
}
.bottom{
	width: 100%;
	height: 4rem;
}
/* --------------------- 公共 end --------------------- */

/* --------------------- 招聘 --------------------- */

.filter-list{
	width: var(--module-width);
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 2rem;
	padding-bottom: 2rem;
	position: absolute;
	top: 6rem;
	z-index: 111;
}
.filter-list .select{
    position: relative;
	border: 1px solid #B8B8B8;
	border-radius: 0.37rem;
	line-height: 2rem;
	min-width: 10rem;
	/* z-index: 1; */
	cursor: pointer;
	margin-right: 1rem;
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.filter-list .select .placeholder{
	height: 2rem;
	line-height: 2rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.filter-list .select .placeholder span{
	padding: 0 0.5rem 0 1rem;
}
.filter-list .select .placeholder img{
	width: 0.8rem;
	height: 0.8rem;
	margin:0 1rem 0 0.5rem;
}
.filter-list .select ul{
	width: 100%;
	background: #ffffff;
	z-index: 111;
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
	display: none;
}
.filter-list .select ul li{
	padding: 0 1rem;
	line-height: 2rem;
	cursor: pointer;
}
.filter-list .select ul li:hover{
	background: var(--theme-color);
	color: #ffffff;
}

.result-list{
	width: var(--module-width);
	background: #ffffff;
	padding: 2rem 0;
	margin: 2rem 0 0 0;
	border: 0;
	border-collapse: collapse;
}
.result-list .th{
	width: 100%;
	height: 4.5rem;
	line-height: 4.5rem;
	border-bottom: 1px solid #f9f9f9;
}
.result-list .result-item{
	width: 100%;
	cursor: pointer;
	height: 4.5rem;
	line-height: 4.5rem;

}
.result-list .result-item>div{
	display: flex;
	justify-content: space-between;
}
.result-list .th td,
.result-list .result-item td{
	padding: 0 1rem;
	text-align: left;
	border: 0;
}
.result-list .result-item:hover{
	color: #ffffff;
	background:rgba(26,38,170,1);
	opacity:0.8;
}
.go-bottom{
	width: var(--module-width);
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5rem;
}
.w160{
	width: 10rem;
}
.bottom{
	width: 100%;
	height: 4rem;
}
/* --------------------- 招聘 --------------------- */

/* --------------------- 员工风貌 --------------------- */

.staff-sport-module{
	width: 100%;
	position: relative;
	margin-top: 2.5rem;
}
.staff-sport-module img{
	width: 100%;
	display: flex;
}
.staff-sport-module .sport-desc-module{
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: calc(-1 * var(--module-width) * 0.5);
	width: var(--module-width);
	height: 100%;
	color: #ffffff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.staff-sport-module .sport-desc-module .sport-desc{
	width: 65%;
	margin-right: 5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	opacity: 0.6;
}
.staff-sport-module .sport-desc-module .sport-desc p{
	line-height: 2rem;
	margin-top: 2.5rem;
}
.sport-img-list{
	width: var(--module-width);
	display: flex;
	justify-content: space-between;
	padding-bottom: 4rem;
}
.sport-img-list .list-item{
	width: calc(var(--module-width) * 0.325);
	display: flex;
	flex-direction: column;
}
.sport-img-list .list-item img{
	width: 100%;
	display: flex;
	margin-top: 1rem;
}
/* --------------------- 员工风貌 end --------------------- */

/* --------------------- 人才理念 --------------------- */

.talent-module{
	width: var(--module-width);
	height: calc(var(--module-width) * 0.45 + 2rem);
	position: relative;
	margin-top: 2rem;
}
.talent-module .talent-img{
	width: 100%;
	height: calc(var(--module-width) * 0.45);
}
.talent-module .talent-text{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	background: #ffffff;
	padding: 1.5rem;
	text-align:justify;
}
.talent-module .left{
	left: 0;
}
.talent-module .right{
	right: 0;
}
.talent-module .talent-text .talent-title{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.talent-module .talent-text .talent-line{
	width: 1.25rem;
	height: 0.37rem;
	background: var(--theme-color);
}
.talent-module .talent-text .talent-desc{
	line-height: 1.5rem;
	margin: 3rem 0;
	text-align:justify;
}
/* --------------------- 人才理念 end --------------------- */

/* --------------------- 福利待遇 --------------------- */

.welfare-module{
	width: var(--module-width);
	margin-top: 2rem;
}
.welfare-module .welfare-title{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
}
.welfare-module .welfare-title-img{
	display: flex;
	height: 2.5rem;
}
.welfare-module .welfare-title span{
	position: absolute;
	left: 50%;
	bottom: -1rem;
	margin-left: -2.5rem;
}
.welfare-module .welfare-list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 3rem;
}
.welfare-module .welfare-list .list-item{
	width: calc(var(--module-width) * 0.235);
	height: calc(var(--module-width) * 0.235 * 1.25);
	margin-right: calc(var(--module-width) * 0.02);
	border-radius: 0.4rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.2rem;
}
.welfare-module .welfare-list .list-item:hover img{
	transform: scale(1.1);
}
.welfare-module .welfare-list .list-item:nth-child(4n){
	margin-right: 0;
}
.welfare-module .welfare-list .list-item .list-item-img{
	width: 100%;
	height: 100%;
	display: flex;
	object-fit: cover;
	transition: all 1s;
}
.welfare-module .welfare-list .list-item .list-item-cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background:linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 60%);
	color: #ffffff;
}
.welfare-module .welfare-list .list-item .list-item-cover p{
	padding: 2rem 1.5rem;
	display: flex;
	flex-direction: column;
}
.welfare-module .welfare-list .list-item .list-item-cover .list-item-line{
	height: 1px;
	background: #ffffff;
	display: block;
	margin: 0.5rem 0rem;
	opacity: 0.4;
}
.custom-cut{
	width: 100%;
	height: calc(var(--module-width) * 0.36);
	margin-top: 2rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.custom-cut .swiper-slide{
	width: 10%;
	height: calc(var(--module-width) * 0.36);
	display: flex;
	align-items: center;

}
.custom-cut .active{
	width: 80%;
	height: calc(var(--module-width) * 0.36);
	display: flex;
	align-items: center;
}
.custom-cut .swiper-slide img{
	width: 100%;
	object-fit: cover;
	display: flex;
	height: 80%;
}
.custom-cut .active img{
	width: 100%;
	object-fit: cover;
	display: flex;
	height: 100%;
}
.custom-cut .btn-img{
	position: absolute;
	top:50%;
	width: 4rem;
	height: 8rem;
	margin-top: -4rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 222;
}
.custom-cut .btn-img img{
	width: 1rem;
	height: 2rem;
}
.custom-cut .btn-left{
	left: 10%;
}
.custom-cut .btn-right{
	right: 10%;
}
.custom-cut .btn-right img{
	transform: rotate(180deg);
}

.card-module{
	width: var(--module-width);
	margin-top: 2rem;
}
.card-list{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
}
.card-list .card-item{
	height: 3.5rem;
	margin: 0 0.5rem;
	display: flex;
}
.card-list-left,
.card-list-right{
	display: flex;
	flex-wrap: wrap;
	width: 35%;
}
.card-list-left{
	justify-content: flex-end;
}
.card-list-left .card-item,
.card-list-right .card-item{
	margin: 0.5rem;
}
.card-item-vip{
	height: 10rem;
	display: flex;
	margin: 0 0.5rem;
}
.bgffffff{
	background: #ffffff;
}
/* --------------------- 福利待遇 end --------------------- */

/* --------------------- 联系圆歌 --------------------- */

.contact-title{
	width: 100%;
	text-align: center;
	margin: 2rem 0 0 0;
}
.contact-call-module{
	width: var(--module-width);
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	margin-top: 2rem;
}
.contact-call-list{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.contact-call-list .contact-call-item{
	display: flex;
	flex-direction: column;
	padding: 2rem 2rem 0 2rem;
}
.contact-call-list .contact-cal-line{
	display: flex;
	height: 1px;
	background: #f9f9f9;
	margin: 2rem 2rem 0 2rem;
}
.contact-call-list .contact-cal-line:last-child{
	display: none;
}
.contact-call-list .contact-call-item .call-item-title{
	margin-bottom: 0.5rem;
}
.contact-call-list .contact-call-item .call-type{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0.6rem;
}
.contact-call-list .contact-call-item .call-type .type-img{
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.6rem;
}
.contact-call-img{
	width: 50%;
	display: flex;
	object-fit: cover;
	max-height: 21rem;
}
#allmap{
	width: var(--module-width);
	height: calc(var(--module-width) * 0.4);
	margin-top: 2rem;
}
.address-list{
	width: var(--module-width);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.address-item{
	width: 24%;
	margin: 1rem 0.5% 0 0.5%;
	display: flex;
	flex-direction: column;
}
.address-item img{
	width: 100%;
	display: flex;
	object-fit: cover;
	max-height: 8rem;
}
.address-item .address-text{
	width: 100%;
	background: #ffffff;
	height: 10rem;
}
.address-item .address-text .address-title{
	padding: 1.25rem;
	text-align: center;
}
.address-item .address-text p{
	padding: 0 1.25rem;
	margin-top: 0.3rem;
}


/* --------------------- 联系圆歌 end --------------------- */

/* --------------------- 商务接洽 --------------------- */

.business-module{
	width: var(--module-width);
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
	position: relative;
}
.business-module .business-title{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
}
.business-module .business-title-img{
	display: flex;
	height: 2.5rem;
}
.business-module .business-title span{
	position: absolute;
	left: 50%;
	bottom: -1rem;
	margin-left: -2.5rem;
}
.business-module .yinhao{
	position: absolute;
	left: 0;
	top: 1.5rem;
}
.business-module .business-desc{
	width: 100%;
	padding: 2rem 0 2rem 0;
	line-height: 1.8rem;
	text-align:justify;
}
.business-module .module-title{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.business-module .call-list{
	width: 100%;
	display: flex;
    flex-flow: wrap;
	margin-top: 2rem;
}
.business-module .call-list .call-item{
	width: 48%;
	background: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
    margin: 0.6em;
}
.business-module .call-list .call-item .call-img{
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	margin: 2rem;
}
.business-module .call-list .call-item .call-info{
	height: 6rem;
	margin: 2rem 2rem 2rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.business-module .call-list .call-item .call-info .call-way{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0.5rem;
}
.business-module .call-list .call-item .call-info .call-way .way-img{
	width: 0.8rem;
	height: 0.8rem;
	display: flex;
	margin-top: 2px;
	margin-right: 3px;
}
/* --------------------- 商务接洽 end --------------------- */

/* --------------------- 管培生计划 --------------------- */
.trainee-cover{
	width: 100%;
	background: rgba(255,255,255,0.2);
	height: calc(var(--module-width) * 0.564);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.trainee-list{
	width: calc(var(--module-width) * 1.1) ;
	display: flex;
	flex-direction: column;
	margin-top: 5rem;
	position: relative;
	z-index: 2;
}
.trainee-list .trainee-item{
	width: 100%;
	display: flex;
}
.trainee-btn{
	width: 130%;
	display: flex;
	justify-content: center;
	margin-top: -6rem;
}
.trainee-btn img{
	width: 100%;
	display: flex;
}
/* --------------------- 管培生计划 end --------------------- */


.text-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pd-b6{
	padding-bottom: 6rem;
}
.pd-b10{
	padding-bottom: 10rem;
}
.pd-b20{
	padding-bottom: 20rem;
}
.mg-t-8{
	margin-top: -8rem;
}
.mg-t-20{
	margin-top: -20rem;
}
/* --------------------- 移动端 --------------------- */
@media screen and (min-width:1600px){
	.content-title-module img{
		height: 5rem;
	}
}
@media (max-width: 1600px) {
	.content-title-module img{
		height: 4rem;
	}
}
@media (max-width: 768px) {
	#swiper-banner{
		min-height: 30vh;
	}
	#swiper-banner .banner-img{
		min-height: 30vh;
	}
	.banner-title-module .banner-title-center{
		justify-content:flex-end;
	}
	.banner-title-module .banner-title{
		padding-bottom: 2rem;
	}
	.content-title-module img{
		height: 2.5rem;
	}

	.nav-path-module{
		width: var(--module-width);
		display: flex;
		flex-direction: column;
		margin-top: 0.93rem;
	}
	.banner-title-module .banner-down{
		position: absolute;
		left: 0;
		bottom: 1.25rem;
		width: 1.62rem;
		height: 1.62rem;
	}
	.nav-path-module .nav-path{
		font-size: 0.87rem;
		display: none;
		justify-content: flex-start;
		align-items: center;
	}
	.nav-path-module .nav-page-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.nav-path-module .nav-page-list .nav-page-item{
		margin: 0px 1rem;
		font-size: 0.87rem;
		display: flex;
	}

	.filter-list{
		position: unset;
		flex-wrap: wrap;
	}
	.result-list{
		background: #ffffff;
		padding:0;
	}
	.result-list .result-item{
		width: 90%;
		background: #ffffff;
		line-height: 1.5rem;
		height: 3rem;
		padding: 1rem 5%;
		display: flex;
		flex-direction: column;
	}


	.staff-sport-module{
		width: var(--module-width);
	}
	.staff-sport-module img{
		display: none;
	}
	.staff-sport-module .sport-desc-module{
		width: 100%;
		height: auto;
		position: unset;
		margin-right: 0;
		color: #303030;
	}
	.staff-sport-module .sport-desc-module .sport-desc{
		width: 100%;
		margin-right: 0;
		opacity:1;
	}
	.sport-img-list .list-item{
		width: 49%;
		display: flex;
		flex-direction: column;
	}

	.talent-module{
		width: var(--module-width);
		height: auto;
		position: relative;
		margin-top: 2rem;
	}
	.talent-module .talent-img{
		width: 100%;
		height: auto;
	}
	.talent-module .talent-text{
		position: unset;
		right: 0;
		bottom: 0;
		width: 100%;
		background: unset;
		padding: 1.5rem 0;
	}
	.welfare-module .welfare-list{
		justify-content: space-between;
	}
	.welfare-module .welfare-list .list-item{
		width: 49.5%;
		margin-right: 0;
		height: calc(var(--module-width) * 0.495 * 1.25);
	}
	.welfare-module .welfare-title-img {
	    display: flex;
	    height: 2rem;
	}
	.card-module{
		width: 100%;
		margin-top: 2rem;
		display: flex;
		flex-direction: column;
	}
	.card-item-vip{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.card-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.card-list .card-item{
		width: 49%;
		height: auto;
		margin: 0.5rem 0 0 0;
	}

	.business-module .call-list{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 2rem;
	}
	.business-module .call-list .call-item{
		width: 100%;
		background: #ffffff;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-top: 1rem;
	}

	.contact-call-module{
		width: var(--module-width);
		display: flex;
		justify-content: flex-start;
		background: #ffffff;
		margin-top: 2rem;
		padding-bottom: 2rem;
	}
	.contact-call-list{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.contact-call-list .contact-call-item{
		display: flex;
		flex-direction: column;
		padding: 2rem 2rem 0 2rem;
	}
	.contact-call-list .contact-call-item .call-item-title{
		margin-bottom: 0.5rem;
	}
	.contact-call-list .contact-call-item .call-type{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-top: 1rem;
	}
	.contact-call-list .contact-call-item .call-type .type-img{
		width: 1.5rem;
		height: 1.5rem;
		margin-right: 1rem;
	}
	.contact-call-img{
		width: 50%;
		display: none;
		object-fit: cover;
		max-height: 24rem;
	}
	#allmap{
		width: 90%;
		height: 16rem;
		margin-top: 2rem;
	}
	.address-list{
		width: var(--module-width);
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.address-item{
		width: 49%;
		margin: 1rem 0 0 0;
		display: flex;
		flex-direction: column;
	}
	.address-item img{
		width: 100%;
		display: flex;
		object-fit: cover;
		max-height: 8rem;
	}
	.address-item .address-text{
		width: 100%;
		background: #ffffff;
		padding: 1rem 0 2rem 0;
	}
	.address-item .address-text .address-title{
		padding: 0 1rem;
		text-align: center;
		font-size: 1rem;
	}
	.address-item .address-text p{
		padding: 0 1rem;
		margin-top: 1rem;
	}

	.trainee-cover{
		width: 100%;
		background: rgba(255,255,255,0.2);
		height: 35.5vh;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.trainee-list{
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-top: 5rem;
		position: relative;
		z-index: 2;
	}
	.trainee-list .trainee-item{
		width: 100%;
		display: flex;
	}
	.trainee-btn{
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: -1rem;
	}
	.trainee-btn img{
		width: 300%;
		display: flex;
	}
}
