.about_one .l h4 p {
  display: inline-block;
  margin: 0 10px 0 0 !important;
  color: #3D68CC;
}

.about_one .l h4 {
  line-height: .625rem;
}

.about_one .l span {
  line-height: .45rem;
}

.about_one .l,
.about_one .r {
  width: 45%;
}

.about_one .r img {
  display: block;
  width: 100%;
}

.about_one .l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about_onebox {
  margin: 0 0 1.5rem 0;
}

.culture_box {
  padding: 1.25rem 0;
  box-sizing: border-box;
  background-image: url(../image/about/背景2\ \(4\).png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.culture {
  padding: 1rem 2.25rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  text-align: center;
  border-radius: 10px;
}

.culture h4 {
  margin: 0 0 .75rem 0;
}

.culture span {
  line-height: .5rem;
}

.his_box {
  padding: 1.5rem 0;
  box-sizing: border-box;
  background-image: url(../image/about/历程\ \(2\).png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.his .titbox h4 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.his .titbox h5 {
  margin: -0.25rem 0 1.25rem 0;
  color: #fff;
}

.his .titbox {
  text-align: center;
}

.bannerhisone {
  margin: 0 auto;
  width: 15%;
}

.yuan_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
}

.yuan {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
}

.bannerhisone .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bannerhisone .swiper-slide h6 {
  color: rgba(255, 255, 255, 0.6);
}

.bannerhisone .swiper-slide-active h6 {
  color: #fff;
  font-size: 20px;
}

.bannerhisone .swiper-slide-active .yuan_box {
  border: 1px solid rgba(255, 255, 255);
}

.bannerhistwo {
  position: relative;
  margin: 0 auto;
  width: 50%;
}

.bannerhistwo .swiper-slide {
  text-align: center;
  color: #fff;
}

.bannerhistwo .swiper-slide h6 {
  margin: 0 0 .75rem 0;
}

.bannerhistwo .swiper-slide span {
  line-height: .5rem;
}

.swiper-button-prevhistwo,
.swiper-button-nexthistwo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
  opacity: 0.6;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.swiper-button-prevhistwo {
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translate(-50%, -50%);
}

.swiper-button-nexthistwo {
  position: absolute;
  top: 50%;
  left: 120%;
  transform: translate(-50%, -50%);
}

.swiper-button-prevhistwo:hover,
.swiper-button-nexthistwo:hover {
  color: #3D68CC;
  background-color: #fff;
  opacity: 1;
  transition: all 0.6s;
}

.honor_box {
  padding: 1.25rem 0;
  box-sizing: border-box;
  background-color: rgba(61, 104, 204, 0.04);
}

.honor h4 {
  margin: 0 0 1rem 0;
  text-align: center;
}

.bannerhonor .swiper-slide .p_box {
  background: #E6E6E6;
  border: 4px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 10px 20px 0px rgba(61, 104, 204, 0);
  border-radius: 10px;
  box-sizing: border-box;
}

.bannerhonor .swiper-slide a:hover .p_box {
  border: 4px solid #3D68CC;
  box-shadow: 0px 10px 20px 0px rgba(61, 104, 204, 0.3);
}


.bannerhonor .swiper-slide img {
  display: block;
  width: 100%;
}

.bannerhonor .swiper-slide p {
  text-align: center;
  margin: .5rem 0 0 0 !important;
  line-height: 1.5;
}

.bannerhonor {
  position: relative;
}

.swiper-button-prevhonor,
.swiper-button-nexthonor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #000000;
  opacity: 0.1;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

.swiper-button-prevhonor:hover,
.swiper-button-nexthonor:hover {
  background: #3D68CC;
  border: 1px solid #3D68CC;
  color: #fff;
  opacity: 1;
  transition: all 0.6s;
}

.swiper-button-prevhonor {
  margin: 0 .375rem 0 0;
}

.bottom_box {
  position: relative;
  margin: 1.25rem 0 0 0;
}

.line {
  display: block;
  width: 80%;
  height: 1px;
  background-color: #3D68CC;
}

.his_box {
  position: relative;
}

.xxline {
  display: block;
  width: 100%;
  position: absolute;
  top: 33.2%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.swiper-scrollbar {
  width: 80%;
  height: 3px;
}

.swiper-scrollbar-drag {
  background-color: #3D68CC;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
  .about_onebox {
    margin: 0 0 20px 0;
  }

  .about_one .l,
  .about_one .r {
    width: 100%;
  }

  .about_one {
    flex-wrap: wrap;
  }

  .about_one .l h4 {
    margin: 0 0 15px 0;
    line-height: 1.5;
  }

  .about_one .l span {
    line-height: 1.5;
  }

  .about_one .r {
    margin: 15px 0 0 0;
  }

  .culture_box {
    padding: 20px 0;
  }

  .culture h4 {
    margin: 0 0 15px 0;
  }

  .culture span {
    line-height: 1.5;
  }

  .his_box {
    padding: 20px 0;
  }

  .his .titbox h5 {
    margin: 15px 0 20px 0;
  }

  .yuan_box {
    margin: 15px;
  }

  .bannerhistwo .swiper-slide h6 {
    margin: 0 0 15px 0;
  }

  .bannerhistwo .swiper-slide span {
    line-height: 1.5;
  }

  .bannerhistwo {
    width: 70%;
  }

  .honor_box {
    padding: 20px 0;
  }

  .honor h4 {
    margin: 0 0 15px 0;
  }

  .bannerhonor .swiper-slide p {
    margin: 15px 0 0 0 !important;
  }

  .bottom_box {
    margin: 20px 0 0 0;
  }

  .line {
    display: none;
  }

  .bottom_box {
    justify-content: center;
  }

  .swiper-button-prevhonor,
  .swiper-button-nexthonor {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}