.construct .wrap {
    width: 1600px;
    margin: 117px auto 97px;
}

.construct .wrap .title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 48px;
}

.construct .wrap .title .iconfont {
    color: #CF000D;
    font-size: 36px;
    margin: 0 18px 0 0;
}

.construct .wrap .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
}

.construct .wrap .content {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.construct .wrap .content .img {
    width: 798px;
}

.construct .wrap .content .img .img_swiper {
    width: 100%;
}

.construct .wrap .content .img .img_swiper .swiper-slide {
    overflow: hidden;
}

.construct .wrap .content .img .img_swiper .swiper-slide .slide-inner {
    width: 100%;
}

.construct .wrap .content .img .img_swiper .swiper-slide .slide-inner img {
    width: 100%;
}

.construct .wrap .content .red {
    width: 802px;
    background: #CF000D;
    padding: 86px 56px 48px 56px;
}

.construct .wrap .content .red .swiper {
    width: 100%;
}

.construct .wrap .content .red .swiper .swiper-slide .headline h1 {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 21px;
}

.construct .wrap .content .red .swiper .swiper-slide .headline .time {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.construct .wrap .content .red .swiper .swiper-slide .line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: 32px 0 30px 0;
}

.construct .wrap .content .red .swiper .swiper-slide .text {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    max-height: 225px;
    overflow-y: scroll;
}

.construct .wrap .content .red .swiper-pagination {
    width: fit-content;
    display: flex;
    align-items: center;
    position: static;
    margin: 55px 0 0 0;
}

.construct .wrap .content .red .swiper-pagination span {
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1 !important;
    transition: 0.6s;
    margin: 0 14px 0 0;
}

.construct .wrap .content .red .swiper-pagination span:last-child {
    margin: 0;
}

.construct .wrap .content .red .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}

.construct .wrap .matter {
    width: 100%;
    margin: 40px 0 0 0;
    position: relative;
}

.construct .wrap .matter .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 112%;
    display: flex;
    justify-content: space-between;
}

.construct .wrap .matter .button .iconfont {
    width: 52px;
    height: 52px;
    background: rgba(241, 244, 247, 0);
    border: 1px solid rgba(51, 51, 51, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    color: #333333;
    font-size: 24px;
    cursor: pointer;
    transition: 0.7s;
}

.construct .wrap .matter .button .iconfont:nth-child(2) {
    transform: rotate(180deg);
}

.construct .wrap .matter .button .iconfont:hover {
    background: #CF000D;
    color: #fff;
    border: 1px solid #CF000D;
}

.construct .wrap .matter .small_swiper {
    width: 1630px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.construct .wrap .matter .small_swiper .swiper-slide {
    width: 380px;
    padding: 0 15px 20px 15px;
}

.construct .wrap .matter .small_swiper .item {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
    cursor: pointer;
}

.construct .wrap .matter .small_swiper .item .img {
    width: 100%;
}

.construct .wrap .matter .small_swiper .item .img img {
    width: 100%;
}

.construct .wrap .matter .small_swiper .item .text {
    width: 100%;
    background: #FFFFFF;
    padding: 34px 20px 40px 20px;
    transition: 0.8s;
}

.construct .wrap .matter .small_swiper .item .text h5 {
    font-size: 19px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 23px;
    transition: 0.8s;
}

.construct .wrap .matter .small_swiper .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    transition: 0.8s;
}

.construct .wrap .matter .small_swiper .item:hover .text {
    background: #CF000D;
}

.construct .wrap .matter .small_swiper .item:hover h5, .construct .wrap .matter .small_swiper .item:hover p {
    color: #fff;
}

.construct2 {
    background: #F5F5F5;
}

.construct2 .wrap {
    width: 1600px;
    margin: 92px auto 119px;
}

.construct2 .wrap .title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 48px;
}

.construct2 .wrap .title .iconfont {
    color: #CF000D;
    font-size: 36px;
    margin: 0 18px 0 0;
}

.construct2 .wrap .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
}

.construct2 .wrap .content {
    position: relative;
    width: 100%;
}

.construct2 .wrap .content .swiper {
    width: 1790px;
}

.construct2 .wrap .content .swiper .swiper-slide {
    width: 570px;
    margin: 0 40px 0 0;
}

.construct2 .wrap .content .swiper .swiper-slide .item {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.construct2 .wrap .content .swiper .swiper-slide .item .img {
    width: 320px;
}

.construct2 .wrap .content .swiper .swiper-slide .item .img img {
    width: 100%;
}

.construct2 .wrap .content .swiper .swiper-slide .item .text {
    width: 250px;
    background: #FFFFFF;
    padding: 121px 5px 0 23px;
}

.construct2 .wrap .content .swiper .swiper-slide .item .text p {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.construct2 .wrap .content .line {
    width: 100%;
    height: 4px;
    background: #E7E7E7;
    margin: 60px 0 0 0;
}

.construct2 .wrap .content .line div {
    width: 0;
    height: 4px;
    background: #CF000D;
    transition: 1.2s;
}

@media screen and (max-width: 1920px) {
    .construct .wrap {
        width: 83.3333333333vw;
        margin: 6.09375vw auto 5.0520833333vw;
    }

    .construct .wrap .title {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 2.5vw;
    }

    .construct .wrap .title .iconfont {
        color: #CF000D;
        font-size: 1.875vw;
        margin: 0 0.9375vw 0 0;
    }

    .construct .wrap .title h1 {
        font-size: 2.0833333333vw;
        font-weight: bold;
        color: #000000;
    }

    .construct .wrap .content {
        display: flex;
        border-radius: 0.5208333333vw;
        overflow: hidden;
    }

    .construct .wrap .content .img {
        width: 41.5625vw;
    }

    .construct .wrap .content .img .img_swiper {
        width: 100%;
    }

    .construct .wrap .content .img .img_swiper .swiper-slide {
        overflow: hidden;
    }

    .construct .wrap .content .img .img_swiper .swiper-slide .slide-inner {
        width: 100%;
    }

    .construct .wrap .content .img .img_swiper .swiper-slide .slide-inner img {
        width: 100%;
    }

    .construct .wrap .content .red {
        width: 41.7708333333vw;
        background: #CF000D;
        padding: 4.479166666666667vw 2.9166666667vw 2.5vw 2.9166666667vw;
    }

    .construct .wrap .content .red .swiper {
        width: 100%;
    }

    .construct .wrap .content .red .swiper .swiper-slide .headline h1 {
        font-size: 1.3541666667vw;
        font-weight: bold;
        color: #FFFFFF;
        margin: 0 0 1.09375vw;
    }

    .construct .wrap .content .red .swiper .swiper-slide .headline .time {
        font-size: 0.8333333333vw;
        font-weight: 400;
        color: #FFFFFF;
    }

    .construct .wrap .content .red .swiper .swiper-slide .line {
        width: 100%;
        height: 0.0520833333vw;
        background: rgba(255, 255, 255, 0.5);
        margin: 1.6666666667vw 0 1.5625vw 0;
    }

    .construct .wrap .content .red .swiper .swiper-slide .text {
        font-size: 1.1458333333vw;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.6666666667vw;
        height: 11.71875vw;
    }

    .construct .wrap .content .red .swiper-pagination {
        width: fit-content;
        display: flex;
        align-items: center;
        position: static;
        margin: 2.864583333333333vw 0 0 0;
    }

    .construct .wrap .content .red .swiper-pagination span {
        width: 0.46875vw;
        height: 0.46875vw;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        opacity: 1 !important;
        transition: 0.6s;
        margin: 0 0.7291666667vw 0 0;
    }

    .construct .wrap .content .red .swiper-pagination span:last-child {
        margin: 0;
    }

    .construct .wrap .content .red .swiper-pagination span.swiper-pagination-bullet-active {
        background: #fff;
    }

    .construct .wrap .matter {
        width: 100%;
        margin: 2.0833333333vw 0 0 0;
        position: relative;
    }

    .construct .wrap .matter .button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        width: 112%;
        display: flex;
        justify-content: space-between;
    }

    .construct .wrap .matter .button .iconfont {
        width: 2.7083333333vw;
        height: 2.7083333333vw;
        background: rgba(241, 244, 247, 0);
        border: 0.0520833333vw solid rgba(51, 51, 51, 0.5);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
        color: #333333;
        font-size: 1.25vw;
        cursor: pointer;
        transition: 0.7s;
    }

    .construct .wrap .matter .button .iconfont:nth-child(2) {
        transform: rotate(180deg);
    }

    .construct .wrap .matter .button .iconfont:hover {
        background: #CF000D;
        color: #fff;
        border: 0.0520833333vw solid #CF000D;
    }

    .construct .wrap .matter .small_swiper {
        width: 84.8958333333vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .construct .wrap .matter .small_swiper .swiper-slide {
        width: 19.7916666667vw;
        padding: 0 0.78125vw 1.0416666667vw 0.78125vw;
    }

    .construct .wrap .matter .small_swiper .item {
        width: 100%;
        border-radius: 0.5208333333vw;
        overflow: hidden;
        display: block;
        box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
        cursor: pointer;
    }

    .construct .wrap .matter .small_swiper .item .img {
        width: 100%;
    }

    .construct .wrap .matter .small_swiper .item .img img {
        width: 100%;
    }

    .construct .wrap .matter .small_swiper .item .text {
        width: 100%;
        background: #FFFFFF;
        padding: 1.7708333333vw 1.0416666667vw 2.0833333333vw 1.0416666667vw;
        transition: 0.8s;
    }

    .construct .wrap .matter .small_swiper .item .text h5 {
        font-size: 0.9895833333vw;
        font-weight: bold;
        color: #333333;
        margin: 0 0 1.1979166667vw;
        transition: 0.8s;
    }

    .construct .wrap .matter .small_swiper .item .text p {
        font-size: 0.8333333333vw;
        font-weight: 400;
        color: #333333;
        transition: 0.8s;
    }

    .construct .wrap .matter .small_swiper .item:hover .text {
        background: #CF000D;
    }

    .construct .wrap .matter .small_swiper .item:hover h5, .construct .wrap .matter .small_swiper .item:hover p {
        color: #fff;
    }

    .construct2 {
        background: #F5F5F5;
    }

    .construct2 .wrap {
        width: 83.3333333333vw;
        margin: 4.7916666667vw auto 6.1979166667vw;
    }

    .construct2 .wrap .title {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 2.5vw;
    }

    .construct2 .wrap .title .iconfont {
        color: #CF000D;
        font-size: 1.875vw;
        margin: 0 0.9375vw 0 0;
    }

    .construct2 .wrap .title h1 {
        font-size: 2.0833333333vw;
        font-weight: bold;
        color: #000000;
    }

    .construct2 .wrap .content {
        position: relative;
        width: 100%;
    }

    .construct2 .wrap .content .swiper {
        width: 93.2291666667vw;
    }

    .construct2 .wrap .content .swiper .swiper-slide {
        width: 29.6875vw;
        margin: 0 2.0833333333vw 0 0;
    }

    .construct2 .wrap .content .swiper .swiper-slide .item {
        border-radius: 0.5208333333vw;
        overflow: hidden;
        display: flex;
    }

    .construct2 .wrap .content .swiper .swiper-slide .item .img {
        width: 16.6666666667vw;
    }

    .construct2 .wrap .content .swiper .swiper-slide .item .img img {
        width: 100%;
    }

    .construct2 .wrap .content .swiper .swiper-slide .item .text {
        width: 13.0208333333vw;
        background: #FFFFFF;
        padding: 6.3020833333vw 0.2604166667vw 0 1.1979166667vw;
    }

    .construct2 .wrap .content .swiper .swiper-slide .item .text p {
        font-size: 1.0416666667vw;
        font-weight: 400;
        color: #333333;
        line-height: 1.3541666667vw;
    }

    .construct2 .wrap .content .line {
        width: 100%;
        height: 0.2083333333vw;
        background: #E7E7E7;
        margin: 3.125vw 0 0 0;
    }

    .construct2 .wrap .content .line div {
        width: 0;
        height: 0.2083333333vw;
        background: #CF000D;
        transition: 1.2s;
    }
}

/*# sourceMappingURL=construct.css.map */

@media screen and (max-width: 1024px) {
  .construct .wrap{
    width: 90%;
    margin: 65px auto;
  }
  .construct .wrap .title h1{
    font-size: 24px;
  }
  .construct .wrap .title .iconfont{
    font-size: 24px;
  }
  .construct .wrap .title{
    margin: 0 0 30px;
  }
  .construct .wrap .content .img {
    width: 50%;
  }
  .construct .wrap .content .red{
    width: 50%;
    padding: 4% 3% 0 3%;
  }
  .construct .wrap .content .red .swiper .swiper-slide .headline h1{
    font-size: 20px;
    margin: 0 0 10px;
  }
  .construct .wrap .content .red .swiper .swiper-slide .headline .time{
    font-size: 14px;
  }
  .construct .wrap .content .red .swiper .swiper-slide .text{
    font-size: 13px;
    line-height: 25px;
  }
  .construct .wrap .content .red .swiper-pagination{
    margin: 22px 0 0 0;
  }
  .construct .wrap .content .red .swiper-pagination span{
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
  }
  .construct .wrap .matter{
    margin: 30px 0 0 0;
  }
  .construct .wrap .matter .small_swiper{
    margin: unset;
    width: 89%;
  }
  .construct .wrap .matter .button .iconfont{
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .construct .wrap .matter .button{
    width: 102%;
    top: 42%;
  }
  .construct .wrap .matter .small_swiper .swiper-slide {
    padding: 0 15px 20px 15px;
  }
  .construct .wrap .matter .small_swiper .item .text h5{
    font-size: 16px;
    margin: 0 0 7px;
  }
  .construct .wrap .matter .small_swiper .item .text p{
    font-size: 12px;
  }
  .construct2 .wrap .title h1{
    font-size: 24px;
  }
  .construct2 .wrap .title .iconfont{
    font-size: 24px;
  }
  .construct2 .wrap .content .swiper .swiper-slide .item .text p{
    font-size: 16px;
    line-height: 1.3;
  }
  .construct2 .wrap .title{
    margin: 0 0 25px;
  }
  .construct2 .wrap .content .swiper .swiper-slide{

  }
  .construct2 .wrap .content .line{
    height: 1px;
    margin: 25px 0 0 0 ;
  }
  .construct2 .wrap .content .swiper .swiper-slide .item .img{
    width: 60%;
  }
  .construct2 .wrap .content .swiper .swiper-slide .item .text{
    width: 44%;
    padding: 80px 0 0 20px;
  }
  .construct2 .wrap .content .swiper .swiper-slide{
    width: 420px;
    margin: 0 20px 0 0;
  }
  .construct2 .wrap{
    width: 90%;
  }
  .construct2 .wrap .content .swiper {
    width: 107%;
  }
}
@media screen and (max-width: 767px) {
    .construct .wrap {
        margin: 30px auto;
    }
    .construct .wrap .content{
        flex-direction: column;
    }
    .construct .wrap .content .img {
        width: 100%;
    }
    .construct .wrap .content .red {
        width: 100%;
        padding: 7% 5%;
    }
    .construct .wrap .content .red .swiper .swiper-slide .headline .time {
        font-size: 13px;
    }
    .construct .wrap .content .red .swiper .swiper-slide .text{
        margin: 18px 0 0 0;
    }
    .construct .wrap .content .red .swiper .swiper-slide .line{
        margin: 15px 0;
    }
    .construct .wrap .matter .small_swiper {
        width: 100%;
    }
    .construct .wrap .matter .small_swiper .swiper-slide{
        padding: 0;
    }
    .construct .wrap .matter {
        margin: 18px 0 0 0;
    }
    .construct .wrap .matter .button{
        position: static;
        transform: none;
        width: 120px;
        margin: 10px auto 0;
    }
    .construct .wrap .matter .small_swiper .item{
        box-shadow: none;
    }
    .construct .wrap .matter .small_swiper .item .text{
        padding: 20px 0;
    }
    .construct2 .wrap{
        margin: 40px auto;
    }
    .construct2 .wrap .content .swiper .swiper-slide{
        width: 100%;
    }
    .construct2 .wrap .content .swiper {
        width: 100%;
    }
    .construct2 .wrap .content .swiper .swiper-slide .item{
        flex-direction: column;
    }
    .construct2 .wrap .content .swiper .swiper-slide .item .img{
        width: 100%;
    }
    .construct2 .wrap .content .swiper .swiper-slide .item .text {
        width: 100%;
        padding: 10% 5%;
    }
}