body {
  background: #F1F1F1;
}

.banner .text {
  z-index: 3;
  padding: 0;
  top: unset;
  left: unset;
  right: 70.34375vw;
  bottom: 30.1666666667vw;
  width: auto;
  text-align: right;
}

.banner .text h1 {
  margin: -1.0416666667vw 0 0;
}

.banner .text h1:nth-last-child(1) {
  margin: -1.5625vw 0 0;
}

.banner .icon {
  width: 14.5833333333vw;
}

.banner .icon img {
  width: 100%;
}

img {
  display: block;
}

.zi_box {
  width: 100%;
  position: relative;
}

.zi_box .zi {
  display: flex;
  align-items: center;
}

.zi_box .zi p {
  color: #F4F4F4;
  font-size: 10.9375vw;
  font-weight: 900;
  white-space: nowrap;
  line-height: 1;
}

.zi_box .title {
  position: absolute;
  top: 6.7708333333vw;
  left: 14.6875vw;
  color: #323232;
  font-weight: 700;
}

.container {
  border-radius: 3.6458333333vw 3.6458333333vw 0 0;
  margin-top: -6.25vw;
  z-index: 10;
  position: relative;
}

.container .sec1 {
  width: 100%;
  height: 50vw;
  position: relative;
  overflow: hidden;
}

.container .sec1 .zi_box {
  position: absolute;
  top: 7.5vw;
  left: 0;
}

.container .sec1 .zi_box .zi p {
  font-size: 5.9166666667vw;
  opacity: 0.5;
}

.container .sec1 .zi_box .title {
  top: 3.6979166667vw;
}

.container .sec1 .img {
  width: 100%;
  height: 100%;
}

.container .sec1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .sec2 {
  background: #FFFFFF;
  width: 100%;
  overflow: hidden;
  padding: 5.1041666667vw 0 9.375vw;
}

.container .sec2 .zi_box {
  margin-bottom: 5.3645833333vw;
}

.container .sec2 .box {
  padding: 0 12.1354166667vw 0 22.2916666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .sec2 .box .big_swiper {
  width: 50vw;
  height: 37.5vw;
  overflow: hidden;
  border-radius: 1.0416666667vw;
  position: relative;
}

.container .sec2 .box .big_swiper .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.container .sec2 .box .big_swiper .swiper-slide {
  position: relative;
  z-index: 2;
}

.container .sec2 .box .big_swiper .swiper-slide p {
  color: #000;
  font-weight: 400;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 1.25vw;
}

.container .sec2 .box .big_swiper .swiper-slide .img {
  position: absolute;
  width: 16.7708333333vw;
  top: 5.3125vw;
  left: 50%;
  transform: translateX(-50%);
}

.container .sec2 .box .r {
  width: 10.2083333333vw;
  height: 40.8854166667vw;
  position: relative;
  display: flex;
  align-items: center;
}

.container .sec2 .box .r .btns {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.container .sec2 .box .r .btns .jt {
  pointer-events: auto;
  width: 2.3958333333vw;
  cursor: pointer;
}

.container .sec2 .box .r .btns .jt:nth-last-child(1) {
  transform: rotate(180deg);
}

.container .sec2 .box .r .btns .jt img {
  width: 100%;
  transition: 0.6s;
}

.container .sec2 .box .r .btns .jt:hover img {
  transform: scale(1.1);
}

.container .sec2 .box .r .small_swiper {
  width: 10.0520833333vw;
  height: 33.0729166667vw;
  overflow: hidden;
}

.container .sec2 .box .r .small_swiper .swiper-slide {
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  transition: 0.6s;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F6FB;
}

.container .sec2 .box .r .small_swiper .swiper-slide img {
  max-width: 4.1666666667vw;
  max-height: 5.8854166667vw;
  object-fit: cover;
  transition: 1s;
}

.container .sec2 .box .r .small_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.container .sec2 .box .r .small_swiper .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #1D2088;
}

.container .sec3 {
  background: #F1F1F1;
  border-radius: 2.6041666667vw 2.6041666667vw 0 0;
  width: 100%;
  overflow: hidden;
  padding: 0.5208333333vw 0 9.4791666667vw;
  margin: -2.6041666667vw 0 0;
}

.container .sec3 .zi_box {
  margin: -1.09375vw 0 0;
}

.container .sec3 .zi_box .zi p {
  color: #FFFFFF;
  font-size: 9.5833333333vw;
}

.container .sec3 .box {
  padding: 0 0 0 14.7916666667vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.container .sec3 .box .btns {
  display: flex;
  gap: 0 0.9895833333vw;
  margin-bottom: 0.8333333333vw;
}

.container .sec3 .box .btns .jt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5520833333vw;
  height: 2.5520833333vw;
  border-radius: 50%;
  border: 1px solid #1D2088;
  transition: 0.6s;
  cursor: pointer;
}

.container .sec3 .box .btns .jt img {
  width: 1.5625vw;
  transition: 0.6s;
}

.container .sec3 .box .btns .jt:nth-child(2) {
  transform: rotate(180deg);
}

.container .sec3 .box .btns .jt:hover {
  background: #1D2088;
}

.container .sec3 .box .btns .jt:hover img {
  filter: brightness(0) invert(1);
}

.container .sec3 .box .swiper {
  width: 66.1979166667vw;
  overflow: hidden;
}

.container .sec3 .box .swiper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.0416666667vw;
  overflow: hidden;
}

.container .sec3 .box .swiper .swiper-slide img {
  width: 100%;
  transition: 1s;
}

.container .sec3 .box .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

@keyframes img_go {
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .banner .text {
    right: 5vw;
    bottom: 23vw;
  }

  .zi_box .title {
    left: 5vw;
  }

  .container {
    margin-top: -60px;
    border-radius: 35px 35px 0 0;
  }

  .container .sec2 {
    padding: 30px 0 60px;
  }

  .container .sec2 .zi_box {
    margin-bottom: 40px;
  }

  .container .sec2 .box {
    padding: 0 5vw;
    display: block;
  }

  .container .sec2 .box .big_swiper {
    width: 100%;
    height: 72vw;
    border-radius: 15px;
  }

  .container .sec2 .box .big_swiper .swiper-slide .img {
    width: 28.875vw;
    top: 12.9375vw;
  }

  .container .sec2 .box .r {
    width: 100%;
  }

  .container .sec2 .box .r .btns {
    display: none;
  }

  .container .sec2 .box .r .swiper {
    width: 100%;
    height: 19vw;
  }

  .container .sec2 .box .r .swiper .swiper-slide img {
    max-width: 10.166667vw;
    max-height: 16.885417vw;
  }

  .container .sec3 {
    border-radius: 15px 15px 0 0;
    padding: 10px 0 60px;
  }

  .container .sec3 .box {
    margin: 40px 0 0;
    padding: 0 5vw;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .container .sec3 .box .swiper {
    width: 100%;
  }

  .container .sec3 .box .btns {
    margin: 30px 0 0;
    gap: 0 10px;
  }

  .container .sec3 .box .btns .jt {
    width: 40px;
    height: 40px;
  }

  .container .sec3 .box .btns .jt img {
    width: 24px;
  }
}

/*# sourceMappingURL=about_certificate.css.map */