:root {
  --maxWidht: 1600px;
  --mainColor: #119F93;
}
* {
  font-size: 0.14rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1em;
  color: #111;
  font-family: PingFang SC, -apple-system, Microsoft Yahei, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
}
.wrapper {
  display: flex;
}
.wrapper[hor=end] {
  justify-content: flex-end;
}
.wrapper[hor=between] {
  justify-content: space-between;
}
.wrapper[ver=center] {
  align-items: center;
}
#header .head-right .user .to-log-in .login .login-btn,
#header .head-right .user .not-logged-in .login .login-btn {
  font-size: 14px;
}
@keyframes roll-animate-left1 {
  0% {
    left: 0;
  }
  100% {
    left: -34.4rem;
  }
}
@keyframes roll-animate-left2 {
  0% {
    left: 34.4rem;
  }
  100% {
    left: 0;
  }
}
@keyframes roll-animate-right1 {
  0% {
    left: -34.4rem;
  }
  100% {
    left: 0;
  }
}
@keyframes roll-animate-right2 {
  0% {
    left: 0;
  }
  100% {
    left: 34.4rem;
  }
}
#about {
  position: relative;
  padding-top: 0.7rem;
}
#about > img:nth-child(1) {
  position: absolute;
  right: 0;
  top: 1rem;
  width: 11.47rem;
  z-index: -1;
}
#about > img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -1.16rem;
  width: 6.16rem;
  z-index: -1;
}
#about .inner {
  max-width: var(--maxWidht);
  margin: 0 auto;
}
#about .banner {
  position: relative;
  z-index: 0;
}
#about .banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-position: 50% 0;
  object-fit: cover;
}
#about .banner .inner {
  display: flex;
  justify-content: space-between;
  padding: 0.54rem 0;
}
#about .banner .inner > img {
  width: 9.58rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 0.16rem;
  box-shadow: 0px 0px 0.2rem 0.08px rgba(202, 215, 211, 0.3);
}
#about .banner .inner .banner_content {
  padding-top: 1.88rem;
}
#about .banner .inner .banner_content h1 {
  font-size: 0.42rem;
  line-height: 0.6rem;
  display: inline;
  font-weight: 600;
}
#about .banner .inner .banner_content h2 {
  font-size: 0.32rem;
  line-height: 0.44rem;
  margin-bottom: 0.12rem;
  font-weight: 600;
}
#about .banner .inner .banner_content h3 {
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-top: 0.1rem;
}
#about .banner .inner .banner_content .colorful {
  margin-left: 0.18rem;
  background: linear-gradient(284deg, #119f93 0%, #56d0c6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
#about .infomation .inner {
  padding: 0.86rem 0 0.5rem;
}
#about .infomation .infomation_base {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#about .infomation .infomation_base > img {
  width: 6.72rem;
}
#about .infomation .infomation_base .infomation_base__content h1 {
  font-size: 0.48rem;
  line-height: 0.68rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
#about .infomation .infomation_base .infomation_base__content h2 {
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  max-width: 38em;
}
#about .infomation .infomation_data {
  display: flex;
  padding: 0.9rem 1rem 0 1.28rem;
}
#about .infomation .infomation_data .infomation_data__item {
  width: 25%;
}
#about .infomation .infomation_data .infomation_data__item h1 {
  font-size: 0.64rem;
  line-height: 0.9rem;
  background: linear-gradient(107deg, #01b5fb 0%, #0af2d0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
  margin-bottom: 0.1rem;
  display: inline-block;
}
#about .infomation .infomation_data .infomation_data__item h2 {
  font-size: 0.24rem;
  line-height: 0.34rem;
}
#about .values .inner > h1 {
  font-size: 0.48rem;
  line-height: 0.68rem;
  margin-top: 0.66rem;
  font-weight: 600;
  text-align: center;
}
#about .values .values__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.8rem;
  padding-bottom: 1.16rem;
}
#about .values .values__list .values__item {
  width: calc(50% - 0.18rem);
  padding-left: 0.74rem;
  padding-bottom: 0.52rem;
  position: relative;
  z-index: 0;
  border-radius: 0.08rem;
  overflow: hidden;
}
#about .values .values__list .values__item > h1 {
  font-size: 0.36rem;
  line-height: 0.5rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
#about .values .values__list .values__item > h2 {
  line-height: 0.36rem;
  font-size: 0.22rem;
}
#about .values .values__list .values__item > img {
  position: absolute;
  z-index: -1;
  height: 100%;
  opacity: 0.4;
}
#about .values .values__list .values__item:nth-child(1) {
  margin-right: 0.36rem;
  background-color: #FFF7EF;
  padding-top: 0.78rem;
  transform: translateY(-20%);
}
#about .values .values__list .values__item:nth-child(1) > img {
  right: 0;
  bottom: -100%;
  transition: all 1.5s;
  transform: scale(0.5);
}
#about .values .values__list .values__item:nth-child(1).faded {
  transform: translateY(0%);
}
#about .values .values__list .values__item:nth-child(1).faded img {
  bottom: 0;
  transform: scale(1);
}
#about .values .values__list .values__item:nth-child(2) {
  background-color: #E7F4FF;
  padding-top: 0.78rem;
  transform: translateY(-20%);
}
#about .values .values__list .values__item:nth-child(2) > img {
  right: 0;
  bottom: 0;
  transform: rotate(-90deg);
  transition: all 1.5s;
  transform-origin: 100% 0%;
}
#about .values .values__list .values__item:nth-child(2).faded {
  transform: translateY(0%);
}
#about .values .values__list .values__item:nth-child(2).faded img {
  transform: rotate(0deg);
}
#about .values .values__list .values__item:nth-child(3) {
  margin-top: 0.36rem;
  width: 100%;
  background-color: #E2F8DC;
  padding-top: 0.54rem;
  padding-right: 0.74rem;
  padding-bottom: 0.8rem;
}
#about .values .values__list .values__item:nth-child(3) > img {
  right: 0;
  top: 0;
  transform: scale(2);
  transition: all 1.5s;
}
#about .values .values__list .values__item:nth-child(3).faded img {
  transform: scale(1);
}
#about .values .values__list .values__item:nth-child(3) .values__contents {
  display: flex;
  justify-content: space-between;
}
#about .values .values__list .values__item:nth-child(3) .values__contents .values__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  content: attr(desc);
  font-size: 0.16rem;
  color: #333;
  line-height: 0.22rem;
  text-align: center;
}
#about .values .values__list .values__item:nth-child(3) .values__contents .values__content::before {
  content: attr(title);
  font-size: 0.22rem;
  line-height: 0.32rem;
  margin-bottom: 0.12rem;
  font-weight: 600;
}
#about .history {
  background-color: #F3F7FB;
}
#about .history .inner {
  padding-top: 1.14rem;
}
#about .history .inner > h1 {
  font-size: 0.48rem;
  font-weight: 600;
  line-height: 0.68rem;
  text-align: center;
}
#about .history .history__steps {
  padding: 0.5rem 0 1.1rem;
  position: relative;
}
#about .history .history__steps::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  height: calc(100% - 1.6rem);
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--mainColor);
  border-radius: 1rem;
}
#about .history .history__steps .history_step {
  display: flex;
  flex-direction: column;
  position: relative;
}
#about .history .history__steps .history_step::before,
#about .history .history__steps .history_step::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: var(--mainColor);
}
#about .history .history__steps .history_step::before {
  width: 0.16rem;
  height: 0.16rem;
  opacity: 0.2;
  top: 0.09rem;
}
#about .history .history__steps .history_step::after {
  width: 0.1rem;
  height: 0.1rem;
  top: 0.12rem;
}
#about .history .history__steps .history_step:hover {
  transform: scale(1.1);
}
#about .history .history__steps .history_step:nth-child(2n-1) {
  margin-left: 50%;
  padding-left: 0.4rem;
  transform-origin: 0 0;
}
#about .history .history__steps .history_step:nth-child(2n-1)::before,
#about .history .history__steps .history_step:nth-child(2n-1)::after {
  left: 0;
  transform: translateX(-50%);
}
#about .history .history__steps .history_step:nth-child(2n-1) > h2::before {
  left: 0;
}
#about .history .history__steps .history_step:nth-child(2n) {
  width: 50%;
  align-items: flex-end;
  padding-right: 0.4rem;
  transform-origin: 100% 0%;
}
#about .history .history__steps .history_step:nth-child(2n)::before,
#about .history .history__steps .history_step:nth-child(2n)::after {
  right: 0;
  transform: translateX(50%);
}
#about .history .history__steps .history_step:nth-child(2n) > h2::before {
  right: 0;
}
#about .history .history__steps .history_step:nth-child(2n) .history_step__title {
  flex-direction: row-reverse;
}
#about .history .history__steps .history_step:nth-child(2n) > h2 {
  text-align: right;
}
#about .history .history__steps .history_step .history_step__title {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.14rem;
}
#about .history .history__steps .history_step .history_step__title h1 {
  font-size: 0.24rem;
  line-height: 0.34rem;
  font-weight: 600;
  color: #000;
}
#about .history .history__steps .history_step .history_step__title h2 {
  margin: 0 0.08rem;
  font-size: 0.16rem;
  color: #000;
}
#about .history .history__steps .history_step > h1 {
  color: var(--mainColor);
  font-size: 0.36rem;
  line-height: 0.5rem;
  font-weight: 600;
  margin-bottom: 0.08rem;
}
#about .history .history__steps .history_step > h2 {
  margin-bottom: 0.14rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  padding: 0 0.18rem;
  position: relative;
}
#about .history .history__steps .history_step > h2::before {
  content: "";
  position: absolute;
  top: 0.12rem;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: var(--mainColor);
}
#about .history .history__steps .history_step > h2 span {
  color: var(--mainColor);
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}
#about .history .history__steps .history_step > h2 + h1 {
  margin-top: 0.16rem;
}
#about .honor .inner {
  padding-top: 1.16rem;
  position: relative;
}
#about .honor .inner > h1 {
  font-size: 0.48rem;
  line-height: 0.68rem;
  margin-bottom: 0.1rem;
  text-align: center;
  font-weight: 600;
}
#about .honor .inner > h2 {
  color: #989898;
  font-size: 0.22rem;
  line-height: 0.3rem;
  text-align: center;
}
#about .honor .inner .honor__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.8rem 0.2rem 0.5rem;
  overflow: hidden;
  position: relative;
}
#about .honor .inner .honor__list::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0.2rem;
  top: 0;
  left: -0.1rem;
  background-color: #fff;
  filter: blur(0.05rem);
  z-index: 2;
}
#about .honor .inner .honor__list::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 0.2rem;
  top: 0;
  right: -0.1rem;
  background-color: #fff;
  filter: blur(0.05rem);
  z-index: 2;
}
#about .honor .inner .honor__list .swiper {
  width: 100%;
}
#about .honor .inner .honor__list .swiper .swiper-pagination {
  bottom: 0;
}
#about .honor .inner .honor__list .swiper .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
#about .honor .inner .honor__list .swiper .hidden {
  box-shadow: 0px 0px 0px 0px rgba(202, 215, 211, 0);
}
#about .honor .inner .honor__item {
  width: calc(20% - 0.192rem);
  transition: transform 0.4s;
  padding: 0.36rem 0 0.24rem;
  background: #ffffff;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0.2rem 0.08rem rgba(202, 215, 211, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about .honor .inner .honor__item:hover {
  transform: translateY(-10%);
}
#about .honor .inner .honor__item:not(:nth-child(5n)) {
  margin-right: 0.24rem;
}
#about .honor .inner .honor__item h1 {
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin-bottom: 0.16rem;
  font-weight: 600;
}
#about .honor .inner .honor__item h2 {
  line-height: 0.22rem;
  font-size: 0.16rem;
  margin-bottom: 0.04rem;
}
#about .honor .inner .honor__item img {
  margin-top: 0.3rem;
  width: 0.72rem;
}
#about .contact .inner {
  padding-top: 1.16rem;
  padding-bottom: 1.16rem;
  display: flex;
}
#about .contact .inner .map_box {
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem;
  width: 9.12rem;
  margin-right: 1.44rem;
}
#about .contact .inner .map_box img {
  width: 100%;
  transform: scale(3);
  transform-origin: 24% 55%;
}
#about .contact .inner .map_box img.faded {
  transform: scale(1);
}
#about .contact .inner .map_box .map__point {
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.1rem 0.16rem;
  line-height: 0.2rem;
  top: 1.95rem;
  left: 0.76rem;
  border-radius: 0.5rem;
}
#about .contact .inner .map_box .map__point::before {
  content: "";
  border: 0.14rem solid transparent;
  border-left-width: 0.1rem;
  border-right-width: 0.1rem;
  border-top-color: rgba(0, 0, 0, 0.6);
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  position: absolute;
}
#about .contact .inner .contact__desc {
  margin-bottom: 1.16rem;
}
#about .contact .inner .contact__desc h1 {
  font-size: 0.36rem;
  line-height: 0.5rem;
  font-weight: 600;
  margin-bottom: 0.04rem;
}
#about .contact .inner .contact__desc h2 {
  line-height: 0.3rem;
  font-size: 0.22rem;
  color: #989898;
}
#about .contact .inner .contact__method {
  position: relative;
  padding-top: 0.2rem;
}
#about .contact .inner .contact__method::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.44rem;
  height: 0.02rem;
  background-color: var(--mainColor);
}
#about .contact .inner .contact__method h1 {
  font-size: 0.36rem;
  line-height: 0.5rem;
  font-weight: 600;
}
#about .contact .inner .contact__method h2 {
  margin-top: 0.14rem;
  line-height: 0.28rem;
  font-size: 0.2rem;
}
#about .contact .inner .contact__method h2:nth-child(2) {
  color: #000;
}
#about .contact .inner .contact__method h2:nth-child(3) {
  color: #989898;
}
#about .picture {
  padding: 0 0 1.16rem;
}
#about .picture img {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#about .picture img:nth-child(1) {
  animation: roll-animate-left1 90s infinite linear;
}
#about .picture img:nth-child(2) {
  animation: roll-animate-left2 90s infinite linear;
}
#about .picture .picture__list {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1.6rem;
}
#about .picture .picture__list:nth-child(2n) {
  margin-top: 0.24rem;
}
#about .picture .picture__list:nth-child(2n) img:nth-child(1) {
  animation: roll-animate-right1 150s infinite linear;
}
#about .picture .picture__list:nth-child(2n) img:nth-child(2) {
  animation: roll-animate-right2 150s infinite linear;
}
@media screen and (max-width: 1920px) {
  * {
    font-size: 0.12rem;
  }
  #about > img:nth-child(1) {
    width: 7.88rem;
  }
  #about .inner {
    padding-left: 0.16rem !important;
    padding-right: 0.16rem !important;
    max-width: 1280px;
  }
  #about .banner .inner .banner_content {
    padding-top: 0.98rem;
  }
  #about .banner .inner > img {
    width: 6.74rem;
  }
  #about .infomation .infomation_base > img {
    width: 5.98rem;
  }
  #about .infomation .infomation_base .infomation_base__content h1 {
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  #about .infomation .infomation_base .infomation_base__content h2 {
    font-size: 0.18rem;
    line-height: 0.25rem;
    max-width: 34em;
  }
  #about .infomation .infomation_data {
    padding: 0.9rem 0 0;
    justify-content: space-between;
  }
  #about .infomation .infomation_data .infomation_data__item {
    width: unset;
  }
  #about .infomation .infomation_data .infomation_data__item h1 {
    font-size: 0.6rem;
    line-height: 0.84rem;
  }
  #about .values .inner > h1 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    margin-top: 0.4rem;
  }
  #about .values .values__list {
    padding-top: 0.54rem;
    padding-bottom: 0.9rem;
  }
  #about .values .values__list .values__item > h1 {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
  #about .values .values__list .values__item > h2 {
    font-size: 0.2rem;
  }
  #about .history .inner > h1 {
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  #about .history .history__steps .history_step:hover {
    transform: scale(1);
  }
  #about .honor .inner > h1 {
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  #about .honor .inner > h2 {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
  #about .contact .inner .contact__desc h1 {
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  #about .contact .inner .contact__method h2 {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
  #about .contact .inner .map_box {
    width: 6.9rem;
  }
  #about .contact .inner .map_box .map__point {
    top: 1.45rem;
    left: 0.38rem;
  }
}
@media screen and (max-width: 1399px) {
  #about .outer {
    padding: 0 0.6rem;
  }
  #about .history {
    padding: 0;
  }
  #about .picture {
    padding: 0 0 1.16rem;
  }
  #about .banner .inner .banner_content h1 {
    font-size: calc(0.42rem * 0.9);
    line-height: calc(0.42rem * 0.9);
  }
  #about .banner .inner > img {
    width: calc(6.74rem * 0.9);
  }
  #about .infomation .infomation_base > img {
    width: calc(5.98rem * 0.9);
  }
  #about .infomation .infomation_base .infomation_base__content h2 {
    font-size: calc(0.18rem * 0.9);
    line-height: calc(0.25rem * 0.9);
    max-width: 34em;
  }
  #about .contact .inner .map_box {
    margin-right: calc(1.44rem * 0.9);
  }
  #about .contact .inner .contact__desc h2 {
    line-height: calc(0.3rem * 0.9);
    font-size: calc(0.22rem * 0.9);
  }
}
.swiper-button-next,
.swiper-button-prev {
  width: 36px;
  height: 36px;
  background-size: 18px 18px;
  background-position: center;
  margin-top: -4px;
  background-color: #EBEFF4;
  border-radius: 50%;
  top: calc(50% + 102px);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../../../image/newUI/about/swiper_next.png);
  right: -20px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../../../image/newUI/about/swiper_prev.png);
  left: -20px;
}
