.rs_block{
  padding: 28px;
  padding-bottom: 30px;
}
.rs_item_type a{width: 8%;}
.rs_item_type li{
  width: 100%;
}
.rs_item_pic{
  width: 88%;
  margin: 0 auto;
}
.rs_item_blue{
  margin: 0 auto;
  width: 88%;
}
.main_wrap2{
  margin-top: 50px;
}
#cyBlock .wrap_head{
  display: block;
  width: 100%;
}
#cyBlock .wrap_title{
  margin: 0;
  font-size: 24px;
  text-align: center;
}
.wrap_title_line{
  width: 60px;
  margin: 0 auto;
  border-top: solid 4px #0058F0;
  margin-top:14px;
}
.wrap_info{
  text-align: center;
  font-size: 16px;
  color: #383838;
  margin-top: 16px;
  line-height: 26px;
}
.business_map{
  width: 100%;
  margin-top: 30px;
}
.business_map img{
  width: 100%;
}
.business_info{
  display: flex;
  align-items: center;
}
.business_info li{
  width: 25%;
  border-right: solid 1px #B3B1B1;
  margin: 30px 0;
}
.business_info li:last-child{
  border-right: none;
}
.business_value{
  font-size: 22px;
  color: #2A82E4;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}
.business_label{
  font-size:18px;
  text-align: center;
  color: #606266;
  line-height: 20px;
  margin-top: 8px;
}
.business_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business_list a{
  width: 48%;
}
.business_list li{
  display: flex;
  align-items: center;
  background-color: #EBF4FF;
  border-radius: 8px;
}
.business_pic{
  border-radius: 8px;
  overflow: hidden;
  width: 40%;
  height: 108px;
}
.business_pic img{
  width: 100%;
  height: 100%;
}
.business_right{
  width: 60%;
  box-sizing: border-box;
  padding: 10px 16px;
  overflow: hidden;
}
.business_name{
  font-size: 18px;
  color: #383838;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business_location{
  font-size: 15px;
  color: #383838;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 6px;
}
.business_check{
  font-size: 13px;
  border-radius: 40px;
  width: fit-content;
  padding: 8px 16px;
  color: #383838;
  border: solid 1px #E5E5E5;
  float: right;
}
.market_analysis{
  background-color:#EBF4FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  margin-top: 30px;
}
.analysis_title{
  font-size: 22px;
  color: #383838;
}
.analysis_check{
  font-size: 13px;
  border-radius: 40px;
  width: fit-content;
  padding: 8px 16px;
  color: #383838;
  border: solid 1px #E5E5E5;
}
.east_business_map{
  width: 100%;
  margin-top: 30px;
}
.east_business_map img{ 
  width: 100%;
}
.east_business_info{
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.east_business_info li{
  width: 20%;
  border-right: solid 1px #B3B1B1;
}
.east_business_info li:last-child{
  border-right: none;
}
.street_block{
  overflow: hidden;
}
.main_wrap3 .slideGroup .parHd {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	position: relative;
}

.main_wrap3 .slideGroup .parHd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 32px;
}

.main_wrap3 .slideGroup .parHd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
}

.main_wrap3 .slideGroup .parBd {
	zoom: 1;
}

.main_wrap3 .slideGroup .zt_block {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

.main_wrap3 .slideGroup .sPrev,
.main_wrap3 .slideGroup .sNext {
	display: block;
	float: left;
	margin-top: 96px;
  width: 36px;
  height: 36px;
}
.main_wrap3 .slideGroup .sPrev img,
.main_wrap3 .slideGroup .sNext img{
  width: 100%;
  height: 100%;
}
.main_wrap3 .slideGroup .sPrev img:last-child{
  display: none;
}
.main_wrap3 .slideGroup .sNext img:last-child{
  display: none;
}
.main_wrap3 .slideGroup .sNext {
	float: right;
}
.main_wrap3 .slideGroup .sPrev:hover img:first-child{
  display: none;
}
.main_wrap3 .slideGroup .sPrev:hover img:last-child{
  display: block;
}

.main_wrap3 .slideGroup .sNext:hover img:first-child{
	display: none;
}
.main_wrap3 .slideGroup .sNext:hover img:last-child{
	display: block;
}
.main_wrap3 .slideGroup .parBd .tempWrap {
	float: left;
	width: 1040px !important;
	margin-top: 10px;
	margin-left: 10px;
	height: 260px;
}

.main_wrap3 .slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	height: 100%;
}

.main_wrap3 .slideGroup .parBd ul li {
	width: 326px !important;
	margin: 0 10px;
	float: left;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border: solid 1px #eeeeee;
	border-radius: 12px;
	/* -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; */
}

/* .main_wrap3 .slideGroup .parBd ul li:hover {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
} */

.street_pic {
	width: 100%;
	height: 158px;
	overflow: hidden;
}

.street_pic img {
	width: 100%;
	height: 100%;
}

.street_info {
	padding: 24px 18px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.street_name{
  font-size: 20px;
  text-align: center;
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  line-height: 20px;
}
.street_short_line{
  width: 40px;
  margin: 0 auto;
  border-top: solid 4px #0029A9;
  margin-top: 12px;
}
.cy_service{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.cy_service a{
  width: 48%;
}
.cy_service li{
  background-image: url(../images/oneThing/cy_service_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 122px;
  color: #CFE4FF;
  font-size: 20px;
  box-sizing: border-box;
  padding:36px;
}
/* 餐饮一件事 - 找资金 */
.fund_product{
  background-image: url(../images/oneThing/fund_product_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 238px;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
}
.fund_title{
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #05459B;
  font-weight: bold;
}
.fund_title img{ 
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.fund_intro{
  font-size: 17px;
  color: #383838;
  line-height: 28px;
  margin-top: 10px;
}
.fund_check{
  font-size: 14px;
  border-radius: 40px;
  width: fit-content;
  padding:10px 18px;
  color: #383838;
  border: solid 1px #E5E5E5;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
/* 餐饮一件事 - 找政策 */
.policy_block_intro{
  font-size: 17px;
  color: #383838;
  line-height: 26px;
}
.policy_list li{
  display: flex;
  align-items: center;
  border-radius: 40px;
  border: solid 2px #2A82E4;
  background-color: #EBF4FF;
  padding: 6px;
  margin-top: 16px;
}
.policy_list li:nth-child(2n){
  border: solid 2px #C4ABFF;
  background-color: #FBFAFF;
}
.policy_index{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #2A82E4;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.policy_list li:nth-child(2n) .policy_index{
  color: #7948EA;
}
.policy_main{
  font-size: 17px;
  color: #383838;
  margin-left: 20px;
}
.policy_tip{
  font-size: 22px;
  text-align: center;
  margin-top: 22px;
}
/* 餐饮一件事 - 找供应 */
#gyBlock .main_wrap2 .wrap_head{ 
  display: block;
  width: 100%;
}
#gyBlock .main_wrap2 .wrap_title{
  margin: 0 auto;
  text-align: center;
}
.supply_support_block{
  background-image: url(../images/oneThing/supply_support_bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 471px;
  margin-top: 30px;
}
.supply_support_block1{
  background-image: url(../images/oneThing/supply_support_bg2.png);
}
.supply_tab{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.supply_tab a{
  width: 50%;
}
.supply_tab li{ 
  box-sizing: border-box;
  padding: 15px 30px;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
.supply_support_block1 .supply_tab li{
  color: #383838;
}
.supply_tab a:last-child li{
  text-align: right;
  color: #383838;
}
.supply_support_block1 .supply_tab a:last-child li{
  color:white;
}
.supply_table{
  width: 100%;
  padding: 40px 26px;
  box-sizing: border-box;
}
.supply_table table{
  width: 100%!important;
}
.supply_table th{
  background-color: #F0F7FF!important;
  font-size: 16px;
  color: #0058F0;
  padding: 14px;
  text-align: left;
}
.supply_table tr{
  border-bottom: 1px solid #EBEEF5;
}
.supply_table td{
  font-size: 16px;
  color: #383838;
  padding: 9px;
}
/* 餐饮一件事 - 找员工*/
#ygBlock .main_wrap2 .wrap_head{
  display: block;
  width: 100%;
}
#ygBlock .main_wrap2 .wrap_title{
  margin: 0 auto;
  text-align: center;
}
#ygBlock .main_wrap3 .wrap_head{
  display: block;
  width: 100%;
}
#ygBlock .main_wrap3 .wrap_title{
  margin: 0 auto;
  text-align: center;
}
.meeting_block{
  background-color: #0058F0;
  border-radius: 8px;
  margin-top:30px;
}
.meeting_name{
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 16px 0;
}
.meeting_info{
  background-color: white;
  border-radius: 8px;
  border: solid 1px #E5E5E5;
  box-sizing: border-box;
  padding: 16px;
  padding-bottom: 24px;
}
.meeting_intro{
  font-size: 16px;
  color: #383838;
  text-align: center;
  margin-bottom: 16px;
}
.meeting_year{
  background-image: url(../images/oneThing/meeting_year_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #2A82E4;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}
.meeting_data{
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.meeting_data li{
  width: 12.5%;
  position: relative;
}
.meeting_num{
  font-size: 22px;
  font-weight: bold;
  color: #2A82E4;
  text-align: center;
}
.meeting_label{
  color: #606266;
  font-size: 17px;
  text-align: center;
  margin-top: 8px;
}
.meeting_short_line{
  position: absolute;
  border-right: solid 1px #EBEBEB;
  height: 44px;
  right: 0;
  top: 12px;
}
.talent_space{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.talent_space li{ 
  width: 49%;
  background-color: #226AE6;
  border-radius: 8px;
}
.talent_block_head{
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 16px 0;
}
.talent_space_info{
  background-color: white;
  border-radius: 8px;
  border: solid 1px #E5E5E5;
  box-sizing: border-box;
  padding: 20px;
  /* padding-bottom: 60px; */
  padding-top: 16px;
  position: relative;
}
.talent_space_intro{
  font-size: 17px;
  line-height: 28px;
  color: #383838;
}
.talent_supply_tip{
  font-size: 17px;
  line-height: 28px;
  color: #383838;
  width: 48%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.talent_erweima{
  width: 100px;
  height: 100px;
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.talent_erweima img{
  width: 100%;
  height: 100%;
}
.talent_travel{
  font-size: 17px;
  line-height: 28px;
  color: #383838;
}
.talent_travel p{
  margin-top: 8px;
}
.talent_service_unit{
  color:#2A82E4;
  font-size: 15px;
  line-height: 24px;
  margin-top: 20px;
}
.talent_center_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  background-color:#FAFAFA;
  border-radius: 8px;
}
.talent_center_pic{
  width: 50%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}
.talent_center_pic img{
  width: 100%;
  height: 100%;
}
.talent_service{
  width: 50%;
  box-sizing: border-box;
  padding: 0 50px;
}
.talent_service_list{
  display: flex;
  align-items: center;
  justify-content: center;
}
.talent_service_list a{ 
  width: 30%;
  margin-right: 40px;
}
.talent_service_list a:last-child{
  margin-right: 0;
}
.talent_service_list li {
  width: 100%;
}
.talent_service_list li img{
  width: 100%;
}
.talent_service_icon{
  width: 60px;
  height: 60px; 
  margin: 0 auto;
}
.talent_service_icon img{
  width: 100%;
  height: 100%;
}
.talent_service_web{
  font-size: 15px;
  color: #2A82E4;
  margin-top: 10px;
  text-align: center;
}
.talent_service_label{
  font-size: 20px;
  color: #383838;
  text-align: center;
  margin-top: 16px;
}
.talent_service .talent_service_unit{
  margin-top: 20px;
}
/* 餐饮一件事 - 找外卖平台 */
#wmptBlock .main_wrap2 .wrap_head{
  display: block;
  width: 100%;
}
#wmptBlock .main_wrap2 .wrap_title{
  margin: 0 auto;
  text-align: center;
}
.main_wrap2 .wrap_head_line{
  width: 60px;
  border-bottom: solid 4px #0058F0;
  margin: 0 auto;
  margin-top: 12px;
}
.platform_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
.platform_block li{
  border: solid 1px #E5E5E5;
  border-radius: 12px;
  width: 32%;
  background: linear-gradient(to bottom, #fff, rgba(255,195,0,0.2));
  padding-bottom: 30px;
  position: relative;
}
.platform_block li:nth-child(2){
  background: linear-gradient(to bottom, #fff, rgba(64,153,255,0.2));
}
.platform_block li:nth-child(3){
  background: linear-gradient(to bottom, #fff, rgba(232,0,4,0.2));
}
.platform_pic{
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-top: -40px;
}
.platform_pic img{
  width: 100%;
  height: 100%;
}
.platform_title{
  color: #383838;
  font-size: 24px;
  text-align: center;
  margin-top: 14px;
}
.platform_intro_label{
  font-size: 20px;
  color: #F0BB0E;
  text-align: center;
  margin: 18px 0 12px;
}
.platform_block li:nth-child(2) .platform_intro_label{
  color: #2A82E4;
}
.platform_block li:nth-child(3) .platform_intro_label{
  color: #FF5733;
}
.platform_intro_main{
  font-size: 16px;
  text-align: center;
  color: #383838;
  line-height: 24px;
  width: 74%;
  margin: 0 auto;
  height: 70px;
}
.platform_btn{
  width:46%;
  border: solid 1px #E5E5E5;
  border-radius: 36px;
  color: #383838;
  font-size: 16px;
  text-align: center;
  background-color: white;
  margin: 0 auto;
  padding: 14px 0;
  margin-top: 14px;
  cursor: pointer;
}
.platform_flowchart{
  position: absolute;
  left:160px;
  top:44px;
  width: 800px;
  display: none;
  z-index: 10;
}
.platform_flowchart img{
  width: 100%;
}
.platform_block li:nth-child(2) .platform_flowchart{
  left:-216px;
}
.platform_block li:nth-child(3) .platform_flowchart{
  right:170px;
  left: initial;
}