
.doctorDetailBox {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.doctorDetailBox .sec01 {
    position: relative;
}

.doctorDetailBox .sec01>img {
    width: 100%;
}

.doctorDetailBox .sec01 .darkBg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-indeX: 444;
}

.doctorDetailBox .sec01 .rightBox {
    background: rgba(10, 43, 150, 0.5);
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    z-indeX: 555;
}

.doctorDetailBox .sec01 .rightBox p:first-child {
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
    color: #FFF;
}

.doctorDetailBox .sec01 .rightBox p:nth-child(2) {
    font-size: 30px;
    text-align: center;
    color: #FFF;
    margin-bottom: 30px;
}

.doctorDetailBox .sec01 .rightBox p:nth-child(2) font {
    font-size: 20px;
    display: inline-block;
    background: #FFF;
    height: 25px;
    width: 2px;
}

.doctorDetailBox .sec01 .rightBox .btnBox {
    position: absolute;
    bottom: 200px;
    width: 100%;
}

.doctorDetailBox .sec01 .rightBox .btnBox a {
    width: 500px;
    margin: 10px auto;
    display: block;
}

.doctorDetailBox .sec01 .rightBox .btnBox a img {
    width: 100%;
}

.doctorDetailBox .sec01 .rightBox .btnBox a.hbtn {
    display: block;
    width: 300px;
    border: 1px solid #fff;
    margin: 10px auto;
    padding: 30px 100px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.doctorDetailBox .sec01 .rightBox .btnBox a.:first-child {
    background: #0ea0c0;
    border: 1px solid #0ea0c0;
}

.doctorDetailBox .sec01 .rightBox .btnBox a.hbtn img {
    width: 30px;
    margin-right: 10px;
}


.doctorDetailBox .sec02 {
    background: #0a2b6f;
}

.doctorDetailBox .sec02 .subSec {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
}

.doctorDetailBox .sec02 .subSec .tit {
    font-size: 20px;
    font-weight: bolder;
    color: #FFF;
    margin-bottom: 20px;
}

.doctorDetailBox .sec02 .subSec table {
    width: 100%;
}

.doctorDetailBox .sec02 .subSec table td,
th {
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #FFF;
}

.doctorDetailBox .sec02 .subSec table .hdg {
    background: #444;
}

.doctorDetailBox .sec02 .subSec table td span {
    color: #27d8ff;
}

.doctorDetailBox .sec02 .subSec table td font {
    color: #fcff27;
}

.sec {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.sec p.tit {
    font-size: 20px;
    font-weight: bolder;
    color: #333;
}

.sec .con {
    color: #333;
    font-size: 15px;
    line-height: 30px;
    margin-top: 20px;
    overflow: hidden;
    clear: both;
}

.sec .con .left {
    float: left;
    width: 50%;
}

.sec .con .right {
    float: left;
    width: 50%;
}

.sec04 {
    border-top: 1px solid #222;
    padding-top: 50px;
}

.sec05 {
    border-top: 1px solid #222;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px !important;
}

@media (max-width: 1000px) {
    .doctorDetailBox .sec01>img {
        width: auto;
        height: 500px;
    }

    .doctorDetailBox .sec01 .rightBox {
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 350px;
        top: unset;
        width: 100%;
    }

    .doctorDetailBox .sec01 .rightBox .btnBox {
        bottom: 30px;
    }

    .doctorDetailBox .sec01 .rightBox p:first-child {
        font-size: 25px;
    }

    .doctorDetailBox .sec01 .rightBox p:nth-child(2) {
        font-size: 20px;
    }

    .doctorDetailBox .sec01 .rightBox .btnBox a {
        box-sizing: border-box;
        width: calc(100% - 20px);
    }

    .doctorDetailBox .sec01 .rightBox .btnBox a.hbtn {
        padding: 10px 50px;
        font-size: 15px;
    }

    .doctorDetailBox .sec01 .rightBox .btnBox a.hbtn img {
        width: 25px;
    }

    .doctorDetailBox .sec02 .subSec {
        width: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
    }

    .sec {
        width: 100%;
        box-sizing: border-box;
        padding: 30px;
    }

    .sec .con .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .sec .con .left img {
        width: 100%;
    }

    .sec .con .right {
        width: 100%;
    }

    .sec .con .right img {
        width: 100%;
    }

    .sec04 .con .right {
        margin-top: 30px;
    }

    .mb100 {
        margin-bottom: 30px !important;
    }
}



.iframeBoxss {
    box-sizing: border-box;
    padding-right: 10px;
}

.sec .con .left iframe {
    width: 100%;
    height: 100%;
    min-height: 332px;
}

.mo {
    display: none;
}

@media (max-width: 1000px) {
    .iframeBoxss {
        box-sizing: border-box;
        padding-right: 0px;
    }

    .sec .con .left iframe {
        height: auto;
    }

    .pc {
        display: none;
    }

    .mo {
        display: block;
    }

    .leftzero {
        width: 100% !important;
    }
}