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

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

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


.aboutus{
  padding: 1.0625rem 2.075rem 1.125rem;
  background:#F2F2F2;
  width: 100%;
}
.firm {
  /* height: 8.5875rem; */
  display: flex;
  justify-content: space-between;
}

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

.firm_left_title {
  font-size: .5625rem;
  font-weight: 400;
  margin-bottom: .75rem;
  color: #24a2a5;
  line-height: 1.075rem;
  /* transform: translateY(-0.625rem); */
}

.firm_left_subhead {
  font-size: 0.35rem;
  color: #000000;
  line-height: 0.9rem;
}

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

.firm_right {
  width: 7.375rem;
  height: 7.375rem;
  /* background: skyblue; */
  border-radius: 50%;
  border: .0125rem solid #A9A9A9;
  position: relative;
  transform: translateY(.625rem);
}
.firm_right img{
  width: 96%;
  height: 96%;
  position: absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* 媒体查询 1000*/
@media screen and (max-width: 1000px) { 
  .firm{
    display: block;
  }
  .firm_left{
    width: 100%;
    /* background: red; */
    margin-bottom: .375rem;
  }
  .firm_left_title{
    font-size: 30px;
    text-align: center;
    line-height: 60px;
  }
  .firm_left_subhead{
    font-size: 40px;
    margin:.5rem 0;
    text-align: center;
  }
  .firm_left_content{
    width: 100%;
    /* padding-left: .375rem; */
    font-size: 14px;
    line-height: 35px;
    height: 100%;
    padding: 0;
  }
  .firm_right{
    width: 16rem;
    height:16rem;
    margin: auto;
  }
  .weidea_top>h2{
    font-size: 60px;
  text-align: center;
  }
  .weidea_top>span{
    font-size: 30px;
    text-align: center;
    padding:1.875rem 0;
  }

  .weidea_bot{
    display: block;
  }
  .weidea_bot > div {
    width: 100%;
    height: 15rem;
  }
  .wbl_tab{
    font-size: 40px;
  }
  .wbl_img{
    width: 100%;
    height: 100%;
  }
  .weidea_bot_right > h1{
    font-size: 1.125rem;
    line-height: 100px;
  }
  .weidea_bot_right > h5{
    font-size: 60px;
    line-height: 100px;
  }
  .firm_right{
    width: 200px;
    height: 200px;
    margin-bottom: 30px;
  }
} 