section {
  padding-top: 4.55rem;
}
section .banner {
  position: relative;
  height: 20rem;
}
section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .container {
  margin-bottom: 1.36rem;
  height: 3.18rem;
  background-color: #fff;
}
section .container .main_center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .container .main_center .position {
  font-size: 16px;
  line-height: 1.6;
}
section .container .main_center .position a:hover {
  color: #fd811f;
}
section .container .main_center .list_wrapper ul {
  display: flex;
}
section .container .main_center .list_wrapper ul li {
  margin-left: 1.82rem;
}
section .container .main_center .list_wrapper ul li a {
  font-size: 0.82rem;
  padding: 0.45rem 0.91rem;
  color: #333;
  display: inline-block;
  border-radius: 1.36rem;
}
section .container .main_center .list_wrapper ul li a:hover {
  color: #fff;
  background-color: #fd811f;
}
section .container .main_center .list_wrapper ul .active a {
  color: #fff;
  background-color: #fd811f;
}
section .about_container {
  background-color: #fff;
  padding-bottom: 2rem;
}
section .about_container .gsjj .wapper p {
  color: #333;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1rem;
}
section .about_container .gsjj .wapper h3 {
  color: #333;
  font-size: 0.82rem;
  margin: 0.91rem 0 0.45rem;
}
section .about_container .gsjj .wapper .mask_img {
  float: right;
  clear: right;
  margin-left: 1rem;
  width: 22.73rem;
  object-fit: cover;
  display: block;
}
section .about_container .gsjj .wapper img {
  margin: 1rem 0;
}
section .about_container .choose {
  background: url(../images/choose_back.png) no-repeat center;
  margin-top: 0;
  padding: 3.64rem 0;
}
section .about_container .choose .main_center {
  max-width: 63.64rem;
}
section .about_container .choose .common_h {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 0 1.36rem;
}
section .about_container .choose .common_h .zp {
  margin-top: 0.5rem;
  color: #000000;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
section .about_container .choose .common_h .zp_1 {
  margin-top: 1.36rem;
}
section .about_container .choose .choose_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
}
section .about_container .choose .choose_items .choose_item {
  width: 46%;
  margin-bottom: 3rem;
}
section .about_container .choose .choose_items .choose_item .choose_xq {
  display: flex;
}
section .about_container .choose .choose_items .choose_item .choose_icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 2rem;
}
section .about_container .choose .choose_items .choose_item .choose_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .about_container .choose .choose_items .choose_item .text h3 {
  font-size: 1.2rem;
}
section .about_container .choose .choose_items .choose_item .text h4 {
  font-size: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
section .about_container .choose .choose_items .choose_item .text p {
  line-height: 2;
  color: #666;
  text-align: justify;
}
section .about_container .zlzs .common_title {
  margin-top: 1.82rem;
}
section .about_container .zlzs .zs #zl_container_01 {
  margin-bottom: 2.73rem;
}
section .about_container .zlzs .zs #zl_container_01 .swiper-slide {
  height: 400px;
}
section .about_container .zlzs .zs #zl_container_01 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media only screen and (max-width: 768px) {
  section {
    padding-top: 0;
  }
  section .banner {
    height: 200px;
  }
  section .about_container .gsjj .wapper h3 {
    font-size: 16px;
  }
  section .about_container .choo_js {
    font-size: 14px !important;
  }
  section .about_container .choo_ad_items {
    flex-wrap: wrap !important;
    margin-top: 10px !important;
  }
  section .about_container .choo_ad_items .choo_ad {
    width: 49% !important;
    margin-bottom: 15px !important;
  }
  section .about_container .choo_ad_items .choo_ad h2 {
    font-size: 14px !important;
    margin-top: 10px !important;
  }
  section .about_container .choo_ad_items .choo_ad:nth-child(2n) {
    margin-right: 0;
  }
  section .about_container .zs_pic {
    width: 49% !important;
  }
  section .about_container .zs_pic:nth-child(2n) {
    margin-right: 0 !important;
  }
  section .about_container #zl_container_01 .swiper-slide {
    height: auto !important;
  }
}
