.index_contact {
    height: 100vh;
    position: relative;
    z-index: 2;
}

.index_contact .fp-tableCell {
    height: 100vh;
}

.index_contact .bg {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.index_contact .content {
    width: 50%;
    height: 100%;
    background: #63060D;
    border-radius: 0px 150px 150px 0px;
    position: relative;
    z-index: 56;
    display: flex;
    align-items: center;
}

.index_contact .content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 98.7%;
    height: 100%;
    background: #831820;
    border-radius: 0px 150px 150px 0px;
    z-index: -1;
}

.index_contact .content .joke {
    margin: 0 0 0 21%;
}

.index_contact .content .joke .title {
    font-weight: bold;
    font-size: 40px;
    color: #FFFEFE;
    margin: 0 0 66px;
}

.index_contact .content .joke .flex .item {
    display: flex;
    align-items: center;
}

.index_contact .content .joke .flex .item:not(:last-child) {
    margin: 0 0 40px;
}

.index_contact .content .joke .flex .item .circle {
    width: 68px;
    height: 68px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
}

.index_contact .content .joke .flex .item .circle .iconfont {
    color: #831820;
    font-size: 40px;
}

.index_contact .content .joke .flex .item .text p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFEFE;
    margin: 0 0 10px;
    line-height: 12px;
}

.index_contact .content .joke .flex .item .text h5 {
    font-weight: 500;
    font-size: 26px;
    color: #FFFEFE;
}

.index_contact .content .joke .more {
    width: 181px;
    height: 56px;
    background: rgba(255, 255, 255, 0);
    border-radius: 28px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 76px 0 0 0;
}

@media screen and (max-width: 1402px) {
    .index_contact .content .joke {
        margin: 0 0 0 15%;
    }

    .index_contact .content .joke .title {
        font-size: 30px;
    }

    .index_contact .content .joke .flex .item .circle {
        width: 60px;
        height: 60px;
    }

    .index_contact .content .joke .flex .item .circle .iconfont {
        font-size: 30px;
    }

    .index_contact .content .joke .flex .item .text h5 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .index_contact {
        height: auto !important;
    }

    .index_contact .fp-tableCell {
        height: auto !important;
    }

    .index_contact .bg {
        display: none;
        position: static;
    }

    .index_contact .bg.bg_sj {
        display: block !important;
    }

    .index_contact .content {
        width: 100%;
        border-radius: 0;
        padding: 35px 0;
    }

    .index_contact .content:after {
        border-radius: 0;
        width: 100%;
    }

    .index_contact .content .joke {
        margin: 0 0 0 5%;
    }

    .index_contact .content .joke .title {
        font-size: 20px;
        margin: 0 0 30px;
    }

    .index_contact .content .joke .flex .item .circle {
        width: 50px;
        height: 50px;
    }

    .index_contact .content .joke .flex .item .circle .iconfont {
        font-size: 20px;
    }

    .index_contact .content .joke .flex .item .text p {
        font-size: 13px;
    }

    .index_contact .content .joke .flex .item .text h5 {
        font-size: 16px;
    }

    .index_contact .content .joke .more {
        margin: 51px 0 0 0;
        width: 156px;
        height: 50px;
        font-size: 14px;
    }
}

/*# sourceMappingURL=index.css.map */
.section{
  width: 100%;
  height: 100vh;
}
.sec_2_last{
    background: #F5F6FA;
  .wrap{
    width: 1650px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 90%;
    .title{
      text-align: center;
      margin: 0 0 62px;
      h1{
        font-weight: bold;
        font-size: 36px;
        color: #000000;
        margin: 0 0 24px;
      }
      p{
        font-weight: 400;
        font-size: 16px;
        color: #333333;
      }
    }
    .content{
      position: relative;
      .button{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        .circle{
          width: 60px;
          height: 60px;
          background: rgba(148, 7, 10,.1);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          transition: all.3s ease;
          &:first-child{
            transform: rotate(180deg);
          }
          svg{
            width: 25px;
            height: 25px;
            fill: #fff;
            path{
              fill: #fff;
            }
          }
          &:hover{
            background: #94070A;
          }
        }
      }
      .swiper{
        width: 1490px;
        margin: auto;
        padding: 20px 30px;
        .swiper-slide{
          .item{
            width: 100%;
            height: 232px;
            background: #FEFDFD;
            box-shadow: 5px 9px 30px 0px rgba(6,24,101,0.04);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            &:not(:last-child) {
              margin: 0 0 40px;
            }
            p{
              width: fit-content;
              margin: auto;
              font-weight: 500;
              font-size: 20px;
              color: #333333;
              position: relative;
              &:after{
                content: attr(data-text);
                position: absolute;
                left: 100%;
                top: 0;
                font-weight: 500;
                font-size: 8px;
                color: #333333;
              }
            }
            .icon{
              margin: 40px auto 0;
              width: 124px;
              height: 48px;
              display: flex;
              align-items: center;
              justify-content: center;
              img{
                max-width: 100%;
                max-height: 100%;
              }
            }
          }
        }
      }

      .line{
        width: 254px;
        height: 2px;
        background: rgba(0,0,0,.1);
        margin: 50px auto 0;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        div{
          width: 50%;
          height: 100%;
          background: #94070A;
          transition: 1s;
        }
      }
    }
  }
}

@media screen and (max-width: 1845px) {
  .sec_2_last .wrap .content .swiper{
    width: 87%;
  }
}
@media screen and (max-width: 1485px) {
  .sec_2_last .wrap .content .swiper .swiper-slide .item p{
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .section{
    height: auto;
  }
  .sec_2_last .wrap{
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: auto;
    padding: 50px 0;
  }
  .sec_2_last .wrap .title{
    margin: 0 0 36px;

  }
  .sec_2_last .wrap .title h1{
    font-size: 24px;
  }
  .sec_2_last .wrap .title p{
    font-size: 14px;
  }
  .sec_2_last .wrap .content .swiper{
    width: 75%;
  }
  .sec_2_last .wrap .content .swiper .swiper-slide .item .icon{
    width: 106px;
    height: 40px;
  }
  .sec_2_last .wrap .content .button .circle{
    width: 40px;
    height: 40px;
  }
  .sec_2_last .wrap .content .button .circle svg{
    width: 15px;
    height: 15px;
  }
  .sec_2_last .wrap .content .line{
    position: static;
    transform: none;
  }
}
