@charset "utf-8";
.about-box1 {
  width: 100%;
  position: relative;
}
.about-box1 .g_xs {
  display: block;
}
.about-box1 .g_yc {
  display: none;
}
@media (max-width: 767px) {
  .about-box1 .g_xs {
    display: none;
  }
  .about-box1 .g_yc {
    display: block;
  }
}
.about-box1.g_mb .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.about-box1 .img {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .about-box1 .img {
    height: calc(100vh - 1.2rem);
  }
}
.about-box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box1 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0.6rem;
  z-index: 20;
}
.about-box1 .container .title {
  font-size: var(--font-size1);
  line-height: calc(66/56);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.about-box1 .container .txt {
  line-height: calc(30/20);
  color: #fff;
  margin-top: 0.15rem;
  font-size: var(--font-size6);
}

 
@charset "utf-8";
.about-box2 {
  width: 100%;
  background: #f0f3f7;
  /* border-radius: 0.45rem 0.45rem 0 0; */
  /* margin-top: -0.6rem; */
  position: relative;
  padding: 1.35rem 0 2rem;
}
.about-box2 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-box2 .container .top .title {
  width: calc(500/1400*100%);
  color: #222;
  line-height: calc(58/48);
  font-weight: 600;
  font-size: var(--font-size1);
}
@media (max-width: 1580px) {
  .about-box2 .container .top .title {
    font-size: var(--font-size2);
  }
}
@media screen and (max-width: 1380px) {
  .about-box2 .container .top .title {
    font-size: var(--font-size3);
  }
}
@media (max-width: 991px) {
  .about-box2 .container .top .title {
    width: 100%;
  }
}
.about-box2 .container .top .tbox {
  width: calc(795/1400*100%);
}
@media (max-width: 991px) {
  .about-box2 .container .top .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about-box2 .container .top .tbox .txt {
  width: 100%;
  color: #666;
  line-height: calc(22/16);
  position: relative;
}
.about-box2 .container .top .tbox .txt::after {
  content: '';
  width: 100%;
  height: 1rem;
  background: linear-gradient(to top, #f0f3f7, rgba(240, 243, 247, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}
@media (max-width: 991px) {
  .about-box2 .container .top .tbox .txt::after {
    height: 2rem;
  }
}
.about-box2 .container .top .tbox .txt.on {
  max-height: initial;
}
.about-box2 .container .top .tbox .txt.on::after {
  display: none;
}
.about-box2 .container .top .tbox .more {
  display: flex;
  margin-top: 0.4rem;
  display: none;
}
.about-box2 .container .list {
  width: 100%;
  margin-top: 1.2rem;
}
.about-box2 .container .list .swiper {
  width: 100%;
  padding-bottom: 0.42rem;
}
.about-box2 .container .list .swiper .swiper-slide {
  height: auto;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.25rem;
}
.about-box2 .container .list .swiper .swiper-slide .num {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.about-box2 .container .list .swiper .swiper-slide .num span {
  color: #222;
  transition: all 0.4s;
  line-height: 1;
  font-weight: 600;
  font-size: 0.6rem;
}
.about-box2 .container .list .swiper .swiper-slide .num i {
  color: #222;
  line-height: 1;
  font-style: initial;
  transition: all 0.4s;
  font-size: var(--font-size4);
}
.about-box2 .container .list .swiper .swiper-slide .txt {
  width: 100%;
  color: #666;
  line-height: calc(24/16);
  height: calc(24/16*2em);
  margin-top: 8px;
  transition: all 0.4s;
}
.about-box2 .container .list .swiper .swiper-slide .icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: auto;
}
.about-box2 .container .list .swiper .swiper-slide .icon svg {
  color: #999;
  width: 100%;
  height: 100%;
}
.about-box2 .container .list .swiper .swiper-slide .icon svg path {
  fill: #999;
  transition: all 0.4s;
}
.about-box2 .container .list .swiper .swiper-slide:hover .num span {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .num i {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .txt {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .icon svg {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .icon svg path {
  fill: var(--color);
}
.about-box2 .container .list .swiper .swiper-pagination {
  top: calc(100% - 2px);
  height: 2px;
  background: #d8dade;
}
.about-box2 .container .list .swiper .swiper-pagination-progressbar-fill {
  background: var(--color);
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.x-about-10 {
  padding: 1.2rem 0;
}
.x-about-10 .base_img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.x-about-10 .base_img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.x-about-10 .base_img > img,
.x-about-10 .base_img > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.x-about-10 .cont .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 1.4rem;
}
.x-about-10 .cont .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .x-about-10 .cont .item {
    background-color: #f7f9fc;
    border-radius: 10px;
    margin-bottom: 0.6rem;
  }
}
.x-about-10 .cont .item .font {
  width: 100%;
  padding: 0.5rem 0.34rem;
  border-radius: 0;
  animation-name: x-about-10fzqleft50;
}
@media (min-width: 768px) {
  .x-about-10 .cont .item .font {
    width: 44.28%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    border-radius: 10px;
    background: #f7f9fc url(/static/home/images/bachimgf1.jpg) no-repeat center / cover;
    padding: 0.4rem 0.6rem 0.4rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .x-about-10 .cont .item .font {
    padding: 0.6rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-about-10 .cont .item .font {
    order: 1;
    animation-name: x-about-10fzqleft;
  }
}
.x-about-10 .cont .item .font .f_tit {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.15rem;
  font-size: var(--font-size3);
}
.x-about-10 .cont .item .font .f_text {
  color: #222222;
  line-height: 1.625;
}
.x-about-10 .cont .item .img {
  width: 69.28%;
  overflow: hidden;
  border-radius: 10px;
  animation-name: x-about-10fzqright;
}
@media (max-width: 767px) {
  .x-about-10 .cont .item .img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    animation-name: x-about-10fzqleft;
  }
}
.x-about-10 .cont .item .img:before {
  padding-top: 56.70103093%;
}
@media (min-width: 768px) {
  .x-about-10 .cont .item:nth-child(2n-1) {
    justify-content: flex-start;
  }
  .x-about-10 .cont .item:nth-child(2n-1) .font {
    left: inherit;
    right: 0;
    animation-name: x-about-10fzqright50;
  }
  .x-about-10 .cont .item:nth-child(2n-1) .img {
    animation-name: x-about-10fzqleft;
  }
}
@keyframes x-about-10topw {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes x-about-10fzqleft {
  0% {
    transform: translateX(-0.8rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes x-about-10fzqright {
  0% {
    transform: translateX(0.8rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes x-about-10fzqleft50 {
  0% {
    transform: translateX(-0.8rem) translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
@keyframes x-about-10fzqright50 {
  0% {
    transform: translateX(0.8rem) translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
