.home {
  position: relative;
  width: 100%; }
  .home .banner {
    width: 100%;
    position: relative;
    max-height: 100vh;
    overflow: hidden; }
    .home .banner .bg {
      width: 100%; }
      .home .banner .bg img {
        width: 100%;
        display: block;
        object-fit: cover;
        max-height: 100vh; }
    .home .banner .text {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%); }
      .home .banner .text .t {
        color: #FFF;
        font-size: 5vw;
        font-weight: 600;
        font-style: italic;
        margin: 5vw 0; }
      .home .banner .text a {
        font-size: 1vw;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid white;
        padding: 1vw 2vw;
        transform: skewX(-5deg);
        border-radius: 5px;
        transition: all 600ms; }
        .home .banner .text a p {
          transform: skewX(5deg); }
        .home .banner .text a:hover {
          background-color: #C8161E;
          color: white;
          border-color: #C8161E; }
  .home .section1 {
    width: 80vw;
    margin: 5vw auto;
    text-align: center;
    position: relative; }
    .home .section1 .t {
      font-size: 2.5vw;
      font-weight: 700;
      text-transform: uppercase; }
    .home .section1 .des {
      color: #454545;
      font-size: 1.4vw;
      font-weight: 600;
      margin: 2vw auto; }
    .home .section1 .lp {
      color: rgba(69, 69, 69, 0.08);
      position: absolute;
      left: 5vw;
      top: -1vw;
      font-size: 7.5vw;
      font-weight: 600; }
    .home .section1 .rp {
      color: rgba(69, 69, 69, 0.08);
      position: absolute;
      right: 0;
      bottom: -3vw;
      font-size: 7.5vw;
      font-weight: 600; }
  .home .section2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #000; }
    .home .section2 .item {
      width: 35%;
      position: relative; }
      .home .section2 .item .bg {
        width: 100%;
        overflow: hidden; }
        .home .section2 .item .bg img {
          width: 100%;
          display: block;
          object-fit: cover;
          transition: all 600ms; }
      .home .section2 .item .text {
        position: absolute;
        left: 5%;
        width: 90%;
        text-align: center;
        top: 50%;
        transform: translateY(-50%); }
        .home .section2 .item .text .p1 {
          color: #FFF;
          font-size: 2.1vw;
          font-weight: 700;
          text-transform: uppercase;
          height: 5vw;
          display: flex;
          align-items: center;
          justify-content: center; }
        .home .section2 .item .text .p2 {
          color: #FFF;
          font-size: 1.4vw;
          font-weight: 500;
          margin: 3vw 0;
          text-transform: uppercase; }
        .home .section2 .item .text a {
          font-size: 1.26vw;
          font-weight: 700;
          color: white;
          text-transform: uppercase;
          display: inline-block;
          border: 1px solid white;
          padding: 1vw 2vw;
          transform: skewX(-5deg);
          border-radius: 5px;
          transition: all 600ms; }
          .home .section2 .item .text a p {
            transform: skewX(5deg); }
      .home .section2 .item:hover .bg img {
        transform: scale(1.05); }
      .home .section2 .item:hover .text a {
        background-color: #C8161E;
        color: white;
        border-color: #C8161E; }
  .home .section3 {
    width: 100%;
    position: relative; }
    .home .section3 .bg {
      width: 100%;
      overflow: hidden; }
      .home .section3 .bg img {
        width: 100%;
        display: block;
        object-fit: cover;
        transition: all 600ms; }
    .home .section3 .text {
      position: absolute;
      left: 5%;
      width: 90%;
      text-align: center;
      top: 50%;
      transform: translateY(-50%); }
      .home .section3 .text .p1 {
        color: #FFF;
        font-size: 2.1vw;
        font-weight: 700;
        text-transform: uppercase; }
      .home .section3 .text .p2 {
        color: #FFF;
        font-size: 1.4vw;
        font-weight: 500;
        margin: 2vw 0;
        text-transform: uppercase; }
      .home .section3 .text a {
        font-size: 1.26vw;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid white;
        padding: 1vw 2vw;
        transform: skewX(-5deg);
        border-radius: 5px;
        transition: all 600ms; }
    .home .section3:hover .bg img {
      transform: scale(1.05); }
    .home .section3:hover .text a {
      background-color: #C8161E;
      color: white;
      border-color: #C8161E; }
  .home .section4 {
    width: 80vw;
    margin: 4vw auto;
    text-align: center;
    color: #333;
    font-size: 3.5vw;
    font-weight: 600; }
  .home .section5 {
    width: 100%; }
    .home .section5 .pic {
      width: 100%;
      background-image: url(../images/h5.png);
      background-repeat: no-repeat;
      background-attachment: fixed;
      height: 600px;
      background-size: cover;
      background-position: center; }
    .home .section5 .txts {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .home .section5 .txts .item {
        width: 50%;
        padding: 6vw 0;
        position: relative;
        overflow: hidden; }
        .home .section5 .txts .item .p1 {
          color: #FFF;
          font-size: 3.2vw;
          font-weight: 700;
          text-transform: uppercase;
          text-align: center; }
        .home .section5 .txts .item .des {
          color: #FFF;
          font-size: 1.3vw;
          width: 80%;
          margin: 4vw auto;
          text-align: center;
          line-height: 1.5; }
        .home .section5 .txts .item img {
          width: 100%;
          display: block;
          height: 100%;
          object-fit: cover;
          position: absolute;
          left: 0;
          top: 0;
          transition: all 600ms; }
        .home .section5 .txts .item:hover img {
          transform: scale(1.05); }
      .home .section5 .txts .item:first-child {
        background: #3E3F2F; }
      .home .section5 .txts .item:nth-child(2) {
        background: #D2092B; }
      .home .section5 .txts .item:nth-child(3) {
        background: #18191D; }
  .home .section6 {
    background: #3E3F2F;
    padding: 8vw 0;
    position: relative; }
    .home .section6 .text {
      margin-left: 5vw;
      color: white; }
      .home .section6 .text .p1 {
        font-size: 3.2vw;
        text-transform: uppercase;
        font-weight: 600; }
      .home .section6 .text .p2 {
        color: rgba(255, 255, 255, 0.47);
        font-size: 2.1vw;
        font-weight: 500;
        margin: 2vw 0 3vw 0;
        text-transform: uppercase; }
      .home .section6 .text .des {
        color: #FFF;
        font-size: 1.26vw;
        width: 20vw;
        line-height: 1.5; }
      .home .section6 .text a {
        font-size: 0.9vw;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
        background-color: #C8161E;
        display: inline-block;
        padding: 1vw 2vw;
        transform: skewX(-5deg);
        border-radius: 5px;
        transition: all 600ms;
        margin-top: 4vw; }
        .home .section6 .text a p {
          transform: skewX(5deg); }
        .home .section6 .text a:hover {
          background-color: rgba(210, 9, 43, 0.8); }
    .home .section6 .pros {
      position: absolute;
      right: 0;
      top: 2vw;
      width: 65vw; }
      .home .section6 .pros .swiper-container {
        width: 100%; }
        .home .section6 .pros .swiper-container .swiper-wrapper .swiper-slide .pic {
          width: 100%; }
          .home .section6 .pros .swiper-container .swiper-wrapper .swiper-slide .pic img {
            width: 100%;
            object-fit: contain;
            max-height: 40vw; }
      .home .section6 .pros .prev {
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 10; }
      .home .section6 .pros .next {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 10; }
  .home .section7 {
    width: 100%;
    /*margin: 5vw 0;*/ }
    .home .section7 .d1 {
      display: flex;
      justify-content: space-between; }
      .home .section7 .d1 .pic {
        width: 65%;
        overflow: hidden;
        background-color: #000; }
        .home .section7 .d1 .pic img {
          width: 100%;
          display: block;
          object-fit: cover;
          transition: all 600ms; }
        .home .section7 .d1 .pic:hover img {
          transform: scale(1.05); }
      .home .section7 .d1 .r {
        width: 35%;
        background: #3E3F2F;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; }
        .home .section7 .d1 .r .p1 {
          color: #FFF;
          font-size: 2.1vw; }
        .home .section7 .d1 .r .des {
          color: #FFF;
          font-size: 0.9vw;
          width: 70%;
          margin: 2vw auto;
          line-height: 1.5; }
        .home .section7 .d1 .r a {
          font-size: 0.9vw;
          font-weight: 700;
          color: white;
          text-transform: uppercase;
          background-color: #C8161E;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 1vw 3vw;
          transform: skewX(-5deg);
          border-radius: 5px;
          transition: all 600ms; }
          .home .section7 .d1 .r a p {
            transform: skewX(5deg); }
          .home .section7 .d1 .r a svg {
            margin-left: 20px;
            display: block; }
          .home .section7 .d1 .r a:hover {
            background-color: rgba(210, 9, 43, 0.8); }
    .home .section7 .d2 {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .home .section7 .d2 .item {
        width: 50%;
        position: relative; }
        .home .section7 .d2 .item .bg {
          width: 100%;
          overflow: hidden; }
          .home .section7 .d2 .item .bg img {
            width: 100%;
            display: block;
            object-fit: cover;
            transition: all 600ms; }
        .home .section7 .d2 .item .text {
          position: absolute;
          left: 5%;
          top: 50%;
          transform: translateY(-50%);
          z-index: 10;
          width: 50%;
          color: white; }
          .home .section7 .d2 .item .text .p1 {
            font-size: 2.5vw;
            font-weight: 600; }
          .home .section7 .d2 .item .text .des {
            font-size: 1.26vw;
            line-height: 1.4;
            margin: 1.5vw 0; }
          .home .section7 .d2 .item .text a {
            font-size: 0.9vw;
            font-weight: 700;
            color: white;
            text-transform: uppercase;
            background-color: #C8161E;
            display: inline-block;
            padding: 1vw 2vw;
            transform: skewX(-5deg);
            border-radius: 5px;
            transition: all 600ms; }
            .home .section7 .d2 .item .text a p {
              transform: skewX(5deg); }
            .home .section7 .d2 .item .text a:hover {
              background-color: rgba(210, 9, 43, 0.8); }
        .home .section7 .d2 .item:hover .bg img {
          transform: scale(1.05); }
  .home .section_bg {
    position: relative;
    max-height: 100vh;
    overflow: hidden; }
    .home .section_bg .bg {
      width: 100%; }
      .home .section_bg .bg img {
        width: 100%;
        display: block;
        object-fit: cover;
        max-height: 100vh; }
    .home .section_bg .text {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%); }
      .home .section_bg .text .p1 {
        -webkit-text-stroke: 1px white;
        color: transparent;
        font-size: 8vw;
        font-weight: 400;
        font-style: italic;
        color: transparent;
        margin-bottom: 4vw; }
      .home .section_bg .text a {
        font-size: 1vw;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid white;
        padding: 1vw 2vw;
        transform: skewX(-5deg);
        border-radius: 5px;
        transition: all 600ms; }
        .home .section_bg .text a p {
          transform: skewX(5deg); }
        .home .section_bg .text a:hover {
          background-color: #C8161E;
          color: white;
          border-color: #C8161E; }
  @media screen and (max-width: 1024px) {
    .home {
      padding-top: 60px; }
      .home .banner .bg img {
        height: 100vh; }
      .home .banner .text .logo img {
        width: 80px; }
      .home .banner .text .t {
        font-size: 20px;
        margin: 30px 0; }
      .home .banner .text a {
        font-size: 14px;
        padding: 5px 10px; }
      .home .section1 {
        width: 90%;
        margin: 30px auto; }
        .home .section1 .lp {
          font-size: 40px;
          left: 0; }
        .home .section1 .rp {
          font-size: 40px; }
        .home .section1 .t {
          font-size: 18px; }
        .home .section1 .des {
          font-size: 12px;
          line-height: 1.6; }
      .home .section2 {
        width: 100%;
        flex-direction: column; }
        .home .section2 .item {
          width: 100%; }
          .home .section2 .item .text .p1 {
            font-size: 24px;
            height: 60px; }
          .home .section2 .item .text .p2 {
            font-size: 18px;
            margin: 20px 0; }
          .home .section2 .item .text a {
            font-size: 14px;
            padding: 5px 10px; }
      .home .section3 .bg img {
        height: 300px; }
      .home .section3 .text .p1 {
        font-size: 24px; }
      .home .section3 .text .p2 {
        font-size: 18px;
        margin: 20px 0; }
      .home .section3 .text a {
        font-size: 14px;
        padding: 5px 10px; }
      .home .section4 {
        width: 90%;
        margin: 30px auto;
        font-size: 18px; }
      .home .section5 .pic {
        height: 200px; }
      .home .section5 .txts .item {
        width: 100%;
        padding: 40px 0; }
        .home .section5 .txts .item .p1 {
          font-size: 18px; }
        .home .section5 .txts .item .des {
          font-size: 14px; }
      .home .section5 .txts .item:last-child {
        height: 120px; }
      .home .section6 {
        padding: 40px 0; }
        .home .section6 .text .p1 {
          font-size: 24px; }
        .home .section6 .text .p2 {
          font-size: 18px;
          margin: 20px 0; }
        .home .section6 .text .des {
          font-size: 14px;
          width: 60%; }
        .home .section6 .text a {
          font-size: 14px;
          padding: 5px 10px; }
        .home .section6 .pros {
          position: relative;
          width: 100%;
          margin: 30px 0; }
      .home .section7 .d1 {
        flex-direction: column; }
        .home .section7 .d1 .pic {
          width: 100%; }
        .home .section7 .d1 .r {
          width: 100%;
          padding: 30px 0; }
          .home .section7 .d1 .r .p1 {
            font-size: 20px; }
          .home .section7 .d1 .r .des {
            font-size: 14px;
            width: 90%;
            margin: 20px auto; }
          .home .section7 .d1 .r a {
            font-size: 14px;
            padding: 5px 10px; }
      .home .section7 .d2 {
        flex-direction: column; }
        .home .section7 .d2 .item {
          width: 100%; }
          .home .section7 .d2 .item .bg img {
            min-height: 200px; }
          .home .section7 .d2 .item .text {
            width: 90%; }
            .home .section7 .d2 .item .text .p1 {
              font-size: 20px; }
            .home .section7 .d2 .item .text .des {
              font-size: 14px;
              width: 70%;
              margin: 10px 0; }
            .home .section7 .d2 .item .text a {
              font-size: 14px;
              padding: 5px 10px; }
      .home .section_bg .bg img {
        height: 100vh; }
      .home .section_bg .text .p1 {
        margin-bottom: 40px;
        font-size: 30px; }
      .home .section_bg .text a {
        font-size: 14px;
        padding: 5px 10px; } }

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