
section {
  padding-top: 4.55rem;
}
section .clear {
  clear: both;
}
section .banner {
  position: relative;
}
section img {
  /* width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; */
}
section .quanqiu img{
  width: 100%;
  margin-top: 3rem;
}
section .quanqiu_bac{
  width: 100%;
  background: #f5f5f5;
  padding: 3rem 0;
}

section .quanqiu_bac .left{
  width: 43%;
  float: left;
}
section .quanqiu_bac .left p{
  margin-top: 13px;
}
.Subtit {
  padding-bottom: 30px;
}
.Subtit h2 {
  line-height: 36px;
  color: #e12835;
  font-size: 36px;
}
.Subtit i {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 36px;
  background: #e12835;
  margin-right: 19px;
}
section .quanqiu_bac .right{
  width: 55%;
  float: right;
  font-size: 20px;
  color: #333;
}
.Navtab {
  margin-bottom: 38px;
}
.Navtab a {
  display: block;
  float: left;
  text-align: center;
  background: #e0e0e0;
  width: 178px;
  line-height: 48px;
  font-size: 22px;
}
.Navtab a.on {
  color: #fff;
  background: #ed1847;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
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: #e11b2a;
}
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: #e11b2a;
}
section .container .main_center .list_wrapper ul .active a {
  color: #fff;
  background-color: #e11b2a;
}
section .about_container {
  /* background-color: #fff; */
}
section .about_container .gsjj .common_title p span{
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 0.4rem;
  margin-top: 3px;
  display: block;
}
section .about_container .gsjj .wapper p {
    color: #4c4c4c;
    line-height: 1.8;
    font-size: 0.81rem;
    text-align: justify;
}
section .about_container .gsjj .wapper h3 {
    color: #333;
    font-size: 0.95rem;
    border-left: 5px #e12835 solid;
    padding-left: 0.5rem;
    margin: 1.5rem 0 0.6rem;
}

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 .choose {
  text-align: center;
  margin-bottom: 2.73rem;
}
section .about_container .choose .common_title {
  margin-top: 1.82rem;
}
section .about_container .choose .choo_js {
  font-size: 0.73rem;
  line-height: 1.64rem;
  color: #333;
}
section .about_container .choose .choo_ad_items {
  display: flex;
  margin-top: 1.82rem;
  margin-bottom: 2.05rem;
}
section .about_container .choose .choo_ad_items .choo_ad {
  width: 23%;
  margin-right: 2%;
}
section .about_container .choose .choo_ad_items .choo_ad .ad_pic {
  width: 100%;
  height: 8.64rem;
}
section .about_container .choose .choo_ad_items .choo_ad h2 {
  font-size: 0.73rem;
  margin-top: 1.36rem;
}
section .about_container .choose .more {
  padding: 0.45rem 2.27rem;
  border: 1px solid #e11b2a;
}
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 .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;
  }


  section .quanqiu_bac .left {
    width: auto;
    float: none;
    padding-bottom: 20px;
  }
  section .quanqiu_bac .right {
    width: auto;
    float: none;
    font-size: 16px;
}
.Subtit i {
  width: 5px;
  height: 28px;
  margin-right: 8px;
}
.Subtit h2 {
  font-size: 22px;
}
.Subtit {
  padding-bottom: 10px;
}
.Navtab a {
  font-size: 18px;
  width: 120px;
}
.Navtab {
  margin-bottom: 20px;
  margin-top: 10px;
}
}
