a:hover{
    text-decoration: none;
}


/*banner图区域*/
.swiperBox{
    padding: 0;
}



/*产品展示区域*/
.productBox{
    height: auto;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0;
}
.productBox .core>h1{
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    text-align: center;

}
.productBox .core>p{
    font-size: 12px;
    color: rgb(89, 89, 89);
    text-align: center;
}

.productBox .core .productNav{
    /*border: 1px #e5e5e5 solid;*/
    padding: 0;
}
.productBox .core .productNav h2{
    background:  #0254a3;
    color:#fff;
    margin: 0;
    line-height: 80px;
    font-size: 20px;
    padding: 0 20px  0 50px;
    box-sizing: border-box;
    font-weight: bolder;
}
.productBox .core .productNav ul.navUL{
    margin: 0;
    border: 1px #e5e5e5 solid;
	/* display:none; */
}
.productBox .core .productNav .navUL li{
    line-height: 45px;
    font-size: 14px;
    padding: 0 20px  0 50px;
    box-sizing: border-box;
    transition: all .3s;
    border-bottom: 1px #e5e5e5 solid;
}
.productBox .core .productNav .navUL li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.productBox .core .productNav .navUL li:last-child{
    border-bottom: none;
}
.productBox .core .productNav .navUL li:hover{
    background: #e5e5e5;
    padding: 0 20px 0 60px;
}
.productBox .core .productNav .navUL li:hover {
    text-decoration: none;
    color: #0254a3;
    width: 100%;
    height: 100%;
    background: url("../img/checkIMG.jpg") no-repeat left center;
    display: inline-block;
}
.productBox .core .productNav .navUL li.on{
    background: url("../img/checkIMG.jpg") no-repeat left center;
    padding: 0 20px 0 60px;
}
.productBox .core .productNav .navUL li.on a{
    text-decoration: none;
    color: #0254a3;
    width: 100%;
    height: 100%;
    display: inline-block;
}

/*联系我们*/
.productBox .core .productNav .newImg{
    text-align: center;
    border: 1px #e5e5e5 solid;
    padding: 20px;
    margin: 22px 0 0 0;
}
.productBox .core .productNav .newImg span{
    display: block;
    text-align: left;
}
.productBox .core .productNav .newImg p{
    border-bottom: 1px #e5e5e5 solid;
    padding: 0 0 10px 0;
    font-weight: 700;
}






/*右侧文章*/
.productBox .core .product{
    height: auto;
}
.productBox .core .product .titel{
    background: #e5e5e5;
    margin-bottom: 16px;
    padding: 14px 0 9px 12px;
}
.productBox .core .product .Text{
    padding: 0px;
}
.productBox .core .product .Text h1{
    color: rgb(2, 84, 163);
    font-size: 18px;
    font-weight: 700;
}
.productBox .core .product .Text .title {
    display: inline-block;
    overflow: hidden;
    background: #f1f1f1;
    padding: 10px;
    margin: 10px 0;
}
.productBox .core .product .Text .title .titleIMG{
    padding: 0;
}


/*荣誉资质*/
.productBox .core .product .TextGood{
    padding: 6px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.productBox .core .product .TextGood .good{
    background: #eff1f3;
    padding: 10px;
}
.productBox .core .product .TextGood .good:hover{
    background: #d2e9ff ;
}
.productBox .core .product .TextGood .good p{
    text-align: center;
    margin: 14px  0 ;
}




@media screen and (max-width: 767px){

    .swiperBox{
        margin: 55px 0 0 0 ;
    }
    .productBox{
        margin: 0;
        padding: 10px;
    }
    .productBox .core .product{
        padding: 0;
    }
    .productBox .core .product .Text .textInfo{
        padding:0 13px;
    }

    .productBox .core .productNav h2{
        line-height: 60px;
        font-size: 18px;
        padding: 0 20px 0 20px;
        background:url("../img/rightNav.png") no-repeat 95% center #0254a3;
        background-size: 20px;
    }

    .productBox .core .product.anli .TextGood .good p{
        margin: 6px 0;
    }


}


/*案例中的分页区域*/
.anli .pagination-sm.pagination{
    display: inline-block;
    width: 100%;
    font-size: 0;
    text-align: right;
}
.anli .pagination-sm.pagination li{
    float: none;
    display: inline-block;
}