@font-face{
    font-family: 'markpro';
    src: url('../otf/markpro.otf');
}

body{
	color: #070912;
}

.line{
	display: inline-block;
	width: 56px;
	height: 2.5px;
	background-color: #f55828;
	margin-bottom: 20px;
}

.container:not(.header){
	padding-left: 120px;
}

.join-text{
	font-size: 24px;
	margin-top: 90px;
	line-height: 1.8;
}

.join-text h3{
	font-size: 24px;
	font-weight: bold;
}

.join-text a{
	color: #f55828;
	font-size: 16px;
}

.join-text p{
	margin-top: 40px;
}

.join-word{
	margin-top: 100px;
}

.join-word .small{
	width: 42%;
}

.join-word .big{
	width: 58%;
}

.join-word img{
	width: 100%;
}

.join-word .word-name{
	font-size: 24px;
	display: inline-block;
	text-align: center;
}

.join-word .en-name{
	font-family: 'markpro';
	font-size: 90px;
	opacity: 0.05;
	margin: 25px 0 10px 0;
	line-height: 1;
}

.join-word .word{
	font-size: 18px;
}

.join-word .word .en{
	font-family: 'markpro';
	margin-top: 10px;
}

.join-word .vision-en-name{
	margin: 30px 0 80px;
}

.join-word{
	background-image: url('../png/bg-1.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}

#values{
	margin-top: 150px;
}

#values .small{
	padding-left: 100px;
}

#values .word{
	margin-bottom: 40px;
}

#values .word .en{
	margin-top: 5px;
}

.employees{
	margin-top: 170px;
}

.employees .title{
	font-size: 24px;
	display: inline-block;
}

.employees .title .en{
	font-family: 'markpro';
	font-size: 100px;
	opacity: 0.05;
	margin-top: 50px;
	line-height: 1;
}

#photo img{
	width: 100%;
}

.photos .swiper-container{
	padding-top: 30px;
}

.photos .swiper-slide:nth-of-type(even){
	margin-top: -30px;
}

.photos .swiper-button-next{
	right: 9%;
	top: unset;
	bottom: -50px;
	outline: none;
}

.jobs{
	margin-top: 230px;
}

.photo-swiper{
	--swiper-navigation-color: #f43c03;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 40px;/* 设置按钮大小 */
	position: relative;
}

.jobs .title{
	font-size: 24px;
}

.jobs .title span{
	margin: 20px 0 50px;
}

.job-list .list{
	flex-wrap: wrap;
}

.job-list .item{
	flex: 0 0 33.333%;
	padding-right: 70px;
	margin-bottom: 150px;
}

.job-list .item:nth-of-type(3n){
	padding-right: 0px;
}

.job-list .item span{
	margin: 6px 0 15px;
}

.job-list .ask p{
	margin-bottom: 6px;
	line-height: 1.8;
}

.job-bottom{
	margin-bottom: 110px;
}

.job-bottom .item{
	width: 50%;
}

.job-bottom .pic{
	display: inline-block;
	position: relative;
}

.job-bottom .pic:after{
	content: " ";
	position: absolute;
	width: 254px;
	height: 192px;
	background-color: #f43c03;
	right: -10px;
	bottom: -10px;
	z-index: 1;
}

.job-bottom .pic img{
	display: block;
	max-width: 100%;
	z-index: 2;
	position: relative;
}

.job-bottom .text{
	position: absolute;
	padding-left: 50px;
/*    top: 50%;
    left: 40px;
    right: 40px;
    transform: translateY(-50%);*/
    font-size: 14px;
    line-height: 2;
}

.job-bottom .text a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #f43c03;
	margin-top: 30px;
}

.job-bottom p{
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {

	.join-word .en-name{
		font-size: 50px;
	}

}

@media screen and (max-width: 980px) {

	.join-word .en-name{
		font-size: 40px;
	}

	#values .small{
		padding-left: 50px;
	}

	.employees .title .en{
		font-size: 60px;
	}

	.banner .banner-text{
		font-size: 30px;
	}

	.job-list .item{
		padding-right: 40px;
		margin-bottom: 50px;
	}

	.job-bottom .text{
		position: unset;
		transform: none;
		padding-left: 30px;
	}

	.container:not(.header){
		padding-left: 15px;
	}

}

@media screen and (max-width: 768px) {

	.banner .banner-text{
		font-size: 1.4em;
		font-weight: 400;
	}

	.banner .banner-text p{
		margin-bottom: 20px;
	}

	.join-text,.join-text h3{
		font-size: 18px;
	}

	.join-text p{
		margin-top: 30px;
	}

	.join-word .item.flex{
		display: block;
	}

	.join-word .small,.join-word .big{
		width: 100%;
	}

	.join-word .vision-en-name{
		margin: 20px 0 30px;
	}

	.join-word .item:first-of-type .big{
		margin-top: 30px;
	}

	#values,.values-word{
		margin-top: 80px;
	}

	#values .small{
		padding-left: 0;
		margin-top: 30px;
	}

	#values .values-word{
		margin-top: 20px;
	}

	#values .word{
		margin-bottom: 20px;
	}

	.employees .title .en{
		font-size: 40px;
		margin: 30px 0 50px;
	}

	.photo-swiper {
	    --swiper-navigation-size: 30px;
	}

	.jobs{
		margin-top: 100px;
	}

	.job-list .list{
		margin: 0 -7.5px;
	}

	.job-list .item{
		flex: 0 0 50%;
		padding: 0 7.5px;
    	margin-bottom: 50px;
	}

	.job-bottom .flex{
		display: block;
	}

	.job-bottom .item{
		width: 100%;
	}

	.job-bottom .item.right{
		margin-top: 30px;
	}

	.job-bottom .text{
		padding-left: 0;
	}

	.job-bottom p{
		margin-bottom: 15px;
	}

}