.recruit_body{
	width:81.25rem;
	margin:0 auto;
	margin-top:4.38rem;
}
.body_title{
	width:100%;
	height:4.06rem;
	text-align:center;
	line-height:4.06rem;
	font-size:2.13rem;
	color:#333;
	position:relative;
	margin-bottom:3.56rem;
}
.body_title .bg_font{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:1;
}
.body_title .title_text{
	position:absolute;
	z-index:2;
}
.body_title .title_line{
	height:.25rem;
	width:5.25rem;
	justify-content:space-between;
	flex-wrap:nowrap;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.body_title .title_line .line_left{
	width:1.44rem;
	height:100%;
	background-color:#0078c9;
	border-radius:1.13rem;
}
.body_title .title_line .line_right{
	width:3.5rem;
	height:100%;
	background-color:#0078c9;
	border-radius:1.13rem;
}
.call_us .map_box{
	width:100%;
}
.call_us .map_box .map_item{
	width:100%;
	height:25.13rem;
	margin-bottom:1.88rem;
	cursor:pointer;
}
.call_us .map_box .map_item .map_pic{
	flex:1;
	height:100%;
}
.call_us .map_box .map_item .map_info{
	flex:1;
	height:100%;
	align-items:flex-start;
	background-color:#f2f2f2;
}
.call_us .map_box .map_item .map_info .info_item{
	width:auto;
	transition:all .2s;
	margin:1.25rem 0;
	margin-left:3.13rem;
	color:#333;
	font-size:1rem;
}
.call_us .map_box .map_item .map_info .area{
	font-size:2rem;
}
.call_us .map_box .map_item:hover .map_info{
	background-color:#0078c9;
}
.call_us .map_box .map_item:hover .info_item{
	color:#fff;
}
.save_msg{
	width:100%;
	margin:6.56rem 0;
}
.save_msg .save_msg_content{
	height:30rem;
	width:100% ;
	justify-content:space-between;
}
.save_msg .save_msg_content .save_info{
	justify-content:space-between;
	height:4.25rem;
	width:100%;
}
.save_msg .save_msg_content .save_info .save_msg_info{
	width:26.06rem;
	height:100%;
	background-color:#f2f2f2;
	justify-content:space-between;
}
.save_msg .save_msg_content .save_info .save_msg_info input{
	padding:0;
	margin:0;
	border:none;
	background:none;
	outline:none;
	width:100%;
	height:100%;
	font-size:1.13rem;
	color:#666666;
	text-indent:.5rem;
}
.save_msg .save_msg_content .save_content{
	width:100%;
	height:15.63rem;
	background-color:#f2f2f2;
}
.save_msg .save_msg_content .save_content textarea{
	width:98%;
	height:95%;
	background:none;
	border:none;
	outline:none;
	font-size:1.13rem;
	color:#666;
}
.save_msg .save_msg_content .save_btn_group{
	width:41.75rem;
	height:4.38rem;
	font-size:1.13rem;
	justify-content:space-between;
	margin:0 auto;
}
.save_msg .save_msg_content .save_btn_group .btn_item{
	width:19.69rem;
	height:100%;
	text-align:center;
	line-height:4.38rem;
	cursor:pointer;
	border-radius:.5rem;
}
.save_msg .save_msg_content .save_btn_group .send_btn{
	background-color:#0078c9;
	color:#fff;
}
.save_msg .save_msg_content .save_btn_group .reset_btn{
	background-color:#2d323b;
	color:#fff;
}
.recruit_content{
	width:81.25rem;
	margin:0 auto;
	margin-bottom:4.38rem;
	display:none;
}
.recruit_content .table_header{
	width:100%;
	height:4.88rem;
	justify-content:space-around;
	background-color:#0078c9;
	color:#fff;
	margin-bottom:.63rem;
}
.recruit_content .table_body .each_item{
	width:100%;
}
.recruit_content .table_body .each_item .item_msg{
	background-color:#f5f5f5;
	width:100%;
	height:4.88rem;
	margin-bottom:.63rem;
	justify-content:space-around;
	cursor:pointer;
}
.recruit_content .table_body .each_item .item_msg .msg_item{
	font-size:1rem;
	width: 25%;
	text-align: center;
}
.recruit_content .table_body .each_item .item_detail{
	font-size:1rem;
	width:100%;
	line-height:2rem;
	display:none;
}
@media screen and (min-width:360px){
	.recruit_body{
	width:95%;
	margin:0 auto;
	margin-top:.6rem;
}
.body_title{
	width:100%;
	height:1rem;
	text-align:center;
	line-height:1rem;
	font-size:.6rem;
	color:#333;
	position:relative;
	margin-bottom:.3rem;
}
.body_title .bg_font{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:1;
}
.body_title .title_text{
	position:absolute;
	z-index:2;
}
.body_title .title_line{
	height:.1rem;
	width:1.5rem;
	justify-content:space-between;
	flex-wrap:nowrap;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.body_title .title_line .line_left{
	width:.4rem;
	height:100%;
	background-color:#0078c9;
	border-radius:1.13rem;
}
.body_title .title_line .line_right{
	width:1rem;
	height:100%;
	background-color:#0078c9;
	border-radius:1.13rem;
}
.call_us .map_box{
	width:100%;
}
.call_us .map_box .map_item{
	width:100%;
	height:12.5rem;
	margin-bottom:.3rem;
	flex-direction:column;
	cursor:pointer;
}
.call_us .map_box .map_item .map_pic{
	flex:none;
	width:100%;
	height:50%;
}
.call_us .map_box .map_item .map_info{
	flex:none;
	height:50%;
	width:auto;
	align-items:flex-start;
	background-color:#f2f2f2;
	padding:0 .3rem;
}
.call_us .map_box .map_item .map_info .info_item{
	width:auto;
	transition:all .2s;
	margin:.3rem 0;
	margin-left:0rem;
	color:#333;
	font-size:.28rem;
}
.call_us .map_box .map_item .map_info .area{
	font-size:.36rem;
}
.call_us .map_box .map_item:nth-child(2n){
	flex-direction:column-reverse;
}
.call_us .map_box .map_item:hover .map_info{
	background-color:#0078c9;
}
.call_us .map_box .map_item:hover .info_item{
	color:#fff;
}
.save_msg{
	width:100%;
	margin:.6rem 0;
}
.save_msg .save_msg_content{
	height:auto;
	width:100% ;
	justify-content:flex-start;
}
.save_msg .save_msg_content .save_info{
	flex-direction:column;
	justify-content:space-between;
	height:auto;
	width:100%;
}
.save_msg .save_msg_content .save_info .save_msg_info{
	width:100%;
	height:1rem;
	margin-bottom:.3rem;
	display:flex;
	background-color:#f2f2f2;
	justify-content:space-between;
}
.save_msg .save_msg_content .save_info .save_msg_info input{
	padding:0;
	margin:0;
	border:none;
	background:none;
	outline:none;
	width:100%;
	height:100%;
	font-size:.28rem;
	color:#666666;
	text-indent:.3rem;
}
.save_msg .save_msg_content .save_content{
	width:100%;
	height:3.63rem;
	background-color:#f2f2f2;
}
.save_msg .save_msg_content .save_content textarea{
	width:98%;
	height:98%;
	background:none;
	border:none;
	outline:none;
	font-size:.28rem;
	color:#666;
}
.save_msg .save_msg_content .save_btn_group{
	width:95%;
	height:.8rem;
	font-size:.32rem;
	justify-content:space-between;
	margin:.3rem auto;
}
.save_msg .save_msg_content .save_btn_group .btn_item{
	width:45%;
	height:100%;
	text-align:center;
	line-height:.8rem;
	cursor:pointer;
	border-radius:.5rem;
}
.save_msg .save_msg_content .save_btn_group .send_btn{
	background-color:#0078c9;
	color:#fff;
}
.save_msg .save_msg_content .save_btn_group .reset_btn{
	background-color:#2d323b;
	color:#fff;
}
.recruit_content{
	width:100%;
	margin:0 auto;
	margin-bottom:.6rem;
	display:block;
}
.recruit_content .table_header{
	width:100%;
	height:1rem;
	justify-content:space-around;
	background-color:#0078c9;
	color:#fff;
	margin-bottom:.6rem;
}
.recruit_content .table_header .header_item{
	font-size:.28rem;
}
.recruit_content .table_body .each_item{
	width:100%;
	height:auto;
}
.recruit_content .table_body .each_item .item_msg{
	background-color:#f5f5f5;
	width:100%;
	height:1rem;
	margin-bottom:.3rem;
	justify-content:space-around;
	cursor:pointer;
}
.recruit_content .table_body .each_item .item_msg .msg_item{
	font-size:.28rem;
}
.recruit_content .table_body .each_item .item_detail{
	font-size:.28rem;
	width:100%;
	line-height:1rem;
	display:none;
}
;
}
@media screen and (min-width:1024px){
	.recruit_body{
	width:81.25rem;
	margin:0 auto;
	margin-top:4.38rem;
}
.body_title{
	width:100%;
	height:4.06rem;
	text-align:center;
	line-height:4.06rem;
	font-size:2.13rem;
	color:#333;
	position:relative;
	margin-bottom:3.56rem;
}
.body_title .bg_font{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:1;
}
.body_title .title_text{
	position:absolute;
	z-index:2;
}
.body_title .title_line{
	height:.25rem;
	width:5.25rem;
	justify-content:space-between;
	flex-wrap:nowrap;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.body_title .title_line .line_left{
	width:1.44rem;
	height:100%;
	background-color:#0078c9;
	border-radius:1.13rem;
}
.body_title .title_line .line_right{
	width:3.5rem;
	height:100%;
	background-color:#0078c9;
	border-radius:1.13rem;
}
.call_us .map_box{
	width:100%;
}
.call_us .map_box .map_item{
	width:100%;
	height:25.13rem;
	margin-bottom:1.88rem;
	flex-direction:row;
	cursor:pointer;
}
.call_us .map_box .map_item .map_pic{
	flex:1;
	width:auto;
	height:100%;
}
.call_us .map_box .map_item .map_info{
	flex:1;
	width:auto;
	height:100%;
	align-items:flex-start;
	background-color:#f2f2f2;
	padding:0;
}
.call_us .map_box .map_item .map_info .info_item{
	width:auto;
	transition:all .2s;
	margin:1.25rem 0;
	margin-left:3.13rem;
	color:#333;
	font-size:1rem;
}
.call_us .map_box .map_item .map_info .area{
	font-size:2rem;
}
.call_us .map_box .map_item:nth-child(2n){
	flex-direction:row;
}
.call_us .map_box .map_item:hover .map_info{
	background-color:#0078c9;
}
.call_us .map_box .map_item:hover .info_item{
	color:#fff;
}
.save_msg{
	width:100%;
	margin:6.56rem 0;
}
.save_msg .save_msg_content{
	height:30rem;
	width:100% ;
	justify-content:space-between;
}
.save_msg .save_msg_content .save_info{
	flex-direction:row;
	justify-content:space-between;
	height:4.25rem;
	width:100%;
}
.save_msg .save_msg_content .save_info .save_msg_info{
	width:26.06rem;
	height:100%;
	margin:0;
	background-color:#f2f2f2;
	justify-content:space-between;
}
.save_msg .save_msg_content .save_info .save_msg_info input{
	padding:0;
	margin:0;
	border:none;
	background:none;
	outline:none;
	width:100%;
	height:100%;
	font-size:1.13rem;
	color:#666666;
	text-indent:.5rem;
}
.save_msg .save_msg_content .save_content{
	width:100%;
	height:15.63rem;
	background-color:#f2f2f2;
}
.save_msg .save_msg_content .save_content textarea{
	width:98%;
	height:95%;
	background:none;
	border:none;
	outline:none;
	font-size:1.13rem;
	color:#666;
}
.save_msg .save_msg_content .save_btn_group{
	width:41.75rem;
	height:4.38rem;
	font-size:1.13rem;
	justify-content:space-between;
	margin:0 auto;
}
.save_msg .save_msg_content .save_btn_group .btn_item{
	width:19.69rem;
	height:100%;
	text-align:center;
	line-height:4.38rem;
	cursor:pointer;
	border-radius:.5rem;
}
.save_msg .save_msg_content .save_btn_group .send_btn{
	background-color:#0078c9;
	color:#fff;
}
.save_msg .save_msg_content .save_btn_group .reset_btn{
	background-color:#2d323b;
	color:#fff;
}
.recruit_content{
	width:81.25rem;
	margin:0 auto;
	margin-bottom:4.38rem;
}
.recruit_content .table_header{
	width:100%;
	height:4.88rem;
	justify-content:space-around;
	background-color:#0078c9;
	color:#fff;
	margin-bottom:.63rem;
}
.recruit_content .table_header .header_item{
	font-size:1rem;
}
.recruit_content .table_body .each_item{
	width:100%;
	height:auto;
}
.recruit_content .table_body .each_item .item_msg{
	background-color:#f5f5f5;
	width:100%;
	height:4.88rem;
	margin-bottom:.63rem;
	justify-content:space-around;
	cursor:pointer;
}
.recruit_content .table_body .each_item .item_msg .msg_item{
	font-size:1rem;
}
.recruit_content .table_body .each_item .item_detail{
	font-size:1rem;
	width:100%;
	line-height:2rem;
	display:none;
}
;
}
