.banner .inbanner {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner .inbanner .w {
  height: 100%;
}
.banner .inbanner .w .p {
  line-height: 180%;
  width: 605px;
  letter-spacing: 0.36px;
  margin: 10px 0 40px;
}
.banner .inbanner .w a {
  width: 173px;
  height: 42px;
  border-radius: 21px;
}
.banner img {
  width: 100%;
  display: block;
}
.banner img.m_img {
  display: none;
}
.con .f1 {
  padding: 0 20px;
}
.con .f1 .f1b .swiper {
  padding-bottom: 30px;
}
.con .f1 .f1b .swiper .swiper-slide {
  width: 32%;
}
.con .f1 .f1b .swiper .swiper-slide .item {
  margin-bottom: 20px;
}
.con .f1 .f1b .swiper .swiper-slide .item a .pic img {
  display: block;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
.con .f1 .f1b .swiper .swiper-slide .item a .title {
  margin-top: 10px;
}
.con .f1 .f1b .swiper .swiper-pagination {
  bottom: 0;
}
.con .f1 .f1b .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.con .f1 .f1b .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #00A99D;
}
.con .f2 {
  margin-top: 100px;
  background: url(../images/bg_f2.jpg) no-repeat center top;
  padding-top: 200px;
}
.con .f2 video {
  width: 100%;
  height: 600px;
}
.con .f3 .f3b a {
  width: 305px;
  margin: 0 20px 40px 0;
}
.con .f3 .f3b a .pic {
  margin-bottom: 16px;
}
.con .f3 .f3b a .pic img {
  width: 100%;
  border-radius: 10px;
  display: block;
  height: 204px;
  object-fit: cover;
}
.con .f3 .f3b a:nth-child(4n) {
  margin-right: 0;
}
.con .f4 .f4b .flow .itm .pic img {
  width: 66px;
  display: block;
}
.con .f4 .f4b .flow .itm h3 {
  font-weight: normal;
  margin: 7px 0 16px;
}
.con .f4 .f4b .ad {
  margin-top: 60px;
}
.con .f4 .f4b .ad a {
  margin: 0 10px 10px 0;
}
.con .f4 .f4b .ad a img {
  width: 246px;
  height: 100px;
  display: block;
  object-fit: cover;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  transition: all ease-in-out 0.2s;
}
.con .f4 .f4b .ad a:hover img {
  border: 1px solid #00A99D;
}
.con .f4 .f4b .ad a:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 750px) {
  .banner .inbanner .w {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .banner .inbanner .w h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .banner .inbanner .w .p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
  .banner .inbanner .w a {
    height: 32px;
    font-size: 14px;
    width: 120px;
  }
  .banner img.m_img {
    display: block;
  }
  .banner img.pcimg {
    display: none;
  }
  .con .f1 {
    box-sizing: border-box;
    padding: 0 12px;
  }
  .con .f1 .f1b {
    padding: 0px;
  }
  .con .f1 .f1b .swiper {
    padding-bottom: 20px;
  }
  .con .f1 .f1b .swiper .swiper-wrapper .swiper-slide .item a .pic img {
    height: 140px;
  }
  .con .f1 .f1b .swiper .swiper-wrapper .swiper-slide .item a .title {
    font-size: 14px;
  }
  .con .f1 .f1b .swiper .swiper-pagination {
    bottom: 0;
  }
  .con .f1 .f1b .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .con .f2 {
    margin-top: 40px;
    padding: 104px 12px 0;
    background-size: 250%;
  }
  .con .f2 video {
    height: auto;
    margin: 0;
  }
  .con .f3 {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .con .f3 .f3b {
    box-sizing: border-box;
    justify-content: space-between;
  }
  .con .f3 .f3b a {
    width: 48%;
    margin: 0 0 20px 0;
  }
  .con .f3 .f3b a p {
    font-size: 14px;
  }
  .con .f3 .f3b a .pic {
    margin-bottom: 6px;
  }
  .con .f3 .f3b a .pic img {
    height: 128px;
  }
  .con .f4 .f4b {
    box-sizing: border-box;
    padding: 0 12px;
  }
  .con .f4 .f4b .flow {
    flex-wrap: wrap;
  }
  .con .f4 .f4b .flow .itm {
    width: 48%;
    margin-bottom: 10px;
  }
  .con .f4 .f4b .flow .itm .pic img {
    width: 50px;
  }
  .con .f4 .f4b .flow .itm h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .con .f4 .f4b .flow .itm p {
    font-size: 14px;
  }
  .con .f4 .f4b .flow .itm p br {
    display: none;
  }
  .con .f4 .f4b .ad {
    margin-top: 20px;
    justify-content: space-between;
  }
  .con .f4 .f4b .ad a {
    width: 48%;
    margin: 0 0 10px 0;
  }
  .con .f4 .f4b .ad a img {
    width: 100%;
  }
}
