body {
    background: #fff;
}

/*
.linkBg{
    background:#fff;
}
.linkTab{
    padding:20px 0px;
}

.linkTab ul{
    display:flex;
    align-items:center;
}

.linkTab ul li{
    cursor: pointer;
    width: 14%;
    text-align: right;
    height: 70px;
    line-height: 70px;
    margin-left: 30px;
}
.linkTab ul li:last-child{
    margin-right:0px;
}

.linkTab ul li.active{
    color:#208B3B;
} */



.tumorPart {
    position: relative;
    margin-top: 145px;
}

.bigPic {
    /* height:600px;
    object-fit:cover; */
}





.bookPart {
    padding: 80px 0px;
}

.bookPart .pubTitle {
    color: #208B3B;
}

.bookCont {
    display: flex;
    justify-content: space-between;
}

.bookCont .left {
    width: 48%;
}

.bookCont .left img {
    width: 100%;
}

.bookCont .left p {
    margin-top: 30px;
}


.bookCont .right {
    width: 48%;
}

.bookCont .right h1 {
    line-height: 1.8;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.h1Box img {
    display: block;
    width: 40px;
    height: 40px;
}

.h1Box .rIcon{
    float: right;
}

/* .bookCont .right h1:before {
    content: '"';
    position: absolute;
    top: -45px;
    left: 0;
    font-size: 80px;
    font-family: Arial;
    color: #666;
}

.bookCont .right h1:after {
    content: '"';
    position: absolute;
    bottom: -45px;
    right: 0;
    font-size: 80px;
    font-family: Arial;
    color: #666;
} */

.articleBox {
    margin-top: 60px;
}

.linkBox {
    margin-top: 30px;
}

.linkBox ul li {
    color: #208B3B;
    line-height: 50px;
    border: 1px solid #208B3B;
    text-align: center;
    padding: 0 30px;
    margin-right: 40px;
    position: relative;
    padding-right: 50px;
    margin-bottom: 20px;
    width: 320px;
}

.linkBox ul li:hover {
    background: #208B3B;
    color: #fff;
}

.linkBox ul li:hover a:after {
    background: url(../images/jtRightW.png)right center no-repeat;
}

.linkBox ul li:last-child {
    margin-right: 0px;
}

.linkBox ul li a:after {
    background: url(../images/rightGreen.png)right center no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
    content: '';
    position: absolute;
    right: 20px;
    top: 14px;
}

.picSingle .leftImg {
    position: absolute;
    left: 0px;
    top: -150px;
    z-index: -1;
    width: 300px;
}

.picSingle .rightImg {
    position: absolute;
    right: 5%;
    bottom: 80px;
    z-index: -1;
}





.mainInstPart {
    background: linear-gradient(to left, #ECFEFF, #DCE4FA);
    padding: 90px 0px;
}

.mainInstSwiper {
    padding-bottom: 60px;
}

.mainInstSwiper img {
    width: 100%;
}



.mainInst {
    margin-top: 30px;
}

.mainInst ul li {
    display: flex;
    margin-bottom: 30px;
}

.mainInst ul li img {
    width: 35%;
}

.rightBd {
    margin-left: 20px;
}

.rightBd h2 {
    color: #333;
    font-weight: 600;
}

.rightBd p {
    color: #666;
    margin-top: 20px;
}

.btnRight {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}

.btnRight img {
    width: 26px;
    height: 26px;
}


.mainInstSwiper .imgCover{
    border-radius: 0px;
}


/* 适配 */
@media (max-width: 1680px) {}

@media (max-width: 1440px) {
    .servePart {
        margin-top: -280px;
    }
}

@media (max-width: 767px) {
    .fontSize_40 {
        font-size: 28px;
    }

    .linkTab {
        width: 100%;
        overflow: hidden;
        padding: 0px;
    }

    .linkTab ul {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        text-align: center;
        height: 50px;
        display: block;
        padding: 0px 20px;
    }

    .linkTab ul li {
        display: inline-block;
        min-width: 20px;
        font-size: 16px;
        margin: 0px 15px;
        width: auto;
        margin-left: 20px;
    }

    .tumorPart {
        margin-bottom: 0px;
    }

    .slognBox {
        min-width: auto;
        top: 0px;
        padding: 20px;
    }

    .servePart {
        display: block;
        margin-top: auto;
        padding: 20px;
    }

    .linkBox ul {
        display: block;
    }

    .linkBox ul li {
        margin-top: 20px;
        margin-right: 0px;
        line-height: 40px;
    }




    .btnRight {
        margin-top: 20px;
    }

    .bookPart {
        padding: 30px 0px;
    }

    .bookCont {
        display: block;
    }

    .bookCont .left p {
        margin-top: 10px;
    }

    .picSingle .leftImg {
        position: absolute;
        left: 0px;
        top: -100px;
        z-index: 2;
    }

    .bookCont .left {
        width: 100%;
    }

    .bookCont .right {
        width: 100%;
        margin-top: 25px;
    }

    .articleBox {
        margin-top: 30px;
    }


    .mainInstPart {
        padding: 20px 0px;
    }

    .mainInstSwiper {
        padding-bottom: 40px;
    }


}

@media (max-width: 600px) {
    .fontSize_40 {
        font-size: 26px;
    }

    .pubPageBannerTxt h2 {
        max-width: 300px;
    }


}