body{
	padding-top: 135px;
}
.recruit{
	min-height: 1000px;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 60px;
}
.re_center{
	width: 1300px;
	height: 100%;
	/*background-color: #aaa;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.re_c_title{
	width: 315px;
	font-size: 24px;
	font-weight: 900;
	height: 95px;
	/*width: 100%;*/
	line-height: 95px;
	text-indent: 100px;
	position: relative;
	z-index: 100;
}
.re_c_title::before{
	text-indent: 0;
	position: absolute;
	z-index: -1;
	content: "SERVICE";
	color: #f2f2f2;
	font-size: 72px;
	font-weight: 900;
	left: 50%;
	transform: translateX(-50%);
}
.re_c_title::after{
	position: absolute;
	height: 2px;
	width: 22px;
	background-color: #ff0000;
	content: "";
	bottom: 30px;
	left: 100px;
}
.re_c_left{
	max-width: 316px;
	height: 100%;
	/*background-color: #bbb;*/
}
.re_c_right{
	margin-top: 120px;
	width: 900px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
	/*background-color: #bbb;*/
}
.re_c_list{
	margin-top: 25px;
	width: 100%;
	min-height: 222px;
	/*background-color: #ddd;*/
	margin-bottom: 46px;
}
.re_c_l_box{
	text-decoration: none;
	color: #333333;
	display: block;
	transition: 300ms;
	height: 106px;
	width: 100%;
	box-sizing: border-box;
	border-top: solid 1px #ff0000;
	background-color: #f4f4f4;
	line-height: 106px;
	/*text-indent: 95px;*/
	text-align: center;
	position: relative;
}
.re_c_l_active{
	background-color: #ffffff;
	color: #ff0000;
}

.re_c_l_active::before{
	transition: 300ms;
	content: "";
	/*opacity: 0;*/
	position: absolute;
	left: 0px;
	height: 100%;
	width: 8px;
	background-color: #ff0000;
}
.re_c_contant_us{
	font-size: 0;
	height: 274px;
	width: 100%;
	/*background-color: #ddd;*/
	border-radius: 8px;
	overflow: hidden;
}
.re_c_c_title{
	height: 52px;
	width: 100%;
	background-color: #ff0000;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.re_c_c_text{
	background-color: #ffffff;
	border-radius: 0 0 8px 8px;
	border-width: 1px;
	border-color: #a6a6a6;
	font-size: 14px;
	height: 116px;
	width: 100%;
	box-sizing: border-box;
	border-style: none solid solid solid;
	padding: 8px 8px 0;
	line-height: 24px;
	outline-color: #333333;
}
.re_c_r_list{
	transition: 300ms;
	text-decoration: none;
	color: #333333;
	display: block;
	width: 100%;
	height: 47px;
	margin-bottom: 22px;
	background-color: #f4f4f4;
	display: flex;
	align-items: center;
	color: #333333;
}


.ca_c_l_detail_box{
	position: relative;
	text-decoration: none;
	margin-bottom: 40px;
	/*display: block;*/
	flex-wrap: wrap;
	display: flex;
	width: 434px;
	height: 240px;
	overflow: hidden;
	/*background-color: #fff;*/
}
/*.ca_c_l_detail_box:hover .ca_c_l_d_text{
	color: #ffffff;
	background-color: #ff0000;
}
.ca_c_l_detail_box:hover .ca_c_l_d_date{
	color: #ffffff;
	/*background-color: #ff0000;*/
}
/*.ca_c_l_detail_box:hover .ca_c_l_d_title {*/
	/*color: #ffffff;*/
	/*background-color: #ff0000;*/
/*}*/
.ca_c_l_d_img_box{
	/*font-size: 0;*/
	/*width: 100%;*/
	/*height: 262px;*/
}
.ca_c_l_detail_box img{
	/*height: 100%;*/
	width: 100%;
	height: 100%;
}
.ca_c_l_d_text{
	position: absolute;
	bottom: 0px;
	transition: 300ms;
	background-color: rgba(255,0,0,0.6);
	height: 70px;
	width: 100%;
}
.ca_c_l_d_title{
	transition: 300ms;
	width: 100%;
	font-size: 16px;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
}
.ca_c_l_d_date{
	transition: 300ms;
	font-size: 12px;
	margin-top: 5px;
	color: #ffffff;
	text-align: center;
}