@media screen and (max-width: 1200px) {
  #map{
    width: 50% !important;
  }

  .banner-box{
    height: 4.15rem !important;
  }
  .banner-box .content .left{
    margin-right: 0.5rem !important;
  }
  .banner-box .content .left .title{
    font-size: 0.45rem !important;
  }
  .banner-box .content .left .des{
    font-size: 0.2rem !important;
  }
  .banner-box .content .right img{
    width: 5.5rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .chapter-1 .company-list{
    flex-flow: row wrap;
    align-content: flex-start;
  }
  .chapter-1 .company-list .company-box{
    margin-right: 0 !important;
    margin-bottom: 0.2rem;
    flex: 0 0 48%;
  }

  .banner-box{
    height: 3.15rem !important;
  }
  .banner-box .content .left{
    margin-right: 0.3rem !important;
  }
  .banner-box .content .left .title{
    font-size: 0.38rem !important;
  }
  .banner-box .content .left .des{
    font-size: 0.2rem !important;
  }
  .banner-box .content .right img{
    width: 3.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .banner-wrapper{
    display: none;
  }
  .pe-banner-wrapper{
    display: block !important;
  }

  .chapter-3 .connect-way{
    flex-direction: column-reverse;
  }
  .chapter-3 .connect-way .left{
    margin-right: 0 !important;
  }
  #map{
    margin-bottom: 0.2rem;
    width: 90% !important;
  }

  .chapter-1 .company-content .introduce-text{
    margin: 0 0.4rem;
  }

  /* 字体 */
  .chapter .title-box .title{
    font-size: 0.4rem !important;
  }
  .chapter-1 .introduce-text p{
    font-size: 0.24rem !important;
  }
  .chapter-1 .company-box .title{
    font-size: 0.3rem !important;
  }
  .chapter-1 .company-box .des{
    font-size: 0.24rem !important;
  }

  .chapter-2 .swiper-slide .title{
    font-size: 0.24rem !important;
  }

  .chapter-3 .connect-text .title{
    font-size: 0.3rem !important;
  }
  .chapter-3 .connect-text .des{
    font-size: 0.26rem !important;
  }
}
@media screen and (max-width: 480px) {
  .chapter-1 .company-list .company-box{
    margin-right: 0 !important;
    margin-bottom: 0.2rem;
    flex: 0 0 75%;
  }
}

#main {
  height: 100%;
  margin-top: 0.7rem;
}

.pe-banner-wrapper{
  display: none;
  width: 100%;
}
/* 顶部banner图 */
.banner-wrapper {
  background: url('../img/关于我们1.png') no-repeat center center;
  background-size: cover;
  width: 100%;
}
.banner-box {
  height: 5.15rem;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-box .bg-banner {
  height: 5.15rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-box .content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-box .content .left {
  margin-right: 0.3rem;
}
.banner-box .content .left .title {
  margin-bottom: 0.16rem;
  font-size: 0.5rem;
  font-weight: bold;
  color: #35363f;
}
.banner-box .content .left .title span {
  margin: 0 0.28rem;
}
.banner-box .content .left .des {
  font-size: 0.26rem;
  color: #2e68e9;
  height: 0.42rem;
}
.banner-box .content .right {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-box .content .right img {
  width: 7rem;
}

.chapter{
  width: 100%;
  padding: 0.7rem 0;
}
.chapter .title-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.48rem;
}
.chapter .title-box .title{
  font-size: 0.32rem;
  color: #181818;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.chapter .title-box .line{
  width: 0.36rem;height: 0.03rem;
  background-color: #3568F5;
}

/* 公司介绍 */
.chapter-1{

}
.chapter-1 .company-content{
  width: 100%;
}
.chapter-1 .company-content .introduce-text{
  margin-bottom: 0.48rem;
}
.chapter-1 .company-content .introduce-text p{
  font-size: 0.15rem;
  text-indent: 2em;
  color: #181818;
}
.chapter-1 .company-content .introduce-text p:not(:last-child){
  margin-bottom: 0.3rem;
}
.chapter-1 .company-content .company-list{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  margin: 0;
}
.chapter-1 .company-content .company-list .company-box{
  width: 3.84rem;height: 1.56rem;
  border-radius: 0.06rem;
  border: 1px solid #EEEEEE;
  background-color: #f4f6f9 !important;
  background: url('../img/关于我们-公司介绍.png') no-repeat center center;
  background-size: cover;
  padding: 0 0.48rem 0;
  display: flex;
  align-items: center;
}
.chapter-1 .company-content .company-list .company-box:not(:last-child){
  margin-right: 0.24rem;
}
.chapter-1 .company-content .company-list .company-box img{
  width: 0.6rem;
  margin-right: 0.2rem;
}
.chapter-1 .company-content .company-list .company-box .text{
  
}
.chapter-1 .company-content .company-list .company-box .text .title{
  font-size: 0.2rem;
  margin-bottom: 0.05rem;
  font-weight: bold;
  color: #181818;
}
.chapter-1 .company-content .company-list .company-box .text .des{
  font-size: 0.14rem;
  color: #898B8F;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 行业咨询 */
.chapter-2{
  background: url('../img/关于我们-行业资质.png') no-repeat center center;
  background-size: cover;
}
.chapter-2 .industry-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 轮播样式 */
.chapter-2 .swiper-box{
  width: calc(100% - 1.6rem);
  height: 2.1rem;
  position: relative;
}
.chapter-2 .swiper{
  height: 100%;
  position: static;
} 
/* 去除默认样式 */
.chapter-2 .swiper .swiper-button-prev::after{
  display: none;
}
.chapter-2 .swiper .swiper-button-next::after{
  display: none;
}
.chapter-2 .swiper .swiper-wrapper{
  
}
.chapter-2 .swiper .swiper-wrapper .swiper-slide{
  width: 180px;
  border: solid 0.04rem #FFFFFF;
  background-color: rgb(244, 246, 249);
  padding: 0 0.4rem;
  border-radius: 0.06rem;
  background-image: linear-gradient(#F3F5F8, #F9FAFB);
  padding: 0.25rem 0.25rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chapter-2 .swiper .swiper-wrapper .swiper-slide img{
  width: 0.96rem;
  margin-bottom: 0.2rem;
}
.chapter-2 .swiper .swiper-wrapper .swiper-slide .title{
  font-size: 0.13rem;
  color: #0D1A26;
  text-align: center;
}
.chapter-2 .swiper .swiper-button-prev{
  width: 0.4rem;height: 0.4rem;
  background-color: #F9FAFB !important;
  border-radius: 50%;
  box-shadow: 0.04rem 0.04rem 0.1rem rgba(92, 109, 138, 0.12);
  background: url(../img/向左箭头.png) no-repeat center center;
  background-size: 50% 50%;
  left: -0.8rem;
  transform: translateY(50%);
}
.chapter-2 .swiper .swiper-button-next{
  width: 0.4rem;height: 0.4rem;
  background-color: #F9FAFB !important;
  border-radius: 50%;
  box-shadow: 0.04rem 0.04rem 0.1rem rgba(92, 109, 138, 0.12);
  background: url(../img/向右箭头.png) no-repeat center center;
  background-size: 50% 50%;
  right: -0.8rem;
  transform: translateY(50%);
}

/* 联系方式 */
.chapter-3{

}
.chapter-3 .connect-wrapper{

}
.chapter-3 .connect-content{

}
.chapter-3 .connect-content .connect-way{
  display: flex;
  align-items: center;
  justify-content: center;
}
.chapter-3 .connect-content .connect-way .left{
  margin-right: 0.6rem;
}
.chapter-3 .connect-content .connect-way .left .connect-text{
  display: flex;
  margin-bottom: 0.3rem;
}
.chapter-3 .connect-content .connect-way .left .connect-text .icons{
  width: 0.15rem;height: 0.15rem;
  background-color: #3568F5;
  box-shadow: 0.05rem 0 0.12rem rgba(53, 104, 245, 0.5);
  transform: rotateZ(45deg);
  margin-right: 0.15rem;
  border-radius: 0.02rem;
}
.chapter-3 .connect-content .connect-way .left .connect-text .text{

}
.chapter-3 .connect-content .connect-way .left  .text .title{
  font-size: 0.2rem;
  color: #3568F5;
  margin-bottom: 0.2rem;
  display: flex;align-items: center;
  position: relative;
  left: -0.3rem;
}
.chapter-3 .connect-content .connect-way .left  .text .des{
  color: #181818;
}
.chapter-3 .connect-content .connect-way .right{
  /* width: 7.92rem;height: 3.56rem;
  background-color: #ECECF6; */
}

#map{
  width: 70%;
}