/* 修改滚动条 */
::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: .375rem;
}

::-webkit-scrollbar {
  width: .0625rem;
}

::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: .375rem;
}

/* 公司介绍 */
.firm {
  width: 100%;
  /* height: 8.5875rem; */
  /* background:#F2F2F2; */
  padding: 1.1875rem 2.075rem 0;
  display: flex;
  justify-content: space-between;
  background: rgb(242, 242, 242);
}

.firm_left {
  width: 10rem;
  /* height: 6.25rem; */
  /* background: springgreen; */
}

.firm_left_title {
  font-size: .5625rem;
  font-weight: 400;
  color: #24a2a5;
  line-height: 1.075rem;
}

.firm_left_subhead {
  font-size: .3125rem;
  color: #000000;
  font-weight: 400;
  line-height: 0.6rem;
}

.firm_left_content {
  width: 9.775rem;
  margin-top: .3125rem;
  /* height: 4rem; */
  overflow: hidden;
  overflow-y: auto;
  font-size: .25rem;
  font-weight: 400;
  color: #0c0c0c;
  line-height: 0.5rem;
  padding-right: .25rem;
}

.firm_right {
  width: 8.85rem;
  height: 7.375rem;
  background: skyblue;
}

/* 理念 */
.weidea {
  width: 100%;
  /* height: 14.625rem; */
  padding: 2.1875rem 2.125rem 0;
  background: #ffffff;
  margin-bottom: 1.25rem;
}

.weidea_top>h2 {
  font-size: .5625rem;
  color: #24a2a5;
  margin-bottom: 0.375rem;
}

.weidea_top>span {
  font-size: .3125rem;
  color: #000000;
  line-height: 0.55rem;
  font-weight: 400;
}

.weidea_bot {
  display: flex;
  margin-top: -0.2rem;
  justify-content: space-between;
  overflow: hidden;
}
.smjy{
  overflow: hidden;
}
.weidea_bot_left,.weidea_bot_right {
  width: 9.875rem;
  height: 6.625rem;
}

.wbl_tab {
  font-size: .3375rem;
  color: #606060;
  margin-top: 1rem;
cursor: pointer;
  /* transform: translateY(-0.375rem); */
}

.wbl_tab span {
  position: relative;
}

.span_active::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: #24a2a5;
  border: 0.1rem solid #ededed;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -0.5rem;
}

.wbl_img {
  width: 100%;
  height: calc(5.6875rem + .94rem);
  /* background: #606060; */
  padding-top: .975rem;
  /* margin-top: 0.43rem; */
}
.wbl_img>img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.weidea_bot_right {
  background: #ededed;
  padding: 1.125rem 0.875rem;
}

.weidea_bot_right>h1 {
  font-size: .5625rem;
  color: #000000;
  font-weight: 400;
  line-height: .925rem;
}

.weidea_bot_right>h5 {
  font-size: .3125rem;
  color: #919191;
  line-height: .7rem;
  font-weight: 500;
  margin-top: .6rem;
}


/* 媒体查询 1000*/
@media screen and (max-width: 1000px) {
  .firm {
    display: block;
  }

  .firm_left {
    width: 100%;
    /* background: red; */
    margin-bottom: .375rem;
  }

  .firm_left_title {
    font-size: 20px;
    text-align: center;

  }

  .firm_left_subhead {
    font-size: 15px;
    margin: 20px 0 30px;
    text-align: center;
  }

  .firm_left_content {
    width: 100%;
    /* padding-left: .375rem; */
    font-size: 14px;
    line-height: 30px;
    height: 100%;
    padding: 0;
  }

  .firm_right {
    width: 100%;
    height: 15rem;
  }


  .weidea_top>h2 {
    font-size: 20px;
    text-align: center;
  }

  .weidea_top>span {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 20px 0;
    line-height: 25px;
  }

  .weidea_bot {
    display: block;
  }

  .weidea_bot_right,.weidea_bot_left {
    width: 100%;
    height: 15rem;
  }

  .wbl_tab {
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .span_active::after{
    bottom: -11px;
    width: 10px;
    height: 10px;
  }
  .wbl_img {
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }

  .weidea_bot_right>h1 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .weidea_bot_right>h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .weidea_bot_right, .weidea_bot_left{
    height: auto;
  }
}