.about_main_box{
  /* display: none; */
}
.bannerAll{
  position: relative;
  z-index: 1000;
}
.bannerMain{
  background: url(../images/tp_banner_gywm.jpg) no-repeat center top;
  background-size: 1920px auto;
  position: relative;
  background-color: #114FFF;

}
.bannerAbout{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,calc(-50% - 24px));
  white-space: nowrap;
}
.bannerMain h1{
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 3px;
}
.bannerMain .line{
  width: 1px;
  height: 21px;
  opacity: 0.51;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  margin: 0 22px 0 16px;
}
.bannerMain p{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: 15px;
}
.banner_menu{
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0px;
}
.banner_menu.fixed_nav_about{
  position: fixed;
  top: 50px;
  background: #ffffff;
  height: 68px;
  box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09);
}
.banner_menu ul{
  display: flex;
  align-items: center;
}
.banner_menu ul li{
  flex: 1;
  box-sizing: border-box;
}
.banner_menu ul li a{
  font-size: 14px;
  font-weight: bold;
  color: #5C6068;
  text-align: center;
  display: block;
  box-sizing: border-box;
  height: 68px;
  line-height: 68px;
}
.banner_menu ul li:hover{
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.9;
}
.banner_menu ul li:hover a{
  color: #0090FF;
  /* border-bottom: 2px solid #FF6900; */
  padding-bottom: 24px;
}
.banner_menu ul li.banner_menu_cur{
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.9;
}
.banner_menu ul li.banner_menu_cur a{
  color: #0090FF;
  border-bottom: 2px solid #0090FF;
  padding-bottom: 24px;
}
/* 了解多有米 start */
/* 集团介绍 start */
.about_article_h2{
  font-size: 34px;
  font-weight: 400;
  color: #1B2948;
  padding-top: 50px;
  padding-bottom: 50px;
}
.group_introduction{
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.group_introduction_left{
  /* flex: 1; */
  box-sizing: border-box;
  /* margin-right: 35px; */
}
.group_introduction_left p{
  font-size: 14px;
  line-height: 20px;
  color: #5C6068;
  margin-bottom: 16px;
}
.group_introduction_left p span{
  color: #1B2948;
  font-weight: bold;
}
.group_introduction_right{
  /* width: 44%; */
  margin-top: 24px;
}
.group_introduction_right img{
  width: 100%;
}
.wish{
  margin-top: 40px;
  /* margin-bottom: 30px; */
}
.wish ul{
  display: flex;
  border-radius: 4px;
}
.wish ul li{
  width: calc(25%);
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  padding: 30px 16px;
  border-right: none;
  cursor: pointer;
}
.wish ul li:last-child{
  border-right: 1px solid #DCDFE6;
}
.wish ul li:hover{
  box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09);
}
.wish ul li:hover h5{
  color: #0090FF;
}
.wish ul li h5{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
  line-height: 25px;
}
.wish ul li p{
  font-size: 14px;
  font-weight: 400;
  color: #909399;
}
/* 集团介绍 end */
/* 企业优势 start */
.enterprise_advantage_bg {
  background: url(../images/tp_gywm_qyys.jpg) no-repeat center;
  background-size: cover;
}
.enterprise_advantage {
  margin-top: 30px;
  margin-bottom: 30px;
}
.enterprise_advantage ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.enterprise_advantage ul li{
  width: calc(33.33%);
  border-right: 1px solid #C2C2D4;
  font-size: 28px;
  color: #1B2948;
  text-align: center;
}
.enterprise_advantage ul li h5 span{
  font-size: 94px;
}
.enterprise_advantage ul li p{
  font-size: 18px;
  margin-top: 4px;
}
.enterprise_advantage ul li:last-child{
  border-right: none;
}
/* 企业优势 end */
/* 了解多有米 end */

/* 发展历程 start */
.about_dev_top{
  width: 185px;
  height: 40px;
  line-height: 40px;
  background: #E4E7ED;
  text-align: center;
  margin: auto;
  border-radius: 4px;
}
.about_dev_top .dev_top_date{
  font-size: 22px;
  font-weight: bold;
  background: #666;
  color: #ffffff;
}
.about_dev {
  padding: 50px;
  display: flex;
  flex-direction: column;
  width: 716px;
  margin: auto;
  margin-bottom: 30px;
}

.about_dev_item_wrap {
  width: 311px;
  height: 100px;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 20px;
  border: 1px solid #E4E7ED;
  background: #ffffff;
  margin-top: -10px;
  cursor: pointer;
  border-radius: 4px;
}
.about_dev_item_wrap:hover{
  box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 9%);
}
.about_dev_item_wrap:nth-child(2n+2) {
  margin-left: 404px;
}

.about_dev_item {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.dev_date {
  font-size: 24px;
  font-weight: bold;
  color: #5C6068;
  line-height: 33px;
}

.dev_info {
  margin-top: 5px;
}

.dev_info h2 {
  color: #1B2948;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.dev_info p {
  font-size: 14px;
  color: #5C6068;
  line-height: 20px;
}

/* 左边框框样式 start */
.about_dev_item_wrap::after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 27px;
  right: -22px;
  padding: 0;
  border-right: 11px solid transparent;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #E4E7ED;
  display: block;
  content: '';
  z-index: 10
}

.about_dev_item_wrap::before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 28px;
  right: -20px;
  padding: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  display: block;
  content: '';
  z-index: 12;
}

.about_dev_item::after {
  width: 15px;
  height: 15px;
  background: rgba(0, 144, 255, 0.2);
  border: 1px solid #0090FF;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 20px;
  right: -65px;
  z-index: 14;
  box-sizing: border-box;
}

.about_dev_item::before {
  width: 1px;
  height: 180px;
  background: #E4E7ED;
  content: "";
  position: absolute;
  top: 50%;
  right: -58px;
  transform: translateY(-50%);
  z-index: 13;
  box-sizing: border-box;
}

.circle_icon {
  width: 7px;
  height: 7px;
  background: #0090FF;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 24px;
  right: -61px;
  z-index: 15;
  box-sizing: border-box;
}

/* 左边框框样式  end*/
/* 右边框框样式  start*/
.about_dev_item_wrap:nth-child(2n+2).about_dev_item_wrap::before {
  top: 28px;
  left: -20px;
  border-right: 10px solid #FFFFFF;
  border-left: 10px solid transparent;
}

.about_dev_item_wrap:nth-child(2n+2).about_dev_item_wrap::after {
  top: 27px;
  left: -22px;
  border-right: 11px solid #cccccc;
  border-left: 11px solid transparent;
}

.about_dev_item_wrap:nth-child(2n+2) .about_dev_item::before {
  left: -68px;
}

.about_dev_item_wrap:nth-child(2n+2) .about_dev_item::after {
  left: -75px;
}

.about_dev_item_wrap:nth-child(2n+2) .circle_icon {
  left: -71px;
}

/* 右边框框样式  end*/
/* 发展历程 end */

/* 产品体系 start */
/* 服务体系 start */
.company_db_list{
  margin-top: 30px;
}
.company_db_list{
  display: flex;
  flex-wrap: wrap;
}
.company_db_item{
  /* background: url(../imgBaidu/bg_company.jpg) no-repeat center; */
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 292px;
  box-sizing: border-box;
  padding: 20px;
  margin-right: 10px;
  width: calc(16.66% - 10px);
  border: 1px solid #E4E7ED;
  /* margin-bottom: 10px; */
  border-radius: 4px;
  cursor: pointer;
}
.company_db_item .type_tit_left{
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-weight: bold;
}
.type_tit_left::after {
  width: 50px;
  height: 3px;
  background: #333;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}
.company_db_item:last-child{
  margin-right: 0px;
}
.company_db_item ul{
  height: 168px;
}
.company_db_item ul li{
  color: #909399;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2px;
  text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}
.company_db_item button{
  width: 100%;
  height: 35px;
  min-height: 35px;
  font-size: 16px;
  border: 1px solid #0090FF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0090FF;
  color: #FFFFFF;
  box-shadow: 0px 2px 0px 0px rgba(0,104,185,1);
  border-radius: 4px;
}
.company_db_item button .more_icon {
  width: 22px;
  height: 14px;
  display: inline-block;
  margin-left: 8px;
  background: url(../images/icon_more__white.png) no-repeat center;
  background-size: cover;
}
.company_db_item button:hover{
  /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1), 0px 2px 0px 0px rgba(0,123,218,1); */
}
button:hover{
  opacity: 0.9;
}
.company_db_item button:active,.company_db_item button:focus{
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}
.company_db_item:hover .type_tit_left{
  color: #0090FF;
}
.company_db_item:hover .type_tit_left::after{
  background: #0090FF;
}
/* .company_db_item button img{
  width: 22px;
  margin-left: 6px;
} */
/* 服务体系 end */
/* 产品体系 start */
.product_system{
  margin-top: 40px;
  display: flex;
  margin-bottom: 30px;
  height: 659px;
}
.product_system_left{
  border-radius: 4px;
}
.product_system_left ul li{
  width: 279px;
  height: 66px;
  background: #F7F9FD;
  text-align: left;
  vertical-align: middle;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E7ED;
  cursor: pointer;
}
.product_system_left ul li:last-child{
  border-bottom: none;
}
.product_system_left ul li:hover{
  z-index: 10;
  /* background: #878FAE; */
  /* box-shadow: 0px 2px 6px 0px rgba(204, 204, 204, 0.5); */
  position: relative;
}
/* .product_system_left ul li:hover h5{
  color: #FFFFFF;
}
.product_system_left ul li:hover p{
  color: #FFFFFF;
} */
.product_system_left ul li.cur{
  background: #ffffff;
  /* box-shadow: -4px -4px 10px 0px rgba(0,0,0,0.16); */
}
/* .product_system_left ul li.cur h5{
  color: #FFFFFF;
}
.product_system_left ul li.cur p{
  color: #FFFFFF;
} */
.product_system_left ul li h5{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.product_system_left ul li p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  /* margin-top: 5px; */
}
.product_system_right{
  flex: 1;
  background: #FFFFFF;
  border-radius: 4px;
}
.product_system_item {
  display: none;
  box-sizing: border-box;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.product_system_item.show{
  display: flex;
}
.product_system_item .item_dec{
  display: flex;
  padding: 30px 0px 0px 50px;
}
.product_system_item .item_dec img{
  width: 72px;
  height: 72px;
  margin-right: 15px;
}
.product_system_item .item_dec .item_dec_text{
  flex: 1;
}
.item_dec .item_dec_text h2{
  font-size: 34px;
  font-weight: 400;
  color: #1B2948;
}
.item_dec .item_dec_text p{
  font-size: 14px;
  font-weight: 400;
  color: #5C6068;
  margin-top: 5px;
}

/* .product_system_line{
  width: 63px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 50px;
  background: #333333;
} */
.product_system_item .item_main{
  padding: 0px 50px 20px 50px;
  margin-top: 30px;
}
.product_system_item .item_main p{
  font-size: 14px;
  font-weight: 400;
  color: #5C6068;
  margin-bottom: 10px;
}
.product_system_item .item_main p:last-child{
  margin-bottom: 0px;
}
.item_img img{
  width: 100%;
}
/* 产品体系 end */
/* 产品体系 end */

/* 公司团队 start */
/* 10年企服经验，资深团队引领 start */
.serve_div{
  padding: 20px 0 30px;
}
.serve_list{
  margin-top: 50px;
}
.serve_list ul{
  display: flex;
}
.serve_list ul li{
  width: 20%;
  background: #FBFBFB;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  padding: 14px;
}
.serve_list ul li:hover{
  background: #F2F3F5;
}
.serve_list ul li:hover .self_introduction .self_name h3{
  color: #0090FF;
}
.serve_list ul li:hover .self_introduction .self_name span{
  color: #0090FF;
}
.serve_list ul li .self_img{
  width: 215px;
  height: 215px;
  position: relative;
}
/* .serve_list ul li:hover .self_img::after{
  width: 20px;
  height: 20px;
  position: absolute;
  background: #0090FF;
  bottom: 20px;
  right: 0;
  content: "";
} */
.serve_list ul li .self_img img{
  width: 100%;
  height: 100%;
  /* padding-left: 110px; */
}
.self_introduction{
  /* padding: 20px; */
  margin-top: 20px;
}
.self_introduction .self_name{
  display: flex;
}
.self_introduction .self_name h3{
  font-size: 24px;
  font-weight: bold;
  color: #1B2948;
}
.self_introduction .self_name span{
  font-size: 18px;
  font-weight: 400;
  color: #5C6068;
  margin-left: 20px;
  line-height: 25px;
  padding-top: 6px;
}
.self_introduction .self_dec{
  margin-top: 18px;
}
.self_introduction .self_dec p{
  font-size: 12px;
  font-weight: 400;
  color: #909399;
  line-height: 20px;
}
/* 10年企服经验，资深团队引领 end */
/* 500人专业团队，塑造行业口碑 start */
.group_list_img{
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  padding: 40px 0 80px;
  display: flex;
  height: 310px;
  box-sizing: border-box;
}
.group_list_img .swiper-wrapper{
  width: 100%;
  box-sizing: border-box;
}
.list_img_item{
  cursor: pointer;
}
.list_img_item img{
  width: 100%;
}
/* 500人专业团队，塑造行业口碑 end */
/* 公司团队 end */


/* 媒体报道 start */
.activity_style_h2{
  padding-bottom: 40px;
}
.activity_tyle{
  margin-bottom: 15px;
}
.activity_tyle ul{
  display: flex;
  flex-wrap: wrap;
}
.activity_tyle ul li{
  width: calc(33.3% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.activity_tyle ul li .activity_tyle_box img{
  width: 100%;
}
.activity_tyle_box_shadow{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  left: 0px;
  bottom: 0px;
  background: rgba(22, 28, 44, 0.85);
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
}
.activity_tyle_box_shadow h5{
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.activity_tyle_box_shadow p{
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* 媒体报道 end */
/* 战略合作 start */
/* 战略合作 start */
.company_hz_h2{
  padding-bottom: 10px;
}
/* 战略合作 end */
.strategy_h2{
  padding-top: 28px;
  padding-bottom: 40px;
}

/* 合作伙伴 start */
.strategy ul{
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 18px; */
  margin-bottom: 50px;
}
.strategy ul li{
  width: calc(20% - 5px);
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.strategy ul li:hover{
  box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09);
}
.strategy ul li:nth-child(5n+5){
  margin-right: 0;
}
.strategy img{
  width: 100%;
}
/* 合作伙伴 end */

/* 战略合作 end */
/* 服务网点 start */
.service_h2{
  padding-bottom: 0px;
}
.service_center{
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service_center_left{
  position: absolute;
  bottom: 0;
  left: 0;
}
.service_center_left .ser_cneter_item{
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
.service_center_left .ser_cneter_item:last-child{
  margin-bottom: 0px;
}
.service_center_left .ser_cneter_item span{
  width: 40px;
  height: 8px;
  background: #FF6900;
  margin-right: 10px;
}
.service_center_left .ser_cneter_item span.colFF6900{
  background: #FF6900;
}
.service_center_left .ser_cneter_item span.col0090FF{
  background: #0090FF;
}
.service_center_left .ser_cneter_item span.colBDC1CA{
  background: #BDC1CA;
}
.ser_cneter_item p{
  font-size: 14px;
  font-weight: 400;
  color: #909399;
  line-height: 20px;
}
.service_center_right{
  width: 715px;
  position: relative;
}
.service_center_right img{
  width: 100%;
}
.service_center_bottom{
  margin-bottom: 20px;
}
.service_center_bottom ul{
  display: flex;
}
.service_center_bottom ul li{
  width: calc(50% - 30px);
  margin-right: 30px;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.service_center_bottom ul li:last-child{
  margin-right: 0px;
}
.service_center_bottom ul li h2{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-bottom: 12px;
}
.service_center_bottom ul li h2::after {
  width: 50px;
  height: 3px;
  background: #333;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
}
.service_center_bottom ul li p{
  font-size: 14px;
  font-weight: 400;
  color: #909399;
  line-height: 20px;
  margin-top: 20px;
}
/* 服务网点 end */