
.BMap_bubble_buttons {
  display: none;
}

.anchorBL img {
  width: 0!important;
  height: 0!important;
}

.BMap_cpyCtrl span {
  background: transparent!important;
  color: transparent!important;
}

.team-area{
  background: #F1F8FF;
}

.team-area .top-title-box{
  padding: 0 150px;
}

.team-area .top-title-box .box-item{
  width: 130px;
  height: 130px;
  transform: rotate(-45deg);
  flex-shrink: 0;
  border-radius: 40px;
  background: #466BFB;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-area .top-title-box .box-item .item-text{
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3.6px;
  transform: rotate(45deg);
}

.team-area .team-introduce{
  margin-top: 50px;
  padding-left: 77px;
}

.team-area .team-introduce .introduce-item{
  color: #112F59;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .team-area .top-title-box {
    padding: 30px;
  }
  .team-area .top-title-box .box-item{
    width: 80px;
    height: 80px;
    border-radius: 30px;
    margin-bottom: 10px;
  }
  .team-area .top-title-box .box-item .item-text{
    font-size: 24px;
  }
  .team-area .team-introduce .introduce-item{
    font-size: 18px;
  }
  .team-area .team-introduce{
    margin-top: 36px;
    padding-left: 10px;
  }
}

@media (max-width: 576px) {
  .team-area .top-title-box {
    padding: 15px;
  }
  .team-area .top-title-box .box-item{
    width: 56px;
    height: 56px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .team-area .top-title-box .box-item .item-text{
    font-size: 20px;
  }
  .team-area .team-introduce .introduce-item{
    font-size: 16px;
  }
  .team-area .team-introduce{
    margin-top: 20px;
    padding-left: 0px;
  }
}

.contact-area .top-contact-box {
  padding: 0 80px;
}

.contact-area .top-contact-box .box-item img{
  width: 72px;
  height: 72px;
  margin-bottom: 34px;
}

.contact-area .top-contact-box .box-item .item-text{
  color:  #29345C;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.contact-area .contact-map{
  margin-top: 57px;
}

.contact-area .contact-map #company_map{
  width: 100%;
  height: 708px;
}

@media screen and (max-width: 992px) {
  .contact-area .top-contact-box {
    padding: 0 30px;
  }
  .contact-area .top-contact-box .box-item{
    margin-top: 50px;
  }
  .contact-area .contact-map #company_map{
    width: 100%;
    height: 600px;
  }
  .contact-area .top-contact-box .box-item .item-text{
    font-size: 20px;
  }
}

@media screen and (max-width: 676px){
  .contact-area .top-contact-box {
    padding: 0 15px;
  }
  .contact-area .contact-map #company_map{
    width: 100%;
    height: 400px;
  }
  .contact-area .top-contact-box .box-item .item-text{
    font-size: 18px;
  }
}