body {
    background-color: #fff;
}

.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;
}

.wrap {
    width: 100%;
    background-color: #fff;
    padding-bottom: .4rem;
}

.wrap .news-box {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about {
    display: flex;
    width: 14rem;
    margin: .5rem auto 0;
    justify-content: space-between;
}

.about-left,
.about-right {
    width: 6.5rem;
    height: 3.4rem;
}

.about-left img {
    width: 100%;
    border-radius: .1rem;
}

.about-right p {
    font-size: .18rem;
    margin-top: .3rem;
    text-align: justify;
}

.culture {
    margin-top: .4rem;
    overflow: hidden;
    padding-bottom: .4rem;
    background-color: #F9FAFB;
}

.culture ul {
    width: 11.1rem;
    margin: 0 auto;
    display: flex;
    margin-top: .3rem;
    justify-content: space-between;
}

.culture ul li {
    text-align: center;
}

.culture ul li img {
    width: 1.7rem;
    height: 1.7rem;
}

.culture ul li p {
    font-size: .24rem;
    font-weight: 700;
    margin-top: .2rem;
}

.honor {
    width: 14rem;
    margin: 0 auto;
}
.m-slider7 {
    margin-top: .4rem;
}
.m-slider7 h4 {
    height: 0.77rem;
    background-color: #bbb;
    text-align: center;
    line-height: 0.77rem;
    font-size: .18rem;
    color: #fff;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.m-slider7 .con:hover h4 {
    background-color: #000084;
}
.m-slider7 .slick-arrow {
    position: absolute;
    top: 40%;
    width: .58rem;
    height: .58rem;
    background-color: #e8e8e8;
    border: .02rem solid #e8e8e8;
    border-radius: 50%;
    font-size: 0;
    text-indent: 9999px;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.m-slider7 .slick-prev {
    left: -.81rem;
    background-image: url(../img/about/i-51-on.png);
}

.m-slider7 .slick-next {
    right: -.81rem;
    background-image: url(../img/about/i-52-on.png);
}

.m-slider7 .slick-arrow:hover {
    background-color: #000084;
    border-color: #000084;
}

.honor .m-slider7 .con {
    margin: 0 .1rem;
    background-color: #F9FAFB;
    transition: .3s;
}

.honor .m-slider7 .pic {
    width: 3.1rem;
    height: 2.3rem;
    padding: .1rem;
}

.honor .m-slider7 .pic img {
    width: 100%;
    height: 100%;
}

.contact {
    width: 14rem;
    height: 3rem;
    margin: 0 auto;
    border-radius: .2rem;
    background-color: #F9FAFB;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.contact h5 {
    font-size: .24rem;
    margin-bottom: .3rem;
}

.contact .addmap {
    width: 6rem;
    height: 3rem;
    border-radius: .2rem;
    overflow: hidden;
}

.contact .addmap>img {
    width: 100%;
    height: 3rem;
}

.contact .company {
    width: 7rem;
    height: 3rem;
    padding-top: .7rem;
}

.contact .company div img {
    width: .3rem;
    height: .3rem;
    vertical-align: middle;
    margin-right: .1rem;
}

.contact .company div {
    font-size: .2rem;
    margin-bottom: .1rem;
}

/* 手机适配 */
@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        height: 3rem;
        overflow: hidden;
        background-color: rgba(242, 240, 248, .9);
        position: relative;
    }

    .banner>img {
        width: auto;
        height: 3rem;
        object-fit: cover;
        position: absolute;
        right: -80%;
    }

    .banner-title {
        width: 100%;
        height: auto;
        top: 70%;
        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); */
    }

    .about {
        width: 90%;
        margin: .2rem auto;
        display: block;
    }

    .about-left,
    .about-right {
        width: 100%;
        height: auto;
    }

    .about-right p {
        font-size: .16rem;
    }

    .culture ul {
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .culture ul li {
        width: 50%;
        margin-top: .2rem;
    }

    .culture ul li img {
        width: 1.2rem;
        height: 1.2rem;
    }

    .culture ul li p {
        font-size: .2rem;
    }

    .honor {
        width: 90%;
        margin: 0 auto;
    }
    .honor .m-slider7 {
        margin-top: .2rem;
    }
    .honor .m-slider7 .con {
        margin: 0;
        background-color: #fff;
    }
    .honor .m-slider7 .pic {
        width: 100%;
        height: 2.3rem;
        padding: .1rem;
        margin: 0 auto;
        box-sizing: border-box;
        background-color: #F9FAFB;
    }
    .m-slider7 .slick-arrow {
        top: 41%;
        width: .5rem;
        height: .5rem;
        background-color: rgba(230,230,230,.4);
        backdrop-filter: blur(.1rem);
        border: 0;
    }
    .m-slider7 .slick-prev {
        left: -.1rem;
    }
    .m-slider7 .slick-next {
        right: -.1rem;
    }
    .m-slider7 h4 {
        height: .5rem;
        line-height: .5rem;
    }
    .contact {
        width: 90%;
        height: auto;
        margin: 0 auto;
        flex-wrap: wrap;
        margin-top: .2rem;
    }

    .contact .addmap {
        height: auto;
    }

    .contact .addmap>img {
        height: auto;
    }

    .contact .company {
        width: 100%;
        height: 2rem;
        padding: .4rem .2rem 0;
    }

    .contact h5 {
        font-size: .18rem;
    }

    .contact .company div {
        font-size: .16rem;
    }

    .contact .company div img {
        width: .2rem;
        height: .2rem;
    }
}