@import url("page_common.css");
@import url("gywm_common.css");
.bj_color{
	background: #e5e5e5;
}
.bj_color_2{
	background: #cfcfcf;
}

/* 标题 搜索框 */
.titSearchBox{
	width: 1024px;
	height: 30px;
	margin: 0px auto;
	background: #fff;
	border-radius: 10px 10px 0px 0px;
	padding: 24px 62px;
	line-height: 78px;
	display: flex;
	justify-content: flex-start;
}
.titSearchBox span{
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	color: #017234;
	display: block;
	padding-right: 18px;
	margin-right: 18px;
	border-right: 2px solid #c1c1c1;
	font-weight: bold;
}
.titSearchBox  input[type='text']{
	height: 30px;
	line-height: 30px;
	color: #9b9b9b;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: block;
	width: calc(100% - 200px);
}
.titSearchBox  input[type='text']::-webkit-input-placeholder{
	color: #9b9b9b;
}
.titSearchBox  input[type='submit']{
	margin-left: auto;
	width: 25px;
	height: 25px;
	display: block;
	background: url(../../img/query.png) no-repeat;
	background-size: contain;
	border: 0px;
	cursor: pointer;
}

/* 内容开始 */
/* 搜索关键词 */
.bj_color .cont {
	background: #fff;
	height: 500px;
	overflow: hidden;
}
.bj_color div.contOpen{
	height: auto;
}
.bj_color .cont .searchKey{
	width: 1024px;
	margin: 0px auto;
	border-top: 2px solid #bfbfbf;
	padding: 12px 0px 0px 0px;
	display: flex;
	justify-content: flex-start;
}
.bj_color .cont .searchKey dt{
	line-height: 100%;
	color: #333333;
	font-size: 15px;
}
.bj_color .cont .searchKey dd {
	margin-left: 15px;
}
.bj_color .cont .searchKey dd a{
	font-size: 15px;
	color: #9b9b9b;
	display: block;
	line-height: 100%;
}

/* 内容标题 */
/* 标题 */
.titleStyle{
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;

}
.titleStyle h2{
	font-size: 20px;
	color: #333333;
}
.titleStyle .en{
	font-size: 10px;
	line-height: 100%;
	color: #909090;
	text-transform:uppercase;
	padding-top: 3px;
	margin-left: 11px;
	padding-left: 11px;
	border-left: 2px solid #b3b3b3;
}

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

/* 表格样式、 */
.color_e5e5e5{
	background: #EDFAE1;
}
.colorTitle{
	background: #017234;
}
.diyTable{
	width: 1148px;
	border: 2px solid #97C968;
	margin: 0px auto;
}

.diyTable .colorTitle th{
	border-bottom: 2px solid #97C968;
	padding: 15px 0px 18px 0px;
	line-height: 100%;
	text-indent: 36px;
	text-align: left;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
}

.diyTable th{
	border-bottom: 2px solid #97C968;
	padding: 15px 0px 18px 0px;
	line-height: 100%;
	text-indent: 36px;
	text-align: left;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
}
.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: 0;
     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;
}
/* 选择框样式 */
.diyTable tbody th .layui-form-select{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
.diyTable tbody th .layui-input{
	padding-left: 35px;
}
.diyTable tbody th .layui-form-select .layui-edge{
	right: 37px;
}
.diyTable tbody th .layui-form-select .layui-select-title, .diyTable tbody th .layui-form-select .layui-select-title .layui-unselect{
	height: 100%;
	background: none;
}
.diyTable tbody th .layui-form-selected dl{
	background: #f2f2f2;
	top: auto;
}
.diyTable tbody th .layui-form-select dl dd, .diyTable tbody th .layui-form-select dl dd.layui-select-tips{
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px solid #d6d6d6;
	color: #333333;
}
.diyTable tbody th .layui-form-select dl dd.layui-this, .diyTable tbody th .layui-form-select dl dd:hover {
	background-color: #ffda01;
	color: #333333;
}

.diyTable tbody td{
	width: calc(100% - 72px);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 180%;
	font-size: 15px;
	color: #666666;
	background: #e5e5e5;
}

.diyTable tbody td p{
	line-height: 180%;
	font-size: 15px;
	color: #333333;
	margin-top: 10px;
}

.moreBtn{
	background: #fff;
	text-align: center;
}

.moreBtn a{
	display: inline-block;
	padding: 0px 15px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
}

/* 招聘网站 */
.recruitBox .title{
	width: 548px;
	text-align: center;
	font-size: 25px;
	color: #333333;
	height: 50px;
	line-height: 50px;
	background: #cfcfcf;
	padding: 0px 30px;
	margin: 0px auto;
}
.recruitBox .title span{
	display: inline-block;
	margin-left: 25px;
}
.recruitBox .title span.en{
	text-transform: uppercase;
	font-family: "DINCond-Medium";
	margin-right: 25px;
	margin-left: 10px;
}
.recruitBox p{

	text-align: center;
	line-height: 100%;
}
.recruitBox p a{
	font-size: 15px;
	color: #333333;
}
/* 员工福利 */
.employeeWelfareSwiperBox .employeeWelfareSwiper .swiper-slide img{
	width: 100%;
	border-bottom: 6px solid #ffd200;
}
.employeeWelfareSwiperBox .swiper-button-prev{
	left: 50%;
	margin-left: -700px;
}
.employeeWelfareSwiperBox .swiper-button-next{
	right: 50%;
	margin-right: -700px;
}
.employeeWelfareSwiperBox .swiper-button-next, .employeeWelfareSwiperBox .swiper-button-prev{
	color: #333;
}
.employeeWelfareSwiperBox .employeeWelfareSwiper .swiper-slide p{
	height: 43px;
	background: #fff;
	font-size: 16px;
	color: #555555;
	text-align: center;
	line-height: 43px;
}
