body .home .cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  pointer-events: none;
  z-index: 9999999; }
  body .home .cursor.on .scale {
    transform: scale(1); }
  body .home .cursor .scale {
    width: 100%;
    height: 100%;
    transition: .3s ease;
    transform: scale(0); }
    body .home .cursor .scale img {
      width: 100%;
      height: 100%; }
body .home .container .sec1 {
  padding: 6.25vw 12.5vw; }
  body .home .container .sec1 .content {
    margin-top: 3.75vw;
    display: flex;
    justify-content: space-between; }
    body .home .container .sec1 .content .lbox {
      width: 40.3125vw; }
      body .home .container .sec1 .content .lbox .des {
        line-height: 1.5;
        margin-bottom: 3.4895833333vw; }
      body .home .container .sec1 .content .lbox .nums {
        display: flex;
        align-items: center; }
        body .home .container .sec1 .content .lbox .nums .item {
          text-align: center;
          width: 13.75vw; }
          body .home .container .sec1 .content .lbox .nums .item .num {
            font-weight: 600;
            line-height: 1.6; }
          body .home .container .sec1 .content .lbox .nums .item .tag {
            margin-top: 0.5208333333vw;
            line-height: 1.3; }
        body .home .container .sec1 .content .lbox .nums .line {
          height: 3.3333333333vw;
          width: 1px;
          background: rgba(0, 0, 0, 0.1);
          margin: 0 1.25vw; }
    body .home .container .sec1 .content .rbox {
      width: 31.5625vw;
      overflow: hidden;
      border-radius: 10px; }
      body .home .container .sec1 .content .rbox img {
        width: 100%;
        height: 15.9895833333vw;
        border-radius: 10px;
        transition: all 600ms; }
      body .home .container .sec1 .content .rbox:hover img {
        transform: scale(1.05); }
body .home .container .sec2 {
  background: url(../images/hbg.png) no-repeat;
  background-size: cover;
  padding: 3.125vw 0 9.375vw 0;
  position: relative; }
  body .home .container .sec2::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  body .home .container .sec2 .common_title {
    margin: 0 12.5vw; }
    body .home .container .sec2 .common_title p {
      color: white; }
  body .home .container .sec2 .history {
    margin-top: 3.75vw;
    width: 100%;
    overflow: hidden;
    cursor: none; }
    body .home .container .sec2 .history .swiper {
      width: 100%; }
      body .home .container .sec2 .history .swiper .swiper-slide {
        padding: 3.125vw 0;
        color: white; }
        body .home .container .sec2 .history .swiper .swiper-slide .info {
          padding-left: 1.0416666667vw;
          position: relative; }
          body .home .container .sec2 .history .swiper .swiper-slide .info::before {
            content: '';
            display: block;
            width: 1px;
            height: 100%;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 50%, rgba(255, 255, 255, 0));
            position: absolute;
            left: 0;
            top: 0; }
          body .home .container .sec2 .history .swiper .swiper-slide .info .year {
            font-weight: 700; }
          body .home .container .sec2 .history .swiper .swiper-slide .info .des {
            line-height: 1.8; }
        body .home .container .sec2 .history .swiper .swiper-slide:nth-child(2n-1) .info {
          transform: translateY(3.125vw); }
body .home .container .sec3 {
  padding: 6.25vw 12.5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625vw; }
  body .home .container .sec3 .item {
    width: 100%; }
    body .home .container .sec3 .item .pic {
      border-radius: 10px;
      overflow: hidden; }
      body .home .container .sec3 .item .pic img {
        width: 100%;
        height: 18.0208333333vw;
        object-fit: cover;
        border-radius: 10px;
        transition: all 600ms; }
    body .home .container .sec3 .item .pt {
      margin: 1.1979166667vw 0 0.625vw 0;
      line-height: 1.5; }
    body .home .container .sec3 .item .tip {
      color: #666;
      line-height: 1.5; }
    body .home .container .sec3 .item:hover .pic img {
      transform: scale(1.05); }
body .home .container .sec4 {
  padding: 0 12.5vw; }
  body .home .container .sec4 .content {
    margin-top: 4.7916666667vw;
    display: flex;
    justify-content: space-between; }
    body .home .container .sec4 .content .item {
      width: 21%;
      position: relative;
      cursor: pointer;
      transition: all 600ms; }
      body .home .container .sec4 .content .item img {
        width: 100%;
        display: block;
        height: 31.25vw;
        object-fit: cover; }
      body .home .container .sec4 .content .item .text {
        position: absolute;
        left: 0;
        padding: 0 3.125vw;
        bottom: 2.0833333333vw;
        color: white;
        z-index: 5; }
        body .home .container .sec4 .content .item .text .pt {
          font-weight: 600; }
        body .home .container .sec4 .content .item .text .des {
          height: 1.5625vw;
          opacity: 0;
          transition: all 600ms;
          transition-delay: 300ms; }
      body .home .container .sec4 .content .item.on {
        width: 58%; }
        body .home .container .sec4 .content .item.on .des {
          opacity: 1; }
body .home .container .sec5 {
  background: #F9F9F9;
  padding: 6.25vw 12.5vw;
  margin: 6.25vw 0; }
  body .home .container .sec5 .list {
    margin-top: 4.7916666667vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.9791666667vw 1.0416666667vw; }
    body .home .container .sec5 .list .item {
      width: 100%;
      height: 5.2083333333vw;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6.75px;
      background: #FFF;
      backdrop-filter: blur(2px); }
      body .home .container .sec5 .list .item img {
        max-width: 80%;
        max-height: 80%;
        object-fit: contain;
        transition: all 600ms; }
      body .home .container .sec5 .list .item:hover img {
        transform: scale(1.05); }
@media screen and (max-width: 768px) {
  body .home .cursor {
    width: 50px;
    height: 50px; }
  body .home .container .sec1 {
    padding: 30px 5%; }
    body .home .container .sec1 .content {
      margin-top: 30px;
      flex-direction: column; }
      body .home .container .sec1 .content .lbox {
        width: 100%; }
        body .home .container .sec1 .content .lbox .des {
          margin-bottom: 20px; }
        body .home .container .sec1 .content .lbox .nums {
          flex-wrap: wrap;
          justify-content: center; }
          body .home .container .sec1 .content .lbox .nums .item {
            width: 100%;
            margin-bottom: 20px; }
          body .home .container .sec1 .content .lbox .nums .line {
            display: none; }
      body .home .container .sec1 .content .rbox {
        width: 100%; }
        body .home .container .sec1 .content .rbox img {
          height: auto; }
  body .home .container .sec2 {
    padding: 30px 5%; }
    body .home .container .sec2 .common_title {
      margin: 0; }
    body .home .container .sec2 .history {
      margin-top: 30px; }
      body .home .container .sec2 .history .swiper .swiper-slide {
        padding: 30px 0; }
        body .home .container .sec2 .history .swiper .swiper-slide .info {
          padding-left: 10px; }
          body .home .container .sec2 .history .swiper .swiper-slide .info .des {
            line-height: 1.5; }
  body .home .container .sec3 {
    padding: 30px 5%;
    grid-template-columns: 1fr; }
    body .home .container .sec3 .item {
      margin-bottom: 20px; }
      body .home .container .sec3 .item .pic img {
        height: auto; }
      body .home .container .sec3 .item .pt {
        margin: 10px 0; }
  body .home .container .sec4 {
    padding: 0 5%; }
    body .home .container .sec4 .content {
      margin-top: 30px;
      flex-direction: column; }
      body .home .container .sec4 .content .item {
        width: 100% !important;
        margin-bottom: 20px; }
        body .home .container .sec4 .content .item img {
          height: 200px; }
        body .home .container .sec4 .content .item .text {
          padding: 0 20px;
          bottom: 20px; }
          body .home .container .sec4 .content .item .text .des {
            height: auto;
            opacity: 1 !important; }
  body .home .container .sec5 {
    padding: 30px 5%;
    margin: 30px 0 0 0; }
    body .home .container .sec5 .list {
      margin-top: 30px;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; }
      body .home .container .sec5 .list .item {
        height: 80px; } }

/*# sourceMappingURL=about.css.map */
