.banner .inbanner {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner .inbanner .w {
  height: 100%;
}
.banner .inbanner .w .p {
  line-height: 180%;
  letter-spacing: 0.36px;
  margin: 17px 0 0px;
}
.banner img {
  width: 100%;
  display: block;
}
.banner img.m_img {
  display: none;
}
.con .f1 {
  background-color: #F5F6F8;
  padding: 80px 0;
}
.con .f1 .about {
  box-sizing: border-box;
  padding: 0 50px;
}
.con .f1 .about .abl {
  width: 644px;
  padding-top: 70px;
}
.con .f1 .about .abl h2 {
  margin-bottom: 24px;
}
.con .f1 .about .abl h3 {
  margin-bottom: 20px;
}
.con .f1 .about .abl .p {
  letter-spacing: 0.32px;
  line-height: 1.8em;
  margin-bottom: 24px;
  height: 116px;
  overflow: hidden;
}
.con .f1 .about .abl .bot {
  margin-bottom: 40px;
}
.con .f1 .about .abl .bot .itm .num {
  height: 46px;
  line-height: 46px;
  font-weight: bold;
}
.con .f1 .about .abl .bot .itm p {
  font-size: 16px;
}
.con .f1 .about .abl .img {
  padding-bottom: 40px;
}
.con .f1 .about .abl .img img {
  width: 529px;
  display: block;
}
.con .f1 .about .abr {
  width: 488px;
  padding-top: 50px;
}
.con .f1 .about .abr img {
  display: block;
  width: 100%;
}
.con .f2 .f2t {
  padding-top: 100px;
  padding-bottom: 50px;
}
.con .f2 .f2t .item {
  width: 320px;
  position: relative;
}
.con .f2 .f2t .item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con .f2 .f2t .item .icon img {
  display: block;
  width: 30px;
}
.con .f2 .f2t .item .p {
  text-align: center;
  height: 46px;
}
.con .f2 .f2t .item .h2 {
  margin: 19px 0 11px;
}
.con .f2 .f2t .item::after {
  content: "";
  position: absolute;
  background: #E4E7ED;
  height: 129px;
  width: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.con .f2 .f2t .item:nth-last-child(1)::after {
  display: none;
}
.con .f2 .f2b .map {
  height: 512px;
}
@media (max-width: 750px) {
  .banner .inbanner .w {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .banner .inbanner .w h2 {
    font-size: 16px;
  }
  .banner .inbanner .w .p {
    font-size: 14px;
    margin-top: 0px;
  }
  .banner img.m_img {
    display: block;
  }
  .banner img.pcimg {
    display: none;
  }
  .con .f1 {
    padding: 20px 12px;
  }
  .con .f1 .about {
    box-sizing: border-box;
    padding: 0 12px;
    display: block;
  }
  .con .f1 .about .abl {
    width: 100%;
    padding-top: 20px;
  }
  .con .f1 .about .abl h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .con .f1 .about .abl h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .con .f1 .about .abl .p {
    font-size: 14px;
    margin-bottom: 10px;
    height: auto;
  }
  .con .f1 .about .abl .bot {
    margin-bottom: 20px;
  }
  .con .f1 .about .abl .bot .itm .num {
    font-size: 16px;
  }
  .con .f1 .about .abl .bot .itm p {
    font-size: 12px;
  }
  .con .f1 .about .abl .img {
    display: none;
  }
  .con .f1 .about .abr {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .con .f2 {
    box-sizing: border-box;
    padding: 0 12px;
  }
  .con .f2 .f2t {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .con .f2 .f2t .item {
    width: 48%;
  }
  .con .f2 .f2t .item .icon {
    width: 40px;
    height: 40px;
  }
  .con .f2 .f2t .item .icon img {
    width: 20px;
  }
  .con .f2 .f2t .item .h2 {
    font-size: 16px;
    margin: 4px 0;
  }
  .con .f2 .f2t .item .p {
    font-size: 14px;
  }
  .con .f2 .f2t .item::after {
    display: none;
  }
  .con .f2 .f2b .map {
    height: 240px;
  }
}
