.home {
  position: relative;
  width: 100%; }
  .home .banner {
    position: relative;
    padding-top: 3vw; }
    .home .banner .bg {
      overflow: hidden; }
      .home .banner .bg img {
        width: 100%;
        transform: scale(1.1);
        transition: all 600ms;
        object-fit: cover; }
    .home .banner .text {
      width: 82.292vw;
      left: calc((100% - 82.292vw) / 2);
      position: absolute;
      top: 60%;
      transform: translateY(-50%); }
      .home .banner .text .t {
        color: #FFF;
        font-size: 4.5vw;
        font-weight: 600; }
      .home .banner .text .t2 {
        color: #E11B00;
        font-size: 1.26vw;
        font-weight: 500; }
    .home .banner:hover .bg img {
      transform: scale(1); }
  .home .section1 {
    width: 82.292vw;
    margin: 8vw auto; }
    .home .section1 .t {
      display: flex;
      align-items: center;
      font-size: 2.6vw;
      font-weight: 600; }
      .home .section1 .t::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: #F90D1B;
        margin-right: 10px; }
    .home .section1 .content {
      position: relative;
      padding-top: 8vw; }
      .home .section1 .content .pic {
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
        overflow: hidden; }
        .home .section1 .content .pic img {
          width: 100%;
          transition: all 600ms; }
        .home .section1 .content .pic:hover img {
          transform: scale(1.05); }
      .home .section1 .content .des {
        width: 65%;
        background-color: #FAFAFA;
        padding: 6vw 2vw; }
        .home .section1 .content .des .txt {
          width: 55%;
          color: #666;
          font-size: 1.1vw;
          line-height: 1.6; }
  .home .section2 {
    width: 82.292vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 8vw auto; }
    .home .section2 .l {
      width: 50%; }
      .home .section2 .l .t1 {
        color: #E11B00;
        font-size: 1.3vw; }
      .home .section2 .l .t2 {
        font-size: 2.6vw;
        font-weight: 600;
        line-height: 1.3;
        margin-top: 3vw; }
    .home .section2 .r {
      width: 45%; }
      .home .section2 .r .t1 {
        font-size: 1vw; }
      .home .section2 .r .des p {
        font-size: 1.1vw;
        margin-top: 2vw; }
      .home .section2 .r .name {
        display: flex;
        align-items: center;
        margin-top: 4vw; }
        .home .section2 .r .name p {
          font-size: 1.26vw;
          margin-right: 2vw; }
  .home .section3 {
    background-color: #F7F7F7;
    padding: 2vw 0 4vw 0; }
    .home .section3 .content {
      width: 82.292vw;
      margin: 0 auto; }
      .home .section3 .content .t {
        font-size: 2.6vw;
        font-weight: 600; }
      .home .section3 .content .items {
        margin: 4vw 0 0 0;
        display: flex;
        justify-content: space-around;
        gap: 10px; }
        .home .section3 .content .items .item {
          position: relative; }
          .home .section3 .content .items .item .icon img {
            max-width: 100%;
            object-fit: contain; }
          .home .section3 .content .items .item .pt {
            position: absolute;
            left: 50%;
            top: 50%;
            font-size: 1vw;
            font-weight: 200;
            width: 100%;
            text-align: center;
            color: rgba(0, 0, 0, 0.7);
            transform: translate(-50%, -50%); }
          .home .section3 .content .items .item .num {
            position: absolute;
            left: -10px;
            top: 5px;
            font-size: 1.26vw;
            font-family: 'Montserrat-Regular';
            font-weight: 600;
            color: #E11B00; }
  .home .section4 {
    width: 82.292vw;
    margin: 6vw auto; }
    .home .section4 .t {
      font-size: 2.6vw;
      font-weight: 600; }
    .home .section4 .three {
      display: flex;
      justify-content: space-between;
      margin-top: 2vw; }
      .home .section4 .three .item {
        width: 30%; }
        .home .section4 .three .item .num {
          color: #E11B00;
          font-size: 1.26vw;
          font-weight: 600;
          font-family: 'Montserrat-Regular'; }
        .home .section4 .three .item .line {
          height: 2px;
          width: 100%;
          background-color: #1c1c1c;
          margin: 1.5vw 0; }
        .home .section4 .three .item .des {
          font-size: 1.1vw;
          color: #1c1c1c;
          line-height: 1.6; }
    .home .section4 .pic {
      margin: 4vw 0;
      overflow: hidden; }
      .home .section4 .pic img {
        width: 100%;
        object-fit: cover;
        transition: all 600ms; }
      .home .section4 .pic:hover img {
        transform: scale(1.05); }
  @media screen and (max-width: 1024px) {
    .home {
      padding-top: 60px; }
      .home .banner {
        padding-top: 0; }
        .home .banner .bg img {
          min-height: 200px; }
        .home .banner .text .t {
          font-size: 24px; }
        .home .banner .text .t2 {
          font-size: 18px; }
      .home .section1 {
        width: 90%;
        margin: 30px auto; }
        .home .section1 .t {
          font-size: 24px; }
        .home .section1 .content {
          padding-top: 0; }
          .home .section1 .content .pic {
            position: static;
            width: 100%; }
          .home .section1 .content .des {
            width: 90%;
            padding: 15px 5%;
            margin: 15px 0; }
            .home .section1 .content .des .txt {
              width: 100%;
              font-size: 16px; }
      .home .section2 {
        width: 90%;
        margin: 20px auto 40px auto;
        flex-direction: column; }
        .home .section2 .l {
          width: 100%; }
          .home .section2 .l .t1 {
            font-size: 18px; }
          .home .section2 .l .t2 {
            font-size: 24px;
            line-height: 1.5; }
        .home .section2 .r {
          width: 100%;
          margin-top: 20px; }
          .home .section2 .r .t1 {
            font-size: 16px; }
          .home .section2 .r .des p {
            font-size: 16px;
            margin-top: 15px; }
          .home .section2 .r .name p {
            font-size: 18px;
            margin-right: 20px; }
      .home .section3 {
        padding: 20px 0 40px 0; }
        .home .section3 .content {
          width: 90%;
          margin: 0 auto; }
          .home .section3 .content .t {
            font-size: 24px; }
          .home .section3 .content .items {
            flex-wrap: wrap;
            gap: 0;
            justify-content: space-between; }
            .home .section3 .content .items .item {
              width: 48%;
              margin-bottom: 20px; }
              .home .section3 .content .items .item .num {
                font-size: 18px;
                left: 0; }
              .home .section3 .content .items .item .pt {
                font-size: 16px; }
      .home .section4 {
        width: 90%;
        margin: 30px auto 100px auto; }
        .home .section4 .t {
          font-size: 24px; }
        .home .section4 .three {
          flex-direction: column; }
          .home .section4 .three .item {
            width: 100%;
            margin-bottom: 20px; }
            .home .section4 .three .item .num {
              font-size: 18px; }
            .home .section4 .three .item .line {
              height: 1px;
              margin: 15px 0; }
            .home .section4 .three .item .des {
              font-size: 16px; }
        .home .section4 .pic img {
          min-height: 200px; } }

/*# sourceMappingURL=about.css.map */
