@charset "UTF-8";
header {
  color: #fff;
  width: 100%;
  position: sticky;
  z-index: 1111;
  top: 0; }
  header .sect1 {
    height: 110px;
    margin: 0 auto;
    width: 84%;
    min-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 0) and (max-width: 576px) {
      header .sect1 {
        width: 100%; } }
    header .sect1 .logo {
      min-width: 30%; }
      header .sect1 .logo img {
        height: 80px;
        width: auto; }
    header .sect1 .menu {
      flex-grow: 1;
      height: 100%; }
      header .sect1 .menu > ul {
        display: flex;
        justify-content: space-between;
        height: 100%; }
        header .sect1 .menu > ul > li {
          position: relative;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          header .sect1 .menu > ul > li:hover .bg {
            z-index: 9;
            opacity: 1;
            visibility: visible; }
          header .sect1 .menu > ul > li:hover .sub-menu {
            z-index: 10;
            opacity: 1;
            visibility: visible; }
          header .sect1 .menu > ul > li a {
            font-size: 16px;
            font-family: PingFang SC, PingFang SC-Regular;
            font-weight: 400;
            color: inherit; }
          header .sect1 .menu > ul > li .bg {
            width: 100vw;
            position: fixed;
            left: 0;
            top: 110px;
            z-index: 0;
            opacity: 0;
            visibility: hidden;
            background-color: #F6F6F6;
            transition: all .1s linear; }
            header .sect1 .menu > ul > li .bg ul {
              opacity: 0;
              visibility: hidden;
              padding: 10px 0; }
              header .sect1 .menu > ul > li .bg ul li {
                display: block;
                text-align: center;
                color: #9e9e9e;
                padding: 15px 0; }
          header .sect1 .menu > ul > li .sub-menu {
            position: absolute;
            top: 100%;
            z-index: 0;
            opacity: 0;
            visibility: hidden;
            padding: 10px 0;
            transition: all .1s linear; }
            header .sect1 .menu > ul > li .sub-menu li {
              display: block;
              text-align: center;
              color: #9e9e9e;
              padding: 15px 0;
              position: relative; }
              header .sect1 .menu > ul > li .sub-menu li:hover {
                color: #2A2A2A; }
                header .sect1 .menu > ul > li .sub-menu li:hover::after {
                  width: 100%; }
              header .sect1 .menu > ul > li .sub-menu li::after {
                position: absolute;
                bottom: 5px;
                left: 50%;
                transform: translateX(-50%);
                width: 0;
                height: 2px;
                background-color: #2A2A2A;
                content: '';
                display: block;
                transition: all .3s linear; }
    header .sect1 .contact {
      min-width: 30%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header .sect1 .contact img {
        height: 18px;
        width: auto;
        margin-left: 40px;
        cursor: pointer; }

.sect2 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 810px; }
  .sect2 .video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.sect3 {
  background-color: #fff;
  margin-top: 700px;
  padding: 80px 0; }
  .sect3 .tit {
    text-align: center;
    font-size: 40px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #333333; }
  .sect3 .content {
    width: 47%;
    min-width: 900px;
    text-align: center;
    margin: 10px auto 0;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #808080;
    line-height: 34px; }
  .sect3 .progress {
    width: 60%;
    min-width: 1150px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sect3 .progress img {
      width: 100px; }
    .sect3 .progress img:not(.arrow) {
      width: 148px;
      transition: scale .3s linear;
      cursor: pointer; }
      .sect3 .progress img:not(.arrow):hover {
        animation: twinkle 1s linear;
        scale: 1.1; }
@keyframes twinkle {
  0% {
    scale: 1; }
  20% {
    scale: 0.9; }
  40% {
    scale: 1; }
  60% {
    scale: 0.9; }
  80% {
    scale: 1; }
  100% {
    scale: 1.1; } }
.sect4 {
  background-color: #fff;
  position: relative; }
  .sect4 .swiper {
    --swiper-navigation-color: #333;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 15px;
    /* 设置按钮大小 */ }
    .sect4 .swiper .swiper-button-prev, .sect4 .swiper .swiper-button-next {
      width: 53px;
      height: 40px;
      background: #ffffff;
      border: 1px solid #ffffff; }
    .sect4 .swiper .swiper-button-prev {
      position: absolute;
      top: 91%;
      left: 46%; }
    .sect4 .swiper .swiper-button-next {
      position: absolute;
      top: 91%;
      right: 46%; }
  .sect4 .swiper-slide {
    position: relative;
    overflow: hidden;
    aspect-ratio: 96/70; }
    .sect4 .swiper-slide:hover .main-img {
      scale: 1.2; }
    .sect4 .swiper-slide:hover .mask {
      top: -100%; }
    .sect4 .swiper-slide:hover .desc {
      top: 0; }
    .sect4 .swiper-slide .main-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .3s linear .3s; }
    .sect4 .swiper-slide .mask {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      font-family: PingFang SC, PingFang SC-Medium;
      font-weight: 500;
      color: #ffffff;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #00000070;
      transition: all .3s linear; }
    .sect4 .swiper-slide .desc {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      transition: all .3s linear; }
      .sect4 .swiper-slide .desc .tit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        font-family: PingFang SC, PingFang SC-Medium;
        font-weight: 500;
        color: #ffffff;
        padding: 50px; }
        .sect4 .swiper-slide .desc .tit img {
          width: 45px;
          height: auto; }
      .sect4 .swiper-slide .desc .content {
        padding: 50px 60px;
        background-color: #CC9171;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff75;
        line-height: 32px; }
        .sect4 .swiper-slide .desc .content .c-tit {
          font-size: 40px;
          font-family: PingFang SC, PingFang SC-Bold;
          font-weight: 700;
          color: #ffffff;
          margin-bottom: 20px; }

.sect5 {
  background-color: #fff;
  padding: 80px 0 0; }
  .sect5 .tit {
    text-align: center;
    font-size: 40px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #333333; }
  .sect5 .img-box {
    width: 100%;
    height: 780px;
    margin-top: 30px;
    position: relative; }
    .sect5 .img-box:hover .type {
      height: 0; }
      .sect5 .img-box:hover .type .items {
        margin-top: 30px; }
    .sect5 .img-box .main-img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .sect5 .img-box .type {
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 120px;
      transition: height .3s linear; }
      .sect5 .img-box .type .items {
        width: 50%;
        margin: 0 auto;
        height: 80px;
        border-radius: 40px;
        font-size: 18px;
        font-family: PingFang SC, PingFang SC-Medium;
        font-weight: 500;
        color: #333333;
        background: linear-gradient(to right, #DB9A76, #FFE9DD);
        box-shadow: 0 0 6px #A28373;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s linear; }
        .sect5 .img-box .type .items .wrap {
          display: flex;
          justify-content: space-between;
          padding: 0 8px;
          align-items: center;
          background-color: #fff;
          width: calc(100% - 16px);
          height: calc(100% - 16px);
          border-radius: 40px;
          box-shadow: 0 0 4px #A28373; }
          .sect5 .img-box .type .items .wrap a {
            min-width: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: calc(100% - 16px);
            border-radius: 24px;
            transition: all .3s linear; }
            .sect5 .img-box .type .items .wrap a:hover {
              font-weight: 700;
              color: #fff;
              background-color: #cc9171; }
          .sect5 .img-box .type .items .wrap .act {
            font-weight: 700;
            color: #fff;
            background-color: #cc9171; }
    .sect5 .img-box .small-box {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      width: 50%;
      display: flex; }
      .sect5 .img-box .small-box .item {
        width: calc(25% - 1px);
        aspect-ratio: 240 /130;
        position: relative;
        margin-right: 1px; }
        .sect5 .img-box .small-box .item img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
        .sect5 .img-box .small-box .item .a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          font-family: PingFang SC, PingFang SC-Medium;
          font-weight: 500;
          color: #ffffff;
          background-color: #00000070;
          position: absolute;
          left: 0;
          top: 0;
          cursor: pointer; }

.sect6 {
  background-color: #232323;
  padding: 80px 0;
  position: relative; }
  .sect6 .wrap {
    height: 1660px;
    overflow-y: scroll;
    overflow-x: hidden; }
    .sect6 .wrap:hover .case {
      animation: translate 10s linear infinite; }
    .sect6 .wrap .case {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 395px;
      font-weight: 800;
      color: transparent;
      -webkit-text-stroke: 1px #ffffff20;
      z-index: 0;
      user-select: none; }
@keyframes translate {
  0% {
    left: 50%; }
  25% {
    left: 30%; }
  50% {
    left: 50%; }
  75% {
    left: 70%; }
  100% {
    left: 50%; } }
    .sect6 .wrap::-webkit-scrollbar {
      width: 0 !important; }
    .sect6 .wrap .item {
      height: 800px;
      margin: 70px auto 0;
      display: flex;
      width: 80%;
      min-width: 1500px; }
      .sect6 .wrap .item:hover .info .tit {
        transform: translateX(-150px);
        color: #CC9171; }
        .sect6 .wrap .item:hover .info .tit::before {
          background-color: #CC9171; }
      .sect6 .wrap .item:hover:nth-child(even) .info .tit {
        transform: translateX(150px);
        color: #CC9171; }
        .sect6 .wrap .item:hover:nth-child(even) .info .tit::after {
          background-color: #CC9171; }
      .sect6 .wrap .item:first-child {
        margin-top: 0; }
      .sect6 .wrap .item:nth-child(even) {
        flex-direction: row-reverse; }
        .sect6 .wrap .item:nth-child(even) .info .tit {
          text-align: right;
          justify-content: flex-end;
          transition: all .3s linear; }
          .sect6 .wrap .item:nth-child(even) .info .tit::before {
            width: 0; }
          .sect6 .wrap .item:nth-child(even) .info .tit::after {
            content: '';
            display: block;
            width: 140px;
            height: 6px;
            background: #cfcfcf;
            margin-left: 10px;
            transition: all .3s linear; }
        .sect6 .wrap .item:nth-child(even) .info .content {
          text-align: right; }
        .sect6 .wrap .item:nth-child(even) .info .btn-wrap {
          margin: 60px 0 0 auto; }
      .sect6 .wrap .item .img-box {
        width: 800px;
        height: 796px;
        flex-shrink: 0; }
        .sect6 .wrap .item .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .sect6 .wrap .item .info {
        padding: 100px 90px; }
        .sect6 .wrap .item .info .tit {
          width: 100%;
          font-size: 36px;
          font-family: PingFang SC, PingFang SC-Bold;
          font-weight: 700;
          color: #cfcfcf;
          display: flex;
          align-items: center;
          transition: all .3s linear; }
          .sect6 .wrap .item .info .tit::before {
            content: '';
            display: block;
            width: 140px;
            height: 6px;
            background: #cfcfcf;
            margin-right: 10px;
            transition: all .3s linear; }
        .sect6 .wrap .item .info .content {
          font-size: 16px;
          font-family: PingFang SC, PingFang SC-Medium;
          font-weight: 500;
          color: #a8a8a8;
          line-height: 32px;
          margin-top: 20px; }
        .sect6 .wrap .item .info .btn-wrap {
          position: relative;
          width: 240px;
          height: 60px;
          display: block;
          margin-top: 60px;
          border: 1px solid #cfcfcf; }
          .sect6 .wrap .item .info .btn-wrap:hover::before, .sect6 .wrap .item .info .btn-wrap:hover::after {
            width: 50%; }
          .sect6 .wrap .item .info .btn-wrap:hover .btn .txt {
            padding-right: 40px; }
          .sect6 .wrap .item .info .btn-wrap:hover .btn img {
            opacity: 1;
            width: 40px; }
          .sect6 .wrap .item .info .btn-wrap::before {
            height: 100%;
            width: 0;
            background-color: #CC9171;
            display: block;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            transition: all .3s linear; }
          .sect6 .wrap .item .info .btn-wrap::after {
            height: 100%;
            width: 0;
            background-color: #CC9171;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            transition: all .3s linear; }
          .sect6 .wrap .item .info .btn-wrap .btn {
            width: 240px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-family: PingFang SC, PingFang SC-Medium;
            font-weight: 500;
            color: #cfcfcf;
            position: relative;
            z-index: 10; }
            .sect6 .wrap .item .info .btn-wrap .btn .txt {
              transition: all .3s linear; }
            .sect6 .wrap .item .info .btn-wrap .btn img {
              width: 0;
              opacity: 0;
              transition: all .3s linear; }

.sect7 {
  background-color: #232323;
  padding: 80px 0 0; }
  .sect7 .tit {
    font-size: 60px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #cfcfcf; }
  .sect7 .items {
    display: flex;
    margin-top: 40px; }
    .sect7 .items .item {
      width: 25%;
      aspect-ratio: 48/49;
      position: relative; }
      .sect7 .items .item:hover .img img {
        animation: shake 1.5s linear; }
      .sect7 .items .item:hover .info {
        opacity: 0;
        visibility: hidden; }
@keyframes shake {
  0% {
    rotate: 0deg;
    scale: 1; }
  25% {
    rotate: -6deg; }
  50% {
    rotate: 0deg;
    scale: 1.3; }
  75% {
    rotate: 6deg; }
  100% {
    rotate: 0deg;
    scale: 1; } }
      .sect7 .items .item .img {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .sect7 .items .item .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all .3s linear; }
      .sect7 .items .item .info {
        width: 100%;
        height: 100%;
        background-color: #00000060;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all .3s linear; }
        .sect7 .items .item .info .i-tit {
          font-size: 30px;
          font-family: PingFang SC, PingFang SC-Medium;
          font-weight: 500;
          color: #ffffff; }
        .sect7 .items .item .info .desc {
          font-size: 16px;
          font-family: PingFang SC, PingFang SC-Medium;
          font-weight: 500;
          color: #d6d6d6;
          margin-top: 10px; }
        .sect7 .items .item .info .line {
          width: 69px;
          height: 1px;
          background-color: #fff;
          margin-top: 25px; }

footer {
  background-color: #373737;
  padding: 80px 0 0; }
  footer .sect8 {
    width: 84%;
    min-width: 1600px;
    margin: 0 auto; }
    footer .sect8 .info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 40px; }
      footer .sect8 .info .link {
        display: flex; }
        footer .sect8 .info .link ul {
          margin-right: 80px; }
          footer .sect8 .info .link ul li {
            font-size: 14px;
            font-family: PingFang SC, PingFang SC-Medium;
            font-weight: 500;
            color: #aaaaaa;
            margin-bottom: 15px; }
            footer .sect8 .info .link ul li:first-child {
              margin-bottom: 25px;
              font-size: 16px;
              font-family: PingFang SC, PingFang SC-Medium;
              font-weight: 500;
              color: #ffffff; }
      footer .sect8 .info .tel {
        font-size: 20px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: right;
        color: #b5b5b5; }
        footer .sect8 .info .tel .num {
          font-size: 50px;
          font-family: PingFang SC, PingFang SC-Light;
          font-weight: 600;
          color: #CC9171; }
    footer .sect8 .copy {
      border-top: 1px solid #484848;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 14px;
      font-family: PingFang SC, PingFang SC-Light;
      font-weight: 300;
      color: #9b9b9b;
      padding: 10px 0 20px; }
      footer .sect8 .copy .img-box {
        display: flex; }
        footer .sect8 .copy .img-box .social-img {
          margin-left: 40px;
          cursor: pointer;
          height: 50px;
          width: 50px;
          border-radius: 50%;
          position: relative; }
          footer .sect8 .copy .img-box .social-img:hover .hover {
            opacity: 1; }
          footer .sect8 .copy .img-box .social-img:hover .own {
            opacity: 0; }
          footer .sect8 .copy .img-box .social-img:hover .qr {
            opacity: 1;
            scale: 1;
            top: -140px; }
          footer .sect8 .copy .img-box .social-img .hover {
            opacity: 0; }
          footer .sect8 .copy .img-box .social-img .qr {
            opacity: 0;
            scale: 0;
            width: 130px;
            height: 130px;
            left: -40px; }
          footer .sect8 .copy .img-box .social-img img {
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            transition: all .3s linear; }

.r-fixed {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 9999;
  opacity: 1; }
  .r-fixed:hover {
    opacity: 1; }
  .r-fixed .item {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #000000;
    cursor: pointer; }
    .r-fixed .item img {
      width: 66px;
      height: 66px;
      margin-bottom: 6px; }
  .r-fixed .to-top img {
    width: 26px;
    height: auto; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1112;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  display: flex;
  align-items: center;
  justify-content: center; }
  .popup .wrap {
    width: 470px;
    position: relative; }
    .popup .wrap img {
      width: 100%;
      height: auto; }
    .popup .wrap .content {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      padding: 40px 50px; }
      .popup .wrap .content .r-1 {
        font-size: 27px;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        color: #985e3f; }
        .popup .wrap .content .r-1 span {
          font-size: 68px;
          font-weight: 600; }
      .popup .wrap .content .r-2 img {
        height: 68px;
        width: auto; }
      .popup .wrap .content .r-3 {
        display: flex;
        padding: 0 10px;
        justify-content: space-between;
        margin-top: 30px; }
        .popup .wrap .content .r-3 .item {
          font-size: 12px;
          font-family: PingFang SC, PingFang SC-Regular;
          font-weight: 400;
          color: #634d42;
          text-align: center; }
          .popup .wrap .content .r-3 .item img {
            width: 75px;
            height: auto;
            margin-bottom: 6px; }
      .popup .wrap .content .form {
        padding: 0 10px;
        margin-top: 50px; }
        .popup .wrap .content .form label {
          width: 100%;
          display: block;
          margin-bottom: 26px; }
          .popup .wrap .content .form label input {
            width: 100%;
            height: 54px;
            background: #ffffff;
            border: 1px solid #f1f1f1;
            padding: 0 26px;
            outline: none; }
        .popup .wrap .content .form button {
          width: 100%;
          height: 54px;
          background: #cc9171;
          border-radius: 0;
          border: none;
          outline: none;
          font-size: 16px;
          font-family: PingFang SC, PingFang SC-Regular;
          font-weight: 400;
          color: #ffffff; }
    .popup .wrap .popup-close {
      width: 34px;
      height: auto;
      position: absolute;
      right: -70px;
      top: 10px;
      cursor: pointer; }

.open-pop {
  cursor: pointer; }

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