
.xs-news{
    margin-left: 6px;
}

p{
    margin: 0;
}


/* 轮播图 */
.banner-section{
   
    background: #eee;
}
.banner-swiper-container .swiper-slide{
    height:100%;
    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;
}


.head-box .search-part {
    font-size: 14px;
    border: 1px solid #5573aa;
    margin-top: 6px;
}

.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:2.1;
    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;
    overflow: hidden;
}
.serv-section .r-part{
    float:right;
    width: 747px;
}
.serv-section .imgbox{
    margin-top: 56px;
}
@media screen and (max-width:768px){
    body{
        background: white;
    }
    .company-desc-section {
        background: #fff;
    }
    .serv-section {
        padding: 0.46rem 0;
    }
    .serv-section .l-part>img{
        margin-top: 0.44rem !important;
    }
}