.sec1 .wrap {
    width: 1440px;
    margin: 0 auto;
    padding: 100px 0 110px
}

.sec1 .wrap .wrapLogo {
    width: 61px;
    height: 61px;
    margin: 0 auto
}

.sec1 .wrap .flex {
    display: flex;
    padding: 40px 0 50px;
    position: relative
}

.sec1 .wrap .flex:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #E6E6E6;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.sec1 .wrap .flex:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #C9161E;
    border-radius: 50%;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%)
}

.sec1 .wrap .flex .r,
.sec1 .wrap .flex .l {
    width: 50%
}

.sec1 .wrap .flex .r .item,
.sec1 .wrap .flex .l .item {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px 0 0;
    border-top: 1px solid #C9161E;
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.sec1 .wrap .flex .r .item .text p,
.sec1 .wrap .flex .l .item .text p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 40px
}

.sec1 .wrap .flex .r .item h5,
.sec1 .wrap .flex .l .item h5 {
    font-weight: 400;
    font-size: 24px;
    color: #C9161E;
    line-height: 40px
}

.sec1 .wrap .flex .r .item .iconfont,
.sec1 .wrap .flex .l .item .iconfont {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    font-size: 16px;
    color: #C9161E;
    background: #FFFFFF;
    width: 16px;
    height: 16px
}

.sec1 .wrap .flex .r .item .iconfont img,
.sec1 .wrap .flex .l .item .iconfont img {
    width: 16px;
    display: block;
    height: 16px
}

.sec1 .wrap .flex .r .item .iconfont:after,
.sec1 .wrap .flex .l .item .iconfont:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #C9161E;
    z-index: 10
}

.sec1 .wrap .flex .r {
    padding: 60px 0 0
}

.sec1 .wrap .flex .r .item {
    padding: 20px 0 0 50px;
    flex-direction: row-reverse
}

.sec1 .wrap .flex .r .item .text p {
    text-align: right
}

.sec1 .wrap .flex .r .item .iconfont {
    left: 0;
    transform: translate(-50%, -50%)
}


@media screen and (max-width: 1920px) {
    .sec1 .wrap {
        width: 75vw;
        padding: 5.20833333vw 0 5.72916667vw;
      }
      .sec1 .wrap .wrapLogo {
        width: 3.17708333vw;
        height: 3.17708333vw;
      }
      .sec1 .wrap .flex {
        padding: 2.08333333vw 0 2.60416667vw;
      }
      .sec1 .wrap .flex:after {
        width: 0.05208333vw;
      }
      .sec1 .wrap .flex:before {
        width: 0.57291667vw;
        height: 0.57291667vw;
      }
      .sec1 .wrap .flex .r .item,
      .sec1 .wrap .flex .l .item {
        padding: 1.04166667vw 2.60416667vw 0 0;
        border-top: 0.05208333vw solid #C9161E;
        margin-bottom: 2.08333333vw;
      }
      .sec1 .wrap .flex .r .item .text p,
      .sec1 .wrap .flex .l .item .text p {
        font-size: 0.83333333vw;
        line-height: 2.08333333vw;
      }
      .sec1 .wrap .flex .r .item h5,
      .sec1 .wrap .flex .l .item h5 {
        font-size: 1.25vw;
        line-height: 2.08333333vw;
      }
      /* .sec1 .wrap .flex .r .item .iconfont,
      .sec1 .wrap .flex .l .item .iconfont {
        font-size: 0.83333333vw;
        width: 0.83333333vw;
        height: 0.83333333vw;
      }
      .sec1 .wrap .flex .r .item .iconfont img,
      .sec1 .wrap .flex .l .item .iconfont img {
        width: 0.83333333vw;
        height: 0.83333333vw;
      }
      .sec1 .wrap .flex .r .item .iconfont:after,
      .sec1 .wrap .flex .l .item .iconfont:after {
        width: 0.20833333vw;
        height: 0.20833333vw;
      } */
      .sec1 .wrap .flex .r {
        padding: 3.125vw 0 0;
      }
      .sec1 .wrap .flex .r .item {
        padding: 1.04166667vw 0 0 2.60416667vw;
      }
      
}
@media screen and (max-width: 1024px) {
    .sec1 .wrap{
        width: 90%;
    }
    .sec1 .wrap .flex .r .item .text p, .sec1 .wrap .flex .l .item .text p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 .wrap .flex .r .item h5, .sec1 .wrap .flex .l .item h5 {
        font-size: 18px;
        line-height: 1.6;
    }
    .sec1 .wrap .flex .r .item, .sec1 .wrap .flex .l .item{
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .sec1 .wrap .flex .l .item{
        padding-right: 20px;
    }
    .sec1 .wrap .flex .r .item{
        padding-left: 20px;
    }
    .sec1 .wrap .flex:before{
        width: 10px;
        height: 10px;
    }
    .sec1 .wrap .flex:after{
        width: 1px;
    }
    .sec1 .wrap .wrapLogo{
        width: 40px;
        height:40px;
    }
    .sec1 .wrap .flex .r .item .text p, .sec1 .wrap .flex .l .item .text p{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 540px) {
    .sec1 .wrap{
        padding: 40px 0;
    }
    .sec1 .wrap .flex{
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sec1 .wrap .wrapLogo{
        margin-left: 0;
    }
    .sec1 .wrap .flex:after{
        left: 20px;
    }
    .sec1 .wrap .flex:before{
        left: 20px;
        transform: translateX(-50%);
    }
    .sec1 .wrap .flex .r, .sec1 .wrap .flex .l{
        width: calc(100% - 20px);
        margin-left: 20px;
    }
    .sec1 .wrap .flex .l .item{
        padding-left: 20px;
        padding-right: 0;
        flex-direction: column-reverse;
        /* flex-direction:row-reverse; */
    }
    .sec1 .wrap .flex .r .item{
        flex-direction: column-reverse;
    }
    .sec1 .wrap .flex .r .item .text p, .sec1 .wrap .flex .l .item .text p{
        text-align: left;
        /* text-align: right; */
    }
    .sec1 .wrap .flex .r .item .iconfont, .sec1 .wrap .flex .l .item .iconfont{
        right: auto;
        transform: translate(-50%,-50%);
        left: 0;
    }
    .sec1 .wrap .flex .r .item h5, .sec1 .wrap .flex .l .item h5{
        margin-bottom: 10px;
    }
    /* .sec1 .wrap .flex .r .item{
        flex-direction: column-reverse;
    } */
}