.col-border{
  border: 1px solid #EEEEEE;
  height: 100%;
}

.industry_box{
  padding-top: 50px;
}

.industry_card_box{
  padding-top: 30px;
}
.industry_card_people{
  background: url('/imgae/bg_people.png') no-repeat;
  background-size: 100% 100%;
  height: 70px;
  padding: 0 20px;
  line-height: 70px;
}
.industry_card_enterprise{
  background: url('/imgae/bg_enterprise.png') no-repeat;
  background-size: 100% 100%;
  height: 70px;
  padding: 0 20px;
  line-height: 70px;
}
.industry_card_post{
  background: url('/imgae/bg_post.png') no-repeat;
  background-size: 100% 100%;
  height: 70px;
  padding: 0 20px;
}
.industry_card_title_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.industry_card_title{
  font-size: 22px;
  font-weight: 800;
  color: #FFFFFF;
}
.industry_card_more{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}

.industry_card_content_title{
  padding: 18px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.industry_card_content_img{
  padding: 0 15px 20px;
}
.industry_card_content_img img{
  width: 100%;
}
.industry_card_content_2{
  background: linear-gradient(180deg, rgba(181, 213, 255,0.15) 0%, rgba(255,255,255,0.15) 100%);
  border-radius: 9px;
}
.industry_card_content_2_list{
  padding: 20px;
}
.industry_card_content_2_list_item{
  margin-top: 20px;
}
.industry_card_content_2_list_item:first-child{
  margin-top: 0px;
}
.industry_card_content_2_list_item_name{
  font-size: 17px;
  font-weight: bold;
  color: #444444;
  text-align: center;
}
.industry_card_content_2_list_cpy{
  font-size: 17px;
  font-weight: 400;
  color: #888888;
  text-align: center;
  margin-top: 5px;
}
.carousel-industry{
  padding-bottom: 50px;
}


.carousel-indicators-industry [data-bs-target]{
  box-sizing: content-box;
  flex: 0 1 auto;
  
  width: 7px;
  height: 7px;
  background: #DDDDDD !important;
  border-radius: 18px;
  display: flex;

  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: .5rem;
  text-indent: 0;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border: 0;
  transition: opacity 0.6s ease;
}

.carousel-indicators-industry .active{
  width: 16px !important;
  background: #7D8B94 !important;
  border-radius: 18px;
}

/* 骨干企业 */
.enterprise_list{
  padding: 14px 20px;
}

.enterprise_list ul li{
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #D1D1D1;
}
.enterprise_list ul li:last-child{
  border: none;
}
.enterprise_list ul li i{
  display: block;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  background: #5EACD8;
  border-radius: 50%;
  margin-right: 12px;
}

.form-select-enterprise{
  width: fit-content;
  height: 34px;
  border-radius: 18px;
  border: 1px solid #C3E6FF;
  background-color: #2383F7;
  background-image: url('/imgae/icon_selectArrow_bottom.png');
  background-size: 12px 7px;
  background-position: right .8rem center;
  color:#fff;
  font-size: 16px;
  padding: 0.28rem 2.25rem 0.375rem 0.9rem;
}
.form-select-people{
  width: fit-content;
  height: 34px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.6);;
  background-color: #189CFD;
  background-image: url('/imgae/icon_selectArrow_bottom.png');
  background-size: 12px 7px;
  background-position: right .8rem center;
  color:#fff;
  font-size: 16px;
  padding: 0.28rem 2.25rem 0.375rem 0.9rem;
}

.carousel-people{
  padding-bottom: 50px;
}

.carousel-people-imgbox{
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  padding: 10px;
  border: 1px solid #D9D9D9;
  position: relative;
}

.carousel-people-imgbox img{
  width: 180px;
  height: 220px;
}
.pop_title{
  position: absolute;
  background-color: #fff;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);

  font-size: 13px;
  font-weight: normal;
  color: #C6C6C6;
  line-height: 27px;
}

.carousel-people .carousel-inner .carousel-item{
  text-align: center;
}

.carousel-people-name{
  font-weight: bold;
  color: #114497;
  font-size: 24px;
  margin-top: 24px;
}
.carousel-people-cpy{
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  margin-top: 20px;
  padding: 0 40px;
}


.carousel-indicators-people [data-bs-target]{
  box-sizing: content-box;
  flex: 0 1 auto;
  
  width: 7px;
  height: 7px;
  background: #DDDDDD !important;
  border-radius: 18px;
  display: flex;

  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: .5rem;
  text-indent: 0;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border: 0;
  transition: opacity 0.6s ease;
}

.carousel-indicators-people .active{
  width: 16px !important;
  background: #7D8B94 !important;
  border-radius: 18px;
}

.industry-people-more{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #7D7D7D;
  cursor: pointer;
  margin-top: 10px;
}

.industryDetail{
  margin-top: 30px;
}

.industryDetail_title{
  height: 70px;
  padding: 0 20px;
  background: url('/imgae/bg_industryDetail_title.png') no-repeat;
  background-size: 100% 100%;
  font-size: 22px;
  font-weight: 800;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.industryDetail_title div{
  display: flex;
  align-items: center;
}
.industryDetail_title div span{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 36px;
  flex-shrink: 0;
  cursor: pointer;
}


.form-select-industryDetail{
  width: fit-content;
  height: 34px;
  border-radius: 18px;
  border: 1px solid #C3E6FF;
  background-color: #13B2EA;
  background-image: url('/imgae/icon_selectArrow_bottom.png');
  background-size: 12px 7px;
  background-position: right .8rem center;
  color:#fff;
  font-size: 16px;
  padding: 0.28rem 2.25rem 0.375rem 0.9rem;
}

.industryDetail-top{
  border: 1px solid #EEEEEE;
  padding: 20px;
  background: linear-gradient(180deg, #96E9FF 0%, #FFFFFF 36%);
  display: flex;
  margin-bottom: 30px;
}

.industryDetail-top-img{
  width: 338px;
  height: 150px;
  background: url('/imgae/bg_industryDetail_detail.png') no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  position: relative;
}

.industryDetail-top-img span{
  font-size: 24px;
  font-weight: bold;
  color: #114497;
}
.industryDetail-top-img span:last-child{
  font-size: 14px;
  font-weight: 400;
  color: #3D6874;
}
.industryDetail-top-img-cpy{
  position: absolute;
  bottom: 21px;
  left: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #3D6874;
}
.industryDetail-top-list{
  flex-grow: 1;
  width: 100%;
  margin-left: 48px;
  display: flex;
  flex-wrap: wrap;
}
.industryDetail-top-list-item{
  width: 12.5%;
  display: flex;
  align-items: center;
}

.industryDetail-left{
  border: 1px solid #EEEEEE;
  padding: 24px 20px;
}

.industryDetail-left-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.industryDetail-left-title div{
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.industryDetail-left-title span{
  font-size: 16px;
  font-weight: 400;
  color: #114497;
  cursor: pointer;
}
.industryDetail-left ul {
  margin-top: 10px;
}
.industryDetail-left ul li{
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #D1D1D1;
}
.industryDetail-left ul li:last-child{
  border: none;
  padding-bottom: 0;
}
.industryDetail-left ul li i{
  display: block;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  background: #5EACD8;
  border-radius: 50%;
  margin-right: 12px;
}

.industryDetail-left_img{
  width: 337px;
  height: 231px;
  margin-top: 20px;
}

.industryDetail-mid{
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.industryDetail-mid img{
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
}
.industryDetail-mid-1{
  width: 100%;
  height: 156px;
  background: url('/imgae/bg_industryDetail1.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.industryDetail-mid-2{
  width: 100%;
  height: 156px;
  background: url('/imgae/bg_industryDetail2.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.industryDetail-mid-3{
  height: 100%;
  margin-top: 15px;
  background: url('/imgae/bg_industryDetail3.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 服务平台  新增 .service .col img => .service img */
.service {
  cursor: pointer;
}
.service img{
  margin-top: 30px;
  margin-bottom: 15px;
  width: 283px;
  height: 220px;
}
.service div{
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}

/* 关于协会 */
.about-card{
  margin-top: 30px;
  height: 230px;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
.about-card-bg1{
  background: url('/imgae/bg_about1.png') no-repeat;
  background-size: 100% 100%;
}
.about-card-bg2{
  background: url('/imgae/bg_about2.png') no-repeat;
  background-size: 100% 100%;
}
.about-card div{
  margin-top: 20px;
  margin-bottom: 16px;
}
.about-card-img1{
  width: 69px;
  height: 69px;
}
.about-card-img2{
  width: 18px;
  height: 18px;
}
