.footerBox {
    background: #ebebeb;
    margin: 50px 0 0 0;
}

/*pc轮播图区域*/
.swiperBox{
    padding: 0;
    margin-bottom: 50px;
}
.swiperBox img{
    width: 100%;
}
.swiperBox  .swiper-pagination{
    height: 200px;
    width: 108px;
    line-height: 100%;
    position: absolute;
    top: 36%;
    left: 81px;
    text-align: center;
}
.swiperBox .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    display: block;
    width: 13px;
    height: 13px;
    text-align: center;
    margin-bottom: 12px;
    background: #bdbdbd;
    opacity:1;
}
.swiperBox .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
    background: #188080;
}






/*产品展示区域*/
.productBox{
    height: auto;
    padding: 0;
    font-size: 0;
}
.productBox .core{
    width: 100%;
    overflow: hidden;
    display: inline-block;
    /*padding: 0 50px;*/
    font-size: 13px;
    line-height: 20px;
}
.productBox .core h1{
    text-align: center;
    margin: 0 0 16px 0 ;
    font-size: 24px;
}
.productBox .core p{
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #5c5c5c;
    margin: 0;
    text-indent: 2em;
}
.productBox .core img{
    margin-right: 6px;
}
.productBox .core .titel {
    background: url(../img/dts.png) no-repeat center left;
    margin-bottom: 24px;
    padding: 14px 0 9px 30px;
    border-bottom: 1px solid #ececec;
    font-size: 12px;
    margin:0 10px 16px  10px ;
}

/*关于我们的内容页面*/
/*6大优势和关于我们*/
.companyInfo{
    background: #ebebeb;
    padding: 23px 42px;
    text-align: center;
}
.companyInfo .container{
    padding: 60px 0 40px 0;
    text-align: center;
}
.companyInfo .container img.sixImg{
    display: block;
    margin: 0 auto;
    width: 92%;
}
.companyInfo  .about{
    position: relative;
}
.companyInfo  .about>h1{
    color: #808080;
    font-size: 30px;
    text-align: center;
    border-bottom: 2px #575555 solid;
    padding: 10px;
    margin-top: 40px;
}
.companyInfo  .about>p{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #151212;
    font-size: 16px;
    border-top: 4px #af977e solid;
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 2px 0 0 -50px;
    text-align: center;
    text-indent: 0em;
}
.companyInfo  .about .row{
    margin-top: 60px;
}
.companyInfo  .about .row>div{
    padding: 0 0 0 10px;
}
.companyInfo  .about .row .textP{
    text-indent: 2em;
    color: #989898;
    margin-bottom: 8px;
    text-align: left;
}
.companyInfo  .about .row .aboutIMG{
    padding-right: 40px;

}




















/*手机端的样式设置*/
@media screen and (max-width: 767px){
    .swiperBox  .swiper-pagination{
        width: 100%;
        height: auto;
        line-height: normal;
        position: absolute;
        top: 80%;
        left: 0;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .swiperBox .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
        display: inline-block;
        width: 8px;
        height: 8px;
        text-align: center;
        margin-bottom:0;
        background: #bdbdbd;
        opacity:1;
    }
    .swiperBox .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
        background: #188080;
    }



    .productBox{
        box-sizing: border-box;
         padding: 18px 8px;
        background: url("../img/imenu_bg.png") no-repeat center;
        background-size: 100% 100%;
    }
    .productBox .core{
        padding: 0 ;
    }
    .productBox .core .text img{
        margin-bottom: 6px;
        width: 100%;
    }
    .productBox .core .text h1,
    .productBox .core .text p{
        background: none !important;
    }

    .footerBox{
        margin: 0;
    }

}


















