.xs-news {
    margin-left: 6px;
}

p {
    margin: 0;
}


/* 轮播图 */

.banner-section {
    background: #eee;
}

.banner-swiper-container .swiper-slide {
    overflow: hidden;
}

.banner-section a {
    cursor: default;
}

.banner-swiper-container .swiper-slide img {
    width: 100%;
}

.banner-swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}

.banner-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #528cc5;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}

.banner-swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.banner-swiper-container .swiper-pagination-bullets {
    bottom: 25px;
}

.company-desc-section .title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 54px;
}

.company-desc-section {
    /* padding:  */
    background: #f5f5f5;
    padding: 56px 0 90px 0;
}

.company-desc-section .desc-p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.8;
    text-indent: 2em;
}

.serv-section {
    padding: 50px 0;
}

.serv-section .desc-p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.8;
    text-indent: 2em;
}

.serv-section .l-part {
    float: left;
    width: 398px;
}

.serv-section .r-part {
    float: right;
    width: 747px;
}

.serv-section .imgbox {
    margin-top: 56px;
}

@media screen and (max-width:768px) {
    .company-desc-section .title {
        font-size: 0.34rem;
        margin-bottom: .48rem;
    }
    .company-desc-section .desc-p {
        font-size: .28rem;
    }
    .company-desc-section {
        padding: .3rem 0 .9rem 0;
    }
}