  
    html,
    body {
      overflow-x: visible;
    }

    .view {
      width: 100%;
    }

    .banner,
    .banner img {
      width: 100%;
      position: relative;
        aspect-ratio: 1921 / 719;
    }

    .banner-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70%;
      text-align: center;
    }

    .banner-text h3 {
      font-weight: bold;
      font-size: 76px;
      color: #FFFFFF;
      line-height: 76px;
      margin-bottom: 23px;
    }

    .banner-text p {
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      line-height: 26px;
    }

    .pc-md {
      width: 100%;
      padding: 112px 0 146px 0;
      position: relative;
      min-height: 100vh;
    }

    .pc-md-po {
      position: sticky;
      top: 50px;
    }

    .pmh3 {
      color: #251E1C;
      font-size: 42px;
      line-height: 42px;
      font-weight: 600;
          margin-bottom: 20px;
    text-align: left;
    margin-top: 20px;
 
    padding-left: 18px;
    }

    .pc-md-flex {
      width: 100%;
      display: flex;
      justify-content: flex-end;
    }

    .pc-md-flex img {
      width: 100%;
    }

    .pmfleft {
      width: 74%;
      margin-right: 21px;
      flex-shrink: 0;
      position: relative;
      overflow: hidden;


    }

    .pmfleft .pmf-top img {
      position: relative;
    }

    .pmfleft .pmf-top::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(37, 30, 28, 0.61);
    }

    .pmfright {
      width: 74%;
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
    }

    .pmf-top {
      width: 100%;
      position: relative;
    }

    .pmf-top img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .pmf-top-text {
      background: rgba(37, 30, 28, 0.61);
      width: 100%;
      height: 158px;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 18px 20% 0 31px;
    }

    .pmf-bottom-text {
      padding: 18px 20% 0 31px;
    }

    .pmf-top-text h3,
    .pmf-bottom-text h3 {

      font-size: 20px;
      line-height: 32px;
      font-family: 500;
      margin-bottom: 10px;

    }

    .pmf-top-text p,
    .pmf-bottom-text p {
      font-size: 14px;
      line-height: 19px;
      font-family: 400;

    }

    .pmf-top-text h3,
    .pmf-top-text p {
      color: #FFFFFF;
    }

    .pmf-bottom-text h3,
    .pmf-bottom-text p {
      color: #251E1C;
    }

    .view-lb {
      width: 100%;
      text-align: center;
      padding-bottom: 109px;
      position: relative;
    }

    .view-lb-h3 {

      font-weight: bold;
      font-size: 42px;
      color: #251E1C;
      line-height: 42px;
      text-align: center;


    }

    .view-lb a {
      display: inline-block;
      width: 100%;
      height: 100%;
    }

    .view-lb img {
    width: 80%;
        max-width: 1400px;
   
    object-fit: cover;
    aspect-ratio: 129 / 44;
    }

    .lb-h3 {
      font-size: 49px;
      line-height: 49px;
      color: #251E1C;
      font-weight: 700;
    }

    .view-button {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 16px;
    }

    .pils2 {
      margin-right: 11px;
      width: 151px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      line-height: 17px;
      font-weight: 500;
      color: #251E1C;
      background: url(/static/2.0/ling-hei.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      /* border: 1px solid #251E1C; */
      /* clip-path: polygon(0 100%, 90% 100%, 100% 90%, 100% 5%, 90% 0, 0 0); */
    }

    .pils3 {
      width: 151px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px 7px;
      background: #487F69;
      font-size: 17px;
      line-height: 21px;
      font-weight: 500;
      color: #FFFFFF;
      clip-path: polygon(0 80%, 8% 100%, 100% 100%, 100% 0, 8% 0, 0 20%);
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
      content: '';
      background: url(/static/2.0/zuojian.png);
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-next:after {
      content: '';

    }

    .swiper-button-prev {
      background: url(/static/2.0/zuojian.png) no-repeat;
      background-size: cover;
      width: 35px;
      height: 37px;
    }

    .swiper-button-next {
      background: url(/static/2.0/youjian.png) no-repeat;
      background-size: cover;
      width: 35px;
      height: 37px;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
      right: 18%;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
      left: 18%;
    }

.prodcut-left {
    width: 58px;
    height: 60vh;
    background: #F7F7F7;
    position: absolute;
    left: 0;
    top: 0;
   
    clip-path: polygon(0 100%, 100% 90%, 100% 10%, 0 0);
    box-shadow: 3px 0 12px rgba(0, 0, 0, 0.09);
}
.prodcut-right {
    width: 58px;
    height: 60vh;
    background: #F7F7F7;
    position: absolute;
    right: 0;
    top: 0;
   
    clip-path: polygon(0 90%, 100% 100%, 100% 0, 0 10%);
    box-shadow: -3px 0 12px rgba(0, 0, 0, 0.09);
}
    /* right */
    .view-right {
      position: fixed;
      left: 45px;
      top: 35%;
      z-index: 999;
      width: 34px;
      height: 115px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: #FFFFFF;
      border-radius: 18px;
      border: 0.2px solid #B4B4B4;
      text-align: center;
      cursor: pointer;
      -webkit-transition: all .3s cubic-bezier(.175, 1, .75, 1);
      transition: all .3s cubic-bezier(.175, 1, .75, 1);
      padding: 0 5px;


    }

    .view-right::before {
      content: '';
      position: absolute;
      top: -50px;
      right: -80px;
      bottom: -50px;
      left: -80px;
    }

    .view-right:hover {
      width: 173px;
      height: 474px;
      border-radius: 98px 98px 98px 98px;

    }

    .view-right-x {
        transition: all 500s;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 80%;
    align-items: center;

    }


    .view-right-xitem {
      width: 11px;
      height: 4px;
      border-radius: 3px;
      background: #B4B4B4;
   
      opacity: 1;
   
    }

    .lxtiem {
      background: #477F69 !important;
    }

    .view-right-d {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(0);
      width: 100%;
      opacity: 0;
      -webkit-transition: all .5s cubic-bezier(.175, 1, .75, 1);
      transition: all .5s cubic-bezier(.175, 1, .75, 1);
      transform-origin: center center;
    }



    .view-right-ditem {
      font-size: 13px;
      line-height: 13px;
      font-weight: 700;
      color: #B4B4B4;
      
      width: 100%;
      height: 36px;
      display: flex;
      justify-content: center;
      align-items: center;

      width: 90%;
      margin: 20px auto;
    }

    .lditem {
      background: #477F69;
      border-radius: 18px;
      color: #FFFFFF;
    }



    .view-right:hover .view-right-xitem {

      opacity: 0;
    }

    .view-right:hover .view-right-d {

      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }

    .mobile-md {
      display: none;
    }

    .pmfleft .pmh3,
    .pmfleft .pmf-bottom-text {
      opacity: 0;
    }

    /* right end */
    @media (max-width:1400px) {
      .view-lb {
        padding-left: 5%;
        padding-right: 5%;
      }

      .banner-text h3 {
        font-size: 30px;
        line-height: 30px;
      }

      .banner-text p {
        font-size: 16px;
        line-height: 20px;
      }
    }

    @media (max-width:1000px) {

      html,
      body {
        overflow-x: hidden;
      }

      .banner::before,
      .banner::after {
        display: none;
      }

      .view-lb {
        padding-left: 1%;
        padding-right: 1%;
      }

      .swiper-button-next,
      .swiper-rtl .swiper-button-prev {
        right: 1%;
      }

      .swiper-button-prev,
      .swiper-rtl .swiper-button-next {
        left: 1%;
      }

      .view-lb img {
        width: 90%;
        margin: auto;
      }

      .view-lb,
      .view-t,
      .view-more {
        padding-bottom: 30px;
      }

      .pc-md {
        display: none;
      }

      .mobile-md {
        display: block;
      }

      .view-right,
      .banner-text p,
      .prodcut-left,
      .prodcut-right {
        display: none;
      }

      .mobile-md-p {
        margin-top: 20px;
        margin-bottom: 50px;
        text-align: center;
        color: #251E1C;
        font-weight: 500;
      }

      .mobile-md-item-text {
        width: 95%;
        margin: 15px auto 0 auto;

      }

      .mobile-md-item {
        width: 100%;
        margin-bottom: 35px;
      }

      .mobile-md-item h1 {
        font-size: 25px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 16px;
      }

      .mobile-md-item h3,
      .mobile-md-item p {
        margin-bottom: 9px;
      }
    }
    @media (max-width:750px){
      .banner img {
        aspect-ratio: 750 / 739;
      }
    }
  