﻿@charset "utf-8";

/* CSS Document */

.ne-banner {
    width: 100%;
    background: #000;
    position: relative;
    box-shadow: 0 5px 5px #c1c1c1;
    z-index: 1;
}

.ne-banner img {
    width: 100%;
    animation: changeScale 1 2.5s;
}

.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.neir-box {
    position: relative;
    z-index: 2;
    background: #fff;
}

.ne-nav {
    width: 100%;
    border-bottom: 1px solid #d5d5d4;
    
}

.ny-nav {
    position: relative;
}

.ny-dw {
    width: 2.5rem;
    height: 1.5rem;
    background: #ef8f8f;
    color: #fff;
    font-size: 0.36rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: -1.5rem;
    left: 0;
    position: absolute;
    padding-left: 0.3rem;
}

.ny-nav li {
    position: relative;
    height: 0.6rem;
    float: left;
    display: flex;
}

.ny-nav li a {
    color: #333333;
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: 0.6rem;
    font-size: 0.2rem;
    position: relative;
    transition-duration: 1s;
    cursor: pointer;
    z-index: 2;
    margin: 0 0.25rem;
}

.ny-nav li a:hover {
    color: #00a3a7;
    font-weight: bold;
}

.ny-nav li .ts {
    color: #00a3a7;
    font-weight: bold;
    border-bottom: 0.03rem solid #00a3a7;
}

.ne-neir {
    padding: 0.55rem 0 0.85rem 0;
}

.about-box .bit {
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
    line-height: 0.22rem;
    margin-bottom: 0.45rem;
}

.about-box .bit span {
    display: inline-block;
    width: 100%;
    color: #999999;
    font-size: 0.15rem;
    line-height: 0.15rem;
    font-weight: normal;
}

.about-box .a-neir {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-bottom: 0.4rem;
    text-indent: 2em;
}

.zzjg-scroll {
    width: 100%;
    overflow-x: auto;
}

.zzjg-img {
    width: 9.2rem;
    margin: 0 auto;
}

.zzjg-img img {
    display: block;
    width: 100%;
}

.detail {
    line-height: 0.30rem;
    color: #111111;
    font-size: 0.3rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0.05rem;
}

.xx {
    width: 100%;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.16rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.2rem;
    color: #999999;
}

.detail1 {
    padding-top: 0.32rem;
}

.detail1 p {
    font-size: 0.17rem;
    line-height: 0.3rem;
    color: #555555;
    padding-bottom: 0.3rem;
}

.detail1 p img {
    display: inline-block;
}

.detail-padd {
    padding: 0.5rem 0;
}


/* 
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
*/

.new-list dl {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0.27rem;
    margin-bottom: 0.27rem;
    position: relative;
}
.new-list dl a{display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.new-list dl:after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #00a3a7;
    transition-duration: 2s;
}

.new-list dl:hover:after {
    width: 100%;
}

.new-list dl dt {
    width: 0.9rem;
    float: left;
    text-align: center;
}

.new-list dl dt h1 {
    font-size: 0.2rem;
    font-weight: normal;
    background: #bcbcbc;
    line-height: 0.47rem;
    color: #fff;
    transition-duration: .5s;
}

.new-list dl dt p {
    background: #f1f1f1;
    line-height: 0.4rem;
    font-size: 0.2rem;
    transition-duration: .5s;
}

.new-list dl:hover dt h1 {
    background: #00a3a7
}

.new-list dl:hover dt p {
    background: #e4edf2;
    color: #333333;
}

.new-list dl dd {
    width: calc(100% - 0.9rem);
    width: -webkit-calc(100% - 0.9rem);
    padding-left: 0.25rem;
    float: left;
}

.new-list dl dd h1 {
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.19rem;
}

.new-list dl dd p {
    font-size: 0.16rem;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-list dl:hover dd h1 {
    color: #00a3a7;
}

.jianT {
    width: 100%;
    text-align: center;
    padding: 0.3rem 0 0 0;
}

.jianT li {
    display: inline-block;
    margin: 0 0.05rem;
}

.jianT li a {
    font-size: 0.14rem;
    color: #474747;
    display: block;
    padding: 6px 10px;
    background: #e2e2e2;
    border-radius: 3px;
}

.jianT li a:hover {
    text-decoration: none;
    background: #00a3a7;
    color: #fff;
}

.jianT li .on {
    background: #00a3a7;
    color: #fff;
}

.ks-title {
    width: 100%;
    background: #33b5b9;
    padding: 0.06rem;
    margin-bottom: 0.5rem;
}

.ks-title h1 {
    display: inline-block;
    width: 2.05rem;
    height: 0.41rem;
    line-height: 0.41rem;
    font-size: 0.22rem;
    background: url(../images/ks-bg.png) no-repeat left center;
    color: #fff;
    padding-left: 0.19rem;
    background-size: contain;
}

.ks-intro {
    padding-bottom: 0.9rem;
}

.ks-intro .left {
    width: 49%;
    float: left;
}

.ks-intro .left .neir {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-bottom: 0.3rem;
    color: #555555;
    text-indent: 2em;
}

.ks-intro .right {
    width: 48.5%;
    float: right;
    overflow: hidden;
    position: relative;
}

.tt {
    background: #33b5b9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-name: tt;
    animation-name: tt;
}

.scrollbar {
    height: 4.75rem;
    width: 100%;
    overflow-y: scroll;
}

.force-overflow {
    height: 1.35rem;
    border-radius: 0.5rem;
}

.style-4::-webkit-scrollbar-track {
    width: 0.06rem;
    background: #e7e7e7;
}

.style-4::-webkit-scrollbar {
    height: 1.35rem;
    width: 0.08rem;
}

.style-4::-webkit-scrollbar-thumb {
    background-color: #8bd0d2;
    border-radius: 0.5rem;
}

.scr-text {
    padding-right: 0.25rem;
}

.doctor-box .swiper-slide img {
    display: block;
    width: 100%;
    transition-duration: 1s;
}

.doctor-box .swiper-slide:hover .dw {
    opacity: 1;
}

.doctor-box .swiper-slide {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.doctor-box .swiper-slide:hover img {
    transform: scale(1.1);
    opacity: 0.85;
}

.doctor-box .swiper-slide .dw {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #68b3ac;
    color: #fff;
    text-align: center;
    padding-top: 36%;
    opacity: 0;
    transition-duration: .5s;
    z-index: 9;
}

.doctor-box .swiper-slide p {
    line-height: 0.38rem;
    font-size: 0.18rem;
}

.doctor-box .swiper-slide p span {
    display: inline-block;
    width: 100%;
}

.doctor-list dl {
    width: 15%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.45rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.doctor-list dl:hover .dw {
    opacity: 1;
}

.doctor-list dl .dw {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #68b3ac;
    color: #fff;
    text-align: center;
    padding-top: 36%;
    opacity: 0;
    transition-duration: .5s;
    z-index: 9;
}

.doctor-list dl dt {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.doctor-list dl dt img {
	height:2.9rem;
    display: block;
    width: 100%;
    transition-duration: 1s;
}

.doctor-list dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.85;
}

.doctor-list dl:nth-child(6n) {
    margin-right: 0;
}

.doctor-list dl dd {
    line-height: 0.38rem;
    font-size: 0.18rem;
}

.doctor-list dl dd span {
    display: inline-block;
    width: 100%;
}

.doctor-detail {
    width: 100%;
    border: 1px solid #d6d6d6;
    background: url(../images/doctor-bg.jpg) no-repeat right center;
    background-size: contain;
    margin-bottom: 0.65rem;
}

.doctor-detail .pic {
    width: 1.95rem;
    height: 2.70rem;
    float: left;
    margin-right: 0.5rem;
}

.doctor-detail .pic img {
    display: block;
    width: 100%;
}

.doctor-detail .doc-intor {
    float: left;
    padding-top: 0.38rem;
    color: #333333;
}

.doctor-detail .doc-intor h1 {
    font-size: 0.3rem;
    line-height: 0.5rem;
}

.doctor-detail .doc-intor p {
    width: 100%;
    line-height: 0.48rem;
    font-size: 0.2rem;
}

.good-at {
    margin-bottom: 0.35rem;
    padding-bottom: 0.12rem
}

.good-at .bit {
    line-height: 0.46rem;
    position: relative;
    border-bottom: 1px solid #dddddd;
    font-size: 0.22rem;
    color: #00a3a7;
    margin-bottom: 0.18rem;
}

.good-at .bit:after {
    width: 1rem;
    height: 0.04rem;
    bottom: -0.02rem;
    background: #00a3a7;
    position: absolute;
    left: 0;
    content: "";
}

.good-at .neir p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #555555;
}

.good-at .neir p span {
    display: inline-block;
    color: #00a3a7;
    padding-right: 0.1rem;
}

.guide-list li {
    padding: 0.2rem 0;
    border-bottom: 1px dashed #cccccc;
    color: #555555;
    font-size: 0.18rem;
    position: relative;
}

.guide-list li:after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #00a3a7;
    transition-duration: 2s;
}

.guide-list li:hover:after {
    width: 100%;
}

.guide-list li .neir {
    line-height: 0.32rem;
}

.guide-list li .time {
    width: 1.3rem;
    padding-left: 0.28rem;
    line-height: 0.28rem;
    float: left;
    background: url(../images/clock.png) no-repeat left center;
}

.guide-list li .more {
    padding-right: 0.28rem;
    line-height: 0.28rem;
    float: right;
    background: url(../images/enter-jt.png) no-repeat right center;
}


/* 大事记 */

.event_box .parHd {
    height: 0.45rem;
    position: relative;
}

.act-dot:before,
.act-dot:after {
    display: none;
}

.act-dot {
    bottom: 1px;
    width: 25px;
    height: 25px;
    background: url(../images/yy1.png) no-repeat;
}

.sPrev,
.sNext {
    width: 0.18rem;
    height: 0.43rem;
    background: url(../images/dsj-jt.jpg) no-repeat center center;
    background-size: cover;
}

.parBd {
    margin-top: 0.15rem;
}

.event_box {
    position: relative;
    border-left: 3px solid #dff5f5;
}

.event_box .parHd {
    width: 100%;
    display: inline-block;
    height: 0.55rem;
    position: relative;
    font-size: 0.2rem;
    color: #333333;
}

.parHd ul {
    overflow: initial !important;
}

.parHd ul li:before {
    display: none !important;
}

.parHd .tempWrap {
    width: 94% !important;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    width: 1.22rem;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    cursor: pointer;
    background: #e9e9e9;
    color: #555555;
    position: relative;
    border-radius: 0.03rem;
    margin-right: 0.15rem;
    display: inline-block;
}

.act .act-dot {
    display: block;
    width: 0.12rem;
    height: 0.06rem;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -0.06rem;
    background: url(../images/yy1-1.jpg) no-repeat;
}

.act {
    color: #fff !important;
    position: relative;
    background: #00a3a7 !important;
}

div#listBox {
    width: 100%;
}

.sPrev,
.sNext {
    width: 0.18rem;
    height: 0.43rem;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
}

.sPrev {
    left: 4px;
}

.sNext {
    right: 1.5%;
}

.dsj-list {
    width: 100%;
    text-align: center;
    background: url(../images/time-line.jpg)repeat-y top left;
}

.dsj-list ul {
    padding: 0;
    margin: 0;
}

.dsj-list ul:after {
    display: block;
    content: '';
    clear: both;
}

.dsj-list ul li {
    padding-left: 0.2rem;
    margin-bottom: 0.4rem;
    position: relative;
    width: 100%;
}

.dsj-list ul li:after {
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    top: 0.1rem;
    content: "";
    left: -0.1rem;
    background: #00a3a7;
    border-radius: 100%;
}

.dsj-list ul li .month {
    line-height: 0.38rem;
    font-size: 0.18rem;
    color: #fff;
    float: left;
    width: 1.3rem;
    height: 0.38rem;
    background: url(../images/dsj-bg.png) no-repeat;
    margin-right: 0.28rem;
    text-align: center;
    background-size: contain;
}

.dsj-list ul li .pdf {
    width: 86%;
    float: left;
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: left;
}

.dsj-list ul li .pdf p {
    color: #47464c;
    margin-bottom: 0.2rem;
}


/* 大事记 */


/* 本例子css */

@media only screen and (max-width: 1650px) {}

@media only screen and (max-width: 1540px) {
    .subNav,
    .ri-ti p,
    .f18,
    .new-list dl dd h1,
    .new-nr-zi,
    .view .swiper-slide-active .zc-nr p,
    .cont-box1 .p {
        font-size: 0.20rem;
    }
    .new-list dl dd p {
        font-size: 0.18rem;
    }
    .new-nr-ti h1,
    .zc-lm {
        font-size: 0.22rem;
    }
    .cont-box1 .bit {
        font-size: 0.24rem;
    }
}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1008px) {
    .ny-dw {
        width: 2rem;
        height: 0.7rem;
        font-size: 30px;
        top: -0.7rem;
        padding-left: 0.3rem;
    }
    .ne-nav {
       
    }
    .ny-nav li {
        height:40px;
    }
    .ny-nav li a {
        line-height: 40px;
        font-size: 20px;
        margin: 0 0.25rem;
    }
    .ne-neir {
        padding: 50px 0;
    }
    .about-box .bit {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .about-box .a-neir {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 25px;
    }
    .zzjg-img {
        width: 911px;
    }
    .detail {
        line-height: 30px;
        font-size: 26px;
    }
    .xx {
        line-height: 30px;
        font-size: 16px;
        padding-bottom: 15px;
    }
    .detail1 p {
        font-size: 17px;
        line-height: 26px;
        padding-bottom: 25px;
    }
    .dsj-list ul li .pdf {
        font-size: 16px;
        line-height: 26px;
    }
    .dsj-list ul li {
        margin-bottom: 20px;
    }
    .ks-intro .left .neir {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .scrollbar {
        height: 2.4rem;
    }
    .ks-intro {
        padding-bottom: 40px;
    }
    .ks-title {
        padding: 6px;
        margin-bottom: 30px;
    }
    .ks-title h1 {
        height: 42px;
        line-height: 42px;
        font-size: 20px;
    }
    .doctor-box .swiper-slide img {
        display: block;
        width: 100%;
    }
    .doctor-list dl {
        width: 18%;
        margin-right: 2%;
        margin-bottom: 25px;
        cursor: pointer;
    }
    .doctor-list dl:nth-child(6n) {
        margin-right: 2%;
    }
    .doctor-list dl dd {
        font-size: 17px;
    }
    .doctor-detail .pic {
        width: 20%;
        margin-right: 0.5rem;
        height: auto;
    }
    .doctor-detail .doc-intor {
        padding-top: 30px;
    }
    .doctor-detail .doc-intor h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .doctor-detail .doc-intor p {
        line-height: 32px;
        font-size: 18px;
    }
    .good-at .neir p {
        font-size: 17px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 760px) {
    .mobile-banner {
        display: block;
    }
    .ny-nav li a {
        font-size: 16px;
        margin: 0 10px;
    }
    .about-box .bit {
        font-size: 24px;
        line-height: 24px;
    }
    .about-box .a-neir,
    .detail1 p {
        font-size: 16px;
        line-height: 28px;
    }
    .zzjg-img {
        width: 911px;
    }
    .detail {
        line-height: 30px;
        font-size: 22px;
    }
    .xx {
        font-size: 15px;
    }
    .dsj-list ul li .month {
        line-height: 38px;
        font-size: 16px;
        width: 130px;
        height: 38px;
        margin-bottom: 10px;
    }
    .dsj-list ul li .pdf {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }
    .dsj-list ul li:after {
        width: 16px;
        height: 16px;
        top: 10px;
        left: -10px;
    }
    .ks-title h1 {
        width: 205px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    .ks-intro .left {
        width: 100%;
    }
    .ks-intro .right {
        width: 100%;
        margin-top: 15px;
    }
    .ks-intro .left .neir {
        font-size: 16px;
        line-height: 26px;
    }
    .doctor-box .swiper-slide p {
        line-height: 36px;
        font-size: 16px;
    }
    .doctor-list dl {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 20px;
    }
    .doctor-list dl dd {
        line-height: 32px;
        font-size: 16px;
    }
    .doctor-detail .doc-intor p {
        line-height: 32px;
        font-size: 16px;
    }
    .doctor-detail .pic {
        width: 40%;
        height: auto;
    }
    .doctor-detail {
        background-size: auto;
    }
    .doctor-detail .doc-intor h1 {
        font-size: 24px;
        line-height: 38px;
    }
    .good-at .bit {
        line-height: 42px !important;
    }
    .good-at .neir p {
        font-size: 16px;
        line-height: 30px;
    }
    .new-list dl dt {
        width: 15%;
    }
    .new-list dl dd {
        width: calc(100% - 15%);
        width: -webkit-calc(100% - 15%);
    }
    .new-list dl dt h1 {
        font-size: 16px;
    }
    .new-list dl dt p {
        line-height: 30px;
        font-size: 16px;
    }
    .new-list dl dd h1 {
        font-size: 18px;
    }
    .new-list dl dd p {
        font-size: 15px;
    }
    .guide-list li .neir {
        line-height: 28px;
        margin-bottom: 5px;
    }
    .guide-list li {
        font-size: 16px;
    }
    .guide-list li .time {
        width: 130px;
        font-size: 15px !important;
    }
    .guide-list li .more {
        font-size: 15px !important;
        padding-right: 28px;
    }
    .ny-dw {
        width: 200px;
        height: 70px;
        font-size: 20px;
        top: -70px;
    }
	.doctor-list dl dt img{height:230px;}
}