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;
	/*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;
}
.re_c_r_l_img{
	position: relative;
	width: 13px;
	height: 16px;
	margin-left: 22px;
}
.re_c_r_l_img img{
	position: absolute;
}
.re_c_r_l_img img:last-child{
	transition: 300ms;
	opacity: 0;
}
.re_c_r_list p{
	margin-left: 18px;
}
.re_c_r_list:hover{
	color: #ffffff;
	background-color: #ff0000;
}
.re_c_r_list:hover img:last-child{
	opacity: 1;
}