@charset "utf-8";
/*分页*/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.3rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #0771A3;
    color: #fff;
    border: 1px solid #0771A3;
}

.pagination a:hover {
    background: #0771A3;
    color: #fff;
    border: 1px solid #0771A3;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
.n_banner {
    position: relative;
    z-index: 3;
}
.n_banner .img img{
    display: block;
    width: 100%;
}

.n_top {
    position: absolute;
    left: 0;
    bottom: -0.08rem;
    z-index: 9;
    width: auto;
    min-width: 11rem;
    background: linear-gradient(270deg, #E96DA3 0%, #00B0CD 100%);
    padding-top: .45rem;
    padding-bottom: .23rem;
    border-radius: 0 .5rem 0 0;
}
.n_top:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
}
.n_top .wp{
    position: relative;
    z-index: 3;
    width: auto;
    padding-left: 13.54vw;
    padding-right: .72rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

}
.n_top .left{
    width: 3.83rem;
    margin-right: .2rem;
}
.n_top .title002{
    position: relative;
}
.n_top .title002 h3{
    font-size: .42rem;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 3;
    padding-left: .1rem;
}
.n_top .title002 h6{
    font-size: .8rem;
    color: #fff;
    line-height: 1;
    opacity: .06;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'songti',serif;
}

.n_top h1{
    font-size: .36rem;
    color: #fff;
    line-height: .4rem;
    position: relative;
    margin-bottom: .28rem;
    font-weight: 600;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
.n_top .posi{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .2rem;
    color: #fff;

}
.n_top .posi img{
    display: block;
    width: .19rem;
    margin-right: .1rem;
}
.n_top .posi span{
    margin: 0 0.04rem;
}
.n_container{
    position: relative;
    margin-top: -.5rem;
    padding-top: 1.25rem;
    padding-bottom: 2.84rem;
    background: #F0FAFF url("../images/n_container.png") no-repeat top center;
    background-size: cover;
}
.n_container .wp{
    width: 14rem;
}

.leftNav{
    width: 24.29%;
}
.leftNav .n_logo img{
    display: block;
    width: 2.2rem;
    margin: 0 auto;

    border-radius: 50%;
}
.leftNav .n_logo{
    padding: 0 .2rem .36rem;
    position: relative;
    background: url("../images/n_leftbg.png") no-repeat bottom center;
    background-size: 100%;
}
.leftNav .lv1>li{
    position: relative;
    z-index: 3;
    padding: 0.05rem 0;
}
.leftNav .lv1 li a{
    display: block;
    position: relative;
    z-index: 3;
}
.leftNav .lv1 li h2{
    font-size: .24rem;
    color: #333333;
    line-height: .62rem;
    position: relative;
    z-index: 3;
    padding-right: .27rem;
    transition: .5s;
    text-align: center;
}
.leftNav .lv1 li h2 i{
    position: absolute;
    right: .07rem;
    top: 50%;
    width: .2rem;
    height: .2rem;
    margin-top: -.1rem;
    background: url("../images/n_left.png") no-repeat 50%/.15rem;
    transition: .5s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.leftNav .lv1 li h2:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, #E07CB0 0%, #0771A3 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: scaleX(0);
    transform-origin: left center;
}
.leftNav .lv1 li.on h2:before,
.leftNav .lv1 li:hover h2:before{
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}
.leftNav .lv1 li.on h2,
.leftNav .lv1 li:hover h2{
    color: #fff;
}
.leftNav .lv1 li.xiala h2 i{
    opacity: 1;
    visibility: visible;
}
.leftNav .lv2 a{
    display: block;
    font-size: .2rem;
    line-height: .52rem;
    padding-left: .84rem;
    transition: .5s;
}
.leftNav .lv2 li{
    margin: .04rem 0;
}

.leftNav .lv2 a:hover{
    color: #0771A3;
    font-weight: 900;
    background: #E4F6FF;
}
.leftNav .lv2{
    padding-top: .25rem;
    padding-bottom: .16rem;

}
.leftNav .lv1 {
    background: #F5FCFF;
    padding: 0 0.2rem .34rem;
}

.rightBox{
    width: 72.64%;
}
.n_tit01 {
    padding-bottom: .31rem;
    border-bottom: 1px solid #D8D8D8;
}
.n_tit01 h1{
    font-size: .3rem;
    line-height: 1;
    color: #333333;
}
.n_tit01 h1 span{
    font-size:.14rem;
    color:red;
    display:inline-block;
    margin-left:.1rem;
}
/*n_list*/

.n_list li {
    position: relative;
    font-size: .18rem;
    color: #333;
    line-height: .72rem;
    border-bottom: 1px dashed #9E9E9E;
}
.n_list li:last-child{
    border: none;
}
.n_list li a{
    padding-right: 1.3rem;
    transition: .5s;
}
.n_list li a:before{
    display: inline-block;
    content: '›';
    margin-right: .1rem;
}
.n_list li time{
    position: absolute;
    right: 0;
    top: 0;
}
.n_list li:hover{
    border-color: #1A7CAB;
}
.n_list li:hover a{
    color: #1A7CAB;
}

/*list_pic*/
.n_listPic li{
    position: relative;
    border-bottom: 1px dashed #9E9E9E;
}
.n_listPic li:last-child{
    border: none;
}
.n_listPic li:after{
    position: absolute;
    content: '';
    left: -.3rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 .04rem .1rem 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.n_listPic li a{
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .32rem 0;
}

.n_listPic li a .pic{
    width: 3rem;
    height: 2rem;
}
.n_listPic li a .txt{
    width: calc(100% - 3.3rem);
    padding-right: .23rem;
}
.n_listPic li a .txt h2{
    font-size: .18rem;
    line-height: .3rem;
    color: #333;
    transition: .5s;
    max-height: .6rem;
    margin-bottom: .2rem;
}
.n_listPic li a .txt p{
    font-size: .14rem;
    line-height: .26rem;
    color: #9E9E9E;
    height: .52rem;
    margin-bottom: .26rem;
}
.n_listPic li a .txt time{
    display: block;
    width: .96rem;
    text-align: center;
    background: #EAF8FF;
    font-size: .14rem;
    line-height: .3rem;
    color: #0771A3
}
.n_listPic li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_listPic li:hover a .txt h2{
    font-weight: 900;
    color: #0771A3
}

/*n_picList*/

.n_picList li{
    width: 47.19%;
    margin-bottom: .37rem;
}
.n_picList li a{
    display: block;
}
.n_picList li a .pic{
    padding-top: 54.16%;
}
.n_picList li a h2{
    font-size: .18rem;
    line-height: .24rem;
    text-align: center;
    padding: .28rem .1rem;
}
.n_picList li:hover a h2{
    color: #0771A3;
}
.n_picList{
    padding-top: .33rem;
}
/*n_tch*/

.n_tch li{
    width: 22.61%;
    margin-left: 3.18%;
    margin-bottom: .68rem;
}
.n_tch li:nth-child(4n+1){
    margin-left: 0;
}
.n_tch li a{
    display: block;
}
.n_tch li a .pic{
    padding-top: 3rem;
}
.n_tch li a h2{
    font-size: .22rem;
    line-height: .26rem;
    color: #333;
    text-align: center;
    padding-top: .28rem;
}
.n_tch li:hover a h2{
    color: #0771A3;
}
.n_tch{
    padding-top: .42rem;
}

/*detail*/

.detail .dtl_tit h1{
    font-size: .3rem;
    color: #333;
    line-height: 2em;
    text-align: center;
    margin-bottom: .15rem;
}
.detail .dtl_tit p{
    font-size: 0;
    text-align: center;
}
.detail .dtl_tit p span{
    display: inline-block;
    font-size: .18rem;
    line-height: .3rem;
    color: #9E9E9E;
    margin: 0 0.1rem;
}
.detail .dtl_tit{
    padding-bottom: .42rem;

    border-bottom: 1px solid #D8D8D8;
}
.dtl_txt p{
    font-size: .18rem !important;
    line-height: 2!important;
    color: #333333!important;
    margin-top: 1em;
}
.dtl_txt p span {    background: none !important;}


.dtl_txt img{
    display: block !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    height:auto;
    border:none !important;
}
.dtl_page p{
    font-size: .18rem;
    line-height: .6rem;
    color: #333;
}
.dtl_page p:hover a{
    color: #0771A3;
}
.dtl_page {
    margin-top: .43rem;
}

/*system*/

.system{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.system .item{
    width: 48.57%;
    min-height: 5.17rem;
    margin-bottom: .83rem;
    padding: .42rem .1rem .2rem .49rem;
    border-radius: .3rem 1.2rem .3rem .3rem;
    background: linear-gradient(180deg, rgba(226, 246, 255, 0) 4%, #EAF8FF 100%);
    box-shadow: 0 .04rem .23rem 0 rgba(7, 113, 163, 0.1);
}
.system_tit{
    display: flex;
    margin-left: -.49rem;
    margin-bottom: .32rem;
}
.system_tit h2{
    display: flex;
    align-items: center;
    font-size: .36rem;
    color: #fff;
    line-height: .72rem;
    background: linear-gradient(180deg, #34ADE7 9%, #0771A3 98%);
    border-radius: 0px .3rem 0px 0px;
    padding-left: .5rem;
    padding-right: .2rem;
    min-width: 2.3rem;
}
.system_tit h2 img{
    display: block;
    width: .36rem;
    margin-right: .1rem;
}
.system .item ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.system .item ul li{
    width: 33.33%;
    margin: 0.08rem 0;
    position: relative;
    display: flex;
}
.system .item ul li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #34ADE7 9%, #0771A3 98%);
    border-radius: 0px .2rem 0px 0px;
    border-left: 1px solid #EB72A7;
    opacity: 0;
    visibility: visible;
    transition: .5s;
    min-width: 1.76rem;
}
.system .item ul li a{
    font-size: .2rem;
    line-height: .44rem;
    color: #333;
    position: relative;
    z-index: 3;
    padding-right: .1rem;
    transition: .5s;
}
.system .item ul li a span{
    max-width: 1.8rem;
}
.system .item ul li a:after{
    position: absolute;
    content: '';
    left: -.28rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #34ADE7 9%, #0771A3 98%);
    border-radius: 0px .2rem 0px 0px;
    border-left: 2px solid #EB72A7;
    z-index: -1;
}
.system .item ul li a span:before{
    display: inline-block;
    content: '›';
}
.system .item ul li:hover a{
    color: #fff;
}
.system .item ul li:hover a:after{
    opacity: 1;
    visibility: visible;
}

/* lsyg */
.lsyg {
    padding: 70px 0;
}

.ls-tit .xrld-tit {
    margin-bottom: 40px;
}

.ls-tit p {
    font-size: 17px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.ls-tit {
    margin-bottom: 80px;
}

.ls-c {
    padding-top: 45px;
}

.ls-top {
    margin-bottom: 80px;
}

.ls-top,
.ls-bot {
    display: flex;
    justify-content: space-between;
}

.ls-bot .ls-pic {
    order: 1;
}

.ls-bot .ls-tx {
    order: 0;
}

.ls-top>div,
.ls-bot>div {
    width: 50%;
}

.ls-pic p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.ls-pic img {
    display: block;
    width: 100%;
}

.ls-tx h3 b {
    font-family: CenturyGothic;
    font-size: 28px;
    margin-right: 10px;
    color: #b21f24;
}

.ls-tx h3 span {
    font-size: 15px;
    letter-spacing: 1px;
    color: #b21f24;
}

.ls-tx h3 {
    margin-bottom: 20px;
    position: relative;
}

.ls-tx h3::before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #b21f24;
    position: absolute;
    top: 50%;
    left: -56px;
    transform: translateY(-50%);
    z-index: 1;
}

.ls-bot .ls-tx h3::before {
    left: auto;
    right: -56px;
}

.ls-tx h3::after {
    content: '';
    width: 13px;
    height: 13px;
    background: url(../images/ls-dots.png) no-repeat #fff;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -56px;
    transform: translateY(-50%);
    z-index: 2;
}

.ls-bot .ls-tx h3::after {
    left: auto;
    right: -56px;
}

.ls-tx p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.ls-top,
.ls-bot {
    position: relative;
    z-index: 3;
}

.ls-tx ul li {
    margin-bottom: 50px;
}

.ls-top .ls-pic {
    padding-right: 50px;
}

.ls-bot .ls-pic {
    padding-left: 50px;
}

.ls-top .ls-tx {
    padding-left: 50px;
}

.ls-bot .ls-tx {
    padding-right: 50px;
    text-align: right;
}

.ls-bot .ls-tx h3 {
    display: flex;
    justify-content: end;
    align-items: baseline;
}

.ls-bot .ls-tx h3 b {
    order: 1;
}

.ls-bot .ls-tx h3 span {
    order: 0;
}

.ls-bot .ls-tx b {
    margin-right: 0;
    margin-left: 10px;
}

.ls-c {
    position: relative;
}

.ls-c::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
    transform: translateX(-50%);
    z-index: 1;
}

.ls-c::before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: solid 1px #e0e0e0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 2;
}










/*expert*/
.expert{

    padding-left: .43rem;
}
.expert_block1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .44rem;
    padding-top: .46rem;
}
.expert_block1 .pic{
    width: 2.3rem;
    height: 3rem;
}
.expert_block1 .info{
    width: calc(100% - 2.9rem);
    padding-top: .13rem;
    padding-right: .2rem;
}
.expert_block1 .info h2{
    font-size: .36rem;
    color: #333;
    line-height: 1;
    display: flex;
    margin-bottom: .49rem;
}
.expert_block1 .info h2 i{
    display: inline-block;
    font-size: .18rem;
    line-height: .34rem;
    color: #0771A3;
    padding-left: .17rem;
    padding-right: .17rem;
    border-radius: 0 .2rem 0 0;
    margin-left: .15rem;
    background: #E1F5FF;
}
.expert_block1 .info img{
    display: block;
    height: .25rem;
    margin-bottom: .25rem;
}
.expert_block1 .info p{
    font-size: .16rem;
    color: #333333;
    line-height: .32rem;
    -webkit-line-clamp: 4;
    height: 1.28rem;
}

.expert_tit h2{
    display: inline-block;
    font-size: .24rem;
    color: #fff;
    line-height: .48rem;
    padding-left: .2rem;
    padding-right: .2rem;
    border-radius: 0px .2rem 0px 0px;
    background: linear-gradient(90deg, #0771A3 0%, rgba(7, 113, 163, 0.5) 100%);
}
.expert_tit{
    margin-bottom: .32rem;
}
.expert_block2 .txt p{
    font-size: .16rem !important;
    line-height: .32rem !important;
    color: #333;
}
.expert_block2{
    margin-bottom: .38rem;
}

.expert_table table{
    width: 100%;
    border-right: 1px solid #F1F1F1;
    border-top: 1px solid #F1F1F1;
    border-bottom: none;
    border-left: none;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: content-box;
}
.expert_table table tr:first-child td p{
    color: #333333;
}
.expert_table table td{
    width: 12.5%;
    text-align: center;
    height: .78rem;
    border-left: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}
.expert_table table td.biaotou{
    position: relative;
}
.expert_table table td p{
    font-size: .16rem;
    line-height: .26rem;
    color: #9E9E9E;
}
.expert_table table td p.on{
    color: #1A7CAB
}
.expert_table table td.biaotou span{
    display: block;
    line-height: .38rem;
    padding-left: .16rem;
    padding-right: .12rem;
}
.expert_table table td.biaotou .data{
    text-align: right;
}
.expert_table table td.biaotou .time{
    text-align: left;
}
.expert_table table td.biaotou:after{
    position: absolute;
    content:'';
    width: 1px;
    height: 1.44rem;
    left: 0.58rem;
    top: -0.36rem;
    transform: rotate(-57deg);
    background: #F1F1F1;
}
.expert_block3 .tips{
    font-size: .16rem;
    color: #9E9E9E;
    line-height: .32rem;
    margin-top: .3rem;
}
.expert_block3{
    margin-bottom: .35rem;
}
.expert_list li{
    width: 46.32%;
    margin-bottom: .4rem;
}
.expert_list li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.expert_list li .pic{
    width: 1.6rem;
    height: 2.08rem;
}
.expert_list li .txt{
    width: calc(100% - 1.84rem);
}
.expert_list li .txt h2{
    font-size: .28rem;
    line-height: .34rem;
    color: #333;
    display: flex;
    margin-bottom: .23rem;
}
.expert_list li .txt h2 i{
    display: block;
    font-size: .16rem;
    line-height: .34rem;
    color: #0771A3;
    padding: 0 .18rem;
    background: #E1F5FF;
    border-radius: 0px .2rem 0px 0px;
    margin-left: .1rem;
}
.expert_list li .txt p{
    font-size: .16rem;
    line-height: .32rem;
    color: #333;
    -webkit-line-clamp: 4;
    height: 1.28rem;
}

/*医院简介*/
.aboutUs .aboutUs_block1{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .57rem .63rem 1.66rem;
    background: url("../images/about01.png") no-repeat top center;
    background-size: 100%;
    margin-bottom: .67rem;
}
.aboutUs .aboutUs_block1 .left{
    width: 53.53%;
    padding-top: .19rem;
}
.aboutUs .aboutUs_block1 .tit003 h2{
    display: flex;
    align-items: center;
    font-size: .36rem;
    color: #333333;
    line-height: .54rem;
}
.aboutUs .aboutUs_block1 .tit003 h2 img{
    display: block;
    width: .28rem;
    margin-right: .18rem;
}
.aboutUs .aboutUs_block1 .tit003{
    margin-bottom: .33rem;
}
.aboutUs .aboutUs_block1 .left .txt p{
    font-size: .16rem !important;
    line-height: .36rem !important;
    color: #333333 !important;
}
.aboutUs .aboutUs_block1 .left .txt{
    margin-bottom: .4rem;
}
.aboutUs .aboutUs_block1 .left .more a{
    display: block;
    font-size: .16rem;
    color: #999999;
    line-height: .36rem;
}
.aboutUs .aboutUs_block1 .left .more a:hover{
    color: #1A7CAB;
}
.aboutUs .aboutUs_block1 .right{
    width: 39.25%;
}
.aboutUs .aboutUs_block1 .right .pic{
    padding-top: 6.8rem;
}

.aboutUs_block2 .tit003 h2{
    font-size: .36rem;
    line-height: .54rem;
    color: #333;
    text-align: center;
}
.aboutUs_block2 .tit003{
    margin-bottom: .5rem;
}
.aboutUs_list1 li{
    width: 47.06%;
    margin-bottom: .65rem;
}
.aboutUs_list1 li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutUs_list1 li .pic{
    width: 2.2rem;
    height: 2.9rem;
}
.aboutUs_list1 li .pic i{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .18rem;
    color: #fff;
    line-height: .4rem;
    background: #0771A3;
    border-radius: 0 .2rem 0 0;
    z-index: 3;
    padding: 0 .26rem;
}
.aboutUs_list1 li .txt{
    width: calc(100% - 2.5rem);
}
.aboutUs_list1 li .txt h2{
    font-size: .3rem;
    line-height: .44rem;
    color: #333;
    margin-bottom: .18rem;
}
.aboutUs_list1 li .txt p{
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
    -webkit-line-clamp: 7;
    height: 2.24rem;
}
.aboutUs_block2{
    margin-bottom: .79rem;
}
.aboutUs_block3 .left{
    width: 2.86rem;
    padding-bottom: .97rem;
}
.aboutUs_block3 .tit003 img{
    display: block;
    width: .72rem;
    margin:0 auto .27rem;
}
.aboutUs_block3 .tit003 h3{
    font-size: .36rem;
    color: #1A7CAB;
    line-height: .42rem;
    font-weight: 600;
    text-align: center;
}
.aboutUs_block3 .right{
    width:calc(100% - 3.15rem);
    padding-right: .65rem;
}
.aboutUs_block3 ul li{
    width: 30.39%;
    position: relative;
    margin-left: 4.415%;
    overflow: hidden;
    border-radius: .2rem 1rem .2rem .2rem;
    background: linear-gradient(180deg, #34ADE7 9%, #0771A3 98%)
}
.aboutUs_block3 ul li:first-child{
    margin-left: 0;
}
.aboutUs_block3 ul li a{
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: .1rem ;
}
.aboutUs_block3 ul li .pic{
    padding-top: 2rem;
    border-radius: .2rem 1rem .2rem .2rem;
}
.aboutUs_block3 ul li .txt h2{
    font-size: .3rem;
    color: #fff;
    line-height: .42rem;
    margin-bottom: .08rem;
}
.aboutUs_block3 ul li .txt p{
    font-size: .16rem;
    color: #fff;
    line-height: .3rem;
    height: .6rem;
}
.aboutUs_block3 ul li .txt{
    padding: .27rem .13rem .33rem;
}
.aboutUs_block3 ul li:hover{
    background: linear-gradient(180deg, #1998D4 0%, #EB72A7 100%)
}
.aboutUs_block3{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: url("../images/about09.png") no-repeat bottom center;
    background-size: 100%;
    margin-bottom: 1.17rem;
}

.aboutUs_block4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.aboutUs_block4 .left{
    width: 48.86%;
}

.aboutUs_block4  .list_tabs .li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: .33rem;
    cursor: pointer;
}
.aboutUs_block4  .list_tabs .li:first-child{
    margin-top: 0;
}
.aboutUs_block4  .list_tabs .li .pic{
    width: 1.4rem;
    height: 1.4rem;
    z-index: 3;
    border-radius: 50%;
    overflow: hidden;
}
.aboutUs_block4  .list_tabs .li .pic .con{
    position: absolute;
    left: 0.08rem;
    right: 0.08rem;
    bottom: 0.08rem;
    top: 0.08rem;
    border-radius: 50%;
    overflow: hidden;
}
.aboutUs_block4  .list_tabs .li .pic h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .14rem;
    color: #ffffff;
    text-align: center;
    line-height: .36rem;
    background: linear-gradient(180deg, #34ADE7 9%, #0771A3 98%);
}
.aboutUs_block4  .list_tabs .li .txt{
    width: calc(100% - 1.7rem);
}

.aboutUs_block4 .list_tabs .li .txt p{
    font-size: .2rem;
    color: #333;
    line-height: .42rem;
}
.aboutUs_block4 .list_tabs .li.active .pic h3{
    background: #E96DA3;
}
.aboutUs_block4 .right{
    width: 47.14%;

}
.aboutUs_block4 .list_bds_li img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.aboutUs_block4 .list_bds_li .img_box{
    display: flex;
    height: 7.3rem;
    align-items: center;
    justify-content: center;
    background: #D8D8D8;
    border-radius: .55rem;
    overflow: hidden;
}


.aboutUs{
    position: relative;
    margin-top: -1.45rem;
    z-index: 3;
}

/*科室介绍*/

.office_block1 .left{
    width: 51.87%;
}
.office_block1 .left .tit003 h2{
    font-size: .36rem;
    color: #333333;
    line-height: 1;
}
.office_block1 .left .tit003{
    margin-bottom: .38rem;
}
.office_block1 .left .txt p{
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
    margin-bottom: .3rem;
}
.office_block1 .left .txt .scroll{
    padding-right: .3rem;

}
.office_block1 .left .txt{
    height: 5.2rem;
    overflow-y: scroll;
}
.office_block1 .left .txt::-webkit-scrollbar {width:5px;height: 8px;background-color: #E5F7FF;}
.office_block1 .left .txt::-webkit-scrollbar-track {border-radius: 10px;background-color: #E5F7FF;}
.office_block1 .left .txt::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #0771A3;}

.office_block1 .right{
    width: 42.16%;
}
.office_block1 .right .img_box{
    padding-right: .2rem;
    padding-bottom: .22rem;
    position: relative;
}
.office_block1 .right .img_box:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: .2rem;
    top: .22rem;
    background: rgba(198, 229, 244, 0.502);
}
.office_block1 .right  .pic{
    padding-top: 5.72rem;
    z-index: 3;
}

.office_block1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .66rem .21rem 1.83rem 1.22rem;
    background: url("../images/office02.png") no-repeat bottom center;
    background-size: 100% 100%;
    margin-bottom: .75rem;
    margin-top: -1.75rem;
    position:relative;
}
.office_block2 li{
    width: 30.93%;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(7, 113, 163, 0.502);
    border-radius: .1rem .8rem 0 .1rem;
    overflow: hidden;
}
.office_block2 li .ll{
    width: .7rem;
    height: 2rem;
    background: linear-gradient(180deg, #34ADE7 9%, #0771A3 98%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.office_block2 li .ll h4{
    font-size: .24rem;
    color: #fff;
    line-height: .28rem;
    width: .26rem;
}
.office_block2 li .rr{
    width: calc(100% - .7rem);
    padding: .3rem .3rem .3rem .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.office_block2 li .rr p{
    font-size: .18rem;
    color: #333;
    line-height: .3rem;
}
.office_block2 li .rr .scroll{
    max-height: 1.4rem;
    overflow-y: scroll;
    padding-right: .2rem;
}

.office_block2 li .rr .scroll::-webkit-scrollbar {width:5px;height: 8px;background-color: #E5F7FF;}
.office_block2 li .rr .scroll::-webkit-scrollbar-track {border-radius: 10px;background-color: #E5F7FF;}
.office_block2 li .rr .scroll::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #0771A3;}

.office_block2{
    margin-bottom: 1.08rem;
}
.office_block3 .tit003 h3{
    font-size: .36rem;
    color: #333;
    line-height: 1;
    text-align: center;

}
.office_block3 .tit003{
    margin-bottom: .34rem;
}
.office_block3  .txt p{
    font-size: .16rem;
    line-height: .42rem;
    color: #333333;
}
.office_block3  .txt{
    margin-bottom: .28rem;
}
.office_list01 li{
    width: 16.43%;
    margin-left: 4.4625%;
    margin-bottom: .66rem;
}
.office_list01 li:nth-child(5n+1){
    margin-left: 0;
}
.office_list01 li a{
    display: block;
}
.office_list01 li a .pic{
    padding-top: 3rem;
}
.office_list01 li a h4{
    font-size: .22rem;
    color: #333333;
    line-height: .26rem;
    text-align: center;
    padding-top: .28rem;
}
.office_block3{
    margin-bottom: .32rem;
}
.office_box{
    padding-left: .67rem;
    padding-right: .69rem;
}
.office_block4 .tit003 h3{
    font-size: .36rem;
    color: #333;
    line-height: 1;
    text-align: center;
}
.office_block4 .tit003 {
    margin-bottom: .26rem;
}

.office_box table{
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: content-box;
}
.office_box table td{
    padding: .1rem;
    width: 12.5%;
}
.office_table1 td p{
    font-size: .24rem;
    color: #0771A3;
    line-height: .36rem;
    text-align: center;
}
.office_table1 td{
    height: .94rem;
}
.office_table1 td:nth-child(3) p{
    margin-top: .15rem;
}
.office_table1 td:nth-child(4) p{
    margin-top: .24rem;
}
.office_table1 td:nth-child(5) p{
    margin-top: .29rem;
}
.office_table1 td:nth-child(6) p{
    margin-top: .32rem;
}
.office_table1 td:nth-child(7) p{
    margin-top: .26rem;
}
.office_table1 {
    padding-left: .5rem;
    padding-right: .7rem;
    background: url("../images/office03.png") no-repeat bottom center;
    background-size: auto 100%;
    margin-bottom: .3rem;
}
.office_table2 table p a{
    font-size: .18rem;
    line-height: .36rem;
    color: #333;
    text-align: center;
    display: block;
}
.office_table2 table p a:hover{
    color: #1C91A8;
}
.office_table2 table td img{
    display: block;
    width: .62rem;
    margin:  0 auto;
}
.office_table2 table td{
    padding: .2rem .1rem;
}
.office_table2{
    padding-left: .5rem;
    padding-right: .7rem;
}
.office_block4{
    margin-bottom: .56rem;
}
.office_block5 .list_bds{
    min-height:3.6rem;
}
.office_block5 .list_tabs{
    margin-bottom: .78rem;
    display: flex;
    justify-content: center;
    background: url("../images/office08.png") no-repeat bottom .33rem center;
    background-size: auto;
}
.office_block5 .list_tabs .li{
    width: 1.8rem;
    height: 1.5rem;
    background: url("../images/office06.png") no-repeat 50%;
    background-size: 100% 100%;
    margin: 0 0.52rem;
}
.office_block5 .list_tabs .li a{
    display: block;
    height: 100%;
    padding-top: .42rem;
}
.office_block5 .list_tabs .li .icon{
    width: .39rem;
    height: .36rem;
    position: relative;
    margin: 0 auto .03rem;
}
.office_block5 .list_tabs .li .icon .img02,
.office_block5 .list_tabs .li.active .icon .img01{
    display: none;
}
.office_block5 .list_tabs .li h4{
    font-size: .24rem;
    color: #0771A3;
    line-height: .36rem;
    text-align: center;
}
.office_block5 .list_tabs .li.active{
    background-image: url("../images/office07.png");
}
.office_block5 .list_tabs .li.active .icon .img02{
    display: block;
}
.office_block5 .list_tabs .li.active h4{
    color: #fff;
}

.officew a{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px .04rem .1rem 0px rgba(0, 0, 0, 0.1);
}
.officew .pic{
    padding-top: 4.5rem;
}
.officew .txt h2{
    font-size: .2rem;
    color: #333;
    line-height: .36rem;
    margin-bottom: .16rem;
}
.officew .txt p{
    font-size: .16rem;
    color: #9E9E9E;
    line-height: .3rem;
    height: .6rem;
}
.officew .txt{
    padding: .2rem .11rem .48rem .2rem;
}
.officew a:hover h2{
    color: #1C91A8;
}
.office_block5 .list_bds_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.office_block5 .left{
    width: 47.14%;
}
.office_block5 .right{
    width: 48.93%;
}
.office_list2 li{
    position: relative;
    line-height: .62rem;
    font-size: .18rem;
    color: #333;
}
.office_list2 li a{
    padding-right: 1.2rem;
}
.office_list2 li a:before{
    display: inline-block;
    content: '›';
    margin-right: .1rem;
}
.office_list2 li time{
    position: absolute;
    right: 0;
    top: 0;
}
.office_list2 li:hover a{
    color: #1C91A8;
}
.office_block5 .list_bds_li{
    transform: scale(0);
    height: 0;
    visibility: hidden;
}
.office_block5 .list_bds_li.active{
    transform: scale(1);
    height: auto;
    visibility: visible;
}

.office{
    position: relative;

    z-index: 3;
}

/**/

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: linear-gradient(270deg, #E96DA3 0%, #00B0CD 100%);
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #1764B0;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #1764B0;
}


/*=====================响应式调整===================================*/
@media  (max-width: 1199px){
    .n_banner {
        margin-top: 0.75rem;
    }
    .banner .wp{
        padding: 0 !important;
    }
    .n_top{
        display: none;
    }
    .leftNav{
        display: none;
    }
    .n_container .aleft{
        width: 100%;
    }
    .ny-tit h4{
        font-size: .24rem;
    }
    .rightBox{
        width: 100%;
        padding-top: 0;
    }
    #m_n_nav{
        display: block;
        margin-top: -.3rem;
    }
    .n_container{
        padding-top: .3rem;
        padding-bottom: .4rem;
        margin-top: 0;min-height:8rem;
    }
    .n_tit01 h1{
        font-size: .28rem;
    }
    .n_tit01 {
        padding-bottom: .2rem;
    }
    .n_list li{
        font-size: .18rem;
    }
    .pagination{
        padding-top: .25rem;
    }
    .expert{
        padding-left: 0;
    }

}
@media  (max-width: 1025px){
    .n_list li{
        line-height: .64rem;
    }
    .n_listPic li a{
        padding: .24rem 0;
    }
    .detail .dtl_tit h1{
        font-size: .26rem;
        line-height: 1.5;
    }
    .detail .dtl_tit{
        padding-bottom: .2rem;
    }
    .expert_block1{
        padding: .25rem 0;
        margin-bottom: .15rem;
    }
    .expert_block1 .info h2{
        font-size: .28rem;
    }
    .expert_block1 .info img{
        height: .22rem;
    }
    .expert_block1 .info {
        width: calc(100% - 2.6rem);
    }
    .expert_block2 .txt p{
        font-size: .18rem;
        line-height: 2;
    }
    .expert_tit{
        margin-bottom: .25rem;
    }
    .expert_block2{
        margin-bottom: .3rem;
    }
    .expert_list li .txt h2{
        font-size: .24rem;
        margin-bottom: .18rem;
    }
    .n_tch li a .pic{
        padding-top: 130.43%;
    }
    .n_tch li a h2{
        padding-top: .2rem;
        font-size: .2rem;
    }
    .n_tch li{
        margin-bottom: .3rem;
    }
    .n_tch{
        padding-top: .24rem;
    }
    .system .item{
        width: 100%;
        min-height: auto;
        margin-bottom: .3rem;
        padding: .3rem .2rem .2rem .3rem;
        border-radius: 0.2rem;
    }
    .system_tit h2{
        font-size: .28rem;
        line-height: .6rem;
        padding-left: .3rem;
        border-radius: 0 .2rem 0 0;
    }
    .system_tit{
        margin-left: -.3rem;
        margin-bottom: .2rem;
    }
    .aboutUs{
        margin-top: 0;
    }
    .aboutUs .aboutUs_block1 .tit003 h2{
        font-size: .28rem;
        line-height: .34rem;
    }
    .aboutUs .aboutUs_block1 .tit003{
        margin-bottom: .24rem;
    }
    .aboutUs .aboutUs_block1{
        padding: .3rem;
        background: linear-gradient(180deg, #C9EEFF 0%, rgba(232, 248, 255, 0.47) 100%);
        border: 1px solid #0771A3;
        border-radius: .1rem;
        margin-bottom: .4rem;
    }
    .aboutUs .aboutUs_block1 .right .pic{
        padding-top: 136%;
    }
    .aboutUs .aboutUs_block1 .left .txt p{
        font-size: .18rem;
    }
    .aboutUs .aboutUs_block1 .left .txt{
        margin-bottom: .2rem;
    }
    .aboutUs_block2 .tit003 h2{
        font-size: .28rem;
        line-height: .34rem;
    }
    .aboutUs_block2 .tit003{
        margin-bottom: .3rem;
    }
    .aboutUs_list1 li .txt h2{
        font-size: .25rem;
        line-height: .33rem;
    }
    .aboutUs_list1 li{
        margin-bottom: .3rem;
    }
    .aboutUs_block2{
        margin-bottom: .2rem;
    }
    .aboutUs_block3 .left{
        width: 100%;
        padding-bottom: 0;
        margin-bottom: .3rem;
    }
    .aboutUs_block3 .tit003{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .aboutUs_block3 .tit003 h3{
        font-size: .28rem;
        line-height: .38rem;
    }
    .aboutUs_block3 .tit003 img{
        width: .4rem;
        margin: 0 .1rem 0 0;
    }
    .aboutUs_block3{
        flex-wrap: wrap;
        margin-bottom: .4rem;
    }
    .aboutUs_block3 .right{
        width: 100%;
        padding-right: 0;
    }
    .aboutUs_block3 ul li{
        width: 32%;
        margin-left: 0;
    }
    .aboutUs_block3 ul li .txt h2{
        font-size: .24rem;
        line-height: .3rem;
    }
    .aboutUs_block3 ul li .txt{
        padding: .2rem 0 0;
    }
    .aboutUs_block3 ul li .pic{
        padding-top: 68.96%;
        border-radius: 0.2rem 1.1rem 0.2rem 0.2rem;
    }
    .aboutUs_block4 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .aboutUs_block4 .list_tabs .li .pic {
        width: 1.4rem;
        height: 1.4rem;
    }
    .aboutUs_block4 .list_tabs .li .txt{
        width: calc(100% - 1.6rem);
        padding-bottom: 0;
    }
    .aboutUs_block4 .list_tabs .li .txt h3{
        font-size: .24rem;
        line-height: .48rem;
        border-radius: 0 .2rem 0 0;
        padding-left: 0.5rem;
        margin-left: -0.5rem;
        margin-bottom: .1rem;
    }
    .aboutUs_block4 .list_tabs .li{
        align-items: center;
    }
    .aboutUs_block4 .right{
        width: 100%;
    }
    .aboutUs_block4 .list_bds_li .img_box{
        height: auto;
    }
    .aboutUs_block4 .list_bds_li img{
        border-radius: .6rem;
    }
    .office{
        margin: 0;
    }
    .office_block1{
        padding: .3rem;
        background: linear-gradient(180deg, #C9EEFF 0%, rgba(232, 248, 255, 0.47) 100%);
        border: 1px solid #0771A3;
        border-radius: .1rem;
        margin-bottom: .4rem;
        margin-top:0;
    }
    .office_block1 .left .tit003 h2{
        font-size: .28rem;
        line-height: .34rem;
    }
    .office_block1 .left .tit003{
        margin-bottom: 0.24rem;
    }
    .office_block2 li .rr{
        padding: .3rem .2rem;
    }
    .office_block2{
        margin-bottom: .4rem;
    }
    .office_block3 .tit003 h3{
        font-size: .28rem;
        line-height: .34rem;
    }
    .office_block3 .tit003{
        margin-bottom: .2rem;
    }
    .office_list01 li a .pic{
        padding-top: 130.43%;
    }
    .office_list01 li a h4{
        padding-top: .2rem;
    }
    .office_list01 li{
        margin-bottom: .24rem;
    }
    .office_block4 .tit003 h3{
        font-size: .28rem;
    }
    .office_box{
        padding-left: 0;
        padding-right: 0;
    }
    .office_table1{
        padding: 0;
        margin-bottom: 0;
        background: linear-gradient(180deg, rgba(52, 173, 231, 0.15) 9%, rgba(7, 113, 163, 0.15) 98%);
    }
    .office_table1 td {
        height: 0.64rem;
    }
    .office_table1 td p{
        font-size: .22rem;
        margin-top: 0 !important;
    }
    .office_table2{
        padding: 0;
    }
    .office_block5 .list_tabs .li h4{
        font-size: .22rem;
    }
    .office_block5 .list_tabs{
        margin-bottom: .3rem;
    }
}

@media  (max-width: 769px){
    .n_list li a{
        padding-right: 1.1rem;
    }
    .n_listPic li a .pic{
        width: 2.4rem;
    }
    .n_listPic li a .txt{
        width: calc(100% - 2.6rem);
    }
    .n_picList li a h2{
        padding: .2rem .1rem;
    }
    .n_picList li{
        width: 48%;
        margin-bottom: .25rem;
    }
    .n_picList{
        padding-top: .2rem;
    }
    .dtl_txt p{
        margin-top: 1.5em;
    }
    .dtl_page p{
        line-height: 2em;
    }
    .dtl_page{
        margin-top: .3rem;
    }
    .expert_block1 .info h2{
        margin-bottom: .24rem;
    }
    .expert_block1 .info img{
        margin-bottom: .2rem;
    }
    .expert_block1 .info p{
        font-size: .18rem;
        height: auto;
        display: block;
    }
    .expert_table table{
        min-width: 740px;
    }
    .expert_table{
        overflow-Y: hidden;
        overflow-x: scroll;
    }
    .expert_table table td p{
        font-size: .18rem;
    }
    .expert_block3 .tips{
        margin-top: .2rem;
    }
    .expert_list li{
        width: 100%;
        margin-bottom: .25rem;
    }
    .n_tch li{
        width: 32%;
        margin-left: 2%;
    }
    .n_tch li:nth-child(4n+1) {
        margin-left: 2%;
    }
    .n_tch li:nth-child(3n+1) {
        margin-left: 0;
    }
    .system .item ul li{
        width: 50%;
        display: block;
        padding-right: .1rem;
    }
    .system .item ul li a{
        display: block;
    }
    .system_tit h2{
        font-size: .26rem;
        line-height: .54rem;
    }
    .system_tit h2 img{
        width: .3rem;
    }
    .system .item ul li a:after{
        left: -.2rem;
    }
    .aboutUs .aboutUs_block1 .left{
        width: 100%;
        padding-top: 0;
    }
    .aboutUs .aboutUs_block1 .right{
        width: 100%;
    }
    .aboutUs_list1 li{
        width: 100%;
    }
    .aboutUs_list1 li .pic{
        width: 1.7rem;
        height: 2.2rem;
    }
    .aboutUs_list1 li .txt{
        width: calc(100% - 1.9rem);
    }
    .aboutUs_list1 li .txt p{
        -webkit-line-clamp: 4;
        height: 1.28rem;
    }
    .aboutUs_block3 ul li .pic{
        border-radius: 0.2rem 0.7rem 0.2rem 0.2rem;
    }
    .aboutUs_block3 ul li{
        border-radius: 0.2rem 0.7rem 0.2rem 0.2rem;
    }
    .office_block2 li{
        width: 100%;
        margin-bottom: .2rem;
        border-radius: .1rem .5rem .1rem .1rem;
    }
    .office_block2 li .rr p{
        height: auto;
        max-height: .9rem;
    }
    .office_block2{
        margin-bottom: .1rem;
    }
    .office_list01 li{
        width: 23.5%;
        margin-left: 2%;
    }
    .office_list01 li:nth-child(5n+1) {
        margin-left: 2%;
    }
    .office_list01 li:nth-child(4n+1) {
        margin-left: 0;
    }
    .office_box{
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .office_table1,
    .office_table2{
        min-width: 600px;
    }
    .office_block5 .list_tabs .li{
        width: 33.33%;
        height: auto;
        background: linear-gradient(180deg, #F9FDFF 0%, #D8F2FF 98%);
        margin: 0;
    }
    .office_block5 .list_tabs .li.active{
        background: linear-gradient(180deg, #34ADE7 9%, #0771A3 98%);
    }
    .office_block5 .list_tabs .li a{
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .office_block5 .list_tabs .li .icon{
        width: .3rem;
        height: .3rem;
        margin: 0 .1rem 0 0;
    }
    .office_block5 .list_tabs .li h4{
        line-height: .54rem;
    }
    .office_block5 .left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .office_block5 .right{
        width: 100%;
    }
    .officew .pic{
        padding-top: 68.18%;
    }
    .officew .txt{
        padding: 0.2rem .1rem;
    }
    .office_block1 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .office_block1 .right{
        width: 100%;
    }
    .office_block1 .right  .pic {
        padding-top: 112.38%;
    }
    .office_block1 .left .txt p{
        font-size: .18rem;
    }

.office_block2 li{
        flex-wrap:wrap;
        height: auto;
        max-height: none;
        display: block;
        border-radius: .1rem;
    }
    .office_block2 li .rr .scroll{
        max-height: none;
        overflow: visible;
        height: auto;
    }
    .office_block2 li .rr{
        width:100%;
        padding:.2rem;
        display:block;
        height: auto;
    }
    .office_block2 li .ll{
        width:100%;
        height:auto;
    }
    .office_block2 li .ll h4{
        width:auto;
        line-height:.5rem;
    }
    .office_block2 li .rr p{
        max-height:none;
    }

}
@media  (max-width: 481px){
    .n_tit01 h1{
        font-size: .25rem;
    }
    .n_list li{
        font-size: .2rem;
    }
    .n_listPic li a .pic{
        width: 100%;
        height: auto;
        padding-top: 66.66%;
    }
    .n_listPic li a .txt{
        width: 100%;
        padding: .2rem .2rem 0;
    }
    .n_listPic li a .txt h2{
        margin-bottom: .12rem;
    }
    .n_listPic li a .txt p{
        margin-bottom: .15rem;
    }
    .n_listPic li:after{
        left: 0;
    }
    .expert_block1 .pic{
        width: 1.4rem;
        height: 1.9rem;
    }
    .expert_block1 .info{
        width: calc(100% - 1.6rem);
    }
    .expert_block1 .info h2{
        flex-wrap: wrap;
        margin-bottom: .15rem;
    }
    .system .item{
        padding: .3rem .2rem;
    }
    .system_tit{
        margin-left: -.2rem;
    }
    .aboutUs .aboutUs_block1{
        padding: .3rem .2rem;
    }
    .aboutUs_block3 ul li{
        width: 100%;
        margin-bottom: .3rem;
        border-radius: 0.2rem 1.2rem 0.2rem 0.2rem;
    }
    .aboutUs_block3 ul li .pic {
        border-radius: 0.2rem 1.5rem 0.2rem 0.2rem;
    }
    .aboutUs_block4 .list_tabs .li{
        display: block;
    }
    .aboutUs_block4 .list_tabs .li .pic{
        width: 1.4rem;
        height: 1.4rem;
        margin: 0 auto .2rem;
    }
    .aboutUs_block4 .list_tabs .li .pic .a{
        position: static;
        display: block;
        width: 1.4rem;
        height: 1.4rem;
        margin: 0 auto;
    }
    .aboutUs_block4 .list_tabs .li .txt{
        width: 100%;
    }
    .aboutUs_block4 .list_tabs .li .txt h3{
        margin-left: 0;
        padding: 0 .2rem;
    }
    .office_list01 li{
        width: 32%;
        margin-left: 2%;
    }
    .office_list01 li:nth-child(4n+1){
        margin-left: 2%;
    }
    .office_list01 li:nth-child(3n+1){
        margin-left: 0;
    }
}

/*2023-11-17 修改*/

.aboutUs .aboutUs_block1 .left .txt{
    max-height: 4.68rem;
    overflow: hidden;
}
.aboutUs_block4{
    overflow: hidden;
}
.n_kstop h2{
    font-size: .72rem;
    color: #1A7CAB;
    line-height: 1;
    font-family: 'songti_ks',serif;
    text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.3);
}
.n_kstop p{
    font-size: .24rem;
    line-height: .72rem;
    color: #1A7CAB;
    font-family: 'songti_ks',serif;
    margin-left: 1.04rem;
}
.n_kstop{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    z-index: 3;
}
.n_kstop .wp{
    width: 14rem;
    padding-left: .6rem;
}

@media (max-width: 1199px) {
    .office {
        margin: 0;
    }
    .n_kstop h2{
        font-size: .5rem;
    }
    .n_kstop .wp{
        width: 100%;
    }
}
@media (max-width: 1025px){

    .n_kstop .wp{
        padding-left: 15px;
    }
    .n_kstop h2{
        font-size: .32rem;
        text-align: center;
    }
    .n_kstop p{
        font-size: .22rem;
        line-height: .4rem;
        margin-left: 0;
        text-align: center;
    }
}
@media (max-width: 769px){
    .n_kstop p{
        font-size: .2rem;
        line-height: .3rem;
    }
    .n_kstop h2{
        font-size: .28rem;
        line-height: .32rem;
        text-align: center;

    }
}
@media (max-width: 481px){
    #m_n_nav{
        margin-top: -.1rem;
    }
}




/*2023-12-18 医院简介底部*/

.aboutUs_block4 .list1w a{
    display: block;

}
.aboutUs_block4 .list1w a .pic{
    /*padding-top: 7.3rem;*/
    padding-top: 110.61%;
    border-radius: 0.55rem;
}

.aboutUs_block4{
    /*align-items: flex-start;*/
}

.n_tips ul {
    padding: 0.1rem 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: .2rem;
}
.n_tips ul li {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.32rem;
    margin-right: 0.125rem;
    padding: 0 0.06rem;
    transition: 0.5s;
    cursor: pointer;
    margin-bottom: 0.1rem;
}
.n_tips ul li.on, .n_tips ul li:hover {
    background: #01ABCC;
    color: #fff;
}

/*2023-12-29 新增页面*/
.n_footer{
    margin-top: -2.32rem;
}

.n_tips2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.n_tips2 .li{
    margin-right: .3rem;
    margin-bottom: .24rem;
    position: relative;
    background: #fff;
}
.n_tips2 .li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #1998D4 0%, #EB72A7 100%);
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left center;
    transition: .5s;
}

.n_tips2 .li a{
    display: block;
    font-size: .16rem;
    color: #9E9E9E;
    line-height: .36rem;

    padding: 0 .17rem;
    position: relative;
    z-index: 3;
}
.n_tips2 .li:hover:after,
.n_tips2 .li.active:after{
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}
.n_tips2 .li:hover a,
.n_tips2 .li.active a{
    color: #fff;
}
.n_tips2 {
    padding-top: .32rem;
    padding-bottom: .26rem;
}

.hltd_list li{
    width: 47.19%;
    margin-bottom: .46rem;
}
.hltd_list li a{
    display: block;
}
.hltd_list li a .pic{
    padding-top: 50%;
}
.hltd_list li a h3{
    font-size: .18rem;
    color: #333333;
    line-height: .26rem;
    text-align: center;
    margin-top: .2rem;
}
.hltd_list li:hover a h3{
    color: #00B0CD;
}


.jgsz_list li{
    width: 20.65%;
    margin-left: 5.8%;
    margin-bottom: .37rem;
    position: relative;
    background: linear-gradient(270deg, rgba(205, 233, 246, 0.82) 0%, rgba(245, 252, 255, 0.49) 99%);
    border-radius: .04rem;
    overflow: hidden;
}
.jgsz_list li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #1998D4 0%, #EB72A7 100%);
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left center;
    transition: .5s;
}
.jgsz_list li:nth-child(4n+1){
    margin-left: 0;
}
.jgsz_list li a{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    padding-left: .4rem;
    padding-right: .15rem;
    min-height: .66rem;
}
.jgsz_list li a i{
    display: block;
    width: .13rem;
    height: .04rem;
    margin-right: .2rem;
    background: url("../images/jgsz_img01.png") no-repeat 50%;
    background-size: 100%;
    transition: .5s;
}
.jgsz_list li a span{
    display: block;
    font-size: .2rem;
    line-height: .28rem;
    color: #333333;
    transition: .5s;
}
.jgsz_list li:hover:after{
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}
.jgsz_list li:hover a span{
    color: #fff;
}
.jgsz_list li:hover a i{
    background-image: url("../images/jgsz_img02.png");
}
.jgsz_list{
    padding-top: .48rem;
}

.result_box1{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin:.4rem 0;
}
.result_box1 .li{
    display:flex;
    align-items:center;
}


.result_box1 .li span{
    display:block;
    font-size:.22rem;
    line-height:.5rem;
    color:#333333;
}

.result_box1 .li input{
    display:block;
    width:2.6rem;
    height:.5rem;
    line-height:.48rem;
    color:#9E9E9E;
    border:1px solid #E1E1E1;
    border-radius:.05rem;
    font-size:.2rem;
    padding-left:.3rem;
    padding-right:.2rem;
}
.result_box1 .li input::placeholder{
    color:#9E9E9E;
}
.result_box1 .li button{
    display:block;
    width:1.1rem;
    height:.5rem;
    font-size:.2rem;
    line-height:.5rem;
    color:#fff;
    background:#0771A3;
    border-radius:.05rem;
    text-align:center;
    cursor:pointer;
    
}

.result_box2 table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: content-box;
    border:1px solid #DCDCDC;
}

.result_box2 table td{
    padding:.1rem;
    text-align:center;
    border-top:1px solid #D3D3D3;
    font-size:.16rem;
    line-height:.4rem;
    color:#333333;
}
.result_box2 table thead td{
    line-height:.5rem;
    border:none;
}

.result_box2 table thead{
    background:#E4F6FF;
}

@media (max-width: 1199px){
    .n_container{
        /*min-height: 6rem;*/
        padding-bottom: 1.8rem;
    }
    .n_footer{
        margin-top: -.72rem;
    }
}
@media (max-width: 1024px){
    .n_container{
        min-height: 6rem;
        padding-bottom: .4rem;
    }
    .n_footer{
        margin-top: 0;
    }
    .jgsz_list{
        padding-top: .3rem;
    }
    .jgsz_list li{
        width: 23.5%;
        margin-left: 2%;
        margin-bottom: .24rem;
    }
    .n_tips2{
        padding-top: .3rem;
        padding-bottom: .1rem;
    }
    .n_tips2 .li{
        margin-right: .2rem;
        margin-bottom: .15rem;
    }
}
@media (max-width: 769px){
    .jgsz_list li{
        width: 32%;
    }
    .jgsz_list li:nth-child(4n+1) {
        margin-left: 2%;
    }
    .jgsz_list li:nth-child(3n+1) {
        margin-left: 0;
    }
    .n_tips2{
        padding-top: .2rem;
    }
    .hltd_list li{
        margin-bottom: .24rem;
    }
    .hltd_list li a h3{
        margin-top: .14rem;
    }
    .result_box1 .li{
        width:100%;
        margin:.1rem 0;
        justify-content:center;
    }
    .result_box1{
      margin: .1rem 0;
    }
    .result_box1 .li span,
    .result_box1 .li input,
    .result_box1 .li button{
        font-size:.18rem;
    }
    .result_box1 .li input{
        width:3rem;
    }
    .result_box1 .li button{
        width:2rem;
    }
    .result_box2 table{
        min-width:768px;
    }
    .result_box2{
        overflow-x:scroll;
        overflow-y:hidden;
    }
}
@media (max-width: 641px){
    .jgsz_list ul{
        justify-content: space-between;
    }
    .jgsz_list li{
        width: 48%;
        margin-left: 0;
    }
    .jgsz_list li:nth-child(4n+1) {
        margin-left: 0;
    }
}
@media (max-width: 481px){
    .jgsz_list li{
        width: 100%;
    }
    .hltd_list li{
        width: 100%;
    }
}


/*2024-02-28*/

.office_block4 .tit003{
    position: relative;
}
.office_block4  .tabhd{
    position: absolute;
    right: .9rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.office_block4  .tabhd .li{
    font-size: .2rem;
    line-height: .42rem;
    color: #9E9E9E;
    cursor: pointer;
    border-radius: .5rem;
    padding: 0 .25rem;
    margin-left: .14rem;
    transition: .5s;
    font-family: 黑体,sans-serif;
}
.office_block4  .tabhd .li.active{
    color: #fff;
    background: linear-gradient(180deg, #34ADE7 9%, #0771A3 98%);
}
.office_block4  .tabbdli{
    transform: scale(0);
    height: 0;
    visibility: hidden;
}
.office_block4  .tabbdli.active{
    transform: scale(1);
    height: auto;
    visibility: visible;
}

@media (max-width: 1025px){
    .office_block4  .tabhd{
        position: static;
        margin-top: .2rem;
        justify-content: center;
        transform: none;
    }
    .office_block4  .tabhd .li{
        margin: 0 .1rem;
    }
}



/*表单页面*/
.page_tit{
    position: relative;
    margin-bottom: .54rem;
}
.page_tit h3{
    font-size: .42rem;
    color: #333333;
    line-height: .95rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: .05rem;
    font-family: 黑体,sans-serif;
}

.page_tit img{
    position: absolute;
    left: 0;
    top: 0;
    max-height: .95rem;
}

.page_box li{
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: .6rem;
}
.page_box li span{
    display: block;
    width: 1.84rem;
    font-size: .22rem;
    line-height: .5rem;
    color: #333333;
    text-align: right;
    font-family: 黑体,sans-serif;
}
.page_box li .right{
    width: calc(100% - 2.04rem);
    padding-right: .2rem;
    margin-left: .2rem;
}
.page_box li .right select,
.page_box li .right input{
    display: block;
    width: 100%;
    max-width: 4rem;
    height: .5rem;
    font-size: .2rem;
    line-height: .38rem;
    color: #9E9E9E;
    border: 1px solid #E1E1E1;
    border-radius: .05rem;
    padding: 0 .2rem;
    background: transparent;
    font-family: 黑体,sans-serif;
    outline: none;
}
.page_box li h2{
    font-size: .3rem;
    line-height: 1;
    color: #333;
    font-family: 黑体,sans-serif;
    font-weight: 600;
}
.page_box .button{
    display: flex;
    justify-content: center;
}
.page_box .button button{
    display: block;
    width: 2.6rem;
    line-height: .6rem;
    height: .6rem;
    border-radius: .1rem;
    text-align: center;
    font-size: .24rem;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(90deg, #1998D4 0%, #EB72A7 100%);
    cursor: pointer;
}
.formPage{
    padding: .33rem .56rem .67rem;
    background: #fff;
    border-radius: .3rem;
}
.formPage table{margin:0 auto;}
@media (max-width: 1025px){
    .formPage{
        padding: .3rem .2rem;
    }
    .page_box li{
        margin-bottom: .4rem;
    }
    .page_tit h3{
        font-size: .3rem;
    }
    .page_tit{
        margin-bottom: .3rem;
    }
    .page_box li span{
        font-size: .2rem;
    }
    .page_box li .right select, .page_box li .right input{
        font-size: .18rem;
    }
    .page_box li h2{
        font-size: .26rem;
    }
    .page_box .button button{
        font-size: .2rem;
        width: 2rem;
        height: .5rem;
        line-height: .5rem;
    }
}
@media (max-width: 821px){
    .page_box li{
        width: 100%;
    }
    .page_tit img{
        display: block;
        position: static;
        left: auto;
        top: auto;
        max-height: .5rem;
        margin: 0 auto .2rem;
    }
    .page_tit h3{
        line-height: .38rem;
    }
}
@media (max-width: 481px){
    .page_tit{
        margin-bottom: .2rem;
    }
    .page_tit h3{
        font-size: .28rem;
    }
    .page_box li{
        flex-wrap: wrap;
        margin-bottom: .15rem;
    }
    .page_box li span{
        width: 100%;
        text-align: left;
    }
    .page_box li .right{
        width: 100%;
        margin-left: 0;
        padding-right: 0;
    }
    .page_box li .right select, .page_box li .right input{
        width: 100%;
        max-width: none;
    }
}


/*登录页*/

.login_box{
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url("../images/dl_img02.png") no-repeat bottom center;
    background-size: cover;
}
.login_box .logo{
    position: absolute;
    top: .22rem;
    left: 1.08rem;
    width: 3rem;
}
.login_box .logo img,
.login_box .logo a{
    display: block;
    width: 100%;
    height:auto;
}
.login_box .content{
    position: absolute;
    width: 5.6rem;
    height: 6rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.3);
    border-radius: .2rem;
    padding: .41rem .62rem .35rem;
}
.login_box .dl_box .top_img img{
    display: block;
    height: .93rem;
    margin: 0 auto;
}
.login_box .dl_box .top_img h2{
    font-size: .36rem;
    color: #0771A3;
    font-weight: 600;
    text-align: center;
}
.login_box .dl_box .top_img{
    margin-bottom: .3rem;
}
.login_box .dl_box .form input{
    display: block;
    width: 100%;
    height: .66rem;
    line-height: .66rem;
    font-size: .22rem;
    color: #9E9E9E;
    border: none;
    outline: none;
    padding-left: .47rem;
    padding-right: .2rem;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.48) 100%);
    border-radius: .05rem;
}
.login_box .dl_box .form label{
    display: block;
    position: relative;
    margin-bottom: .26rem;
}
.login_box .dl_box .form label img{
    position: absolute;
    left: .15rem;
    top:50%;
    transform: translateY(-50%);
}
.login_box .dl_box .form label.name img{
    width: .21rem;
    height: .22rem;
}
.login_box .dl_box .form label.paw img{
    width: .22rem;
    height: .27rem;
}

.login_box .dl_box .form .yzm{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_box .dl_box .form .yzm label{
    display: block;
    width: 60%;
}
.login_box .dl_box .form .yzm label img{
    width: .23rem;
    height: .25rem;
}

.login_box .dl_box .form .yzm .img-box{
    width: 34%;
    height: 0.66rem;
    border-radius: .04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.48) 100%);
    margin-bottom: .26rem;
    cursor: pointer;
}

.login_box .dl_box .form .yzm .img-box img{
    display: block;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}

.login_box .dl_box .form button{
    display: block;
    width: 100%;
    height: .66rem;
    font-size: .3rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #EB72A7;
    border-radius: .05rem;
    cursor: pointer;
}
.login_box .dl_box .tips{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .24rem;
}
.login_box .dl_box .tips a{
    display: block;
    font-size: .2rem;
    line-height: .36rem;
    color: #fff;
}

.login_box .bq{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .36rem;
    z-index: 3;
    border: none;
}
.login_box .bq a{
    display: block;
    font-size: .18rem;
    line-height: .28rem;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1025px){
    .login_box .logo{
        left: .2rem;
        top: .2rem;
    }
    .login_box .logo{
        width: 2.1rem;
    }
    .login_box .content{
        max-width: 94%;
        padding: .3rem;
        width: 5rem;
        height: auto;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
    .login_box .dl_box .top_img img{
        height: .8rem;
    }
    .login_box .dl_box .top_img{
        margin-bottom: .3rem;
    }
    .login_box .dl_box .form label{
        margin-bottom: .3rem;
    }
    .login_box .dl_box .tips{
        margin-top: .2rem;
    }
    .login_box .dl_box .form button{
        font-size: .22rem;
    }
}
@media screen and (max-width: 769px){
    .login_box .dl_box .form input{
        font-size: .18rem;
    }
    .login_box .dl_box .top_img h2{
        font-size: .32rem;
    }
}
@media screen and (max-width: 480px){}