* {
  box-sizing: border-box;
}
.flow {
  position: relative;
}
.flow::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.about-info .content {
  width: 800px;
  margin: 0 auto;
  padding: 150px 0 0;
}
.about-info .content > h2 {
  font-size: 42px;
  color: #0f358e;
  font-weight: 500;
}
.about-info .content .about-info-desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 50px;
}
.about-ryzz {
  padding: 150px 0 0;
}
.about-ryzz .content > h2 {
  font-size: 42px;
  color: #0f358e;
  font-weight: 500;
  text-align: center;
}
.about-ryzz .swiper-container {
  margin-top: 60px;
}
.about-ryzz .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.about-ryzz .swiper-slide .image {
  width: 45%;
  margin-left: 5%;
}
.about-ryzz .swiper-slide .image p img {
  width: 100%;
}
.about-ryzz .swiper-slide .list {
  width: 40%;
}
.about-ryzz .swiper-slide .list .item {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.5;
  cursor: pointer;
}
.about-ryzz .swiper-slide .list .item.on {
  color: #A58F5A;
  font-weight: 600;
}
.about-ryzz .swiper-slide .list .item .img {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
}
.swiper-button-next span,
.swiper-button-prev span {
  font-size: 28px;
  color: #999;
}
.swiper-button-next span:hover,
.swiper-button-prev span:hover {
  color: #A58F5A;
}
.about-qywh {
  padding: 150px 0 0;
}
.about-qywh .content > h2 {
  font-size: 42px;
  color: #0f358e;
  font-weight: 500;
  text-align: center;
}
.about-qywh .content > div {
  margin-top: 60px;
}
.about-qywh .content > div img {
  width: 100%;
}
.about-lxwm {
  background-color: #f4f7ff;
  margin-top: 150px;
  padding: 100px 0;
}
.about-lxwm .content > h2 {
  font-size: 42px;
  color: #0f358e;
  font-weight: 500;
}
.about-lxwm .content .about-lxwm-info p {
  margin-top: 20px;
}
.about-lxwm .content .about-lxwm-map {
  margin-top: 50px;
}
.about-lxwm .content .about-lxwm-map img {
  width: 100%;
}
@media (max-width: 800px) {
  .about-info .content {
    width: 90%;
    margin: 0 auto;
    padding: 8vw 0 0;
  }
  .about-info .content > h2 {
    font-size: 6vw;
    color: #0f358e;
    font-weight: 500;
  }
  .about-info .content .about-info-desc {
    font-size: 3.5;
    line-height: 1.5;
    margin-top: 5vw;
  }
  .about-ryzz {
    padding: 8vw 0 0;
  }
  .about-ryzz .content > h2 {
    font-size: 6vw;
    color: #0f358e;
    font-weight: 500;
    text-align: center;
  }
  .about-ryzz .swiper-container {
    margin-top: 5vw;
  }
  .about-ryzz .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .about-ryzz .swiper-slide .image {
    width: 100%;
    margin-left: 0%;
    margin: 5vw 0;
  }
  .about-ryzz .swiper-slide .image p img {
    width: 100%;
  }
  .about-ryzz .swiper-slide .list {
    width: 100%;
  }
  .about-ryzz .swiper-slide .list .item {
    font-size: 4vw;
    margin-top: 4vw;
    line-height: 1.5;
    cursor: pointer;
  }
  .about-ryzz .swiper-slide .list .item.on {
    color: #A58F5A;
    font-weight: 600;
  }
  .about-ryzz .swiper-slide .list .item .img {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-image: none !important;
    z-index: 9;
  }
  .swiper-button-next span,
  .swiper-button-prev span {
    font-size: 5vw;
    color: white;
  }
  .swiper-button-next span:hover,
  .swiper-button-prev span:hover {
    color: #A58F5A;
  }
  .about-qywh {
    padding: 8vw 0 0;
  }
  .about-qywh .content > h2 {
    font-size: 6vw;
    color: #0f358e;
    font-weight: 500;
    text-align: center;
  }
  .about-qywh .content > div {
    margin-top: 5vw;
  }
  .about-qywh .content > div img {
    width: 100%;
  }
  .about-lxwm {
    background-color: #f4f7ff;
    margin-top: 8vw;
    padding: 8vw 0;
  }
  .about-lxwm .content > h2 {
    font-size: 6vw;
    color: #0f358e;
    font-weight: 500;
  }
  .about-lxwm .content .about-lxwm-info p {
    margin-top: 2vw;
  }
  .about-lxwm .content .about-lxwm-map {
    margin-top: 5vw;
  }
  .about-lxwm .content .about-lxwm-map img {
    width: 100%;
  }
}
