﻿    @charset "utf-8";
    
    
    * {
        margin: 0;
        padding: 0;
    }
    
    body {
        font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
        margin: 0px;
        padding: 0px;
        margin: 0px auto;
        font-size: 16px;
        color: #333;
        width: 100%;
        zoom: 1;
        /* padding-top: 100px; */
    }
    
    ul,
    li,
    form,
    dl,
    dt,
    dd,
    div,
    ul,
    li,
    p,
    em,
    i,
    address {
        font-style: normal;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding: 0px;
        margin: 0px;
    }
    
    select,
    input,
    textarea,
    button {
        font-size: 14px;
        border-radius: 0;
        -webkit-border-radius: 0;
        color: #333;
        font-family: Microsoft YaHei, arial, sans-serif;
    }
    
    input:focus {
        outline: none;
    }
    
    input,
    button,
    select,
    textarea {
        border: 0px;
        outline: none;
        /*-webkit-appearance:none;*/
        /*强制去除表单自带的样式*/
    }
    
    button {
        cursor: pointer;
    }
    
    textarea {
        resize: none;
        /*-webkit-appearance:none;*/
        /*强制去除textarea自带的样式*/
    }
    
    textarea,
    input,
    select {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
    }
    
    article,
    aside,
    footer,
    header,
    hgroup,
    nav,
    section,
    figure,
    fxigcaption,
    address {
        display: block;
    }
    /*html5设置*/
    
    figure,
    figcaption {
        margin: 0px;
        padding: 0px;
    }
    
    audio,
    canvas,
    progress,
    video {
        display: inline-block;
        vertical-align: baseline;
    }
    
    img {
        max-width: 100%;
        border: none;
        border: 0;
        vertical-align: middle;
    }
    
    a {
        color: #333333;
        text-decoration: none;
        transition: all ease 0.3s;
    }
    
    a:focus {
        outline: none;
        -moz-outline: none;
    }
    
    a:hover {
        text-decoration: none;
        color: #1f64dc;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .clear {
        clear: both;
    }
    /*单行文本省略号*/
    
    .dot {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .dot2,
    .dot3,
    .dot4 {
        display: -webkit-box;
        display: box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
    }
    
    .dot2 {
        -webkit-line-clamp: 2;
    }
    /*多行文本省略号*/
    
    .dot3 {
        -webkit-line-clamp: 3;
    }
    
    .dot4 {
        -webkit-line-clamp: 4;
    }
    /*input字体*/
    
     :-moz-placeholder {
        color: #999999;
    }
    
     ::-moz-placeholder {
        color: #999999;
    }
    
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #999999;
    }
    
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999999;
    }
    
    select {
        /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
        border: solid 1px #d9d9d9;
        text-indent: 1em;
        /*很关键：将默认的select选择框样式清除*/
        appearance: none;
        color: #999999;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*在选择框的最右侧中间显示小箭头图片*/
        background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
        /*为下拉小箭头留出一点位置，避免被文字覆盖*/
        padding-right: 14px;
    }
    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    
    select::-ms-expand {
        display: none;
    }
    /*网页滚动条*/
    
     ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        -webkit-overflow-scrolling: touch;
        /* background-color: #cae0ed; */
        background: url(../images/touch_barbg.jpg) center;
        background-repeat: repeat-y;
    }
    
     ::-webkit-scrollbar-track {
        /* background-color: #cae0ed; */
    }
    
     ::-webkit-scrollbar-thumb {
        border-radius: 2px;
        width: 6px;
        height: 18px;
        /* background-color: #1f64dc; */
        background: url(../images/thumb.png) bottom no-repeat;
    }
    
     ::-webkit-scrollbar-button {
        height: 0px;
        background-color: #cae0ed;
    }
    /*effict*/
    
    .Scale-img {
        overflow: hidden;
        cursor: pointer;
        zoom: 1;
        overflow: hidden;
    }
    
    .Scale-img img,
    .Scale-img span {
        opacity: 1;
        -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
        transition: opacity 0.6s, transform 0.6s;
    }
    
    .Scale-img:hover img,
    .Scale-img:hover span {
        opacity: 1;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
        top: 0px;
        left: 0px;
    }
    
    .effict {
        transition: all ease 0.3s;
    }
    
    .imgbox {
        overflow: hidden;
        position: relative;
        /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
    }
    
    .imgbox span {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .imgbox img {
        width: auto !important;
        max-height: 100%;
    }
    /*pages*/
    
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
    }
    
    .pagination>span {
        display: inline;
    }
    
    .pagination>span>a,
    .pagination>span>span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        color: #666666;
        font-size: 14px;
        /* color: #337ab7; */
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        margin: 0 5px;
    }
    
    .ajax_page {
        width: 100%;
        text-align: center;
    }
    
    .pagination>.active>a,
    .pagination>.active>a:focus,
    .pagination>.active>a:hover,
    .pagination>.active>span,
    .pagination>.active>span:focus,
    .pagination>.active>span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #1f64dc;
        border-color: #1f64dc;
    }
    
    .Pages {
        text-align: center;
        margin: 50px 0;
        font-size: 14px;
        color: #666666;
    }
    
    .Pages a {
        height: 34px;
        padding: 0 10px;
        border: 1px solid #e6e6e6;
        display: inline-block;
        line-height: 34px;
        color: #666;
        margin: 5px 2px;
    }
    
    .Pages a:hover {
        background: #1f64dc;
        color: #fff;
        border: 1px solid #1f64dc;
    }
    
    .Pages a.a_cur {
        background: #1f64dc;
        color: #fff;
        border: 1px solid #1f64dc;
    }
    
    .Pages .num a {
        width: 40px;
        padding: 0;
    }
    
    .Pages .num {
        font-style: normal;
    }
    
    .Pages .p_count {
        height: 34px;
        padding: 0 10px;
        border: 1px solid #e6e6e6;
        display: inline-block;
        line-height: 34px;
    }
    
    @media(max-width:992px) {
        .Pages a {
            height: 30px;
            line-height: 30px;
            padding: 0 5px;
            margin: 5px 0;
        }
        .Pages .num a {
            width: 30px;
        }
    }
    /*pages end*/
    
    .Contain {
        width: 95%;
        max-width: 1300px;
        margin: 0 auto;
    }
    
    @media(max-width:1024px) {
        body {
            font-size: 14px;
        }
    }
    
    @keyframes move {
        0%,
        65% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        70% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }
        75% {
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }
        80% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }
        85% {
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }
        90% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }
        95% {
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }
    
    @-webkit-keyframes move {
        0%,
        65% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        70% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }
        75% {
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }
        80% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }
        85% {
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }
        90% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }
        95% {
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }
    /*Top*/
    
    .Header {
        /* position: fixed; */
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 100;
        transition: all 0.3s;
        z-index: 9999;
        transition: all .5s;
        -webkit-transition: all .5s;
        position: relative;
    }
    
    .Header:after {
        height: 1px;
        content: '';
        width: 100%;
        background-color: #e8ecf3;
        position: absolute;
        top: 146px;
        left: 0;
    }
    /* .Header .auto {
    padding: 0 40px 0 8.2%;
} */
    
    .Header.fix {
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    }
    
    .Header .m-btn {
        display: none;
        cursor: pointer;
        padding: 15px 5px;
        border-radius: 5px;
        z-index: 999;
        margin-top: 15px;
        margin-left: 10px;
    }
    
    .Header .m-btn span {
        display: block;
        width: 25px;
        height: 3px;
        background: #1f64dc;
        position: relative;
        -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
        -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
        transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    }
    
    .Header .m-btn span::before,
    .m-btn span::after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        background: #1f64dc;
        position: absolute;
        left: 0;
        -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
        -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
        transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    }
    
    .Header .m-btn span:before {
        top: -8px;
    }
    
    .Header .m-btn span:after {
        bottom: -8px;
    }
    
    .Header .m-btn.active span {
        background: transparent;
    }
    
    .Header .m-btn.active span:before {
        transform: rotate(-48deg) translate(-6px, 5px);
        -webkit-transform: rotate(-48deg) translate(-6px, 5px);
        -o-transform: rotate(-48deg) translate(-6px, 5px);
        width: 24px;
    }
    
    .Header .m-btn.active span:after {
        transform: rotate(48deg) translate(-6px, -5px);
        -webkit-transform: rotate(48deg) translate(-6px, -5px);
        -o-transform: rotate(48deg) translate(-6px, -5px);
        width: 24px;
    }
    
    .Search {
        position: relative;
    }
    
    .Search .Searchico {
        cursor: pointer;
        color: #fff;
        width: 30px;
        height: 30px;
        background: #1f64dc;
        /* margin: 58px 0; */
        margin-top: 60px;
        text-align: center;
        line-height: 28px;
    }
      .jiansuo {
        cursor: pointer;
        color: #fff;
        width: 30px;
        height: 30px;
        background: #1f64dc;
        /* margin: 58px 0; */
        margin-top: 60px;
        text-align: center;
        line-height: 30px;
        margin-right: 20px;
    }
 .jiansuo img{vertical-align: middle;height: 20px;margin-top: -3px;}
    .Search .Searchico:hover {
        opacity: 0.8;
    }
    
    .Search .Searchico .close {
        display: none;
    }
    
    .Search .Searchico.on .search {
        display: none;
    }
    
    .Search .Searchico.on .close {
        display: inline-block;
    }
    
    .Search .searchbox {
        background: #fff;
        width: 350px;
        line-height: 34px;
        position: absolute;
        right: 0px;
        top: 150px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        box-sizing: border-box;
        padding-right: 60px;
    }
    
    .Search .searchbox .input {
        width: 100%;
        height: 40px;
        line-height: 38px;
        text-indent: 1em;
    }
    
    .Search .searchbox .input::-webkit-input-placeholder {
        color: #959595;
    }
    
    .Search .searchbox .btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 40px;
        color: #fff;
        border-radius: 0 4px 4px 0;
    }
    
    .Search .searchbox .btn img {
        width: 20px;
    }
    
    .Search .searchbox.on {
        opacity: 1;
        visibility: visible;
        top: 101px;
    }
    
    .Header .Logo {
        padding: 25px 0;
    }
    
    .Header .OA {
        padding: 0 20px;
        margin: 56px 0;
        display: none;
    }
    
    .Header .OA img {
        width: 21px;
        height: 19px;
        display: block;
        margin: 0 auto;
    }
    
    .Header .OA a {
        display: block;
    }
    
    .Header .OA a p {
        font-size: 14px;
        line-height: 0px;
        letter-spacing: 0px;
        color: #0a50bd;
        margin-top: 15px;
    }
    
    .Header .qrBox {
        padding: 0 20px;
        position: relative;
        margin: 17px 0;

    }
    
    .Header .MainNav .qrBox {display: none}
    
    .Header .qrBox ul li {
        float: right;
    }
    
    .Header .qrBox ul li a {
        display: none;
    }
    
    .Header .qrBox ul li a p {
        width: 24px;
        height: 24px;
        margin: 0 auto;
    }
    
    .Header .qrBox ul li.qr_gh {
        margin-left: 34px;
    }
    
    .Header .qrBox ul li.qr_wx a p {
        background: url(../images/ico_weichat.svg) center no-repeat;
        background-size: 130%;
    }
    
    .Header .qrBox ul li.qr_gh a p {
        background: url(../images/ico_message.svg) center no-repeat;
        background-size: cover;
    }
    
    .Header .qrBox ul li dl {
        text-align: center;
        padding: 10px;
        background-color: #f8f8f8;
        cursor: pointer;
    }
    
    .Header .qrBox ul li dl dd {
        font-family: SourceHanSansCN-Light;
        font-size: 14px;
    }
    
    .Header .qrBox ul li.qr_wx dd {
        color: #5abd55;
    }
    
    .Header .qrBox ul li.qr_gh dd {
        color: #0a4fbf;
    }
    
    .Header .qrBox ul li dl dt {}
    
    .Header .qrBox ul li dl:hover {
        background-color: #0a4fbf;
    }
    
    .Header .qrBox ul li dl:hover dd {
        color: #fff;
    }
    
    .MainNav {}
    
    .MainNav ul::after {
        content: '';
        display: block;
        clear: both;
    }
    
    .MainNav ul li {
        float: left;
        width: 9.09%;
        position: relative;
        line-height: 60px;
        text-align: center;
    }
    
    .MainNav ul li>a {
        color: #666;
        font-size: 16px;
    }
    
    .MainNav ul li::after {
        content: '';
        display: block;
        height: 3px;
        width: 100%;
        background: #1f64dc;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .5s;
        -webkit-transition: all .5s;
        transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
    }
    
    .MainNav ul li .NavPull {
        position: absolute;
        border-top: 2px solid #1f64dc;
        width: 230px;
        margin-left: -115px;
        left: 50%;
        background: #fff;
        box-sizing: border-box;
        display: none;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }
    
    .MainNav ul li .NavPull dl dd {
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        padding: 0 10px;
    }
    
    .MainNav ul li .NavPull dl dd a {
        display: block;
        border-top: 1px dashed #e5e5e5;
    }
    
    .MainNav ul li .NavPull dl dd:hover {
        background: #1f64dc;
    }
    
    .MainNav ul li .NavPull dl dd:hover a {
        color: #fff;
        border-top: 1px solid #1f64dc;
    }
    
    .MainNav ul li .NavPull dl dd:first-child a {
        border-top: none;
    }
    
    .MainNav ul li:hover,
    .MainNav ul li.onnav {
        background-color: #ed9700;
    }
    
    .MainNav ul li:hover>a {
        color: #fff;
    }
    
    .MainNav ul li.onnav>a {
        color: #fff;
    }
    
    @media(min-width:991px) {
        .MainNav ul li {
            position: static;
        }
        .MainNav ul li .NavPull {
            width: 100%;
            width: 100%;
            left: 0;
            margin-left: 0;
            background:#e3f0f8 url(../images/submenu_bg.jpg) top center no-repeat;
        }
        .MainNav ul li .NavPull dl {
            overflow: hidden;
            width: 1120px;
            margin: 0 auto;
            padding: 52px 0 40px;
        }
        .MainNav ul li .NavPull dd {
            width: 230px;
            height: 70px;
            border: solid 1px #b1d6ec;
            float: left;
            margin-bottom: 19px;
            position: relative;
            background: none;
        }
        .MainNav ul li .NavPull dd a {
            border: none;
            display: block;
            line-height: 70px;
            color: #5e7899;
        }
        .MainNav ul li .NavPull dd:after {
            content: '';
            position: absolute;
            width: 12px;
            height: 14px;
            background: url(../images/right_arr.svg);
            top: 42%;
            transform: translateX(-50%);
            right: 31px;
            background-size: cover;
            display: none;
        }
        .MainNav ul li .NavPull dd:hover {
            background-color: #ffffff;
            box-shadow: 0px 4px 13px 0px rgba(174, 182, 197, 0.2);
        }
        .MainNav ul li .NavPull dd:hover a {
            text-align: left;
            padding-left: 32px;
            color: #1f64dc;
        }
        .MainNav ul li .NavPull dd:hover:after {
            display: block;
        }
        .MainNav ul li .NavPull dd:nth-child(2),
        .MainNav ul li .NavPull dd:nth-child(6),
        .MainNav ul li .NavPull dd:nth-child(10) {
            margin: 0 35px;
        }
        .MainNav ul li .NavPull dd:nth-child(3),
        .MainNav ul li .NavPull dd:nth-child(7) {
            margin-right: 35px;
        }
        .MainNav ul li#nav31 .NavPull dl {
            width: 1115px;
        }
        .MainNav ul li#nav31 .NavPull dd {
            margin-left: 35px;
            margin-right: 0;
            margin-bottom: 19px;
        }
        .MainNav ul li#nav31 .NavPull dd:nth-child(1),
        .MainNav ul li#nav31 .NavPull dd:nth-child(5),
        .MainNav ul li#nav31 .NavPull dd:nth-child(9) {
            margin-left: 0;
        }
    }
    
    @media ( max-width:1680px) {
        .Header .auto {
            padding: 0 2% 0 3.2%;
        }
    }
    
    @media ( max-width:1366px) {}
    
    @media(max-width:1200px) {
        .MainNav ul li>a {
            color: #666;
            font-size: 14px;
        }
        .Header .OA {
            padding: 0 10px;
            margin-right: 10px;
        }
    }
    
    @media ( max-width:1024px) {

              .jiansuo{display: none}
               .Header .qrBox{display: none;}
               .Header .MainNav.show .qrBox{display: block;}
               .Header .MainNav.show .qrBox ul{border-right: none;height: auto;overflow-y:visible;}
              .Header .MainNav.show .qrBox ul li dl dt{width: 60%;height: auto;}
              .Header .MainNav.show .qrBox ul li dl dt img{display: inline-block;}
               .Header .MainNav.show .qrBox ul li dl{margin-bottom: 20px;}

    }
    
    @media(max-width:992px) {
        .Search {
            position: static;
            margin-right: 20px;
        }
        .Search .Searchico {
            margin-top: 16px;
            width: 26px;
            height: 26px;
            line-height: 24px;
        }
        .Header {
            height: 60px;
            line-height: 60px;
        }
        .Header.fix {
            position: fixed;
        }
        .Header:after {
            display: none;
        }
        .Header .Logo {
            padding: 0;
        }
        .Header .Logo img {
            height: 46px;
        }
        .Header .OA {
            margin: 12px 0 0;
        }
        .Header .OA a p {
            line-height: 26px;
            margin-top: 0;
        }
        .Header .qrBox {
            margin-top: 5px;
            margin-bottom: 0;
        }
        .Header .qrBox ul li {
            position: relative;
        }
        /* .Header .qrBox ul li a {
            display: block;
        }*/
        .Header .qrBox ul li dl {
            padding: 0;
            background: none;
            position: relative;
        }
        .Header .qrBox ul li dl:hover {
            background: none;
        }
        /*.Header .qrBox ul li dl dt {
            display: none;
        }*/
        .Header .qrBox ul li dl dd {
            line-height: 20px;
        }
        .Header .qrBox ul li.qr_gh:hover dd {
            color: #0a4fbf;
        }
        .Header .qrBox ul li dl dt {
            width: 32px;
            height: 32px;
            margin: 0 auto;
        }
        .Header .qrBox ul li dl dt img {
            display: block;
        }
        /*.Header .qrBox ul li:hover dt {
            display: block;
            position: absolute;
            bottom: -60px;
            left: 0;
        }*/
        .Header .m-btn {
            display: block;
        }
        .Search .searchbox {
            top: 80px;
        }
        .Search .searchbox.on {
            top: 60px;
            right: 2%;
            width: 96%;
        }
        .MainNav {
            width: 0;
            background: #fff;
            position: absolute;
            top: 60px;
            right: 0;
            transition: all .5s;
            -webkit-transition: all .5s;
            overflow: hidden;
            height: calc(100vh - 60px);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            z-index: 999;
        }
        .MainNav ul {
            padding: 10px;
            height: 600px;
            overflow-y: scroll;
        }
        .MainNav ul li {
            width: 100%;
            box-sizing: border-box;
            position: relative;
            line-height: 40px;
            font-size: 15px;
            min-width: 120px;
            text-align: left;
        }
        .MainNav ul li a {
            transition: none;
        }
        .MainNav ul li:hover {
            background-color: #ffffff;
            color: #666;
        }
        .MainNav ul li:hover>a {
            color: #666;
        }
        .MainNav ul li.onnav {
            background-color: #ed9700;
        }
        .MainNav ul li::after {
            height: 2px;
        }
        .MainNav ul li b {
            display: block;
            width: 40px;
            height: 40px;
            background: url(../images/more1.png) no-repeat center right;
            position: absolute;
            right: 0;
            top: 0;
        }
        .MainNav ul li .NavPull {
            position: static;
            width: 100%;
            box-sizing: border-box;
            background: rgb(255, 255, 255);
            margin-left: 0;
            margin-bottom: 5px;
        }
        .MainNav ul li .NavPull dl dd {
            line-height: 30px;
            font-size: 13px;
            text-align: left;
            padding-left: 10px;
        }
        .MainNav.show {
            width: 60%;
        }
        .Header .lan ul {
            top: 60px;
        }
    }
    
    @media(max-width:480px) {
        .Header .OA a p {
            font-size: 12px;
        }
        .Header .qrBox {
            padding: 0;
        }
        .Header .qrBox ul li dl dd {
            font-size: 12px;
        }
        .Header .qrBox ul li.qr_gh {
            margin-left: 10px;
        }
    }
    
    @media(max-width:414px) {
        .Header .Logo img {
            height: 40px;
        }
    }
    
    @media(max-width:375px) {
        .Search .Searchico {
            margin-top: 18px;
            width: 26px;
            height: 26px;
            line-height: 25px;
        }
        .Header .OA {
            padding: 0 5px;
        }
        .Header .Logo img {
            height: 34px;
        }
        .Header .m-btn {
            margin-left: 4px;
        }
    }
    /*Top*/
    /* Bottom */
    
    .Bottom {
        background: #32373d url(../images/bottom_bg.jpg) top center no-repeat;
        color: #fff;
    }
    
    .Bottom .BottomTop {}
    
    .Bottom .BottomTop .BottomNav {
        overflow: hidden;
        border-bottom: 1px #3b4247 solid;
        padding: 45px 0;
    }
    
    .Bottom .BottomTop .BottomNav .link_tit {
        float: left;
        position: relative;
        font-size: 16px;
        line-height: 34px;
    }
    
    .Bottom .BottomTop .BottomNav .link_tit .arr {
        display: none;
    }
    
    .Bottom .BottomTop .BottomNav ul {
        float: left;
        margin-left: 44px;
    }
    
    .Bottom .BottomTop .BottomNav ul li {
        float: left;
        padding: 0 20px;
    }
    
    .Bottom .BottomTop .BottomNav ul li a {
        color: #aeafb0;
        font-size: 14px;
        line-height: 34px;
    }
    
    .Bottom .BottomTop .BottomNav ul li a:hover {
        color: #fff;
    }
    
    .Bottom .BottomTop .BottomNav ul li:first-child::before {
        display: none;
    }
    
    .Bottom .BottomTop .BottomCon {
        position: relative;
        padding: 66px 0;
    }
    
    .Bottom .BottomTop .BottomCon .item {
        width: 30%;
        float: left;
        box-sizing: border-box;
    }
    
    .Bottom .BottomTop .BottomCon .item:nth-child(2) {
        width: 40%;
        border-left: 1px #474d52 solid;
        border-right: 1px #474d52 solid;
        padding: 0px 7.7%;
    }
    
    .Bottom .BottomTop .BottomCon .item:nth-child(3) {
        padding-left: 7.7%;
    }
    
    .Bottom .BottomTop .BottomCon .item .tit {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .Bottom .BottomTop .BottomCon .item .tit:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        height: 1px;
        width: 20px;
        background-color: #585e63;
    }
    
    .Bottom .BottomTop .BottomCon .item .tit a {
        font-size: 18px;
        color: #ffffff;
    }
    
    .Bottom .BottomTop .BottomCon .item p {
        line-height: 30px;
        font-size: 14px;
        color: #7a7d80;
    }
    
    .Bottom .BottomTop .BottomCon .item p img {
        width: 17px;
        margin-right: 10px;
    }
    
    .Bottom .BottomTop .BottomCon .footTop {
        width: 90px;
        height: 90px;
        text-align: center;
        line-height: 90px;
        background: #1f64dc;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .Bottom .BottomTop .BottomCon .footTop a {
        display: block;
    }
    
    .Bottom .Copy {
        font-size: 14px;
        color: #7f8284;
        text-align: center;
        padding: 20px 0px;
        background: url(../images/copyright_bg.png);
    }
    
    .Bottom .Copy a {
        color: #7f8284;
    }
    
    .Bottom .Copy a:hover {
        color: #fff;
    }
    
    @media(max-width:1440px) {
        .Bottom .BottomTop .BottomCon .footTop {
            width: 60px;
            height: 60px;
            line-height: 60px;
        }
    }
    
    @media(max-width:1024px) {
        .Bottom .BottomTop .BottomCon .item:nth-child(2) {
            padding: 0 4%;
        }
        .Bottom .BottomTop .BottomCon .item:nth-child(3) {
            padding-left: 4%;
        }
    }
    
    @media(max-width:992px) {
        .Bottom .BottomTop .BottomNav {
            padding: 0 0 20px 0;
        }
        .Bottom .BottomTop .BottomNav .link_tit {
            float: none;
            text-align: center;
        }
        .Bottom .BottomTop .BottomNav ul {
            float: none;
            overflow: hidden;
            margin-left: 0;
        }
        .Bottom .BottomTop .BottomCon {
            padding: 30px 0;
        }
        .Bottom .BottomTop .BottomCon .item {
            width: 32%;
        }
        .Bottom .BottomTop .BottomCon .item:nth-child(2) {
            padding: 0 2%;
            width: 36%;
        }
        .Bottom .BottomTop .BottomCon .item:nth-child(3) {
            padding-left: 2%;
        }
    }
    
    @media(max-width:768px) {
        .Bottom .BottomTop {
            padding: 20px 0;
        }
        .Bottom .BottomTop .BottomNav ul li {
            font-size: 14px;
            padding: 0 10px;
        }
        .Bottom .BottomTop .BottomCon {
            margin-top: 30px;
            padding: 0;
        }
        .Bottom .BottomTop .BottomCon .item {
            width: 100%;
            margin-bottom: 20px;
            text-align: center;
        }
        .Bottom .BottomTop .BottomCon .item .tit {
            padding-bottom: 10px;
        }
        .Bottom .BottomTop .BottomCon .item .tit:after {
            left: 50%;
            transform: translateX(-50%);
        }
        .Bottom .BottomTop .BottomCon .item:nth-child(2) {
            width: 100%;
            padding: 0;
            border: none;
        }
        .Bottom .BottomTop .BottomCon .item:nth-child(3) {
            padding: 0;
        }
        .Bottom .BottomTop .BottomCon .footTop {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
        .Bottom .Copy {
            padding: 15px 10px;
        }
    }
    
    @media(max-width:414px) {
        .Bottom .Copy {
            font-size: 12px;
        }
    }
    /* bottom */
    /* HomeBan */
    
    .HomeBan {}
    
    .HomeBan .item {
        position: relative;
    }
    
    .HomeBan .item .imgbox {
        padding-top: 36.2%;
    }
    
    .HomeBan .item .txt {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        z-index: 999;
        text-align: right;
    }
    
    .HomeBan .item .txt .txtbox {
        max-width: 1000px;
        width: 90%;
        color: #fff;
    }
    
    .HomeBan .item .txt .txtbox h1 {
        font-family: yuweij;
        font-size: 105px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 130px;
        letter-spacing: 0px;
        color: #0c5bd3;
        opacity: 0;
        transform: translateY(130px);
        -webkit-transform: translateY(130px);
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
    }
    
    .HomeBan .item .txt .txtbox h1:first-child {
        padding-right: 5%;
    }
    
    .HomeBan .item .txt .txtbox h2 {
        font-family: SourceHanSansCN-Light;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 2px;
        color: #1350b8;
        width: 40%;
        float: right;
        margin-top: 2%;
        opacity: 0;
        transform: translateY(130px);
        -webkit-transform: translateY(130px);
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
    }
    
    .HomeBan .item.active .txt .txtbox h1,
    .HomeBan .item.active .txt .txtbox h2 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    
    .HomeBan .slick-dots {
        bottom: 20px;
    }
    
    .HomeBan .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 8px;
        position: relative;
        border-radius: 50%;
        border: none;
    }
    
    .HomeBan .slick-dots li button {
        width: 4px;
        height: 4px;
        background: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .HomeBan .slick-dots li.slick-active button {
        background: #fff;
        width: 12px;
        height: 12px;
    }
    
    .HomeBan .slick-dots li.slick-active {
        border: none;
    }
    
    .slider {
        overflow: hidden;
    }
    
    .slick-arrow {
        font-size: 0;
        z-index: 10;
        position: absolute;
        top: 50%;
        margin-top: -22px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        padding: 0;
        transition: all ease 0.3s;
        color: #000;
    }
    
    .slick-arrow:hover {
        color: #fff;
        background-color: #1f64dc;
        border: 1px solid #1f64dc;
    }
    
    .slick-prev:before,
    .slick-next:before {
        display: block;
        font-size: 20px;
        font-family: "宋体";
        font-weight: bold;
    }
    
    .slick-prev:before {
        content: '<';
    }
    
    .slick-next:before {
        content: '>';
    }
    
    .slick-prev {
        left: -80px;
    }
    
    .slick-next {
        right: -80px;
    }
    
    .slider:hover .slick-prev {
        left: 20px;
    }
    
    .slider:hover .slick-next {
        right: 20px;
    }
    
    @media(max-width:1440px) {
        .HomeBan .item .txt .txtbox h1 {
            font-size: 90px;
        }
        .HomeBan .item .txt .txtbox p {
            font-size: 18px;
            line-height: 30px;
        }
        .HomeBan .item .txt .txtbox h1:first-child {
            padding-right: 10%;
        }
    }
    
    @media(max-width:1200px) {
        .HomeBan .item .txt .txtbox h1 {
            font-size: 85px;
        }
    }
    
    @media(max-width:1200px) {
        .HomeBan .item .txt .txtbox h1 {
            font-size: 78px;
            line-height: 100px;
        }
    }
    
    @media(max-width: 992px) {
        .HomeBan .item .txt .txtbox h1 {
            font-size: 70px;
            line-height: 86px;
        }
    }
    
    @media(max-width:768px) {
        .HomeBan .item .txt .txtbox h1 {
            font-size: 56px;
            line-height: 80px;
        }
        .HomeBan .item .txt .txtbox h2 {
            font-size: 12px;
            line-height: 16px;
            margin: 5px 0;
        }
        .HomeBan .slick-dots {
            bottom: 0px;
        }
        .HomeBan .slick-dots li {
            width: 15px;
            height: 15px;
        }
        .HomeBan .slick-dots li.slick-active button {
            height: 4px;
            width: 4px;
        }
    }
    
    @media(max-width:414px) {
        .HomeBan .item .txt .txtbox h1 {
            font-size: 30px;
            line-height: 36px;
        }
        .HomeBan .item .txt .txtbox h2 {
            width: 70%;
        }
    }
    /* HomeBan */
    /*栏目页公用样式 s*/
    
    .SubBan {
        position: relative;
        /* overflow: hidden; */
    }
    
    .SubBan .imgbox {
        padding-top: 18.4%;
    }
    
    .SubBan .img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
    }
    
    .SubBan .txt {
        width: 100%;
        position: absolute;
        top: 50%;
        color: #fff;
        line-height: 36px;
        font-size: 18px;
        z-index: 2;
        transform: translateY(-50%);
    }
    
    .SubBan .txt h1 {
        /*font-family: yuweij;*/
        font-size: 64px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 80px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    
    .SubBan.bhSunban .txt h1 {
        font-family: MicrosoftYaHei-Bold;
        font-size: 60px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 80px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    
    .SubBan .txt h2 {
        font-family: SourceHanSansCN-Light;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 34px;
        letter-spacing: 2px;
        color: #ffffff;
        width: 50%;
        margin-top: 3%;
    }
    
    .SubBan .txt h3 {
        font-family: MicrosoftYaHei-Bold;
        font-size: 60px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 80px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    
    @media(max-width:1366px) {
        .SubBan .txt h1 {
            font-size: 80px;
        }
        .SubBan .txt h2 {
            font-size: 16px;
            margin-top: 1%;
        }
        .SubBan .txt h3 {
            font-size: 54px;
        }
    }
    
    @media(max-width:1200px) {
        .SubBan .txt h1 {
            font-size: 70px;
        }
        .SubBan .txt h2 {
            font-size: 15px;
            margin-top: 1%;
            line-height: 30px;
        }
        .SubBan .txt h3 {
            font-size: 48px;
        }
    }
    
    @media(max-width:1024px) {
        .SubBan .txt h1 {
            font-size: 60px;
        }
        .SubBan .txt h2 {
            font-size: 14px;
            margin-top: 0;
            line-height: 22px;
        }
        .SubBan .txt h3 {
            font-size: 44px;
        }
    }
    
    @media(max-width:992px) {
        .SubBan .txt h3 {
            font-size: 40px;
        }
    }
    
    @media(max-width:768px) {
        .SubBan .txt h1 {
            font-size: 46px;
            line-height: 50px;
        }
        .SubBan .txt h2 {
            font-size: 14px;
            margin-top: 0;
            line-height: 20px;
            width: 80%;
        }
        .SubBan .txt h3 {
            font-size: 38px;
        }
    }
    
    @media(max-width:640px) {
        .SubBan .txt h1 {
            font-size: 36px;
            line-height: 46px;
        }
        .SubBan .txt h3 {
            font-size: 36px;
        }
        .SubBan .imgbox {
            padding-top: 35%;
        }
    }
    
    @media(max-width:414px) {
        .SubBan .txt h1 {
            font-size: 36px;
            line-height: 46px;
        }
        .SubBan .imgbox {
            padding-top: 40%;
        }
        .SubBan .txt h2 {
            font-size: 12px;
        }
        .SubBan .txt h3 {
            font-size: 30px;
        }
    }
    
    @media(max-width:360px) {
        .SubBan .txt h1 {
            font-size: 32px;
            line-height: 46px;
        }
        .SubBan .txt h3 {
            font-size: 28px;
        }
    }
    /* 内页banner */
    
    .ColumnName {
        text-align: center;
        font-size: 15px;
        color: #fff;
        background: #1f64dc;
        display: none;
        line-height: 38px;
        position: relative;
    }
    
    .ColumnName span {
        display: inline-block;
        border-bottom: 1px solid #fff;
        padding-bottom: 22px;
    }
    
    .ColumnName .arr {
        position: absolute;
        width: 30px;
        right: 10px;
        top: 0;
        transition: all ease 0.3s;
    }
    
    .ColumnName .iconfont {
        font-size: 20px;
    }
    
    .ColumnName.on .arr {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
    }
    /* 二级菜单 */
    
    .SubMenu {
        line-height: 90px;
        background-color: #eeeeee;
        clear: both;
        text-align: center;
        position: relative;
        z-index: 5;
        overflow: hidden;
    }
    
    .SubMenu .ColumnName {
        display: none;
    }
    
    .SubMenu ul {
        float: left;
    }
    
    .SubMenu li {
        float: left;
        position: relative;
        margin-right: 10px;
    }
    
    .SubMenu li:after {
        position: absolute;
        content: '';
        right: -10px;
        width: 1px;
        height: 12px;
        background-color: #ababab;
        opacity: 0.51;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .SubMenu li:last-child:after {
        display: none;
    }
    
    .SubMenu li a {
        z-index: 1;
        position: relative;
        z-index: 1;
        display: block;
        font-size: 17px;
        padding: 0 30px;
        color: #666;
        font-weight: bold;
    }
    
    .SubMenu li .bg {
        position: absolute;
        z-index: 0;
        width: 100%;
        bottom: 0px;
        height: 0;
        left: 0;
        background: #fff;
        transition: all ease 0.3s;
        font-size: 0;
    }
    
    .SubMenu li:hover .bg,
    .SubMenu li.onli .bg {
        height: 100%;
    }
    
    .SubMenu li a:hover,
    .SubMenu li.onli a {
        color: #1f64dc;
    }
    
    @media(max-width:1024px) {
        .SubMenu {
            line-height: 60px;
        }
        .SubMenu li a {
            font-size: 14px;
        }
    }
    
    @media(max-width:768px) {
        .SubMenu li a {
            padding: 0 16px;
        }
    }
    
    @media(max-width:640px) {
        .SubMenu .ColumnName {
            display: block;
        }
        .SubMenu {
            border-bottom: 0;
            background: none;
            line-height: 35px;
        }
        .SubMenu ul {
            display: none;
            float: none;
            background: #f7f7f7;
            margin: 0;
            padding: 0 15px;
        }
        .SubMenu li {
            text-align: left;
            width: auto;
            float: none;
            border-bottom: 1px solid #e0e0e0;
        }
        .SubMenu li:after {
            display: none;
        }
        .SubMenu li a {
            font-size: 16px;
            padding: 0 0 0 12px;
            border-left: 0;
            border-right: 0;
            line-height: 35px;
            height: auto;
        }
        .SubMenu li .bg {
            display: none;
        }
        .SubMenu li:last-child {
            border-bottom: 0;
        }
    }
    
    .SubCon {
        overflow: hidden;
    }
    /* 首页内容 */
    
    .HomeCon {}
    
    .Clinic_service {
        background: #fff;
        padding: 35px 0;
    }
    
    .Clinic_service .Contain {
        border-bottom: 2px #1f64dc solid;
    }
    
    .Clinic_service .c_left {
        width: 60%;
        float: left;
    }
    
    .Clinic_service .c_left .tit {
        float: left;
    }
    
    .Clinic_service .c_left .tit .tit_cn p {
        width: 66px;
        font-family: MicrosoftYaHei;
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        /* color: #595f65; */
        background-image: -webkit-gradient(linear, left top, right bottom, from(#2bcd8a), to(#3a81fd));
        /* 背景色渐变 */
        -webkit-background-clip: text;
        /* 规定背景的划分区域 */
        -webkit-text-fill-color: transparent;
        /* 防止字体颜色覆盖 */
    }
    
    .Clinic_service .c_left .tit .tit_en {
        font-family: SourceHanSansCN-Regular;
        font-size: 14px;
        line-height: 40px;
        letter-spacing: 1px;
        color: #dde4f1;
    }
    
    .Clinic_service .c_left .c_list {
        float: left;
        width: 80%;
        overflow: hidden;
    }
    
    .Clinic_service .c_left .c_list li {
        float: left;
        width: 25%;
        text-align: center;
        margin-bottom: 2%;
    }
    
    .Clinic_service .c_left .c_list li img {
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }
    
    .Clinic_service .c_left .c_list li span {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #595f65;
    }
    
    .Clinic_service .c_left .c_list li a:hover img {
        animation: move 2s -1s infinite;
    }
    
    .Clinic_service .c_left .c_list li a:hover span {
        color: #0a4fbf;
    }
    
    .Clinic_service .c_right {
        width: 40%;
        float: right;
        padding-bottom: 2%;
    }
    
    .Clinic_service .c_right dl {
        float: left;
        width: 50%;
    }
    
    .Clinic_service .c_right dl a {
        display: block;
    }
    
    .Clinic_service .c_right dl dt {
        width: 40%;
        text-align: center;
        float: left;
        line-height: 100px;
    }
    
    .Clinic_service .c_right dl dt img {
        vertical-align: middle;
        transition: all 0.3s;
    }
    
    .Clinic_service .c_right dl dd {
        width: 50%;
        float: left;
        margin-top: 2%;
        margin-left: 10px;
    }
    
    .Clinic_service .c_right dl dd .tit {
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #ed9700;
        font-weight: bold;
    }
    
    .Clinic_service .c_right dl dd .txt {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 18px;
        letter-spacing: 0px;
        color: #5f6f8e;
    }
    
    .Clinic_service .c_right dl:hover dt img {
        transform: scale(1.1);
    }
    
    .Clinic_service .c_right dl:hover dd .txt {
        color: #0c5bd3;
    }
    
    @media(max-width:1024px) {
        .Clinic_service .c_left .c_list {
            width: 78%;
        }
        .Clinic_service .c_left .c_list li {
            margin-bottom: 2%;
        }
        .Clinic_service .c_left .c_list li img {
            width: 24px;
            height: 24px;
        }
        .Clinic_service .c_right dl dd .tit {
            font-size: 16px;
        }
        .Clinic_service .c_right dl dd .txt {
            font-size: 12px;
        }
    }
    
    @media(max-width:768px) {
        .Clinic_service .c_left .tit .tit_cn p {
            font-size: 24px;
        }
        .Clinic_service .c_left .tit .tit_en {
            font-size: 12px;
            line-height: 30px;
        }
        .Clinic_service .c_left .c_list {
            width: 72%;
        }
        .Clinic_service .c_left .c_list li span {
            font-size: 14px;
        }
        .Clinic_service .c_right dl dd .tit {
            font-size: 14px;
        }
    }
    
    @media(max-width:640px) {
        .Clinic_service .c_left {
            width: 100%;
            float: none;
        }
        .Clinic_service .c_left .tit {
            float: none;
            width: 100%;
            text-align: center;
        }
        .Clinic_service .c_left .tit .tit_cn p {
            display: inline-block;
        }
        .Clinic_service .c_left .tit .tit_en {
            font-size: 14px;
        }
        .Clinic_service .c_left .c_list {
            width: 100%;
            float: none;
        }
        .Clinic_service .c_left .c_list li {
            width: 33.33%;
        }
        .Clinic_service .c_right {
            width: 100%;
            float: none;
        }
        .Clinic_service .c_right dl {
            text-align: center;
        }
        .Clinic_service .c_right dl dt {
            line-height: unset;
            float: none;
            width: 80%;
            margin: 0 auto;
        }
        .Clinic_service .c_right dl dd .tit {
            font-size: 17px;
        }
        .Clinic_service .c_right dl dd {
            width: 100%;
            margin-top: 0;
            margin-left: 0;
        }
    }
    
    .Index_news {
        padding: 2% 0 4.5%;
    }
    
    .Index_news .i_left {
        width: 42.8%;
        float: left;
    }
    
    .Index_news .i_left .focus_img {}
    
    .Index_news .i_left .focus_img .imgbox {
        padding-top: 66%;
    }
    
    .Index_news .i_left .focus_img .slick-dots {
        bottom: 144px;
        text-align: right;
        width: auto;
        right: 20px;
        left: unset;
    }
    
    .Index_news .i_left .focus_img .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 2px;
        position: relative;
        border-radius: 50%;
        border: none;
    }
    
    .Index_news .i_left .focus_img .slick-dots li button {
        width: 4px;
        height: 4px;
        background: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .Index_news .i_left .focus_img .slick-dots li.slick-active button {
        background: #f5c420;
        width: 12px;
        height: 12px;
    }
    
    .Index_news .i_left .top_news {
        background-color: #f1f5f9;
        padding: 15px;
        margin-top: 10px;
    }
    
    .Index_news .i_left .top_news .news_date {
        background-color: #fbfcff;
        padding: 15px;
        text-align: left;
        float: left;
    }
    
    .Index_news .i_left .top_news .news_date .date_dd {
        font-family: Anton-Regular;
        font-size: 36px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #1f64dc;
    }
    
    .Index_news .i_left .top_news .news_date .date_MM {
        font-family: Anton-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #1f64dc;
    }
    
    .Index_news .i_left .top_news .news_tit {
        float: right;
        width: 80%;
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 25px;
        height: 75px;
        letter-spacing: 0px;
        color: #3c4247;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    .Index_news .i_left .top_news .news_tit a {}
    
    .Index_news .i_right {
        width: 52%;
        float: right;
    }
    
    .Index_news .i_right .tab_top {
        overflow: hidden;
    }
    
    .Index_news .i_right .tab_top .tab_tit {
        overflow: hidden;
        width: 70%;
        float: left;
    }
    
    .Index_news .i_right .tab_top .tab_tit li {
        float: left;
        position: relative;
        margin-right: 9%;
    }
    
    .Index_news .i_right .tab_top .tab_tit li:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        height: 2px;
        width: 0;
        background-color: #1f64dc;
        transition: all 0.3s;
    }
    
    .Index_news .i_right .tab_top .tab_tit li.on:before {
        width: 100%;
    }
    
    .Index_news .i_right .tab_top .tab_tit li a {
        font-family: MicrosoftYaHei;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #b5b5b5;
    }
    
    .Index_news .i_right .tab_top .tab_tit li.on a,
    .Index_news .i_right .tab_top .tab_tit li:hover a {
        color: #1f64dc;
    }
    
    .Index_news .i_right .tab_top .tab_tit li:hover:before {
        width: 100%;
    }
    
    .Index_news .i_right .tab_bott .more_btn {
        position: absolute;
        top: -42px;
        right: 0;
        width: 106px;
        height: 40px;
        border: solid 2px #1f64dc;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
    }
    
    .Index_news .i_right .tab_bott .more_btn a {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #1f64dc;
    }
    
    .Index_news .i_right .tab_bott .more_btn:hover {
        background-color: #1f64dc;
    }
    
    .Index_news .i_right .tab_bott .more_btn:hover a {
        color: #fff;
    }
    
    .Index_news .i_right .tab_bott {
        position: relative;
    }
    
    .Index_news .i_right .tab_bott .top_news {
        padding: 15px 0;
        border-bottom: 1px #eee dashed;
    }
    
    .Index_news .i_right .tab_bott .top_news .tit {
        font-family: MicrosoftYaHei-Bold;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 0px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .Index_news .i_right .tab_bott .top_news .txt {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        height: 50px;
        letter-spacing: 0px;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .Index_news .i_right .tab_bott .top_news .time {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #b3bac0;
    }
    
    .Index_news .i_right .tab_bott .top_news:hover .txt {
        color: #0a4fbf;
    }
    
    .Index_news .i_right .tab_bott .news_list {}
    
    .Index_news .i_right .tab_bott .news_list li {
        overflow: hidden;
        padding: 10px 0;
    }
    
    .Index_news .i_right .tab_bott .news_list li .date {
        float: left;
        width: 14%;
        font-family: ArialMT;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #b3bac0;
    }
    
    .Index_news .i_right .tab_bott .news_list li .tit {
        float: right;
        width: 85%;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 0px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .Index_news .i_right .tab_bott .news_list li:hover .tit {
        color: #0a4fbf;
    }
    
    @media(max-width:1024px) {
        .Index_news .i_left .top_news .news_date {
            padding: 10px;
        }
        .Index_news .i_left .top_news .news_tit {
            width: 78%;
        }
        .Index_news .i_left .top_news .news_tit a {
            font-size: 15px;
            height: 70px;
        }
        .Index_news .i_right .tab_top .tab_tit li a {
            font-size: 20px;
            font-weight: bold;
        }
        .Index_news .i_right .tab_bott .more_btn {
            top: -39px;
            width: 80px;
            height: 34px;
            line-height: 34px;
        }
        .Index_news .i_right .tab_bott .top_news .tit {
            font-size: 18px;
        }
        .Index_news .i_right .tab_bott .top_news .time {
            line-height: 30px;
        }
        .Index_news .i_right .tab_bott .news_list li {
            padding: 3px 0;
        }
        .Index_news .i_right .tab_bott .news_list li .date {
            font-size: 14px;
        }
        .Index_news .i_right .tab_bott .news_list li .tit {
            font-size: 14px;
        }
    }
    
    @media(max-width:768px) {
        .Index_news .i_left {
            width: 100%;
            float: none;
        }
        .Index_news .i_left .top_news .news_tit {
            width: 85%;
        }
        .Index_news .i_left .top_news .news_tit a {
            font-size: 16px;
        }
        .Index_news .i_right {
            width: 100%;
            float: none;
            padding: 2% 0;
        }
        .Index_news .i_right .tab_bott .news_list li .date {
            width: 16%;
            font-size: 16px;
            float: right;
        }
        .Index_news .i_right .tab_bott .news_list li .tit {
            font-size: 16px;
            width: 84%;
            float: left;
        }
        .Index_news .i_right .tab_bott .top_news .tit {
            font-size: 16px;
        }
    }
    
    @media(max-width:480px) {
        .Index_news .i_left .top_news .news_tit {
            width: 82%;
        }
    }
    
    @media(max-width:414px) {
        .Index_news .i_left .top_news .news_tit {
            width: 76%;
        }
        .Index_news .i_left .top_news .news_tit a {
            font-size: 14px;
        }
        .Index_news .i_right .tab_top .tab_tit {
            width: 100%;
            float: none;
        }
        .Index_news .i_right .tab_top .tab_tit li {
            margin-right: 4%;
        }
        .Index_news .i_right .tab_top .tab_tit li a {
            font-size: 18px;
        }
        .Index_news .i_right .tab_bott .more_btn {
            height: 30px;
            line-height: 30px;
            top: -37px;
        }
        .Index_news .i_right .tab_bott .news_list li .date {
            width: 20%;
            font-size: 14px;
        }
        .Index_news .i_right .tab_bott .news_list li .tit {
            font-size: 14px;
            width: 78%;
        }
    }
    
    @media(max-width:375px) {}
    
    @media(max-width:360px) {
        .Index_news .i_right .tab_top .tab_tit li a {
            font-size: 17px;
        }
    }
    
    .Famous_doctors {
        padding: 3% 0;
        background: url(../uploadfiles/image/fa_doctor_bg.jpg) top center no-repeat;
        background-size: cover;
    }
    
    .Famous_doctors .f_top {
        overflow: hidden;
    }
    
    .Famous_doctors .f_top .tit {
        float: left;
    }
    
    .Famous_doctors .f_top .tit .tit_cn {
        font-family: MicrosoftYaHei;
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 34px;
        width: 125px;
        letter-spacing: 0px;
        /* color: #1f64dc; */
        /* color: #595f65; */
        background-image: -webkit-gradient(linear, left top, right bottom, from(#2bcd8a), to(#3a81fd));
        /* 背景色渐变 */
        -webkit-background-clip: text;
        /* 规定背景的划分区域 */
        -webkit-text-fill-color: transparent;
        /* 防止字体颜色覆盖 */
    }
    
    .Famous_doctors .f_top .tit .tit_en {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        line-height: 40px;
        letter-spacing: 1px;
        color: #dde4f1;
    }
    
    .Famous_doctors .f_top .more_btn {
        width: 106px;
        height: 40px;
        border: solid 2px #1f64dc;
        line-height: 40px;
        text-align: center;
        float: right;
    }
    
    .Famous_doctors .f_top .more_btn a {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #1f64dc;
    }
    
    .Famous_doctors .f_top .more_btn:hover {
        background-color: #1f64dc;
    }
    
    .Famous_doctors .f_top .more_btn:hover a {
        color: #fff;
    }
    
    .Famous_doctors .f_bott {
        padding: 1% 0;
    }
    
    .Famous_doctors .f_bott .doctor_list dl {
        /* float: left;*/
        background-color: #ffffff;
        text-align: center;
        padding: 34px;
        transition: all .5s;
        -webkit-transition: all .5s;
    }
    
    .Famous_doctors .f_bott .doctor_list dl a {}
    
    .Famous_doctors .f_bott .doctor_list dl dt {
        /*width: 216px;
        height: 216px;
        line-height: 212px;*/
        background-color: #f6f6f6;
        border: solid 1px #eaf0f5;
        border-radius: 50%;
        margin: 0 auto;
        vertical-align: middle;
        overflow: hidden;
        padding-top: 100%;
    }
    
    .Famous_doctors .f_bott .doctor_list dl dt img {}
    
    .Famous_doctors .f_bott .doctor_list dl .d_name {
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        padding: 20px 0 10px 0;
    }
    
    .Famous_doctors .f_bott .doctor_list dl .d_position {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        position: relative;
        padding-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .Famous_doctors .f_bott .doctor_list dl .d_position:after {
        content: '';
        width: 8px;
        height: 3px;
        background-color: #0a4fbf;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .Famous_doctors .f_bott .doctor_list dl .d_instroduce {
        height: 36px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #b8b8b8;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #b8b8b8;
        text-align: left;
        padding-top: 5%;
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-nav {
        display: block !important;
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-nav span {
        font-size: 30px;
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-prev {
        position: absolute;
        width: 35px;
        height: 65px;
        line-height: 65px;
        background-color: #fff;
        border-radius: 0;
        left: -80px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-next {
        position: absolute;
        width: 35px;
        height: 65px;
        line-height: 65px;
        border-radius: 0;
        right: -80px;
        background-color: #fff;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-prev:hover,
    .Famous_doctors .f_bott .doctor_list .owl-next:hover {
        color: #fff;
        background-color: #1f64dc;
        border: 1px solid #1f64dc;
    }
    
    .Famous_doctors .f_bott .doctor_list dl:hover {
        box-shadow: 0 0 10px #999;
    }
    
    .Famous_doctors .imgbox span {
        background-position: center top;
    }
    
    @media(max-width:1366px) {
        .Famous_doctors .f_bott .doctor_list {
            overflow: hidden;
        }
        .Famous_doctors .f_bott .doctor_list .owl-prev {
            left: 0;
        }
        .Famous_doctors .f_bott .doctor_list .owl-next {
            right: 0;
        }
    }
    
    @media(max-width:1024px) {
        .Famous_doctors .f_top .more_btn {
            width: 80px;
            height: 34px;
            line-height: 34px;
        }
    }
    
    @media(max-width:768px) {
        .Famous_doctors .f_top .tit .tit_cn {
            font-size: 24px;
        }
        .Famous_doctors .f_top .tit .tit_en {
            line-height: 30px;
            font-size: 12px;
        }
        .Famous_doctors .f_bott {
            padding: 5% 0;
        }
    }
    
    @media(max-width:640px) {
        .Famous_doctors .f_top .tit .tit_cn {
            font-size: 24px;
        }
        .Famous_doctors .f_top .tit .tit_en {
            font-size: 14px;
        }
    }
    
    @media(max-width:480px) {
        .Famous_doctors .f_bott .doctor_list dl .d_instroduce {
            display: none;
        }
        .Famous_doctors .f_bott .doctor_list dl .d_position {
            font-size: 14px;
        }
    }
    
    @media(max-width:375px) {
        .Famous_doctors .f_bott .doctor_list dl {
            padding: 26px;
        }
    }
    
    @media(max-width:360px) {}
    
    .Party_subjects {
        background: #fff;
        padding: 4% 0 6.5%;
    }
    
    .Party_subjects .p_left {
        width: 23%;
        float: left;
    }
    
    .Party_subjects .p_left .p_pc {
        position: relative;
    }
    
    .Party_subjects .p_left .p_pc .slider {}
    
    .Party_subjects .p_left .p_pc .slider .imgbox {
        padding-top: 125%;
    }
    
    .Party_subjects .p_left .p_pc .slick-arrow {
        width: 30px;
        height: 30px;
        background-color: #000000;
        opacity: 0.3;
        line-height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 50%;
        top: 92%;
        color: #fff;
    }
    
    .Party_subjects .p_left .p_pc .slick-prev {
        left: 20px;
    }
    
    .Party_subjects .p_left .p_pc .slick-next {
        right: unset;
        left: 70px;
    }
    
    .Party_subjects .p_left .p_pc .slick-arrow:hover {
        opacity: 0.7;
        border: 1px #fff solid;
    }
    
    .Party_subjects .p_left .more_btn {
        position: absolute;
        bottom: 6%;
        right: 5%;
        z-index: 99;
        width: 100px;
        height: 30px;
        line-height: 30px;
        border: 1px #fff solid;
        text-align: center;
    }
    
    .Party_subjects .p_left .more_btn a {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #fff;
    }
    
    .Party_subjects .p_left .more_btn:hover {
        background-color: #0a4fbf;
    }
    
    .Party_subjects .p_left .more_btn:hover a {
        color: #fff;
    }
    
    .Party_subjects .p_center {
        width: 40%;
        float: left;
        padding: 0 4%;
    }
    
    .Party_subjects .p_center .pc_top {
        padding: 2% 0 8%;
    }
    
    .Party_subjects .p_center .pc_top .tit {
        font-family: MicrosoftYaHei;
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #1f64dc;
        overflow: hidden;
        width: 32%;
        float: left;
    }
    
    .Party_subjects .p_center .pc_top .tit dt {
        float: left;
    }
    
    .Party_subjects .p_center .pc_top .tit dt img {}
    
    .Party_subjects .p_center .pc_top .tit dd {
        float: left;
        background-image: -webkit-gradient(linear, left top, right bottom, from(#2bcd8a), to(#3a81fd));
        /* 背景色渐变 */
        -webkit-background-clip: text;
        /* 规定背景的划分区域 */
        -webkit-text-fill-color: transparent;
        /* 防止字体颜色覆盖 */
    }
    
    .Party_subjects .p_center .pc_top .tit dd:first-child {}
    
    .Party_subjects .p_center .pc_top .tit dd:nth-child(2) {}
    
    .Party_subjects .p_center .pc_top .more_btn {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #1f64dc;
        float: right;
    }
    
    .Party_subjects .p_center .pc_top .more_btn:hover {
        color: #ed9700;
    }
    
    .Party_subjects .p_center .pc_middle {
        padding-bottom: 5%;
    }
    
    .Party_subjects .p_center .pc_middle a {
        font-family: MicrosoftYaHei-Bold;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 30px;
        height: 60px;
        letter-spacing: 0px;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .Party_subjects .p_center .pc_middle a:hover {
        color: #0a4fbf;
    }
    
    .Party_subjects .p_center .pc_bott {}
    
    .Party_subjects .p_center .pc_bott li {
        position: relative;
        padding-left: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .Party_subjects .p_center .pc_bott li:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #1f64dc;
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .Party_subjects .p_center .pc_bott li a {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #3c4247;
    }
    
    .Party_subjects .p_center .pc_bott li a:hover {
        color: #0a4fbf;
    }
    
    .Party_subjects .p_right {
        width: 28%;
        float: right;
    }
    
    .Party_subjects .p_right ul {}
    
    .Party_subjects .p_right ul li {}
    
    .Party_subjects .p_right ul li a {
        position: relative;
        display: block;
    }
    
    .Party_subjects .p_right ul li:nth-child(1) {
        margin-bottom: 22px;
    }
    
    .Party_subjects .p_right ul li a .imgbox {
        padding-top: 48.3%;
        overflow: hidden;
    }
    
    .Party_subjects .p_right ul li a .imgbox span {
        transform: scale(1);
        transition: .3s;
    }
    
    .Party_subjects .p_right ul li a .imgbox:hover span {
        transform: scale(1.1);
    }
    
    .Party_subjects .p_right ul li:nth-child(2) {}
    
    .Party_subjects .p_right ul li a .txtbox {
        position: absolute;
        top: 44px;
        left: 38px;
        z-index: 99;
    }
    
    .Party_subjects .p_right ul li a .tit {
        font-family: MicrosoftYaHei;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 39px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    
    .Party_subjects .p_right ul li a .txt {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.7;
    }
    
    .Party_subjects .p_right ul li a:hover .txt {
        opacity: 1;
        color: #ed9700;
    }
    
    @media(max-width:1200px) {
        .Party_subjects .p_center .pc_top .tit {
            width: 40%;
        }
        .Party_subjects .p_center .pc_top {
            padding: 2% 0 5%;
        }
        .Party_subjects .p_center .pc_middle {
            padding-bottom: 2%;
        }
        .Party_subjects .p_right ul li a .txtbox {
            top: 30px;
        }
    }
    
    @media(max-width:1024px) {
        .Party_subjects .p_center .pc_top .tit {
            font-size: 28px;
        }
        .Party_subjects .p_center .pc_middle a {
            font-size: 18px;
        }
        .Party_subjects .p_center .pc_bott li a {
            line-height: 30px;
        }
        .Party_subjects .p_right ul li a .txtbox {
            top: 22px;
        }
        .Party_subjects .p_left .more_btn {
            bottom: 4%;
            width: 88px;
        }
    }
    
    @media(max-width:768px) {
        .Party_subjects .p_center .pc_top .tit {
            font-size: 24px;
        }
        .Party_subjects .p_left {
            width: 30%;
        }
        .Party_subjects .p_center {
            width: 66%;
            float: left;
            padding: 0 0 0 4%;
            margin-bottom: 4%;
        }
        .Party_subjects .p_center .pc_top {
            padding: 2% 0;
        }
        /*  .Party_subjects .p_center .pc_top .tit {
            width: 38%;
        }*/
        .Party_subjects .p_center .pc_bott li a {
            font-size: 14px;
        }
        .Party_subjects .p_right {
            width: 100%;
            float: none;
            clear: both;
        }
        .Party_subjects .p_right ul li {
            width: 48%;
            float: left;
        }
        .Party_subjects .p_right ul li:last-child {
            margin-left: 4%;
        }
    }
    
    @media(max-width:640px) {}
    
    @media(max-width:414px) {}
    
    @media(max-width:375px) {}
    
    @media(max-width:360px) {}
    
    .Hospital_branchs {
        background: #fbfbfb;
        padding-bottom: 4%;
        border-top: 1px #e7eaf4 solid;
    }
    
    .Hospital_branchs .hosp_list {
        overflow: unset;
    }
    
    .Hospital_branchs .hosp_list li {
        margin: 0 35px;
        padding-top: 42px;
        position: relative;
    }
    
    .Hospital_branchs .hosp_list li a {
        display: block;
    }
    
    .Hospital_branchs .hosp_list li .tit {
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        padding: 0 20px;
    }
    
    .Hospital_branchs .hosp_list li .txt {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        height: 50px;
        letter-spacing: 0px;
        color: #6c6c6c;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 346px;
        padding: 0 20px;
        margin: 5% 0 7%;
    }
    
    .Hospital_branchs .hosp_list li .more_btn {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #b0b3b9;
        padding-left: 40px;
        position: relative;
        margin-bottom: 10%;
    }
    
    .Hospital_branchs .hosp_list li .more_btn:before {
        content: '';
        width: 15px;
        height: 15px;
        background: url(../images/ico_internet1.svg) no-repeat;
        background-size: 100%;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .Hospital_branchs .hosp_list li .imgbox {
        padding-top: 67.8%;
    }
    
    .Hospital_branchs .hosp_list .slick-arrow {
        width: 35px;
        height: 65px;
        line-height: 65px;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 0;
    }
    
    .Hospital_branchs .hosp_list .slick-prev {
        left: -80px;
    }
    
    .Hospital_branchs .hosp_list .slick-next {
        right: -80px;
    }
    
    .Hospital_branchs .hosp_list li:before {
        content: '';
        width: 0;
        height: 2px;
        background-color: #0a4fbf;
        position: absolute;
        top: 0px;
        left: 0;
        transition: all 0.3s;
    }
    
    .Hospital_branchs .hosp_list li:hover:before {
        width: 100%;
    }
    
    .Hospital_branchs .hosp_list li:hover .tit {
        color: #0a4fbf;
    }
    
    .Hospital_branchs .hosp_list li:hover .more_btn {
        color: #0a4fbf;
    }
    
    .Hospital_branchs .hosp_list li:hover .more_btn:before {
        background: url(../images/ico_internet2.svg) no-repeat;
        background-size: 100%;
    }
    
    @media(max-width:1366px) {
        .Hospital_branchs .hosp_list {
            overflow: hidden;
        }
        .Hospital_branchs .hosp_list .slick-prev {
            left: 0;
        }
        .Hospital_branchs .hosp_list .slick-next {
            right: 0;
        }
    }
    
    @media(max-width:1024px) {}
    
    @media(max-width:768px) {
        .Hospital_branchs .hosp_list li {
            margin: 0 25px;
        }
        .Hospital_branchs .hosp_list li .txt {
            width: 256px;
        }
    }
    
    @media(max-width:640px) {
        .Party_subjects {
            padding: 4% 0 2%;
        }
        .Party_subjects .p_center .pc_top {
            padding: 0;
        }
        .Party_subjects .p_center .pc_middle a {
            font-size: 17px;
            line-height: 26px;
            height: 52px;
        }
        .Party_subjects .p_center .pc_bott li a {
            line-height: 26px;
        }
        .Hospital_branchs .hosp_list li .txt {
            width: 214px;
        }
    }
    
    @media(max-width:414px) {
        .Hospital_branchs {
            padding-bottom: 10%;
        }
        .Party_subjects .p_left {
            width: 90%;
            float: none;
            margin: 0 auto;
        }
        .Party_subjects .p_center {
            width: 100%;
            float: none;
            padding: 0;
            margin: 5% 0;
        }
        .Party_subjects .p_right ul li a .txtbox {
            top: 0;
            left: 10px;
        }
        .Party_subjects .p_right ul li a .tit {
            font-size: 18px;
        }
        .Party_subjects .p_left .more_btn {
            bottom: 6%;
        }
        .Hospital_branchs .hosp_list li .txt {
            width: 88%;
        }
        .Hospital_branchs .hosp_list li .txt {
            margin: 4% 0;
        }
        .Hospital_branchs .hosp_list li .more_btn {
            margin-bottom: 5%;
        }
    }
    
    @media(max-width:375px) {}
    
    @media(max-width:360px) {}
    /* 医院概况 */
    
    .yygkCon .con1 {
        background-color: #fff;
        padding: 6.5% 0;
        overflow: hidden;
    }
    
    .yygkCon .con1 .text {
        width: 58%;
        padding-right: 3.5%;
        max-height: 596px;
        overflow-y: scroll;
    }
    
    .yygkCon .con1 .text .tit {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #141414;
        padding: 20px 0 70px;
    }
    
    .yygkCon .con1 .text .txt {}
    
    .yygkCon .con1 .text .txt p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 30px;
        text-indent: 2em;
    }
    
    .yygkCon .con1 .Pc {
        width: 34.6%;
        position: relative;
    }
    
    .yygkCon .con1 .Pc .imgbox {
        padding-top: 132.5%;
    }
    
    .yygkCon .con1 .Pc .pc_time {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 252px;
        /* height: 103px; */
        background: url(../images/time_bg.png);
        text-align: center;
    }
    
    .yygkCon .con1 .Pc .pc_time p {
        font-family: MicrosoftYaHei-Bold;
        font-size: 24px;
        line-height: 100px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
    }
    
    .yygkCon .con1 .Pc .pc_time p span {
        font-family: Anton-Regular;
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 0px;
        color: #ffffff;
        padding: 0 10px;
    }
    
    .yygkCon .con2 {
        background-color: #f6f6f6;
        padding: 60px 0;
        overflow: hidden;
        margin-bottom: 60px;
    }
    
    .yygkCon .con2 dl {
        display: block;
        width: 33.33%;
        float: left;
    }
    
    .yygkCon .con2 dl a {
        display: block;
        width: 67%;
        margin: 0 auto;
        border-bottom: 2px #d3dbe3 solid;
    }
    
    .yygkCon .con2 dl dt {
        padding-top: 138%;
    }
    
    .yygkCon .con2 dl dt .No {
        width: 60px;
        height: 60px;
        background: url(../images/time_bg.png);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        font-family: Anton-Regular;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        line-height: 60px;
        text-align: center;
        display: none;
    }
    
    .yygkCon .con2 dl dd {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        padding-top: 26px;
    }
    
    .yygkCon .con2 dl .more_btn {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #1f64dc;
        padding: 20px 0;
    }
    
    .yygkCon .con2 dl a:hover {
        background-color: #fff;
        border-bottom: 2px #1f64dc solid;
    }
    
    .yygkCon .con2 dl a:hover dd,
    .yygkCon .con2 dl a:hover .more_btn {
        padding-left: 30px;
        transition: 0.3s;
    }
    
    @media(max-width:1440px) {}
    
    @media(max-width:1200px) {}
    
    @media(max-width:1024px) {
        .yygkCon .con1 {
            padding: 5% 0;
        }
        .yygkCon .con1 .text .tit {
            padding: 0px 0 20px;
            font-size: 28px;
        }
        .yygkCon .con1 .text .txt p {
            font-size: 15px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 30px;
            letter-spacing: 0px;
            color: #666666;
            margin-bottom: 20px;
            text-indent: 2em;
        }
    }
    
    @media(max-width:992px) {
        .yygkCon .con1 .text {
            width: 100%;
            float: none;
            height: auto;
            max-height: unset;
        }
        .yygkCon .con1 .Pc {
            width: 50%;
            float: none;
            margin: 0 auto;
        }
        .yygkCon .con1 .Pc:before,
        .yygkCon .con1 .Pc:after {
            display: none;
        }
        .yygkCon .con1 .Pc .imgbox {}
        .yygkCon .con2 dl a {
            width: 76%;
        }
    }
    
    @media(max-width:768px) {
        .yygkCon .con2 dl a {
            width: 86%;
        }
        .yygkCon .con2 dl dd {
            font-size: 18px;
        }
        .yygkCon .con1 .Pc {
            width: 100%;
        }
    }
    
    @media(max-width:414px) {
        .yygkCon .con2 {
            padding: 20px 0;
        }
        .yygkCon .con2 dl {
            width: 100%;
            float: none;
            margin-bottom: 20px;
        }
        .yygkCon .con2 dl dd {
            font-size: 20px;
        }
        .yygkCon .con2 dl .more_btn {
            padding: 10px 0;
        }
    }
    
    @media(max-width:360px) {}
    /* 排班 */
    
    .yypbCon {}
    
    .tableBox {
        padding: 5% 0;
        width: 100%;
        margin: 0 auto;
    }
    
    .tableBox .table_tab {
        background-color: #ffffff;
        box-shadow: 0px 44px 125px 0px rgba(205, 215, 238, 0.35);
        border: solid 1px #f0f3fb;
        margin-bottom: 5.8%;
        overflow: hidden;
    }
    
    .tableBox .table_tab .tit {
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        padding: 4.5% 0;
        letter-spacing: 0px;
        color: #3c4247;
        background-color: #f7faff;
        width: 20%;
        float: left;
        text-align: center;
    }
    
    .tableBox .table_tab ul {
        float: right;
        padding: 2.8%;
        width: 74%;
    }
    
    .tableBox .table_tab ul li {
        float: left;
        width: 28%;
        line-height: 70px;
        background-color: #eff4ff;
        position: relative;
        color: #1f64dc;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        margin-left: 5%;
    }
    
    .tableBox .table_tab ul li em {
        font-family: Anton-Regular;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        padding-left: 10px;
    }
    
    .tableBox .table_tab ul li.on,
    .tableBox .table_tab ul li:hover {
        background-color: #1f64dc;
        color: #fff;
    }
    
    .tableBox .table_tab ul li.on:after,
    .tableBox .table_tab ul li:hover:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 8px;
        background: url(../images/ico_arr.png) bottom center no-repeat;
        bottom: -12px;
        left: 50%;
        transform: translateY(-50%);
    }
    
    .tableBox .table_con {}
    
    .tableBox .table_con .tab_ct {
        display: none;
    }
    
    .tableBox table {
        width: 100%;
        font-size: 16px;
        border-collapse: collapse;
    }
    
    .tableBox table tr {
        line-height: 64px;
    }
    
    .tableBox table tr th {
        color: #fff;
        font-size: 16px;
        background-color: #4b83e3;
        text-align: center;
        font-weight: normal;
    }
    
    .tableBox table tr th:first-child {
        background-color: #1f64dc;
        padding-left: 3%;
        text-align: left;
    }
    
    .tableBox table tr td {
        border: 1px #e4e6ee solid;
        color: #333;
        text-align: center;
    }
    
    .tableBox table tr td p {
        line-height: 40px;
        height: 40px;
    }
    
    .tableBox table tr td:first-child {
        color: #1f64dc;
    }
    
    .tableBox table tr td:nth-child(2) {
        color: #a8a8a8;
    }
    
    .tableBox table tr th:first-child,
    .tableBox table tr td:first-child {
        padding-left: 3%;
        text-align: left;
    }
    
    .tableBox table tr:nth-child(2n+1) {
        background-color: #f2f4fb;
    }
    
    @media(max-width:1200px) {
        .tableBox .table_tab .tit {
            padding: 5% 0;
        }
        .tableBox .table_tab ul li {
            width: 30%;
            margin-left: 3%;
        }
    }
    
    @media(max-width:1024px) {
        .tableBox .table_tab .tit {
            width: 100%;
            float: none;
            padding: 3% 0;
        }
        .tableBox .table_tab ul {
            width: 100%;
            margin-left: -3%;
        }
        .tableBox .table_tab ul li {
            width: 29.5%;
        }
    }
    
    @media(max-width:768px) {
        .tableBox {
            width: 100%;
        }
        .tableBox .table_con {
            width: 100%;
            overflow-x: auto;
        }
        .tableBox .table_con table {
            width: 800px;
        }
    }
    
    @media(max-width:640px) {
        .tableBox .table_tab ul li {
            font-size: 14px;
        }
        .tableBox .table_tab ul li em {
            font-size: 16px;
        }
    }
    
    @media(max-width:550px) {
        .tableBox .table_tab ul {
            width: 94%;
            margin-left: 0;
            padding: 3%;
        }
        .tableBox .table_tab ul li {
            width: 100%;
            margin-left: 0;
            float: none;
            margin-bottom: 20px;
            line-height: 50px;
            font-size: 16px;
        }
        .tableBox .table_tab ul li.on:after,
        .tableBox .table_tab ul li:hover:after {
            display: none;
        }
    }
    
    @media(max-width:360px) {}
    /* 医院领导 */
    
    .Member {
        max-width: 840px;
        margin: 0px auto;
        padding: 3% 0;
    }
    
    .Member .item {
        background: #f9f9f9 url(../images/memberbg.gif) right bottom no-repeat;
        padding: 14px 30px 14px 165px;
        position: relative;
        height: auto !important;
        height: 92px;
        min-height: 92px;
        color: #666666;
        margin-bottom: 10px;
    }
    
    .Member .item .name {
        position: absolute;
        left: 0;
        text-align: center;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 22px;
        background: #1f64dc;
        width: 140px;
        height: 100%;
    }
    
    .Member .item p {
        text-indent: 0em;
    }
    /* 医院院报 */
    
    .PaperList {
        /* max-width: 1000px; */
        overflow: hidden;
        margin: 0 auto;
        padding: 3% 0;
    }
    
    .PaperList ul {
        margin-left: -2%;
    }
    
    .PaperList li {
        width: 18%;
        float: left;
        font-size: 16px;
        margin-left: 2%;
        margin-bottom: 2%;
    }
    
    .PaperList li .box {
        border: 1px solid #eeeeee;
        background: #f8f8f8;
        padding-bottom: 5%;
        padding-top: 8%;
    }
    
    .PaperList li .box .tit {
        text-align: center;
        color: #212121;
        padding: 4% 0px;
        font-family: frutigernext, "Microsoft YaHei", Arial, Helvetica, sans-serif, Arial, "宋体";
        font-size: 16px;
    }
    
    .PaperList li .box .imgbox {
        text-align: center;
        padding-top: 100%;
        width: 80%;
        margin: 0 auto;
        border: 1px solid #ffffff;
    }
    
    .PaperList li .box .other {
        padding: 8px 10% 10px;
        font-size: 14px;
    }
    
    .PaperList li .box .other a.down {
        float: left;
        padding-left: 17px;
        background: url(../images/down.gif) 0px center no-repeat;
    }
    
    .PaperList li .box .other a.look {
        float: right;
        padding-left: 22px;
        background: url(../images/look.gif) 0px center no-repeat;
    }
    
    .PaperList li:hover .box .imgbox {
        border: 1px solid #ed9700;
    }
    
    @media(max-width:768px) {
        .PaperList li {
            width: 48%;
        }
    }
    
    @media(max-width:640px) {}
    /* 视频中心 */
    
    .imglist {
        margin-bottom: 12px;
        /* width: 80%; */
        margin: 3% auto;
        overflow: hidden;
    }
    
    .imglist ul {
        margin-left: -30px;
    }
    
    .imglist li {
        width: 33.333%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .imglist li .box {
        margin-left: 30px;
        position: relative;
    }
    
    .imglist li .box .tit {
        font-size: 18px;
        padding: 8px 0px 12px;
        /*text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:99%;*/
    }
    
    .imglist li .box .img {
        position: relative;
    }
    
    .imglist li .box .img img {
        display: block;
        margin: 0px auto;
        width: 100%;
        height: 244px;
    }
    
    .imglist li .box .play {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -20px 0px 0px -20px;
        background: url(../images/play.png);
        display: block;
        z-index: 1;
        width: 40px;
        height: 40px;
    }
    
    .imglist li:hover .box .play {
        background: url(../images/playon.png);
    }
    
    .imgzj {
        text-align: center;
        padding-bottom: 10px;
    }
    
    @media(max-width:992px) {
        .imglist {
            width: 100%;
        }
    }
    
    @media(max-width:768px) {
        .imglist li {
            width: 50%;
        }
    }
    
    @media(max-width:414px) {
        .imglist ul {
            margin-left: 0;
        }
        .imglist li {
            width: 100%;
        }
        .imglist li .box {
            margin-left: 0;
        }
        .imglist li .box .img img {
            height: 220px;
        }
    }
    /* 新闻动态 */
    
    .newsCon {
        padding: 3% 0;
    }
    
    .newsCon .h4,
    .newsCon h4 {
        font-size: 18px;
    }
    
    .newsCon .zt_9d {
        color: #999;
    }
    
    .newsCon .zt_6d {
        color: #666;
    }
    
    .newsCon * {
        box-sizing: border-box;
    }
    
    .newsCon {
        font-family: Arial, "微软雅黑";
    }
    
    @media only screen and (min-width: 1300px) {
        .newsCon {
            width: 100%;
            min-height: 500px;
        }
        .newsCon .Contain {
            width: 1300px;
            margin: 0px auto;
        }
        .newsCon .Contain1 {
            width: 1100px;
            margin: 0px auto;
        }
        .newsCon .d1 {
            width: 200px;
            float: left;
        }
        .newsCon .d2 {
            width: 940px;
            float: right;
        }
        .ny_bt {
            width: 100%;
            float: left;
            border-bottom: solid 1px #ddd;
            padding-bottom: 10px;
            line-height: 30px;
        }
        .ny_bt .bt {
            line-height: 30px;
        }
    }
    
    @media only screen and (max-width: 1300px) {
        .newsCon .Contain1 {
            max-width: 1100px;
            margin: 0px auto;
            width: 96%;
        }
    }
    
    @media only screen and (max-width: 1200px) {
        .newsCon .h4,
        .newsCon h4 {
            font-size: 16px;
        }
        .pic_news_lb1 {
            float: left;
            width: 100%;
        }
        .pic_news_lb1 li {
            float: left;
            width: 100%;
            border-bottom: dashed 1px #ddd;
            padding-bottom: 20px;
            margin-bottom: 20px;
            position: relative;
        }
        .pic_news_lb1 li:last-child {
            margin-bottom: 5px;
        }
        .pic_news_lb1 .l_img {
            padding-left: 240px;
            min-height: 115px;
        }
        .pic_news_lb1 .imgk {
            position: absolute;
            width: 220px;
            height: 140px;
            overflow: hidden;
            left: 0px;
            top: 0px;
        }
        .pic_news_lb1 .imgk img {
            width: 100%;
            min-height: 140px;
        }
        .pic_news_lb1 h4 {
            display: block;
            width: 100%;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin: 0px 0 6px 0;
        }
        .pic_news_lb1 .l_img h5 {
            margin-top: 5px;
        }
        .pic_news_lb1 p {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 20px;
            margin-top: 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 14px;
        }
    }
    
    .pic_news_lb1 h4 {
        font-weight: bold;
    }
    
    @media only screen and (max-width: 500px) {
        .pic_news_lb1 .l_img {
            padding-left: 0px;
            min-height: auto;
        }
        .pic_news_lb1 .imgk {
            position: inherit;
            width: 100%;
            height: auto;
            overflow: hidden;
            left: auto;
            top: auto;
            margin-bottom: 15px;
        }
    }
    
    @media only screen and (min-width: 1200px) {
        .pic_news_lb1 {
            float: left;
            width: 100%;
        }
        .pic_news_lb1 li {
            float: left;
            width: 100%;
            border-bottom: dashed 1px #ddd;
            padding-bottom: 30px;
            margin-bottom: 30px;
            position: relative;
        }
        .pic_news_lb1 .l_img {
            padding-left: 350px;
            min-height: 230px;
        }
        .pic_news_lb1 .imgk {
            position: absolute;
            width: 320px;
            height: 200px;
            overflow: hidden;
            left: 0px;
            top: 0px;
        }
        /* .pic_news_lb1 li:hover {
            box-shadow: 0 0 10px #999;
        } */
    }
    
    .pic_news_lb1 .imgk img {
        width: 100%;
        height: 100%;
    }
    
    .pic_news_lb1 h4 {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0px 0 15px 0;
    }
    
    .pic_news_lb1 p {
        line-height: 26px;
        display: block;
        width: 100%;
        height: 96px;
        font-size: 16px;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    
    @media(max-width: 1200px) {
        .pic_news_lb1 p {
            height: 74px;
        }
    }
    /* 通知公告 */
    
    .Ywgk_box .Ywgk-list {
        line-height: 34px;
        padding-left: 17px;
        position: relative;
        padding: 13px 0 13px 17px;
        border-bottom: dotted 1px #ddd;
    }
    
    .Ywgk_box .Ywgk-list::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background: #1f64dc;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        left: 0;
    }
    
    .Ywgk_box .Ywgk-list:nth-child(5n) {
        border-bottom: 1px dotted #b3b3b3;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .Ywgk_box .Ywgk-list:nth-child(5n)::after {
        top: 43%;
    }
    
    .Ywgk_box .Ywgk-list .DJ-right-txt {
        width: 80%;
    }
    
    .Ywgk_box .Ywgk-list .DJ-right-time {
        color: #999;
        font-size: 15px;
    }
    
    .Ywgk_box .Ywgk-list .Ywgk-tit {
        width: 75%;
        color: #666;
    }
    
    .Ywgk_box .Ywgk-list:hover .Ywgk-tit {
        color: #0a4fbf;
    }
    
    @media(max-width:992px) {
        .Ywgk_box .Ywgk-list .DJ-right-txt {
            width: 70%;
        }
        .Ywgk_box .Ywgk-list {
            padding: 5px 0 5px 10px;
        }
        .Ywgk_box .Ywgk-list:nth-child(5n) {
            padding-bottom: 0;
            margin-bottom: 0;
        }
        .Ywgk_box .Ywgk-list:nth-child(5n)::after {
            top: 50%;
        }
    }
    /* 详情页 */
    
    .SinglePage {
        word-wrap: break-word;
        word-break: normal;
        text-align: justify;
        line-height: 28px;
        color: #555 !important;
    }
    
    .SinglePage p {
        color: #333;
    }
    
    .SinglePage p video {
        /**width: 100%;**/
    }

       .SinglePage p img{
        width: auto !important;
        height: auto !important;
        max-width:100%;
        margin:0 auto;
       }
    
    .Titleinfo {
        border-bottom: 1px solid #e6e6e6;
        text-align: center;
        margin-bottom: 35px;
        padding: 0px 0 18px;
    }
    
    .Titleinfo .tits {
        font-size: 26px;
        color: #555;
        line-height: 40px;
    }
    
    .Titleinfo .date {
        font-size: 14px;
        padding: 5px 0 0 0;
        color: #808080;
    }
    
    .Titleinfo .date i {
        display: inline-block;
        margin: 0 10px;
    }
    
    .Titleinfo .share {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
    }
    
    .PrevNextBox {
        margin: 50px 0 0 0;
        position: relative;
        padding-top: 11px;
        border-top: 1px solid #e6e6e6;
        color: #888888;
        font-size: 16px;
    }
    
    .PrevNextBox dl {
        width: 70%;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        border-bottom: 1px dotted #d9d9d9;
        position: relative;
    }
    
    .PrevNextBox dl span {
        padding: 0 75px 0 55px;
        position: relative;
        display: block;
    }
    
    .PrevNextBox dl span em {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #333333;
    }
    
    .PrevNextBox dl span .date {
        position: absolute;
        right: 0;
        top: 0;
        color: #808080;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .PrevNextBox dl a {
        margin: 0px auto;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        *white-space: nowrap;
        overflow: hidden;
        width: 95%;
        color: #333333;
    }
    
    .PrevNextBox dl a:hover {
        color: #0a50bd;
    }
    
    .PrevNextBox dl a.none {
        color: #999;
    }
    
    .PrevNextBox a.back {
        position: absolute;
        right: 0;
        top: 54px;
        color: #0a4fbf;
        font-size: 16px;
        padding-right: 31px;
        background: url(../images/ico/back.png) right center no-repeat;
    }
    
    @media ( max-width:1440px) {}
    
    @media ( max-width:768px) {
        .Titleinfo {
            line-height: 20px;
            font-size: 12px;
            padding-bottom: 15px;
            margin-bottom: 20px;
        }
        .Titleinfo .tits {
            font-size: 18px;
            line-height: 24px;
            padding-bottom: 10px;
        }
        .Titleinfo .share {
            display: none;
        }
        .PrevNextBox {
            margin: 50px 0 0 0;
            font-size: 14px;
        }
        .PrevNextBox dl {
            width: auto;
            line-height: 30px;
            height: 30px;
            margin-bottom: 8px;
        }
        .PrevNextBox dl span {
            padding-left: 45px;
        }
        .PrevNextBox a.back {
            font-size: 14px;
            top: -35px;
        }
    }
    /* 学习新思想 */
    
    .jdCon {
        background: url(../uploadfiles/image/buildbg.jpg) top center no-repeat;
    }
    
    .NewsList ul {
        padding-bottom: 12px;
        overflow: hidden;
    }
    
    .NewsList li {
        background: #fff;
        border: 1px solid #eeeeee;
        margin-bottom: 38px;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
    }
    
    .NewsList li .imgbox {
        height: 240px;
        width: 30%;
        float: left;
    }
    
    .NewsList li .info {
        float: left;
        width: 70%;
        padding: 2%;
        line-height: 37px;
        color: #868d93;
    }
    
    .NewsList li .info .tit {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .NewsList li .info .p {
        -webkit-line-clamp: 2;
        font-size: 16px;
        margin-bottom: 2%;
        color: #868d93;
        height: 74px;
        overflow: hidden;
    }
    
    .NewsList li .info .date {
        position: relative;
        font-size: 14px;
    }
    
    .NewsList li .info .date span {
        color: #47535e;
    }
    
    .NewsList li .info .date .share {
        position: absolute;
        right: 0%;
        display: none;
    }
    
    .NewsList li:hover {
        box-shadow: 0 5px 20px #ccc;
    }
    /*.NewsList li:hover .tit{ color:#2c74c1;}*/
    
    .NewsList li.nopic .imgbox {
        display: none;
    }
    
    .NewsList li.nopic .info {
        width: auto;
        float: none;
    }
    
    .Titleinfo {
        color: #888888;
        line-height: 30px;
        padding: 0px 0px 24px 0px;
        margin-bottom: 25px;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .Titleinfo .tits {
        font-size: 28px;
        font-weight: normal;
        color: #333333;
        padding-bottom: 10px;
    }
    
    .Titleinfo .date i {
        margin: 0px 10px;
        display: inline-block;
    }
    
    .share {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
    }
    
    .share .bshare-custom {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        /* margin-top: -4px; */
    }
    
    .share .bshare-custom a {
        display: inline-block;
        width: 26px;
        height: 21px;
        background: url(../images/share.png);
        padding: 0;
        margin-right: 20px;
    }
    
    .share .bshare-custom a:last-child {
        margin-right: 0px;
    }
    
    .share .bshare-custom .bshare-sinaminiblog {
        background-position: 0px top;
    }
    
    .share .bshare-custom .bshare-sinaminiblog:hover {
        background-position: 0px -21px;
    }
    
    .share .bshare-custom .bshare-qqim {
        background-position: -26px top;
    }
    
    .share .bshare-custom .bshare-qqim:hover {
        background-position: -26px -21px;
    }
    
    .share .bshare-custom .bshare-weixin {
        background-position: -52px top;
    }
    
    .share .bshare-custom .bshare-weixin:hover {
        background-position: -52px -21px;
    }
    
    @media ( max-width:1200px) {
        .NewsList li .info .tit {
            font-size: 22px;
            margin-bottom: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        .NewsList li .imgbox {
            height: 218px;
        }
    }
    
    @media ( max-width:992px) {
        .NewsList li .info .p {
            -webkit-line-clamp: 2;
            font-size: 15px;
            margin-bottom: 2%;
            color: #868d93;
            height: 56px;
            overflow: hidden;
            line-height: 30px;
        }
        .NewsList li .imgbox {
            height: 190px;
        }
    }
    
    @media ( max-width:640px) {
        .NewsList li {
            margin-bottom: 3%;
        }
        .NewsList li .info {
            width: 100%;
            float: none;
        }
        .NewsList li .info .p {
            height: auto;
        }
        .NewsList li .imgbox {
            width: 100%;
            float: none;
            height: 300px;
        }
        .Titleinfo .tits {
            font-size: 20px;
        }
    }
    
    @media ( max-width:414px) {
        .NewsList li .imgbox {
            height: 240px;
        }
        .Titleinfo .tits {
            font-size: 18px;
        }
    }
    
    @media ( max-width:360px) {
        .NewsList li .imgbox {
            height: 200px;
        }
    }
    /* 专家介绍 */
    
    .docCon .DoctorList * {
        box-sizing: border-box;
    }
    
    .docCon .tableBox {
        width: 100%;
        padding: 5% 0;
    }
    
    .docCon .tableBox a {
        color: #444;
    }
    
    .docCon .tableBox a:hover {
        color: #1f64dc;
    }
    
    .docCon .tableBox .table_tab {
        margin-bottom: 6%;
        overflow: hidden;
        border: none;
        box-shadow: none;
    }
    
    .docCon .tableBox .table_tab ul {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
    }
    
    .docCon .tableBox .table_tab ul li {
        width: 17.5%;
        margin-left: 0;
    }
    
    .docCon .tableBox .table_tab ul li:nth-child(2) {
        margin: 0 2.7%;
    }
    
    .docCon .tableBox .table1_con {
        /* height: 204px; */
    }
    
    .docCon .tableBox .table1_con .tab_ct {
        display: none;
    }
    
    .docCon .tableBox .table1_con .ksBox {
        overflow: hidden;
        background-color: #f2f4fb;
        padding: 10px;
    }
    
    .docCon .tableBox .table1_con .ksBox .ks_left {
        width: 14.6%;
        float: left;
        background-color: #fff;
    }
    
    .docCon .tableBox .table1_con .ksBox .ks_left ul li {
        line-height: 60px;
        text-align: left;
        padding-left: 24%;
    }
    
    .docCon .tableBox .table1_con .ksBox .ks_left ul li:hover,
    .docCon .tableBox .table1_con .ksBox .ks_left ul li.on {
        background: url(../images/right_arr1.svg) no-repeat;
        background-position: 70% 48%;
        background-size: 7%;
    }
    
    .docCon .tableBox .table1_con .ksBox .ks_left ul li:hover a,
    .docCon .tableBox .table1_con .ksBox .ks_left ul li.on a {
        color: #1f64dc;
    }
    
    .docCon .tableBox .table1_con .ksBox .ks_left ul li a {
        text-decoration: underline;
    }
    
    .docCon .tableBox .table1_con .ksBox .ks_right {
        width: 84.6%;
        float: right;
        background-color: #fff;
    }
    
    .docCon .tableBox .table1_con .ksBox .ks_right ul {
        height: 184px !important;
        overflow-y: auto;
    }
    
    .docCon .tableBox .ks_right .ks_table {
        height: 184px;
    }
    /* .docCon .tableBox .ks_right table tr {
        line-height: 60px;
        background-color: #fff;
    } */
    
    .docCon .tableBox .ks_right ul li {
        border: none;
        text-align: left;
        float: left;
        width: 14%;
        padding-left: 2%;
        line-height: 60px;
    }
    
    .docCon .tableBox .ks_right ul li a {
        text-decoration: underline;
    }
    
    .DoctorList {}
    
    .DoctorList ul::after {
        content: '';
        display: block;
        clear: both;
    }
    
    .DoctorList ul {
        margin-left: -1.75%;
    }
    
    .DoctorList ul li {
        background-color: #ffffff;
        border: solid 1px #ebeff4;
        padding: 1.2%;
        margin: 0 0 1.75% 1.75%;
        width: 31.55%;
        float: left;
    }
    
    .DoctorList ul li .imgbox {
        width: 187px;
        float: left;
        padding-top: 233px;
    }
    
    .DoctorList ul li .info {
        width: 45%;
        float: right;
    }
    
    .DoctorList ul li .info .name {
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #333333;
    }
    
    .DoctorList ul li .info .position {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        height: 58px;
        overflow: hidden;
        margin-bottom: 10px;
        letter-spacing: 0px;
        color: #333333;
        border-bottom: 1px #ebeff4 solid;
    }
    
    .DoctorList ul li .info .produce {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        height: 90px;
        letter-spacing: 0px;
        color: #848484;
        overflow: hidden;
    }
    
    .DoctorList ul li .info .more_btn {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #1f64dc;
        position: relative;
        padding-left: 34px;
    }
    
    .DoctorList ul li .info .more_btn i {
        position: absolute;
        top: 8px;
        left: 0;
        width: 18px;
        height: 18px;
        background: #ebeff4 url(../images/ico_add.svg) center center no-repeat;
        background-size: 80%;
        border-radius: 50%;
    }
    
    .DoctorList ul li:hover {
        box-shadow: 0 0 10px #999;
    }
    /* 医生详情 */
    
    .singleP {
        padding: 5% 0;
        overflow: hidden;
    }
    
    .singleP .imgbox {
        width: 23.1%;
        padding-top: 32.93%;
    }
    
    .singleP .txtbox,
    .singleP .txtbox1 {
        width: 69%;
    }
    
    .singleP .txtbox1 .t_name {
        font-family: MicrosoftYaHei-Bold;
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 36px;
        padding-bottom: 5%;
        color: #333333;
    }
    
    .singleP .txtbox1 .t_posi {
        overflow: hidden;
        border-bottom: solid 1px #ebeff4;
        border-top: solid 1px #ebeff4;
        padding: 6% 0;
    }
    
    .singleP .txtbox1 .t_posi li {
        float: left;
        font-size: 18px;
        color: #999999;
        position: relative;
        padding: 0 5%;
    }
    
    .singleP .txtbox1 .t_posi li span {
        color: #333333;
    }
    
    .singleP .txtbox1 .t_posi li:before {
        content: '';
        width: 1px;
        height: 30px;
        background-color: #ebeff4;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .singleP .txtbox1 .t_posi li:first-child {
        padding-left: 0;
    }
    
    .singleP .txtbox1 .t_posi li:first-child:before {
        display: none;
    }
    
    .singleP .txtbox .t_tit {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        color: #1f64dc;
        padding: 6% 0px 3%;
        display: flex;
        align-items: center;
    }
    
    .singleP .txtbox .t_tit img {
        width: 17px;
        height: 20px;
        margin-right: 10px;
    }
    
    .singleP .txtbox p {
        font-size: 16px;
        line-height: 36px;
        color: #848484;
        margin-bottom: 5%;
    }
    
    .singleP .txtbox .back_btn a {
        float: right;
        width: 140px;
        height: 48px;
        border: solid 3px #1f64dc;
        font-size: 18px;
        line-height: 48px;
        color: #1f64dc;
        text-align: center;
    }
    
    .singleP .txtbox .back_btn a:hover {
        background-color: #1f64dc;
        color: #fff;
    }
    
    @media ( max-width:1300px) {
        .DoctorList ul li .imgbox {
            width: 155px;
            float: left;
            padding-top: 194px;
        }
        .DoctorList ul li .info {
            width: 54%;
        }
        .DoctorList ul li .info .position {
            font-size: 16px;
            height: 50px;
            margin-bottom: 6px;
        }
        .DoctorList ul li .info .produce {
            height: 62px;
            line-height: 20px;
        }
    }
    
    @media ( max-width:1230px) {
        .DoctorList ul li .info {
            width: 50%;
        }
    }
    
    @media ( max-width:1100px) {
        .DoctorList ul li {
            width: 48.2%;
        }
        .DoctorList ul li .info {
            width: 62%;
        }
        .docCon .tableBox .ks_right table tr td a {
            font-size: 14px;
        }
    }
    
    @media ( max-width:1024px) {
        .docCon .tableBox .ks_right ul li {
            width: 18%;
        }
    }
    
    @media ( max-width:940px) {
        .DoctorList ul li .info {
            width: 60%;
        }
        .docCon .tableBox .table_tab ul li {
            width: 28%;
            margin-left: 0;
            font-size: 15px;
        }
    }
    
    @media ( max-width:768px) {
        .docCon .tableBox .table1_con {
            height: auto;
        }
        .docCon .tableBox .table1_con .ksBox .ks_left,
        .docCon .tableBox .table1_con .ksBox .ks_right {
            width: 100%;
            float: none;
        }
        .docCon .tableBox .table1_con .ksBox .ks_left {
            margin-bottom: 10px;
        }
        .docCon .tableBox .table1_con .ksBox .ks_left ul {
            overflow: hidden;
        }
        .docCon .tableBox .table1_con .ksBox .ks_left ul li {
            width: 50%;
            float: left;
            padding-left: 0;
            text-align: center;
            font-size: 16px;
        }
        .docCon .tableBox .table1_con .ksBox .ks_left ul li:hover,
        .docCon .tableBox .table1_con .ksBox .ks_left ul li.on {
            background: url(../images/right_arr1.svg) no-repeat;
            background-position: 70% 52%;
            background-size: 7%;
        }
        .DoctorList ul {
            margin-left: 0;
        }
        .DoctorList ul li {
            width: 100%;
            margin-left: 0;
            margin-bottom: 3%;
            padding: 3%;
        }
        .DoctorList ul li .info {
            width: 73%;
        }
        .singleP .txtbox {
            width: 100%;
            float: none;
            clear: both;
        }
    }
    
    @media ( max-width:640px) {
        .tableBox ul li:first-child {
            padding-left: 1%;
        }
        .docCon .tableBox .ks_right ul li a {
            font-size: 12px;
        }
        .docCon .tableBox .table_tab ul li {
            line-height: 50px;
        }
        .DoctorList ul li .info {
            width: 68%;
        }
    }
    
    @media ( max-width:560px) {
        .DoctorList ul li .info {
            width: 62%;
        }
    }
    
    @media ( max-width:414px) {
        .docCon .tableBox .table_tab ul {
            display: block;
        }
        .docCon .tableBox .table_tab ul li {
            width: 100%;
            float: none;
            margin-bottom: 10px;
        }
        .docCon .tableBox .table_tab ul li:nth-child(2) {
            margin: 0 0 10px 0;
        }
        .docCon .tableBox .ks_right ul {
            display: block;
        }
        .docCon .tableBox .ks_right ul li {
            float: left;
            width: 31%;
            text-align: center;
            line-height: 50px;
        }
        .tableBox table tr th:first-child,
        .tableBox table tr td:first-child {
            padding-left: 0;
        }
        .DoctorList ul li .info {
            width: 53%;
        }
        .singleP .txtbox1 .t_name {
            font-size: 28px;
        }
        .singleP .txtbox1 .t_posi li {
            font-size: 16px;
            padding: 0;
        }
        .singleP .txtbox p {
            font-size: 14px;
        }
        .singleP .txtbox .back_btn a {
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            width: 120px;
        }
    }
    
    @media ( max-width:375px) {
        .DoctorList ul li .info {
            width: 49%;
        }
    }
    
    @media ( max-width:360px) {
        .DoctorList ul li .info {
            width: 47%;
        }
        .singleP .txtbox1 .t_name {
            font-size: 26px;
        }
        .singleP .txtbox1 .t_posi li {
            font-size: 14px;
            padding: 0;
        }
    }
    /* 体检中心引导页 */
    
    .tjzxCon {
        background: #edefee url(../uploadfiles/image/tjzx_bg.jpg) bottom center no-repeat;
    }
    
    .tjzxCon * {
        box-sizing: border-box;
    }
    
    .tjzxCon .tjCon {
        width: 80%;
        margin: 0 auto;
        padding: 10% 0;
    }
    
    .tjzxCon .tjCon ul {
        overflow: hidden;
        margin-left: -7%;
    }
    
    .tjzxCon .tjCon ul li {
        width: 42.2%;
        padding: 4.8%;
        float: left;
        border: solid 3px #e5eef7;
        background-color: #fff;
        margin-left: 7.8%;
        transition: all .5s;
        -webkit-transition: all .5s;
    }
    
    .tjzxCon .tjCon ul li:hover {
        box-shadow: 0px 5px 51px 0px rgba(166, 178, 184, 0.32);
        border: solid 3px #0357b2;
    }
    
    .tjzxCon .tjCon ul li h2 {
        font-family: MicrosoftYaHei-Bold;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 23px;
    }
    
    .tjzxCon .tjCon ul li .imgbox {
        padding-top: 137px;
        margin-bottom: 25px;
    }
    
    .tjzxCon .tjCon ul li p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #666666;
    }
    
    .tjzxCon .tjCon ul li .more_btn {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #0357b2;
        position: relative;
        margin-top: 30px;
    }
    
    .tjzxCon .tjCon ul li:hover .more_btn {
        margin-top: 20px;
    }
    
    .tjzxCon .tjCon ul li .more_btn:after {
        position: absolute;
        content: '';
        width: 60%;
        height: 1px;
        background-color: #e5eef7;
        right: 10%;
        top: 50%;
    }
    
    .tjzxCon .tjCon ul li .more_btn i {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #e9eef2 url(../images/right_arr1.svg) center no-repeat;
        background-size: 60%;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }
    
    .tjzxCon .tjCon ul li:hover .more_btn i {
        background: #0357b2 url(../images/right_arr2.svg) center no-repeat;
        background-size: 60%;
    }
    
    @media ( max-width:1246px) {
        .tjzxCon .tjCon {
            width: 100%;
        }
    }
    
    @media ( max-width:1000px) {
        .tjzxCon .tjCon {
            width: 100%;
        }
        .tjzxCon .tjCon ul {
            margin-left: -5%;
        }
        .tjzxCon .tjCon ul li {
            margin-left: 5%;
            width: 45%;
            padding: 4%;
        }
    }
    
    @media ( max-width:768px) {
        .tjzxCon .tjCon ul {
            margin-left: 0;
        }
        .tjzxCon .tjCon ul li {
            margin-left: 0;
            width: 100%;
            padding: 5%;
            margin-bottom: 5%;
        }
    }
    /* 搜索页 */
    
    #serch {
        max-width: 700px;
        margin: 15px auto;
        font-family: arial;
        text-align: center;
    }
    
    #serch img {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
    }
    
    #serch input[type="text"],
    #serch select {
        padding: 0px 15px;
        height: 36px;
        border: 1px solid #e5e5e5;
        width: 180px;
    }
    
    .searchad_box .level {
        min-height: 34px;
        line-height: 34px;
        margin-top: 6px;
        clear: both;
        font-size: 16px;
    }
    
    .searchad_box span {
        display: inline-block;
    }
    
    .searchad_box .level span,
    .searchad_box .level div,
    .searchad_box .level input,
    .searchad_box .level label,
    .searchad_box .level select {
        float: left;
        margin-right: 5px;
        height: 32px;
    }
    
    .searchad_box .level .fir {
        width: 90px;
        padding-right: 7px;
        font-weight: bold;
    }
    
    .searchad_box .level .sec {
        width: 168px;
    }
    
    .searchad_box .level .thi {
        width: 30px;
        text-align: center;
    }
    
    .searchad_box .level input[type="text"] {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 200px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #ccc;
        padding-left: 5px;
    }
    
    .searchad_box .level input[type="text"].dateicon {
        background: #fff url(../images/icon.png) no-repeat 175px -201px;
    }
    
    .searchad_box .level label {
        margin-right: 20px;
    }
    
    @media ( max-width:768px) {
        #serch img {
            width: 24px;
        }
        .toolsnav {
            margin-left: 150px;
        }
        #serch .search-select {
            margin-bottom: 10px;
        }
    }
    
    #searchButton {
        width: 88px;
        height: 36px;
        line-height: 36px;
        background: #1f64dc;
        color: #fff;
        cursor: pointer;
    }
    
    .tools {
        margin: 15px auto 0;
        position: relative;
        font-size: 14px;
    }
    
    .tools .nums {
        margin: 0;
        color: #999;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .toolsbtn {
        float: right;
        margin-right: 10px;
        color: #999;
        cursor: pointer;
    }
    
    .toolsbtn i {
        background: url(../images/icon.png) no-repeat;
    }
    
    .toolsshow .toolsbtn i {
        padding-left: 20px;
        background-position: -70px -82px;
    }
    
    .toolshide {
        display: none;
    }
    
    .toolshide .toolsbtn i {
        padding-left: 20px;
        background-position: -70px -102px;
    }
    
    .toolsnav {
        width: 50%;
        float: left;
        margin-left: 200px;
        color: #999;
    }
    
    .toolsnav div {
        display: inline-block;
    }
    
    .toolsnav div span {
        color: #999;
    }
    
    .toolsnav div span.b {
        color: #000;
    }
    
    .toolsnav div a {
        margin-right: 20px;
        color: #999;
    }
    
    .toolsnav div a.noon {
        text-decoration: none;
    }
    
    .toolsnav div a.on {
        text-decoration: none;
        color: #1f64dc
    }
    
    .toolsnav div i {
        margin-right: 20px;
        padding-left: 15px;
        background: url(../images/icon.png) no-repeat 3px -141px;
    }
    
    .toolsnav div.toolsul {
        position: relative;
        cursor: pointer;
    }
    
    .toolsnav div.toolsul ul {
        display: none;
        position: absolute;
        top: 25px;
        left: 0px;
        z-index: 10;
        width: 155px;
        border: 1px solid #ccc;
        background: #fff;
        font-weight: bold;
    }
    
    .toolsnav div.toolsul ul li {
        line-height: 30px;
        padding: 0 12px;
        color: #666;
    }
    
    .toolsnav div.toolsul ul li.toolsli:hover {
        background: #eee;
        cursor: pointer;
    }
    
    .toolsnav div.toolsul ul li.line {
        border-top: 1px solid #ccc;
    }
    
    .toolsnav div.toolsul ul li span {
        color: #666;
    }
    
    .toolsnav div.toolsul ul li input[type="text"] {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0;
        font-size: 14px;
        width: 110px;
        height: 24px;
        border: 1px solid #ccc;
    }
    
    .toolsnav div.toolsul ul li input[type="text"].dateicon {
        background: #ffffff url(../images/icon.png) no-repeat 89px -206px;
    }
    
    .toolsnav div.toolsul ul li input[type="button"].zdybtn {
        padding: 0 10px;
        margin: 5px 40px 10px;
        height: 30px;
        background-color: #1f64dc;
        color: #fff;
    }
    
    .toolsnav div.toolsul ul li input[type="button"].zdybtn {
        padding: 0 10px;
        margin: 5px 40px 10px;
        height: 30px;
        background-color: #1f64dc;
        color: #fff;
    }
    
    .contentbox em {
        color: #ed0000;
    }
    
    .scene {
        padding-bottom: 30px;
    }
    
    .scene .captitle {
        font-size: 18px;
        line-height: 18px;
        padding: 20px 0 10px;
    }
    
    .news {
        padding-bottom: 30px;
    }
    
    .news .title span {
        float: left;
        margin-right: 5px;
        background-color: #1f64dc;
        border-left: 5px solid #1f64dc;
        border-right: 5px solid #1f64dc;
        font-size: 16px;
        color: #ffffff;
        overflow: hidden;
    }
    
    .news .title a {
        font-size: 16px;
        color: #1f64dc;
        margin-right: 0px;
    }
    
    .news .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-bottom: 10px;
    }
    
    .news .title i {
        float: left;
        width: 16px;
        height: 24px;
        margin-right: 5px;
        background-image: url("../images/icon.png");
        background-repeat: no-repeat;
    }
    
    .news .title i.txt {
        background-position: -40px 5px;
    }
    
    .news .title i.ppt {
        background-position: -40px -19px;
    }
    
    .news .title i.excel {
        background-position: -40px -67px;
    }
    
    .news .title i.zip {
        background-position: -40px -91px;
    }
    
    .news .title i.word {
        background-position: -40px -115px;
    }
    
    .news .title i.pdf {
        background-position: -40px -139px;
    }
    
    .news .title i.weibo {
        background-position: -40px -163px;
    }
    
    .news .title i.weixin {
        background-position: -40px -187px;
    }
    
    .news .content>a {
        float: left;
        margin-right: 20px;
    }
    
    @media ( max-width:414px) {
        .tools .nums {
            position: static;
        }
        .toolsnav {
            margin-left: 0;
            width: 76%;
        }
        .toolshide {
            display: none;
            background: #eee;
            padding: 10px;
            margin: 10px 0;
        }
        .toolsbtn {
            margin-right: 0;
        }
    }
    /* 分院介绍 */
    
    .BranchCon {}
    
    .BranchCon .con1 {
        overflow: hidden;
        padding: 3% 0;
    }
    
    .BranchCon .con1 .logo {
        float: left;
    }
    
    .BranchCon .con1 .line {
        float: left;
        width: 1px;
        height: 60px;
        margin: 0 5%;
        margin-top: 1%;
        background-color: #e4e4e4;
    }
    
    .BranchCon .con1 .title {
        font-family: MicrosoftYaHei-Bold;
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #1f64dc;
        float: left;
        line-height: 90px;
    }
    
    .BranchCon .con2 {
        background-color: #f1f5f9;
    }
    
    .BranchCon .con2 .imgbox {
        padding-top: 34.5%;
    }
    
    .BranchCon .con3 {}
    
    .BranchCon .con3 .con3_top {
        border-bottom: 1px #e4e8ed solid;
        overflow: hidden;
        padding: 2.5% 0;
    }
    
    .BranchCon .con3 .con3_top li {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #333333;
        float: left;
        margin-right: 10%;
    }
    
    .BranchCon .con3 .con3_top li img {
        margin-right: 10px;
        width: 20px;
    }
    
    .BranchCon .con3 .con3_bott {
        padding: 0 0 8%;
    }
    
    .BranchCon .con3 .con3_bott p {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 47px;
        letter-spacing: 0px;
        color: #333333;
        text-indent: 2em;
        padding: 3% 0 0;
        text-align: justify;
    }
    
    @media ( max-width:1024px) {}
    
    @media ( max-width:768px) {
        .BranchCon .con1 .logo {
            width: 40%;
        }
        .BranchCon .con1 .logo img {
            width: 100%;
        }
        .BranchCon .con1 .line {
            margin: 0 3%;
        }
        .BranchCon .con1 .title {
            font-size: 30px;
            line-height: 70px;
        }
        .BranchCon .con3 .con3_bott p {
            line-height: 40px;
        }
    }
    
    @media ( max-width:640px) {
        .BranchCon .con1 .title {
            font-size: 26px;
            line-height: 66px;
        }
        .BranchCon .con3 .con3_top li {
            font-size: 16px;
            margin-right: 5%;
        }
        .BranchCon .con3 .con3_bott p {
            font-size: 14px;
        }
    }
    
    @media ( max-width:414px) {
        .BranchCon .con1 .line {
            height: 46px;
        }
        .BranchCon .con1 .title {
            font-size: 20px;
            line-height: 48px;
        }
        .BranchCon .con3 .con3_top li img {
            width: 16px;
        }
        .BranchCon .con3 .con3_top li {
            font-size: 14px;
        }
        .BranchCon .con3 .con3_bott p {
            line-height: 30px;
        }
    }
    
    @media ( max-width:360px) {}
    /* 科室介绍 */
    
    .kes_item {}
    
    .kes_item .kesBox {
        overflow: hidden;
        padding: 5%;
        background-color: #ffffff;
        border: solid 10px #f2f4fb;
        margin-bottom: 3%;
    }
    
    .kes_item .kesBox .tit {
        width: 10%;
        float: left;
    }
    
    .kes_item .kesBox .tit img {
        width: 54px;
    }
    
    .kes_item .kesBox .tit p {
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #1f64dc;
    }
    
    .kesBox .kes_list {
        width: 85%;
        float: right;
    }
    
    .kesBox .kes_list li {
        width: 18%;
        float: left;
        text-align: left;
        padding-left: 2%;
        position: relative;
        background: url(../images/right_arr3.svg) center left no-repeat;
        background-size: 5%
    }
    
    .kesBox .kes_list li:hover {
        background: url(../images/right_arr1.svg) center left no-repeat;
        background-size: 5%
    }
    
    .kesBox .kes_list li a {
        font-family: MicrosoftYaHei;
        text-decoration: underline;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 56px;
        letter-spacing: 0px;
        color: #444444;
    }
    
    .kesBox .kes_list li:hover a {
        color: #0a4fbf;
    }
    /* 科室介绍 */
    
    .ksjsCon {
        padding: 5% 0;
    }
    
    .ksjsCon .Contain * {
        box-sizing: border-box;
    }
    
    .ksjsCon .titBox {
        background-color: #f2f7fd;
        padding: 3% 2%;
        overflow: hidden;
    }
    
    .ksjsCon .titBox .tit {
        float: left;
        font-family: MicrosoftYaHei-Bold;
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #333333;
    }
    
    .ksjsCon .titBox .backBtn {
        float: right;
        width: 179px;
        height: 44px;
        background-color: #1f64dc;
        border-radius: 22px;
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 44px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
    }
    
    .ksjsCon .titBox .backBtn img {
        width: 17px;
        height: 16px;
    }
    
    .ksjsCon .con1 {
        overflow: hidden;
        padding: 5% 0;
    }
    
    .ksjsCon .con1 .Pc {
        width: 38.9%;
        position: relative;
    }
    
    .ksjsCon .con1 .Pc .arr_line {
        position: absolute;
        color: #ddd;
        bottom: 24px;
        right: 60px;
        z-index: 99;
    }
    
    .ksjsCon .con1 .Pc .slick-arrow {
        background: none;
        top: unset;
        bottom: 10px;
    }
    
    .ksjsCon .con1 .Pc .slick-arrow:hover {
        border: none;
    }
    
    .slick-prev:before,
    .slick-next:before {
        color: #bbb;
    }
    
    .ksjsCon .con1 .Pc .slick-arrow:hover:before {
        color: #fff;
    }
    
    .ksjsCon .con1 .Pc .slick-prev {
        left: unset;
        right: 70px;
    }
    
    .ksjsCon .con1 .Pc .slick-next {
        right: 10px;
    }
    
    .ksjsCon .con1 .Pc .imgbox {
        padding-top: 68%;
    }
    
    .ksjsCon .con1 .text {
        width: 60%;
        max-height: 340px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 47px;
        letter-spacing: 0px;
        color: #333333;
        overflow-y: scroll;
        text-indent: 2em;
        padding: 0 3%;
    }
    
    .ksjsCon .zjTit {
        background-color: #ebeff4;
        padding: 0.5% 2%;
        margin-bottom: 4%;
    }
    
    .ksjsCon .zjTit span {
        font-family: MicrosoftYaHei;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #1f64dc;
        position: relative;
    }
    
    .ksjsCon .zjTit span:before {
        content: '';
        height: 2px;
        background-color: #1f64dc;
        width: 100%;
        position: absolute;
        bottom: -12px;
        left: 0;
    }
    
    @media ( max-width:1024px) {
        .ksjsCon .con1 .text {
            max-height: 256px;
            line-height: 40px;
        }
    }
    
    @media ( max-width:768px) {
        .ksjsCon .titBox .tit {
            font-size: 32px;
        }
        .ksjsCon .con1 .text {
            max-height: 194px;
            line-height: 36px;
            font-size: 14px;
        }
    }
    
    @media ( max-width:640px) {
        .ksjsCon .con1 .Pc {
            width: 100%;
            float: none;
        }
        .ksjsCon .con1 .text {
            width: 100%;
            float: none;
            max-height: unset;
            overflow-y: auto;
            padding-top: 5%;
        }
    }
    
    @media ( max-width:414px) {
        .ksjsCon .titBox .tit {
            font-size: 22px;
            line-height: 30px;
        }
        .ksjsCon .titBox .backBtn {
            width: 120px;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
        }
        .ksjsCon .zjTit span:before {
            bottom: -7px;
        }
        .ksjsCon .zjTit span {
            font-size: 20px;
            font-weight: bold;
        }
    }
    
    @media ( max-width:360px) {}
    /* 分院banner */
    
    .SubBan.BranchBan .imgbox {
        padding-top: 22.5%;
    }
    
    .SubBan.BranchBan .txt {
        top: 44%;
    }
    
    .SubBan.BranchBan .txt h1 {
        font-family: MicrosoftYaHei-Bold;
        font-size: 60px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 80px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    
    .fyjsCon .Contain,
    .zwmzCon .Contain,
    .gajgCon .Contain,
    .mrfyCon .Contain,
    .ssyqCon .Contain {
        position: relative;
    }
    
    .zwmzCon,
    .gajgCon {
        min-height: 500px;
    }
    
    .insBox {
        position: absolute;
        top: -120px;
        z-index: 999;
        max-width: 1300px;
        left: 0;
        background-color: #fff;
        box-shadow: 0px 3px 27px 0px rgba(168, 180, 193, 0.28);
    }
    
    .insBox .txt_l {
        float: left;
        width: 48%;
        padding: 5%;
        max-height: 348px;
        overflow-y: auto;
        /* border-right: solid 1px #ebeff4; */
    }
    
    .gajgCon .insBox .txt_l {
        max-height: 440px;
    }
    
    .mrfyCon .insBox .txt_l {
        float: left;
        width: 61%;
        padding: 2%;
        max-height: 438px;
        overflow-y: auto;
    }
    
    .insBox .txt_l .tit {
        font-family: MicrosoftYaHei-Bold;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #333333;
        padding-bottom: 32px;
        overflow: hidden;
    }
    
    .insBox .txt_l .tit dt {
        float: left;
    }
    
    .insBox .txt_l .tit dt.tit1 {
        font-family: MicrosoftYaHei-Bold;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 66px;
        letter-spacing: 0px;
        color: #0357b2;
        border-right: 1px #eeeeee solid;
        padding-right: 5%;
    }
    
    .mrfyCon .insBox .txt_l .tit dt.tit1 {
        padding-right: 2%;
    }
    
    .insBox .txt_l .tit dd {
        float: left;
        padding-left: 3%;
    }
    
    .zwmzCon .insBox .txt_l .tit dd,
    .gajgCon .insBox .txt_l .tit dd {
        float: left;
        padding-left: 5%;
    }
    
    .mrfyCon .insBox .txt_l .tit dd {
        float: left;
        padding-left: 2%;
    }
    
    .insBox .txt_l .tit dd p {
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #b5b5b5;
        text-indent: 0;
    }
    
    .insBox .txt_l .tit dd span {
        color: #333333;
    }
    
    .insBox .txt_l .tit dd i {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #333333;
    }
    
    .insBox .txt_l p {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #333333;
        text-align: justify;
        text-indent: 2em;
    }
    
    .insBox .img_r {
        width: 32.5%;
        padding: 4.6% 4.6% 1% 4.6%;
        float: right;
        /* border-left: solid 1px #ebeff4; */
    }
    
    .mrfyCon .insBox .img_r {
        width: 38.5%;
        padding: 3% 3% 2% 3%;
    }
    
    .insBox .img_r .focus_img {
        position: relative;
    }
    
    .insBox .img_r .focus_img .imgbox {
        padding-top: 72.5%;
    }
    
    .zwmzCon .insBox .img_r .focus_img .imgbox {
        padding-top: 75.7%;
    }
    
    .gajgCon .insBox .img_r .focus_img .imgbox {
        padding-top: 99.3%;
    }
    
    .insBox .img_r .focus_img .slick-arrow {
        top: unset;
        bottom: 0px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
    }
    
    .insBox .img_r .focus_img .arr_line {
        position: absolute;
        width: 1px;
        height: 20px;
        bottom: 10px;
        right: 50px;
        background-color: #e5e5e5;
    }
    
    .insBox .img_r .focus_img .slick-prev {
        left: unset;
        right: 60px;
    }
    
    .insBox .img_r .focus_img .slick-next {
        right: 0;
    }
    
    .insBox .img_r .focus_img p {
        padding: 35px 0 10px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 21px;
        width: 74%;
    }
    
    .gajgCon .insBox .img_r .focus_img p {
        padding: 35px 0 20px;
    }
    
    .fyjsCon .tableBox {
        padding-top: 30%;
    }
    
    .fyjsCon .tableBox .titleBox {
        background-color: #eeeeee;
        padding: 0.85% 2%;
        margin: 2% 0 4%;
    }
    
    .fyjsCon .tableBox .titleBox a {
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #333333;
        position: relative;
    }
    
    .fyjsCon .tableBox .titleBox a:before {
        content: '';
        height: 2px;
        width: 0;
        transition: all 0.3s;
        background-color: #0357b2;
        position: absolute;
        bottom: -18px;
        left: 0;
    }
    
    .fyjsCon .tableBox .titleBox a.on:before,
    .fyjsCon .tableBox .titleBox a:hover:before {
        width: 100%;
    }
    
    .fyjsCon .tableBox .titleBox a:hover,
    .fyjsCon .tableBox .titleBox a.on {
        color: #0357b2;
    }
    
    .fyjsCon .tableBox .titleBox span {
        padding: 0 38px;
        color: #e5e5e5;
    }
    
    @media ( max-width:1366px) {
        .mrfyCon .insBox .txt_l .tit dt.tit1 {
            padding-left: 0;
            border: none;
        }
    }
    
    @media ( max-width:1200px) {
        .SubBan.BranchBan .txt h1 {
            font-size: 50px;
        }
        .SubBan.BranchBan .txt {
            top: 50%;
        }
        .insBox {
            position: static;
            overflow: hidden;
        }
        .fyjsCon .tableBox {
            padding-top: 2%;
        }
        .insBox .txt_l .tit dt.tit1 {
            line-height: 30px;
            padding-left: 0;
            padding-bottom: 3%;
        }
        .insBox .txt_l .tit dt.tit1,
        .insBox .txt_l .tit dd {
            float: none;
            border: none;
        }
        .zwmzCon .insBox .txt_l .tit dd,
        .gajgCon .insBox .txt_l .tit dd {
            float: none;
        }
    }
    
    @media ( max-width:1024px) {
        .SubBan.BranchBan .txt h1 {
            font-size: 40px;
        }
        .insBox .txt_l .tit dt.tit1 {
            font-size: 28px;
        }
        .insBox .txt_l .tit dd p {
            font-size: 17px;
        }
        .insBox .txt_l {
            max-height: 260px;
        }
        .gajgCon .insBox .txt_l {
            max-height: 360px;
        }
    }
    
    @media ( max-width:768px) {
        .insBox .txt_l {
            width: 90%;
            float: none;
            height: auto;
            padding: 5%;
            max-height: unset;
            overflow-y: auto;
            text-align: justify;
        }
        .mrfyCon .insBox .txt_l {
            width: 100%;
            float: none;
            height: auto;
            padding: 5%;
            max-height: unset;
            overflow-y: auto;
        }
        .gajgCon .insBox .txt_l {
            max-height: unset;
        }
        .insBox .img_r {
            width: 90%;
            float: none;
            height: auto;
            padding: 0 5% 5% 5%;
        }
        .mrfyCon .insBox .img_r {
            width: 100%;
            float: none;
            height: auto;
            padding: 0 5% 5% 5%;
        }
        .SubBan.BranchBan .txt h1 {
            font-size: 30px;
            line-height: 30px;
        }
        .insBox .img_r .focus_img ul li {
            position: relative;
        }
        .insBox .img_r .focus_img ul li p {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 96%;
            padding: 0 2%;
            line-height: 40px;
            height: 40px;
            background-color: #00000070;
            color: #fff;
        }
        .insBox .img_r .focus_img .slick-arrow {
            top: 50%;
            transform: translateY(-50%);
        }
        .insBox .img_r .focus_img .slick-prev {
            right: unset;
        }
    }
    
    @media ( max-width:640px) {
        .kes_item .kesBox .tit {
            width: 100%;
            float: none;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .kes_item .kesBox .kes_list {
            width: 100%;
            float: none;
            overflow: hidden;
        }
    }
    
    @media ( max-width:414px) {
        .SubBan.BranchBan .txt h1 {
            font-size: 20px;
            line-height: 20px;
        }
        .insBox .txt_l .tit dt.tit1 {
            font-size: 22px;
        }
        .insBox .txt_l .tit dd {
            padding: 5%;
            margin: 5% 0;
            background-color: #f5f5f5;
        }
        .insBox .txt_l .tit dd p {
            font-size: 14px;
            line-height: 24px;
        }
        .insBox .txt_l .tit {
            font-size: 18px;
            padding-bottom: 0;
        }
        .insBox .txt_l p {
            font-size: 14px;
        }
        .fyjsCon .tableBox .titleBox span {
            padding: 0px 16px;
        }
        .fyjsCon .tableBox .titleBox a {
            font-size: 16px;
        }
        .fyjsCon .tableBox .titleBox a:before {
            bottom: -13px;
        }
        .kes_item .kesBox {
            border: solid 6px #f2f4fb;
        }
        .kes_item .kesBox {
            padding: 3%;
        }
        .kes_item .kesBox .kes_list li {
            width: 29%;
            padding-left: 4.33%;
            background-size: 10%;
        }
    }
    
    @media ( max-width:375px) {}
    
    @media ( max-width:360px) {
        .kes_item .kesBox .kes_list li a {
            font-size: 14px;
        }
    }
    /* 体检中心 */
    
    .ggkp {
        overflow: hidden;
        padding-top: 32%;
    }
    
    .ggkp_l {
        width: 75%;
        float: left;
    }
    
    .tabtit {
        background-color: #eeeeee;
        padding: 11px 0;
    }
    
    .tabtit .tit {
        display: inline-block;
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #333333;
        position: relative;
        cursor: pointer;
        padding: 0 34px;
    }
    
    .tabtit .tit:before {
        content: '';
        height: 2px;
        width: 0;
        transition: all 0.3s;
        background-color: #0357b2;
        position: absolute;
        bottom: -11px;
        left: 34px;
    }
    
    .tabtit .tit:nth-child(2):after {
        content: '';
        height: 20px;
        width: 1px;
        transition: all 0.3s;
        background-color: #e5e5e5;
        position: absolute;
        left: 0;
        top: 12px;
    }
    
    .tabtit .tit:hover,
    .tabtit .tit.on {
        color: #0357b2;
    }
    
    .tabtit .tit.on:before,
    .tabtit .tit:hover:before {
        width: 52%;
    }
    /* .ggkp .ggkp_r {
        width: 28%;
        float: right;
    }
     */
    
    .tabcon {}
    
    .tabcon .tabcon_item {
        position: relative;
        /* padding: 15px; */
    }
    
    .tabcon .tabcon_item .more {
        position: absolute;
        right: 20px;
        top: -40px;
        font-size: 14px;
    }
    
    .tabcon .tabcon_item .more a {
        color: #999;
    }
    
    .tabcon .tabcon_item .more a:hover {
        color: #014fa2;
    }
    
    .tabcon .tabcon_item .kesBox {
        padding: 3%;
    }
    
    .tabcon .tabcon_item .kesBox .kes_list {
        width: 100%;
        float: none;
    }
    
    .tabcon .tabcon_item .kesBox .kes_list li {
        width: 18%;
    }
    
    .ggkp .ggkp_l .tabcon_item .more_btn,
    .bhtj .bhtj_l .tabcon_item .more_btn {
        position: absolute;
        top: -14%;
        right: 15px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #757575;
    }
    
    .ggkp .ggkp_l .tabcon_item .more_btn:hover,
    .bhtj .bhtj_l .tabcon_item .more_btn:hover {
        color: #0a4fbf;
    }
    
    .tab_newsList {}
    
    .tab_newsList li {
        overflow: hidden;
    }
    
    .tab_newsList li a {
        width: 80%;
        float: left;
        text-align: left;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 50px;
        height: 50px;
        letter-spacing: 0px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .tab_newsList li a:hover {
        color: #0a4fbf;
    }
    
    .tab_newsList li span {
        width: 20%;
        float: right;
        text-align: right;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: 0px;
        color: #999999;
    }
    
    .ggkp_r {
        width: 23.6%;
        float: right;
    }
    
    .ggkp_r ul li a {
        position: relative;
        display: block;
    }
    
    .ggkp_r ul li:nth-child(1) {
        margin-bottom: 16px;
    }
    
    .ggkp_r ul li a .imgbox {
        padding-top: 50.9%;
    }
    
    .ggkp_r ul li a .txtbox {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 38px;
        z-index: 99;
    }
    
    .ggkp_r ul li a .tit {
        font-family: MicrosoftYaHei;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 39px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    
    .tjtc {
        overflow: hidden;
        padding-bottom: 5%;
    }
    
    .tjtc .tcBox {
        margin-left: -2.67%;
    }
    
    .tjtc .tcBox li {
        float: left;
        width: 22.33%;
        margin-left: 2.67%;
        margin-top: 3.8%;
    }
    
    .tjtc .tcBox li a {}
    
    .tjtc .tcBox li .imgbox {
        padding-top: 57.72%;
    }
    
    .tjtc .tcBox li .tit {
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        height: 18px;
        line-height: 18px;
        padding: 22px 0;
        letter-spacing: 0px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .tjtc .tcBox li .txt {
        height: 60px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .tjtc .tcBox li:hover .tit,
    .tjtc .tcBox li:hover .txt {
        color: #0a4fbf;
    }
    /* 滨湖体检 */
    
    .bhtj {
        overflow: hidden;
        padding-top: 32%;
    }
    
    .bhtj .bhtj_l {
        width: 75%;
        float: left;
    }
    
    .bhtj .bhtj_r {
        width: 23%;
        float: right;
    }
    
    .bhtj .bhtj_r li {
        margin-bottom: 10px;
    }
    
    .bhtj .bhtj_r a {
        position: relative;
        display: block;
    }
    
    .bhtj .bhtj_r .txtbox {
        position: absolute;
        top: 50%;
        left: 26px;
        transform: translateY(-50%);
        z-index: 99;
    }
    
    .bhtj .bhtj_r .txtbox span {
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 60px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    
    .bhtj .bhtj_r .txtbox img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: solid 5px rgba(255, 255, 255, 0.05);
        transition: all 0.5s;
    }
    
    .bhtj .bhtj_r .imgbox {
        padding-top: 33.5%;
    }
    
    .bhtj .bhtj_r li:hover img {
        transform: rotate(360deg);
    }
    
    .bhtj .bhtj_r li:hover span {
        font-weight: bold;
    }
    
    @media ( max-width:1200px) {
        .ggkp,
        .bhtj {
            padding-top: 5%;
        }
        .tab_newsList li a {
            line-height: 41px;
            height: 41px;
        }
        .tab_newsList li span {
            line-height: 41px;
            height: 41px;
        }
    }
    
    @media ( max-width:1024px) {
        .tabtit .tit {
            padding: 0 30px;
        }
        .ggkp .ggkp_l .tabcon_item .more_btn,
        .bhtj .bhtj_l .tabcon_item .more_btn {
            top: -40px;
        }
        .tab_newsList li a {
            line-height: 36px;
            height: 36px;
        }
        .tab_newsList li span {
            line-height: 36px;
            height: 36px;
        }
        .ggkp {
            padding: 5% 0 3%;
        }
        .bhtj .bhtj_r .txtbox {
            left: 20px;
        }
        .bhtj .bhtj_r .txtbox img {
            width: 40px;
            height: 40px;
        }
        .bhtj .bhtj_r .txtbox span {
            line-height: 40px;
            font-size: 16px;
        }
    }
    
    @media ( max-width:768px) {
        .tabtit .tit {
            padding: 0 20px;
        }
        .ggkp {
            padding: 5% 0;
        }
        .ggkp .ggkp_l,
        .ggkp_r,
        .bhtj .bhtj_l,
        .bhtj .bhtj_r {
            width: 100%;
            float: none;
        }
        .ggkp_r ul li {
            width: 49%;
            float: left;
        }
        .ggkp_r ul li:nth-child(1) {
            margin-bottom: 0;
            margin-right: 2%;
        }
        .tjtc .tcBox {
            margin-left: -2%;
        }
        .tjtc .tcBox li {
            width: 48%;
            margin-left: 2%;
        }
        .bhtj .bhtj_r {
            overflow: hidden;
        }
        .bhtj .bhtj_r li {
            width: 32%;
            float: left;
        }
        .bhtj .bhtj_r li:nth-child(2) {
            margin: 0 2%;
        }
    }
    
    @media ( max-width:640px) {
        .tabtit {
            padding: 5px 0;
        }
        .tabtit .tit {
            padding: 0 26px;
            font-size: 17px;
        }
        .tabtit .tit:before {
            bottom: -5px;
            left: 26px;
        }
        .ggkp .ggkp_l .tabcon_item .more_btn,
        .bhtj .bhtj_l .tabcon_item .more_btn {
            top: -34px;
        }
        .tabtit .titi.on:before,
        .tabtit .tit:hover:before {
            width: 56%;
        }
        .tabcon .tabcon_item .more {
            right: 10px;
            top: -35px;
        }
    }
    
    @media ( max-width:414px) {
        .insBox .img_r .focus_img p {
            padding-top: 30px;
        }
        .tjtc .tcBox li .tit {
            font-size: 16px;
            height: 16px;
            padding: 12px 0;
        }
        .tjtc .tcBox li .txt {
            font-size: 14px;
            line-height: 20px;
            height: 40px;
        }
        .tab_newsList li a {
            font-size: 14px;
            width: 78%;
        }
        .tab_newsList li span {
            width: 22%;
            font-size: 12px;
        }
        .tabtit .tit {
            padding: 0 5px;
            font-size: 16px;
        }
        .tabtit .tit:before {
            left: 5px;
        }
        .tabtit .tit.on:before,
        .tabtit .tit:hover:before {
            width: 87%;
        }
        .bhtj .bhtj_r li {
            width: 100%;
            float: none;
        }
        .bhtj .bhtj_r li:nth-child(2) {
            margin: 0 0 2% 0;
        }
        .bhtj .bhtj_r .imgbox {
            padding-top: 26%;
        }
        .bhtj .bhtj_r .txtbox img {
            width: 60px;
            height: 60px;
        }
        .bhtj .bhtj_r .txtbox span {
            font-size: 20px;
        }
        .tabcon .tabcon_item .kesBox .kes_list li {
            width: 29%;
        }
    }
    
    @media ( max-width:375px) {
        .tjtc .tcBox {
            margin-left: 0;
            overflow: hidden;
        }
        .tjtc .tcBox li {
            width: 100%;
            margin: 8% 0 0;
        }
        .tjtc .tcBox li .tit {
            height: auto;
            line-height: 18px;
            font-size: 18px;
        }
        .tjtc .tcBox li .txt {
            font-size: 14px;
            line-height: 20px;
            height: auto;
            display: block
        }
    }
    
    @media ( max-width:360px) {
        .tabtit .tit {
            font-size: 14px;
        }
    }
    /* 美容分院 */
    
    .mrfyCon {
        padding-bottom: 5%;
    }
    
    .mrfyCon .Contain * {
        box-sizing: border-box;
    }
    
    .mr_title {
        padding: 30px 0;
    }
    
    .mr_title span {
        font-family: MicrosoftYaHei-Bold;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #0357b2;
    }
    
    .mr_title .more_btn {
        float: right;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #757575;
    }
    
    .mr_title .more_btn:hover {
        color: #0a4fbf;
    }
    
    .proIntro {
        padding-top: 25%;
    }
    
    .proIntro .pro_box {
        overflow: hidden;
        margin-left: -2.33%;
        padding-bottom: 3%;
    }
    
    .proIntro .pro_box li {
        width: 31%;
        float: left;
        background-color: #ffffff;
        box-shadow: 0px 20px 50px 0px rgba(168, 180, 193, 0.1);
        border: solid 1px #ebeff4;
        padding: 3% 2%;
        margin-left: 2.33%;
    }
    
    .proIntro .pro_box li .ico {}
    
    .proIntro .pro_box li .tit {
        font-family: MicrosoftYaHei;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #0357b2;
        padding: 20px 0 30px 0;
    }
    
    .proIntro .pro_box li .txt {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #666666;
        height: 256px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }
    
    @media ( max-width:1200px) {
        .proIntro {
            padding-top: 3%;
        }
    }
    
    @media ( max-width:1024px) {}
    
    @media ( max-width:768px) {
        .proIntro .pro_box {
            margin-left: 0;
        }
        .proIntro .pro_box li {
            width: 100%;
            float: none;
            padding: 3%;
            margin-left: 0;
            margin-bottom: 2%;
        }
        .proIntro .pro_box li .txt {
            height: auto;
        }
    }
    
    @media ( max-width:640px) {}
    
    @media ( max-width:414px) {}
    
    @media ( max-width:375px) {}
    
    @media ( max-width:360px) {}
    /* 老年护理 */
    
    .lnhl {
        padding-top: 35%;
        padding-bottom: 6%;
        margin-left: -2%;
        overflow: hidden;
    }
    
    .lnhlBox {
        width: 47%;
        float: left;
        margin-left: 3%;
    }
    
    .tabtit .more_btn {
        float: right;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #757575;
        padding-right: 34px;
    }
    
    .tabtit .more_btn:hover {
        color: #0a4fbf;
    }
    
    .lnhlBox .tab_newsList {
        padding: 3% 15px;
    }
    
    @media ( max-width:1200px) {
        .lnhl {
            padding-top: 5%;
        }
    }
    
    @media ( max-width:768px) {
        .lnhl {
            margin-left: 0;
        }
        .lnhlBox {
            width: 100%;
            float: none;
            margin-left: 0;
        }
    }
    
    @media ( max-width:414px) {}
    
    @media ( max-width:360px) {}
    /* 蜀山院区 */
    
    .ssyqBox {
        padding-top: 35%;
        overflow: hidden;
    }
    
    .ss_l {
        width: 74.5%;
        float: left;
    }
    
    .ss_l .tab_newsList {
        padding: 3% 15px;
    }
    
    .ss_r {
        width: 23.62%;
        float: right;
    }
    
    .ss_r a {
        display: block;
        position: relative;
    }
    
    .ss_r .imgbox {
        padding-top: 107%;
    }
    
    .ss_r .txtBox {
        position: absolute;
        z-index: 99;
        top: 20%;
        left: 10%;
    }
    
    .ss_r .txtBox .tit {
        font-family: MicrosoftYaHei-Bold;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    
    .ss_r .txtBox .more_btn {
        width: 96px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #ffffff;
        border-top: 1px #fff solid;
        border-bottom: 1px #fff solid;
        margin-top: 20px;
    }
    
    .ssyqBox1 .DoctorList * {
        box-sizing: border-box;
    }
    
    .tabcon_item {
        padding: 3% 0;
    }
    /* 琥珀分院介绍 */
    
    .hpyqBox {
        padding-top: 30%;
    }
    
    .hpyqBox1 {
        padding: 3% 0 5%;
    }
    
    .hpyqBox1 .Contain * {
        box-sizing: border-box;
    }
    
    .hpyqBox1 .tabtit {
        margin-bottom: 3%;
    }
    
    .hpyqBox .kesBox {
        height: 173px;
        overflow-y: auto;
        background-color: #ffffff;
        border: solid 10px #f2f4fb;
        padding: 3% 5%;
        margin-top: 15px;
    }
    
    .hpyqBox .kesBox .kes_list {
        width: 100%;
    }
    
    @media ( max-width:1200px) {
        .ssyqBox {
            padding-top: 5% !important;
        }
    }
    
    @media ( max-width:1024px) {
        .hpyqBox .kesBox {
            height: 138px;
            padding: 1% 3%;
        }
        .hpyqBox .kesBox .kes_list li a {
            line-height: 46px;
        }
    }
    
    @media ( max-width:768px) {
        .ssyqBox {
            padding-top: 5%;
        }
        .hpyqBox .ss_l {
            width: 100%;
            float: none;
            margin-bottom: 3%;
        }
        .hpyqBox .kesBox {
            height: auto;
        }
        .ss_r .imgbox {
            padding-top: 145%;
        }
        .ss_r .txtBox .tit {
            font-size: 26px;
        }
    }
    
    @media ( max-width:640px) {
        .ss_r .imgbox {
            padding-top: 160%;
        }
        .ss_r .txtBox .tit {
            font-size: 20px;
        }
        .ss_r .txtBox .more_btn {
            font-size: 14px;
            width: auto;
        }
    }
    
    @media ( max-width:414px) {
        .ss_l,
        .ss_r {
            width: 100%;
            float: none;
        }
        .ss_r {
            margin-bottom: 5%;
        }
        .ss_r .imgbox {
            padding-top: 50%;
        }
        .hpyqBox .kesBox .kes_list li a {
            font-size: 14px;
        }
    }
    
    @media ( max-width:360px) {
        .hpyqBox .kesBox .kes_list li {
            width: 28%;
            float: left;
            text-align: left;
            padding-left: 5%;
            position: relative;
            background: url(../images/right_arr3.svg) center left no-repeat;
            background-size: 10%;
        }
    }
    /* 医院文化 */
    
    .yywhCon {
        padding: 5% 0 10%;
    }
    
    .yywhCon .lyzzCon {
        width: 75.54%;
        padding: 5%;
        max-width: 1112px;
        margin: 0 auto;
        background: #f7fbfe url(../uploadfiles/image/lyzz_bg.jpg) top center no-repeat;
    }
    
    .yywhCon .lyzzCon .tit {
        font-family: MicrosoftYaHei-Bold;
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #0357b2;
    }
    
    .yywhCon .lyzzCon .txt {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 48px;
        letter-spacing: 0px;
        color: #0357b2;
    }
    
    .yywhCon .lyzzCon .PcBox {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        padding-top: 5%;
    }
    
    .yywhCon .lyzzCon .PcBox dl {
        float: left;
        width: 48%;
    }
    
    .yywhCon .lyzzCon .PcBox dl .imgbox {
        padding-top: 50%;
    }
    
    .yywhCon .lyzzCon .PcBox dl dd {
        background-color: #fff;
        padding: 6.3%;
        line-height: 25px;
        overflow: hidden;
    }
    
    .yywhCon .lyzzCon .PcBox dl dd .tit {
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        float: left;
    }
    
    .yywhCon .lyzzCon .PcBox dl dd .txt {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;
        float: right;
        line-height: 26px;
    }
    
    .valueCon {
        width: 79.54%;
        padding: 3%;
        max-width: 1112px;
        overflow: hidden;
        margin: 5% auto;
        border-top: 1px #e5eef7 solid;
        border-bottom: 1px #e5eef7 solid;
        position: relative;
    }
    
    .valueCon:before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #e5eef7;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .valueCon .val_l {
        float: left;
        width: 45.8%;
        padding: 0;
    }
    
    .valueCon .tit {
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 10px;
    }
    
    .valueCon .txt {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #868686;
    }
    
    .valueCon .tit1 {
        letter-spacing: 0px;
        padding: 40px 0 0px 0;
        border-top: 1px #e5eef7 solid;
    }
    
    .valueCon .txt1 {
        letter-spacing: 16px;
    }
    
    .valueCon .val_l .imgbox {
        padding-top: 26.6%;
        margin: 25px 0 49px 0;
    }
    
    .valueCon .val_r {
        float: right;
        width: 44.5%;
        padding-left: 3%;
    }
    
    .valueCon .val_r li {
        padding: 30px 0;
    }
    
    .valueCon .val_r .tit {
        position: relative;
        padding-left: 20px;
    }
    
    .valueCon .val_r .tit:before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        background-color: #0357b2;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .songCon {
        width: 79.54%;
        padding: 3%;
        max-width: 1112px;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .songCon .song_l {
        width: 50%;
        float: left;
    }
    
    .songCon .song_l .tit {
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 3px;
        color: #333333;
    }
    
    .songCon .song_l .song_name {
        font-family: MicrosoftYaHei-Bold;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        letter-spacing: 5px;
        color: #0357b2;
        padding-top: 40px;
    }
    
    .songCon .song_l .song_inst {
        font-family: MicrosoftYaHei;
        text-decoration: underline;
        font-size: 20px;
        letter-spacing: 3px;
        color: #0357b2;
        padding-bottom: 70px;
        line-height: 40px;
    }
    
    .songCon .song_l .author {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        line-height: 40px;
        letter-spacing: 2px;
        color: #333333;
    }
    
    .songCon .song_r {
        width: 48.4%;
        float: right;
    }
    
    .songCon .song_r .imgbox {
        padding-top: 80.6%;
    }
    
    @media ( max-width:1200px) {}
    
    @media ( max-width:1024px) {
        .valueCon .val_r li {
            padding: 20px 0;
        }
    }
    
    @media ( max-width:768px) {
        .valueCon .txt1 {
            letter-spacing: 10px;
        }
        .valueCon .tit {
            font-size: 18px;
        }
        .valueCon .txt {
            font-size: 14px;
            line-height: 20px;
        }
        .songCon .song_l .song_name {
            font-size: 26px;
            padding-top: 10%;
        }
        .songCon .song_l .song_inst {
            padding-bottom: 0;
        }
    }
    
    @media ( max-width:640px) {
        .valueCon:before {
            display: none;
        }
        .valueCon .val_l,
        .valueCon .val_r,
        .songCon .song_l,
        .songCon .song_r {
            width: 100%;
            float: none;
        }
        .valueCon .tit1 {
            padding-top: 0;
            border: none;
        }
        .valueCon .txt1 {
            padding-bottom: 10%;
            border-bottom: 1px #e5eef7 solid;
        }
        .songCon .song_l .song_name {
            padding-top: 5%;
            text-align: center;
        }
        .songCon .song_l .song_inst {
            text-align: center;
        }
        .songCon .song_l .author {
            line-height: 26px;
            text-align: right;
        }
        .songCon .song_r {
            margin-top: 5%;
        }
    }
    
    @media ( max-width:414px) {
        .yywhCon .lyzzCon {
            width: 90%;
        }
        .yywhCon .lyzzCon .tit {
            font-size: 30px;
        }
        .yywhCon .lyzzCon .txt {
            font-size: 14px;
        }
        .yywhCon .lyzzCon .PcBox {
            display: block;
        }
        .yywhCon .lyzzCon .PcBox dl {
            width: 100%;
            float: none;
            margin-bottom: 5%;
        }
        .valueCon {
            width: 94%;
        }
        .valueCon .val_l .imgbox {
            margin: 5% 0;
        }
        .valueCon .val_r li {
            padding: 7% 0 0;
        }
        .valueCon .val_r li:last-child {
            padding-bottom: 5%;
        }
        .songCon {
            width: 94%;
        }
    }
    
    @media ( max-width:375px) {}
    
    @media ( max-width:360px) {}
    /* 在线留言 */
    
    .f_red {
        color: #ff0000;
    }
    
    .EmailPage {
        height: auto !important;
        min-height: 300px;
        height: 300px;
        padding-top: 3%;
        padding-bottom: 3.5%;
        font-size: 16px;
    }
    
    .EmailPage .SubNav {
        text-align: center;
        padding-bottom: 3.8%;
    }
    
    .EmailPage .SubNav a {
        display: inline-block;
        border-radius: 5px;
        width: 148px;
        margin: 0 10px;
        line-height: 48px;
        border: 1px solid #dddddd;
        background: #fff;
        color: #333333;
        font-size: 16px;
    }
    
    .EmailPage .SubNav a:hover,
    .EmailPage .SubNav a.on {
        border: 1px solid #0a4fbf;
        background: #0a4fbf;
        color: #fff;
    }
    
    .EmailPage .Stit {
        font-size: 36px;
        color: #333;
        margin-bottom: 30px;
        line-height: 36px;
    }
    
    .EmailPage .tc {
        text-align: center !important;
    }
    
    .EmailPage .Msgtxt {
        background: #f3f3f3;
        line-height: 33px;
        color: #313131;
        padding: 3% 4%;
        margin-bottom: 25px;
    }
    
    .EmailPage .Msgtxt p {
        text-indent: 2em;
    }
    
    .EmailPage .MsgForm {
        margin: 0 0 0 -2%;
    }
    
    .EmailPage .MsgForm dl.w33 {
        width: 31.333%;
        float: left;
    }
    
    .EmailPage .MsgForm dl.w70 {
        width: 64.5555%;
        float: left;
    }
    
    .EmailPage .MsgForm dl {
        padding-left: 2%;
    }
    
    .EmailPage .MsgForm dt {
        line-height: 46px;
        padding: 17px 0 0 20px;
        font-size: 22px;
        color: #231815;
    }
    
    .EmailPage .MsgForm .box {
        border: 1px solid #dddddd;
    }
    
    .EmailPage .MsgForm .box .input {
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-indent: 1em;
        font-size: 16px;
    }
    
    .EmailPage .MsgForm .select {
        width: 100%;
        height: 70px;
        text-indent: 1em;
        border: 1px solid #dddddd;
    }
    
    .EmailPage .MsgForm .textarea {
        padding: 15px;
        border: 1px solid #dddddd;
    }
    
    .EmailPage .MsgForm .textarea textarea {
        width: 100%;
        height: 265px;
        font-size: 16px;
    }
    
    .EmailPage .btnbox {
        text-align: center;
        padding-top: 40px;
    }
    
    .EmailPage .btnbox button {
        width: 260px;
        height: 70px;
        font-size: 24px;
        color: #333;
    }
    
    .EmailPage .btnbox .sendbtn {
        background: #0a4fbf;
        color: #fff;
        margin-left: 15px;
    }
    
    .EmailPage .btnbox .reestbtn {
        background: #dddddd;
    }
    
    .EmailPage .btnbox .iconfont {
        font-size: 28px;
    }
    
    @media ( max-width:1440px) {
        .EmailPage .MsgList .thead {
            font-size: 17px;
            line-height: 50px;
        }
        .EmailPage .MsgForm dt {
            line-height: 34px;
            font-size: 18px;
        }
        .EmailPage .MsgForm .btn button {
            width: 180px;
            height: 50px;
            font-size: 18px;
        }
        .EmailPage .MsgForm .box .input {
            height: 48px;
            line-height: 48px;
        }
        .EmailPage .MsgForm .select {
            height: 50px;
        }
        .EmailPage .MsgForm .textarea textarea {
            height: 150px;
        }
    }
    
    @media ( max-width:1366px) {}
    
    @media ( max-width:1024px) {}
    
    @media ( max-width:768px) {
        .EmailPage .Msgtxt {
            line-height: 24px;
            margin-bottom: 10px;
        }
        .EmailPage .MsgForm dl {
            width: auto !important;
            float: none !important;
        }
        .EmailPage .MsgForm dt {
            font-size: 15px;
            padding-top: 10px;
        }
        .EmailPage .MsgForm .box .input {
            height: 42px;
            line-height: 42px;
        }
        .EmailPage .MsgForm .select {
            height: 40px;
            line-height: 40px;
        }
        .EmailPage .btnbox {
            padding-top: 20px;
        }
        .EmailPage .btnbox button {
            width: 110px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
        }
        .EmailPage .btnbox .iconfont {
            font-size: 16px;
        }
        .EmailPage .Stit {
            font-size: 30px;
        }
    }
    
    @media ( max-width:414px) {
        .EmailPage .SubNav a {
            width: 120px;
            margin: 0 10px;
            line-height: 40px;
        }
        .EmailPage .Stit {
            margin-bottom: 10px;
        }
        .EmailPage .Msgtxt p {
            line-height: 30px;
        }
    }
    
    .clearfix {
        overflow: hidden;
        _zoom: 1;
    }
    
    .clearfix:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    .clearfix {
        *zoom: 1;
    }
    
    .EmailPage .formbox {
        margin: 0 0 25px 0;
        position: relative;
    }
    
    .EmailPage .formbox ul {
        margin-right: 200px;
        overflow: hidden;
    }
    
    .EmailPage .formbox li {
        width: 48%;
        float: left;
        padding: 0 2% 15px 0;
    }
    
    .EmailPage .formbox .box {
        border: 1px solid #dddddd;
        height: 68px;
        padding-left: 90px;
        position: relative;
    }
    
    .EmailPage .formbox .box select {
        text-indent: 0em;
        border: 0;
        font-size: 16px;
        background: none;
        width: 100%;
        height: 68px;
        color: #666666;
    }
    
    .EmailPage .formbox .box input {
        font-size: 16px;
        background: none;
        width: 100%;
        height: 68px;
        color: #666666;
    }
    
    .EmailPage .formbox .box .ico {
        left: 0;
        top: 0;
        line-height: 67px;
        position: absolute;
        width: 68px;
        text-align: center;
        background: url(../images/line2.gif) right center no-repeat;
        color: #333;
    }
    
    .EmailPage .formbox .box .ico .iconfont {
        font-size: 28px;
    }
    
    .EmailPage .formbox .sendbtn {
        position: absolute;
        right: 0;
        top: 0;
        background: #014fa2;
        color: #fff;
        width: 200px;
        height: 70px;
        font-size: 24px;
    }
    
    .EmailPage .formbox .sendbtn .iconfont {
        font-weight: bold;
        font-size: 28px;
    }
    
    .EmailPage .formbox .sendbtn:hover {
        background: #014fa2;
    }
    
    .EmailPage .MsgList {
        padding-bottom: 12px;
        margin-bottom: 2%;
    }
    
    .EmailPage .MsgList li {
        float: left;
        text-align: center;
    }
    
    .EmailPage .MsgList .thead {
        line-height: 70px;
        background: #f3f3f3;
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
    
    .EmailPage .MsgList .t2 {
        width: 20%;
    }
    
    .EmailPage .MsgList .t3 {
        width: 40%;
    }
    
    .EmailPage .MsgList .t4 {
        width: 20%;
    }
    
    .EmailPage .MsgList .t5 {
        width: 20%;
    }
    
    .EmailPage .MsgList .item {
        font-size: 16px;
        color: #162638;
        padding: 20px 0;
        background: #fcfcfc;
    }
    
    .EmailPage .MsgList .item:nth-child(odd) {
        background: #fff;
    }
    
    .EmailPage .MsgList .item a {
        color: #162638;
    }
    
    .EmailPage .MsgList .item a:hover {
        color: #014fa2;
    }
    
    .EmailPage .Msginfo {
        background: #f3f3f3;
        padding: 4%;
        max-width: 60%;
        margin: 0px auto;
    }
    
    .EmailPage .Msginfo dl {
        padding-left: 120px;
        position: relative;
        height: auto !important;
        height: 30px;
        min-height: 30px;
        margin-bottom: 15px;
    }
    
    .EmailPage .Msginfo dl dt {
        position: absolute;
        left: 0;
        top: 0;
        text-align: right;
        width: 100px;
        color: #000;
    }
    
    .EmailPage .Msginfo .back {
        background: #014fa2;
        width: 100px;
        border-radius: 8px;
        text-align: center;
        line-height: 40px;
        margin: 0px auto;
        display: block;
        color: #fff;
    }
    
    @media ( max-width:1440px) {
        .EmailPage .formbox {
            margin-bottom: 10px;
        }
        .EmailPage .formbox .sendbtn {
            font-size: 20px;
            height: 50px;
        }
        .EmailPage .formbox .box select {
            height: 48px;
        }
        .EmailPage .formbox .box input {
            height: 48px;
        }
        .EmailPage .formbox .box {
            height: 48px;
        }
        .EmailPage .formbox .box .ico {
            line-height: 48px;
        }
        .EmailPage .MsgList .thead {
            font-size: 17px;
            line-height: 50px;
        }
        .EmailPage .MsgForm dt {
            line-height: 34px;
            font-size: 18px;
        }
        .EmailPage .MsgForm .btn button {
            width: 180px;
            height: 50px;
            font-size: 18px;
        }
        .EmailPage .MsgForm .box .input {
            height: 48px;
            line-height: 48px;
        }
        .EmailPage .MsgForm .select {
            height: 50px;
        }
        .EmailPage .MsgForm .textarea textarea {
            height: 150px;
        }
    }
    
    @media ( max-width:1366px) {}
    
    @media ( max-width:1024px) {
        .EmailPage .formbox ul {
            margin-right: 120px;
        }
        .EmailPage .formbox .sendbtn {
            width: 120px;
        }
        .EmailPage .formbox .box {
            padding-left: 55px;
        }
        .EmailPage .formbox .box .ico {
            width: 45px;
        }
    }
    
    @media ( max-width:768px) {
        .EmailPage .formbox {
            text-align: center;
            padding-bottom: 15px;
        }
        .EmailPage .formbox li {
            width: auto;
            float: none;
            padding: 0 2% 15px 0;
        }
        .EmailPage .formbox ul {
            margin-right: 0;
        }
        .EmailPage .formbox .sendbtn {
            position: static;
            margin: 0px auto;
            font-size: 16px;
            height: 40px;
        }
        .EmailPage .formbox .sendbtn .iconfont {
            font-size: 20px;
        }
        .EmailPage .formbox .box {
            height: 38px;
        }
        .EmailPage .formbox .box select {
            height: 38px;
        }
        .EmailPage .formbox .box input {
            height: 38px;
        }
        .EmailPage .formbox .box .ico {
            line-height: 38px;
        }
        .EmailPage .MsgList .thead {
            font-size: 14px;
            font-weight: normal;
        }
        .EmailPage .MsgList .item {
            font-size: 12px;
            line-height: 20px;
            padding: 10px 0;
        }
        .EmailPage .Msginfo {
            max-width: none;
        }
        .EmailPage .Msginfo dl {
            padding-left: 100px;
            margin-bottom: 10px;
        }
        .EmailPage .Msgtxt {
            line-height: 24px;
            margin-bottom: 10px;
        }
        .EmailPage .MsgForm dl {
            width: auto !important;
            float: none !important;
        }
        .EmailPage .MsgForm dt {
            font-size: 15px;
            padding-top: 10px;
        }
        .EmailPage .MsgForm .box .input {
            height: 38px;
            line-height: 38px;
        }
        .EmailPage .MsgForm .select {
            height: 40px;
        }
        .EmailPage .btnbox {
            padding-top: 20px;
        }
        .EmailPage .btnbox button {
            width: 110px;
            height: 40px;
            font-size: 16px;
        }
    }
    /* 21-12-22 */
    
    .yywhCon .HuizCon {
        width: 75.54%;
        padding: 5%;
        max-width: 1112px;
        margin: 5% auto;
        background: #f7fbfe;
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .HuizCon .Huiz_l {
        float: left;
        width: 108px;
        height: 143px;
        background: url(../images/hz.png) center no-repeat;
    }
    
    .HuizCon .hz_line {
        float: left;
        width: 50px;
        height: 4px;
        background: url(../images/hz_line.png) center no-repeat;
    }
    
    .HuizCon .Huiz_r {
        float: right;
        width: 70%;
    }
    
    .HuizCon .Huiz_r ul {
        padding-left: 3%;
        background: url(../images/hz_line2.png) left center no-repeat;
    }
    
    .HuizCon .Huiz_r ul li {
        overflow: hidden;
        padding: 5%;
        line-height: 55px;
    }
    
    .HuizCon .Huiz_r ul li .hz_line {
        width: 30px;
        margin: 0 20px;
        position: relative;
        top: 26px;
    }
    
    .HuizCon .Huiz_r ul li .ico {
        float: left;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    }
    
    .HuizCon .Huiz_r ul li:nth-child(1) .ico {
        background: #ffffff url(../images/hz1.png) center no-repeat;
    }
    
    .HuizCon .Huiz_r ul li:nth-child(2) .ico {
        background: #ffffff url(../images/hz2.png) center no-repeat;
    }
    
    .HuizCon .Huiz_r ul li .img {
        width: 120px;
        height: 55px;
        border-radius: 27.5px;
        float: left;
    }
    
    .HuizCon .Huiz_r ul li:nth-child(1) .img {
        background: url(../images/hz3.png) center no-repeat;
    }
    
    .HuizCon .Huiz_r ul li:nth-child(2) .img {
        background: url(../images/hz4.png) center no-repeat;
    }
    
    .HuizCon .Huiz_r ul li .txt {
        float: left;
        margin-left: 3%;
    }
    
    @media ( max-width:480px) {
        .yywhCon .HuizCon {
            width: 90%;
        }
        .HuizCon .Huiz_r ul li .txt {
            line-height: 24px;
        }
        .HuizCon .Huiz_l {
            float: left;
            width: 86px;
            height: 112px;
            background: url(../images/hz.png) center no-repeat;
            background-size: 100%;
        }
    }
    .SinglePage table{
	            margin: 0 auto;
		        }
