.sec1 .wrap {
    width: 1440px;
    margin: 0 auto;
    padding: 100px 0
}

.sec1 .wrap .describe {
    margin-bottom: 60px
}

.sec1 .wrap .describe p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-indent: 2em
}

.sec1 .wrap .box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px
}

.sec1 .wrap .box .item .img {
    width: 640px
}

.sec1 .wrap .box .item .img img {
    display: block;
    width: 100%
}

.sec1 .wrap .box .item .text {
    width: 720px
}

.sec1 .wrap .box .item .text h5 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    line-height: 1;
    margin-bottom: 40px;
    position: relative
}

.sec1 .wrap .box .item .text h5:after {
    content: "";
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #C8161D, #EBA011);
    box-shadow: 4px 4px 15px 0px rgba(82, 0, 7, 0.2);
    position: absolute;
    left: 0;
    bottom: -12px
}

.sec1 .wrap .box .item .text p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-indent: 2em
}

.sec1 .wrap .box .item:nth-child(2n) {
    flex-direction: row-reverse
}
@media screen and (max-width: 1920px) {
    .sec1 .wrap {
        width: 75vw;
        padding: 5.20833333vw 0;
      }
      .sec1 .wrap .describe {
        margin-bottom: 3.125vw;
      }
      .sec1 .wrap .describe p {
        font-size: 0.9375vw;
        line-height: 1.875vw;
      }
      .sec1 .wrap .box .item {
        margin-bottom: 4.16666667vw;
      }
      .sec1 .wrap .box .item .img {
        width: 33.33333333vw;
      }
      .sec1 .wrap .box .item .text {
        width: 37.5vw;
      }
      .sec1 .wrap .box .item .text h5 {
        font-size: 1.04166667vw;
        margin-bottom: 2.08333333vw;
      }
      .sec1 .wrap .box .item .text h5:after {
        width: 2.08333333vw;
        height: 0.10416667vw;
        box-shadow: 0.20833333vw 0.20833333vw 0.78125vw 0px rgba(82, 0, 7, 0.2);
        bottom: -0.625vw;
      }
      .sec1 .wrap .box .item .text p {
        font-size: 0.9375vw;
        line-height: 1.875vw;
      }
      
}

@media screen and (max-width: 1024px) {
    .sec1 .wrap{
        width: 90%;
    }
    .sec1 .wrap .describe p{
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* .sec1 .wrap .box .item .img,
    .sec1 .wrap .box .item .text{
        width: 49%;
    } */
    .sec1 .wrap .box .item .text h5{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sec1 .wrap .box .item .text h5:after{
        width: 30px;
        height: 2px;
        bottom: -10px;
    }
    .sec1 .wrap .box .item .text p{
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 .wrap .box .item{
        flex-direction: column;
        margin-bottom: 40px;
    }

    .sec1 .wrap .box .item .img,
    .sec1 .wrap .box .item .text{
        width: 100%;
    }
    .sec1 .wrap .box .item .img{
        margin-bottom: 20px;
    }
    .sec1 .wrap .box .item:nth-child(2n){
        flex-direction: column;
    }
}


@media screen and (max-width: 540px) {
    .sec1 .wrap{
        padding: 40px 0;
    }
    .sec1 .wrap .box .item .text h5 {
        font-size: 16px;
    }
}