.banner {
    width: 100%;
    position: relative;
}
.banner>img {
    /* width: 19.2rem;
    height: 6.4rem;
    margin: 0 auto; */
    width: 100%;
    display: block;
}
.banner-title {
    width: 16rem;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.banner-title h5 {
    font-size: .48rem;
    color: #000;
}
.banner-title p {
    width: 6rem;
    font-size: .16rem;
    text-align: justify;
    line-height: 1.5;
    color: #333;
}
/* 子导航 */

/* 我们的优势 */
.title-bg {
    padding-bottom: .4rem;
    background-color: #fff;
    overflow: hidden;
}
.s1 {
    padding: .4rem 0;
}
.section {
    width: 14rem;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.s1 .section-left {
    width: 50%;
    height: 4rem;
}
.section-left-top,.section-right-top {
    margin-top: .5rem;
}
.section-left strong,.section-right strong{
    display: block;
    height: .22rem;
    line-height: .22rem;
    font-size: .2rem;
    color: #000084;
    padding-left: .2rem;
    border-left: .06rem solid #000084;
}
.section-left p,.section-right p {
    width: 5rem;
    font-size: .16rem;
    color: #333;
    margin: .2rem 0 .5rem 0;
    text-align: justify;
}
.section-right {
    width: 50%;
    height: 4rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.section-right>img,.section-left>img {
    width: 100%;
    height: 4rem;
    border-radius: .1rem;
}
.section-bg {
    width: 100%;
    background-color: #fff;
}
.s2 {
    padding: 0;
}
.clear-mg p{
    margin-bottom: 0;
}
.section-bg:last-child {
    padding-bottom: .5rem;
}
/* 手机适配 */
@media screen and (max-width: 768px) {
    
    .banner {
        width: 100%;
        height: 3.6rem;
        overflow: hidden;
        background-color: rgba(242,240,248,.9);
        position: relative;
    }
    .banner>img {
        width: auto;
        height: 3rem;
        object-fit: cover;
        position: absolute;
        right: -54%;
    }
    .banner-title {
        width: 100%;
        height: auto;
        top: 68%;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .banner-title h5 {
        font-size: .26rem;
    }
    .banner-title p {
        width: 100%;
        font-size: .14rem;
        text-align: justify;
        /* background:linear-gradient(to bottom, rgba(242,240,248,0.6), #fff); */
    }
    .section {
        width: 100%;
        flex-wrap: wrap;
    }
    .section-left,.section-right {
        width: 90%!important;
        height: auto!important;
        margin: 0 auto;
    }
    .section-left p, .section-right p {
        width: 100%;
    }
    .section-left-top, .section-right-top {
        margin-top: 0;
    }
    .section-right>img, .section-left>img {
        height: 2rem;
    }
    .s1 .section-right {
        height: 2rem!important;
    }
    .s2 .section-left {
        height: 2.5rem!important;
    }
    .clear-mg p {
        margin-top: .18rem;
    }
}