
.bj_color{
	background: #e5e5e5;
}
.bj_color_2{
	background: #cfcfcf;
}
.mainBoxBj{
	background: url(../img/rczp_bj2.png) no-repeat center bottom;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
}

/* 标题 */
.titleStyle{
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	margin-bottom: 10px;
	
}
.titleStyle h2{
	font-size: 20px;
	color: #666666;
	font-family: "syhtB";
}
.titleStyle .en{
	font-size: 14px;
	/* font-family: "din-bold"; */
	line-height: 20px;
	color: #909090;
	text-transform: uppercase;
	/* padding-top: 6px; */
	margin-left: 11px;
	padding-left: 11px;
	border-left: 2px solid #b3b3b3;
	height: 20px;
	margin-top: 5px;
}

.line{
	width: 100%;
	height: 1px;
	background: #d9d9d9;
	margin: 25px 0px ;
}

/* 表格样式、 */
.color_e5e5e5{
	background: #e5e5e5;
}
.color_ffd200{
	background: #d51719;
}
.color_faf2f2{
	background: #faf2f2;
}
.diyTable{
	width: 1148px;
	/* border: 2px solid #312415; */
	margin: 0px auto;
	margin-bottom: 5px;
}
.diyTable:first-child{
	margin-bottom: 3px;
}
.diyTable th{
	/* border: 2px solid #312415; */
	padding: 15px 0px 18px 0px;
	font-size: 25px;
	color: #333333;
	font-family: "syht";
	line-height: 100%;
	text-indent: 36px;
	text-align: left;
	position: relative;
	font-weight: normal;
}
.diyTable thead th{
	color: #fff;
	font-size: 22px;
}
.diyTable tbody th{
	font-size: 20px;
}

.diyTable th input[type=checkbox]{
     cursor: pointer;
     position: relative;
     width: 20px;
     height: 20px;
     font-size: 14px;
	 margin-right: 13px;
}

.diyTable th label{
	cursor: pointer;
}
.diyTable th input[type=checkbox]::after{
     position: absolute;
     top: 3px;
     background-color: #e5e5e5;
     color: #000;
     width: 20px;
     height: 20px;
	 line-height: 20px;
	 text-align: center;
     display: inline-block;
     visibility: visible;
     text-align: center;
     content: ' ';
	 border: 2px solid #555555;
}
        
.diyTable th input[type=checkbox]:checked::after{
     content: "✓";
     font-size: 20px;
     font-weight: bold;
	 line-height: 75%;
}


.diyTable tbody td{
	/* width: calc(100% - 72px); */
	/* padding: 30px 38px; */
	line-height: 180%;
	font-size: 15px;
	color: #666666;
}
.diyTable tbody td p{
	line-height: 180%;
	font-size: 15px;
	color: #666666;
}
.diyTable .tdBox{
	width: 100%;
	height: 300px;
	overflow-y: scroll;
	padding: 28px 28px 0px 28px;
	margin-bottom: 28px;
	
}


/* 招聘按钮 */
.zpBtn{
	width: 372px;
	height: 185px;
	background: url("../img/rczp_btn.png") no-repeat center top;
	margin: 0px auto;
	padding-left: 85px;
	overflow: hidden;
}
.zpBtn p{
	font-size: 22px;
	width: 100%;
	text-align: center;
	margin-top: 102px;
	color: #fff;
}
.zpBtn .link{
	width: 100%;
	text-align: center;
	color: #666666;
	font-size: 20px;
	margin-top: 20px;
}
.zpBtn .link a{
	color: #666666;
	font-size: 20px;
}


/* 员工福利 */
.welfareBox{
	height: 742px;
	background: url(../img/rczp_bj3.jpg) no-repeat center top;
}
.welfareSwiperBox{
	height: 315px;	
}
.welfareSwiperBox .swiper-pagination-bullet{
	
}
.welfareSwiperBox .swiper-slide img{
	display: block;
	height: 249px;
	margin: 0px auto;
}


/* 右侧背景 */
.mainBoxBj .rightBj{
	width: 356px;
	height: 494px;
	position: absolute;
	right: 50%;
	bottom: -40px;
	z-index: 1;
	margin-right: -910px;
}