@charset "utf-8";
.public-breadcrumb2 {
  position: absolute;
  top: calc(1.2rem + 20px);
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0.3rem 0;
}
@media (max-width: 991px) {
  .public-breadcrumb2 {
    top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .public-breadcrumb2 {
    display: none;
  }
}
.public-breadcrumb2 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.public-breadcrumb2 .container img,
.public-breadcrumb2 .container svg {
  margin: 0 0.1rem;
}
.public-breadcrumb2 .container img:last-child,
.public-breadcrumb2 .container svg:last-child {
  display: none;
}
.public-breadcrumb2 .container a {
  transition: all 0.4s;
}
.public-breadcrumb2 .container a:hover {
  text-decoration: underline;
}
.public-banner2 {
  position: relative;
  z-index: 1;
  height: 100vh;
}
@media (max-width: 991px) {
  .public-banner2 {
    height: 120vw;
  }
}
.public-banner2.c-style2 .c-text-box {
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .public-banner2.c-style2 .c-text-box {
    margin-top: 0;
  }
}
.public-banner2 .public-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding-right: 20px;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-banner2 .public-btn {
    border-radius: 20px;
  }
}
.public-banner2 .public-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: var(--color);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-banner2 .public-btn::before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.public-banner2 .public-btn div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .public-banner2 .public-btn div {
    width: 40px;
    height: 40px;
  }
}
.public-banner2 .public-btn div img,
.public-banner2 .public-btn div svg {
  width: 12px;
  height: 12px;
}
.public-banner2 .public-btn:hover {
  color: #fff;
}
.public-banner2 .public-btn:hover::before {
  width: 100%;
}
.public-banner2 .c-img,
.public-banner2 .c-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.public-banner2 .c-img img,
.public-banner2 .c-video img,
.public-banner2 .c-img video,
.public-banner2 .c-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner2 .c-video {
  z-index: 2;
  object-fit: cover;
}
.public-banner2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.public-banner2 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.public-banner2 .c-text-box .c-title {
  font-size: var(--font-size4);
}
.public-banner2 .c-text-box .c-subtitle {
  margin-top: 0.2rem;
  font-size: 0.4rem;
  line-height: 1.2;
}
.public-banner2 .c-text-box .public-btn {
  margin-top: 0.35rem;
}
.public-banner2 .c-btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
}
.public-banner2 .c-btn-box .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.3rem 0;
}
.public-banner2 .c-btn-box .c-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  color: container container1600;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-banner2 .c-btn-box .c-arrow {
    width: 40px;
    height: 40px;
  }
}
.public-banner2 .c-btn-box .c-arrow img,
.public-banner2 .c-btn-box .c-arrow svg {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.public-banner2 .c-btn-box .c-arrow:hover {
  background: container container1600;
  color: #fff;
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 媒体查询 缩写 */
/* 布局 */
.pc,
.c-pc {
  display: block;
}
.wap,
.mobile,
.c-mb {
  display: none;
}
@media (max-width:768px) {
  .pc,
  .c-pc {
    display: none;
  }
  .wap,
  .mobile,
  .c-mb {
    display: block;
  }
}
.w1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1640 {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.w1350 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1150 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
@media (max-width:1840px) {
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1760px) {
  .w1640 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1470px) {
  .w1350 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1360px) {
  .w1240 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1270px) {
  .w1150 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1600,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 20px;
  }
}
/* 百分比计算 */
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-hidden {
  overflow: hidden;
}
.white-space {
  white-space: pre-line;
}
@media (max-width:1200px) {
  .white-space {
    white-space: inherit;
  }
}
.font-weight-b {
  font-weight: bold;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* 动画延迟 */
/* 动画延迟 */
/* --------------------------------------------- swiper */
.swiper {
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide .ani {
  display: none;
}
.swiper .swiper-slide.swiper-slide-active .ani {
  display: block;
}
.swiper .swiper-pagination {
  bottom: 0;
  opacity: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 2px;
  background: var(--color);
  border-radius: 0;
  opacity: 0.2;
  margin: 0 2px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  opacity: 1;
}
.slide-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 20px;
}
@media (max-width:1024px) {
  .slide-btn-box {
    display: none;
  }
}
.slide-btn-box .slide-btn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.slide-btn {
  width: 50px;
  height: 50px;
  background: no-repeat center transparent;
  border: 1px solid var(--color);
  border-radius: 50%;
  font-size: 12px;
  color: var(--color);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slide-btn:hover {
  color: #fff;
  background-color: var(--color);
}
.slide-btn::before {
  font-family: 'iconfont';
}
.slide-btn.swiper-button-prev::before {
  content: 'e689';
}
.slide-btn.swiper-button-next::before {
  content: 'e687';
}
/* --------------------------------------------- 公共样式 - 结束 */
.yrf-about-3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 10;
  background: #fff;
}
.yrf-about-3 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 40px;
}
.yrf-about-3 .wrap-box .wrap-left {
  width: 47.2%;
  max-width: 680px;
}
.yrf-about-3 .wrap-box .wrap-left .text-body {
  font-size: var(--font-size7);
}
.yrf-about-3 .wrap-box .wrap-left .text-body p {
  margin-bottom: 0.1rem;
}
.yrf-about-3 .wrap-box .wrap-right {
  width: 47.2%;
  max-width: 680px;
}
@media (max-width:1024px) {
  .yrf-about-3 .wrap-box {
    display: block;
  }
  .yrf-about-3 .wrap-box .wrap-left {
    width: auto;
    max-width: 100%;
  }
  .yrf-about-3 .wrap-box .wrap-right {
    width: auto;
    margin-top: 0.6rem;
  }
}
.yrf-about-3 .page-title {
  margin: 0.32rem 0 0.46rem;
}
.yrf-about-3 .page-title .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font-size2);
  color: #222222;
}
.yrf-about-3 .public-img {
  overflow: hidden;
  border-radius: 10px;
}
.yrf-about-3 .public-img::before {
  padding-top: 66.945%;
}
.yrf-about-3 .list {
  margin-top: 0.94rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}
@media (max-width:768px) {
  .yrf-about-3 .list {
    grid-gap: 10px;
    margin-top: 0.6rem;
  }
}
.yrf-about-3 .list .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.yrf-about-3 .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 0.42rem;
  border-bottom: 1px solid #f0f3f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.yrf-about-3 .list .item .item-box .icon-box {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.3rem;
  overflow: hidden;
}
.yrf-about-3 .list .item .item-box .icon-box .icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.yrf-about-3 .list .item .item-box .icon-box .icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .yrf-about-3 .list .item .item-box .text-box {
    margin-top: 0.2rem;
  }
}
.yrf-about-3 .list .item .item-box .text-box .num {
  color: var(--color);
  line-height: 0.9;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.yrf-about-3 .list .item .item-box .text-box .num .num-move {
  font-weight: bold;
  font-size: 0.6rem;
}
@media (max-width: 767px) {
  .yrf-about-3 .list .item .item-box .text-box .num .num-move {
    font-size: 0.4rem;
  }
}
.yrf-about-3 .list .item .item-box .text-box .num sup {
  margin-left: 0.06rem;
  position: relative;
  top: -0.05rem;
}
.yrf-about-3 .list .item .item-box .text-box .title {
  font-size: var(--font-size8);
  line-height: 1.333;
  margin-top: 0.06rem;
}
@media (max-width: 767px) {
  .yrf-about-3 .list .item .item-box .text-box .title {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .yrf-about-3 .list .item .item-box {
    display: block;
  }
  .yrf-about-3 .list .item .item-box .icon {
    width: 20px;
    height: 21px;
    margin-right: 0;
    margin-bottom: 0.2rem;
    display: none;
  }
}

 
@charset "utf-8";
/*字体*/
@font-face {
  font-family: "Manrope-Medium";
  src: url("../font/Manrope-Medium.woff") format("woff");
}
.c-about-main {
  overflow: hidden;
}
.c-about2 {
  position: relative;
  background: #fafbf8;
  padding: 1rem 0 1.8rem;
}
@media (max-width: 767px) {
  .c-about2 {
    padding: 0 0 1.2rem;
  }
}
@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-about2 .c-bg {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 10rem;
  pointer-events: none;
  animation: circleMove 10s linear infinite;
}
.c-about2 .c-bg2 {
  position: absolute;
  right: -3.5rem;
  bottom: -3.5rem;
  z-index: 1;
  width: 7.3rem;
  height: 7.3rem;
  pointer-events: none;
  animation: circleRotate 60s linear infinite;
}
@media (max-width: 1580px) {
  .c-about2 .c-bg2 {
    bottom: -5rem;
  }
}
@media (max-width: 767px) {
  .c-about2 .c-bg2 {
    bottom: -2rem;
  }
}
.c-about2 .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .c-about2 .public-title2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-about2 .public-title2 .c-title br {
    display: none;
  }
}
.c-about2 .public-title2 .c-text {
  color: #666;
  margin-top: 0.2rem;
}
.c-about2 .public-title2 {
  text-align: center;
  max-width: 1130px;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .c-about2 .public-title2 {
    max-width: 850px;
  }
}
.c-about2 .public-title2 .c-title {
  font-size: var(--font-size2);
  line-height: 1.2;
}
.c-about2 .public-title2 .c-text {
  font-size: var(--font-size7);
}
.c-about2 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin: 0.6rem auto 0;
}
@media (max-width: 767px) {
  .c-about2 .c-list {
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
}
.c-about2 .c-list li {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5%;
  width: 28.5%;
  flex-shrink: 0;
}
@media (max-width: 1900px) {
  .c-about2 .c-list li {
    margin-right: -2.8%;
    width: 26%;
  }
}
@media (max-width: 767px) {
  .c-about2 .c-list li {
    margin-right: -5%;
    width: 52%;
  }
}
.c-about2 .c-list li:nth-child(4n) {
  margin-right: 0;
}
.c-about2 .c-list li:nth-child(2n) {
  flex-direction: column-reverse;
}
.c-about2 .c-list li:nth-child(2n) .c-box {
  padding: 0.5rem 0 0.8rem;
}
.c-about2 .c-list li:nth-child(2n) .c-box .c-dot {
  top: auto;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .c-about2 .c-list li:nth-child(2n) .c-box .c-dot {
    bottom: 0.25rem;
  }
}
.c-about2 .c-list li:nth-child(2n) .c-box .c-dot::before {
  bottom: auto;
  top: 50%;
}
.c-about2 .c-list li .public-img {
  width: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  mask-image: url(/static/home/images/ico-hexagon.svg);
  -webkit-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-image: url(/static/home/images/ico-hexagon.svg);
  transition: all 0.4s;
}
.c-about2 .c-list li .public-img::before {
  padding-top: 90.63%;
}
.c-about2 .c-list li .public-img:hover {
  transform: scale(1.05);
}
.c-about2 .c-list li .c-box {
  position: relative;
  width: 100%;
  padding: 0.8rem 0 0.5rem;
  text-align: center;
}
.c-about2 .c-list li .c-box .c-dot {
  position: absolute;
  top: 0.4rem;
  left: 50%;
  z-index: 10;
  width: 24px;
  height: 24px;
  border: 6px solid #d0e7d2;
  border-radius: 50%;
  background: var(--color);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .c-about2 .c-list li .c-box .c-dot {
    top: 0.25rem;
  }
}
.c-about2 .c-list li .c-box .c-dot::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -1px;
  height: 0.75rem;
  border-left: 2px solid rgba(39, 151, 60, 0.5);
}
.c-about2 .c-list li .c-box .c-title {
  max-width: 12em;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .c-about2 .c-list li .c-box .c-title {
    max-width: 8em;
  }
  .c-about2 .c-list li .c-box .c-title br {
    display: none;
  }
}

 
@charset "utf-8";
/*字体*/
@font-face {
  font-family: "Manrope-Medium";
  src: url("../font/Manrope-Medium.woff") format("woff");
}
.c-about4 {
  position: relative;
  margin: 1.8rem 0;
  overflow: hidden;
  background: url(../images/about4-bg.png) no-repeat center top / 100% auto;
}
@media (max-width: 767px) {
  .c-about4 {
    padding: 1.2rem 0 0;
  }
}
@media (max-width: 767px) {
  .c-about4 .public-title2 .c-title br {
    display: none;
  }
}
.c-about4 .public-title2 .c-text {
  color: #666;
  margin-top: 0.5rem;
}
.c-about4 .public-title2 .c-title {
  line-height: 1.2;
  font-size: var(--font-size2);
}
.c-about4 .public-title2 .c-text {
  font-size: var(--font-size7);
}
.c-about4 .c-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-about4 .c-top .public-title2 {
  width: 58.75%;
}
@media (max-width: 991px) {
  .c-about4 .c-top .public-title2 {
    width: 100%;
  }
}
.c-about4 .c-top .c-btn-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .c-about4 .c-top .c-btn-box {
    width: 100%;
    margin-top: 0.6rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .c-about4 .c-top .c-btn-box {
    display: none;
  }
}
.c-about4 .c-top .c-btn-box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--color);
  margin-right: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.4s;
  background: #fff;
}
@media (max-width: 767px) {
  .c-about4 .c-top .c-btn-box > div {
    width: 40px;
    height: 40px;
  }
}
.c-about4 .c-top .c-btn-box > div img,
.c-about4 .c-top .c-btn-box > div svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .c-about4 .c-top .c-btn-box > div img,
  .c-about4 .c-top .c-btn-box > div svg {
    width: 12px;
    height: 12px;
  }
}
.c-about4 .c-top .c-btn-box > div.c-prev {
  margin-right: 10px;
}
.c-about4 .c-top .c-btn-box > div.c-prev svg {
  transform: rotate(270deg);
}
.c-about4 .c-top .c-btn-box > div.c-next svg {
  transform: rotate(90deg);
}
.c-about4 .c-top .c-btn-box > div:hover {
  background: var(--color);
  color: #fff;
}
.c-about4 .swiper {
  padding: 0.7rem 0 1rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .c-about4 .swiper {
    padding: 0.8rem 0;
  }
}
.c-about4 .swiper .swiper-slide .c-wrap {
  background: #fff;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  padding: 0.45rem;
}
.c-about4 .swiper .swiper-slide .c-wrap .c-num {
  font-family: 'Manrope-Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: var(--color);
  line-height: 1;
  font-weight: bold;
  font-size: 0.7rem;
}
.c-about4 .swiper .swiper-slide .c-wrap .public-img {
  margin-top: 0.3rem;
  border-radius: 10px;
}
.c-about4 .swiper .swiper-slide .c-wrap .public-img::before {
  padding-top: 51.1627%;
}
.c-about4 .swiper .swiper-slide .c-wrap .c-text {
  margin-top: 0.3rem;
}
.c-about4 .swiper .swiper-slide .c-wrap .c-text p {
  font-size: var(--font-size7);
  padding-left: 25px;
}
.c-about4 .swiper .swiper-slide .c-wrap .c-text p::before {
  margin-right: -14px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 4px solid #e6f6ec;
  background: var(--color);
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateX(-25px);
}
.c-about4 .swiper .swiper-scrollbar {
  background: #e5e5e5;
}
.c-about4 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.y-about-7 {
  width: 100%;
  margin: 1.2rem 0;
}
.y-about-7 .container1600 .title_p {
  margin-top: 0.1rem;
  text-align: center;
  font-size: var(--font-size2);
  font-weight: bold;
}
.y-about-7 .container1600 .title {
  font-size: var(--font-size2);
  font-weight: bold;
  text-align: center;
  color: #222;
  line-height: calc(58/48);
}
.y-about-7 .container1600 .txt {
  width: 1010px;
  max-width: 100%;
  margin: 0.18rem auto 0;
  font-size: var(--font-size7);
  color: #999;
  text-align: center;
  line-height: calc(30/18);
}
.y-about-7 .container1600 .list {
  width: 100%;
  margin-top: 0.46rem;
  position: relative;
  z-index: 1;
}
.y-about-7 .container1600 .list .bg {
  width: 100%;
}
@media (max-width: 767px) {
  .y-about-7 .container1600 .list .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.y-about-7 .container1600 .list .bg img {
  width: 100%;
}
@media (max-width: 767px) {
  .y-about-7 .container1600 .list .bg img {
    height: 100%;
    object-fit: cover;
  }
}
.y-about-7 .container1600 .list ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
}
@media (max-width: 767px) {
  .y-about-7 .container1600 .list ul {
    position: relative;
    height: auto;
    flex-wrap: wrap;
  }
}
.y-about-7 .container1600 .list ul li {
  width: 10%;
  background: rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem 0.6rem;
  overflow: hidden;
  transition: all 0.4s;
  flex: 1 1 10%;
}
@media (max-width: 991px) {
  .y-about-7 .container1600 .list ul li {
    padding: 1rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .y-about-7 .container1600 .list ul li {
    width: 50%;
    padding: 0.5rem 0.3rem;
    flex: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.y-about-7 .container1600 .list ul li .t1 {
  font-size: var(--font-size2);
  color: #fff;
  line-height: 1;
}
.y-about-7 .container1600 .list ul li .t2 {
  font-size: var(--font-size7);
  line-height: calc(30/18);
  color: #fff;
  margin-top: 0.27rem;
  width: 470px;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .y-about-7 .container1600 .list ul li .t2 {
    font-size: 14px;
    opacity: 1;
    pointer-events: all;
  }
}
.y-about-7 .container1600 .list ul li.on {
  width: 50%;
  background: rgba(0, 0, 0, 0.5);
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  .y-about-7 .container1600 .list ul li.on {
    background: rgba(0, 0, 0, 0.4);
  }
}
.y-about-7 .container1600 .list ul li.on .t2 {
  opacity: 1;
  pointer-events: all;
}

 
@charset "utf-8";
/*字体*/
@font-face {
  font-family: "Manrope-Medium";
  src: url("../font/Manrope-Medium.woff") format("woff");
}
.c-about3 {
  position: relative;
  padding: 1.2rem 0 0;
  margin-bottom: 1.2rem;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #fafbf8 0%, #fff 100%);
  background: linear-gradient(to bottom, #fafbf8 0%, #fff 100%);
}
@media (max-width: 767px) {
  .c-about3 {
    padding: 1.2rem 0;
  }
}
@media (max-width: 767px) {
  .c-about3 .public-title2 .c-title br {
    display: none;
  }
}
.c-about3 .public-title2 .c-text {
  color: #666;
  margin-top: 0.5rem;
}
.c-about3 .public-title2 .c-title {
  line-height: 1.2;
  font-size: var(--font-size2);
}
.c-about3 .public-title2 .c-text {
  font-size: var(--font-size7);
}
.c-about3 .c-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-about3 .c-top .public-title2 {
  width: 58.75%;
}
@media (max-width: 991px) {
  .c-about3 .c-top .public-title2 {
    width: 100%;
  }
}
.c-about3 .c-top .public-title2 .c-text {
  margin-top: 0.4rem;
}
.c-about3 .c-top .c-btn-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .c-about3 .c-top .c-btn-box {
    width: 100%;
    justify-content: center;
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-about3 .c-top .c-btn-box {
    display: none;
  }
}
.c-about3 .c-top .c-btn-box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--color);
  margin-right: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-about3 .c-top .c-btn-box > div {
    width: 40px;
    height: 40px;
  }
}
.c-about3 .c-top .c-btn-box > div img,
.c-about3 .c-top .c-btn-box > div svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .c-about3 .c-top .c-btn-box > div img,
  .c-about3 .c-top .c-btn-box > div svg {
    width: 12px;
    height: 12px;
  }
}
.c-about3 .c-top .c-btn-box > div.c-prev {
  margin-right: 10px;
}
.c-about3 .c-top .c-btn-box > div.c-prev svg {
  transform: rotate(270deg);
}
.c-about3 .c-top .c-btn-box > div.c-next svg {
  transform: rotate(90deg);
}
.c-about3 .c-top .c-btn-box > div:hover {
  background: var(--color);
  color: #fff;
}
.c-about3 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 991px) {
  .c-about3 .c-list {
    justify-content: center;
  }
}
.c-about3 .c-list li {
  padding: 0 0.1rem;
}
.c-about3 .c-list li .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  transition: all 0.4s;
  border-radius: 30px;
  height: 56px;
  border-radius: 28px;
  min-width: 1.6rem;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .c-about3 .c-list li .c-btn {
    height: 40px;
    border-radius: 20px;
  }
}
.c-about3 .c-list li.on .c-btn {
  color: #fff;
  background: var(--color);
}
@keyframes circleMove {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(15%, -10%);
  }
  50% {
    transform: translate(30%, 20%);
  }
  75% {
    transform: translate(10%, 15%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-about3 .c-swiper-box {
  position: relative;
}
.c-about3 .c-swiper-box .swiper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.4rem 0 0.8rem;
  overflow: visible;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-about3 .c-swiper-box .swiper {
    padding: 0.8rem 0;
  }
}
.c-about3 .c-swiper-box .swiper:nth-child(1) {
  position: relative;
}
.c-about3 .c-swiper-box .swiper.on {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
}
.c-about3 .c-swiper-box .swiper .swiper-slide {
  display: flex;
  height: auto;
}
.c-about3 .c-swiper-box .swiper .swiper-slide .c-wrap {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 0.3rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .c-about3 .c-swiper-box .swiper .swiper-slide .c-wrap {
    padding: 0.4rem;
  }
}
.c-about3 .c-swiper-box .swiper .swiper-slide .c-wrap .public-img::before {
  padding-top: 68.2666%;
}
.c-about3 .c-swiper-box .swiper .swiper-slide .c-wrap .public-img img {
  object-fit: contain;
}
.c-about3 .c-swiper-box .swiper .swiper-slide .c-wrap .c-title {
  padding: 0.2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.4s;
  font-size: var(--font-size7);
}
.c-about3 .c-swiper-box .swiper .swiper-scrollbar {
  background: #e5e5e5;
}
.c-about3 .c-swiper-box .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
}
