@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";
/* 公共响应变量 */
/* 百分比计算 */
.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;
  }
}
