@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: url(../images/index-bj.jpg) no-repeat;
    background-size: cover;
}

li {
    list-style: none;
}

a {
    display: block;
    text-decoration: none;
}


img,
input {
    border: 0;
    outline: none;
}


.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}


.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.pic:hover img {
    transform: scale(1.1);
}

a:hover .pic>img {
    transform: scale(1.1);
}

/* icon摇晃 */
@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

/* 文字下划线动效 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#0068b7, #0068b7);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #0068b7;
}

a:hover .titline i {
    background-size: 100% 1px;
}


.nymain a {
    display: block;
}

/* head */
.head {

    font-size: 0;
}

.head>.px1400 {
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.h-link a {
    font-size: 12px;
    color: #888888;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    padding: 0 14px;
}

.h-link a:hover {
    opacity: 0.7;
}

.h-link a.active {
    border-radius: 4px;
    background: #E9B354;
    color: #fff;
    margin-right: 15px;
}
.logo img{
   width: 500px;
}
.ser {
    width: 136px;
    height: 27px;
    border: 1px solid #333333;
    border-radius: 999px;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    margin-top: 10px;
}
.ser div{
    height:100%;
}
.ser input[type="text"] {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 10px;
    display: block;
}

.ser input[type="submit"] {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/ser.png) no-repeat transparent;
    background-position: center center;
    background-size: 25px;
    cursor: pointer;
}

.banner {
    max-width: 1400px;
    margin: 0 auto;
}

.banner a img {
    display: block;
    width: 100%;
}

/* foot */
.foot {
    background-color: #1F844B;
    padding: 30px 10px;
    max-width: 1920px;
    margin: 0 auto;
}

.foot p {
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

/* nymain */
.nymain {
    padding-top:30px;
    padding-bottom: 60px;
}

.ny-nav {
    width: 230px;
    float: left;
    font-size: 0;
    margin-right: 2%;
    background: #e7f3ef;
}

.ny-rbox {
    overflow: hidden;
    height: 518px;
}

.ny-nav .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.ny-nav ul li .ico img:last-child {
    display: none;
}

.ny-nav ul li.active .ico img:last-child {
    display: block;
}

.ny-nav ul li.active .ico img:first-child {
    display: none;
}

.ny-nav .ico img {
    vertical-align: middle;
}

.ny-nav ul li p {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    font-weight: 500;
    color: #3A3A3A;
}

.ny-nav ul li.active p {
    color: #FFFFFF;
}

.ny-nav ul li a {
    line-height: 74px;
    text-align: center;
}

.ny-nav ul li.active a:hover p {
    color: #fff;
}

.ny-nav ul li.active a {
    background-color: #1F844B;
}

.sj-nav {
    display: flex;
    flex-wrap: wrap;
}

.sj-nav a {
    line-height: 66px;
    width: 20%;
    color: #3A3A3A;
    text-align: center;
    font-size: 28px;
}

.sj-nav a.active {
    background-color: #1F844B;
    color: #fff;
}

.ny-nav>ul {
    display: block;
}

.ny-nav>h3 {
    font-size: 24px;
    line-height: 56px;
    color: #fff;
    background: #1F844B;
    padding: 0 30px;
    position: relative;
    margin-bottom: 5px;
    display: none;
}

.ny-nav>h3 span {
    width: 56px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    background: url(../images/close1.png) no-repeat center center;
    background-size: 20px;
    transform: rotate(45deg);
    transition: all 0.3s;
}

.ny-nav>h3 span.on {
    transform: rotate(0deg);
}

/* 右侧导航链接 */
.side-nav {
    position: fixed;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.side-nav ul li a {
    display: block;
    width: 86px;
    height: 76px;
    position: relative;
    text-align: center;
    background-color: #ECF4F2;
    padding-top: 15px;
    border-bottom: 2px solid #DDEAE7;
}

.side-nav ul li a p {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.side-nav ul li a:hover p {
    color: #fff;
}

.side-nav ul li a:hover {
    background-color: #009B8B;
}

.side-nav ul li a .ico img {
    margin: 0 auto;
}

.side-nav ul li a .ico img:first-child {
    display: block;
}

.side-nav ul li a .ico img:last-child {
    display: none;
}

.side-nav ul li a:hover .ico>img:last-child {
    display: block;
}

.side-nav ul li a:hover .ico>img:first-child {
    display: none;
}

.side-nav ul li a:hover .ico {
    animation: icon-yh 0.6s;
}

.wx:hover .ewm {
    display: block;
}

.ewm {
    position: absolute;
    right: 105%;
    top: 0;
    transition: all 0.3s;
    display: none;
}

.gotop {
    padding-top: 10px;
}

/* gywm */
.gywm {
    padding-top: 50px;
}

.gywm .pic {
    width: 524px;
    float: left;
    height: 340px;
    padding-top: 0;
    margin-right: 3%;
}

.gy-tx {
    overflow: hidden;
}

.gy-tx p,.gy-tx pre {
    color: #3D3D3D;
    font-size: 16px;
    line-height: 32px;
    height: 288px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;    font-family: "微软雅黑";
}

.gy-tx a {
    margin-top: 20px;
    width: 176px;
    line-height: 44px;
    background-color: #E9B354;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
}

.gy-tx a:hover {
    letter-spacing: 2px;
}

/* ksdh */
.ks-tit {
    font-size: 0;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
}

.ks-tit a {
    font-size: 20px;
    color: #333333;
    margin: 0 20px;
    margin-top: 20px;
    padding-bottom: 18px;
    display: inline-block;
    position: relative;
}

.ks-tit a.on::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #009977;
}

.ks-tit a:hover {
    color: #009977;
}

.ks-tit::-webkit-scrollbar {
    background-color: transparent;
    height: 8px;

}

.ks-tit::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}

.ks-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ks-c ul li {
    width: 47%;
    margin-top: 20px;
}

.ks-c ul li a .pic {
    width: 120px;
    height: 160px;
    float: left;
    margin-right: 3%;
    padding-top: 0;
}

.ks-tx {
    overflow: hidden;
    padding-top: 10px;
}

.ks-tx h3 {
    font-size: 0;
    background: url(../images/ks-line.png) no-repeat;
    background-position: left bottom;
    background-size: 70% auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ks-tx h3 b {
    font-size: 26px;
    color: #333333;
    margin-right: 7px;
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
}

.ks-tx h3 span {
    line-height: 30px;
    font-size: 16px;
    color: #009977;
    padding: 0 20px;
    border-radius: 999px;
    background-color: #E3FFF9;
    display: inline-block;
    vertical-align: bottom;
}


.ks-tx p {
    font-size: 14px;
    line-height: 26px;
    color: #9E9E9E;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}


.ks-tx b {
    color: #333;
}

/* djgz */
.dj-date {
    float: left;
    text-align: center;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}

.dj-date b {
    font-size: 30px;
    color: #888888;
    display: block;
    font-family: serif;
}

.dj-date span {
    font-size: 15px;
    color: #888888;
    display: block;
}

.dj-tx p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #333333;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}


.djgz ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.djgz ul li {
    width: 48%;
    margin-top: 30px;
}

.djgz ul li a:hover p {
    color: #009977;
}

/* fyxw */
.fyxw {
    padding-top: 60px;
}

.fy-banner {
    width: 51%;
    float: left;
    margin-right: 3%;
}

.fy-banner .pic {
    padding-top: 0;
    height: 382px;
}

.fy-banner a {
    position: relative;
}

.fy-banner a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/fy-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.fy-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.fy-tx p {
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.fy-banner .slick-dots {
    text-align: right;
    padding-bottom: 20px;
    padding-right: 10px;
}

.fy-banner .slick-dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.fy-banner .slick-dots li.slick-active {
    background-color: #fff;
}

.fy-list {
    overflow: hidden;
}

.fy-list ul li a {
    line-height: 43px;
}

.fy-list ul li a span {
    font-size: 16px;
    color: #333333;
    float: right;
}

.fy-list ul li a p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.fy-list ul li a:hover p {
    color: #009977;
}



/* zhmz */
.zhmz {
    padding-top: 30px;
    font-size: 0;
}

.zhmz ul li a {
    margin: 15px 4%;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(126, 126, 126, 0.2);
}

.zhmz ul li {
    display: inline-block;
    width: 33.3%;
}

.zhmz .pic {
    padding-top: 66.6%;
}

.zh-tx h3 {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    margin-bottom: 10px;
}

.zh-tx p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.zh-tx {
    padding: 15px;
    padding-bottom: 30px;

}

.zhmz ul li a:hover h3 {
    color: #1F844B;
}

/* kyjx */
.kyjx ul li a .pic {
    width: 250px;
    height: 166px;
    padding-top: 0;
    float: left;
    margin-right: 3%;
}

.ky-tx {
    overflow: hidden;
}

.ky-tx h3 {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ky-tx p {
    font-size: 14px;
    line-height: 26px;
    color: #9E9E9E;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.ky-tx span {
    font-size: 14px;
    color: #9E9E9E;
    display: block;
    padding-left: 20px;
    line-height: 20px;
    background: url(../images/ky-date.png) no-repeat;
    background-position: left center;
}

.kyjx ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kyjx ul li {
    width: 48%;
    margin-top: 50px;
}

.kyjx ul li a:hover h3 {
    color: #1F844B;
}

/* yyjh */
.yyjh{
    padding-top: 30px;
}
.yyjh ul li a {
    line-height: 50px;
    border-bottom: 1px dashed #ccc;
}

.yyjh ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
}

.yyjh ul li a span {
    float: right;
    font-size: 16px;
    color: #333333;
}
.yyjh ul li a:hover p{
    color: #1F844B;
}



/* 三级切换 */
.ny-c{
    position: relative;
    overflow: hidden;
}
.ny-c>div{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.ny-c>div.on{
    position: relative;
    z-index: 1;
    opacity: 1;
}

/* 二级切换 */

.ny-rbox{
    position: relative;
    overflow: hidden;
    height: 518px;
}

.ny-rbox>div{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.ny-rbox>div.on{
    position: relative;
    z-index: 1;
    opacity: 1;
}


/* 二级列表页 */


/* 头部导航 */
.nav-box {
    background-color: #1F844B;
}

.nav>ul>li {

float: left;

position: relative;

width: 12%;

text-align: center;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}


.nav>ul>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    position: relative;
}

.nav>ul>li.on>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
}




.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 99;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 10px 0;
}

.nav>ul>li>div>ul {
    overflow: hidden;

}

.nav>ul>li>div>ul>li {
    width: 100%;
    padding: 0 10px;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    white-space: nowrap;

}

.nav>ul>li>div>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>div>ul>li:hover {
    background-color: #1F844B;
}
.location a,.location span{
    font-size: 14px;
    color: #333;
    display: inline;
}
.location img{
    margin-right: 10px;
    vertical-align: middle;
}
.location a.active{
    color: #1F844B;
}
.location{
    margin: 20px 0;
}
.ny-tit h3{
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}


.pagination {
    text-align: center;
    font-size: 0px;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid rgb(220, 220, 220);
    padding: 0px 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: 0px 7px;
}

.pagination a.active {
    background: #1F844B;
    color: rgb(255, 255, 255);
    border: 1px solid #1F844B;
}

.pagination a:hover {
    background: #1F844B;
    color: rgb(255, 255, 255);
    border: 1px solid #1F844B;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.list{
    padding: 30px;
    padding-bottom: 60px;
    background-color: #fff;
}
.list ul li a p{
    font-size: 18px;
}
.list ul li {
    border-bottom: 1px dashed #ddd;
}
.doctor {
    padding: 30px 40px;
    padding-bottom: 60px;
    background-color: #fff;
}
.doctor ul li{
    width: 32%;
}
.doctor ul>div{
    width: 32%;
    height: 0;
    opacity: 0;
}

/* 图文 */
.pic-tx {
    padding: 20px 0;
    padding-bottom: 60px;

}
.pic-tx ul li a .pic {
    padding-top: 0px;
    width: 330px;
    height: 200px;
    float: left;
    margin-right: 25px;
}

.pt-tx {
    overflow: hidden;
}

.pt-tx p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(102, 102, 102);
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.pt-tx h3 {
    font-size: 20px;
    font-weight: normal;
    color: rgb(51, 51, 51);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0px;
}

.pt-date b {
    font-size: 24px;
    color: #1F844B;
}

.pt-date span {
    font-size: 14px;
    color: rgb(153, 153, 153);
    opacity: 0.8;
}

.pt-date {
    padding-top: 20px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #1F844B;
}

.pic-tx ul li a:hover h3 {
    color: #1F844B;
}

.pic-tx ul li a {
    padding: 30px;
    background-color: rgb(255, 255, 255);
}


.pic-tx ul li {
    margin-bottom: 30px;
}

.art-main {
    padding: 0px 20px;
    padding-bottom: 50px;
}

.art-main .art-tit h3 {
    text-align: center;
    color: rgb(27, 27, 27);
    font-size: 22px;
    margin-top: 30px;
    font-weight: normal;
}

.art-main .art-tit h4 {
    text-align: center;
    color: rgb(51, 51, 51);
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: rgb(51, 51, 51);
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.art-main .art-body img {
    display: block;
    margin: 0px auto;
    max-width: 80% !important;
}

.art-main .cont-tit p {
    font-size: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    background: rgb(245, 245, 245);
    margin-top: 20px;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgb(119, 119, 119);
    padding: 0px 10px;
}

.art-main .cont-tit p span:first-child {
    border-left: none;
}

.art-info {
    border-top: 1px solid rgb(225, 225, 225);
    padding: 30px 0;
    margin-top: 50px;
}

.pnext p {
    text-indent: initial;
    font-size: 18px;
    line-height: 36px;
    color: rgb(51, 51, 51);
    padding-left: 20px;
    background-position: left 15px;
    transition: all 0.3s ease 0s;
}

.pnext p:hover {
    text-decoration: underline;
}

.pnext p a {
    font-size: 18px;
    display: inline;
    color: rgb(51, 51, 51);
}

.pnext p:hover {
    color: #0b57ac;
}

.pnext p:hover a {
    color: #0b57ac;
}

/* 首页阴影 */
.nymain>div{
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.ny-rbox{
    height: 520px;
    padding-top: 10px;
    padding-right: 30px;
}
.ny-nav{
    margin-right: 3%;
}
.ks-c ul li{
    margin-top: 20px;
}
/* 三级导航 */
.nav>ul>li>div{
    overflow: visible;
}
.nav>ul>li>div>ul{
    overflow: visible;
}
.nav>ul>li>div>ul>li{
    position: relative;
}
.third-nav {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}
.nav>ul>li>div>ul>li:hover li>a{
    color: #1F844B;
}

.nav>ul>li>div>ul>li>.third-nav a:hover{
    opacity: 0.8;
} 

.nav>ul>li>div>ul>li:hover .third-nav{
    display: block;
}
/* 移动端三级 */
.m-nav ul li ul li{
    width: 100% !important;
    position: relative;
}
.m-nav ul li ul li span{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    right: 0;
    top: 15px;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
}
.m-nav ul li ul{
    padding-right: 0;
}
.m-nav ul li ul li span.on{
    transform: rotateZ(90deg);
}
@media screen and (max-width:1024px) {
    .ny-rbox{
        padding: 0;
    }
    
}

@media screen and (max-width:1650px) {
    .side-nav {
        display: none;
    }

}





@media screen and (max-width:1420px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

}




@media screen and (max-width:1200px) {

    .doctor ul li{
        width: 48%;
    }
    .doctor ul>div{
        width: 48%;
    }
    .ks-tx h3 b {
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 1;
        -moz-box-orient: vertical;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }

    .ks-tx h3 span {
        font-size: 14px;
        padding: 0 10px;
    }

    .kyjx ul li a .pic {
        width: 230px;
        height: 150px;
    }
}



@media screen and (max-width:1024px) {
    .art-info {
        padding: 20px 0;
    }
    .pic-tx ul li a .pic {
        width: 280px;
        height: 180px;
    }

    .pic-tx ul li a {
        padding: 20px;
    }
    .zhmz {
        height: auto;
        overflow: hidden;
    }
    .ny-tit h3{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .list ul li a p{
        font-size: 16px;
    }
    .ny-rbox{
        height: auto;
    }

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 999;
        background: url(../images/index-bj.jpg) no-repeat;
        background-size: cover;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
        white-space: nowrap;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1F844B;
        overflow-y: scroll;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .m-nav ul {
        padding: 0 15px;

    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }


    /* 侧边导航 */
    .ny-nav>h3 {
        display: block;
    }

    .ny-nav>ul {
        display: none;
    }

    .ny-nav {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .sj-nav a {
        line-height: 50px;
    }

    .sj-nav a {
        font-size: 20px;
    }

    .ny-nav ul li a {
        line-height: 50px;
    }

    .ny-nav ul li p {
        font-size: 20px;
    }

    .ny-nav ul li a {
        text-align: left;
        padding-left: 30px;
    }

    .gywm {
        padding-top: 30px;
    }

    .nymain {
        padding-top: 20px;
    }

    .ks-tit a {
        font-size: 18px;
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .fyxw {
        padding-top: 30px;
    }
}

@media screen and (max-width:900px) {
    .gywm .pic {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        height: auto;
        padding-top: 52%;
    }

    .gy-tx p {
        height: auto;
    }

    .zh-tx h3 {
        font-size: 16px;
    }

    .zhmz {
        padding-top: 20px;
    }

    .kyjx ul li {
        width: 49%;
    }
}

@media screen and (max-width:768px) {
    .pnext p,.pnext p a{
        font-size: 16px;
    }
    .art-main .art-body {
        padding-top: 0px;
    }

    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 0px;
    }

    .art-main .art-tit h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .art-main .cont-tit p {
        padding-top: 10px;
    }

    .art-main .art-body p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .art-main .cont-tit p span {
        font-size: 12px;
    }

    .art-main .cont-tit p img {
        height: 12px;
    }
    .doctor{
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0px 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0px 3px;
    }
    
    .kyjx ul li {
        width: 100%;
    }
    .yyjh{
        padding-top: 15px;
    }
    .yyjh ul li a{
        line-height: 45px;
    }
    .zhmz ul li {
        width: 50%;
    }

    .fy-banner {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .fy-banner .pic {
        padding-top: 68%;
        height: auto;
    }

    .ny-nav>h3 {
        line-height: 50px;
        font-size: 20px;
        padding-left: 15px;
    }

    .ny-nav ul li a {
        padding-left: 15px;
        line-height: 45px;
    }

    .ny-nav ul li p {
        font-size: 18px;
        line-height: 45px;
    }

    .sj-nav a {
        font-size: 18px;
        line-height: 45px;
    }

    .ny-nav>h3 span {
        right: 0;
    }

    .foot p {
        font-size: 14px;
    }

    .foot {
        padding: 20px 10px;
    }

    .ks-c ul li {
        width: 100%;
    }

    .ks-tx h3 {
        background-size: auto 10px;
    }

    .ks-tit a {
        font-size: 16px;
    }

    .kyjx ul li {
        margin-top: 30px;
    }
    .pic-tx{
        padding: 0;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:640px) {
    .sj-nav a {
        width: 33.3%;
    }

    .djgz ul li {
        width: 100%;
        margin-top: 15px;
    }

    .fy-list ul li a {
        line-height: 35px;
    }
    .pic-tx ul li a .pic {
        float: none;
        width: auto;
        margin-right: 0px;
        padding-top: 70%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:480px) {


    .kyjx ul li a .pic {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
        padding-top: 70%;
        height: auto;
    }

    .ky-tx h3 {
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
    }

    .zhmz ul li {
        width: 100%;
    }

    .zhmz ul li a {
        margin: 10px 2%;
    }

    .ny-nav>h3 {
        line-height: 45px;
    }

    .ny-nav ul li a {
        line-height: 40px;
    }

    .nymain {
        padding-bottom: 30px;
    }

    .sj-nav a {
        width: 50%;
        line-height: 40px;
    }

    .ks-tx h3 {
        background-size: 80% auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .ks-c ul li a .pic {
        width: 120px;
        height: 160px;
    }
}