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 .textInfo,
.productBox .core .TextStory {
  position: relative;
}

.productBox .core .TextStory .textInfo .textInfoIcon{
    position: absolute;
    top: -1px;
    left: 0;
}

.productBox .core .TextStory .textInfoIcon{
    position: absolute;
    top: -2px;
    left: 14px;
}
.productBox .core .textInfo h1,
.productBox .core .TextStory h1{
    margin-top: 0 !important;
}



/*荣誉资质*/
.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 ;
}
.goodIMG{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}
.goodIMG .goodBG{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
}
.goodIMG .goodBG .goodcloseBTN {
    cursor: pointer;
    font-weight: bolder;
    position: fixed;
    top: 16px;
    right: 20px;
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../img/goodcloseBTN.png) no-repeat center;
    background-size: contain;
}
.goodIMG .goodBG img{
    position: fixed;
    top:50%;
    left: 50%;
    margin: 0;
}




/*发展历程*/
.productBox .core .product .TextStory .title .titleName{
    font-size: 18px;
    font-weight: 700;
    background: url(../img/checkIMGR.jpg) no-repeat left center;
    padding: 0 0 0 10px;
    margin-bottom: 10px;

}
.productBox .core .product .TextStory .title .time{
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 16px;
}


/*电子期刊*/

.productBox .core .product .TextGood{
    text-align: center;
}


@media screen and (max-width: 1000px) {
    .goodIMG .goodBG .goodcloseBTN{
        top: 12%;
        right: 7px;
        z-index: 100;
        background-color: #1568b7;
        padding: 5px;
        background-size: 50%;
        border-radius: 50%;
    }
    .goodIMG .goodBG img {
        max-width: 80%;
        margin-left: -40% !important;
    }
}

@media screen and (max-width: 767px){

    .swiperBox{
        margin: 55px 0 0 0 ;
    }
    .productBox{
        margin: 0;
        padding: 10px;
    }
    .productBox .core .product{
        padding: 0;
        margin-top: 20px;
    }
    .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;
    }


}
