.precruitment-list .precruitment-list-item {
	width: 25%;
	text-align: center;
	position: relative;
	padding: 20px 10px;
}

.precruitment-list .precruitment-list-item:not(:last-child)::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 80%;
	top: 15%;
	right: 0;
	z-index: 2;
	background: #EDEDED;
}

.precruitment-list .precruitment-list-item span {
	font-size: 3em;
	font-weight: 500;
	color: #EDEDED;
	line-height: 1.2;
	font-family: "DIN-Medium";
	display: block;
	transform: translateY(0);
	transition: all .5s;
}

.precruitment-list .precruitment-list-item .precruitment-title {
	font-weight: 600;
	color: #222222;
	line-height: 28px;
	margin: 0.3em 0 0.5em;
}

.precruitment-list .precruitment-list-item .precruitment-txt {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	line-height: 22px;
}

.precruitment-list .precruitment-list-item:hover span {
	transform: translateY(-10px);
}
.about-bg{
	background: url(../image/ab-gy-bg.png) no-repeat;background-size: 100% 100%;
}

.about-module-2 {
	background: url(../image/ab-wb-bg.png) center top no-repeat;padding: 10px 0px 100px;
	background-size: 100% 50%;

}


/* 企业文化 */

.corporate-culture{ display: flex; justify-content: space-between; margin: 0 -10px;transform: translateY(0);	transition: all .5s; }
.corporate-culture .culture-box{ position: relative;margin-bottom: 30px; width: 24%;  box-sizing: border-box;  transition: all .3s ease-in-out; padding: 10px; background-color: #f7f9fc; overflow: hidden;top: 0;transition: all .3s; }
.corporate-culture .culture-box::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; background: url(../image/on-bg.png) 0 100% no-repeat; background-position: right center; opacity: 0; transition: opacity .3s ease-in-out; }
.corporate-culture .culture-box::after{ content: ""; position: absolute; left: 48px; bottom: 0; width: 10px; height: 20px; background-color: #2981ff; opacity: 0; transition: opacity .3s ease-in-out; }
.corporate-culture .culture-box:hover::before,.corporate-culture .culture-box:hover::after{ opacity:1 }
.corporate-culture-item{ position: relative; z-index: 1; height: 100%; }
.corporate-culture-item::after{position: absolute; right: -14px; bottom: -27px; z-index: 1; font-size: 70px; color: #1c1d1f; opacity: .03; font-weight: bold; font-family: Arial-BoldMT;}
.culture-box:nth-child(1) .corporate-culture-item::after{ content: "NO.1"; }
.culture-box:nth-child(2) .corporate-culture-item::after{ content: "NO.2"; }
.culture-box:nth-child(3) .corporate-culture-item::after{ content: "NO.3"; }
.culture-box:nth-child(4) .corporate-culture-item::after{ content: "NO.4"; }
.corporate-culture .culture-box h4{ font-size: 22px; color: #1c1d1f; margin: 22px 0 12px; }
.corporate-culture .culture-box p{ color: #626266; line-height: 24px;padding-bottom: 30px; }
.corporate-culture-item .corporate-in-detail{ padding: 0 20px; box-sizing: border-box; }
.corporate-culture-item img{ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; transition: all .3s; }
.corporate-culture .culture-box:hover .corporate-culture-item img{filter:none}
.corporate-culture .culture-box:hover {transform: translateY(-10px);}
/* 补充样式 */
.corporate-culture-item img{filter:none}

@media screen and (max-width:1023px) {
		.corporate-culture {
	        overflow-x: scroll;
	    }

	    .m-corporate-culture{
	        display: flex;
	        justify-content: center;
	    }
	    .corporate-culture-item .corporate-in-detail{
	        padding: 0 0 0 5px;
	    }
	    .corporate-culture .culture-box h4{
	        font-size: 15px;
	        margin: 7px 0 4px;
	        font-weight: 500;
	    }
	    .corporate-culture .culture-box p{
	        font-size: 12px;
	        line-height: 18px;
	    }
	    .corporate-culture-item::after {
	        right: 10px;
	        bottom: -17px;
	        font-size: 40px;
	    }
	    .corporate-culture::-webkit-scrollbar {
	        display: none; /*隐藏滚动条*/
	    }
		.corporate-culture-item img{
		        filter: grayscale(100%);
		}
}

.background-qian{
	background: linear-gradient( 172deg, #F1F7FE 0%, #D4E8FD 100%);
}
.lz-pt25{
	padding-left: 25px;padding-right: 5px;
}
.pro-youshi{
	width: 32%;background: linear-gradient( 180deg, #F4F5F9 0%, #FFFFFF 100%); align-items: stretch;
	border-radius: 4px ;border: 1px solid #FFFFFF;padding: 30px 20px;margin-bottom: 22px;
}
.pro-youshi img{width: 80px;}
.jss101 p{
	text-align: justify;
}
.pro-des{
	width: 40%;
}
.pro-des-img{
	width: 60%;
}
.pro-des-img img{width:100%;overflow: hidden;}
.anli{
	width: 32%;
}
.anli-desc{
	width: 100%;padding: 20px 40px ;
}

.anli-img{
	width:100%;overflow: hidden;
}
.anli-img img{
	height: 200px; max-width: 100%;object-fit: cover;
}
@media (max-width:1199.95px) {
	.pro-des{
		margin: 20px 0 50px;
	}
	.anli-desc{
		width: 100%;padding: 20px;
	}
}

@media (max-width:767.95px) {
	.pro-des{
		width: 100%;margin: 10px 0 20px;
	}
	.anli{
		width: 100%;
	}
	.anli-desc{
		width: 100%;padding:10px 20px 20px;
	}
	.pro-des-img,.anli-img,{
		width: 100%;
	}
	.anli-img img{
		object-fit: cover;width: 100%;max-height: 150px;
	}
	.pro-youshi{width: 48%;padding: 25px 15px;margin-bottom: 16px;}
	.pro-youshi img{width: 50px;}
	.jss93 {
		flex-direction: column;
	}

	.jss93 .w-50 {
		width: 100%;
	}
}
@media (max-width:499.95px) {
	.pro-youshi{width: 100%;padding: 25px 15px;margin-bottom: 16px;}
}
.jss94 {
	top: 0;
	left: 0;
	z-index: -1;
}

.jss95 {
	margin-top: 24px;
	margin-bottom: 56px;
}

@media (max-width:767.95px) {
	.jss95 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width:767.95px) {
	.jss96 {
		min-height: 260px;
		padding-bottom: 36px;
	}
}

.jss97 {
	padding-left: 88px;
}

@media (max-width:767.95px) {
	.jss97 {
		min-height: 260px;
		padding-top: 36px;
		padding-left: 0;
	}
}

@media (max-width:767.95px) {
	.jss2 {
		padding: 0 20px !important;
	}
	.corporate-culture .culture-box{
	    width:49%;
	}
}


.jss102 {
	padding: 52px 30px 40px;
	min-height: 321px;
	width: 30%;
	margin-bottom: 20px;
}

.zp-icon {
	width: 90px;
	margin: 0 auto;
}

.lz-margin-tb-20 {
	margin: 20px 0;
}

.jss10 {
	width: 100%;
	cursor: pointer;
	height: auto;
}

.jss10:hover {
	color: #BD0000;
}

.jss12 {
	opacity: 1;
	transform: translateY(0);
	pointer-events: unset;
}

.jss1 {
	background-color: #ffffff !important;
}

.jss2 {
	height: 72px;
	padding: 0 172px !important;
}

@media (max-width:1535.95px) {
	.jss2 {
		padding: 0 90px !important;
	}
}

@media (max-width:1179.95px) {
	.jss2 {
		padding: 0 60px !important;
	}
}

@media (max-width:767.95px) {
	.jss2 {
		padding: 0 20px !important;
	}
	.corporate-culture .culture-box{
	    width:49%;
	}
}

.jss3 {
	width: 130px;
	height: 32px;
}

@media (max-width:1179.95px) {
	.jss4 {
		display: none;
	}
}

.jss5 {
	cursor: pointer;
}

.jss5:hover {
	opacity: 0.8;
}

.jss6 {
	color: #BD0000;
}

.jss104 {
	min-height: 692px;
}

@media (max-width:959.95px) {
	.jss104 {
		min-height: 500px;
	}
}

@media (max-width:767.95px) {
	.jss104 {
		min-height: 360px;
	}
}

.jss105 {
	padding-left: 280px;
}

@media (max-width:1535.95px) {
	.jss105 {
		padding-left: 132px;
	}
}

@media (max-width:1179.95px) {
	.jss105 {
		padding-left: 112px;
	}
}

@media (max-width:959.95px) {
	.jss105 {
		padding-left: 72px;
	}
	.precruitment-list .precruitment-list-item {
		width: 50%;
	}
}
@media (max-width:767.95px) {
	.jss105 {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.jss106 {
	min-width: 160px;
	margin-top: 64px !important;
}

@media (max-width:767.95px) {
	.jss106 {
		margin-top: 16px !important;
		margin-bottom: 48px !important;
	}
}

.jss107 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	object-fit: cover;
}

.jss108 {
	top: 50%;
	left: 50%;
	width: 80px;
	position: absolute;
	transform: translate(-50%, -50%);
}

@media (max-width:767.95px) {
	.jss108 {
		top: auto;
		left: 16px;
		bottom: 16px;
		transform: none;
	}
}

.jss109 {
	left: 50%;
	bottom: 36px;
	position: absolute;
	transform: translate(-50%, 0%);
}

@media (max-width:767.95px) {
	.jss109 {
		bottom: 16px;
	}
}

.jss110 {
	width: 75% !important;
	max-width: 75% !important;
}

@media (max-width:767.95px) {
	.jss110 {
		width: 95% !important;
		max-width: 95% !important;
	}
}

.jss111 {
	height: 648px;
}

.jss111:hover .jss113 {
	opacity: 0.8;
}

@media (max-width:959.95px) {
	.jss111 {
		height: 500px;
	}
}

@media (max-width:767.95px) {
	.jss111 {
		height: 360px;
	}
}

.jss112 {
	top: 0;
	left: 0;
	z-index: -1;
}

.jss113 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	opacity: 0.6;
	z-index: 1;
	position: absolute;
	transition: opacity 0.4s ease;
	background-color: #0a0d19;
}

@media (max-width:767.95px) {
	.jss98 {
		flex-direction: column;
	}
	.jss98 .w-50 {
		width: 100%;
	}
}

.jss99 {
	padding-right: 12%;
}

@media (max-width:767.95px) {
	.jss99 {
		padding-right: 0;
		padding-bottom: 20px;
	}
}

.jss101 {
	padding-top: 72px;
}

@media (max-width:1179.95px) {
	.jss101 {
		padding-top: 36px;
	}
}

@media screen and (min-width:767px) {
	.jss102 {
		width: 30%;
	}
}

@media (max-width:767.95px) {
	.jss102 {
		padding: 36px 30px 30px;
		min-height: 240px;
		width: 100%;
	}
}

@media (min-width:1536px) {
	.jss103 {
		font-size: 26px;
	}
}
