.footerBox {
    background: #ebebeb;
    margin: 40px 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;
}

.productBox .core .work{
    margin-bottom: 28px;
}
.productBox .core .work h1{
     font-size: 18px;
     color: #656464;
     margin: 0 0 6px 0px;
     padding: 0;
 }
.productBox .core .work:nth-child(1) h1{
    font-weight: bold;
}
.productBox .core .work p{
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #5c5c5c;
    margin: 0;
}






/*手机端的样式设置*/
@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 10px;
        background: url("../img/imenu_bg.png") no-repeat center;
        background-size: 100% 100%;
    }
    .productBox .core{
        padding: 0 ;
    }

    .footerBox{
        margin: 0;
    }

}


















