body {
    background: #f0f5fa;
}

.part {
    width: 100%;
    overflow: hidden;
}

.wdpart01 {
    height: 1615px;
    background: url(../images/wdpartbg1.jpg) no-repeat;
    background-size: auto 1613px;
    background-position: center bottom;
}

.wdpart01 .yaoMsg {
    width: 1200px;
    margin: 0 auto;
}

.wdpart01 .yaoMsg h4 {
    font-size: 43px;
    font-weight: bold;
    color: #004f99;
    line-height: 66px;
    margin-top: 65px;
    text-align: center;
}

.wdpart01 .yaoMsg p {
    font-size: 24px;
    color: #004f99;
    line-height: 44px;
    text-align: center;
}

.wdpart01 .yaoMsg .yaoMsgDsc {
    position: relative;
    width: 1200px;
    height: 460px;
}

.wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscLeft {
    width: 510px;
    height: 362px;
    padding: 23px 60px;
    background: #fff;
    margin-top: 48px;
    border-radius: 0 0 0 75px;
    overflow: hidden;
}

.wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscLeft h5 {
    font-size: 28px;
    font-weight: bold;
    color: #004f99;
    padding-left: 60px;
    height: 46px;
    line-height: 46px;
    background: url(../images/medicine1.png) 100% no-repeat;
    background-position: left center;
}

.wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscLeft p {
    font-size: 18px;
    line-height: .58rem;
    margin-top: 10px;
    color: #004f99;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    white-space: unset;
}

.wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscLeft .recruitCardLink {
    width: 172px;
    height: 48px;
    background: url(../images/linkbg.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    border-radius: 0 26px;
}

.wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscLeft .recruitCardLink:hover {
    transition: .2s;
    box-shadow: 0px 0px 8px 4px #ff7322b4;
}

.wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscLeft .recruitCardLink img {
    width: 25px;
    height: 12px;
    margin: 0;
    display: inline-block;
    float: right;
    margin-top: 18px;
    margin-right: 24px;
}

.wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscRight {
    width: 570px;
    height: 408px;
    margin-top: 48px;
    border-radius: 0 75px 0 0;
    overflow: hidden;
    background: url(../images/dangkangbg2.png) 100% center no-repeat;
}

.wdpart01 .yaoMsg .yaoMsgDsc .yao {
   width: 320px;
    right: 106px;
    top: 63px;
    position: absolute;
}

.wdpart01 .yaoMsg .yaoimg {
    width: 500px;
    position: absolute;
    left: 110px;
    top: 115px;
    transform: rotate(-12deg);
}

.wdpart01 .yaoMsg .yaoimgBox {
    width: 666px;
    height: 580px;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: -60px;
    margin-bottom: 40px;
}

.wdpart01 .yaoAdvantage {
    width: 1200px;
    margin: 0 auto;
}

.wdpart01 .yaoAdvantage .yaoAdvantageTitle {
    font-size: 28px;
    color: #004f99;
    /*font-weight: bold;*/
    text-align: center;
}

.wdpart01 .yaoAdvantage .yaoAdvantageTitle span {
    color: #ea5504;
    font-weight: bold;
}

.wdpart01 .yaoAdvantage ul {
    width: 1200px;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.wdpart01 .yaoAdvantage ul li {
    width: 395px;
    height: 215px;
    background: url(../images/youshi1.png) 100% center no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    /* box-sizing: border-box; */
    /* padding: 2%; */
    /* border: 1px #fff solid; */
}

.wdpart01 .yaoAdvantage ul li p {
    display: none;
    width: 395px;
}

.wdpart01 .yaoAdvantage ul li h5 {
    font-size: 18px;
    color: #ea5504;
    width: 345px;
    height: 108px;
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: unset;
}

.wdpart01 .yaoAdvantage ul .youshion {
    width: 395px;
    height: 215px;
    background: url(../images/youshion1.png) 100% center no-repeat;
    color: #fff;
    background-size: cover;
}

.wdpart01 .yaoAdvantage ul .youshion p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    width: 345px;
    line-height: 24px;
}

.wdpart01 .yaoAdvantage ul .youshion h5 {
    font-size: 18px;
    color: #fff;
    width: 345px;
    height: 60px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
}

.wdpart01 .yaoAdvantage ul li:hover {
    width: 395px;
    height: 282px;
    background: url(../images/youshion1.png) 100% center no-repeat;
    color: #fff;
    background-size: cover;
    box-sizing: border-box;
    padding: 1.5% 2%;
    text-align: left;
}

.wdpart01 .yaoAdvantage ul li:hover p {
    display: block;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 16px;
    width: 100%;
    line-height: 20px;
    text-align: justify;
}

.wdpart01 .yaoAdvantage ul li:hover h5 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
    width: 100%;
    height: 62px;
    line-height: 20px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*white-space: unset;*/
}

.part {
    width: 100%;
    overflow: hidden;
}

.wdpart02 {
    height: 740px;
    background: url(../images/yaobg2.jpg) no-repeat;
    background-size: auto 867px;
    background-position: center bottom;
}

.wdpart02 .yaojizhi {
    width: 1300px;
    margin: 0 auto;
}

.wdpart02 .yaojizhi .yaojizhiTitle {
    font-size: 43px;
    font-weight: bold;
    margin-top: 65px;
    color: #004f99;
    text-align: center;
}

.wdpart02 .yaojizhi ul {
    width: 100%;
    height: 500px;
    position: relative;
    background: url(../images/yaojizhi.png) center no-repeat;
    background-size: auto 100%;
}

.wdpart02 .yaojizhi ul li {
    width: 435px;
    padding-bottom: 24px;
    display: inline-block;
    position: absolute;
}

.wdpart02 .yaojizhi ul li p {
    font-size: 16px;
    line-height: normal;
    float: left;
    width: 297px;
    color: #004f99;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    white-space: unset;
    cursor: pointer;
}

.wdpart02 .yaojizhi ul li span {
    display: inline-block;
    width: 59px;
    height: 47px;
    background: url(../images/indexbg1.png) 100% center no-repeat;
    text-align: center;
    line-height: 42px;
    font-size: 30px;
    color: #fff;
    float: left;
    /* margin-top: 10px; */
    margin-right: 20px;
}

.wdpart02 .yaojizhi ul li:nth-child(1) {
    top: 46px;
    left: 162px;
}

.wdpart02 .yaojizhi ul li:nth-child(2) {
    top: 202px;
    left: 113PX;
}

.wdpart02 .yaojizhi ul li:nth-child(3) {
    top: 298px;
    left: 160px;
}

.wdpart02 .yaojizhi ul li:nth-child(4) {
    top: 266px;
    right: 100px;
}

.wdpart02 .yaojizhi ul li:nth-child(5) {
    top: 125px;
    right: 50px;
}

.wdpart02 .yaojizhi ul .jizhion p {
    color: #ea5504;
}

.wdpart02 .yaojizhi .jizhitip {
    font-size: 14px;
    color: #004f99;
    width: 700px;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
}

.wdpart02 .yaojizhi ul li:hover p {
    color: #ea5504;
}

.part {
    width: 100%;
    overflow: hidden;
}

.wdpart03 {
    padding-bottom: 8%;
    /* height: 1570px; */
    background: url(../images/yaobg3.jpg) no-repeat;
    background-size: auto 1690px;
    background-position: center bottom;
}

.wdpart03 .liaoxiao {
    width: 1200px;
    margin: 0 auto;
}

.wdpart03 .liaoxiao .lianxiaotitle {
    font-size: 45px;
    padding-bottom: 30px;
    background: url(../images/wdcitybgom.png) no-repeat;
    background-size: 34px 3px;
    background-position: 0 bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    color: #004f99;
    margin-top: 65px;
    font-weight: bold;
    text-align: center;
}

.wdpart03 .liaoxiao .lianxiaodsc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    white-space: unset;
    margin-top: 15px;
    font-size: 18px;
    color: #004f99;
    line-height: 0.5rem;
    text-align: justify;
}

.wdpart03 .liaoxiao .zhiliao {
    height: 497px;
    margin-top: 55px;
    display: flex;
}

.wdpart03 .liaoxiao .zhiliaoPart {
    width: 100%;
    height: 500px;
    padding: 2%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin: 0 5px;
}

.wdpart03 .liaoxiao .zhiliaoPart h5 {
    width: 100%;
    font-size: 28px;
    color: #fff;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    background-color: #004f995c;
}

/* .wdpart03 .liaoxiao .zhiliaoleft .hoverBox{height: 100%;transition: max-height .3s ease-in; transform-origin: 50% 0; animation: slide-left 0.3s; animation-direction:alternate; -webkit-animation: slide-left 0.3s;} */
.wdpart03 .liaoxiao .zhiliaoPart p {
    display: none;
    opacity: 0;
    transition: .3s;
}

.wdpart03 .liaoxiao .zhiliaoPart:hover .bgmask {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    background: rgb(231 121 91 / 85%);
    top: 0;
    height: 100%;
    z-index: 1;
    transition: max-height .3s ease-in;
    transform-origin: bottom;
    animation: slide-down 0.3s;
    animation-direction: alternate;
    -webkit-animation: slide-down 0.3s;
}

.wdpart03 .liaoxiao .zhiliaoPart:hover p {
    display: block;
    opacity: 1;
    transition: .3s;
    position: relative;
    width: 100%;
    z-index: 5;
     font-size: 16.5px; 
}

.wdpart03 .liaoxiao .zhiliaoPart:hover h5 {
   display:none;
}
.wdpart03 .liaoxiao .zhiliaoPart h5 p {
    display: block;
    height: auto;
    margin: 0;
    opacity: 1;
    font-size: 26px;
    font-weight: bold;
    width: 80%;
    position: relative;
    left: 10%;
    line-height: normal;
    text-align: center;
}

.wdpart03 .liaoxiao .zhiliaoPart p {
    margin-top: 10px;
    font-size: 18px;
    line-height: normal;
    color: #fff;
}
.wdpart03 .liaoxiao .zhiliaoleft {
    background: url(../images/wd_1.jpg) center no-repeat;
    background-size:cover;
}
.wdpart03 .liaoxiao .zhiliaocenter {
    background: url(../images/wd_2.jpg) center no-repeat;
    background-size:cover;
    
}
.wdpart03 .liaoxiao .zhiliaoright {
    background: url(../images/wd_3.jpg) center no-repeat;
    background-size:cover;
}

.wdpart03 .liaoxiao .hezuotitle {
    margin: 90px 0 72px 0;
    text-align: center;
    clear: both;
    font-size: 43px;
    font-weight: bold;
    color: #004f99;
}

.wdpart03 .liaoxiao .hezuotitle span {
    color: #ea5504;
    font-weight: bold;
}

/* .wdpart03 .liaoxiao .hezuoleft{width: 500px;height: 335px;background: url(../images/hezuobg1.jpg) 100% center no-repeat;padding: 50px;overflow: hidden;} */
.wdpart03 .liaoxiao .hezuoleft {
    width: 500px;
    height: 335px;
    background: linear-gradient(to right,#ff8c69,#dd7155);
    padding: 50px;
    overflow: hidden;
}

.wdpart03 .liaoxiao .hezuoleft h5 {
    height: 20px;
    width: 100px;
    background: url(../images/citybgon.png) no-repeat;
    background-size: 34px 2px;
    background-position: 0 bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin-top: 5px;
}

.wdpart03 .liaoxiao .hezuoleft p {
    font-size: 18px;
    line-height: .5rem;
    color: #fff;
    margin-top: 30px;
    text-align: justify;
}

.wdpart03 .liaoxiao .hezuoright {
    width: 600px;
    height: 435px;
    background: url(../images/hezuobg2.jpg) 100% center no-repeat;
    position: relative;
}

@keyframes slide-down {
    0% {
        transform: scaley(0);
    }

    100% {
        transform: scaley(1);
    }
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: scaley(0);
    }

    100% {
        -webkit-transform: scaley(1);
    }
}

.blfypart01 {
    /* min-height: 680px; */
    background: url(../images/report.png) no-repeat;
    background-size: auto 680px;
    background-position: right;
    padding: 65px 0;
    margin-top: 5px;
}

.blfypart01 .clinical {
    width: 1200px;
    margin: 0 auto;
}

.blfypart01 .clinical h4 {
    font-size: 43px;
    width: 1200px;
    font-weight: normal;
    color: #004f99;
    line-height: 50px;
    /* margin-top: 145px; */
    display: inline-block;
    padding-left: 27px;
    background: url(../images/leftline.png) no-repeat;
    background-size: 7px auto;
    background-position: left center;
}

.blfypart01 .clinical img {
    display: none
}

.blfypart01 .clinical p {
    color: #004f99;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 40px;
    font-size: 18px;
    margin-left: 27px;
}

.blfypart01 .clinical span {
    padding-left: 50px;
    font-size: 18px;
    color: #ea5504;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-left: 27px;
}

.blfypart01 .clinical span:nth-child(3) {
    background: url(../images/email.png) no-repeat;
    background-size: 37px 37px;
    background-position: left center;
}
.blfypart01 .clinical .tip {
    width: 66%;
    font-size: 16px;
    line-height: normal;
    font-style: italic;
    color: #ea6720;
}

.blfypart01 .clinical span a {
    color: #ea5711;
}

.blfypart01 .clinical div {
    padding-left: 50px;
    background: url(../images/phone1.png) no-repeat;
    background-size: 37px 37px;
    background-position: left center;
    margin-left: 27px;
    margin-bottom: 30px;
}

.blfypart01 .clinical div span {
    height: 24px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0;
    margin-left: 0;
}

.blfypart01 .clinical div span:nth-child(1) {
    font-size: 20px;
}

.blfypart01 .clinical div span:nth-child(2) {
    font-size: 16px;
}

.blfypart01 .clinical .recruitCardLink {
    display: none;
    /*display: inline-block;*/
    width: 172px;
    height: 48px;
    background: url(../images/linkbg.png) no-repeat;
    background-size: 100%;
    margin-top: 105px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    margin-left: 25px;
}

.blfypart01 .clinical .recruitCardLink img {
    width: 25px;
    height: 12px;
    margin: 0;
    display: inline-block;
    float: right;
    margin-top: 18px;
    margin-right: 24px;
}

@media screen and (max-width: 900px) {
    .pageBanner .pageNav ul {
        padding-left: 10px;
    }

    .wdpart01 {
        background-position: 10% center;
        background: none;
        min-height: unset;
        height: auto;
        margin-bottom: .4rem;
    }

    .wdpart01 .yaoMsg {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .wdpart01 .yaoMsg h4 {
        width: calc(60% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .5rem;
        color: #004f99;
        display: block;
        font-size: .4rem;
        line-height: 0.64rem;
        margin-bottom: 20px;
    }

    .wdpart01 .yaoMsg p {
        color: #004f99;
        font-size: 16px;
        line-height: 180%;
    }

    .wdpart01 .yaoMsg .yaoMsgDsc {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscLeft {
        width: calc(100% - 40px);
        height: auto;
        padding: 20px;
        padding-top: 135px;
        overflow: unset;
        height: auto;
        border-radius: 10px;
        margin-top: 20px;
    }

    .wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscRight {
        display: none;
    }

    .wdpart01 .yaoMsg .yaoMsgDsc .yao {
        width: 107px;
        height: auto;
        right: 14%;
        top: 29px;
    }

    .wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscLeft h5 {
        position: absolute;
        top: 40px;
        font-size: .4rem;
        background-size: 37px;
        padding-left: 47px;
        margin-left: 12px;
    }

    .wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscLeft .recruitCardLink {
        position: absolute;
        top: 0;
        margin-top: 106px;
        margin-left: 13px;
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        background: #fd805c;
        border-radius: 0 16px;
    }

    .wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscLeft .recruitCardLink img {
        margin-top: 13px;
        margin-right: 10px;
        width: 16px;
        height: 10px;
    }

    .wdpart01 .yaoMsg .yaoMsgDsc .yaoMsgDscLeft p {
        margin-top: 10px;
        -webkit-line-clamp: unset;
        text-align: justify;
        font-size: 16px;
        line-height: 180%;
    }

    .wdpart01 .yaoMsg .yaoimg {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .wdpart01 .yaoMsg .yaoimgBox {
        width: 80%;
        display: flex;
        margin: 0 auto;
        margin-top: -20px;
        height: 300px;
        background: unset;
        margin-bottom: 0;
    }

    .wdpart01 .yaoMsg .yaoimg {
        left: unset;
        width: unset;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .wdpart01 .yaoAdvantage {
        width: 90%;
        margin: 0 auto;
    }

    .wdpart01 .yaoAdvantage .yaoAdvantageTitle {
        font-size: .4rem;
        margin-top: .5rem;
        margin-bottom: 20px;
    }

    .wdpart01 .yaoAdvantage ul {
        width: 100%;
        display: block;
        height: auto;
        margin-top: 25px;
    }

    .wdpart01 .yaoAdvantage ul li {
        width: 100%;
        box-sizing: border-box;
        padding: 5% 10% 5% 5%;
        float: unset;
        display: block;
        height: auto;
        border-radius: 10px;
        height: auto;
        margin-bottom: 15px;
        background: url(../images/youshi-m.png) no-repeat;
        background-color: #fdede0d1;
        background-size: contain;
        background-position: right center;
        transition: .02s;
    }

    .wdpart01 .yaoAdvantage ul .youshion {
        width: calc(100% - .7rem);
        padding: .35rem;
        height: 132px;
    }

    .wdpart01 .yaoAdvantage ul .youshion h5 {
        width: 100%;
        font-size: .32rem;
    }

    .wdpart01 .yaoAdvantage ul .youshion p {
        width: 100%;
        font-size: .32rem;
    }

    .wdpart01 .yaoAdvantage ul .youshion:hover {
        width: calc(100% - .7rem);
        padding: .35rem;
        height: 132px;
    }

    .wdpart01 .yaoAdvantage ul .youshion:hover h5 {
        width: 100%;
        font-size: .32rem;
    }

    .wdpart01 .yaoAdvantage ul .youshion:hover p {
        width: 100%;
        font-size: .32rem;
    }

    .wdpart01 .yaoAdvantage ul li h5 {
        font-size: .32rem;
        width: 100%;
    }

    .wdpart01 .yaoAdvantage ul li:hover {
        width: 100%;
        box-sizing: border-box;
        padding: .35rem;
        float: unset;
        display: block;
        height: auto;
        border-radius: 10px;
        margin-bottom: 15px;
        background-size: 100% 100%;
        transition: .02s;
    }

    .wdpart01 .yaoAdvantage ul .youshion {
        width: calc(100% - .7rem);
        padding: .35rem;
        height: 132px;
        background-size: 100% 100%;
    }

    .wdpart01 .yaoAdvantage ul .youshion h5 {
        width: 100%;
        font-size: .32rem;
    }

    .wdpart01 .yaoAdvantage ul .youshion p {
        width: 100%;
        font-size: .32rem;
    }

    .wdpart01 .yaoAdvantage ul .youshion:hover {
        width: calc(100% - .7rem);
        padding: .35rem;
        height: 132px;
    }

    .wdpart01 .yaoAdvantage ul .youshion:hover h5 {
        width: 100%;
        font-size: .32rem;
    }

    .wdpart01 .yaoAdvantage ul .youshion:hover p {
        width: 100%;
        
    }
    .wdpart01 .yaoAdvantage ul li:hover h5{
        font-size: 18px;
        line-height: 180%;
    }
    .wdpart01 .yaoAdvantage ul li:hover p{
        font-size: 16px;
        line-height: 180%;
        margin-top: 10px;
    }
    

    .wdpart01 .yaoAdvantage ul li h5 {
        font-size: 16px;
        width: 100%;
        height: auto;
        line-height: 180%;
    }
    

    .wdpart02 {
        height: auto;
        background: unset;
    }

    .wdpart02 .yaojizhi {
        width: 100%;
    }

    .wdpart02 .yaojizhi .yaojizhiTitle {
        font-size: .4rem;
        margin-bottom: 30px;
        margin-top: .5rem;
        margin-bottom: 20px;
    }

    .wdpart02 .yaojizhi ul {
        width: 90%;
        margin: 0 auto;
        height: auto;
        padding-bottom: 0;
        background: none;
    }

    .wdpart02 .yaojizhi ul li {
        width: 100%;
        position: unset;
        padding-bottom: 10px;
    }

    .wdpart02 .yaojizhi ul li p {
        width: calc(100% - 90px);
        font-size: 16px;
        line-height: 180%;
    }
    .wdpart02 .yaojizhi ul li span{margin-top: 5px;}

    .wdpart02 .yaojizhi .jizhitip {
        width: 90%;
        margin: 0 auto;
        text-align: left;
        margin-bottom: .5rem;
        line-height: 170%;
        font-size: 16px;
    }

    .wdpart03 {
        height: auto;
        width: 100%;
        background-position: top center;
    }

    .wdpart03 .liaoxiao {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }

    .wdpart03 .liaoxiao .lianxiaotitle {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* -webkit-line-clamp: 2; */
        -webkit-box-orient: vertical;
        white-space: unset;
        font-size: .4rem;
        margin-top: .5rem;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .wdpart03 .liaoxiao .lianxiaodsc {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* -webkit-line-clamp: 5; */
        -webkit-box-orient: vertical;
        white-space: unset;
        font-size: 16px;
        line-height: 170%;
        color: #004f99;
        text-align: justify;
    }

    .wdpart03 .liaoxiao .zhiliao {
        width: 100%;
        height: auto;
        margin-top: 20px;
        display: inline-block;
    }

    .wdpart03 .liaoxiao .hezuotitle {
        font-size: .4rem;
        margin-bottom: 20px;
        margin-top: .5rem;
    }

    .wdpart03 .liaoxiao .hezuoleft {
        width: calc(100% - .7rem);
        padding: .35rem;
        height: auto;
    }
    .wdpart03 .liaoxiao .hezuoleft h5 {
        height: 10px;
        margin-top: 0;
    }
    .wdpart03 .liaoxiao .hezuoleft p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 180%;
    }

    .wdpart03 .liaoxiao .hezuoright {
        width: 100%;
        height: 230px;
        background-size: 110%;
        background-position: 0 1%;
    }

    .wdpart03 .liaoxiao .zhiliaoPart {
        width: calc(100% - .7rem);
        padding: .18rem .35rem;
        background: unset !important;
        height: auto;
    }

    .wdpart03 .liaoxiao .zhiliaoPart h5 {
        display: flex;
        font-size: 16px;
        color: #fff;
        margin-top: 0;
        text-align: left;
        font-weight: bold;
        position: inherit;
        box-sizing: border-box;
        padding: 18px 26px;
        z-index: 5;
        top: 0;
        border-radius: 40px;
        background-color: unset;
        text-shadow: unset;
        background-repeat: no-repeat;
        background-size: cover;
        align-items: center;
        justify-content: space-between;
    }
    .wdpart03 .liaoxiao .zhiliaoleft h5{
        background-image: url(../images/wd_m1.png);
    }
    .wdpart03 .liaoxiao .zhiliaocenter h5{
        background-image: url(../images/wd_m2.png);
    }
    .wdpart03 .liaoxiao .zhiliaoright h5{
        background-image: url(../images/wd_m3.png);
    }
    .wdpart03 .liaoxiao .zhiliaoPart h5::after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        background-size: contain;
        background-image: url(../images/arrow_down.png);
        transform: rotate(270deg);
        transition: .3s;
    }
    .wdpart03 .liaoxiao .zhiliaoPart:hover h5::after {
        transform: rotate(360deg);
        transition: .3s;
    }

    .wdpart03 .liaoxiao .zhiliaoPart:hover h5 {
        top: 0;
    }

    .wdpart03 .liaoxiao .zhiliaoPart h5 {
        display: flex;
        margin-top: 0;
        position: inherit;
        box-sizing: border-box;
        padding: 18px 26px;
        z-index: 5;
        top: 0;
        border-radius: 40px;
        text-shadow: unset;
        background-image: url(../images/wd_m1.png);
        background-repeat: no-repeat;
        background-size: cover;
        align-items: center;
        justify-content: space-between;
        background-color: #ff8c69;
    }
    .wdpart03 .liaoxiao .zhiliaoPart h5 p {
        font-size: 17px;
        width: 90%;
        left: 0;
    }
    .wdpart03 .liaoxiao .zhiliaoPart p {
        display: none;
        height: 0;
       
    }
    .wdpart03 .liaoxiao .zhiliaoPart:hover p {
        display: block;
        height: auto;
        z-index: -1;
        text-align: justify;
        opacity: 1;
        margin-top: -30px;
        font-size: .3rem;
        line-height: 26px;
        color: #e25a1e;
        position: inherit;
        width: 100%;
        left: unset;
        right: unset;
        bottom: unset;
        top: 0;
        box-sizing: border-box;
        padding: 40px 15px 25px 15px;
        background-color: #f8d6c7;
        border-radius: 0 0 16px 16px;
        transition: max-height .3s cubic-bezier(0, 0, 0.2, 1);
        transform-origin: top;
        animation: slide-down 0.3s;
        animation-direction: alternate;
        -webkit-animation: slide-down 0.3s;
    }
    .wdpart03 .liaoxiao .zhiliaocenter h5{
        background-image: url(../images/wd_m2.png);
        background-position-x: 50%;
    }
    .wdpart03 .liaoxiao .zhiliaoright h5{
        background-image: url(../images/wd_m3.png);
    }
    .wdpart03 .liaoxiao .zhiliaoPart .bgmask {
        background-color: unset;
        display: none;
    }
    .wdpart03 .liaoxiao .zhiliaoPart:hover .bgmask {
        background-color: unset;
        display: none;
    }
    .blfypart01 {
        background-position: 10% center;
        background: none;
        min-height: unset;
        background: unset;
        margin: 0;
        padding: 0;
    }

    .blfypart01 .clinical {
        width: 90%;
        margin: 0 auto;
        margin-bottom: .5rem;
    }

    .blfypart01 .clinical h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin-top: .5rem;
        display: block;
        font-size: .4rem;
        line-height: 0.64rem;
        margin-bottom: 20px;
    }

    .blfypart01 .clinical img {
        display: block;
        width: 100%;
    }

    .blfypart01 .clinical p {
        margin: 0;
        padding: 30px 0;
        font-size: 16px;
    }

    .blfypart01 .clinical span {
        margin-bottom: 5px;
        margin-left: 0;
        font-size: 16px;
    }
    
    .blfypart01 .clinical .tip {
        font-size: 14PX;
        width: 100%;
    }
    .blfypart01 .clinical div {
        margin-bottom: 15px;
        margin-left: 0;
    }

    .blfypart01 .clinical div span {
        height: auto;
        font-size: 16px;
    }

    .blfypart01 .clinical span:nth-child(4) {
        background: url(../images/phone1.png) no-repeat;
        background-size: 30px 30px;
        background-position: left center;
    }

    .blfypart01 .clinical span:nth-child(5) {
        background: url(../images/email.png) no-repeat;
        background-size: 30px 30px;
        background-position: left center;
    }

    .blfypart01 .clinical .recruitCardLink {
        width: 120px;
        height: 38px;
        background-size: 100% 100%;
        line-height: 38px;
        font-size: 14px;
        display: none;
        margin: 0 auto;
        margin-top: 35px;
    }

    .blfypart01 .clinical .recruitCardLink img {
        margin-top: 14px;
        height: 10px;
        width: 18px;
        margin-right: 12px;
    }
  
}

/* .pageBanner .pageNav {
    background: #e0eefe;
} */
