@-webkit-keyframes circleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }
}

@keyframes circleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }
}

@-webkit-keyframes popFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes popFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
select,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left;
    font-weight: 400
}

abbr,
body,
fieldset,
html,
iframe,
img {
    border: 0
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

[hidefocus],
summary {
    outline: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%
}

sub,
sup {
    font-size: 40%
}

code,
kbd,
pre,
samp {
    font-family: inherit
}

q:after,
q:before {
    content: none
}

p {
    margin: 0 0 9px
}

textarea {
    overflow: auto;
    resize: none
}

label,
summary {
    cursor: default
}

a,
button {
    cursor: pointer
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700
}

a,
a:hover,
del,
ins,
s,
u {
    text-decoration: none
}

body,
button,
input,
keygen,
legend,
select,
textarea {
    font: 14px/1.8 "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif;
    outline: 0
}

body {
    background: #fff;
    color: #555;
    min-width: 1280px
}

body.somebody-open {
    overflow-y: scroll
}

body.somebody-open .total-content {
    height: 100%;
    position: fixed;
    left: 0;
    right: 0
}

a {
    color: #444;
    outline: 0;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s
}

a:hover {
    color: #369670
}

select {
    padding-right: 19px !important;
    background: url(../images/select-saojiao.png) no-repeat scroll right center transparent;
    -webkit-appearance: none;
    -moz-appearance: none
}

select::-ms-expand {
    display: none
}

.layout {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.container {
    min-height: 500px
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.green {
    color: #158064
}

.green:hover {
    color: #096
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.clearfix:after,
.clearfix:before {
    display: block;
    content: "";
    line-height: 0;
    font-size: 0;
    clear: both
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block;
    zoom: 1
}

.hidden {
    display: none
}

.news-bg-f2 {
    background-color: #f2f2f2;
    padding: 30px 0 30px
}

@font-face {
    font-family: iconfont;
    src: url(font/iconfont.eot);
    src: url(font/iconfont.eot?#iefix) format("embedded-opentype"), url(font/iconfont.woff) format("woff"), url(font/iconfont.ttf) format("truetype"), url(font/iconfont.svg#iconfont) format("svg")
}

.iconfont {
    display: inline-block;
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input::-webkit-input-placeholder {
    line-height: normal
}

input[type=number],
input[type=password],
input[type=search],
input[type=text],
textarea {
    border: none;
    background-color: transparent;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
    vertical-align: middle
}

input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus {
    outline: 0
}

select {
    border: none;
    vertical-align: middle;
    cursor: pointer
}

input[readonly] {
    color: #999
}

input[disabled] {
    background: #f3f3f3
}

.disabled {
    background: #e4e4e4 !important;
    cursor: not-allowed !important
}

.pager {
    overflow: hidden;
    text-align: center;
    padding: 30px 0
}

.pager a,
.pager button {
    background: #fff;
    color: #555
}

.pager a,
.pager button,
.pager input,
.pager span {
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 3px;
    margin-left: 5px;
    border: 1px solid #ddd
}

.pager a:hover {
    background: #333;
    color: #fff
}

.pager a.cur {
    background: #369670;
    color: #fff !important
}

.pager a.disabled,
.pager a.disabled:hover {
    background: #f8f8f8;
    color: #cdcdcd;
    cursor: default
}

.pager span {
    background: #f8f8f8
}

.pager input {
    width: 50px;
    padding: 0 0 0 8px;
    background-color: #fff
}

.pager button {
    -webkit-transition: .3s;
    transition: .3s
}

.pager button:hover {
    background-color: #369670;
    color: #fff
}

.alert {
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px
}

.alert,
.alert h4 {
    color: #c09853
}

.alert h4 {
    margin: 0
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success h4 {
    color: #468847
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info h4 {
    color: #3a87ad
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0
}

.alert-block p+p {
    margin-top: 5px
}

.footer {
    min-width: 1280px;
    padding-top: 35px;
    background-color: #383433
}

.footer .foot-top>div+div {
    border-left: 1px solid #4d4948
}

.footer .foot-top {
    height: 124px
}

.footer .foot-top .footer-link-site {
    width: 220px
}

.footer .foot-top .footer-link-site a {
    float: left;
    color: #fff;
    font-size: 16px;
    width: 65px;
    margin: 0 17px 10px
}

.footer .foot-top .footer-link-site a:hover {
    opacity: .75
}

.footer .foot-top .footer-link-site a i {
    display: block;
    text-align: center;
    color: #b3b2b2;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto 2px
}

.footer .foot-top .footer-center {
    width: 685px;
    height: 110px;
    padding-left: 40px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.footer .foot-top .footer-center .footer-center-item:first-child {
    margin-right: 45px
}

.footer .foot-top .footer-center p {
    line-height: 1;
    color: #bfb8b8;
    margin-bottom: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.footer .foot-top .footer-center p i {
    font-size: 20px;
    position: relative;
    top: 2px
}

.footer .foot-top .footer-center p b {
    font-size: 16px;
    color: #d3d2d2
}

.footer .foot-top .footer-right {
    width: 294px;
    height: 110px;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.footer .foot-top .footer-right a {
    float: left;
    width: 80px;
    text-align: center;
    color: #bfb8b8
}

.footer .foot-top .footer-right a img {
    width: 80px;
    height: 80px
}

.footer .foot-top .footer-right a+a {
    margin-left: 33px
}

.footer>.footer-center {
    padding: 23px 0 13px;
    height: 36px;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid #5c5857
}

.footer>.footer-center a {
    display: inline-block;
    height: 36px
}

.footer>.footer-center a img {
    width: 36px;
    position: relative;
    top: -5px
}

.footer>.footer-center a:first-child {
    padding-right: 28px;
    margin-right: 28px;
    border-right: 1px solid #4b4949
}

.footer>.footer-center a:first-child img {
    width: 32px
}

.footer .footer-botom {
    min-width: 1200px;
    height: 45px;
    background-color: #383434;
    line-height: 45px;
    color: #9b9999
}

.footer .footer-botom p {
    margin-bottom: 0
}

.footer .footer-botom .aboutus {
    margin-left: 18px;
    color: #bfb8b8
}

.footer .footer-botom .aboutus a {
    color: #bfb8b8;
    margin-right: 10px
}

.footer .footer-botom .aboutus a:hover {
    color: #e6e6e6
}

.footer .footer-botom .aboutus a+a {
    padding-left: 10px
}

.footer .footer-botom .author a {
    color: #bfb8b8;
    line-height: 45px
}

.footer .footer-botom .author a:hover {
    color: #e6e6e6
}

.topbar {
    background-color: #26694f;
    font-size: 12px;
    border-top: 10px solid #153d2d;
    height: 44px;
    line-height: 44px;
    color: #8aaea0;
    z-index: 3;
    position: relative;
    min-width: 1280px
}

.topbar a {
    color: #fff
}

.topbar .responsive-layout {
    width: 100%
}

@media only screen and (max-width:1279px) {
    .topbar .responsive-layout {
        width: 1280px
    }
}

.topbar .topbar-left .topbar-cate {
    position: relative;
    width: 94px;
    border-right: 1px solid #24624a
}

.topbar .topbar-left .topbar-cate a {
    padding-left: 14px;
    display: block
}

.topbar .topbar-left .topbar-cate a.active-cate {
    position: relative
}

.topbar .topbar-left .topbar-cate a.active-cate i {
    position: absolute;
    right: 13px;
    height: 44px
}

.topbar .topbar-left .topbar-cate .top-drop {
    position: absolute;
    display: none;
    width: 90%;
    background-color: #26694f;
    -webkit-box-shadow: 0 5px 5px rgba(148, 148, 148, .5);
    box-shadow: 0 5px 5px rgba(148, 148, 148, .5);
    padding: 10px 0
}

.topbar .topbar-left .topbar-cate .top-drop a {
    height: 30px;
    line-height: 30px
}

.topbar .topbar-left .topbar-cate .top-drop a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.topbar .topbar-left .topbar-cate .top-drop a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #065a3a;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.topbar .topbar-left .topbar-cate .top-drop a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.topbar .topbar-left .topbar-cate:hover .top-drop {
    -webkit-animation: popFadeIn .5S;
    animation: popFadeIn .5S;
    display: block
}

.topbar .topbar-left .topbar-login {
    margin-left: 15px
}

.topbar .topbar-left .topbar-login u {
    margin-right: 5px
}

.topbar .topbar-left .topbar-login .login-bar {
    position: relative
}

.topbar .topbar-left .topbar-login .login-bar:after {
    width: 1px;
    height: 13px;
    background-color: #477c67;
    content: '';
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 2px
}

.topbar .topbar-left .topbar-login a:hover {
    color: #c7ebdd
}

.topbar .topbar-right {
    height: 44px
}

.topbar .topbar-right .child-station a {
    float: left;
    width: 120px;
    text-align: center;
    border-right: 1px solid #24624a;
    font-size: 15px
}

.topbar .topbar-right .child-station a .iconfont {
    margin-right: 8px;
    font-size: inherit
}

.topbar .topbar-right .child-station a.active-station {
    background-color: #fff;
    color: #296b50;
    padding-top: 4px;
    top: -4px;
    border-width: 2px
}

.topbar .topbar-right .child-station a.active-station .iconfont {
    color: #92b4a7
}

.topbar .topbar-right .child-station a.active-station {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.topbar .topbar-right .child-station a.active-station:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dddede;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.topbar .topbar-right .child-station a.active-station:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.topbar .topbar-right .child-station a:after {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    right: 2px;
    width: 6px;
    height: 6px;
    background: url(../images/active-station.png)
}

.topbar .topbar-right .child-station a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.topbar .topbar-right .child-station a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #065a3a;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.topbar .topbar-right .child-station a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.topbar .topbar-right .home-version {
    width: 44px;
    background-color: #f58915;
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px
}

.topbar .topbar-right .home-version:after {
    content: '';
    height: 10px;
    width: 100%;
    background-color: #542e09;
    position: absolute;
    top: -10px;
    right: 0
}

.topbar .topbar-right .home-version {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.topbar .topbar-right .home-version:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #df9e58;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.topbar .topbar-right .home-version:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.total-menu {
    display: none;
    width: 100%;
    background-color: #316451;
    letter-spacing: .2em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    height: auto
}

.total-menu .total-menu-inner {
    position: relative;
    overflow: hidden;
    padding: 52px 0
}

.total-menu .total-menu-inner .menu-vertical {
    float: left;
    width: 290px;
    height: 2094px;
    border-left: 1px solid #457663;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.total-menu .total-menu-inner .menu-vertical:first-child {
    border: 0
}

.total-menu .total-menu-inner .menu-vertical>div {
    margin-top: 69px;
    margin-left: 40px
}

.total-menu .total-menu-inner .menu-vertical>div:first-child {
    margin-top: 0
}

.total-menu .total-menu-inner .menu-vertical>div .menu-title a {
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #607f63;
    padding: 0 15px
}

.total-menu .total-menu-inner .menu-vertical>div .menu-title a strong {
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 24px
}

.total-menu .total-menu-inner .menu-vertical>div .menu-title a:hover {
    background-color: #feb566
}

.total-menu .total-menu-inner .menu-vertical>div .menu-title a:hover strong {
    color: #316451
}

.total-menu .total-menu-inner .menu-vertical>div .menu-title a.active {
    background-color: #feb566
}

.total-menu .total-menu-inner .menu-vertical>div .menu-title a.active strong {
    color: #316451
}

.total-menu .total-menu-inner .menu-vertical>div>ul {
    margin-top: 14px
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li {
    margin-top: 12px
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li:first-child {
    margin-top: 0
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li>a {
    display: inline-block
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li>a:hover span {
    color: #f0c38d
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li>a.active span {
    color: #f0c38d;
    text-decoration: underline
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li>a span {
    color: #fff;
    font-size: 16px
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li>a:before {
    content: '';
    display: inline-block;
    margin-right: 3px;
    width: 12px;
    height: 2px;
    color: #fff;
    background-color: #457663;
    position: relative;
    top: -5px
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li ul li {
    margin-top: 2px;
    padding-left: 22px
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li ul li:first-child {
    margin-top: 0
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li ul li a {
    color: #bfcac5
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li ul li a:hover {
    color: #e3efe9;
    text-decoration: underline
}

.total-menu .total-menu-inner .menu-vertical>div>ul>li ul li a.active {
    text-decoration: underline
}

.total-menu .total-menu-inner .close-menu-bar {
    position: absolute;
    top: 54px;
    right: 0
}

.total-menu .total-menu-inner .close-menu-bar a {
    position: relative;
    display: block;
    width: 26px;
    height: 26px
}

.total-menu .total-menu-inner .close-menu-bar a:after,
.total-menu .total-menu-inner .close-menu-bar a:before {
    content: '';
    position: absolute;
    top: 13px;
    display: block;
    width: 31px;
    height: 2px;
    background-color: #fff;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.total-menu .total-menu-inner .close-menu-bar a:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.total-menu .total-menu-inner .close-menu-bar a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.news-source span {
    margin-right: 20px;
    color: #999
}

.news-source span i {
    margin-right: 5px;
    color: #ccc
}

.news-share a {
    margin: 0 3px;
    display: inline-block
}

.news-share a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #999;
    text-align: center
}

.news-share a:hover i {
    background-color: #369670 !important;
    color: #fff
}

.aside {
    display: block;
    position: fixed;
    top: 50%;
    right: 100px;
    width: 60px;
    height: 512px;
    margin-top: -256px;
    z-index: 3
}

.aside a {
    position: relative;
    padding: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    border-radius: 4px;
    font-size: 12px;
    border: none;
    color: #6b6b6b;
    z-index: 10;
    display: block;
    margin-bottom: 4px;
    display: block;
    text-align: center
}

.aside a:hover {
    color: #fff;
    background-color: #369670
}

.aside a:hover .img-wp {
    -webkit-animation: popFadeIn .5S;
    animation: popFadeIn .5S;
    display: block
}

.aside a .iconfont {
    font-size: 20px;
    color: inherit;
    display: block
}

.aside a span {
    line-height: 14px;
    height: 14px;
    padding: 0 5px;
    overflow: hidden;
    display: block
}

.aside .aside-follow .img-wp {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: -90px;
    border-radius: 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 5px 20px rgba(174, 174, 174, .5);
    box-shadow: 0 5px 20px rgba(174, 174, 174, .5)
}

.aside .aside-follow .img-wp img {
    width: 76px;
    height: 76px;
    display: block
}

.aside .aside-follow .img-wp:after {
    content: "";
    border: 8px solid transparent;
    border-left-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -16px
}

@media screen and (max-width:1510px) {
    .aside {
        display: none
    }
}

@media screen and (max-width:1750px) {
    .fixed-act-right {
        display: none
    }
}

.login-dialog {
    display: none;
    background: url(../images/black70.png);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

.login-wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -430px;
    width: 860px;
    margin-top: -250px;
    height: 455px;
    -webkit-box-shadow: 0 8px 5.52px 2.48px rgba(0, 0, 0, .34);
    box-shadow: 0 8px 5.52px 2.48px rgba(0, 0, 0, .34);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.login-wrap.guestbook {
    height: 568px;
    margin-top: -305px
}

.pop-fadein {
    -webkit-animation: popFadeIn .5S;
    animation: popFadeIn .5S
}

.login-left-info,
.login-right-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

.login-left-info {
    width: 340px;
    padding: 75px 36px;
    background-color: #b4e4d1;
    background: url(../images/loginbg.jpg) no-repeat center;
    background-size: cover
}

.login-right-wrap {
    background-color: #fff;
    padding: 0 65px;
    width: 520px
}

.login-left-info .item {
    margin-bottom: 40px;
    position: relative;
    padding-left: 90px;
    height: 70px;
    padding-top: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.login-left-info .item .iconfont {
    width: 70px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 32px;
    color: #369670;
    left: 0;
    top: 0
}

.login-left-info .item span {
    color: #fff;
    line-height: 20px;
    display: inline-block
}

.login-right-wrap h5 {
    font-size: 20px;
    color: #369670;
    font-weight: 400;
    text-align: center;
    line-height: 90px
}

.pop-tit {
    line-height: 39px;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px
}

.pop-tit a {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px
}

.pop-tit a.cur {
    border-color: #369670
}

.login-dialog .close {
    position: absolute;
    top: 5px;
    right: 10px
}

.login-form p {
    padding: 5px 0;
    overflow: hidden
}

.login-form p .login-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 0
}

.login-form form .btn {
    width: 100%;
    line-height: 48px;
    font-size: 16px;
    display: block;
    border-radius: 3px;
    margin-top: 10px;
    height: 48px
}

.login-form a {
    color: #369670
}

.login-form a:hover {
    color: #44bc8c
}

.login-form .text-center {
    word-spacing: 1em;
    color: #999
}

.login-form .login-qr {
    display: block;
    margin: auto;
    width: 200px;
    height: 200px;
    background: url(../images/loading-gray.gif) center no-repeat
}

.no-login {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    position: relative;
    margin-top: 15px
}

.no-login:before {
    content: "OR";
    display: block;
    width: 100px;
    background-color: #fff;
    color: #666;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -10px;
    left: 155px;
    text-align: center
}

.no-login .btn {
    width: 86px;
    background: #666;
    line-height: 34px;
    margin-left: 10px
}

.no-login .btn:hover {
    background: #888
}

.no-login input {
    width: 308px;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    padding: 8px 0
}

.nodata {
    color: #ccc;
    text-align: center;
    padding: 20px 0 30px
}

.nodata .img {
    width: 150px;
    height: 120px;
    background: url(../images/img_nodata.png) no-repeat center;
    background-size: 100%;
    display: inline-block
}

.nodata i {
    font-size: 100px;
    line-height: 1
}

.nodata span {
    display: block;
    font-size: 16px
}

.path {
    color: #999;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
    text-align: left;
    background-color: #f2f2f2
}

.path i {
    font-size: 12px;
    vertical-align: middle;
    padding: 0 5px
}

.path a {
    color: #555
}

.path a:hover {
    color: #369670
}

.path a i {
    font-size: 24px;
    padding: 0;
    position: relative;
    top: -2px
}

.container .keylink {
    color: #369670;
    border-bottom: 1px dotted #369670
}

.container .keylink:hover {
    border-bottom-style: solid
}

body:after {
    content: url(../images/close.png) url(../images/loading-gray.gif) url(../images/prev.png) url(../images/next.png);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading-gray.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

.form-horizontal {
    padding-top: 15px
}

.form-horizontal legend {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 15px;
    text-indent: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 700
}

.form-horizontal legend a {
    font-size: 12px;
    margin-left: 10px;
    font-weight: 400
}

.form-horizontal .control-group {
    margin-bottom: 9px;
    position: relative
}

.form-horizontal .control-group:after,
.form-horizontal .control-group:before {
    display: table;
    content: ""
}

.form-horizontal .control-group:after {
    clear: both
}

.form-horizontal .control-label {
    text-align: left;
    display: block
}

.form-horizontal .controls {
    position: relative
}

.form-horizontal .controls p {
    padding-top: 4px
}

.form-horizontal .controls #code_img {
    width: 114px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0
}

.form-horizontal .controls .getcode {
    width: 118px;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 8px solid #f2f2f2
}

.form-horizontal .controls .radio {
    line-height: 44px
}

.form-horizontal .controls .submit {
    background: #369670;
    font-size: 16px;
    margin-top: 15px;
    height: 44px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-horizontal .controls .submit:hover {
    background-color: #225e46
}

.form-horizontal .help-block {
    margin-top: 9px;
    margin-bottom: 0
}

.form-horizontal .help-block .icon-exclamation-sign {
    font-size: 14px;
    color: #1c64e3
}

.form-horizontal .form-actions {
    padding-left: 130px
}

.form-horizontal .form-actions .btn {
    width: 120px;
    line-height: 45px
}

.control-group label.required:before {
    content: "*";
    font-weight: 400;
    color: red;
    margin-right: 8px
}

.control-group label.error,
.control-group label.valid {
    padding-left: 8px;
    zoom: 1
}

.control-group .error {
    color: #bd4247
}

.control-group .form-text {
    display: inline-block;
    zoom: 1;
    padding-top: 4px
}

.control-group input.error {
    border-color: #bd4247
}

.control-group input.error:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(189, 66, 71, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(189, 66, 71, .6)
}

.control-group .valid {
    color: #669533
}

.control-group input.valid {
    border-color: #669533
}

.control-group input.valid:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 149, 51, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 149, 51, .6)
}

.control-group .inline,
.control-group .inline input {
    line-height: 28px;
    vertical-align: middle;
    padding-right: 10px
}

.control-group textarea {
    vertical-align: middle;
    min-height: 120px
}

.help-block,
.help-inline {
    color: #666;
    padding-left: 8px
}

.help-inline {
    display: inline
}

.help-block {
    display: block
}

.pic-preview a {
    position: relative;
    display: inline-block;
    background: url(../images/uploadify-cancel.png) 0 0 no-repeat #fff;
    width: 16px;
    height: 16px;
    margin-top: 12px;
    margin-left: -22px;
    text-indent: -9999px;
    vertical-align: top
}

.laydate-form {
    padding: 15px;
    background-color: #f4f4f4;
    margin: 10px 0
}

.ranking .laydate-form input {
    padding: 8px 10px;
    width: 200px;
    margin-right: 10px;
    vertical-align: middle
}

.ranking .laydate-form button {
    width: 120px;
    line-height: 36px;
    vertical-align: middle
}

#formwrap {
    min-height: 200px;
    transition: height .8s;
    -webkit-transition: height .8s;
    padding-bottom: 30px
}

#Validform_msg {
    display: none
}

#formwrap .loading {
    display: block;
    line-height: 200px;
    text-align: center
}

#formwrap form {
    margin: 0 auto
}

#survey-form dl dd,
#survey-form dl dt {
    float: left
}

#survey-form dl dt {
    width: 20%;
    font-size: 16px
}

#survey-form dl dd {
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px
}

#survey-form-apply dl .Validform_checktip,
.survey #survey-form-apply dl input {
    float: left
}

#survey-form dl .Validform_checktip {
    line-height: 20px;
    padding: 8px 0
}

#survey-form dl #cities select {
    margin-right: 10px
}

.survey #survey-form dd li {
    display: inline-block;
    margin-right: 10px
}

.survey #survey-form dd input[type=radio] {
    float: none
}

.survey #survey-form dd img.codeimg {
    left: 350px;
    top: 5px
}

.survey h1,
.survey h5 {
    text-align: center;
    font-size: 24px;
    line-height: 80px
}

.survey h1 a,
.survey h5 a {
    color: #369670
}

.survey .left-title {
    font-size: 24px;
    line-height: 60px;
    margin: 10px auto;
    border-bottom: 1px solid #eae7e7
}

.survey .left-title span.left-title-num {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5cea4;
    color: #ff8400;
    border-radius: 3px;
    margin-right: 8px
}

.survey .left-title-mark {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    line-height: 28px
}

.survey .survey-info {
    font-size: 14px;
    color: #434343;
    padding: 10px 32px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px dashed #f2f2f2;
    background: url(../../images/zh_cn/fixed-pic/appli.png) 15px center no-repeat
}

.survey dl {
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #eae7e7
}

.survey dl:after {
    display: block;
    content: "";
    clear: both
}

.survey dl dt {
    color: #434343;
    padding-bottom: 10px;
    position: relative
}

.survey dl dd {
    position: relative;
    color: #6a6a6a
}

.survey input[type=text],
.survey select,
.survey textarea {
    padding: 8px;
    line-height: 1.2;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.survey input[type=number]:focus,
.survey input[type=password]:focus,
.survey input[type=search]:focus,
.survey input[type=text]:focus {
    border-color: #369670
}

.survey input::-moz-placeholder {
    font-size: 14px
}

.survey input:-moz-placeholder {
    font-size: 14px
}

.survey input::-webkit-input-placeholder {
    font-size: 14px
}

.survey input:-ms-input-placeholder {
    font-size: 14px
}

.survey select {
    min-width: 45%;
    cursor: pointer
}

.survey select.w150 {
    min-width: 150px;
    margin-right: 15px
}

.survey dd .mt15 {
    margin-top: 15px
}

.survey dd .job_datail {
    width: 80%;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4
}

.survey dd .job_datail td,
.survey dd .job_datail th {
    padding: 0;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    height: 35px
}

.survey dd .job_datail th {
    height: 40px
}

.survey dd .job_datail input {
    text-align: center;
    border: 0;
    min-width: 100%;
    height: 35px
}

.survey dd input[type=text] {
    width: 45%;
    background-color: #fff
}

.survey dd input[type=text].add_input {
    margin-top: 15px
}

.survey dd .button {
    padding: 11px;
    line-height: 1.2;
    margin-left: -5px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #369670;
    border: none;
    color: #fff;
    font-size: 13px
}

.survey dd .button:hover {
    background-color: #225e46
}

.survey dd textarea {
    width: 80%;
    height: 120px !important;
    border-color: #ececec
}

.survey dd ul:after {
    display: block;
    content: "";
    clear: both
}

.survey dd li input[type=radio] {
    height: 14px;
    width: 14px;
    cursor: pointer
}

.survey dd input.datatime {
    cursor: pointer;
    display: block
}

.survey dd label {
    height: 26px
}

.survey dd .Validform_checktip {
    margin-left: 0;
    min-height: 0;
    font-size: 14px
}

.survey dd img.codeimg {
    position: absolute;
    height: 34px;
    left: 340px;
    top: 2px;
    cursor: pointer
}

.survey dd img {
    vertical-align: middle;
    max-width: 80px;
    max-height: 80px
}

.survey dd .img-wrap {
    overflow: hidden
}

.survey .mt25 {
    margin-top: 25px
}

.survey .mt25 .btn {
    width: 360px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer
}

.survey .mt25 .btn:hover {
    background-color: #225e46
}

.img-preview {
    overflow: hidden;
    margin-top: 10px
}

.img-preview li {
    float: left;
    padding: 10px;
    background: #f4f4f4;
    margin-right: 10px
}

.img-preview li img {
    width: 80px;
    height: 80px
}

.img-preview li span {
    display: block;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.required dt:before {
    margin-right: 5px;
    content: '*';
    color: #ec5645;
    position: relative;
    top: 3px;
    font-weight: 400
}

.datatime {
    background-image: url(../images/datebg.png);
    background-size: 7%;
    background-position: center right;
    background-repeat: no-repeat
}

.Validform_checktip {
    display: block;
    line-height: 30px;
    min-height: 30px;
    margin-left: 15px;
    color: #e98b50
}

.Validform_checktip:before {
    font-family: iconfont;
    color: #007fd1;
    font-size: 18px;
    margin-right: 5px
}

.Validform_wrong {
    color: #ec5645;
    font-size: 14px
}

.Validform_wrong:before {
    color: #ec5645
}

.Validform_right {
    color: #71b83d;
    font-size: 14px
}

.Validform_right:before {
    color: #71b83d
}

.ajax .message {
    background: 0 0
}

.message {
    height: 100%;
    background-color: #efeff4
}

.message .msg {
    display: block;
    text-align: center;
    padding: 15px 0
}

.message .msg i {
    font-size: 80px
}

.message .msg strong {
    display: block;
    font-size: 16px
}

.message .msg .success {
    color: #369670
}

.message .msg .error {
    color: #e33
}

.message .msg .info {
    color: #56abe4
}

.message .msg .skip {
    color: #999
}

.message .msg .login {
    color: #369670
}

.message .msg .btn {
    border-radius: 4px;
    width: 200px;
    margin: 20px auto;
    line-height: 40px;
    height: 40px
}

.access-tip {
    text-align: center;
    padding: 0 0 20px;
    color: #999;
    font-size: 17px
}

.access-form {
    width: 420px;
    min-height: 410px;
    background-color: #effaf6;
    margin: 15px auto;
    text-align: center;
    border-radius: 10px;
    padding: 140px 35px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #effaf6 url(../images/passw-bg.png) center 40px no-repeat
}

.access-form h3 {
    font-size: 20px;
    margin: 30px auto;
    color: #0c905a;
    font-weight: 400
}

.access-form span {
    color: #bdb9b9
}

.access-form input {
    width: 100%;
    height: 52px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    border: none;
    background-color: #fff;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px
}

.access-form button {
    width: 100%;
    height: 52px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    background-color: #f70;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden
}

.access-form button {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.access-form button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c16e14;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.access-form button:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.apply-wrap {
    border-top: 2px solid #e4e4e4
}

.apply-wrap .apply-btn {
    margin: 30px auto;
    width: 230px;
    height: 53px;
    display: block;
    border: 1px solid #369670;
    background-color: #369670;
    color: #fff;
    line-height: 53px;
    text-align: center;
    font-size: 16px
}

.apply-wrap .apply-btn {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.apply-wrap .apply-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #065a3a;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.apply-wrap .apply-btn:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.provinceCityAll {
    width: 427px;
    position: absolute;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1)
}

.provinceCityAll .tabs {
    height: 35px;
    border: 1px solid #d6d6d6;
    border-right: none;
    border-bottom: 2px solid #26694f
}

.provinceCityAll .tabs li {
    height: 35px;
    float: left;
    width: 142px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.provinceCity .tabs li a:visited,
.provinceCityAll .tabs li a {
    display: block;
    color: #777;
    line-height: 35px
}

.provinceCity .tabs li a.current:visited,
.provinceCityAll .tabs li a.current {
    background: #26694f;
    color: #fff
}

.provinceCityAll .con {
    border: 1px solid #d6d6d6;
    border-top: none;
    padding: 10px;
    min-height: 110px
}

.provinceCityAll .list ul:after {
    content: '';
    display: block;
    clear: both
}

.provinceCityAll .provinceAll .list li a,
.provinceCityAll .provinceAll .list li a:visited {
    color: #777
}

.provinceCityAll .list li {
    float: left;
    width: 20%;
    text-align: center;
    overflow: hidden
}

.provinceCityAll .list li a:hover {
    color: #26694f;
    background: #e4eae8
}

.provinceCityAll .list li a {
    display: block;
    line-height: 30px
}

.provinceCityAll .list li a.current,
.provinceCityAll .list li a.current:visited {
    color: #fff;
    background: #26694f
}

.provinceCityAll {
    z-index: 20
}

.provinceCityAll .cityAll .list li a input,
.provinceCityAll .cityAll .list li a input:visited {
    color: #777
}

.provinceCityAll .list li a input.current,
.provinceCityAll .list li a input.current:visited {
    color: #26694f
}

#dimCityQuery {
    position: absolute;
    border: 1px solid #d6d6d6;
    background: #fff;
    display: none
}

#dimCityQuery li a,
#dimCityQuery li a:visited {
    display: block;
    height: 26px;
    padding: 0 15px;
    line-height: 26px;
    color: #777;
    text-decoration: none
}

#dimCityQuery li.current a,
#dimCityQuery li.current a:visited {
    background: #26694f;
    color: #fff
}

#dimCityQuery li.none {
    height: 26px;
    padding: 0 15px;
    line-height: 26px;
    color: #777
}

.city_input {
    background-image: url(../images/address.png);
    background-size: 7%;
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer
}

.provinceCityAll .clear {
    clear: both;
    overflow: hidden;
    height: 1px
}

.provinceCityAll .clearfix {
    overflow: auto;
    height: 1%
}

.provinceCityAll img {
    border: 0;
    vertical-align: middle
}

.provinceCityAll a:hover {
    text-decoration: underline;
    color: #333
}

.provinceCityAll a,
.provinceCityAll a:hover {
    text-decoration: none
}

.provinceCityAll ul:after {
    content: '';
    display: block;
    clear: both
}

.provinceCityAll label {
    color: #6cbd45;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: .5em;
    margin: 0
}

.h3 {
    font-size: 13px;
    font-weight: 700
}

.provinceCityAll #meun {
    color: #fff;
    padding-left: 10px
}

.provinceCityAll #meun img {
    float: left
}

.provinceCityAll #submeun {
    margin-left: 70px;
    float: left
}

.provinceCityAll #submeun span {
    text-align: center;
    margin-right: 10px;
    float: left
}

.provinceCityAll #submeun span a {
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block
}

.provinceCityAll #submeun span.cur {
    text-align: center;
    background: #82ce18;
    margin-right: 10px;
    float: left
}

.provinceCityAll #top {
    background-color: #000;
    margin: 0 0 10px 0;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    height: 50px;
    line-height: 50px
}

.provinceCityAll label.subtitle {
    font-size: 13px;
    float: right;
    color: #6cbd45;
    margin: 0 10px;
    text-align: right
}

.provinceCityAll h1.title {
    height: 50px;
    font-size: 12px;
    background: url(logo.png) no-repeat
}

.provinceCityAll h1.title a:hover,
.provinceCityAll h1.title a:link,
.provinceCityAll h1.title a:visited {
    color: #000;
    text-decoration: none
}

.provinceCityAll .next,
.provinceCityAll .pre,
.provinceCityAll li {
    cursor: pointer
}

.provinceCityAll {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.link-orange {
    position: relative;
    z-index: 0;
    width: 125px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #ff8400;
    text-align: center;
    color: #ff8400;
    font-size: 14px
}

.link-orange:hover {
    color: #fff
}

.link-orange span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 36px;
    background-color: #ff8400;
    transition: all .3s;
    -webkit-transition: all .3s
}

.link-orange i {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    margin-left: 15%;
    font-size: 20px
}

.link-orange small {
    display: block;
    float: left;
    height: 36px;
    line-height: 36px
}

.link-orange:hover span {
    width: 125px
}

.link-base {
    position: relative;
    z-index: 0;
    width: 125px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #369670;
    text-align: center;
    color: #369670;
    font-size: 14px
}

.link-base:hover {
    color: #fff
}

.link-base span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 36px;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.link-base i {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    margin-left: 15%;
    font-size: 20px
}

.link-base small {
    display: block;
    float: left;
    height: 36px;
    line-height: 36px
}

.link-base:hover span {
    width: 125px
}

.link-base-i {
    position: relative;
    width: 125px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #369670;
    text-align: center;
    color: #369670;
    font-size: 14px
}

.link-base-i:hover {
    color: #fff
}

.link-base-i span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 36px;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.link-base-i i {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    margin-left: 15%;
    font-size: 20px;
    position: relative;
    z-index: 2
}

.link-base-i small {
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 2
}

.link-base-i:hover span {
    width: 125px
}

.link-base-i-dang {
    position: relative;
    width: 125px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #d24a4a;
    text-align: center;
    color: #d24a4a;
    font-size: 14px
}

.link-base-i-dang:hover {
    color: #fff
}

.link-base-i-dang span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 36px;
    background-color: #d24a4a;
    transition: all .3s;
    -webkit-transition: all .3s
}

.link-base-i-dang i {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    margin-left: 15%;
    font-size: 20px;
    position: relative;
    z-index: 2
}

.link-base-i-dang small {
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 2
}

.link-base-i-dang:hover span {
    width: 125px
}

.link-theme-i {
    position: relative;
    z-index: 5;
    width: 168px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    border: 2px solid #369670;
    text-align: center;
    color: #369670;
    font-size: 14px
}

.link-theme-i:hover {
    color: #fff
}

.link-theme-i span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 30px;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.link-theme-i i {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    margin-left: 20%;
    font-size: 30px
}

.link-theme-i small {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px
}

.link-theme-i:hover span {
    width: 168px
}

.link-theme-white {
    position: relative;
    z-index: 5;
    width: 168px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.link-theme-white:hover {
    color: #369670
}

.link-theme-white span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 30px;
    background-color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.link-theme-white i {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    margin-left: 20%;
    font-size: 30px
}

.link-theme-white small {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px
}

.link-theme-white:hover span {
    width: 168px
}

.link-theme-dang {
    position: relative;
    z-index: 5;
    width: 168px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    border: 2px solid #ec5645;
    text-align: center;
    color: #ec5645;
    font-size: 14px
}

.link-theme-dang:hover {
    color: #fff
}

.link-theme-dang span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 30px;
    background-color: #ec5645;
    transition: all .3s;
    -webkit-transition: all .3s
}

.link-theme-dang i {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    margin-left: 20%;
    font-size: 30px
}

.link-theme-dang small {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px
}

.link-theme-dang:hover span {
    width: 168px
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(font/slick.eot);
    src: url(font/slick.eot?#iefix) format("embedded-opentype"), url(font/slick.woff) format("woff"), url(font/slick.ttf) format("truetype"), url(font/slick.svg#slick) format("svg")
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    width: 40px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-color: #ccc;
    -webkit-transition: .38s;
    transition: .38s
}

.slick-dots li button {
    display: none
}

.slick-dots li.slick-active {
    background-color: #369670
}

.slick-dots li:hover {
    background-color: #666
}

.btn {
    display: block;
    width: 105px;
    height: 30px;
    border: none;
    text-align: center;
    background-color: #b1d06a;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.btn:hover {
    background-color: #80a133;
    color: #fff
}

.btn-i {
    display: block;
    width: 105px;
    height: 30px;
    border: none;
    background-color: #b1d06a;
    color: #fff;
    height: 30px;
    padding: 0 15px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.btn-i i {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 3px
}

.btn-i small {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px
}

.btn-i:hover {
    background-color: #80a133
}

.btn-check {
    position: relative;
    width: 125px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #369670;
    text-align: center;
    color: #369670;
    font-size: 14px;
    background-color: #fff
}

.btn-check:hover {
    color: #fff
}

.btn-check:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 36px;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.btn-check i {
    position: relative;
    z-index: 1;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    margin-left: 15%;
    font-size: 20px
}

.btn-check small {
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px
}

.btn-check:hover:before {
    width: 121px
}

.btn-search {
    display: block;
    width: 120px;
    height: 46px;
    line-height: 46px;
    border: none;
    font-size: 16px;
    text-align: center;
    background-color: #b1d06a;
    color: #fff;
    padding: 0 15px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.btn-search:hover {
    background-color: #80a133
}

.btn-search.clinic-search-btn {
    height: 34px;
    line-height: 34px
}

.title-base-noborder {
    margin-bottom: 16px
}

.title-base-noborder a.fl {
    position: relative;
    font-size: 20px;
    text-indent: .7em;
    color: #369670;
    font-weight: 700;
    line-height: 20px;
    height: 26px
}

.title-base-noborder a.fl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 18px;
    background-color: #369670
}

.title-base-noborder a.fr {
    font-weight: 400;
    line-height: 18px;
    height: 26px
}

.title-base-noborder a.fr i {
    float: left;
    margin-right: 5px;
    color: #ec5645;
    font-size: 22px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.title-base-noborder a.fr span {
    display: block;
    float: left
}

.title-base-noborder a.fr:hover {
    color: #225e46
}

.title-base-dang {
    margin-bottom: 16px
}

.title-base-dang a.fl {
    position: relative;
    font-size: 20px;
    text-indent: .7em;
    color: #ec5645;
    font-weight: 800;
    line-height: 20px;
    height: 26px
}

.title-base-dang a.fl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 16px;
    background-color: #ec5645
}

.title-base-dang a.fr {
    font-weight: 400;
    line-height: 18px;
    height: 26px
}

.title-base-dang a.fr i {
    float: left;
    margin-right: 5px;
    color: #ec5645;
    font-size: 22px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.title-base-dang a.fr span {
    display: block;
    float: left
}

.title-base-dang a.fr:hover {
    color: #ff4d3c
}

.title-base-news {
    margin-bottom: 16px
}

.title-base-news span.fl {
    position: relative;
    font-size: 20px;
    text-indent: .7em;
    color: #369670;
    font-weight: 800;
    line-height: 20px;
    height: 26px
}

.title-base-news span.fl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 16px;
    background-color: #369670
}

.title-base-news span.fl a {
    color: #666
}

.title-base-news span.fl a:hover {
    color: #369670
}

.title-base-news span.fl .cur {
    color: #369670
}

.title-base-news span.fl a+a {
    border-left: 2px solid #e4e4e4;
    padding-left: 6px
}

.title-base-news a.fr {
    font-weight: 400;
    line-height: 18px;
    height: 26px
}

.title-base-news a.fr i {
    float: left;
    margin-right: 5px;
    color: #ff8400;
    font-size: 22px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.title-base-news a.fr span {
    display: block;
    float: left
}

.title-base-news-market {
    margin-bottom: 16px
}

.title-base-news-market span.fl {
    position: relative;
    font-size: 17px;
    text-indent: .5em;
    color: #369670;
    font-weight: 800;
    line-height: 20px;
    height: 26px
}

.title-base-news-market span.fl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 16px;
    background-color: #369670
}

.title-base-news-market span.fl a {
    color: #666
}

.title-base-news-market span.fl a:hover {
    color: #369670
}

.title-base-news-market span.fl .cur {
    color: #369670
}

.title-base-news-market span.fl a+a {
    border-left: 2px solid #e4e4e4;
    padding-left: 6px
}

.title-base-news-market a.fr {
    font-weight: 400;
    line-height: 18px;
    height: 26px
}

.title-base-news-market a.fr i {
    float: left;
    margin-right: 5px;
    color: #ff8400;
    font-size: 22px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.title-base-news-market a.fr span {
    display: block;
    float: left
}

.title-base-i {
    margin-bottom: 16px
}

.title-base-i a.fl {
    position: relative;
    font-size: 20px;
    text-indent: .7em;
    color: #369670;
    font-weight: 800;
    line-height: 20px;
    height: 26px
}

.title-base-i a.fl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 16px;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.title-base-i a.fl:hover:before {
    background-color: #ff8400
}

.title-base-i a.fr {
    font-weight: 400;
    line-height: 18px;
    height: 26px
}

.title-base-i a.fr i {
    float: left;
    margin-right: 5px;
    color: #ff8400;
    font-size: 22px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.title-base-i a.fr span {
    display: block;
    float: left
}

.dang-tit {
    margin-bottom: 16px
}

.dang-tit a.fl {
    position: relative;
    font-size: 20px;
    text-indent: .7em;
    color: #d24a4a;
    font-weight: 800;
    line-height: 20px;
    height: 26px
}

.dang-tit a.fl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 16px;
    background-color: #d24a4a;
    transition: all .3s;
    -webkit-transition: all .3s
}

.dang-tit a.fl:hover:before {
    background-color: #ff8400
}

.dang-tit a.fr {
    font-weight: 400;
    line-height: 18px;
    height: 26px
}

.dang-tit a.fr i {
    float: left;
    margin-right: 5px;
    color: #ff8400;
    font-size: 22px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.dang-tit a.fr span {
    display: block;
    float: left
}

.dang-tit a.fr:hover {
    color: #d24a4a
}

.xing-tit {
    margin-bottom: 16px
}

.xing-tit a.fl {
    position: relative;
    font-size: 20px;
    text-indent: .7em;
    color: #d24a4a;
    font-weight: 800;
    line-height: 20px;
    height: 26px
}

.xing-tit a.fl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 16px;
    background-color: #d24a4a;
    transition: all .3s;
    -webkit-transition: all .3s
}

.xing-tit a.fl:hover:before {
    background-color: #ff8400
}

.xing-tit a.fr {
    font-weight: 400;
    line-height: 26px;
    height: 26px;
    font-weight: 700
}

.xing-tit a.fr i {
    float: left;
    color: #d24a4a;
    font-size: 18px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.xing-tit a.fr span {
    display: block;
    float: left;
    color: #d24a4a;
    font-size: 16px
}

.title-base-span {
    margin-bottom: 16px
}

.title-base-span a.fl {
    position: relative;
    font-size: 20px;
    text-indent: .7em;
    color: #369670;
    font-weight: 800;
    line-height: 20px;
    height: 26px
}

.title-base-span a.fl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 16px;
    background-color: #369670
}

.title-base-span span.fr {
    font-weight: 400;
    line-height: 18px;
    height: 26px
}

.title-base-span span.fr a {
    position: relative;
    display: inline-block;
    color: #444
}

.title-base-span span.fr a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ff8400;
    transition: all .3s;
    -webkit-transition: all .3s
}

.title-base-span span.fr a:hover {
    color: #ff8400
}

.title-base-span span.fr a+a {
    margin-left: 2px
}

.title-base-span span.fr .cur {
    color: #ff8400
}

.title-base-span span.fr .cur:after {
    width: 100%
}

@-webkit-keyframes gun {
    from {
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    to {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }
}

@keyframes gun {
    from {
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    to {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }
}

.title-base-index a.fl {
    position: relative;
    font-size: 20px;
    text-indent: .7em;
    color: #369670;
    font-weight: 700;
    line-height: 20px;
    height: 26px
}

.title-base-index a.fl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 18px;
    background-color: #369670
}

.title-base-index span.fr {
    font-weight: 400;
    line-height: 18px;
    height: 26px
}

.title-base-index span.fr a {
    position: relative;
    display: inline-block;
    color: #444;
    font-size: 15px;
    vertical-align: middle
}

.title-base-index span.fr a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ff8400;
    transition: all .3s;
    -webkit-transition: all .3s
}

.title-base-index span.fr a:hover {
    color: #ff8400
}

.title-base-index span.fr a b {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/hot.png);
    font-size: 0;
    top: -21px;
    right: -11px
}

.title-base-index span.fr a.first-bar {
    width: 90px;
    line-height: 26px;
    overflow: hidden
}

.title-base-index span.fr a.first-bar u {
    display: block;
    white-space: nowrap;
    -webkit-animation: gun 3s linear infinite;
    animation: gun 3s linear infinite
}

.title-base-index span.fr a.first-bar.cur:after {
    bottom: 0
}

.title-base-index span.fr a+a {
    margin-left: 2px
}

.title-base-index span.fr .cur {
    color: #ff8400
}

.title-base-index span.fr .cur:after {
    width: 100%
}

.title-orange {
    padding-top: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e4e4e4
}

.title-orange a.fl {
    position: relative;
    font-size: 18px;
    text-indent: 1.5em;
    color: #ff8400;
    font-weight: 400
}

.title-orange a.fl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 16px;
    background-color: #ff8400
}

.title-orange a.fr {
    font-weight: 400
}

.title-orange a.fr i {
    float: left;
    margin-right: 5px;
    color: #ff8400;
    line-height: 32px;
    font-size: 22px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.title-orange a.fr span {
    display: block;
    float: left;
    line-height: 32px
}

.title-orange a.fr:hover span {
    color: #ff8400
}

@-webkit-keyframes yao {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes yao {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.links {
    word-spacing: 1.5em;
    height: 60px;
    background-color: #e4e4e4;
    position: relative
}

.linklist .link-nav {
    text-align: left;
    display: none;
    position: absolute;
    z-index: 1;
    font-size: 0;
    left: 0;
    top: 60px;
    padding: 10px;
    background-color: #4a544e;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.linklist li {
    width: 49%;
    float: left;
    font-size: 15px;
    text-align: center
}

.linklist li+li {
    border-left: 1px solid #ccc
}

.linklist li>a {
    display: block;
    line-height: 60px;
    height: 60px
}

.linklist li>a:before {
    display: inline-block;
    width: 20px;
    height: 60px;
    content: "\e650";
    margin-right: 5px;
    position: relative;
    font-family: iconfont;
    top: -2px
}

.linklist .link-nav a {
    color: #ccc;
    width: 25%;
    padding: 3px 5px;
    font-size: 14px;
    display: block;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    padding-right: 10px;
    text-overflow: ellipsis
}

.linklist .link-nav a:before {
    content: '•';
    margin-right: 5px;
    color: #ccc;
    font-size: 12px
}

.linklist .link-nav a:hover {
    color: #fff;
    background-color: #3d4942
}

.menu-toggle-wrap {
    position: absolute;
    right: 5px;
    padding-top: 34px;
    height: 100%;
    width: 50px;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.menu-toggle-wrap:hover .menu-nav {
    display: block;
    -webkit-animation: popFadeIn .5S;
    animation: popFadeIn .5S
}

.menu-toggle-wrap .menu-toggle {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    border-radius: 5px
}

.menu-toggle-wrap .menu-toggle span {
    background: #f58915;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.menu-toggle-wrap .menu-toggle {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.menu-toggle-wrap .menu-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.menu-toggle-wrap .menu-toggle:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.menu-toggle-wrap .menu-toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 50px
}

.menu-toggle-wrap .menu-toggle .hamburger span {
    padding: 4px;
    border-radius: 50%;
    margin: 0 2px
}

.menu-toggle-wrap .menu-toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.menu-toggle-wrap .menu-toggle .hamburger span:nth-child(2) {
    -webkit-transition-delay: .625s;
    transition-delay: .625s
}

.menu-toggle-wrap .menu-toggle .hamburger span:nth-child(3) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

.menu-toggle-wrap .menu-toggle .cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-toggle-wrap .menu-toggle .cross span {
    height: 0%;
    width: 4px;
    position: absolute;
    display: block;
    top: 10%;
    left: 48px;
    border-radius: 2px
}

.menu-toggle-wrap .menu-toggle .cross span:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.menu-toggle-wrap .menu-toggle .cross span:nth-child(2) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.menu-toggle-wrap .menu-toggle.open .hamburger span {
    width: 0%
}

.menu-toggle-wrap .menu-toggle.open .hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.menu-toggle-wrap .menu-toggle.open .hamburger span:nth-child(2) {
    -webkit-transition-delay: .125s;
    transition-delay: .125s
}

.menu-toggle-wrap .menu-toggle.open .hamburger span:nth-child(3) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.menu-toggle-wrap .menu-toggle.open .cross span:nth-child(1) {
    height: 80%;
    -webkit-transition-delay: .625s;
    transition-delay: .625s
}

.menu-toggle-wrap .menu-toggle.open .cross span:nth-child(2) {
    width: 80%;
    -webkit-transition-delay: .375s;
    transition-delay: .375s
}

.menu-toggle-wrap .menu-nav {
    padding: 10px 0;
    -webkit-box-shadow: 0 5px 5px rgba(148, 148, 148, .5);
    box-shadow: 0 5px 5px rgba(148, 148, 148, .5);
    position: absolute;
    right: -8px;
    top: 108px;
    background: #26694f;
    width: 240px;
    display: none
}

.menu-toggle-wrap .menu-nav:before {
    content: "◆";
    font-family: simsun;
    font-size: 20px;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 30px;
    color: #26694f;
    z-index: -1;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}

.menu-toggle-wrap .menu-nav a {
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 16px;
    padding: 0 20px;
    color: #fff
}

.menu-toggle-wrap .menu-nav a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.menu-toggle-wrap .menu-nav a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #065a3a;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.menu-toggle-wrap .menu-nav a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.menu-toggle-wrap .menu-nav a:hover {
    color: #fff
}

.open-wrap .search-wrap {
    top: 145px
}

.search-wrap {
    position: absolute;
    background-color: #1b5040;
    background-color: rgba(27, 80, 64, .9);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
    width: 100%;
    height: 140px;
    padding-top: 50px;
    top: -255px;
    left: 0;
    z-index: 2;
    -webkit-transition: top .3s;
    transition: top .3s
}

.search-wrap>.layout {
    position: relative
}

.search-wrap input.keyword {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    width: 100%;
    font-size: 32px;
    height: 90px;
    line-height: 90px;
    font-weight: 600;
    text-align: left;
    font-family: NotoSansKR;
    background-color: transparent;
    text-indent: 20px;
    padding-right: 100px;
    display: inline-block;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.search-wrap i {
    font-size: 45px
}

.search-wrap button {
    border: none;
    position: absolute;
    right: 0;
    top: 8px;
    width: 50px;
    height: 80px;
    line-height: 80px;
    background-color: transparent;
    color: #fff
}

.search-wrap button:hover {
    color: #369670
}

.search {
    margin-top: 30px
}

.search .searchtype {
    width: 78px;
    height: 20px;
    margin: 12px auto;
    position: relative;
    float: left;
    border-right: 1px solid #e4e4e4
}

.search .searchtype span {
    display: block;
    line-height: 22px;
    padding: 0 15px;
    cursor: pointer
}

.search .searchtype span:after {
    font-family: iconfont;
    content: '\e610';
    margin-left: 5px;
    color: #b1d06a;
    font-size: 14px
}

.search .searchtype ul {
    display: none;
    position: absolute;
    top: 32px;
    left: -5px;
    z-index: 10;
    right: 0;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-top: none
}

.search .searchtype ul li a {
    display: block;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.search .searchtype ul li a:hover {
    background-color: #e4e4e4
}

.search input.keyword {
    width: 235px;
    height: 22px;
    line-height: 22px;
    padding: 11px 5px 11px 96px;
    margin-left: -84px;
    border: 1px solid #b1d06a
}

.doctor-select-wrap .doctor-search {
    padding: 20px 0;
    background: #369670 url(../images/educondition.jpg) no-repeat center center;
    background-size: cover
}

.doctor-select-wrap .doctor-search .layout {
    height: 121px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-top: 35px
}

.doctor-select-wrap .doctor-search .layout .btn-search {
    display: inline-table;
    margin-left: 8px
}

.doctor-select-wrap .doctor-search .layout .doctor-name {
    width: 414px;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    border: 1px solid #e4e4e4;
    position: relative;
    top: -1px;
    color: #fff
}

.doctor-select-wrap .doctor-search .layout .doctor-name::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1c1bb
}

.doctor-select-wrap .doctor-search .layout label {
    color: #e4e4e4;
    font-size: 16px;
    font-weight: 700;
    margin-right: 40px
}

.haschosen {
    overflow: hidden;
    position: relative;
    background-color: #f2f8f6;
    border-bottom: 1px solid #ddd;
    padding: 10px 16px;
    height: 32px;
    line-height: 32px;
    margin: 0 0 30px
}

.haschosen.clinic-haschosen {
    padding: 10px 0
}

.haschosen a,
.haschosen span {
    display: inline-block;
    color: #aeafaf
}

.haschosen a {
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 0 10px;
    transition: .3s;
    -webkit-transition: .3s
}

.haschosen a:hover {
    color: #369670
}

.haschosen a:hover i {
    color: #44bc8c
}

.haschosen a i {
    font-size: 14px;
    margin-left: 5px;
    color: #b9bfbc;
    font-weight: 700
}

.content {
    padding: 30px 0 50px;
    text-align: justify
}

article.content {
    padding-top: 0
}

article.content * {
    font-family: "Microsoft YaHei UI" !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    word-wrap: break-word
}

article.content i {
    font-family: iconfont !important;
    line-height: 1.8 !important;
    font-size: 16px !important
}

.toggle-news-style {
    height: 40px;
    margin-bottom: 30px
}

.toggle-news-style a {
    width: 40px;
    height: 40px;
    border: 1px solid #369670;
    text-align: center;
    line-height: 40px;
    color: #369670;
    display: inline-block
}

.toggle-news-style a i {
    font-size: 30px;
    color: inherit
}

.toggle-news-style a.active,
.toggle-news-style a:hover {
    background-color: #369670;
    color: #fff
}

.vertical-con {
    background-color: #fff
}

.vertical-con .dynamic-list {
    height: 190px;
    padding: 25px 15px;
    border-bottom: 1px solid #c9c9c9;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vertical-con .dynamic-list .vertical-hidden {
    display: none
}

.vertical-con .dynamic-list:hover {
    border-bottom-color: #369670
}

.vertical-con .dynamic-list .thumb {
    display: none
}

.vertical-con .dynamic-list.hasthumb {
    padding-left: 230px;
    position: relative
}

.vertical-con .dynamic-list.hasthumb .thumb {
    display: block;
    position: absolute;
    top: 25px;
    left: 15px
}

.vertical-con .dynamic-list.hasthumb .thumb img {
    width: 200px;
    height: 133px
}

.vertical-con .img-txt {
    word-wrap: break-word;
    overflow: hidden
}

.vertical-con .img-txt h4 a {
    font-size: 18px;
    font-weight: 400
}

.vertical-con .img-txt p {
    height: 65px;
    color: #999
}

.vertical-con .source-share {
    width: 100%
}

.text-con {
    padding: 15px;
    background-color: #fff
}

.text-con .dynamic-list {
    position: relative;
    border-bottom: 1px solid #ddd;
    position: relative
}

.text-con .dynamic-list:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: transform .28s cubic-bezier(.77, 0, .175, 1), -webkit-transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: transform .28s cubic-bezier(.77, 0, .175, 1), -webkit-transform .28s cubic-bezier(.77, 0, .175, 1)
}

.text-con .dynamic-list:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.text-con .dynamic-list .text-hidden {
    display: none
}

.text-con .dynamic-list .info-item {
    display: block;
    height: 55px;
    line-height: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 8px;
    padding-right: 190px;
    position: relative;
    z-index: 2
}

.text-con .dynamic-list .info-item-title {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden
}

.text-con .dynamic-list .info-item-title span {
    color: #369670
}

.text-con .dynamic-list .info-item-title u {
    padding: 0 5px;
    color: #c1bcbc;
    font-size: 14px;
    position: relative;
    top: -2px;
    font-weight: 700
}

.text-con .dynamic-list .info-remark {
    position: absolute;
    top: 17px;
    right: 2px
}

.text-con .dynamic-list .info-remark span {
    display: inline-block;
    line-height: 23px;
    height: 23px;
    color: #999
}

.text-con .dynamic-list .info-remark span i.iconfont {
    color: #d2d2d2
}

.text-con .dynamic-list .info-file-time {
    position: relative;
    top: -3px
}

.news-list {
    background-color: #fff
}

.news-list li {
    height: 190px;
    padding: 25px 15px;
    border-bottom: 1px solid #c9c9c9;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.news-list li:hover {
    border-bottom-color: #369670
}

.news-list li.hasthumb {
    padding-left: 230px;
    position: relative
}

.news-list li.hasthumb .thumb {
    display: block;
    position: absolute;
    top: 25px;
    left: 15px
}

.news-list li.hasthumb .thumb img {
    width: 200px;
    height: 152px
}

.news-list .img-txt {
    word-wrap: break-word;
    overflow: hidden
}

.news-list .img-txt h4 a {
    font-size: 18px;
    font-weight: 400
}

.news-list .img-txt p {
    height: 65px;
    color: #999
}

.news-list .source-share {
    width: 100%
}

.pi-list {
    background-color: #fff
}

.pi-list li {
    height: 235px;
    padding: 25px 15px;
    border-bottom: 1px solid #c9c9c9;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pi-list li:hover {
    border-bottom-color: #369670
}

.pi-list li.hasthumb {
    padding-left: 180px;
    position: relative
}

.pi-list li.hasthumb .thumb {
    display: block;
    position: absolute;
    top: 25px;
    left: 15px
}

.pi-list li.hasthumb .thumb img {
    width: 140px;
    height: 185px
}

.pi-list .img-txt {
    word-wrap: break-word;
    overflow: hidden
}

.pi-list .img-txt h4 a {
    font-size: 18px;
    font-weight: 400
}

.pi-list .img-txt p {
    height: 65px;
    color: #999
}

.pi-list .source-share {
    width: 100%;
    margin-top: 50px
}

.pub-news-title {
    margin-bottom: 15px
}

.pub-news-title h1 {
    color: #369670;
    font-size: 24px !important;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    line-height: 30px !important
}

.pub-news-title h1.fl {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0
}

.pub-news-title .page-share-title {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 15px;
    margin-bottom: 15px
}

.notice-list li {
    width: 284px;
    height: 160px;
    margin-right: 21px;
    margin-bottom: 25px;
    overflow: hidden;
    float: left
}

.notice-list li:nth-child(4n) {
    margin-right: 0
}

.notice-list li>a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    padding: 25px 20px;
    color: #333;
    -webkit-transition: .38s;
    transition: .38s
}

.notice-list li>a strong {
    font-weight: 400;
    font-size: 16px;
    display: block;
    height: 75px;
    margin-bottom: 10px;
    line-height: 1.6
}

.notice-list li>a span {
    font-size: 12px;
    color: #999
}

.notice-list li>a:hover {
    background-color: #369670;
    color: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(148, 148, 148, .5);
    box-shadow: 0 5px 5px rgba(148, 148, 148, .5)
}

.notice-list li>a:hover span {
    color: #fff
}

.person-list li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 284px;
    height: 215px;
    margin-right: 21px;
    margin-bottom: 25px;
    overflow: hidden;
    border: 1px solid #e4e4e4
}

.person-list li:nth-child(4n) {
    margin-right: 0
}

.person-list li .person-mark {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    padding-left: 25px;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s
}

.person-list li .person-mark .person-name {
    color: #369670;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.person-list li .person-mark small {
    display: block;
    padding-right: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #999
}

.person-list li .person-mark small:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #369670
}

.person-list li .person-mark p {
    width: 140px;
    height: 30px;
    line-height: 15px;
    font-size: 12px;
    color: #555
}

.person-list li .person-mark .more-detail {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #369670;
    margin-top: 10px
}

.person-list li .person-mark:hover {
    background-color: rgba(54, 150, 112, .3)
}

.person-list li.person-1 {
    background: url(../images/nvperson.png) no-repeat right bottom;
    background-size: 210px;
    background-color: #fff
}

.person-list li.person-0 {
    background: url(../images/nanperson.png) no-repeat right bottom;
    background-size: 210px
}

.person-detail {
    margin-bottom: 25px
}

.person-detail .person-tit {
    text-align: center
}

.person-detail .person-tit h1 {
    margin-bottom: 15px;
    color: #369670;
    font-size: 32px
}

.person-detail .person-tit span {
    color: #999;
    font-size: 16px
}

.person-detail .person-tit small {
    margin: 0 5px;
    color: #369670
}

.person-detail .person-reward {
    margin-left: 35px;
    height: 65px;
    padding-top: 25px
}

.person-detail .person-reward p {
    float: left;
    color: #fff
}

.link-list li,
.message-list li {
    width: 284px;
    height: 115px;
    margin-right: 21px;
    margin-bottom: 25px;
    overflow: hidden;
    float: left
}

.link-list li:nth-child(4n),
.message-list li:nth-child(4n) {
    margin-right: 0
}

.link-list li a,
.message-list li a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    padding: 20px;
    color: #333;
    -webkit-transition: .38s;
    transition: .38s;
    position: relative
}

.link-list li a strong,
.message-list li a strong {
    font-weight: 400;
    font-size: 18px;
    display: block;
    height: 75px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link-list li a:hover,
.message-list li a:hover {
    background-color: #369670;
    color: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(148, 148, 148, .5);
    box-shadow: 0 5px 5px rgba(148, 148, 148, .5)
}

.link-list li a:hover span,
.message-list li a:hover span {
    color: #fff
}

.link-list li a:hover:after,
.message-list li a:hover:after {
    color: #76bd9f
}

.link-list li a:after,
.message-list li a:after {
    display: block;
    font-family: iconfont;
    font-size: 55px;
    font-weight: 400;
    position: absolute;
    bottom: -10px;
    z-index: 1;
    right: 10px;
    color: #daf2e8
}

.message-list li a:after {
    content: "\e694"
}

.link-list li a:after {
    content: "\e6b6"
}

.download-list {
    padding: 15px 20px;
    background-color: #fff
}

.download-list li {
    position: relative;
    border-bottom: 1px solid #ddd
}

.download-list li .download-item {
    display: block;
    height: 55px;
    line-height: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 0;
    padding-right: 250px
}

.download-list li .download-item:hover .download-file-icon:before {
    color: #369670
}

.download-list li .download-item-title {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden
}

.download-list li .download-remark {
    position: absolute;
    top: 17px;
    right: 0
}

.download-list li .download-remark span {
    display: inline-block;
    line-height: 23px;
    height: 23px;
    color: #999
}

.download-list li .download-remark span i.iconfont {
    color: #d2d2d2
}

.download-list li .download-file-time {
    position: relative;
    top: -3px
}

.download-list li .download-file-icon {
    display: inline-block;
    padding: 0 18px;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    margin: 0 18px
}

.download-list li .download-file-icon:before {
    font-size: inherit;
    color: #d2d2d2;
    content: "\e68a";
    display: inline-block;
    font-family: iconfont;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.download-list li .download-file-icon.doc:before,
.download-list li .download-file-icon.docx:before {
    content: "\e689"
}

.download-list li .download-file-icon.xls:before,
.download-list li .download-file-icon.xlsx:before {
    content: "\e6ae"
}

.download-list li .download-file-icon.ppt:before,
.download-list li .download-file-icon.pptx:before {
    content: "\e72a"
}

.download-list li .download-file-icon.pdf:before {
    content: "\e6ab"
}

.download-list li .download-file-icon.rar:before {
    content: "\e6ad"
}

.download-list li .download-file-icon.zip:before {
    content: "\e6af"
}

.download-list li .download-file-icon.swf:before {
    content: "\e8fa"
}

.download-list li .download-file-icon.txt:before {
    content: "\e728"
}

.download-list li .download-click-icon,
.download-list li .download-file-icon {
    font-size: 26px
}

.download-list li .download-click-icon:hover {
    color: #369670
}

.info-list {
    padding: 15px;
    background-color: #fff
}

.info-list li {
    position: relative;
    border-bottom: 1px solid #ddd;
    position: relative
}

.info-list li:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: transform .28s cubic-bezier(.77, 0, .175, 1), -webkit-transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: transform .28s cubic-bezier(.77, 0, .175, 1), -webkit-transform .28s cubic-bezier(.77, 0, .175, 1)
}

.info-list li:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.info-list li .info-item {
    display: block;
    height: 55px;
    line-height: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 8px;
    padding-right: 120px;
    position: relative;
    z-index: 2
}

.info-list li .info-item-title {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden
}

.info-list li .info-item-title span {
    color: #369670
}

.info-list li .info-item-title u {
    padding: 0 5px;
    color: #c1bcbc;
    font-size: 14px;
    position: relative;
    top: -2px;
    font-weight: 700
}

.info-list li .info-remark {
    position: absolute;
    top: 17px;
    right: 2px
}

.info-list li .info-remark span {
    display: inline-block;
    line-height: 23px;
    height: 23px;
    color: #999
}

.info-list li .info-remark span i.iconfont {
    color: #d2d2d2
}

.info-list li .info-file-time {
    position: relative;
    top: -3px
}

.three-nav {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ddd
}

.three-nav ul {
    display: inline-block;
    overflow: hidden
}

.three-nav ul li {
    display: block;
    position: relative;
    float: left
}

.three-nav ul li a {
    display: block;
    margin: 0 15px
}

.three-nav ul li a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.three-nav ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ff8400;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.3, 1, 1);
    transform: scale3d(.3, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.three-nav ul li a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.three-nav ul li a:hover {
    color: #444
}

.three-nav ul li.cur a {
    color: #ff8400
}

.three-nav ul li.cur a:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.input-medium {
    width: 280px
}

.regform {
    margin-top: 25px
}

.register-form-tit {
    line-height: 39px;
    font-size: 16px;
    position: relative
}

.register-form-tit a {
    display: block;
    width: 50%;
    height: 43px;
    float: left;
    text-align: center;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px
}

.register-form-tit a.cur {
    border: 2px solid #369670
}

.weixin-info span {
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
    height: 44px;
    margin-right: 5px
}

.weixin-info .headimg img {
    width: 44px;
    height: 44px;
    border-radius: 5px
}

.register-container {
    background: url(../images/regist-bg.jpg) no-repeat center;
    padding: 45px 0 60px;
    background-size: cover;
    min-height: 450px
}

.register-form {
    width: 547px;
    min-height: 375px;
    background-color: #f2f2f2;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 57px;
    border-radius: 5px
}

.register-form .input-medium,
.register-form .submit,
.register-form select {
    height: 44px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.register-form .input-medium,
.register-form select {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    background-position-x: 412px
}

.register-form .input-medium::-webkit-input-placeholder,
.register-form select::-webkit-input-placeholder {
    font-size: 14px;
    color: #888
}

.register-form .Validform_checktip {
    line-height: 18px;
    padding: 6px 0;
    margin-left: 0
}

.regform .tab-pannel {
    display: none
}

.regform .tab-pannel:first-child {
    display: block
}

.regform .regform-form-nologin {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px
}

.regform .regform-form-nologin>div {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.regform .regform-form-nologin>div p {
    font-size: 16px;
    padding-top: 8px
}

.regform .regform-form-nologin>div p a {
    color: #369670
}

.regform .regform-form-nologin>div p a:hover {
    text-decoration: underline
}

.regform .regform-form-nologin>div.fl {
    border-right: 1px solid #ddd
}

.container-inner {
    padding: 20px 0 30px
}

.list-image,
.list-picture,
.list-video,
.special-topic-list {
    min-height: 230px
}

.list-image ul,
.list-picture ul,
.list-video ul,
.special-topic-list ul {
    margin-left: -.9%;
    margin-right: -.9%
}

.list-image ul .first-list,
.list-picture ul .first-list,
.list-video ul .first-list,
.special-topic-list ul .first-list {
    width: 580px;
    height: 475px
}

.list-image ul .first-list a,
.list-picture ul .first-list a,
.list-video ul .first-list a,
.special-topic-list ul .first-list a {
    width: 580px;
    height: 475px
}

.list-image ul .first-list a span,
.list-picture ul .first-list a span,
.list-video ul .first-list a span,
.special-topic-list ul .first-list a span {
    height: 75px
}

.list-image ul .first-list a div.list-box,
.list-picture ul .first-list a div.list-box,
.list-video ul .first-list a div.list-box,
.special-topic-list ul .first-list a div.list-box {
    width: 580px;
    height: 400px
}

.list-image ul .first-list a div.list-box img,
.list-picture ul .first-list a div.list-box img,
.list-video ul .first-list a div.list-box img,
.special-topic-list ul .first-list a div.list-box img {
    width: 580px;
    height: 400px
}

.list-image ul .list-video-item,
.list-image ul li,
.list-picture ul .list-video-item,
.list-picture ul li,
.list-video ul .list-video-item,
.list-video ul li,
.special-topic-list ul .list-video-item,
.special-topic-list ul li {
    float: left;
    width: 275px;
    height: 225px;
    margin: 0 1.2% 25px
}

.list-image ul .list-video-item a,
.list-image ul li a,
.list-picture ul .list-video-item a,
.list-picture ul li a,
.list-video ul .list-video-item a,
.list-video ul li a,
.special-topic-list ul .list-video-item a,
.special-topic-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.list-image ul .list-video-item a span,
.list-image ul li a span,
.list-picture ul .list-video-item a span,
.list-picture ul li a span,
.list-video ul .list-video-item a span,
.list-video ul li a span,
.special-topic-list ul .list-video-item a span,
.special-topic-list ul li a span {
    width: 100%;
    height: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding: 0 10px;
    background-color: #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.list-image ul .list-video-item a:hover span,
.list-image ul li a:hover span,
.list-picture ul .list-video-item a:hover span,
.list-picture ul li a:hover span,
.list-video ul .list-video-item a:hover span,
.list-video ul li a:hover span,
.special-topic-list ul .list-video-item a:hover span,
.special-topic-list ul li a:hover span {
    background-color: #369670;
    color: #fff
}

.list-image ul .list-video-item a:hover i.iconfont,
.list-image ul li a:hover i.iconfont,
.list-picture ul .list-video-item a:hover i.iconfont,
.list-picture ul li a:hover i.iconfont,
.list-video ul .list-video-item a:hover i.iconfont,
.list-video ul li a:hover i.iconfont,
.special-topic-list ul .list-video-item a:hover i.iconfont,
.special-topic-list ul li a:hover i.iconfont {
    background-color: #369670;
    color: #fff
}

.list-image ul .list-video-item a div.list-box,
.list-image ul li a div.list-box,
.list-picture ul .list-video-item a div.list-box,
.list-picture ul li a div.list-box,
.list-video ul .list-video-item a div.list-box,
.list-video ul li a div.list-box,
.special-topic-list ul .list-video-item a div.list-box,
.special-topic-list ul li a div.list-box {
    position: relative;
    width: 275px;
    height: 185px;
    overflow: hidden
}

.list-image ul .list-video-item a div.list-box img,
.list-image ul li a div.list-box img,
.list-picture ul .list-video-item a div.list-box img,
.list-picture ul li a div.list-box img,
.list-video ul .list-video-item a div.list-box img,
.list-video ul li a div.list-box img,
.special-topic-list ul .list-video-item a div.list-box img,
.special-topic-list ul li a div.list-box img {
    width: 275px;
    height: 185px
}

.list-image ul .list-video-item a div.list-box i,
.list-image ul li a div.list-box i,
.list-picture ul .list-video-item a div.list-box i,
.list-picture ul li a div.list-box i,
.list-video ul .list-video-item a div.list-box i,
.list-video ul li a div.list-box i,
.special-topic-list ul .list-video-item a div.list-box i,
.special-topic-list ul li a div.list-box i {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    color: #999;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(148, 148, 148, .5);
    box-shadow: 2px 2px 3px rgba(148, 148, 148, .5)
}

.pictxt-list li {
    position: relative;
    height: 110px;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd
}

.pictxt-list span {
    font-size: 13px;
    color: #b7b7b7;
    line-height: 20px;
    display: block
}

.pictxt-list .item-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 165px;
    height: 110px;
    overflow: hidden
}

.pictxt-list .item-pic img {
    width: 165px;
    height: 110px
}

.pictxt-list .item-info {
    margin-left: 180px
}

.pictxt-list .item-info h2 {
    font-size: 20px;
    font-weight: 400
}

.pictxt-list .item-info p {
    color: #999;
    line-height: 1.5
}

.detailtxt-list li {
    height: 120px
}

.detailtxt-list .item-info {
    margin-left: 0
}

.text-list li {
    padding: 10px 0;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #d7d7d7;
    line-height: 1.5;
    overflow: hidden;
    position: relative
}

.text-list li:last-child {
    border-bottom: none
}

.text-list li span {
    color: #999;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 10px
}

.text-list li span u {
    color: #e8e4e8;
    margin: 0 5px
}

.order-search {
    position: relative;
    margin-bottom: 20px
}

.order-search input {
    line-height: 45px;
    height: 45px;
    padding: 7px 6px 7px 40px;
    width: 92%;
    border: 1px solid #ddd;
    border-right: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.order-search i {
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 10px
}

.order-search .btn-search {
    width: 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 45px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.doctor-list .list-content li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd
}

.doctor-list .list-content li:after {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
    clear: both
}

.doctor-list .list-tit h2 span {
    font-weight: 700;
    border-bottom: 2px solid #999;
    display: inline-block;
    line-height: 46px;
    margin-bottom: -2px
}

.doctor-list .list-tit {
    border-color: #f4f4f4
}

.doctor-list .list-content {
    margin-top: 0
}

.doctor-list .doctor-clinic {
    width: 40%
}

.doctor-search i {
    line-height: 34px;
    position: relative
}

.doctor-search input {
    line-height: 18px;
    padding: 7px 6px 7px 30px;
    width: 280px;
    border: 1px solid #ddd;
    border-right: none;
    margin-left: -25px
}

table {
    width: 100%;
    border: none;
    border-collapse: collapse
}

.doctor-clinic th {
    background: #ededed
}

.doctor-clinic .depart {
    width: 20%
}

.doctor-clinic .weekend {
    color: #b94a48
}

.doctor-clinic th span {
    display: block
}

.doctor-clinic td,
.doctor-clinic th {
    text-align: center;
    height: 38px;
    border: 1px solid #ededed;
    position: relative
}

.doctor-clinic td {
    width: 10%
}

.doctor-clinic td .seleced {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px
}

.doctor-clinic td .seleced.green {
    background-color: #b4e4d1;
    color: #369670
}

.doctor-clinic td .seleced.blue {
    background-color: #e4efcb;
    color: #b1d06a
}

.doctor-clinic td .seleced.orange {
    background-color: #ffdab3;
    color: #ff8400
}

.doctor-clinic td .seleced.red {
    background-color: #fddfe6;
    color: #f9b0c1
}

.doctor-clinic td .seleced.gray {
    background: #9e9e9e;
    color: #666;
    cursor: default
}

.doctor-clinic h2 {
    padding: 10px 0;
    font-weight: 400
}

.doctor-clinic .seleced:hover+.tips {
    display: block
}

.doctor-clinic .tips {
    display: none;
    white-space: nowrap;
    position: absolute;
    top: 42px;
    left: -15px;
    min-width: 245px;
    background: #fff;
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 1px rgba(0, 0, 0, .08);
    z-index: 1
}

.doctor-clinic .tips .red {
    color: #ea5a54
}

.doctor-clinic .tips:after,
.doctor-clinic .tips:before {
    content: "◆";
    color: #fff;
    font-family: simsun;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 20px
}

.doctor-clinic .tips:before {
    color: #ddd;
    top: -1px
}

.clinic-scheduling h3 {
    font-weight: 400;
    line-height: 40px
}

.clinic-scheduling td,
.clinic-scheduling th {
    height: 29px
}

.clinic-scheduling td .seleced {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    border-radius: 50%
}

.clinic-scheduling td .seleced.red:before {
    content: "特"
}

.clinic-scheduling td .seleced.blue:before {
    content: "专"
}

.clinic-scheduling td .seleced.green:before {
    content: "普"
}

.clinic-scheduling td .seleced.orange:before {
    content: "专"
}

.clinic-scheduling td .seleced.gray:before {
    content: "停"
}

.experts-list .doctor-info {
    background-color: #fff;
    float: left;
    width: 170px;
    height: 326px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 36px 30px 0;
    -webkit-transition: all .38s;
    transition: all .38s;
    border: 1px solid #f2f2f2
}

.experts-list .doctor-info:nth-child(6n) {
    margin-right: 0
}

.experts-list .doctor-info:hover {
    -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 25px rgba(0, 0, 0, .08)
}

.experts-list .doctor-info:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.experts-list .doctor-info .doctor-info-up {
    padding: 13px;
    padding-bottom: 0
}

.experts-list .doctor-info .expert-img {
    width: 138px;
    height: 184px;
    overflow: hidden;
    display: block
}

.experts-list .doctor-info .expert-img img {
    display: block;
    width: 138px;
    height: 184px;
    -webkit-transition: all 1s;
    transition: all 1s
}

.experts-list .doctor-info .expert-title {
    margin-top: 15px
}

.experts-list .doctor-info .expert-title h2 {
    line-height: 20px
}

.experts-list .doctor-info .expert-title h2 a {
    font-size: 18px;
    color: #369670;
    display: inline-block;
    max-width: 94px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.experts-list .doctor-info .expert-title h2 a:hover {
    color: #44bc8c
}

.experts-list .doctor-info .expert-title h2 span {
    padding: 0 5px;
    margin-right: 5px;
    border: 1px solid #b1d06a;
    color: #b1d06a;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 400;
    line-height: 18px
}

.experts-list .doctor-info .doctor-protit {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 0;
    margin: 8px 0;
    font-size: 12px;
    color: #999
}

.experts-list .doctor-info .doctor-positive {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    padding: 8px 15px 0;
    overflow: hidden
}

.experts-list .doctor-info .doctor-positive b {
    font-weight: 400;
    font-size: 13px;
    color: #999
}

.experts-slider-wrap {
    height: 326px;
    overflow: hidden
}

.experts-slider-wrap.slick-slider {
    overflow: visible
}

.experts-slider-wrap.slick-slider .slick-list {
    width: 1200px
}

.experts-slider-wrap .slick-dots {
    width: 1200px;
    bottom: -35px
}

.experts-slider-wrap .slick-dots li.slick-active {
    background-color: #b1d06a
}

.experts-wrap {
    min-height: 405px;
    padding-top: 30px
}

.experts-wrap .experts-list .doctor-info {
    background-color: #f2f2f2;
    width: 138px;
    height: 313px
}

.experts-wrap .experts-list .doctor-info:nth-child(6n) {
    margin-right: 39px
}

.experts-wrap .experts-list .doctor-info:nth-child(7n) {
    margin-right: 0
}

.experts-wrap .experts-list .doctor-info:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.experts-wrap .experts-list .doctor-info .doctor-info-up {
    padding: 0
}

.experts-wrap .experts-list .doctor-info .doctor-positive {
    padding: 8px 0 0
}

.color-info span {
    margin-right: 10px
}

.color-info i {
    font-size: 20px;
    margin-right: 5px
}

.color-info .red {
    color: #ea5a54
}

.color-info .blue {
    color: #54a0ea
}

.color-info .green {
    color: #63b98c
}

.color-info .orange {
    color: #e49548
}

.color-info .gray {
    color: #9e9e9e
}

.suspend-list li {
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    overflow: hidden
}

.suspend-list li>h3,
.suspend-list li>span {
    float: left
}

.suspend-list li>h3 {
    width: 30%
}

.suspend-list li>span {
    width: 35%
}

.suspend-list li>span.fr {
    text-align: right
}

.suspend-list li:hover {
    border-bottom: 1px dashed #369670
}

.suspend-list h3 a,
.suspend-list h3 span {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 400
}

.suspend-list h3 a {
    font-size: 16px;
    color: #369670
}

.suspend-list h3 a:hover {
    color: #369670
}

.news-show>.fl,
.video-show>.fl {
    width: 75%
}

.news-show>.fr,
.video-show>.fr {
    width: 23%
}

.news-content {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px
}

.news-content * {
    font-family: "Microsoft YaHei UI" !important;
    line-height: 1.7 !important;
    word-wrap: break-word;
    font-size: 16px !important
}

.news-content img {
    max-width: 100%
}

.news-content ol li,
.news-content ul li {
    list-style: unset
}

.news-content ol,
.news-content ul {
    padding-inline-start: 40px
}

.news-content em {
    font-style: italic
}

.relate-document li {
    border-bottom: 1px dashed #eee;
    height: 45px
}

.relate-document li:last-child {
    border: none
}

.relate-document li a {
    display: block;
    line-height: 45px;
    padding: 0 40px;
    position: relative
}

.relate-document li span {
    max-width: 85%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.relate-document li a:hover:after {
    -webkit-animation: gWelPinle .8s ease-in-out;
    animation: gWelPinle .8s ease-in-out;
    color: #369670
}

.relate-document li a:after,
.relate-document li a:before {
    display: block;
    font-family: iconfont;
    position: absolute;
    top: 0
}

.relate-document li a:after {
    right: 0;
    color: #999;
    font-size: 18px;
    content: '\e612'
}

.relate-document li a:before {
    left: 0;
    font-size: 26px;
    color: #369670;
    content: "\e663"
}

.relate-document li a:hover:before {
    color: #369670
}

.relate-document li .doc:before,
.relate-document li .docx:before {
    content: "\e667";
    color: #4568a0
}

.relate-document li .xls:before,
.relate-document li .xlsx:before {
    content: "\e668";
    color: #378458
}

.relate-document li .ppt:before,
.relate-document li .pptx:before {
    content: "\e660";
    color: #db6340
}

.relate-document li .pdf:before {
    content: "\e68f";
    color: #e81f05
}

.relate-document li .rar:before {
    content: "\e665";
    color: #ff5056
}

.relate-document li .zip:before {
    content: "\e661";
    color: #a372db
}

.relate-document li .swf:before {
    content: "\e7c0";
    color: #bb041a
}

.relate-document li .txt:before {
    content: "\e664";
    color: #8fa4b5
}

.relate-document li .z:before {
    content: "\e6d3";
    color: #ffdb48
}

.vdplayer {
    width: 100%;
    height: 560px;
    margin-top: 25px
}

.relation-title {
    padding: 20px 0 30px;
    color: #369670;
    font-size: 22px;
    text-align: center
}

.relation-title h2 {
    font-weight: 400
}

.slider-video-list ul {
    margin: 0 auto
}

.right-side .list-tit {
    width: 100%;
    height: 80px;
    background: #369670 url(../images/news-right-title.jpg) center
}

.right-side .list-tit h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 80px
}

.right-side .list-tit h2 span {
    margin-left: 20px
}

.right-side .related-news li {
    border-bottom: 1px dashed #c9c9c9
}

.right-side .related-news li a {
    display: block;
    line-height: 22px;
    padding: 15px 45px 14px 0;
    position: relative
}

.right-side .related-news li a span,
.right-side .related-news li a time {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    line-height: 24px
}

.right-side .related-news li a time {
    color: #999;
    right: 0;
    font-size: 13px
}

.right-side .related-news li a span {
    left: 0;
    display: block;
    width: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center
}

.right-side .related-news li a .orangenew {
    background-color: #ff8400
}

.right-side .related-news li a .basenew {
    background-color: #369670
}

.right-side .related-news li a .qingnew {
    background-color: #b1d06a
}

.right-side .related-news li a.top-item {
    padding-left: 34px
}

.news-mark {
    line-height: 36px;
    color: #a1a1a1;
    padding: 20px 0;
    text-align: right;
    border-top: 2px solid #f2f2f2
}

.news-mark a {
    width: 128px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin-left: 5px
}

.news-mark a:hover {
    background-color: #44bc8c;
    border-color: #44bc8c
}

.news-mark a::before {
    display: inline;
    font-family: iconfont;
    font-size: 18px;
    position: relative;
    top: -1px;
    margin-right: 5px
}

.news-mark a.print-btn {
    border: 1px solid #e4e4e4;
    background-color: #fff;
    color: #555
}

.news-mark a.print-btn:hover {
    background-color: #e4e4e4;
    border-color: #e4e4e4
}

.news-mark a.print-btn::before {
    content: '\e6e6';
    font-size: 20px;
    top: 2px
}

.news-mark a.back-list-btn {
    border: 1px solid #369670;
    background-color: #369670;
    color: #fff
}

.news-mark a.back-list-btn:hover {
    background-color: #44bc8c;
    border-color: #44bc8c
}

.news-mark a.back-list-btn::before {
    content: '\e650';
    font-weight: 700
}

.slider-news-list,
.slider-video-list {
    padding-bottom: 30px;
    overflow: hidden
}

.slider-news-list .slick-dots,
.slider-video-list .slick-dots {
    bottom: 0;
    text-align: center
}

.slider-news-list .slick-dots li,
.slider-video-list .slick-dots li {
    width: 50px;
    height: 10px
}

.slider-news-list .slick-dots li button,
.slider-video-list .slick-dots li button {
    border-radius: 0;
    width: 50px;
    height: 10px
}

.slider-news-list {
    height: 295px
}

.slider-news-list.slick-slider {
    height: 355px
}

.slider-video-list {
    height: 217px
}

.slider-video-list.slick-slider {
    height: 270px
}

.slider-video-list .list-video-list .list-video-item {
    float: left;
    width: 281px !important;
    height: 225px;
    margin: 0 25px 25px 0
}

.slider-video-list .list-video-list .list-video-item:nth-child(4n) {
    margin-right: 0
}

.slider-video-list .list-video-list .list-video-item a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.slider-video-list .list-video-list .list-video-item a span {
    width: 100%;
    height: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding-left: 20px;
    background-color: #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.slider-video-list .list-video-list .list-video-item a:hover span {
    background-color: #369670;
    color: #fff
}

.slider-video-list .list-video-list .list-video-item a:hover i.iconfont {
    background-color: #369670;
    color: #fff
}

.slider-video-list .list-video-list .list-video-item a div.list-box {
    position: relative;
    width: 100%;
    height: 185px;
    overflow: hidden
}

.slider-video-list .list-video-list .list-video-item a div.list-box img {
    width: 100%;
    height: 185px
}

.slider-video-list .list-video-list .list-video-item a div.list-box i {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 20;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    color: #999;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(148, 148, 148, .5);
    box-shadow: 2px 2px 3px rgba(148, 148, 148, .5)
}

.pic-show h1 {
    font-size: 24px;
    font-weight: 400
}

.picinfo {
    line-height: 30px;
    color: #999
}

.picinfo .fl span {
    margin-right: 10px
}

.picplayer {
    position: relative;
    margin: 15px 0
}

.picplayer .view {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: center
}

.picplayer .view img {
    max-width: 100%
}

.picplayer .next,
.picplayer .prev {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1
}

.picplayer .next span,
.picplayer .prev span {
    display: block;
    position: absolute;
    width: 70px;
    height: 96px;
    top: 50%;
    margin-top: -48px;
    text-align: center;
    line-height: 96px;
    font-size: 60px;
    font-family: simsun;
    background: #444;
    color: #fff;
    opacity: 0;
    text-decoration: none;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s
}

.picplayer .prev,
.picplayer .prev span {
    left: 0
}

.picplayer .next,
.picplayer .next span {
    right: 0
}

.picplayer .next:hover span,
.picplayer .prev:hover span {
    opacity: .6
}

.imgtxt {
    background: #000;
    color: #fff;
    font-size: 14px;
    opacity: .6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px
}

.thumbbox {
    height: 97px;
    margin-bottom: 20px;
    position: relative
}

.thumbbox .next,
.thumbbox .prev {
    display: block;
    width: 40px;
    height: 97px;
    background: #444;
    color: #fff;
    font-family: simsun;
    text-decoration: none;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    top: 0
}

.thumbbox .next:hover,
.thumbbox .prev:hover {
    background: #369670
}

.thumbbox .prev {
    left: 0
}

.thumbbox .next {
    right: 0
}

.thumblist {
    height: 97px;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 50px;
    white-space: nowrap;
    font-size: 0
}

.thumblist ul {
    display: inline-block;
    width: 100%
}

.thumblist ul li {
    float: left;
    width: 11.3%;
    height: 100%;
    margin-left: .6%;
    margin-right: .6%;
    overflow: hidden
}

.thumblist ul li {
    background: #369670
}

.thumblist ul li a {
    display: block;
    font-size: 0;
    line-height: 0
}

.thumblist ul li .cur img {
    opacity: .3
}

.thumblist ul li img {
    height: 100%
}

.view {
    min-height: 400px;
    background: #000
}

.view .loading {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: url(../images/loading.gif) center no-repeat #000;
    opacity: .8;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px
}

.newspaper-for-name {
    height: 45px;
    line-height: 45px;
    color: #369670;
    font-size: 22px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px
}

.newspaper-for-name span {
    display: inline-block
}

.newspaper-for-name i {
    width: 45px;
    height: 45px;
    font-size: 26px;
    background-color: #369670;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-right: 16px
}

.newspaper-list {
    padding: 20px 0;
    margin-left: -1%;
    margin-right: -1%
}

.newspaper-list li {
    float: left;
    width: 14.66%;
    height: 264px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-bottom: none;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc
}

.newspaper-list li a {
    display: block;
    position: relative;
    text-align: center
}

.newspaper-list li a .newspaper-list-item-img {
    padding: 4px
}

.newspaper-list li a span {
    display: block;
    padding: 0 10px;
    background: #44bc8c;
    color: #fff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    transition: background .3s;
    -webkit-transition: background .3s
}

.newspaper-list li a:hover span {
    background-color: #44bc8c
}

.newspaper-list li a img {
    width: 169px;
    height: 225px;
    display: block
}

.newspaper-show {
    padding: 20px 0;
    margin-left: -1%;
    margin-right: -1%
}

.newspaper-show li {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px
}

.newspaper-show li a {
    display: block;
    position: relative;
    background: #000;
    text-align: center;
    overflow: hidden
}

.newspaper-show li a span {
    display: block;
    background: #369670;
    color: #fff;
    line-height: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: background .3s;
    -webkit-transition: background .3s
}

.newspaper-show li a:hover span {
    background-color: #44bc8c
}

.newspaper-show li a img {
    height: 367px;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    opacity: .7
}

.newspaper-show li a:hover img {
    opacity: 1
}

.position-map {
    height: 600px
}

.position-map img {
    max-width: none !important
}

.position-map input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    height: 26px !important;
    font-size: 12px;
    vertical-align: middle
}

.position-map .BMapLib_ap td,
.position-map .BMapLib_ap th {
    padding: 3px
}

.position-map #BMapLib_is_remember_phone {
    margin-left: 5px
}

.position-map .BMapLib_SearchInfoWindow,
.position-map .BMapLib_nav_tab_content li {
    font-family: inherit
}

.position-map .BMapLib_bubble_title {
    font-weight: 700
}

.position-map .BMapLib_bubble_content {
    line-height: 2
}

.position-map .BMapLib_trans {
    top: auto !important
}

.position-map .BMapLib_sms_declare_phone {
    font-size: 12px
}

.map-box {
    position: relative
}

.map-tit {
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 999
}

.map-tit a {
    width: 60px;
    height: 60px;
    background-color: #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    display: block;
    margin-bottom: 10px;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .1)
}

.map-tit a.cur {
    background-color: #369670
}

.department-tab .department-select {
    min-height: 68px
}

.department-tab .department-select li {
    display: none;
    min-height: 60px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-top: 15px;
    overflow: hidden
}

.department-tab .department-select li a {
    line-height: 30px;
    margin-right: 15px;
    white-space: nowrap
}

.department-tab .department-select li a span {
    padding: 3px 8px
}

.department-tab .department-select li a.cur span {
    background: #369670;
    color: #fff
}

.department-tab .department-select li a.cur span:after {
    content: "\e615";
    font-family: iconfont
}

.department-tab .department-select li:first-child {
    display: block
}

.question-main .sort {
    border-bottom: 3px solid #e3d3ca
}

.sort a {
    float: left;
    display: block;
    border-bottom: none;
    margin-right: 20px;
    margin-bottom: -3px;
    line-height: 46px;
    height: 46px;
    font-weight: 400
}

.sort h2 a.cur {
    border-bottom: 3px solid #369670;
    font-weight: 700
}

.question-main>.fl {
    width: 69%
}

.question-main>.fr {
    width: 29%
}

.question-list li {
    overflow: hidden;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #eee;
    color: #999
}

.question-list li span {
    display: block;
    float: left
}

.col-tit {
    width: 70%
}

.col-state {
    width: 15%
}

.col-state:before {
    content: "\e61f";
    font-family: iconfont;
    color: #ccc;
    font-size: 16px;
    margin-right: 5px
}

.col-state.completed:before {
    content: "\e623";
    color: #01b30c
}

.col-time {
    width: 15%;
    text-align: right
}

.col-cat {
    color: #666
}

.myask-btn {
    margin-bottom: 15px
}

.myask-btn .btn {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 16px
}

.right-ask textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd
}

.right-ask .question {
    padding: 6px;
    height: 160px;
    line-height: 1.5
}

.right-doctor li {
    position: relative;
    min-height: 120px;
    padding-left: 95px;
    margin-bottom: 10px
}

.right-doctor li .doctor-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 116px;
    overflow: hidden
}

.right-doctor li .doctor-img img {
    width: 85px;
    height: 116px
}

.right-doctor li h2 a {
    vertical-align: middle;
    font-size: 16px
}

.right-doctor li h2 span {
    vertical-align: middle;
    background: #44bc8c;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    font-weight: 400;
    margin-left: 10px;
    border-radius: 3px
}

.right-doctor li p {
    color: #666;
    font-size: 13px;
    display: -webkit-box;
    max-height: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 0;
    line-clamp: 4;
    box-orient: vertical
}

.ask-show .ask-tit {
    position: relative;
    height: 52px;
    overflow: hidden;
    padding-left: 62px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px
}

.ask-show .ask-tit .ask-ico {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #369670;
    width: 52px;
    height: 52px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 52px
}

.ask-show .ask-tit h1 {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 5px
}

.ask-show .ask-tit .asker-info {
    color: #999
}

.ask-show .ask-tit .asker-info span {
    display: inline-block;
    line-height: 1;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #eee
}

.ask-show .ask-tit .asker-info span:last-child {
    border: none
}

.ask-show .ask-tit .ask-btn {
    position: absolute;
    top: 0;
    right: 0
}

.ask-show .ask-tit .ask-btn .btn {
    width: 230px;
    line-height: 52px
}

.ask-content {
    margin-top: 15px
}

.ask-content p {
    margin: 10px auto 15px auto
}

.ask-content i {
    display: block;
    color: #999
}

.ask-content span {
    display: block;
    color: #999
}

.ask-content .ask-reply {
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 15px
}

.ask-content .replay-info {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px
}

.ask-content .replay-info:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.ask-content .replay-info .btn {
    width: 120px
}

.similar-ask li {
    float: left;
    width: 33.3%;
    height: 26px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px
}

.similar-ask a {
    line-height: 26px
}

.similar-ask a:before {
    content: "•";
    font-weight: 700;
    color: #369670;
    margin-right: 5px
}

.ask-form dl {
    position: relative;
    margin-bottom: 10px
}

.ask-form dt {
    line-height: 50px;
    font-size: 16px
}

.ask-form dt i {
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    background: #008059;
    color: #fff
}

.ask-form .ask-input {
    padding-right: 365px
}

.ask-form .ask-input textarea {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 5px 8px;
    line-height: 1.5
}

.ask-form .ask-input span {
    display: inline-block;
    margin-bottom: 10px
}

.ask-form .ask-tip {
    position: absolute;
    right: 0;
    top: 50px;
    width: 312px;
    padding: 15px;
    background: #fcf1eb;
    border: 1px solid #f9e8e0;
    font-size: 12px;
    line-height: 1.5
}

.ask-form .ask-tip:after,
.ask-form .ask-tip:before {
    content: "◆";
    color: #fcf1eb;
    font-family: simsun;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    left: -15px;
    top: 22px
}

.ask-form .ask-tip:before {
    left: -16px;
    color: #f9e8e0
}

.ask-company,
.ask-mail {
    width: 490px
}

.ask-input select {
    height: 44px
}

.ask-form .Validform_checktip {
    margin-left: 48px
}

.ask-form .ask-input .Validform_error {
    border-color: #c00
}

.ask-area .area-tit {
    background: #ddd;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: -2px
}

.ask-area .area-tit a {
    line-height: 40px;
    text-align: center;
    float: left;
    font-weight: 700
}

.ask-area .area-tit a.cur {
    background: #f8f8f8;
    color: #369670
}

.ask-area .area-tit.span2 a {
    width: 50%
}

.ask-area .area-tit.span3 a {
    width: 33.33%
}

.ask-area .area-tit.span4 a {
    width: 25%
}

.ask-area .area-tit.span5 a {
    width: 20%
}

.ask-area .letter-pannel {
    display: none
}

.ask-area .letter-pannel:first-child {
    display: block
}

.ask-form .letter-pannel {
    overflow: hidden;
    font-size: 12px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 8px
}

.ask-form .letter-pannel span {
    display: inline-block;
    width: 10%
}

.ask-form .letter-pannel span a {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ask-form .letter-pannel span.cur a {
    background: #369670;
    color: #fff;
    padding: 0 5px
}

.ask-question {
    height: 177px
}

.ask-check {
    height: 104px
}

.radio {
    display: inline-block;
    padding: 0 5px;
    margin-left: 5px
}

.radio:before {
    display: inline-block;
    font-family: iconfont;
    font-size: 19px;
    content: '\e65b';
    margin-right: 5px;
    color: #369670;
    vertical-align: middle
}

.radio.checked:before {
    content: '\e64c'
}

input.ask-age {
    width: 60px;
    height: 20px;
    padding: 5px;
    border: 1px solid #ddd
}

.ask-input .sel-age {
    height: 32px;
    border: 1px solid #ddd
}

.ask-form .btn {
    width: 180px;
    line-height: 46px
}

.add-ask {
    display: none;
    margin-top: 15px
}

.add-ask textarea {
    width: 70%;
    border: 1px solid #ddd;
    padding: 5px 8px;
    line-height: 1.5
}

.msg {
    display: inline-block;
    padding: 100px
}

.msg .fl {
    margin-right: 15px
}

.msg-info {
    min-width: 650px
}

.msg-info h1 {
    font-size: 18px;
    margin-bottom: 15px
}

.msg-info h1 i,
.order-info>i {
    font-weight: 400;
    font-size: 110px;
    line-height: 1.5;
    margin-right: 10px;
    color: #00a539;
    display: block
}

.msg-info .red {
    color: #ea5a54
}

.msg-info a {
    color: #369670;
    font-weight: 400
}

.msg-info a:hover {
    color: #369670
}

.msg-info .btn {
    width: 120px;
    font-size: 16px;
    line-height: 40px
}

.msg-info .btn,
.msg-info .btn:hover {
    color: #fff
}

.msg-link {
    color: #ddd;
    word-spacing: .5em
}

.order-info {
    text-align: left;
    border: 1px solid #ddd;
    padding: 20px 100px;
    background: #f8f8f8
}

.order-info>i {
    float: left;
    margin-right: 50px;
    line-height: 240px
}

.doc-schedule {
    min-width: 1200px;
    height: 380px;
    background-color: #f2f8f6;
    background: url(../images/docbg.jpg) no-repeat center
}

.doc-schedule .layout {
    position: relative;
    height: 380px
}

.doc-schedule .doc-same {
    width: 1200px;
    height: 60px;
    padding-top: 20px
}

.doc-schedule .doc-same .other-doc {
    width: 142px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    top: 15px
}

.doc-schedule .doc-same .other-doc span {
    margin-left: 10px;
    line-height: 30px
}

.doc-schedule .doc-same .other-doc i {
    font-size: 14px;
    margin-right: 10px;
    line-height: 30px
}

.doc-schedule .doc-same .other-doc:after {
    content: "";
    display: block;
    width: 38px;
    height: 44px;
    background: url(../images/other-more.png);
    position: absolute;
    bottom: 7px;
    left: 0
}

.doc-schedule .doc-same .nav-path {
    height: 30px;
    color: #c9c9c9;
    line-height: 30px
}

.doc-schedule .doc-same .nav-path a {
    color: #444
}

.doc-schedule .doc-same .nav-path a:hover {
    color: #369670
}

.doc-schedule .doc-same .nav-path i {
    margin: 0 10px;
    color: #444;
    font-size: 14px
}

.doc-schedule .schedule-info {
    width: 790px;
    height: 230px;
    margin: 0 auto
}

.doc-schedule .schedule-info .imgdiv {
    width: 166px;
    height: 230px
}

.doc-schedule .schedule-info .imgdiv img {
    width: 160px;
    border: 3px solid #fff;
    display: block
}

.doc-schedule .schedule-info .schedule-detail {
    width: 500px;
    height: 230px
}

.doc-schedule .schedule-info .schedule-detail .top-left {
    width: 350px
}

.doc-schedule .schedule-info .schedule-detail .top-left p {
    margin-bottom: 4px;
    font-size: 16px
}

.doc-schedule .schedule-info .schedule-detail .top-left p.doctor-posi-p {
    padding-left: 85px;
    position: relative
}

.doc-schedule .schedule-info .schedule-detail .top-left p a {
    margin-right: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.doc-schedule .schedule-info .schedule-detail .top-left p span {
    color: #fff;
    display: inline-block;
    line-height: 1.2
}

.doc-schedule .schedule-info .schedule-detail .top-left p small {
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #9ab166;
    color: #b1d06a;
    display: inline-block;
    border-radius: 3px
}

.doc-schedule .schedule-info .schedule-detail .top-left p u {
    color: #8eb6a1;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.doc-schedule .schedule-info .schedule-detail .top-right {
    padding: 5px;
    text-align: center
}

.doc-schedule .schedule-info .schedule-detail .top-right span {
    color: #8eb6a1
}

.doc-schedule .schedule-info .schedule-detail .top-right img {
    width: 100px;
    display: block;
    border: 5px solid #fff;
    border-radius: 3px;
    margin-bottom: 3px
}

.doc-schedule .other-same {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 20;
    width: 1200px;
    height: 330px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden
}

.doc-schedule .other-same h4 {
    position: relative;
    height: 50px;
    padding-top: 30px;
    text-align: center;
    font-size: 16px
}

.doc-schedule .other-same h4 a {
    display: inline-block;
    width: 60px;
    height: 22px;
    margin-right: 20px;
    line-height: 22px;
    border: 1px solid #b1d06a;
    color: #b1d06a
}

.doc-schedule .other-same h4 strong {
    color: #369670
}

.doc-schedule .other-same h4 i.closesame {
    position: absolute;
    top: 12px;
    right: 26px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    -webkit-transition: all .3s
}

.doc-schedule .other-same h4 i.closesame:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-color: #369670;
    color: #fff
}

.doc-schedule .other-same .other-box {
    width: 200%
}

.doc-schedule .other-same .other-box .slick-list {
    width: 1200px
}

.doc-schedule .other-same .other-box .slick-dots {
    width: 1200px;
    bottom: -30px
}

.doc-schedule .other-same .other-box .slick-dots li:hover {
    background-color: #ff9d33
}

.doc-schedule .other-same .other-box .slick-dots li.slick-active {
    background-color: #ff8400
}

.doc-schedule .other-same .other-list {
    width: 1155px;
    height: 200px;
    padding-left: 25px;
    padding-right: 20px
}

.doc-schedule .other-same .other-list .other-list-item {
    float: left;
    margin-bottom: 15px
}

.doc-schedule .other-same .other-list .other-list-item a {
    display: block;
    width: 165px;
    height: 85px
}

.doc-schedule .other-same .other-list .other-list-item img {
    float: left;
    width: 60px;
    height: 85px
}

.doc-schedule .other-same .other-list .other-list-item span {
    float: left;
    width: 95px;
    height: 85px;
    padding-left: 10px
}

.doc-schedule .other-same .other-list .other-list-item span strong {
    display: block;
    font-size: 16px;
    color: #369670
}

.doc-schedule .other-same .other-list .other-list-item span small {
    display: block;
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px
}

.doc-tip {
    height: 110px
}

.doc-tip .tip-list li {
    float: left;
    width: 599px;
    height: 110px;
    text-align: center
}

.doc-tip .tip-list li+li {
    border-left: 1px solid #c9c9c9
}

.doc-tip .tip-list .li-job {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px
}

.doc-tip .tip-list .li-job p {
    margin-bottom: 0
}

.doc-tip .tip-list .li-job p span {
    margin-right: 25px
}

.doc-tip .tip-list .li-job p strong {
    color: #b1d06a
}

.doc-tip .tip-list .li-job p small {
    color: #666;
    font-weight: 700
}

.doc-tip .tip-list .li-sao span {
    display: block;
    float: left;
    width: 60px;
    height: 80px;
    padding-top: 30px;
    margin-right: 60px;
    margin-left: 105px;
    text-align: left;
    font-size: 16px;
    line-height: 23px
}

.doc-tip .tip-list .li-sao span small {
    font-size: 18px
}

.doc-tip .tip-list .li-sao img {
    float: left;
    width: 77px;
    height: 77px;
    margin-top: 20px
}

.doc-tip .tip-list .li-service a {
    display: block;
    height: 110px
}

.doc-tip .tip-list .li-service i {
    float: left;
    width: 56px;
    height: 56px;
    margin: 25px 30px 0 100px;
    background-color: #b1d06a;
    color: #fff;
    border-radius: 50%;
    font-size: 32px
}

.doc-tip .tip-list .li-service span {
    display: block;
    float: left;
    line-height: 110px;
    font-size: 18px
}

.person-intro {
    min-width: 1200px;
    min-height: 140px;
    padding: 30px 0;
    background-color: #f2f2f2
}

.person-intro p {
    text-indent: 2em
}

.person-intro p+p {
    margin-top: 20px
}

.person-clinic {
    padding: 30px 0;
    min-width: 1200px;
    background-color: #fff
}

.person-clinic>.layout {
    position: relative
}

.person-clinic .title-base-noborder u {
    font-size: 12px;
    color: #999;
    padding-left: 15px
}

.person-clinic .tip-info {
    position: absolute;
    right: 0;
    top: 0
}

.person-clinic .tip-info li {
    float: left;
    margin-left: 20px;
    margin-right: 8px
}

.person-clinic .tip-info li span {
    position: relative
}

.person-clinic .tip-info li span:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: -20px;
    width: 14px;
    height: 14px
}

.person-clinic .tip-info .basetip:before {
    background-color: #44bc8c
}

.person-clinic .tip-info .qingsetip:before {
    background-color: #c5dc91
}

.person-clinic .tip-info .orangetip:before {
    background-color: #ff9d33
}

.person-clinic .tip-info .pinktip:before {
    background-color: #fbc8d4
}

.person-clinic .doctor-clinic {
    margin-top: 15px
}

.person-clinic .clinic-table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.person-clinic .clinic-table .schedule-table {
    width: 100%;
    border-top: 2px solid #666
}

.person-clinic .clinic-table .schedule-table td {
    height: 33px;
    border: 1px solid #c9c9c9;
    text-align: center
}

.person-clinic .clinic-table .schedule-table th {
    height: 33px;
    border: 1px solid #c9c9c9;
    text-align: center
}

.doc-artice {
    min-height: 235px;
    padding-top: 40px;
    margin-bottom: 20px
}

.doc-artice .list-artice {
    margin-top: 10px
}

.doc-artice .list-artice li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.doc-artice .list-artice li:nth-child(4n) {
    margin-right: 0
}

.doc-artice .list-artice li a {
    display: block;
    width: 245px;
    height: 105px;
    padding: 15px 20px 0;
    background-color: #f2f8f6;
    transition: all .3s;
    -webkit-transition: all .3s
}

.doc-artice .list-artice li a p {
    font-size: 16px;
    line-height: 22px
}

.doc-artice .list-artice li a small {
    display: block;
    font-size: 12px;
    color: #999
}

.doc-artice .list-artice li a span {
    display: block;
    font-size: 12px;
    color: #999
}

.doc-artice .list-artice li a:hover {
    background-color: #369670;
    -webkit-box-shadow: 0 0 10px #444;
    box-shadow: 0 0 10px #444;
    border-radius: 5px
}

.doc-artice .list-artice li a:hover p {
    color: #fff
}

.doc-artice .list-artice li a:hover small {
    color: #c9c9c9
}

.doc-artice .list-artice li a:hover span {
    color: #c9c9c9
}

.site-map dl {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd
}

.site-map dt {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700
}

.site-map dd {
    overflow: hidden
}

.site-map dd span {
    display: block;
    margin-right: 10px;
    float: left
}

.site-map dd span a:after {
    content: "|";
    color: #ddd;
    margin-left: 10px
}

.site-map dd span:last-child a:after {
    content: ""
}

.site-map dd p {
    overflow: hidden
}

.site-map dd strong {
    display: block;
    color: #999
}

.job-list {
    background-color: #fff;
    padding: 20px 15px
}

.job-list .col-8 {
    width: 60%
}

.job-list .col-4 {
    width: 30%
}

.job-list .col-3 {
    width: 25%
}

.job-list .col-1 {
    width: 10%
}

.job-list .job-title {
    margin-bottom: 20px
}

.job-list .job-title .experts-search {
    width: 570px;
    margin: 0 auto
}

.job-list .job-title .my-job-btn {
    display: block;
    width: 105px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 16px;
    text-align: center;
    background-color: #b1d06a;
    color: #fff;
    padding: 0 15px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.job-list .job-title .my-job-btn i {
    font-size: 18px;
    margin-right: 6px
}

.job-list .job-title .my-job-btn:hover {
    background-color: #80a133
}

.job-list .job-head {
    padding: 13px 0;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #ddd
}

.job-list .job-head span {
    display: block;
    color: #888
}

.job-list li {
    line-height: 55px;
    height: 55px;
    border-bottom: 1px solid #ddd;
    padding: 0 3px;
    position: relative
}

.job-list li:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: transform .28s cubic-bezier(.77, 0, .175, 1), -webkit-transform .28s cubic-bezier(.77, 0, .175, 1);
    transition: transform .28s cubic-bezier(.77, 0, .175, 1), -webkit-transform .28s cubic-bezier(.77, 0, .175, 1)
}

.job-list li:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.job-list li .file-name {
    display: block;
    position: relative;
    z-index: 2
}

.job-list li .file-name [class*=col] {
    display: block;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.job-list li .file-name .file-text {
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.job-list li .file-name i {
    color: #d2d2d2;
    margin-right: 5px
}

.content .hr-tit {
    position: relative;
    height: 38px;
    padding: 0;
    line-height: 38px;
    color: #666;
    font-size: 16px;
    background-color: #f5f5f5
}

.content .hr-tit:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    background: #369670;
    position: relative;
    top: -2px
}

.content .hr-msg {
    padding: 15px 15px
}

.content .hr-msg p {
    font-size: 14px;
    margin-bottom: 0 !important
}

.hr-content {
    margin-top: 25px
}

.hr-detail {
    background-color: #f5f5f5;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hr-info>.fl {
    width: 85%
}

.hr-info h1 {
    font-weight: 700;
    padding: 0 0 10px;
    color: #369670;
    font-size: 24px
}

.hr-info .hr-keyword {
    min-width: 30%;
    color: #999
}

.hr-info .hr-keyword strong {
    font-weight: 400;
    color: #444
}

.hr-operate {
    padding-top: 15px
}

.hr-operate a {
    display: block;
    width: 110px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px
}

.hr-operate .job-apply {
    background-color: #369670
}

.hr-operate .job-apply:hover {
    background-color: #26694f
}

.hr-operate a:before {
    font-family: iconfont;
    font-size: 16px;
    vertical-align: top;
    margin-right: 5px
}

.job-apply:before {
    content: "\e640"
}

.job-apply.applied:before {
    content: "\e641"
}

.hr-operate .job-apply.disabled {
    background: #f1f1f1;
    border-color: #aaa;
    color: #aaa;
    cursor: no-drop
}

.job-follow:before {
    content: "\e606"
}

.job-follow.followed:before {
    content: "\e632"
}

.job-info-bottm {
    color: #999;
    line-height: 40px;
    border-top: 1px solid #f2f2f2;
    overflow: hidden;
    margin-top: 15px
}

.fixed-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    padding: 30px 0
}

.fixed-wrap .fixed-content-wrap {
    height: 620px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -467px;
    width: 933px;
    margin-top: -310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fixed-wrap .fixed-content-wrap .fixed-content {
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    height: 510px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 15px
}

.fixed-wrap .fixed-content-wrap .fixed-content h4 {
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 8px
}

.fixed-wrap .fixed-content-wrap .fixed-content p {
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 8px
}

.fixed-wrap .fixed-content-wrap .fixed-content p b {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    background-color: #f88d00;
    color: #fff;
    font-weight: 400;
    text-align: center;
    top: 3px;
    font-size: 12px
}

.fixed-wrap .fixed-content-wrap .fixed-footer {
    height: 40px;
    text-align: center
}

.fixed-wrap .fixed-content-wrap .fixed-footer a {
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 2px;
    background-color: #f88d00;
    color: #fff;
    font-size: 15px
}

.fixed-wrap .fixed-content-wrap .fixed-footer a.disabled {
    cursor: default;
    color: #444;
    background-color: #b1abab
}

.bid-related {
    border-top: 3px solid #369670
}

.bid-tit {
    border-bottom: 1px solid #f2f2f2;
    line-height: 50px;
    font-size: 20px;
    margin: 15px 0 10px
}

.vote-list {
    min-height: 200px;
    transition: height .8s;
    -webkit-transition: height .8s
}

.vote-list .loading {
    display: block;
    line-height: 200px;
    text-align: center
}

.vote-info {
    padding: 15px;
    border: 1px dashed #ddd;
    background: #f8f8f8;
    margin-bottom: 20px
}

.picvote {
    overflow: hidden;
    margin: 0 -1%
}

.picvote li {
    float: left;
    width: 23%;
    margin: 0 1% 25px 1%;
    text-align: center;
    background: #f5f5f5;
    overflow: hidden
}

.picvote li a {
    display: block;
    line-height: 0;
    overflow: hidden
}

.picvote li img {
    display: block;
    height: 176px;
    margin: auto
}

.picvote li span {
    display: block;
    line-height: 40px
}

.vote-list .mt25 {
    text-align: center
}

.vote-list .btn {
    width: 180px;
    font-size: 16px
}

.txtvote li {
    border-bottom: 1px dashed #ddd;
    line-height: 40px;
    padding-left: 20px;
    overflow: hidden
}

.txtvote li:hover {
    background: #f4f4f4
}

.txtvote span {
    display: inline-block
}

.txtvote .perbg {
    width: 55%;
    background: #ddd;
    line-height: 1;
    height: 14px;
    overflow: hidden;
    margin: 13px 0
}

.txtvote .option {
    width: 35%
}

.txtvote .optionval {
    width: 10%;
    text-align: right
}

.vote-list .show-btn {
    width: 100px;
    background: #666
}

.vote-list .show-btn:hover {
    background: #888
}

.vote-list .tips {
    line-height: 40px;
    color: #e33
}

.vote-result .optionval {
    width: 10%;
    text-align: right
}

.vote-list.ajax {
    margin-top: 20px
}

.ranking {
    padding: 15px 10px;
    border-top: 1px solid #ddd
}

.ranking .fl,
.ranking .fr,
.vote-per {
    line-height: 14px;
    height: 14px
}

.ranking .fl {
    width: 60%;
    background: #ddd;
    text-align: left;
    font-size: 0
}

.ranking .fr {
    width: 40%;
    text-align: right
}

.vote-per {
    display: inline-block;
    background: #369670;
    vertical-align: middle
}

.vote-result .th {
    font-weight: 700
}

.vote-result li {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    line-height: 40px;
    padding: 0 20px
}

.vote-result li:hover {
    background: #f4f4f4
}

.vote-result span {
    float: left
}

.vote-result .rank {
    width: 5%
}

.vote-result .rank i {
    display: inline-block;
    text-align: center;
    line-height: 1;
    background: #888;
    color: #fff;
    min-width: 20px;
    padding: 3px 5px
}

.vote-result .top1 i {
    background: #fc6c6c
}

.vote-result .top2 i {
    background: #ffa169
}

.vote-result .top3 i {
    background: #ffc861
}

.vote-result .perbg {
    width: 55%
}

.vote-result .name {
    width: 30%
}

.audioplayer {
    display: none;
    height: 2.5em;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #222;
    position: relative;
    z-index: 1;
    background: #333
}

.audioplayer-mini {
    width: 2.5em;
    margin: 0 auto
}

.audioplayer>div {
    position: absolute
}

.audioplayer-playpause {
    width: 2.5em;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border-right: 1px solid #555;
    border-right-color: rgba(255, 255, 255, .1)
}

.audioplayer-mini .audioplayer-playpause {
    width: 100%
}

.audioplayer-playpause:focus,
.audioplayer-playpause:hover {
    background-color: #222
}

.audioplayer-playpause a {
    display: block
}

.audioplayer-stopped .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.5em 0 0 -.25em
}

.audioplayer-playing .audioplayer-playpause a {
    width: .75em;
    height: .75em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.375em 0 0 -.375em
}

.audioplayer-playing .audioplayer-playpause a:after,
.audioplayer-playing .audioplayer-playpause a:before {
    width: 40%;
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0
}

.audioplayer-playing .audioplayer-playpause a:before {
    left: 0
}

.audioplayer-playing .audioplayer-playpause a:after {
    right: 0
}

.audioplayer-time {
    width: 4.375em;
    height: 100%;
    line-height: 2.375em;
    text-align: center;
    z-index: 2;
    top: 0
}

.audioplayer-time-current {
    border-left: 1px solid #111;
    border-left-color: rgba(0, 0, 0, .25);
    left: 2.5em
}

.audioplayer-time-duration {
    border-right: 1px solid #555;
    border-right-color: rgba(255, 255, 255, .1);
    right: 2.5em
}

.audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0
}

.audioplayer-bar {
    height: .875em;
    background-color: #222;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em;
    left: 6.875em;
    margin-top: -.438em
}

.audioplayer-novolume .audioplayer-bar {
    right: 4.375em
}

.audioplayer-bar div {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.audioplayer-bar-loaded {
    background-color: #333;
    z-index: 1
}

.audioplayer-bar-played {
    background: #007fd1;
    z-index: 2
}

.audioplayer-volume {
    width: 2.5em;
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba(0, 0, 0, .25);
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0
}

.audioplayer-volume:focus,
.audioplayer-volume:hover {
    background-color: #222
}

.audioplayer-volume-button {
    width: 100%;
    height: 100%
}

.audioplayer-volume-button a {
    width: .313em;
    height: .375em;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%
}

.audioplayer-volume-button a:after,
.audioplayer-volume-button a:before {
    content: '';
    position: absolute
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: 50%;
    right: -.25em;
    margin-top: -.5em
}

.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
    width: .313em;
    height: .313em;
    border: .25em double #fff;
    border-width: .25em .25em 0 0;
    left: .563em;
    top: -.063em;
    border-radius: 0 .938em 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.audioplayer-volume-adjust {
    height: 6.25em;
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px;
    background: #333
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
    opacity: 0
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
    top: auto;
    bottom: 100%
}

.audioplayer-volume-adjust>div {
    width: 40%;
    height: 80%;
    background-color: #222;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0
}

.audioplayer-volume-adjust div div {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007fd1
}

.audioplayer-novolume .audioplayer-volume {
    display: none
}

.audioplayer-volume-adjust {
    -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, .15), 2px -2px 2px rgba(0, 0, 0, .15);
    box-shadow: -2px -2px 2px rgba(0, 0, 0, .15), 2px -2px 2px rgba(0, 0, 0, .15)
}

.audioplayer-bar,
.audioplayer-volume-adjust>div {
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(255, 255, 255, .1);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(255, 255, 255, .1)
}

.audioplayer-bar-played,
.audioplayer-volume-adjust div div {
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: inset 0 0 5px rgba(255, 255, 255, .5)
}

.audioplayer-playpause,
.audioplayer-volume a {
    -webkit-filter: drop-shadow(1px 1px 0 #000);
    -moz-filter: drop-shadow(1px 1px 0 #000);
    -ms-filter: drop-shadow(1px 1px 0 #000);
    -o-filter: drop-shadow(1px 1px 0 #000);
    filter: drop-shadow(1px 1px 0 #000)
}

.audioplayer,
.audioplayer-volume-adjust {
    background: -ms-radial-gradient(top, #444, #222);
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
    background: linear-gradient(to bottom, #444, #222)
}

.audioplayer-bar-played {
    background: -ms-radial-gradient(left, #007fd1, #c600ff);
    background: -webkit-gradient(linear, left top, right top, from(#007fd1), to(#c600ff));
    background: linear-gradient(to right, #007fd1, #c600ff)
}

.audioplayer-volume-adjust div div {
    background: -ms-radial-gradient(bottom, #007fd1, #c600ff);
    background: -webkit-gradient(linear, left bottom, left top, from(#007fd1), to(#c600ff));
    background: linear-gradient(to top, #007fd1, #c600ff)
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
    border-radius: 4px
}

.audioplayer {
    border-radius: 2px
}

.audioplayer-volume-adjust {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.audioplayer *,
.audioplayer :after,
.audioplayer :before {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease
}

.show-paper-wrapper {
    padding: 50px 20px
}

.show-paper-wrapper .paper-title {
    margin-bottom: 10px;
    height: 40px
}

.show-paper-wrapper .paper-title a:last-child {
    margin-right: 10px
}

.show-paper-wrapper .paper-pic {
    position: relative;
    padding: 40px 60px;
    width: 690px;
    background: #f4f4f4;
    border-radius: 10px
}

.show-paper-wrapper .paper-pic.article-pic {
    padding: 30px;
    width: 345px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px #555;
    box-shadow: 0 2px 10px #555
}

.show-paper-wrapper .paper-pic .area-icon {
    width: 100%;
    position: relative
}

.show-paper-wrapper .paper-pic img {
    width: 100%;
    display: block
}

.show-paper-wrapper .paper-pic .area {
    position: absolute
}

.show-paper-wrapper .paper-pic .area.cur-area-icon {
    background: rgba(1, 91, 160, .3)
}

.show-paper-wrapper .paper-pic .area:hover {
    background: rgba(0, 0, 0, .6)
}

.show-paper-wrapper .paper-pic .controll {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    background: #369670
}

.show-paper-wrapper .paper-pic .controll:hover {
    background-color: #44bc8c
}

.show-paper-wrapper .paper-pic .page-left {
    left: 0
}

.show-paper-wrapper .paper-pic .page-right {
    right: 0
}

.show-paper-wrapper .paper-pic .all {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #369670
}

.show-paper-wrapper .article-content {
    padding: 30px;
    width: 715px;
    min-height: 700px;
    border-radius: 10px;
    background-color: #369670
}

.show-paper-wrapper .article-content h3 {
    padding: 20px 0;
    line-height: 2;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 2px solid #fff
}

.show-paper-wrapper .article-content .content {
    margin-top: 30px;
    color: #fff
}

.show-paper-wrapper .paper-article {
    padding: 30px 20px;
    width: 350px;
    height: auto;
    border-radius: 10px;
    background: #369670;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.show-paper-wrapper .paper-article h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.show-paper-wrapper .paper-article li {
    padding: 0 10px;
    height: 36px;
    line-height: 36px
}

.show-paper-wrapper .paper-article li a {
    color: #fff
}

.show-paper-wrapper .paper-article li a:hover {
    color: #b2dccf
}

.show-paper-wrapper .paper-review {
    padding: 30px 20px;
    width: 800px;
    border-radius: 10px;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.show-paper-wrapper .paper-review h3 {
    margin-bottom: 10px;
    color: #369670;
    font-size: 18px;
    font-weight: 400
}

.show-paper-wrapper .paper-review li {
    float: left;
    margin-right: 13px;
    margin-bottom: 20px;
    width: 180px;
    height: 305px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background-color: #fff
}

.show-paper-wrapper .paper-review li:nth-child(4n) {
    margin-right: 0
}

.show-paper-wrapper .paper-review li a {
    display: block
}

.show-paper-wrapper .paper-review li .paper-item-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px
}

.show-paper-wrapper .paper-review li .paper-item-img img {
    display: block;
    width: 172px;
    height: 262px
}

.show-paper-wrapper .paper-review li .paper-item-title {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #44bc8c;
    overflow: hidden;
    padding: 0 10px
}

.show-paper-wrapper .paper-review li:hover {
    -webkit-box-shadow: 5px 10px 10px #ccc;
    box-shadow: 5px 10px 10px #ccc
}

.yj-srcoll-box {
    min-width: 1200px;
    min-height: 153px;
    margin: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.yj-scroll-img {
    width: auto;
    height: 153px;
    overflow: hidden
}

.yj-scroll-img .scroll-box {
    position: relative;
    float: left;
    width: 240px !important;
    height: 153px;
    overflow: hidden;
    cursor: pointer
}

.yj-scroll-img .scroll-box img {
    display: block;
    width: 100%;
    height: 153px
}

.yj-scroll-img .scroll-box a.img-mark {
    display: block;
    position: absolute;
    left: -222px;
    top: 0;
    bottom: 0;
    width: 214px;
    height: 137px;
    margin: auto;
    background-color: rgba(54, 150, 112, .5);
    transition: all .3s;
    -webkit-transition: all .3s
}

.yj-scroll-img .scroll-box a.img-mark span {
    display: block;
    padding: 20px 20px 0;
    text-align: center;
    color: #fff;
    font-size: 16px
}

.yj-scroll-img .scroll-box a.img-mark i {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 20px
}

.yj-scroll-img .scroll-box:hover a {
    left: 8px
}

.poster .poster-title {
    height: 297px;
    background: url(../images/posterbg.png) no-repeat center;
    background-size: cover
}

.poster .poster-title .poster-mark {
    height: 100%;
    padding-top: 50px;
    background-color: rgba(54, 150, 112, .8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.poster .poster-title i.date {
    display: block;
    text-align: center;
    font-size: 40px;
    color: #369670;
    line-height: 40px;
    color: #225e46
}

.poster .poster-title h1 {
    height: 48px;
    margin: 20px 0 15px 0;
    text-align: center;
    line-height: 48px;
    font-size: 48px;
    color: #fff
}

.poster .poster-title .poster-subtitle {
    height: 45px;
    text-align: center;
    line-height: 45px
}

.poster .poster-title .poster-subtitle span {
    padding: 10px 50px;
    background-color: #225e46;
    color: #b1d06a;
    font-size: 20px
}

.poster .poster-title .poster-subtitle small {
    padding: 8px 30px;
    border: 2px solid #225e46;
    color: #225e46;
    font-size: 20px
}

.poster .poster-title .poster-subtitle small b {
    color: #fff
}

.poster .poster-title .poster-share {
    height: 40px;
    margin-top: 25px;
    text-align: center;
    line-height: 36px
}

.poster .poster-title .poster-share u {
    padding: 0 5px;
    color: #6dad92;
    font-size: 18px
}

.poster .poster-title .poster-share a {
    margin: 0 3px;
    color: #fff
}

.poster .poster-title .poster-share a i {
    width: 30px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #6dad92;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 18px
}

.poster .poster-title .poster-share a:hover i {
    background-color: #6dad92 !important;
    color: #fff
}

.poster .poster-info {
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4
}

.poster .poster-info li {
    min-height: 70px;
    padding: 25px;
    padding-left: 130px;
    border-bottom: 1px solid #e4e4e4;
    position: relative
}

.poster .poster-info li strong {
    font-size: 20px;
    color: #369670;
    position: absolute;
    top: 28px;
    left: 25px;
    line-height: 20px
}

.poster .poster-info li time {
    font-size: 16px;
    line-height: 24px
}

.poster .poster-info li span {
    font-size: 16px;
    line-height: 24px
}

.poster .poster-resource {
    height: 105px;
    padding-top: 30px;
    padding: 25px;
    background-color: #f2f2f2;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right
}

.poster .poster-resource strong {
    color: #1e1e1e;
    display: block
}

.poster .poster-resource span {
    font-size: 16px;
    line-height: 24px;
    color: #999
}

@media print {

    .about-banner,
    .aside,
    .aside-share,
    .banner,
    .color-share,
    .department-banner,
    .department-header,
    .department-nav,
    .footer,
    .gotop,
    .header,
    .links,
    .login-dialog,
    .news-center,
    .news-mark,
    .news-show>.fr,
    .path,
    .poster-share,
    .related,
    .second-nav,
    .small-banner,
    .source-share,
    .theme-cont,
    .three-nav,
    .topbar,
    .two-nav {
        display: none !important
    }

    .news-show>.fl {
        float: none !important;
        width: auto
    }

    .layout {
        width: 100% !important
    }

    .poster {
        width: 100%
    }

    .poster .poster-title {
        height: auto;
        text-align: center
    }

    .poster .poster-title .poster-mark {
        padding-bottom: 50px
    }

    .poster ul.poster-info {
        border: none
    }

    .poster ul.poster-info li {
        padding-top: 55px;
        padding-left: 160px
    }

    .poster ul.poster-info li strong {
        font-size: 26px;
        top: 58px
    }

    .poster ul.poster-info li span,
    .poster ul.poster-info li time {
        font-size: 24px
    }

    .poster .poster-resource {
        height: auto
    }

    .poster .poster-resource strong {
        color: #369670;
        font-size: 26px
    }

    .poster .poster-resource time {
        font-size: 24px
    }
}

.header {
    position: relative
}

.header .header-wrap {
    background-color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 4;
    height: 100px
}

.header .header-wrap h1 {
    margin-top: 16px;
    margin-right: 10px
}

.header .header-wrap h2 {
    float: left;
    margin-top: 15px;
    font-size: 40px;
    color: #369670
}

.header .header-wrap h2 a {
    color: #369670
}

.header .header-wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    z-index: 3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-color: #369670
}

.header .index-version-info {
    margin-top: 38px;
    display: flex;
    align-items: center;
}

.header .index-version-info .index-site-version {
    margin-right: 10px
}

.header .index-version-info .index-site-version.login-btn-wrap a:hover {
    border-color: #369670
}

.header .index-version-info .index-site-version a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    width: max-content;
    padding: 0 8px;
    float: left;
    font-size: 12px;
    text-align: center;
    height: 50px;
    color: #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e4e4e4
}

.header .index-version-info .index-site-version a.active-cate {
    border-color: #369670;
    color: #369670
}

.header .index-version-info .index-site-version a:hover {
    color: #369670
}

.header .index-version-info .index-site-version a i {
    font-size: 14px;
    margin-right: 5px;
    color: inherit
}

.header .index-version-info .index-site-version .right-yq {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* line-height: 20px;  */
    width: max-content;
    /* padding: 3px; */
    /* float: left; */
    /* font-size: 12px; */
    /* text-align: center; */
    height: 50px;
    color: #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid #e4e4e4 */
}



.header .index-version-info .index-site-version .right-yq i {
    font-size: 14px;
    margin-right: 5px;
    color: inherit
}

.header .index-version-info .index-site-version .right-yq .right .t-name {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e4e4;
    line-height: 20px;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 0 10px;
}

.header .index-version-info .index-site-version .right-yq .right .t-name i {
    font-size: 14px;
    margin-right: 5px;
    color: inherit
}

.header .index-version-info .index-site-version .active-cate .right .t-name {
    color: #369670;
    border-color: #369670;
}

.header .index-version-info .index-site-version .right-yq .right p {
    height: 25px;
    margin-bottom: 0;
    display: flex;
}

.header .index-version-info .index-site-version .right-yq .right p span {
    width: 50%;
    height: 100%;
}

.header .index-version-info .index-site-version .right-yq .right p span a {
    height: 25px;
    width: 100%;
}

.header .index-version-info .index-language-version {
    float: left;
    width: 35px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    border-left: 1px solid #f1f1f1;
    box-sizing: border-box;

}

.header .index-version-info .concat-type a {
    float: left;
    width: 35px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    border-left: 1px solid #f1f1f1;
    position: relative;
    box-sizing: border-box;

}

.header .index-version-info .concat-type a:hover .img-wp {
    -webkit-animation: popFadeIn .5s;
    animation: popFadeIn .5s;
    display: block
}

.header .index-version-info .concat-type a .img-wp {
    display: none;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -56px;
    z-index: 2;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 5px 20px rgba(174, 174, 174, .5);
    box-shadow: 0 5px 20px rgba(174, 174, 174, .5)
}

.header .index-version-info .concat-type a .img-wp .img-wp-item {
    display: inline-block;
    margin: 0 5px
}

.header .index-version-info .concat-type a .img-wp img {
    width: 99px;
    height: 100px;
    display: block
}

.header .index-version-info .concat-type a .img-wp:after {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #ddd;
    display: block;
    top: -18px;
    position: absolute;
    top: -19px;
    margin-left: -8px;
    left: 50%
}

.header .index-version-info .menu-bar,
.header .index-version-info .search-bar {
    color: #369670;
    font-weight: 700;
    width: 35px;
    float: left;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    border-left: 1px solid #f1f1f1
}

.header .index-version-info .menu-bar,
.header .index-version-info .search-bar {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.header .index-version-info .menu-bar:before,
.header .index-version-info .search-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.header .index-version-info .menu-bar:hover:before,
.header .index-version-info .search-bar:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.nav {
    height: 46px;
    text-align: center;
    background-color: #369670;
    position: relative;
    z-index: 3
}

.nav .nav-bar-wrap {
    height: 46px
}

.nav .nav-bar-wrap>li {
    float: left;
    margin-right: 26px
}

.nav .nav-bar-wrap>li:last-child {
    margin-right: 0
}

.nav .nav-bar-wrap>li>a {
    position: relative;
    display: block;
    height: 46px;
    line-height: 46px;
    color: #fff;
    z-index: 3
}

.nav .nav-bar-wrap>li>a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.nav .nav-bar-wrap>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #b1d06a;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.3, 1, 1);
    transform: scale3d(.3, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.nav .nav-bar-wrap>li>a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.nav .nav-bar-wrap>li.cur>a:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.nav .subnav {
    color: #3a9873;
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
    border-top: 1px solid #ddd;
    font-size: 14px
}

.nav .subnav>.layout {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 315px
}

.nav .subnav>.layout:before {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    width: 200px;
    height: 142px;
    left: 0;
    bottom: 35px;
    background: url(../images/navbanner.png)
}

.nav .dropTitle {
    float: left;
    position: relative;
    height: 100%;
    width: 314px;
    padding: 25px 0
}

.nav .dropTitle h2 {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 20px
}

.nav .dropTitle h2 a {
    color: #369670
}

.nav .dropTitle h2 a span {
    display: block;
    color: #aeaeae;
    font-size: 16px;
    font-weight: 400
}

.nav .dropMenu {
    overflow: hidden;
    margin: 0 auto;
    float: left;
    height: 100%;
    padding: 25px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.nav .dropMenu>li {
    float: left;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: inherit
}

.nav .dropMenu>li>a {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    display: block;
    margin-bottom: 26px;
    padding-left: 35px
}

.nav .dropMenu>li>a:after {
    display: inline-block;
    content: '\e60e';
    font-family: iconfont !important;
    font-size: 12px;
    color: #f58915;
    transition: all .3s;
    -webkit-transition: all .3s
}

.nav .dropMenu>li>a:hover:after {
    color: #369670;
    transform: translate(4px);
    -webkit-transform: translate(4px)
}

.nav .dropMenu>li>a:hover span {
    color: #369670;
    text-decoration: underline
}

.nav .dropMenu>li .threeMenu {
    margin-top: -15px
}

.nav .dropMenu>li .threeMenu a {
    display: block;
    padding-left: 40px
}

.nav .dropMenu.dropMenu_col_4 {
    width: 886px
}

.nav .dropMenu.dropMenu_col_4 li {
    width: 220px;
    border-right: 1px solid #ddd
}

.nav .dropMenu.dropMenu_col_4 li:last-child {
    border-right: none
}

.nav .dropMenu.dropMenu_col_3 {
    width: 440px
}

.nav .dropMenu.dropMenu_col_3 li {
    width: 33.33%;
    border-right: 1px solid #ddd
}

.nav .dropMenu.dropMenu_col_3 li:last-child {
    border-right: none
}

.nav .dropMenu.dropMenu_col_2 {
    width: 440px
}

.nav .dropMenu.dropMenu_col_2 li {
    width: 50%
}

.nav .dropMenu.dropMenu_col_2 li:first-child {
    border-right: 1px solid #ddd
}

.nav .dropMenu.dropMenu_col_1 {
    width: 154px
}

.nav .dropMenu.dropMenu_col_1 li {
    width: 100%;
    border-right: 1px solid #ddd
}

.nav .hospital-intro-right {
    float: right;
    padding: 25px 0
}

.nav .hospital-intro-right a {
    display: block;
    position: relative;
    margin-bottom: 15px
}

.nav .hospital-intro-right a span {
    position: absolute;
    top: 25px;
    left: 20px;
    color: #fff;
    font-weight: 700;
    z-index: 2;
    font-size: 16px
}

.nav .hospital-intro-right a span:after {
    content: '';
    display: block;
    background-color: #fff;
    width: 28px;
    height: 3px;
    margin-top: 8px
}

.nav .hospital-news-right {
    float: right;
    padding: 25px 0;
    width: 338px
}

.nav .hospital-news-right.hs-video-right {
    width: 696px
}

.nav .hospital-news-right .hs-news-title {
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 10px
}

.nav .hospital-news-right .hs-news-title a {
    font-size: 16px
}

.nav .hospital-news-right .hs-news-title .hs-news-slider-dots {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right
}

.nav .hospital-news-right .hs-news-title .hs-news-slider-dots .slick-dots {
    position: static
}

.nav .hospital-news-right .hs-news-title .hs-news-slider-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #666;
    margin: 0 2px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.nav .hospital-news-right .hs-news-title .hs-news-slider-dots li button {
    display: none
}

.nav .hospital-news-right .hs-news-title .hs-news-slider-dots li.slick-active {
    width: 30px;
    background-color: #ff8400
}

.nav .hospital-news-right .hs-news-wrap {
    position: relative
}

.nav .hospital-news-right .hs-news-wrap.hs-video-wrap {
    width: 696px
}

.nav .hospital-news-right .hs-news-wrap.hs-video-wrap .hs-news-slider {
    width: 696px
}

.nav .hospital-news-right .hs-news-wrap.hs-video-wrap .hs-news-slider>.slick-list {
    width: 696px
}

.nav .hospital-news-right .hs-news-wrap.hs-video-wrap .hs-video-slider-item {
    width: 696px
}

.nav .hospital-news-right .hs-news-wrap.hs-video-wrap .hs-video-slider-item a {
    float: left;
    width: 338px !important
}

.nav .hospital-news-right .hs-news-wrap.hs-video-wrap .hs-video-slider-item a:first-child {
    margin-right: 20px
}

.nav .hospital-news-right .hs-news-wrap.hs-video-wrap .hs-video-slider-item a i {
    position: absolute;
    bottom: 45px;
    right: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 20;
    width: 50px;
    height: 50px;
    background-color: #fdeeee;
    border-radius: 50%;
    color: #999;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(148, 148, 148, .5);
    box-shadow: 2px 2px 3px rgba(148, 148, 148, .5)
}

.nav .hospital-news-right .hs-news-wrap .hs-news-slider {
    width: 338px;
    height: 227px;
    overflow: hidden
}

.nav .hospital-news-right .hs-news-wrap .hs-news-slider>.slick-list {
    width: 338px;
    height: 227px
}

.nav .hospital-news-right .hs-news-wrap .hs-news-slider a {
    position: relative;
    display: block;
    color: #fff;
    width: 338px !important
}

.nav .hospital-news-right .hs-news-wrap .hs-news-slider a img {
    display: block;
    width: 338px;
    height: 227px
}

.nav .hospital-news-right .hs-news-wrap .hs-news-slider a span {
    height: 36px;
    line-height: 36px;
    background-color: rgba(0, 0, 0, .7);
    padding-right: 85px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-left: 10px
}

.nav .hospital-news-right .hs-news-wrap .hs-news-slider a span {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.nav .hospital-news-right .hs-news-wrap .hs-news-slider a span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #065a3a;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.nav .hospital-news-right .hs-news-wrap .hs-news-slider a span:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.nav .hospital-news-right .hs-news-wrap .hs-news-slider a span u {
    position: absolute;
    right: 10px;
    top: 0;
    height: 36px;
    line-height: 36px
}

.nav .menuFixed {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.nav .menuFixed a {
    display: inline-block;
    color: #369670;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px
}

.nav .menuFixed a:first-child i {
    background-color: #369670
}

.nav .menuFixed a:last-child i {
    background-color: #8ea064
}

.nav .menuFixed a i {
    margin-right: 10px;
    font-size: 26px;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #b78b5c
}

.nav .menuFixed a:hover i {
    background-color: #b78b5c
}

.nav .department-subnav-wrap.subnav {
    padding: 30px 0
}

.nav .department-subnav-wrap.subnav .dropTitle {
    width: 170px
}

.nav .department-subnav-wrap.subnav>.layout:before {
    width: 130px;
    height: 92px;
    background-size: 80%;
    background-repeat: no-repeat;
    bottom: 0
}

.nav .department-subnav {
    float: right;
    width: 1030px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nav .department-subnav dl {
    text-align: left;
    line-height: 1;
    padding-bottom: 15px
}

.nav .department-subnav dl:last-child {
    padding-bottom: 0
}

.nav .department-subnav dl a {
    display: inline;
    white-space: nowrap
}

.nav .department-subnav dt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 16px
}

.nav .department-subnav dt span {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 8px
}

.nav .department-subnav dd {
    text-align: justify;
    padding-top: 6px
}

.nav .department-subnav dd a {
    line-height: 1.8;
    margin: 0 10px 0 0;
    border: none;
    border-bottom: 1px dashed transparent
}

.nav .department-subnav dd a:hover {
    border-color: #369670
}
.nav .department-subnav dd .father-dep {
   position: relative;
   display: inline-block;
}
.nav .department-subnav dd .father-dep p{
    margin-bottom: 0;
    color: #333;
}
.nav .department-subnav dd .father-dep:hover ul {
    opacity: 1;
    visibility: visible;
}
.nav .department-subnav dd .father-dep ul {
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 111;
}
.nav .department-subnav dd .father-dep ul li:before {
    display:none;
}
.nav .department-subnav dd .father-dep ul li a {
    line-height: 1;
}
.nav .department-subnav dd .father-dep ul li a p{
    margin-bottom: 0;
    border-bottom: 1px dashed transparent;
    width: fit-content;
}
.nav .department-subnav dd .father-dep ul li a:hover p {
    color: #369670;
    border-color: #369670;
}
.substation-header {
    background-color: #fff
}

.substation-header .top-header {
    height: 91px;
    padding: 19px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.substation-header .logo-a {
    display: block;
    width: 363px;
    height: 53px
}

.substation-header .logo-a img {
    width: 100%;
    max-height: 53px;
    display: block
}

.substation-header .top-header h1 {
    font-size: 30px;
    color: #e4ab2c;
    line-height: 30px;
    height: 30px;
    border-left: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-left: 13px;
    margin-left: 13px;
    margin-right: 20px
}

.substation-header .go-main {
    line-height: 28px;
    height: 30px;
    width: 120px;
    text-align: center;
    margin-top: 22px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #a09b9b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    color: #686868
}

.substation-header .go-main:hover {
    border-color: #b1d06a;
    background-color: #b1d06a;
    color: #fff
}

.substation-header .go-main:hover a {
    color: #fff
}

.substation-header .go-main i {
    margin-right: 10px;
    font-size: 15px
}

.substation-header .search {
    margin-top: 12px;
    width: 357px
}

.substation-header .search input {
    width: 319px;
    height: 40px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    margin-right: -5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px
}

.substation-header .search input:focus {
    background-color: #fff;
    border-color: #f2f2f2
}

.substation-header .search button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0
}

.substation-header .search button i {
    font-size: 26px;
    width: 40px;
    height: 40px
}

.substation-header nav {
    background-color: #369670;
    position: relative;
    height: 46px;
    overflow: hidden
}

.substation-header nav a {
    color: #fff;
    position: relative;
    line-height: 46px;
    display: inline-block
}

.substation-header nav a:hover {
    color: #fff
}

.substation-header .nav-header a:after {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    background-color: #e4ab2c;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: width .3s, left .3s;
    transition: width .3s, left .3s
}

.substation-header .nav-header li {
    margin-right: 30px;
    float: left
}

.substation-header .nav-header li:last-child {
    margin-right: 0
}

.substation-header .nav-header .cur a:after,
.substation-header .nav-header a:hover:after {
    width: 100%;
    left: 0
}

.index-left-img {
    position: fixed;
    top: 450px;
    width: 160px;
    height: 300px;
    z-index: 3000;
}

.index-left-img a {
    width: 160px;
    height: 300px;
}

.index-left-img a img {
    width: 160px;
    height: 300px;
}

.index-slider-wrap {
    position: relative;
    height: 400px;
    overflow: hidden
}

.index-slider-wrap.inner-slider-wrap {
    height: 400px
}

.index-slider-wrap.rad-theme .slick-arrow-wrap .slick-arrow {
    position: absolute
}

.index-slider-wrap.rad-theme .slick-arrow-wrap .slick-arrow {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-slider-wrap.rad-theme .slick-arrow-wrap .slick-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ec5645;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-slider-wrap.rad-theme .slick-arrow-wrap .slick-arrow:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-slider-wrap.rad-theme .index-slider-control .slick-dots li {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-slider-wrap.rad-theme .index-slider-control .slick-dots li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ec5645;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-slider-wrap.rad-theme .index-slider-control .slick-dots li:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-slider-wrap.rad-theme .index-slider-control .slick-dots li.slick-active {
    background-color: #ec5645;
    border-color: #ec5645
}

.index-slider-wrap.rad-theme .index-slider-control .index-slider-pause.active:after {
    color: #ec5645
}

.index-slider-wrap.rad-theme .index-slider-control .index-slider-pause:hover::after {
    color: #ec5645
}

.index-slider {
    height: 400px;
    background: #ede1ca;
    position: relative;
    min-width: 1280px;
    width: 100%
}

.index-slider .index-slider-item {
    float: left;
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

.inner-slider-wrap .index-slider {
    height: 400px
}

.inner-slider-wrap .index-slider .index-slider-item {
    height: 400px
}

.slick-arrow-wrap {
    position: absolute;
    height: 74px;
    top: 50%;
    width: 100%;
    width: 100%;
    margin-top: -37px
}

.slick-arrow-wrap>.layout {
    position: relative;
    max-width: 1440px;
    min-width: 1200px;
    width: 100%
}

.slick-arrow-wrap>.layout .slick-arrow {
    position: absolute !important;
    z-index: 1;
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    overflow: hidden
}

.slick-arrow-wrap>.layout .slick-arrow {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.slick-arrow-wrap>.layout .slick-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #065a3a;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.slick-arrow-wrap>.layout .slick-arrow:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-arrow-wrap>.layout .slick-arrow:after {
    font-family: iconfont;
    font-size: 30px
}

.slick-arrow-wrap>.layout .slick-arrow.slick-prev {
    left: 0
}

.slick-arrow-wrap>.layout .slick-arrow.slick-prev:after {
    content: "\e61c"
}

.slick-arrow-wrap>.layout .slick-arrow.slick-next {
    right: 0
}

.slick-arrow-wrap>.layout .slick-arrow.slick-next:after {
    content: "\e60e"
}

.index-slider-control {
    position: absolute;
    bottom: 4px;
    text-align: center;
    left: 0;
    width: 100%
}

.index-slider-control>div {
    display: inline-block
}

.index-slider-control .slick-dots {
    position: static
}

.index-slider-control .slick-dots li {
    overflow: hidden;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-transition: .38s;
    transition: .38s;
    background-color: transparent
}

.index-slider-control .slick-dots li button {
    display: none
}

.index-slider-control .slick-dots li {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-slider-control .slick-dots li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b1d06a;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-slider-control .slick-dots li:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-slider-control .slick-dots li.slick-active {
    background-color: #b1d06a;
    border-color: #b1d06a
}

.index-slider-control .index-slider-pause {
    cursor: pointer
}

.index-slider-control .index-slider-pause:after {
    content: "\e6b8";
    font-family: iconfont;
    display: inline-block;
    color: #fff;
    top: -2px;
    position: relative
}

.index-slider-control .index-slider-pause.active:after {
    content: "\e6bb";
    color: #b1d06a;
    top: 0
}

.index-slider-control .index-slider-pause:hover::after {
    color: #369670
}

.slide-txt {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.slick-active .slide-txt {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-txt img {
    position: relative;
    vertical-align: middle
}

.slide-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    text-align: center
}

.slide-btn a {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
    background: #c9c9c9;
    display: inline-block;
    width: 57px;
    height: 12px
}

.slide-btn a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.slide-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ddd;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.slide-btn a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slide-btn a.cur {
    background: #b1d06a
}

.index-news-banner {
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover
}

.index-news-banner .index-news-bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-filter: grayscale(5%);
    filter: grayscale(5%);
    overflow: hidden
}

.index-news-banner .index-news-bgimg:after {
    display: block;
    content: "";
    background-color: rgba(212, 241, 197, .4);
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: 1;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.index-news-banner .index-news-bgimg img {
    width: 110%;
    height: 110%;
    display: block;
    -webkit-filter: blur(10px) grayscale(10%);
    filter: blur(10px) grayscale(10%);
    position: relative;
    left: -10px;
    top: -10px
}

.index-news-banner>.layout {
    position: relative;
    z-index: 1;
    background-position: center right;
    background-color: #3a9670;
    background-repeat: no-repeat;
    background-size: cover
}

.index-news-banner>.layout .index-news-left {
    width: 600px;
    height: 330px;
    float: left;
    background-position: center;
    background-color: #3d9a75;
    background-color: rgba(61, 154, 117, .95);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 45px;
    position: relative;
    z-index: 2
}

.index-news-banner>.layout .index-news-left:after {
    display: block;
    content: "";
    background-color: rgba(61, 154, 117, .95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.index-news-banner>.layout .index-news-left span {
    display: inline-block;
    width: 83px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #afc3ad;
    color: #afc3ad;
    font-size: 16px
}

.index-news-banner>.layout .index-news-left h3 {
    margin: 10px auto
}

.index-news-banner>.layout .index-news-left h3 a {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    line-height: 38px;
    height: 118px;
    display: inline-block;
    overflow: hidden
}

.index-news-banner>.layout .index-news-left h3 a:hover {
    opacity: .7
}

.index-news-banner>.layout .index-news-left time {
    color: #8cb5a3
}

.index-news-banner>.layout .index-news-left p {
    margin-top: 15px
}

.index-news-banner>.layout .index-news-left p a {
    display: inline-block;
    width: 129px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #acca67;
    color: #3a7551
}

.index-news-banner>.layout .index-news-left p a i {
    margin-right: 10px;
    font-weight: 700;
    position: relative;
    top: -2px
}

.index-news-banner>.layout .index-news-left p a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-news-banner>.layout .index-news-left p a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3a7551;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-news-banner>.layout .index-news-left p a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-news-banner>.layout .index-news-left p a:hover {
    color: #fff
}

.index-news-banner>.layout .index-news-right {
    width: 600px;
    height: 330px;
    float: right;
    overflow: hidden
}

.index-news-banner>.layout .index-news-right img {
    width: 600px;
    min-height: 330px;
    display: block
}

.home-banner {
    position: relative;
    min-width: 1200px;
    height: 460px;
    overflow: hidden;
    font-size: 12px
}

.home-banner img {
    min-width: 1200px
}

.service-box {
    height: 260px;
    margin-top: 20px;
    background: url(../images/service-box__bg.jpg) center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 41px
}

.service-box .title-center {
    text-align: center;
    margin-bottom: 16px
}

.service-box .title-center a {
    color: #fff;
    font-size: 30px;
    display: block;
    line-height: 30px
}

.service-box .title-center a:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ff8400;
    margin: 16px auto 0
}

.service-box .service-list {
    height: 117px
}

.service-box .service-list li {
    float: left;
    width: 117px;
    height: 117px;
    border-radius: 6px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .2);
    margin-right: 37px
}

.service-box .service-list li:last-child {
    margin-right: 0
}

.service-box .service-list li a {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 30px;
    line-height: 18px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.service-box .service-list li a i {
    display: block;
    font-size: 26px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-bottom: 16px
}

.service-box .service-list li a span {
    font-size: 14px
}

.service-box .service-list li a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.service-box .service-list li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(177, 208, 106, .6);
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.service-box .service-list li a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.special-substation-wrap {
    height: 330px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding-top: 56px
}

.special-substation-wrap .index-special-wrap {
    width: 362px
}

.special-substation-wrap .index-special-wrap .title-base-index a.fr {
    font-weight: 400
}

.special-substation-wrap .index-special-wrap .title-base-index a.fr i {
    color: #ff8400
}

.special-substation-wrap .index-special-wrap .index-special {
    margin-top: 16px
}

.special-substation-wrap .index-special-wrap .index-special a {
    display: block;
    margin-bottom: 4px
}

.special-substation-wrap .index-special-wrap .index-special a img {
    display: block;
    width: 100%
}

.special-substation-wrap .index-substation-wrap {
    width: 806px
}

.special-substation-wrap .index-substation-wrap .index-substation {
    height: 180px;
    margin-top: 16px;
    background: url(../images/index-substation__bg.jpg) center;
    border: 1px solid #e4e4e4
}

.special-substation-wrap .index-substation-wrap .index-substation a {
    display: block;
    width: 114px;
    height: 100%;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 41px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-right: 1px solid #bdd9cc
}

.special-substation-wrap .index-substation-wrap .index-substation a:last-child {
    border-right: none;
    width: 120px
}

.special-substation-wrap .index-substation-wrap .index-substation a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.special-substation-wrap .index-substation-wrap .index-substation a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #369670;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.special-substation-wrap .index-substation-wrap .index-substation a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.special-substation-wrap .index-substation-wrap .index-substation a:first-child {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.special-substation-wrap .index-substation-wrap .index-substation a:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ec5645;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.special-substation-wrap .index-substation-wrap .index-substation a:first-child:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.special-substation-wrap .index-substation-wrap .index-substation a:first-child i {
    font-size: 0;
    background: url(../images/dang-icon.png) center no-repeat
}

.special-substation-wrap .index-substation-wrap .index-substation a:hover {
    color: #fff
}

.special-substation-wrap .index-substation-wrap .index-substation a:hover i {
    background-color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.special-substation-wrap .index-substation-wrap .index-substation a:hover b {
    background-color: rgba(255, 255, 255, .3);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.special-substation-wrap .index-substation-wrap .index-substation a:hover span {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.special-substation-wrap .index-substation-wrap .index-substation a i {
    display: block;
    font-size: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 48px;
    margin: 0 auto 13px;
    color: #369670;
    -webkit-transition: .38s;
    transition: .38s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.special-substation-wrap .index-substation-wrap .index-substation a b {
    display: block;
    height: 1px;
    width: 17px;
    margin: 13px auto;
    background-color: #bdd9cc;
    -webkit-transition: .38s;
    transition: .38s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.special-substation-wrap .index-substation-wrap .index-substation a span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: -webkit-transform .38s;
    transition: -webkit-transform .38s;
    transition: transform .38s;
    transition: transform .38s, -webkit-transform .38s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.service-news {
    height: 540px
}

.service-news .news-left {
    width: 230px;
    height: 450px
}

.service-news .news-left .news-topic {
    height: 270px
}

.service-news .news-left .news-topic .topic-list {
    margin-top: 20px
}

.service-news .news-left .news-topic .topic-list li.top-topic {
    position: relative;
    width: 230px;
    height: 75px;
    margin-bottom: 10px
}

.service-news .news-left .news-topic .topic-list li.top-topic img {
    width: 230px;
    height: 75px
}

.service-news .news-left .news-topic .topic-list li.top-topic span {
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 18px;
    font-weight: 700
}

.service-news .news-left .news-topic .topic-list li.top-topic span:before {
    content: "";
    display: block;
    width: 35px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #1e1e1e
}

.service-news .news-left .news-topic .topic-list li+li a:before {
    content: "•";
    margin-right: 3px;
    color: #ff8400;
    font-size: 12px
}

.service-news .news-left .news-video .video-show {
    margin-top: 20px
}

.service-news .news-left .news-video .video-show .vdimg {
    display: block;
    width: 230px;
    height: 122px
}

.service-news .news-left .news-video .video-show .vdimg .vdimg-inner {
    position: relative;
    width: 230px;
    height: 122px;
    background-color: rgba(0, 0, 0, .3);
    transition: all .3s;
    -webkit-transition: all .3s
}

.service-news .news-left .news-video .video-show .vdimg .vdimg-inner i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -29px;
    margin-left: -29px;
    line-height: 1;
    border-radius: 50%;
    font-size: 58px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.service-news .news-left .news-video .video-show .vdimg .vdimg-inner:hover {
    background-color: transparent
}

.service-news .news-left .news-video .video-show .vdimg .vdimg-inner:hover i {
    color: #369670
}

.service-news .news-left .news-video .video-show h3 {
    margin-top: 15px;
    text-align: center
}

.service-news .new-list {
    margin-top: 10px;
    margin-bottom: 10px
}

.service-news .new-list li a span {
    color: #369670
}

.service-news .new-list li a:before {
    content: "•";
    margin-right: 3px;
    color: #ff8400;
    font-size: 12px
}

.service-news .new-list li time {
    float: right;
    color: #999
}

.service-news .new-center {
    width: 560px;
    margin-left: 30px
}

.service-news .new-center .news-bar {
    padding-top: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e4e4e4
}

.service-news .new-center .news-bar a {
    position: relative;
    display: block;
    float: left;
    width: 72px;
    font-size: 18px
}

.service-news .new-center .news-bar a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.service-news .new-center .news-bar a:hover:after {
    width: 72px
}

.service-news .new-center .news-bar .cur:after {
    width: 72px
}

.service-news .new-center .news-bar a+a {
    margin-left: 25px
}

.service-news .new-center .news-container {
    margin-top: 20px;
    overflow: hidden
}

.service-news .new-center .news-container .news-con {
    display: none
}

.service-news .new-center .news-container .news-con .news-top {
    border-bottom: 1px dashed #e4e4e4
}

.service-news .new-center .news-container .news-con .news-top h4 {
    font-size: 18px;
    font-weight: 400
}

.service-news .new-center .news-container .news-con .news-top p {
    color: #999
}

.service-news .new-center .news-container .news-con .news-top span {
    color: #999
}

.service-news .new-center .news-container .news-con .title-base-noborder {
    padding-top: 3px;
    padding-bottom: 2px;
    background-color: #f2f2f2
}

.service-news .new-center .news-container .news-con .title-base-noborder a.fl {
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1e
}

.service-news .new-center .news-container .news-con .title-base-noborder a.fl:hover {
    color: #369670
}

.service-news .news-right {
    width: 350px;
    height: 540px;
    margin-left: 30px
}

.service-news .news-right .new-right-top {
    width: 350px;
    height: 270px
}

.service-news .news-right .new-right-top .right-box {
    margin-top: 30px
}

.service-news .news-right .new-right-bottom {
    width: 350px;
    height: 270px
}

.service-news .news-right .new-right-bottom .heath-box {
    margin-top: 20px
}

.service-news .news-right .new-right-bottom .heath-video {
    width: 160px
}

.service-news .news-right .new-right-bottom .heath-video a.vdimg {
    display: block;
    width: 160px;
    height: 120px
}

.service-news .news-right .new-right-bottom .heath-video a.vdimg .vdimg-inner {
    position: relative;
    width: 160px;
    height: 120px;
    background-color: rgba(0, 0, 0, .3);
    transition: all .3s;
    -webkit-transition: all .3s
}

.service-news .news-right .new-right-bottom .heath-video a.vdimg .vdimg-inner i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -29px;
    margin-left: -29px;
    line-height: 1;
    border-radius: 50%;
    font-size: 58px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.service-news .news-right .new-right-bottom .heath-video a.vdimg .vdimg-inner:hover {
    background-color: transparent
}

.service-news .news-right .new-right-bottom .heath-video a.vdimg .vdimg-inner:hover i {
    color: #369670
}

.service-news .news-right .new-right-bottom .heath-video h3 {
    margin-top: 10px;
    text-align: center
}

.service-news .news-right .new-right-bottom .heath-video h3 a {
    font-weight: 400
}

.service-news .news-right .new-right-bottom .heath-list {
    width: 170px;
    height: 120px
}

.service-news .news-right .new-right-bottom .heath-list li a:before {
    content: "•";
    margin-right: 3px;
    color: #ff8400;
    font-size: 12px
}

.home-news-wrap {
    padding: 30px 0 0
}

.home-news-wrap.bg-f7 {
    background-color: #f7f7f7;
    padding: 20px 0 15px
}

.home-news-wrap .title-base-index {
    border-bottom: none
}

.home-news-wrap .title-base {
    padding-left: 15px;
    padding-right: 15px
}

.home-news-wrap .home-news-main {
    width: 100%
}

.home-news-wrap .home-news-main.fl {
    width: 710px
}

.home-news-wrap .home-news-main .title-base-noborder {
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    height: 26px;
    margin-bottom: 16px;
    border: none
}

.home-news-wrap .home-news-main .title-base-noborder a.fl {
    font-weight: 700;
    font-size: 20px
}

.home-news-wrap .home-news-main .title-base-noborder a.fl:before {
    top: 1px;
    height: 18px
}

.home-news-wrap .home-news-main .tab-title-news {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px
}

.home-news-wrap .home-news-main .tab-title-news a {
    font-weight: 700
}

.home-news-wrap .home-news-main .tab-title-news a.cur {
    color: #369670
}

.home-news-wrap .home-news-main .tab-title-news a:after {
    content: "|";
    display: inline-block;
    font-size: 20px;
    color: #999;
    position: relative;
    top: -2px;
    margin: 0 10px
}

.home-news-wrap .home-news-main .tab-title-news a:last-child:after {
    content: ""
}

.home-news-wrap .home-news-main .new-center {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.home-news-wrap .home-news-main .new-center .tab-pannel-item {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #c8dbd4
}

.home-news-wrap .home-news-main .new-center .tab-pannel-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.home-news-wrap .home-news-main .news-img-slide {
    width: 270px;
    height: 168px;
    overflow: hidden
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item .slick-dots {
    width: 74px;
    height: 22px;
    background: rgba(0, 0, 0, .4);
    top: 5px !important;
    right: 5px
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item .slick-dots li {
    margin: 0 2px;
    width: 10px;
    border-radius: 6px
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item .slick-dots li.slick-active {
    width: 22px;
    background-color: #ff8400
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item .slick-list {
    width: 270px
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item-li {
    width: 270px !important;
    height: 168px
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item-li .news-item {
    width: 270px;
    float: left;
    height: 168px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item-li .news-item .news-it-img {
    display: block;
    width: 100%;
    height: 168px;
    overflow: hidden
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item-li .news-item .news-it-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .68s;
    transition: -webkit-transform .68s;
    transition: transform .68s;
    transition: transform .68s, -webkit-transform .68s
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item-li .news-item .news-it-tit {
    display: block;
    line-height: 1.4;
    height: 45px;
    padding: 7px;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #636363;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item-li .news-item .news-it-dtail {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 1px;
    color: #ccc;
    display: block;
    font-weight: 400
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item-li .news-item .news-item:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item-li .news-item span {
    margin-bottom: 10px
}

.home-news-wrap .home-news-main .news-img-slide .news-img-slide-item-li .news-item span u {
    color: #e8e4e8;
    margin: 0 5px
}

.home-news-wrap .home-news-main .news-con {
    width: 100%;
    height: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.home-news-wrap .home-news-main .news-con.fr {
    width: 425px;
    height: 150px;
    margin-left: 15px
}

.home-news-wrap .home-news-main .news-con .news-con-list li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 34px;
    height: 39px;
    border-bottom: 1px dotted #eaeaea
}

.home-news-wrap .home-news-main .news-con .news-con-list li:last-child {
    border-bottom: none;
    line-height: 18px;
    height: 18px;
    margin-top: 9px
}

.home-news-wrap .home-news-main .news-con .news-con-list li:before {
    content: "•";
    margin-right: 3px;
    color: #ff8400;
    font-size: 12px
}

.home-news-wrap .home-news-main .news-con .news-con-list li.thumb {
    padding-left: 108px
}

.home-news-wrap .home-news-main .news-con .news-con-list li:first-child {
    line-height: 18px;
    height: 25px
}

.home-news-wrap .home-news-main .news-con .news-con-list li .thumb-img {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 58px;
    height: 44px;
    overflow: hidden
}

.home-news-wrap .home-news-main .news-con .news-con-list li .thumb-img img {
    width: 58px;
    height: 44px
}

.home-news-wrap .home-news-main .news-con .news-con-list li span {
    color: #369670
}

.home-news-wrap .home-news-main .news-con .news-con-list li u {
    color: #e8e4e8;
    margin: 0 5px
}

.home-news-wrap .home-news-main .news-con .news-con-list li time {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
    font-size: 13px;
    padding-left: 3px
}

.home-news-wrap .home-news-main .news-con .new-notice-list li {
    line-height: 20px;
    height: 20px;
    margin-bottom: 10px
}

.home-news-wrap .home-news-main .news-con .new-notice-list li:last-child {
    margin-bottom: 0
}

.home-news-wrap .home-news-main .news-con .new-notice-list li:first-child {
    line-height: 18px
}

.home-news-wrap .home-news-main .news-con .new-notice-list li a {
    display: inline-block;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-news-wrap .home-news-main .news-con .new-notice-list li a:before {
    content: "•";
    margin-right: 3px;
    color: #ff8400;
    font-size: 12px
}

.home-news-wrap .home-news-main .news-con .new-notice-list li time {
    float: right;
    width: 10%;
    color: #999
}

.home-news-wrap .home-news-main .tab-pannel-item-col-3 .news-con-thumb {
    width: 380px;
    height: 120px
}

.home-news-wrap .home-news-main .tab-pannel-item-col-3 .news-con-thumb.fl {
    margin-right: 30px
}

.home-news-wrap .home-news-main .news-con-thumb {
    width: 100%;
    height: 120px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.home-news-wrap .home-news-main .news-con-thumb .list-thumb li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    height: 20px;
    margin-bottom: 10px
}

.home-news-wrap .home-news-main .news-con-thumb .list-thumb li .thumb-title:before {
    content: "•";
    margin-right: 3px;
    color: #ff8400;
    font-size: 12px
}

.home-news-wrap .home-news-main .news-con-thumb .list-thumb li:last-child {
    margin-bottom: 0
}

.home-news-wrap .home-news-main .news-con-thumb .list-thumb li.thumb {
    padding-left: 40px
}

.home-news-wrap .home-news-main .news-con-thumb .list-thumb li .thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 20px;
    overflow: hidden
}

.home-news-wrap .home-news-main .news-con-thumb .list-thumb li .thumb-img img {
    width: 30px;
    height: 20px
}

.home-news-wrap .home-news-main .news-con-thumb .list-thumb li time {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    height: 20px
}

.home-news-wrap .home-news-main .news-con-thumb .list-thumb li time span {
    color: #369670;
    width: 80px;
    overflow: hidden;
    height: 20px;
    text-align: right
}

.home-news-wrap .home-news-main .news-con-thumb .list-thumb li time u {
    color: #e8e4e8;
    margin: 0 4px
}

.home-news-wrap .home-news-other {
    width: 420px
}

.home-news-wrap .home-news-other .new-notice {
    margin-bottom: 25px
}

.home-news-wrap .home-news-other .new-notice .new-notice-list {
    margin-top: 16px;
    height: 170px
}

.home-news-wrap .home-news-other .new-notice .new-notice-list li {
    line-height: 20px;
    height: 20px;
    margin-bottom: 10px
}

.home-news-wrap .home-news-other .new-notice .new-notice-list li:last-child {
    margin-bottom: 0
}

.home-news-wrap .home-news-other .new-notice .new-notice-list li:first-child {
    line-height: 18px
}

.home-news-wrap .home-news-other .new-notice .new-notice-list li a:before {
    content: "•";
    margin-right: 3px;
    color: #ff8400;
    font-size: 12px
}

.home-news-wrap .home-news-other .new-notice .new-notice-list li time {
    float: right;
    color: #999
}

.home-news-wrap .home-news-other .new-notice .new-notice-list div.hr span {
    display: block;
    padding-top: 40px;
    text-align: center
}

.home-news-wrap .home-news-other .new-notice .new-notice-list div.hr .link-read {
    width: 110px;
    height: 30px;
    margin: 10px auto 0;
    line-height: 30px;
    background-color: #b1d06a;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.home-news-wrap .home-news-other .new-notice .new-notice-list div.hr .link-read {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.home-news-wrap .home-news-other .new-notice .new-notice-list div.hr .link-read:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #80a133;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.home-news-wrap .home-news-other .new-notice .new-notice-list div.hr .link-read:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.home-news-wrap .home-news-other .news-video {
    height: 156px
}

.home-news-wrap .home-news-other .news-video .news-video-pannel {
    margin-top: 16px
}

.home-news-wrap .home-news-other .news-video .video-top {
    margin-right: 24px;
    float: left;
    width: 124px
}

.home-news-wrap .home-news-other .news-video .video-top:last-child {
    margin-right: 0
}

.home-news-wrap .home-news-other .news-video .video-top-item {
    width: 100%;
    height: 88px;
    display: block;
    position: relative;
    color: #fff;
    background-size: 100% 100%
}

.home-news-wrap .home-news-other .news-video .video-top-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.home-news-wrap .home-news-other .news-video .video-top-item:hover {
    color: #ccc4c4
}

.home-news-wrap .home-news-other .news-video .video-top-item i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 2
}

.home-news-wrap .home-news-other .news-video .video-top-title {
    display: block;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-news-wrap .home-news-other .news-video .video-list li {
    line-height: 20px;
    height: 20px;
    margin-bottom: 10px
}

.home-news-wrap .home-news-other .news-video .video-list li:last-child {
    margin-bottom: 0
}

.home-news-wrap .home-news-other .news-video .video-list li a:before {
    content: "•";
    margin-right: 3px;
    color: #ff8400;
    font-size: 12px
}

.home-news-wrap .home-news-other .news-video .video-list li time {
    float: right;
    color: #999
}

.home-news-wrap .home-news-other .news-topic {
    width: 384px
}

.home-news-wrap .home-news-other .news-topic .title-base {
    border: none
}

.home-news-wrap .home-news-other .news-topic .topic-list {
    padding-left: 15px;
    padding-right: 15px
}

.home-news-wrap .home-news-other .news-topic .topic-list li {
    line-height: 35px;
    height: 35px;
    border-bottom: 1px solid #f2f2f2
}

.home-news-wrap .home-news-other .news-topic .topic-list li a:before {
    content: "•";
    margin-right: 3px;
    color: #ff8400;
    font-size: 12px
}

.home-news-wrap .home-news-other .news-topic .topic-list li:last-child {
    border: none
}

.home-news-wrap .home-news-other .news-topic .topic-list li.top-topic {
    position: relative;
    width: 346px;
    height: 87px;
    margin-bottom: 12px;
    border: none
}

.home-news-wrap .home-news-other .news-topic .topic-list li.top-topic a {
    display: block
}

.home-news-wrap .home-news-other .news-topic .topic-list li.top-topic a:before {
    display: none
}

.home-news-wrap .home-news-other .news-topic .topic-list li.top-topic a:after {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    z-index: 1
}

.home-news-wrap .home-news-other .news-topic .topic-list li.top-topic img {
    width: 346px;
    height: 87px;
    display: block
}

.home-news-wrap .home-news-other .news-topic .topic-list li.top-topic span {
    display: none;
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 18px;
    font-weight: 700;
    z-index: 2
}

.home-news-wrap .home-news-other .news-topic .topic-list li.top-topic span:before {
    content: "";
    display: block;
    width: 35px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #1e1e1e
}

.link-theme {
    position: relative;
    width: 168px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #369670;
    text-align: center;
    color: #369670;
    font-size: 14px
}

.link-theme:hover {
    color: #fff
}

.link-theme span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 30px;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.link-theme:hover span {
    width: 168px
}

.doctor-filter-wrap {
    background-color: #fff
}

.doctor-filter {
    margin: 15px 0;
    overflow: hidden
}

.doctor-filter dl {
    position: relative;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-top: 2px solid #e4e4e4;
    padding-top: 15px
}

.doctor-filter dl:first-child {
    border-top: none
}

.doctor-filter dl dt {
    font-size: 16px;
    height: 28px;
    color: #aeafaf;
    width: 110px;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: 25px;
    left: 0
}

.doctor-filter dl dd {
    margin-left: 110px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.doctor-filter dl dd a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    position: relative;
    color: #369670;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 20px
}

.doctor-filter dl dd .tab-pannel a,
.doctor-filter dl dd>a {
    line-height: 35px;
    height: 37px;
    margin-right: 1%;
    background-color: #f3f3f3;
    margin-bottom: 5px;
    margin-top: 5px
}

.doctor-filter dl dd .tab-pannel a.gray,
.doctor-filter dl dd>a.gray {
    background-color: #f3f3f3 !important;
    color: #aaa7a7;
    cursor: default
}

.doctor-filter dl dd .tab-pannel a.gray:after,
.doctor-filter dl dd>a.gray:after {
    display: none
}

.doctor-filter dl dd .tab-pannel a:after,
.doctor-filter dl dd>a:after {
    display: inline;
    font-family: iconfont;
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    bottom: -3px;
    right: -1px
}

.doctor-filter dl dd .tab-pannel a.cur,
.doctor-filter dl dd>a.cur {
    background-color: #369670;
    color: #fff
}

.doctor-filter dl dd .tab-pannel a.cur:after,
.doctor-filter dl dd>a.cur:after {
    color: #ddd;
    content: "\e609"
}

.doctor-filter dl dd .tab-pannel a.cur:hover,
.doctor-filter dl dd>a.cur:hover {
    background-color: #369670
}

.doctor-filter dl dd .tab-pannel a:hover,
.doctor-filter dl dd>a:hover {
    background-color: #cee9dd
}

.doctor-filter dl dd.depart-all .tabs .tab-tit {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #e4e4e4
}

.doctor-filter dl dd.depart-all .tabs .tab-tit a {
    font-size: 16px;
    overflow: visible
}

.doctor-filter dl dd.depart-all .tabs .tab-tit a:after,
.doctor-filter dl dd.depart-all .tabs .tab-tit a:before {
    content: "";
    display: block;
    position: absolute
}

.doctor-filter dl dd.depart-all .tabs .tab-tit a:after {
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    bottom: -18px
}

.doctor-filter dl dd.depart-all .tabs .tab-tit a:before {
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px
}

.doctor-filter dl dd.depart-all .tabs .tab-tit a.cur:after {
    border-top-color: #369670
}

.doctor-filter dl dd.depart-all .tabs .tab-tit a.cur:before {
    background-color: #369670
}

.doctor-filter dl dd.depart-all .tabs .tab-pannel {
    display: block;
    min-height: 52px;
    overflow: hidden
}

.doctor-filter dl dd.depart-all .tabs .tab-pannel li {
    display: none;
    width: 100%;
    min-height: 180px;
    padding: 15px 0;
    overflow: hidden
}

.doctor-filter dl dd.depart-all .tabs .tab-pannel li:first-child {
    display: block
}

.index-special-box {
    height: 194px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    background-color: #d8ebe4
}

.index-special-box .title-center {
    text-align: center
}

.index-special-box .title-center a {
    color: #369670;
    font-size: 30px
}

.index-special-box .title-center a:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ff8400;
    margin: 8px auto
}

.index-special-box .index-special a {
    width: 224px;
    height: 134px;
    -webkit-transition: .38s ease-in-out;
    transition: .38s ease-in-out;
    border-right: 2px solid #d8ebe4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    position: relative
}

.index-special-box .index-special a p {
    position: absolute;
    font-size: 16px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    margin: 0 auto
}

.index-special-box .index-special a p i {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    width: 49px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.index-special-box .index-special a p span {
    padding: 10px 15px;
    position: absolute;
    top: 0
}

.index-special-box .index-special a.cur p {
    width: 49px;
    height: 40px;
    font-size: 0;
    background-color: transparent
}

.index-special-box .index-special a.cur {
    width: 528px
}

.experts-container {
    background-color: #f2f2f2;
    padding: 30px 0
}

.experts-container .expert-title {
    text-align: center
}

.experts-container .expert-title a.expert-a {
    color: #369670;
    font-size: 30px
}

.experts-container .title-center {
    text-align: center;
    margin-bottom: 16px
}

.experts-container .title-center a {
    color: #369670;
    font-size: 30px;
    display: block;
    line-height: 30px
}

.experts-container .title-center a:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ff8400;
    margin: 16px auto 0
}

.list-check {
    height: 40px;
    font-weight: 400;
    text-align: center;
    width: 740px;
    margin-top: 7px
}

.list-check .form-item {
    width: 200px;
    height: 40px;
    display: block;
    border: 1px solid #eee;
    float: left
}

.list-check .form-item.form-button {
    width: 130px;
    height: 40px;
    display: inline-block
}

.list-check .form-item.form-button .btn-i-box {
    display: inline-block;
    width: 130px;
    height: 40px;
    border: none;
    background-color: #369670;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.list-check .form-item.form-button .btn-i-box i {
    height: 40px;
    line-height: 40px;
    margin-right: 3px
}

.list-check .form-item.form-button .btn-i-box:hover {
    background-color: #44bc8c
}

.list-check .form-item .select-input {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    background-color: #fff;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-right: 37px;
    position: relative;
    font-size: 14px
}

.list-check .form-item .select-input i {
    height: 40px;
    margin-right: 15px;
    font-size: 22px;
    line-height: 40px;
    color: #c9c9c9;
    position: absolute;
    right: 0;
    top: 0
}

.list-check .form-input select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    background-color: #fff;
    border: 0;
    background-position: 180px center
}

.list-check .form-input .letter-box {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 5;
    width: 421px;
    height: 200px;
    border: 1px solid #e4e4e4;
    padding: 20px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 25px rgba(0, 0, 0, .15)
}

.list-check .form-input .letter-box:before {
    content: "◆";
    font-family: simsun;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 40px;
    color: #fff;
    z-index: -1;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}

.list-check .form-input .letter-box .letter-tit {
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px
}

.list-check .form-input .letter-box .letter-tit li {
    float: left;
    width: 20%;
    text-align: center
}

.list-check .form-input .letter-box .letter-tit li.cur {
    color: #369670
}

.list-check .form-input .letter-box .letter-tit li.cur a:after {
    background-color: #369670
}

.list-check .form-input .letter-box .letter-tit li a {
    display: block;
    margin-right: 15px;
    position: relative
}

.list-check .form-input .letter-box .letter-tit li a:after {
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    content: "";
    display: block;
    position: absolute
}

.list-check .form-input .letter-box .letter-pannel .letter-con {
    display: none;
    overflow: hidden;
    text-align: left;
    margin-right: -10px;
    line-height: 2
}

.list-check .form-input .letter-box .letter-pannel .letter-con:first-child {
    display: block
}

.list-check .form-input .letter-box .letter-pannel .letter-con a {
    display: inline-block;
    line-height: 1.5;
    margin-right: 10px;
    border-bottom: 1px dashed transparent
}

.list-check .form-input .letter-box .letter-pannel .letter-con a:hover {
    border-color: #369670
}

.list-check .select {
    position: relative
}

.list-check .letter-box {
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 20;
    width: 300px;
    height: 150px;
    background-color: #999
}

.btn-i-radius {
    display: block;
    width: 105px;
    height: 30px;
    border: none;
    border-radius: 15px;
    background-color: #b1d06a;
    color: #fff;
    height: 30px;
    padding: 0 15px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.btn-i-radius i {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 3px
}

.btn-i-radius small {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px
}

.btn-i-radius:hover {
    background-color: #80a133
}

.index-links {
    min-height: 170px;
    padding-top: 40px;
    overflow: hidden
}

.index-links .title-base-span a.fl {
    font-weight: 700;
    color: #1e1e1e
}

.index-links .link-list {
    width: 800%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden
}

.index-links .link-list .slick-list {
    width: 1200px
}

.index-links .link-list li {
    float: left
}

.index-links .link-list li a {
    display: block;
    width: 300px;
    text-align: center
}

.index-depart-nav {
    padding-top: 51px;
    position: relative;
    background-color: #daf2e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 330px
}

.index-depart-nav .title-base-index {
    position: relative;
    margin-bottom: 16px;
    height: 68px
}

.index-depart-nav .department-nav-arrow {
    position: relative
}

.index-depart-nav .department-nav-arrow>a {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    opacity: .7;
    cursor: pointer;
    top: 168px
}

.index-depart-nav .department-nav-arrow>a i {
    font-size: 40px
}

.index-depart-nav .department-nav-arrow>a:hover {
    opacity: 1;
    color: #369670;
    background-color: #fff
}

.index-depart-nav .department-nav-arrow .arrow-prev {
    left: -65px
}

.index-depart-nav .department-nav-arrow .arrow-next {
    right: -65px
}

.index-depart-nav .department-nav {
    position: absolute;
    top: 0;
    left: 100px;
    height: 24px
}

.index-depart-nav .department-nav .department-nav-item {
    display: block;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    position: relative;
    height: 24px;
    line-height: 24px;
    z-index: 2
}

.index-depart-nav .department-nav .department-nav-item:nth-child(2) i {
    color: #b1d06a
}

.index-depart-nav .department-nav .department-nav-item:nth-child(2) i:before {
    background: #b1d06a
}

.index-depart-nav .department-nav .department-nav-item:nth-child(1) i {
    color: transparent;
    background: url(../images/dang-icon-white.png) center no-repeat
}

.index-depart-nav .department-nav .department-nav-item:nth-child(1) i:before {
    background: #ec5645
}

.index-depart-nav .department-nav .department-nav-item:nth-child(3) i {
    color: #f9b0c1
}

.index-depart-nav .department-nav .department-nav-item:nth-child(3) i:before {
    background: #f9b0c1
}

.index-depart-nav .department-nav .department-nav-item:nth-child(4) i {
    color: #d79ef9
}

.index-depart-nav .department-nav .department-nav-item:nth-child(4) i:before {
    background: #d79ef9
}

.index-depart-nav .department-nav .department-nav-item:nth-child(5) i {
    color: #579bf9
}

.index-depart-nav .department-nav .department-nav-item:nth-child(5) i:before {
    background: #579bf9
}

.index-depart-nav .department-nav .department-nav-item.cur span,
.index-depart-nav .department-nav .department-nav-item:hover span {
    padding-bottom: 3px;
    border-bottom: 1px solid #369670
}

.index-depart-nav .department-nav .department-nav-item.cur i,
.index-depart-nav .department-nav .department-nav-item:hover i {
    color: #fff
}

.index-depart-nav .department-nav .department-nav-item.cur i:before,
.index-depart-nav .department-nav .department-nav-item:hover i:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-depart-nav .department-nav .department-nav-item i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 13px;
    font-size: 13px;
    background-color: #fff;
    position: relative;
    top: -2px;
    z-index: 1;
    -webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
    box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-depart-nav .department-nav .department-nav-item i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #b1d06a;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-depart-nav .department-nav .department-nav-item span {
    color: #369670;
    font-size: 16px
}

.index-depart-nav .department-content {
    height: 437px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.index-depart-nav .department-content .department-active {
    width: 256px;
    height: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    background: #fff
}

.index-depart-nav .department-content .department-active .dm-key {
    position: absolute;
    left: 26px;
    top: 10px;
    color: #369670;
    font-size: 12px
}

.index-depart-nav .department-content .department-active .dm-title {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    display: block;
    color: #fff
}

.index-depart-nav .department-content .department-active .dm-img {
    width: 256px;
    height: 190px;
    overflow: hidden;
    background-color: #f2f2f2;
    background-position: center;
    background-size: cover;
    position: relative
}

.index-depart-nav .department-content .department-active .dm-img:after {
    width: 100%;
    height: 40%;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    bottom: -20%;
    left: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.index-depart-nav .department-content .department-panel {
    height: 210px;
    width: 932px;
    margin-left: 268px
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail .dep-item-box {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 8px
}
.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail .dep-item-box:hover .child-list {
    opacity: 1;
    visibility: visible;
}
.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail .dep-item-box .child-list {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #ebf3f0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}
.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail .dep-item-box .child-list li {
    margin-bottom: 5px;
}
.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail .dep-item-box .child-list li a {
    height: 30px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail .dep-item-box .child-list li a p {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    max-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail a.dep-item {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7px 0 15px;
    height: 30px;
    width: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
    border: 1px dashed #b9e0d1;
   
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail a.dep-item {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail a.dep-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #369670;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail a.dep-item:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail a.dep-item:nth-child(6n) {
    margin-right: 0
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail a.dep-item:after {
    content: "•";
    margin-right: 5px;
    color: #369670;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    left: 5px;
    top: 1px
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail a.dep-item.active {
    color: #fff;
    border-color: #369670;
    border-style: solid
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail a.dep-item.active:after {
    color: #fff !important
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail a.dep-item.active:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail a.dep-item.active i {
    opacity: 1;
    -webkit-transition: none;
    transition: none
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail a.dep-item i {
    float: right;
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
    font-size: 12px;
    position: relative;
    top: 0;
    left: 4px
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special {
    position: relative;
    padding-left: 117px
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special .dm-detail {
    padding-top: 5px;
    padding-left: 7px;
    border-top: 1px solid #a8d6c4
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special .dm-detail a {
    width: 155px;
    height: 24px;
    line-height: 22px;
    margin-bottom: 6px
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special .dm-detail a:nth-child(5n) {
    margin-right: 0
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special .dm-detail a:nth-child(6n) {
    margin-right: 8px
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.orange h4 a {
    color: #ff8400
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.orange .dm-detail a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.orange .dm-detail a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff8400;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.orange .dm-detail a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.orange .dm-detail a.active {
    border-color: #ff8400
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.orange .dm-detail a.active:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.orange .dm-detail a:after {
    color: #ff8400
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.pink h4 a {
    color: #f9b0c1
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.pink .dm-detail a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.pink .dm-detail a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9b0c1;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.pink .dm-detail a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.pink .dm-detail a.active {
    border-color: #f9b0c1
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.pink .dm-detail a.active:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special.pink .dm-detail a:after {
    color: #f9b0c1
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special h4 {
    width: 117px;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #369670;
    border-radius: 14px;
    position: absolute;
    top: 0;
    left: 0
}

.index-depart-nav .department-content .department-panel .dm-panel-item .dm-detail-special h4 a {
    color: #fff
}

.subject-wrap {
    padding: 30px 0 45px
}

.subject-wrap .title-center {
    text-align: center;
    margin-bottom: 20px
}

.subject-wrap .title-center a {
    color: #555;
    font-size: 30px
}

.subject-wrap .title-center a:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ff8400;
    margin: 8px auto
}

.subject-wrap .subject-content-left {
    width: 815px;
    height: 253px;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5faf8;
    position: relative
}

.subject-wrap .subject-content-left .sb-cont-lf-item {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.subject-wrap .subject-content-left .sb-cont-lf-item .item-col-2 {
    height: 113px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2
}

.subject-wrap .subject-content-left .sb-cont-lf-item .item-col-2 .item-col-it {
    width: 50%;
    float: left
}

.subject-wrap .subject-content-left .sb-cont-lf-item .item-col-2 .item-col-it:first-child {
    width: 45%
}

.subject-wrap .subject-content-left .sb-cont-lf-item .item-col-it.orange-item ul a {
    color: #ff8400
}

.subject-wrap .subject-content-left .sb-cont-lf-item .item-col-it.orange-item ul a:hover {
    color: #ff9d33
}

.subject-wrap .subject-content-left .sb-cont-lf-item .item-col-it.orange-item ul a i {
    background-color: #ff8400
}

.subject-wrap .subject-content-left .sb-cont-lf-item .item-col-it h2 {
    font-size: 16px;
    margin-bottom: 10px
}

.subject-wrap .subject-content-left .sb-cont-lf-item .item-col-it ul a {
    color: #369670
}

.subject-wrap .subject-content-left .sb-cont-lf-item .item-col-it ul a:hover {
    color: #44bc8c
}

.subject-wrap .subject-content-left .sb-cont-lf-item .item-col-it ul a i {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background-color: #369670;
    color: #fff;
    margin-right: 12px;
    font-size: 12px
}

.subject-wrap .subject-content-right {
    width: 374px
}

.subject-wrap .subject-content-right ul li {
    margin-bottom: 4px
}

.subject-wrap .subject-content-right ul li a {
    display: block;
    border: 1px solid #ddd;
    padding: 0 23px;
    height: 79px;
    font-size: 16px;
    line-height: 77px
}

.subject-wrap .subject-content-right ul li a:hover {
    color: #369670
}

.subject-wrap .subject-content-right ul li a:hover i {
    color: #369670
}

.subject-wrap .subject-content-right ul li a {
    position: relative;
    overflow: hidden
}

.subject-wrap .subject-content-right ul li a .border {
    position: absolute;
    background-color: #369670;
    -webkit-transition: all .3s;
    transition: all .3s
}

.subject-wrap .subject-content-right ul li a .border-tl {
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 1px;
    width: 100%
}

.subject-wrap .subject-content-right ul li a .border-bl {
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
    width: 1px
}

.subject-wrap .subject-content-right ul li a .border-tr {
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 100%;
    width: 1px
}

.subject-wrap .subject-content-right ul li a .border-br {
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 1px;
    width: 100%
}

.subject-wrap .subject-content-right ul li a .link-special {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 0;
    width: 128px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.subject-wrap .subject-content-right ul li a .link-special span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 100%;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-transition: .68s cubic-bezier(.19, 1, .22, 1);
    transition: .68s cubic-bezier(.19, 1, .22, 1)
}

.subject-wrap .subject-content-right ul li a .link-special i {
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    top: -2px
}

.subject-wrap .subject-content-right ul li a:hover .border-br,
.subject-wrap .subject-content-right ul li a:hover .border-tl {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.subject-wrap .subject-content-right ul li a:hover .border-bl,
.subject-wrap .subject-content-right ul li a:hover .border-tr {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.subject-wrap .subject-content-right ul li a:hover .link-special {
    color: #fff
}

.subject-wrap .subject-content-right ul li a:hover .link-special span {
    width: 100%;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    background-color: #369670
}

.subject-wrap .subject-content-right ul li a i {
    float: right;
    color: #fff;
    font-size: 16px;
    -webkit-transition: inherit;
    transition: inherit
}

.index-magazine {
    min-height: 262px;
    padding: 55px 0 50px;
    background-color: #f2f2f2
}

.index-magazine .magazine-box {
    width: 725px;
    min-height: 262px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 13px 0
}

.index-magazine .magazine-box .magazine-list {
    padding: 15px 0 0
}

.index-magazine .magazine-box .magazine-list li {
    float: left;
    width: 342px;
    height: 88px;
    margin: 0 3px 15px
}

.index-magazine .magazine-box .magazine-list li .magazine-img {
    float: left;
    display: block;
    width: 66px;
    height: 88px;
    margin-right: 15px
}

.index-magazine .magazine-box .magazine-list li .magazine-img img {
    width: 67px;
    height: 88px;
    display: block
}

.index-magazine .magazine-box .magazine-list li .book-info h4 {
    font-size: 16px
}

.index-magazine .magazine-box .magazine-list li .book-info small {
    display: block;
    font-size: 12px;
    color: #999
}

.index-magazine .magazine-box .magazine-list li .book-info .link-read {
    width: 110px;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    background-color: #b1d06a;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.index-magazine .magazine-box .magazine-list li .book-info .link-read {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-magazine .magazine-box .magazine-list li .book-info .link-read:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #80a133;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.index-magazine .magazine-box .magazine-list li .book-info .link-read:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-magazine .alliance-con {
    width: 455px;
    min-height: 262px;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 13px 0;
    background: url(../images/alliance__bg.jpg)
}

.index-magazine .alliance-con .alliance-news .al-news-list {
    margin-top: 10px
}

.index-magazine .alliance-con .alliance-news .al-news-list.al-news-list1 {
    margin-bottom: 15px
}

.index-magazine .alliance-con .alliance-news .al-news-list li {
    padding-left: 40px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    height: 20px;
    margin-bottom: 8px
}

.index-magazine .alliance-con .alliance-news .al-news-list li .thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 20px;
    overflow: hidden
}

.index-magazine .alliance-con .alliance-news .al-news-list li .thumb-img img {
    width: 30px;
    height: 20px
}

.index-magazine .alliance-con .alliance-news .al-news-list li .thumb-title {
    display: inline-block;
    max-width: 340px;
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-magazine .alliance-con .alliance-news .al-news-list li .thumb-title:before {
    content: "•";
    margin-right: 3px;
    color: #ff8400;
    font-size: 12px
}

.index-magazine .alliance-con .alliance-news .al-news-list li time {
    float: right;
    color: #999
}

.subsite {
    padding: 30px 0
}

.subsite .title-base-subsite {
    text-align: center;
    position: relative
}

.subsite .title-base-subsite:after {
    content: "|";
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 0
}

.subsite .title-base-subsite a {
    color: #555;
    font-size: 20px
}

.subsite .title-base-subsite a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.subsite .title-base-subsite a:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ff8400;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.3, 1, 1);
    transform: scale3d(.3, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.subsite .title-base-subsite a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.subsite .title-base-subsite a.cur:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.subsite .title-base-subsite a.cur {
    color: #369670
}

.subsite .title-base-subsite a:first-child {
    margin-right: 27px
}

.subsite .title-base-subsite a:last-child {
    margin-left: 27px
}

.subsite .site-box {
    height: 112px
}

.subsite .site-box .site-list {
    display: none
}

.subsite .site-box .site-list:first-child {
    display: block
}

.subsite .site-box .site-list.col-6 li {
    width: 16.66%
}

.subsite .site-box .site-list li {
    width: 25%;
    border-bottom: 1px solid #f2f2f2;
    float: left
}

.subsite .site-box .site-list li a {
    display: block;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    padding-right: 10px;
    text-overflow: ellipsis
}

.subsite .site-box .site-list li a:before {
    content: "•";
    margin-right: 5px;
    color: #ff8400;
    font-size: 12px
}

.about-banner {
    min-width: 1200px;
    height: 100px;
    background: url(../images/aboutbanner.png) no-repeat center center;
    background-size: cover
}

.about-banner.has-nav {
    height: 150px
}

.about-banner .transparent-bg {
    position: relative;
    min-width: 1200px;
    height: 100%;
    color: #fff;
    background-color: rgba(54, 86, 74, .8)
}

.about-banner .transparent-bg>.layout {
    padding-top: 20px
}

.about-banner .transparent-bg>.layout span {
    display: block;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 700;
    text-align: center
}

.about-banner .transparent-bg>.layout span:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 10px auto 0;
    background-color: #fff
}

.about-banner .transparent-bg>.layout small {
    display: block;
    text-align: center
}

.second-navigation {
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .3);
    text-align: center
}

.second-navigation ul {
    height: 100%;
    display: inline-block
}

.second-navigation ul li {
    float: left
}

.second-navigation ul li a {
    display: block;
    padding: 0 15px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #e4e4e4
}

.second-navigation ul li a {
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.second-navigation ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff8400;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.5, 1, 1);
    transform: scale3d(.5, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.second-navigation ul li a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.second-navigation ul li a.cur {
    background-color: #ff8400;
    color: #fff
}

.nav-tit {
    height: 54px;
    border-bottom: 1px solid #e4e4e4
}

.nav-tit a {
    display: block;
    text-align: center;
    line-height: 54px
}

.second-nav {
    min-width: 1200px;
    height: 60px;
    border-bottom: 1px solid #e4e4e4
}

.second-nav span {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-left: 20px
}

.second-nav span a {
    position: relative;
    font-size: 16px;
    color: #369670
}

.second-nav span a:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 3px;
    width: 4px;
    height: 16px;
    background-color: #369670
}

.second-nav .intro-column {
    height: 60px
}

.second-nav .intro-column li {
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-left: 15px
}

.second-nav .intro-column li a {
    display: inline-block;
    height: 57px;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.second-nav .intro-column li a:hover {
    color: #ff8400;
    border-bottom: 3px solid #ff8400
}

.second-nav .intro-column li a.cur {
    color: #ff8400;
    border-bottom: 3px solid #ff8400
}

.hos-intro {
    height: 285px;
    padding-top: 30px
}

.hos-intro img {
    float: left;
    width: 420px;
    height: 250px;
    margin-right: 40px
}

.hos-intro .img-txt {
    width: 740px
}

.hos-intro .img-txt span {
    display: block
}

.hos-intro .img-txt span i {
    display: block;
    float: left;
    height: 34px;
    padding-right: 7px;
    padding-left: 8px;
    border: 1px solid #369670;
    color: #369670;
    line-height: 34px;
    font-size: 15px;
    cursor: default;
    font-weight: 700;
    transition: .8s;
    -webkit-transition: .8s
}

.hos-intro .img-txt span i+i {
    margin-left: 17px
}

.hos-intro .img-txt p {
    margin-top: 25px;
    text-indent: 2em;
    font-size: 14px;
    text-align: justify
}

.hos-history {
    min-width: 1200px;
    height: 195px;
    padding-top: 45px;
    background-color: #f2f2f2
}

.hos-history .layout {
    height: 195px;
    overflow: hidden
}

.hos-history .history-slider {
    width: 200%;
    height: 125px;
    overflow: hidden
}

.hos-history .history-slider.slick-slider {
    overflow: visible
}

.hos-history .history-slider .slick-list {
    width: 1200px
}

.hos-history .history-slider div.list-his {
    float: left;
    height: 125px;
    padding-right: 30px;
    padding-left: 40px;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    display: block;
    width: 100%;
    height: 100%
}

.hos-history .history-slider div.list-his:first-child {
    border-left: 1px solid #e4e4e4
}

.hos-history .history-slider div.list-his span {
    color: #999
}

.hos-history .history-slider div.list-his span strong {
    margin-right: 10px;
    font-size: 32px;
    color: #369670
}

.hos-history .history-slider div.list-his p {
    font-size: 14px;
    color: #666;
    transition: .8s;
    -webkit-transition: .8s
}

.hos-history .history-slider div.list-his:hover p {
    color: #369670;
    font-weight: 700
}

.hos-history .history-slider .slick-dots {
    width: 1200px;
    bottom: -55px
}

.hos-history .history-slider .slick-dots li button {
    margin: 0 auto;
    color: #666;
    opacity: .5;
    font-size: 0
}

.hos-history .history-slider .slick-dots li button:focus,
.hos-history .history-slider .slick-dots li button:hover {
    opacity: 1
}

.hos-history .history-slider .slick-dots li.slick-active button {
    left: 0;
    opacity: .75;
    color: #ff8400;
    width: 20px;
    height: 10px;
    margin-top: 6px;
    background-color: #ff8400;
    border-radius: 5px
}

.hos-build {
    height: 385px;
    padding-top: 20px
}

.hos-build p {
    min-height: 250px;
    text-indent: 2em;
    text-align: justify
}

.hos-build .build-list li {
    float: left;
    min-width: 85px;
    padding-right: 20px
}

.hos-build .build-list li span {
    display: block;
    color: #999;
    line-height: 1
}

.hos-build .build-list li span:after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    margin-top: 15px;
    background-color: #369670
}

.hos-build .build-list li span strong {
    font-size: 32px;
    color: #369670;
    margin-right: 10px
}

.hos-build .build-list li small {
    display: block;
    margin-top: 20px;
    color: #666
}

.hos-build .build-list li+li {
    border-left: 1px solid #e4e4e4;
    padding-left: 20px
}

.hos-staff {
    min-width: 1200px;
    height: 345px;
    padding-top: 45px;
    background: url(../images/hosstaff.png) no-repeat center center
}

.hos-staff p {
    text-indent: 2em;
    color: #fff;
    text-align: justify
}

.hos-staff .list-staff {
    margin-top: 35px
}

.hos-staff .list-staff li {
    float: left;
    width: 131px;
    height: 108px;
    padding-left: 20px;
    border: 1px solid #fff;
    color: #fff
}

.hos-staff .list-staff li span {
    display: block;
    line-height: 1;
    margin-top: 10px
}

.hos-staff .list-staff li span:after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    margin-top: 15px;
    background-color: #fff
}

.hos-staff .list-staff li span strong {
    font-size: 32px;
    margin-right: 10px
}

.hos-staff .list-staff li small {
    display: block;
    margin-top: 20px
}

.hos-staff .list-staff li+li {
    margin-left: 21px
}

.hos-patient {
    height: 277px;
    padding-top: 35px
}

.hos-patient p {
    text-indent: 2em;
    color: #666
}

.hos-patient .list-patient {
    margin-top: 40px
}

.hos-patient .list-patient li {
    float: left;
    width: 215px;
    height: 120px
}

.hos-patient .list-patient li small {
    float: left;
    margin-top: 4px
}

.hos-patient .list-patient li small:after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background-color: #369670
}

.hos-patient .list-patient li span {
    display: block;
    float: right;
    line-height: 1
}

.hos-patient .list-patient li span strong {
    font-size: 32px;
    color: #369670;
    margin-right: 5px
}

.hos-patient .list-patient li+li {
    margin-left: 113px
}

.hos-point {
    min-width: 1200px;
    height: 485px;
    padding-top: 50px;
    background-color: #f2f2f2
}

.hos-point .point-tit {
    display: block;
    width: 564px;
    height: 70px;
    margin: 0 auto 35px;
    border-top: 1px solid #369670;
    border-bottom: 1px solid #369670;
    text-align: center
}

.hos-point .point-tit h3 a {
    font-size: 18px;
    color: #369670
}

.hos-point .point-tit small {
    font-size: 16px
}

.hos-point .img-txt1 {
    height: 215px
}

.hos-point .img-txt1 p {
    float: left;
    width: 580px;
    height: 195px;
    padding-top: 20px;
    margin-bottom: 0;
    text-indent: 2em;
    text-align: justify
}

.hos-point .img-txt1 .img-box {
    width: 600px;
    height: 215px
}

.hos-point .img-txt1 .img-box img {
    width: 600px;
    height: 215px
}

.hos-point .img-txt2 .img-box img {
    float: left;
    width: 300px;
    height: 215px
}

.hos-point .img-txt2 p {
    float: right;
    width: 580px;
    height: 195px;
    padding-top: 20px;
    margin-bottom: 0;
    text-indent: 2em;
    text-align: justify
}

.hos-achievement {
    height: 530px;
    padding-top: 45px
}

.hos-achievement p {
    text-indent: 2em;
    text-align: justify
}

.hos-achievement .list-count {
    width: 803px;
    height: 78px;
    margin: 40px auto
}

.hos-achievement .list-count li {
    float: left;
    width: 140px;
    height: 78px;
    padding-left: 60px
}

.hos-achievement .list-count li span {
    display: block;
    color: #999;
    line-height: 1
}

.hos-achievement .list-count li span:after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    margin-top: 10px;
    background-color: #369670
}

.hos-achievement .list-count li span strong {
    margin-right: 5px;
    color: #369670;
    font-size: 32px
}

.hos-achievement .list-count li small {
    display: block;
    margin-top: 10px
}

.hos-achievement .list-count li+li {
    border-left: 1px solid #e4e4e4
}

.hos-achievement .list-achievement {
    margin-top: 40px
}

.hos-achievement .list-achievement li {
    float: left
}

.hos-achievement .list-achievement li .fee {
    position: relative;
    width: 300px;
    height: 105px;
    border: 1px solid #369670
}

.hos-achievement .list-achievement li .fee small {
    display: block;
    padding-top: 10px;
    padding-left: 10px;
    color: #369670
}

.hos-achievement .list-achievement li .fee span {
    position: absolute;
    bottom: 0;
    right: 20px
}

.hos-achievement .list-achievement li .fee span strong {
    margin-right: 5px;
    color: #369670;
    font-size: 32px
}

.hos-achievement .list-achievement li i:after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    margin-top: 10px;
    background-color: #369670
}

.hos-achievement .list-achievement li+li {
    margin-left: 65px
}

.hos-event {
    min-width: 1200px;
    height: 400px;
    background: #369670 url(../images/hosstaff.png) no-repeat center center
}

.hos-event .layout {
    height: 400px;
    overflow: hidden
}

.hos-event .event-slider {
    position: relative;
    width: 200%;
    padding-top: 60px
}

.hos-event .event-slider .slick-list {
    width: 1200px
}

.hos-event .event-slider .slick-dots {
    width: 1200px
}

.hos-event .event-slider .event-item {
    float: left;
    width: 1130px;
    padding: 0 35px
}

.hos-event .event-slider .event-item ul {
    margin-bottom: 40px
}

.hos-event .event-slider .event-item ul li {
    float: left;
    width: 360px;
    height: 72px
}

.hos-event .event-slider .event-item ul li img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px
}

.hos-event .event-slider .event-item ul li span {
    float: left;
    width: 288px;
    color: #fff;
    line-height: 30px
}

.hos-event .event-slider .event-item ul li span small {
    display: block
}

.hos-event .event-slider .event-item ul li span small strong {
    font-size: 28px
}

.hos-event .event-slider .event-item ul li span small .strong {
    font-size: 17px
}

.hos-event .event-slider .event-item ul li+li {
    margin-left: 24px
}

.hos-event .event-slider .event-item p {
    padding: 0 6px;
    color: #fff;
    text-indent: 2em;
    text-align: justify
}

.hos-event .event-slider i {
    position: absolute;
    top: 180px;
    z-index: 20;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    opacity: .7;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hos-event .event-slider i:hover {
    opacity: 1;
    color: #369670;
    background-color: #fff
}

.hos-event .event-slider .prev {
    left: 0
}

.hos-event .event-slider .next {
    left: 1165px
}

.hos-event .event-slider .slick-dots {
    bottom: -40px
}

.hos-event .event-slider .slick-dots li button {
    margin: 0 auto;
    color: #fff;
    opacity: .8;
    font-size: 0
}

.hos-event .event-slider .slick-dots li button:focus,
.hos-event .event-slider .slick-dots li button:hover {
    opacity: 1
}

.hos-event .event-slider .slick-dots li.slick-active button {
    opacity: 1;
    color: #fff;
    width: 20px;
    height: 10px;
    margin-top: 4px;
    background-color: #fff;
    border-radius: 5px
}

.edu-condition {
    height: 301px;
    background: url(../images/educondition.jpg) no-repeat center center
}

.edu-condition .condition-box {
    height: 220px;
    padding-top: 80px;
    border-bottom: 1px solid #9fba5f
}

.edu-condition .condition-box .layout {
    height: 220px
}

.edu-condition .condition-box .layout li {
    position: relative;
    float: left;
    width: 280px;
    height: 220px;
    margin: 0 10px;
    line-height: 30px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.edu-condition .condition-box .layout li a {
    display: block;
    height: 153px;
    padding-top: 63px
}

.edu-condition .condition-box .layout li a strong {
    font-size: 30px;
    color: #b1d06a
}

.edu-condition .condition-box .layout li a span {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.edu-condition .condition-box .layout li .condition-txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    width: 280px;
    height: 216px;
    background-color: #fff
}

.edu-condition .condition-box .layout li .condition-txt span {
    display: block;
    height: 37px;
    padding-top: 25px;
    text-indent: 1em;
    border-bottom: 1px solid #e4e4e4
}

.edu-condition .condition-box .layout li .condition-txt span strong {
    margin-right: 10px;
    font-size: 30px;
    color: #b1d06a
}

.edu-condition .condition-box .layout li .condition-txt span b {
    font-size: 18px;
    color: #369670
}

.edu-condition .condition-box .layout li .condition-txt ul {
    width: 270px;
    padding-top: 20px;
    padding-left: 10px
}

.edu-condition .condition-box .layout li .condition-txt ul li {
    width: 260px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px
}

.edu-condition .condition-box .layout li .condition-txt ul li:after {
    width: 0
}

.edu-condition .condition-box .layout li .condition-txt ul li:before {
    content: "•";
    margin-right: 5px;
    color: #369670
}

.edu-condition .condition-box .layout li .condition-txt ul li a {
    display: inline;
    color: #369670;
    font-weight: 700
}

.edu-news {
    height: 265px;
    padding-top: 35px
}

.edu-news .news-left {
    width: 590px
}

.edu-news .news-left .fl span {
    color: #444
}

.edu-news .news-left .fl span:hover {
    color: #369670
}

.edu-news .news-left .fl .cur {
    color: #369670
}

.edu-news .news-left .fl span+span {
    border-left: 2px solid #e4e4e4;
    padding-left: 6px
}

.edu-news .news-left .left-con {
    padding-top: 20px
}

.edu-news .news-right {
    width: 590px
}

.edu-news .news-right .right-con {
    padding-top: 20px
}

.tab-con li time {
    float: right;
    margin-top: 2px;
    color: #999;
    font-size: 12px
}

.tab-con li:before {
    content: "•";
    margin-right: 5px;
    color: #ff8400
}

.market-img-wrap img {
    display: block;
    margin: auto
}

.market-news {
    min-height: 265px;
    padding-top: 35px;
    margin: 0 -15px
}

.market-news .news-left {
    width: 380px;
    height: 450px;
    margin: 0 15px 15px
}

.market-news .news-left span.fl span {
    color: #444
}

.market-news .news-left span.fl span:hover {
    color: #369670
}

.market-news .news-left span.fl .cur {
    color: #369670
}

.market-news .news-left span.fl span+span {
    border-left: 2px solid #e4e4e4;
    padding-left: 6px
}

.edu-teacher {
    padding-top: 25px
}

.edu-teacher .teacher-box {
    overflow: hidden
}

.edu-teacher .teacher-box .slick-dotted.slick-slider {
    margin-bottom: 50px
}

.edu-link {
    height: 135px;
    overflow: hidden
}

.edu-link .link-list {
    width: 800%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden
}

.edu-link .link-list .slick-list {
    width: 1200px
}

.edu-link .link-list li {
    float: left
}

.edu-link .link-list li a {
    display: block;
    width: 300px;
    text-align: center
}

.patient-nav {
    height: 380px;
    background: #369670 url(../images/educondition.jpg) no-repeat center center
}

.patient-nav .icon-list {
    padding-top: 125px
}

.patient-nav .icon-list li {
    float: left
}

.patient-nav .icon-list li a {
    display: block;
    width: 200px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.patient-nav .icon-list li a i {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 100px;
    font-size: 40px
}

.patient-nav .icon-list li a:hover {
    color: #225e46
}

.patient-nav .icon-list li a:hover i {
    border-color: #225e46
}

.patient-schedule {
    height: 85px;
    padding-top: 45px
}

.patient-schedule .tab-content .choose-item>li {
    position: relative;
    float: left;
    width: 268px;
    height: 45px
}

.patient-schedule .tab-content .choose-item>li label {
    display: block;
    line-height: 17px;
    color: #999;
    padding-left: 5px
}

.patient-schedule .tab-content .choose-item .department-select .select .select-input {
    display: block;
    width: 179px;
    height: 28px;
    font-size: 16px;
    position: relative
}

.patient-schedule .tab-content .choose-item .department-select .select .select-input i {
    margin-right: 10px;
    font-size: 28px;
    color: #c9c9c9;
    line-height: 28px
}

.patient-schedule .tab-content .choose-item select:hover {
    color: #369670
}

.patient-schedule .tab-content .choose-item select {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 0;
    font-size: 15px;
    padding-left: 5px
}

.patient-schedule .tab-content .btn-box {
    width: 125px
}

.patient-schedule .tab-content .btn-box .btn-check-i {
    position: relative;
    display: block;
    width: 125px;
    height: 40px;
    margin: 0 auto;
    line-height: 36px;
    border: 2px solid #369670;
    text-align: center;
    color: #369670;
    font-size: 14px;
    background-color: #fff
}

.patient-schedule .tab-content .btn-box .btn-check-i:hover {
    color: #fff
}

.patient-schedule .tab-content .btn-box .btn-check-i:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 36px;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.patient-schedule .tab-content .btn-box .btn-check-i i {
    position: relative;
    z-index: 1;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    margin-left: 15%;
    font-size: 20px
}

.patient-schedule .tab-content .btn-box .btn-check-i small {
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px
}

.patient-schedule .tab-content .btn-box .btn-check-i:hover:before {
    width: 121px
}

.patient-guide {
    min-height: 325px;
    padding: 40px 0;
    background-color: #f2f2f2
}

.patient-guide .guide-box li {
    position: relative;
    float: left;
    width: 399px;
    height: 375px;
    background-color: #fff
}

.patient-guide .guide-box li span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 50px;
    margin: 0 auto
}

.patient-guide .guide-box li span a {
    display: block;
    width: 120px;
    height: 50px;
    background-color: #369670;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px
}

.patient-guide .guide-box li span a:hover {
    background-color: #225e46
}

.patient-guide .guide-box li+li {
    border-left: 1px solid #e4e4e4
}

.patient-guide .guide-box li:nth-child(2n+1) {
    background-color: #ecf8f4
}

.patient-guide .guide-box .guide-list {
    width: 300px;
    margin: 60px auto 0
}

.patient-guide .guide-box .guide-list a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

.patient-guide .guide-box .guide-list a i {
    color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.patient-guide .guide-box .guide-list a:hover i {
    transform: translate(10px);
    -webkit-transform: translate(10px)
}

.patient-guide .guide-box .guide-list a+a {
    border-top: 1px dashed #c9c9c9
}

.patient-problem {
    height: 540px;
    padding-top: 30px
}

.patient-problem .problem-list {
    position: relative;
    z-index: 10
}

.patient-problem .problem-list li {
    height: auto;
    transition: all .3s;
    -webkit-transition: all .3s
}

.patient-problem .problem-list li a {
    display: block;
    min-height: 63px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.patient-problem .problem-list li:hover i.fr {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.patient-problem .problem-list li .problem-question {
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #e4e4e4
}

.patient-problem .problem-list li .problem-question i.fl {
    width: 38px;
    height: 38px;
    margin: 12px 20px 0 0;
    background-color: #369670;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.patient-problem .problem-list li .problem-question:hover i.fl {
    background-color: #225e46
}

.patient-problem .problem-list li .problem-question i.fr {
    font-size: 20px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.patient-problem .problem-list li .problem-answer {
    position: relative;
    top: 0;
    display: none;
    height: 67px;
    background-color: #e4e4e4;
    border-bottom: 1px solid #999;
    transition: all .3s;
    -webkit-transition: all .3s
}

.patient-problem .problem-list li .problem-answer i {
    width: 38px;
    height: 38px;
    margin: 18px 20px 0 30px;
    background-color: #b1d06a;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.patient-problem .problem-list li .problem-answer:hover {
    color: #b1d06a
}

.patient-problem .problem-list li .problem-answer:hover i {
    background-color: #80a133
}

.schedule-check {
    padding-top: 35px;
    background: #369670 url(../images/educondition.jpg) no-repeat center center;
    background-size: cover
}

.schedule-check .check-box .filter-left {
    min-height: 310px;
    padding: 20px 40px;
    background-color: #308765
}

.schedule-check .check-box .filter-left dl {
    padding-left: 120px;
    position: relative
}

.schedule-check .check-box .filter-left dl:after {
    clear: both;
    content: "";
    display: block
}

.schedule-check .check-box .filter-left dl a {
    display: inline-block
}

.schedule-check .check-box .filter-left dl a span {
    color: #b1c1bb;
    margin-left: 3px;
    font-size: 13px
}

.schedule-check .check-box .filter-left dl dt {
    font-size: 16px;
    height: 20px;
    color: #e4e4e4;
    width: 110px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    left: 0
}

.schedule-check .check-box .filter-left dl dd {
    padding: 10px 0;
    line-height: 20px;
    min-height: 30px
}

.schedule-check .check-box .filter-left dl dd a {
    color: #fff;
    margin-right: 13px;
    margin-bottom: 10px;
    border-bottom: 1px dashed transparent
}

.schedule-check .check-box .filter-left dl dd a:hover {
    color: #b1d06a;
    border-color: #b1d06a
}

.schedule-check .check-box .filter-left dl dd a:hover span {
    color: inherit
}

.schedule-check .check-box .filter-left dl dd .cur {
    color: #b1d06a;
    font-weight: 700
}

.schedule-check .check-box .filter-left dl dd .cur span {
    color: inherit
}

.schedule-check .check-box .filter-left dl+dl {
    border-top: 1px solid #369670
}

.has-chosen {
    height: 75px;
    line-height: 75px;
    color: #fff;
    padding: 0 40px
}

.has-chosen a {
    margin-right: 10px;
    margin-left: 20px;
    color: #fff
}

.has-chosen a:hover {
    color: #b1c1bb
}

.has-chosen a i {
    transition: all .3s;
    -webkit-transition: all .3s;
    line-height: 18px;
    margin-left: 3px;
    font-size: 14px;
    position: relative;
    top: 1px
}

.has-chosen a:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.schedule-tips {
    height: 65px;
    padding-top: 30px
}

.schedule-tips .tips-list li {
    float: left
}

.schedule-tips .tips-list li .seleced {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px
}

.schedule-tips .tips-list li .seleced.green {
    background-color: #b4e4d1;
    color: #369670
}

.schedule-tips .tips-list li .seleced.blue {
    background-color: #e4efcb;
    color: #b1d06a
}

.schedule-tips .tips-list li .seleced.orange {
    background-color: #ffdab3;
    color: #ff8400
}

.schedule-tips .tips-list li .seleced.red {
    background-color: #fddfe6;
    color: #f9b0c1
}

.schedule-tips .tips-list li .seleced.gray {
    background: #9e9e9e;
    color: #666;
    cursor: default
}

.schedule-tips .tips-list li span {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    line-height: 30px
}

.experts-search input.keyword {
    width: 413px;
    height: 22px;
    margin-right: 10px;
    line-height: 22px;
    padding: 11px 5px 11px 20px;
    border: 1px solid #c9c9c9
}

.schedule-box {
    min-height: 400px
}

.schedule-box .list-schedule li {
    float: left;
    width: 335px;
    height: 250px;
    padding: 0 22px 0 21px;
    margin-right: 30px;
    margin-bottom: 24px;
    border: 1px solid #f2f2f2;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.schedule-box .list-schedule li:nth-child(3n) {
    margin-right: 0
}

.schedule-box .list-schedule li:hover {
    -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 25px rgba(0, 0, 0, .15)
}

.schedule-box .schedule-info {
    width: 335px;
    margin-top: 10px;
    margin-bottom: 7px
}

.schedule-box .schedule-info a.doctor-img {
    width: 66px;
    height: 90px;
    margin-right: 16px
}

.schedule-box .schedule-info a.doctor-img img {
    width: 66px;
    height: 90px
}

.schedule-box .schedule-info .doctor-detail {
    width: 253px;
    height: 90px;
    overflow: hidden
}

.schedule-box .schedule-info .doctor-detail h2 {
    margin-bottom: 3px
}

.schedule-box .schedule-info .doctor-detail h2 a {
    color: #369670;
    font-size: 18px
}

.schedule-box .schedule-info .doctor-detail h2 a:hover {
    color: #44bc8c
}

.schedule-box .schedule-info .doctor-detail h2 span {
    padding: 2px 6px;
    margin-right: 5px;
    border: 1px solid #b1d06a;
    color: #b1d06a;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4px
}

.schedule-box .schedule-info .doctor-detail p {
    margin-bottom: 3px
}

.schedule-box .schedule-info .doctor-detail p span {
    margin-right: 5px;
    color: #7d924e;
    font-size: 13px;
    font-weight: 700
}

.schedule-box .schedule-info .doctor-detail p small {
    color: #999
}

.schedule-box table {
    width: 100%;
    border: 1px solid
}

.schedule-box table th {
    width: 41px;
    height: 30px;
    border: 1px solid #c9c9c9;
    text-align: center;
    background-color: #f2f2f2
}

.schedule-box table td {
    width: 41px;
    height: 30px;
    border: 1px solid #c9c9c9;
    text-align: center
}

.schedule-box table td:first-child {
    background-color: #f2f2f2
}

.subject-rule {
    min-width: 1200px;
    height: 380px;
    background: #369670 url(../images/educondition.jpg) no-repeat center center
}

.subject-rule .layout {
    height: 280px;
    overflow: hidden
}

.subject-rule .rule {
    float: left;
    width: 1200px;
    height: 194px;
    padding: 45px 200px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.subject-rule .rule h4 {
    position: relative;
    z-index: 5;
    display: block;
    width: 210px;
    height: 60px;
    margin: 0 auto 30px;
    color: #b1d06a;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700
}

.subject-rule .rule h4 strong {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 80px;
    height: 60px;
    margin: 0 auto;
    font-size: 80px;
    color: #dae8b8;
    opacity: .2
}

.subject-rule .rule p {
    color: #fff;
    margin-bottom: 25px
}

.subject-class {
    min-width: 1200px;
    background-color: #f2f2f2;
    padding: 30px 0
}

.subject-class .layout {
    position: relative
}

.subject-class .class-box {
    height: 173px
}

.subject-class .class-child {
    width: 580px;
    height: 173px;
    -webkit-box-shadow: 0 2px 10px #999;
    box-shadow: 0 2px 10px #999
}

.subject-class .class-child a {
    display: block;
    color: #fff
}

.subject-class .class-child a:hover span {
    background-color: #80a133
}

.subject-class .class-child img {
    float: left;
    width: 440px;
    height: 173px;
    background-color: #b1d06a
}

.subject-class .class-child span {
    float: left;
    display: block;
    width: 110px;
    height: 138px;
    padding-top: 35px;
    padding-left: 30px;
    background-color: #b1d06a;
    transition: all .3s;
    -webkit-transition: all .3s
}

.subject-class .class-child span strong {
    display: block;
    font-size: 18px
}

.subject-class .class-child span strong:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff
}

.subject-class .class-fuke {
    width: 580px;
    height: 173px;
    -webkit-box-shadow: 0 2px 10px #999;
    box-shadow: 0 2px 10px #999
}

.subject-class .class-fuke a {
    display: block;
    color: #fff
}

.subject-class .class-fuke a:hover span {
    background-color: #cc6a00
}

.subject-class .class-fuke img {
    float: left;
    width: 440px;
    height: 173px;
    background-color: #ff8400
}

.subject-class .class-fuke span {
    float: left;
    display: block;
    width: 110px;
    height: 138px;
    padding-top: 35px;
    padding-left: 30px;
    background-color: #ff8400;
    transition: all .3s;
    -webkit-transition: all .3s
}

.subject-class .class-fuke span strong {
    display: block;
    font-size: 18px
}

.subject-class .class-fuke span strong:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff
}

.subject-important {
    height: 265px;
    padding-top: 45px
}

.subject-important .important-left {
    width: 530px;
    height: 205px;
    padding-top: 35px;
    background-color: #daf2e8;
    -webkit-box-shadow: 0 2px 10px rgba(54, 150, 112, .39);
    box-shadow: 0 2px 10px rgba(54, 150, 112, .39)
}

.subject-important .important-left h2 {
    font-size: 20px;
    font-weight: 700
}

.subject-important .important-left h2 a {
    display: block;
    color: #369670;
    text-align: center
}

.subject-important .important-left ul {
    width: 363px;
    height: 110px;
    margin: 30px auto 0
}

.subject-important .important-left ul li {
    float: left;
    border: 1px solid #8fd7ba;
    background-color: #c6e0d6
}

.subject-important .important-left ul li a {
    display: block;
    width: 153px;
    height: 93px;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 18px;
    color: #369670
}

.subject-important .important-left ul li a:before {
    content: "";
    display: block;
    width: 20px;
    height: 6px;
    margin-bottom: 10px;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.subject-important .important-left ul li a:hover:before {
    width: 100px
}

.subject-important .important-left ul li a:hover {
    background-color: #369670;
    color: #fff
}

.subject-important .important-left ul li+li {
    margin-left: 23px
}

.subject-important .important-right {
    width: 635px;
    height: 205px;
    padding-top: 35px;
    background-color: #eef5de;
    -webkit-box-shadow: 0 2px 10px rgba(177, 208, 106, .39);
    box-shadow: 0 2px 10px rgba(177, 208, 106, .39)
}

.subject-important .important-right h2 {
    font-size: 20px;
    font-weight: 700
}

.subject-important .important-right h2 a {
    display: block;
    color: #b1d06a;
    text-align: center
}

.subject-important .important-right ul {
    width: 556px;
    height: 110px;
    margin: 30px auto 0
}

.subject-important .important-right ul li {
    float: left;
    border: 1px solid #dae8b8;
    background-color: #e8f2d4
}

.subject-important .important-right ul li a {
    display: block;
    width: 153px;
    height: 93px;
    padding-top: 15px;
    padding-left: 15px;
    line-height: 1.5
}

.subject-important .important-right ul li a:before {
    content: "";
    display: block;
    width: 20px;
    height: 6px;
    margin-bottom: 10px;
    background-color: #b1d06a;
    transition: all .3s;
    -webkit-transition: all .3s
}

.subject-important .important-right ul li a:hover:before {
    width: 100px
}

.subject-important .important-right ul li a:hover {
    background-color: #b1d06a;
    color: #fff
}

.subject-important .important-right ul li+li {
    margin-left: 23px
}

.subject-project {
    height: 240px
}

.subject-project .project-left {
    width: 635px;
    height: 205px;
    padding-top: 35px;
    background-color: #ffe6cc;
    -webkit-box-shadow: 0 2px 10px rgba(255, 132, 0, .39);
    box-shadow: 0 2px 10px rgba(255, 132, 0, .39)
}

.subject-project .project-left h2 {
    font-size: 20px;
    font-weight: 700
}

.subject-project .project-left h2 a {
    display: block;
    color: #ff8400;
    text-align: center
}

.subject-project .project-left ul {
    width: 556px;
    height: 110px;
    margin: 30px auto 0
}

.subject-project .project-left ul li {
    float: left;
    border: 1px solid #ffb566;
    background-color: #ffdcb7
}

.subject-project .project-left ul li a {
    display: block;
    width: 153px;
    height: 93px;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 18px;
    color: #ff8400
}

.subject-project .project-left ul li a:before {
    content: "";
    display: block;
    width: 20px;
    height: 6px;
    margin-bottom: 10px;
    background-color: #ff8400;
    transition: all .3s;
    -webkit-transition: all .3s
}

.subject-project .project-left ul li a:hover:before {
    width: 100px
}

.subject-project .project-left ul li a:hover {
    background-color: #ff8400;
    color: #fff
}

.subject-project .project-left ul li+li {
    margin-left: 23px
}

.subject-project .project-right {
    width: 530px;
    height: 205px;
    padding-top: 35px;
    background-color: #feeff3;
    -webkit-box-shadow: 0 2px 10px rgba(249, 176, 193, .39);
    box-shadow: 0 2px 10px rgba(249, 176, 193, .39)
}

.subject-project .project-right h2 {
    font-size: 20px;
    font-weight: 700
}

.subject-project .project-right h2 a {
    display: block;
    color: #f9b0c1;
    text-align: center
}

.subject-project .project-right ul {
    width: 363px;
    height: 110px;
    margin: 30px auto 0
}

.subject-project .project-right ul li {
    float: left;
    border: 1px solid #fbccd7;
    background-color: #fde8ed
}

.subject-project .project-right ul li a {
    display: block;
    width: 153px;
    height: 93px;
    padding-top: 15px;
    padding-left: 15px
}

.subject-project .project-right ul li a:before {
    content: "";
    display: block;
    width: 20px;
    height: 6px;
    margin-bottom: 10px;
    background-color: #f9b0c1;
    transition: all .3s;
    -webkit-transition: all .3s
}

.subject-project .project-right ul li a:hover:before {
    width: 100px
}

.subject-project .project-right ul li a:hover {
    background-color: #f9b0c1;
    color: #fff
}

.subject-project .project-right ul li+li {
    margin-left: 23px
}

.subject-teacher {
    padding-top: 45px
}

.subject-teacher .teacher-box {
    overflow: hidden
}

.subject-teacher .teacher-box .slick-dotted.slick-slider {
    margin-bottom: 50px
}

.science-rule {
    min-width: 1200px;
    height: 380px;
    background: #369670 url(../images/educondition.jpg) no-repeat center center
}

.science-rule .layout {
    height: 280px;
    overflow: hidden
}

.science-rule .rule {
    float: left;
    width: 1200px;
    height: 194px;
    padding: 45px 200px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.science-rule .rule h4 {
    position: relative;
    z-index: 5;
    display: block;
    width: 210px;
    height: 60px;
    margin: 0 auto 30px;
    color: #b1d06a;
    font-size: 24px;
    line-height: 60px;
    font-weight: 700
}

.science-rule .rule h4 strong {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 80px;
    height: 60px;
    margin: 0 auto;
    font-size: 80px;
    color: #dae8b8;
    opacity: .2
}

.science-rule .rule p {
    color: #fff;
    margin-bottom: 25px
}

.science-dynamic {
    height: 300px;
    padding-top: 30px
}

.science-dynamic .dynamic-left {
    width: 650px
}

.science-dynamic .dynamic-left strong {
    display: block;
    float: left;
    width: 375px;
    height: 220px;
    margin-right: 30px
}

.science-dynamic .dynamic-left strong img {
    width: 375px;
    height: 220px
}

.science-dynamic .dynamic-left .img-txt {
    position: relative;
    float: left;
    width: 245px;
    height: 220px
}

.science-dynamic .dynamic-left .img-txt h2 {
    height: 56px;
    line-height: 24px
}

.science-dynamic .dynamic-left .img-txt h2 a {
    font-size: 16px
}

.science-dynamic .dynamic-left .img-txt time {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999
}

.science-dynamic .dynamic-left .img-txt time u {
    padding: 0 8px;
    font-size: 12px;
    color: #d4cfcf;
    position: relative;
    top: -1px
}

.science-dynamic .dynamic-left .img-txt p {
    margin-top: 10px;
    margin-bottom: 16px;
    color: #999;
    line-height: 21px
}

.science-dynamic .dynamic-right {
    width: 530px;
    height: 220px
}

.science-dynamic .dynamic-right .dynam-list li {
    height: 34px;
    line-height: 34px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.science-dynamic .dynamic-right .dynam-list li a {
    display: block
}

.science-dynamic .dynamic-right .dynam-list li a:before {
    content: "•";
    margin-right: 3px;
    margin-left: 5px;
    color: #ff8400;
    font-size: 14px
}

.science-dynamic .dynamic-right .dynam-list li a time {
    display: block;
    margin-right: 10px;
    color: #999
}

.science-apply {
    min-width: 1200px;
    height: 265px;
    background: #f2f2f2 url(../images/sciencebg.jpg) no-repeat 100% -110px
}

.science-apply .title-center {
    text-align: center;
    margin-bottom: 16px
}

.science-apply .title-center a {
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 30px
}

.science-apply .title-center a:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ff8400;
    margin: 16px auto 0
}

.science-apply .apply-bg {
    height: 235px;
    background-color: rgba(0, 0, 0, .5);
    padding-top: 30px
}

.science-apply .layout {
    position: relative
}

.science-apply .title-base-noborder {
    padding-top: 10px;
    padding-bottom: 6px
}

.science-apply .title-base-noborder a.fl {
    position: relative;
    font-size: 20px;
    text-indent: .7em;
    color: #fff;
    font-weight: 700;
    line-height: 20px
}

.science-apply .title-base-noborder a.fl:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 18px;
    background-color: #fff
}

.science-apply .list-title {
    margin-top: 25px
}

.science-apply .list-title li {
    float: left
}

.science-apply .list-title li a {
    position: relative;
    display: block;
    width: 150px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.science-apply .list-title li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    width: 0;
    height: 0;
    margin: auto;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.science-apply .list-title li a i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    border: 2px solid #999;
    border-radius: 50%;
    font-size: 32px;
    line-height: 80px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.science-apply .list-title li a:hover i {
    background-color: #fff;
    color: #369670
}

.science-apply .list-title li a:hover:after {
    bottom: -15px
}

.science-apply .list-title .cur a>i {
    background-color: #fff;
    color: #369670
}

.science-apply .list-title .cur a:after {
    bottom: -15px
}

.science-apply .content-box {
    position: absolute;
    left: 0;
    bottom: -249px;
    z-index: 10;
    height: 235px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 5px #444;
    border-radius: 5px
}

.science-apply .content-box .list-tab .list-con {
    margin-top: 50px;
    margin-bottom: 30px
}

.science-apply .content-box .list-tab .list-con li {
    float: left
}

.science-apply .content-box .list-tab .list-con li a {
    position: relative;
    display: block;
    width: 240px;
    height: 100px;
    padding: 0 30px;
    font-size: 16px
}

.science-apply .content-box .list-tab .list-con li a time {
    position: absolute;
    left: 30px;
    bottom: 0;
    font-size: 12px;
    color: #999;
    transition: all .3s;
    -webkit-transition: all .3s
}

.science-apply .content-box .list-tab .list-con li a:hover time {
    color: #e4e4e4
}

.apply-box {
    height: 255px
}

.science-policy {
    min-width: 1200px;
    height: 330px;
    padding-top: 55px;
    background-color: #f2f2f2
}

.science-policy .title-base-i {
    border: 0
}

.science-policy .policy-left {
    width: 360px;
    height: 260px;
    padding: 10px 15px 0;
    background-color: #fff
}

.science-policy .policy-right {
    width: 560px;
    height: 260px;
    padding: 10px 15px 0;
    background-color: #fff
}

.science-policy .dynam-list {
    margin-top: 7px
}

.science-policy .dynam-list li {
    height: 34px;
    line-height: 34px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.science-policy .dynam-list li:hover {
    background-color: #369670
}

.science-policy .dynam-list li a {
    display: block
}

.science-policy .dynam-list li a:before {
    content: "•";
    margin-right: 3px;
    margin-left: 5px;
    color: #ff8400;
    font-size: 14px
}

.science-policy .dynam-list li a:hover {
    color: #fff
}

.science-policy .dynam-list li a:hover:before {
    color: #fff
}

.science-policy .dynam-list li a time {
    display: block;
    color: #999
}

.science-policy .dynam-list li a:hover time {
    color: #fff
}

.science-policy .dynam-list li+li {
    border-top: 1px solid #e4e4e4
}

.dang-zhibu {
    min-width: 1200px;
    height: 370px;
    padding: 35px 0 55px;
    background-color: #f2f2f2
}

.dang-zhibu .dang-jianshe {
    text-align: center;
    margin-bottom: 30px
}

.dang-zhibu .dang-jianshe a {
    display: inline-block;
    font-size: 30px;
    color: #d24a4a
}

.dang-zhibu .dang-jianshe a:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ffad5b;
    margin: 10px auto 0
}

.dang-zhibu .title-base-i {
    border: 0
}

.dang-zhibu .title-base-i a.fl {
    color: #d24a4a
}

.dang-zhibu .title-base-i a.fl:before {
    background-color: #d24a4a
}

.dang-zhibu .policy-left,
.dang-zhibu .policy-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 565px;
    height: 270px;
    padding: 35px 15px 0;
    background-color: #fff
}

.dang-zhibu .policy-left .news-con-thumb {
    width: 100%;
    height: 190px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dang-zhibu .policy-left .news-con-thumb .list-thumb li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    height: 20px;
    margin-bottom: 10px
}

.dang-zhibu .policy-left .news-con-thumb .list-thumb li .thumb-title:before {
    content: "•";
    margin-right: 3px;
    color: #ff8400;
    font-size: 12px
}

.dang-zhibu .policy-left .news-con-thumb .list-thumb li:last-child {
    margin-bottom: 0
}

.dang-zhibu .policy-left .news-con-thumb .list-thumb li.thumb {
    padding-left: 40px
}

.dang-zhibu .policy-left .news-con-thumb .list-thumb li .thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 20px;
    overflow: hidden
}

.dang-zhibu .policy-left .news-con-thumb .list-thumb li .thumb-img img {
    width: 30px;
    height: 20px
}

.dang-zhibu .policy-left .news-con-thumb .list-thumb li time {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    height: 20px
}

.dang-zhibu .policy-left .news-con-thumb .list-thumb li time span {
    color: #369670;
    width: 80px;
    overflow: hidden;
    height: 20px;
    text-align: right
}

.dang-zhibu .policy-left .news-con-thumb .list-thumb li time u {
    color: #e8e4e8;
    margin: 0 4px
}

.dang-zhibu .dynam-list {
    margin-top: 7px
}

.dang-zhibu .dynam-list li {
    height: 34px;
    line-height: 34px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.dang-zhibu .dynam-list li:hover {
    background-color: #d24a4a
}

.dang-zhibu .dynam-list li a {
    display: block
}

.dang-zhibu .dynam-list li a:before {
    content: "•";
    margin-right: 3px;
    margin-left: 5px;
    color: #ff8400;
    font-size: 14px
}

.dang-zhibu .dynam-list li a:hover {
    color: #fff
}

.dang-zhibu .dynam-list li a:hover:before {
    color: #fff
}

.dang-zhibu .dynam-list li a time {
    display: block;
    color: #999
}

.dang-zhibu .dynam-list li a:hover time {
    color: #fff
}

.eryuan-box {
    height: 470px;
    padding: 30px 0
}

.eryuan-box .xingyao-left {
    width: 705px
}

.eryuan-box .xingyao-left .xing-ren {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 705px;
    height: 165px;
    padding: 25px 30px 0 230px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.eryuan-box .xingyao-left .xing-ren span {
    position: absolute;
    left: 30px;
    top: 25px;
    width: 170px;
    height: 118px
}

.eryuan-box .xingyao-left .xing-ren span img {
    display: block;
    width: 170px;
    height: 118px
}

.eryuan-box .xingyao-left .xing-ren u {
    display: block;
    min-height: 46px;
    line-height: 23px;
    font-size: 16px;
    color: #333
}

.eryuan-box .xingyao-left .xing-ren p {
    margin-top: 10px;
    text-indent: 2em;
    font-size: 12px;
    line-height: 20px;
    color: #999
}

.eryuan-box .lianjie-right {
    width: 420px
}

.eryuan-box .lianjie-right .lian a {
    display: block;
    float: left;
    width: 193px;
    height: 165px
}

.eryuan-box .lianjie-right .lian a+a {
    margin-left: 34px
}

.eryuan-box .lianjie-right .lian a img {
    display: block;
    width: 193px;
    height: 130px
}

.eryuan-box .lianjie-right .lian a u {
    display: block;
    color: #333;
    line-height: 35px;
    text-align: center
}

.eryuan-box .shuxiang-left {
    width: 705px;
    margin-top: 50px
}

.eryuan-box .yinuan-right {
    width: 420px;
    margin-top: 50px
}

.eryuan-box .dynam-list {
    margin-top: 7px
}

.eryuan-box .dynam-list li {
    height: 34px;
    line-height: 34px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.eryuan-box .dynam-list li a {
    display: block
}

.eryuan-box .dynam-list li a:before {
    content: "•";
    margin-right: 3px;
    margin-left: 5px;
    color: #ec5645;
    font-size: 14px
}

.eryuan-box .dynam-list li a time {
    display: block;
    color: #999
}

.eryuan-box .dynam-list li a:hover {
    color: #ec5645
}

.science-source {
    height: 240px;
    padding-top: 45px
}

.science-source .list-source li {
    float: left
}

.science-source .list-source li a {
    position: relative;
    display: block;
    width: 270px;
    height: 170px;
    padding-top: 30px;
    color: #369670;
    font-size: 16px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px rgba(148, 148, 148, .3);
    box-shadow: 0 0 2px rgba(148, 148, 148, .3)
}

.science-source .list-source li a i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
    font-size: 60px;
    line-height: 60px
}

.science-source .list-source li a span {
    display: block;
    color: #999;
    font-size: 14px
}

.science-source .list-source li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 15px;
    height: 4px;
    margin: auto;
    background-color: #369670
}

.science-source .list-source li a:hover {
    background-color: #369670;
    color: #fff;
    -webkit-box-shadow: 0 0 10px #444;
    box-shadow: 0 0 10px #444
}

.science-source .list-source li a:hover span {
    color: #fff
}

.science-source .list-source li a:hover:after {
    background-color: #fff
}

.science-source .list-source li+li {
    margin-left: 40px
}

.dang-news {
    min-width: 1200px;
    height: 380px;
    background: url(../images/dangbg.jpg) no-repeat center -880px
}

.dang-news .news-bg {
    position: relative;
    min-width: 1200px;
    height: 345px;
    padding-top: 35px;
    background-color: rgba(0, 0, 0, .4)
}

.dang-news .layout {
    height: 345px;
    overflow: hidden
}

.dang-news h2 {
    text-align: center
}

.dang-news h2 a {
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

.dang-news h2:hover {
    color: #ff4d3c
}

.dang-news ul.news-for {
    width: 300%;
    height: 175px;
    margin-top: 40px;
    overflow: hidden
}

.dang-news ul.news-for.slick-slider {
    overflow: visible
}

.dang-news ul.news-for li {
    float: left;
    width: 1200px;
    height: 160px;
    padding-top: 15px
}

.dang-news ul.news-for li a {
    position: relative;
    display: block;
    float: left;
    width: 255px;
    height: 105px;
    padding: 55px 15px 0;
    background-color: #fff
}

.dang-news ul.news-for li a time {
    display: block;
    position: absolute;
    left: 15px;
    top: -15px;
    z-index: 10;
    width: 65px;
    height: 45px;
    background-color: #ec5645;
    color: #fff;
    text-align: center;
    line-height: 45px
}

.dang-news ul.news-for li a h3 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    transition: all .3s;
    -webkit-transition: all .3s
}

.dang-news ul.news-for li a p {
    color: #999
}

.dang-news ul.news-for li a:hover {
    -webkit-box-shadow: 0 0 20px #ec5645 inset;
    box-shadow: 0 0 20px #ec5645 inset
}

.dang-news ul.news-for li a:hover h3 {
    color: #ec5645
}

.dang-news ul.news-for li a+a {
    margin-left: 20px
}

.dang-news ul.news-for .slick-list {
    width: 1200px
}

.dang-news ul.news-for .slick-dots {
    bottom: -70px;
    width: 500px;
    padding-left: 500px
}

.dang-news ul.news-for .slick-dots li {
    width: 50px;
    height: 10px;
    padding-top: 0
}

.dang-news ul.news-for .slick-dots li.slick-active {
    opacity: .75;
    background-color: #ec5645
}

.dang-build {
    height: 345px;
    padding-top: 35px
}

.dang-build .build-left {
    width: 565px;
    height: 345px
}

.dang-build .top-build {
    margin-top: 20px;
    border-bottom: 1px dashed #e4e4e4
}

.dang-build .top-build h4 a {
    font-size: 18px;
    font-weight: 400
}

.dang-build .top-build h4 a:hover {
    color: #ec5645
}

.dang-build .top-build P {
    color: #999
}

.dang-build .top-build .where {
    margin-bottom: 5px;
    color: #999
}

.dang-build .list-build {
    margin-top: 20px
}

.dang-build .list-build li a {
    color: #555;
    line-height: 28px
}

.dang-build .list-build li a:before {
    content: "•";
    margin-right: 3px;
    color: #ec5645;
    font-size: 12px
}

.dang-build .list-build li a:hover {
    color: #ec5645
}

.dang-build .list-build li a time {
    margin-right: 5px;
    color: #999
}

.dang-build .build-right {
    width: 586px;
    height: 345px
}

.dang-build .list-think {
    margin-top: 20px
}

.dang-build .list-think li {
    float: left;
    background-color: #f2f2f2;
    transition: all .3s;
    -webkit-transition: all .3s
}

.dang-build .list-think li a {
    display: block;
    width: 243px;
    height: 100px;
    padding: 20px 25px 0
}

.dang-build .list-think li a h5 {
    font-weight: 400;
    font-size: 16px
}

.dang-build .list-think li a time {
    color: #999;
    font-size: 12px
}

.dang-build .list-think li a:hover {
    color: #ec5645
}

.dang-build .list-think li:hover {
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
    -webkit-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 5px #444;
    border-radius: 5px
}

.dang-build .list-think li.dangli {
    background-color: #ec5645
}

.dang-build .list-think li.dangli h5,
.dang-build .list-think li.dangli time {
    color: #fff
}

.dang-build .list-think li.dbtnli {
    background-color: #fec051
}

.dang-build .list-think li.dbtnli h5,
.dang-build .list-think li.dbtnli time {
    color: #fff
}

.dang-pioneer {
    margin-top: 55px;
    min-width: 1200px;
    height: 165px;
    background: url(../images/sciencebg.jpg) no-repeat 100% -165px
}

.dang-pioneer .title-center {
    text-align: center;
    margin-bottom: 16px;
    padding-top: 30px
}

.dang-pioneer .title-center a {
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 20px
}

.dang-pioneer .title-center a:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ff8400;
    margin: 16px auto 0
}

.dang-pioneer .pioneerbg {
    min-width: 1200px;
    height: 165px;
    background-color: rgba(0, 0, 0, .4)
}

.pioneer-box {
    height: 280px
}

.pioneer-box .layout {
    position: relative;
    height: 280px
}

.pioneer-box .list-pioneer {
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 0;
    width: 1200px;
    height: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 5px #444;
    border-radius: 5px
}

.pioneer-box .pioneer-item {
    margin-top: 20px;
    margin-bottom: 30px
}

.pioneer-box .pioneer-item li {
    position: relative;
    float: left;
    width: 245px;
    height: 188px;
    padding: 0 15px;
    margin-left: 20px
}

.pioneer-box .pioneer-item li a {
    display: block
}

.pioneer-box .pioneer-item li a:hover {
    color: #ec5645
}

.pioneer-box .pioneer-item li time {
    color: #999;
    font-size: 16px
}

.pioneer-box .pioneer-item li h4 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400
}

.pioneer-box .pioneer-item li span {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 245px;
    height: 28px
}

.pioneer-box .pioneer-item li span i {
    color: #fec051
}

.pioneer-box .pioneer-item li span:hover {
    color: #ec5645
}

.pioneer-box .pioneer-item li .item-drop {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 275px;
    height: 210px
}

.pioneer-box .pioneer-item li .item-drop a {
    position: relative;
    left: 0;
    display: block;
    width: 275px;
    height: 210px
}

.pioneer-box .pioneer-item li .item-drop img {
    width: 275px;
    height: 210px
}

.pioneer-box .pioneer-item li .item-drop span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 245px;
    height: 46px;
    padding: 0 15px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6)
}

.pioneer-box .pioneer-item li .item-drop time {
    font-size: 14px
}

.fixed-act-right {
    position: fixed;
    top: 50%;
    margin-top: -81px;
    right: 10px
}

.fixed-act-right a {
    display: block;
    padding: 20px;
    width: 140px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    text-align: center
}

.fixed-act-right a:hover {
    background-color: #ec5645;
    color: #fff
}

.fixed-act-right a:hover i {
    color: #ec5645;
    background-color: #fff
}

.fixed-act-right a i {
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    line-height: 66px;
    background-color: #ec5645;
    text-align: center
}

.fixed-act-right a span {
    display: block;
    width: 140px;
    padding-top: 9px;
    line-height: 24px
}

.party-link {
    padding: 60px 0;
    height: 170px;
    background: url(../images/link-bg.jpg) no-repeat center;
    background-size: cover
}

.party-link ul li {
    float: left
}

.party-link ul li+li {
    margin-left: 26px
}

.party-link ul li a {
    display: block;
    width: 280px;
    height: 170px;
    background-color: #d24a4a;
    border-radius: 5px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.party-link ul li a img {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 auto 20px;
    padding-top: 40px
}

.party-link ul li a u {
    display: block;
    text-align: center;
    font-size: 16px
}

.party-link ul li a:hover {
    background-color: rgba(255, 255, 255, .8);
    color: #ffad5b
}

.mt30 {
    margin-top: 30px
}

.dang-activity {
    height: 200px;
    padding: 55px 0 100px;
    background: #f6f1de url(../images/special-bg.png) no-repeat center;
    background-size: cover
}

.dang-activity .dang-zt {
    text-align: center;
    margin-bottom: 30px
}

.dang-activity .dang-zt a {
    display: inline-block;
    font-size: 30px;
    color: #d24a4a
}

.dang-activity .dang-zt a:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ffad5b;
    margin: 10px auto 0
}

.dang-activity .act-slider a {
    width: 293px;
    height: 120px;
    margin-right: 9px;
    float: left
}

.dang-activity .act-slider a:last-child {
    margin-right: 0
}

.dang-activity .act-slider a img {
    display: block;
    width: 100%;
    height: 100%
}

.dang-policy {
    height: 200px;
    padding-top: 40px
}

.dang-policy .policy-con a.flow-list {
    display: block;
    float: left;
    width: 244px;
    height: 100px;
    padding: 20px 20px 0 20px;
    font-size: 16px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.dang-policy .policy-con a.flow-list:first-child,
.dang-policy .policy-con a.flow-list:nth-child(3) {
    background-color: #fff6f1
}

.dang-policy .policy-con a.flow-list:nth-child(2),
.dang-policy .policy-con a.flow-list:nth-child(4) {
    background-color: #fde4eb
}

.dang-policy .policy-con a.flow-list:hover {
    color: #fff;
    background-color: #ec5645;
    -webkit-box-shadow: 0 0 10px #444;
    box-shadow: 0 0 10px #444;
    border-radius: 5px
}

.dang-policy .policy-con a.flow-list time {
    font-size: 12px;
    color: #b3abab
}

.dang-policy .policy-con a.flow-list p {
    height: 56px
}

.dang-policy .policy-con a+a {
    margin-left: 21px
}

.dang-govern {
    min-width: 1200px;
    height: 330px;
    padding-top: 70px;
    background-color: #f2f2f2
}

.dang-govern .govern-left {
    width: 565px;
    height: 260px;
    padding: 10px 15px 0;
    background-color: #fff
}

.dang-govern .govern-right {
    width: 560px;
    height: 260px;
    padding: 10px 15px 0;
    background-color: #fff
}

.dang-govern .dynam-list {
    margin-top: 7px
}

.dang-govern .dynam-list li {
    height: 34px;
    line-height: 34px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.dang-govern .dynam-list li a {
    display: block
}

.dang-govern .dynam-list li a:before {
    content: "•";
    margin-right: 3px;
    margin-left: 5px;
    color: #ec5645;
    font-size: 14px
}

.dang-govern .dynam-list li a time {
    display: block;
    color: #999
}

.dang-govern .dynam-list li a:hover {
    color: #ec5645
}

.dang-govern .dynam-list li+li {
    border-top: 1px solid #e4e4e4
}

.dang-imgs {
    height: 305px;
    padding-top: 30px
}

.dang-imgs .imgs-box {
    margin-top: 20px
}

.dang-imgs .imgs-left a {
    position: relative;
    display: block;
    width: 715px;
    height: 210px
}

.dang-imgs .imgs-left a img {
    width: 715px;
    height: 210px
}

.dang-imgs .imgs-left a span {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 20;
    display: block;
    width: 100%;
    line-height: 28px;
    text-indent: 2em;
    font-size: 16px;
    color: #fff
}

.dang-imgs .imgs-left a span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 28px;
    background-color: rgba(0, 0, 0, .6);
    transition: all .3s;
    -webkit-transition: all .3s
}

.dang-imgs .imgs-left a:hover span:after {
    width: 100%
}

.dang-imgs .imgs-right a {
    position: relative;
    display: block;
    width: 460px;
    height: 210px
}

.dang-imgs .imgs-right a img {
    width: 460px;
    height: 210px
}

.dang-imgs .imgs-right a span {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 20;
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-indent: 2em;
    font-size: 16px;
    color: #fff
}

.dang-imgs .imgs-right a span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 28px;
    background-color: rgba(0, 0, 0, .6);
    transition: all .3s;
    -webkit-transition: all .3s
}

.dang-imgs .imgs-right a:hover span:after {
    width: 100%
}

.list-imgs {
    height: 255px
}

.list-imgs li {
    float: left
}

.list-imgs li a {
    position: relative;
    display: block;
    width: 384px;
    height: 210px
}

.list-imgs li a img {
    width: 384px;
    height: 210px
}

.list-imgs li a span {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 20;
    display: block;
    width: 100%;
    line-height: 28px;
    text-indent: 2em;
    font-size: 16px;
    color: #fff
}

.list-imgs li a span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 28px;
    background-color: rgba(0, 0, 0, .6);
    transition: all .3s;
    -webkit-transition: all .3s
}

.list-imgs li a:hover span:after {
    width: 100%
}

.list-imgs li+li {
    margin-left: 24px
}

.dang-link.subsite .site-box {
    padding: 15px;
    height: auto
}

.dang-link a:hover {
    color: #ec5645
}

.news-center {
    min-width: 1200px;
    padding-top: 10px;
    background-color: #f2f2f2
}

.news-center .dynamic-con .dynamic-list {
    position: relative;
    display: block;
    float: left;
    width: 284px;
    height: 302px;
    margin: 0 21px 25px 0;
    background-color: #fff;
    overflow: hidden
}

.news-center .dynamic-con .dynamic-list .dynamic-hidden {
    display: none
}

.news-center .dynamic-con .dynamic-list:nth-child(4n) {
    margin-right: 0
}

.news-center .dynamic-con .dynamic-list .thumb {
    display: block;
    position: relative;
    padding: 10px 0
}

.news-center .dynamic-con .dynamic-list img {
    display: block;
    width: 264px;
    height: 176px;
    transition: all .3s;
    -webkit-transition: all .3s;
    margin: 0 auto
}

.news-center .dynamic-con .dynamic-list p {
    padding: 0 16px;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.news-center .dynamic-con .dynamic-list .time {
    position: absolute;
    bottom: 5px;
    width: 258px;
    height: 40px;
    padding: 0 10px 0 16px;
    line-height: 40px;
    color: #999;
    font-size: 12px;
    border-top: 1px solid #e4e4e4
}

.news-center .dynamic-con .dynamic-list .time small {
    display: block;
    float: right
}

.news-center .dynamic-con .dynamic-list .new-detail {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 264px
}

.news-center .dynamic-con .dynamic-list .new-detail i {
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .68s cubic-bezier(.19, 1, .22, 1);
    transition: .68s cubic-bezier(.19, 1, .22, 1);
    height: 100%;
    font-size: 70px;
    color: #b1d06a;
    text-align: center;
    line-height: 176px;
    font-weight: lighter;
    background-color: rgba(54, 150, 112, .8)
}

.news-center .dynamic-con .dynamic-list .line {
    position: absolute;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.news-center .dynamic-con .dynamic-list .line1 {
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 1px;
    width: 100%
}

.news-center .dynamic-con .dynamic-list .line2 {
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
    width: 1px
}

.news-center .dynamic-con .dynamic-list .line3 {
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 100%;
    width: 1px
}

.news-center .dynamic-con .dynamic-list .line4 {
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 1px;
    width: 100%
}

.news-center .dynamic-con .dynamic-list:hover .line1,
.news-center .dynamic-con .dynamic-list:hover .line4 {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.news-center .dynamic-con .dynamic-list:hover .line2,
.news-center .dynamic-con .dynamic-list:hover .line3 {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.news-center .dynamic-con .dynamic-list:hover .new-detail i {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.depart-banner {
    min-width: 1200px;
    height: 380px;
    background: #369670 url(../images/aboutbanner.png) no-repeat center center
}

.depart-banner .transparent-bg {
    min-width: 1200px;
    height: 380px;
    color: #fff;
    background-color: rgba(54, 86, 74, .8)
}

.depart-banner h2 {
    padding-top: 50px;
    text-align: center
}

.depart-banner h2 a {
    color: #fff;
    font-size: 36px
}

.depart-banner .depart-list {
    padding: 50px 65px 0
}

.depart-banner .depart-list li {
    float: left;
    background: url(../images/dmbg.png) no-repeat center center
}

.depart-banner .depart-list li+li {
    margin-left: 10px
}

.depart-banner .depart-list a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 347px;
    height: 166px;
    padding-top: 40px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s
}

.depart-banner .depart-list a strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px
}

.depart-banner .depart-list a strong:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    margin-left: 159px;
    background-color: #fff
}

.depart-banner .depart-list a small {
    display: block;
    margin-bottom: 10px;
    color: #fff
}

.depart-banner .depart-list a .look-info {
    width: 126px;
    height: 0;
    margin: 0 auto;
    line-height: 38px;
    color: #fff;
    border: 1px solid #fff;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s
}

.depart-banner .depart-list a:hover {
    padding-top: 20px
}

.depart-banner .depart-list a:hover .look-info {
    opacity: 1;
    height: 38px
}

.depart-banner .depart-list .dmbase {
    background-color: rgba(54, 150, 112, .8)
}

.depart-banner .depart-list .dmqing {
    background-color: rgba(177, 208, 106, .8)
}

.depart-banner .depart-list .dmorange {
    background-color: rgba(255, 132, 0, .8)
}

.dm-banner {
    min-width: 1200px;
    height: 380px;
    background: url(../images/dmbanner.jpg) no-repeat center center;
    background-size: cover
}

.dm-banner .dm-transparentbg {
    min-width: 1200px;
    height: 380px;
    overflow: hidden
}

.dm-banner .banner-slider .slick-list {
    overflow: visible
}

.dm-banner .banner-slider .slick-dots {
    bottom: 10px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    text-align: right
}

.dm-banner .banner-slider .banner-img {
    position: relative;
    height: 380px
}

.dm-banner .banner-slider .banner-img>div {
    height: 380px;
    position: relative
}

.dm-banner .banner-slider .banner-img span {
    display: block;
    position: absolute
}

.dm-banner .banner-slider .banner-img span img {
    display: block;
    width: 100%;
    height: 100%
}

.dm-banner .banner-slider .banner-img .banner-left {
    left: -35px;
    top: 0;
    width: 312px;
    height: 273px
}

.dm-banner .banner-slider .banner-img .banner-center {
    left: 310px;
    bottom: 0;
    width: 526px;
    height: 296px
}

.dm-banner .banner-slider .banner-img .banner-right {
    right: 0;
    top: 50px;
    width: 315px;
    height: 197px
}

.dm-banner .banner-slider .banner-img .banner1-left {
    left: -35px;
    top: 0;
    width: 396px;
    height: 271px
}

.dm-banner .banner-slider .banner-img .banner1-center {
    left: 385px;
    bottom: 0;
    width: 480px;
    height: 210px
}

.dm-banner .banner-slider .banner-img .banner1-right {
    right: 0;
    top: 50px;
    width: 315px;
    height: 197px
}

.dm-banner .banner-slider .banner-img .banner2-left {
    left: -35px;
    top: 0;
    width: 312px;
    height: 273px
}

.dm-banner .banner-slider .banner-img .banner2-center {
    left: 255px;
    bottom: 0;
    width: 526px;
    height: 296px
}

.dm-banner .banner-slider .banner-img .banner2-right {
    right: 0;
    top: 50px;
    width: 315px;
    height: 197px
}

.depart-filter-wrap {
    background-color: #fff
}

.depart-filter {
    padding: 50px 0;
    background-color: #fff
}

.depart-filter.depart-filter-fixed {
    padding: 10px 0;
    -webkit-box-shadow: 2px 2px 3px rgba(148, 148, 148, .5);
    box-shadow: 2px 2px 3px rgba(148, 148, 148, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.depart-filter.depart-filter-fixed .depart-filter-list a.cur {
    background-color: #369670;
    color: #fff
}

.depart-filter.depart-filter-fixed .depart-filter-list a.cur:after {
    color: #ddd
}

.depart-filter .depart-filter-item {
    line-height: 35px;
    padding: 5px 0;
    margin-bottom: 20px
}

.depart-filter .depart-filter-name {
    width: 110px;
    float: left;
    color: #aeafaf;
    font-size: 16px
}

.depart-filter .depart-filter-list {
    float: right;
    width: 1090px;
    font-size: 0
}

.depart-filter .depart-filter-list a {
    color: #369670;
    text-align: center;
    display: inline-block;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 13%;
    margin-right: 1%;
    background-color: #f3f3f3;
    font-size: 14px;
    position: relative
}

.depart-filter .depart-filter-list a:hover {
    background-color: #cee9dd
}

.depart-filter .depart-filter-list a:hover:after {
    color: #cee9dd
}

.depart-filter .depart-filter-list a:after {
    -webkit-transition: inherit;
    transition: inherit;
    display: inline;
    font-family: iconfont;
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    bottom: -3px;
    right: 0;
    content: "\e609";
    color: #f3f3f3
}

.depart-item {
    min-width: 1200px;
    min-height: 620px;
    background-color: #f2f2f2;
    padding: 30px 0
}

.depart-index {
    height: 35px
}

.depart-index a,
.depart-index span {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    background-color: #f2f2f2
}

.depart-index a {
    color: #444;
    transition: all .3s;
    -webkit-transition: all .3s
}

.depart-index a:hover {
    background-color: #369670;
    color: #fff
}

.depart-index span {
    color: #c9c9c9
}

.depart-index .cur {
    background-color: #369670;
    color: #fff
}

.depart-for {
    min-height: 530px
}

.depart-for .depart-for-item {
    padding-top: 20px;
    margin-bottom: 10px
}

.depart-for .depart-for-name {
    height: 45px;
    line-height: 45px;
    color: #369670;
    font-size: 16px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px
}

.depart-for .depart-for-name span {
    display: inline-block
}

.depart-for .depart-for-name i {
    width: 45px;
    height: 45px;
    font-size: 26px;
    background-color: #369670;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-right: 16px
}

.depart-for .depart-for-list-wrap .depart-for-list {
    position: relative;
    float: left;
    background-color: #fff;
    width: 290px;
    margin: 0 13px 20px 0
}
.depart-for .depart-for-list-wrap .depart-for-list:hover> a small {
    color: #fff;
}
.depart-for .depart-for-list-wrap .depart-for-list:hover>a {
    color: #fff!important;
    background-color: #369670;
}
.depart-for .depart-for-list-wrap .depart-for-list:hover .child-list {
    opacity: 1;
    visibility: visible;
}
.depart-for .depart-for-list-wrap .depart-for-list:nth-child(4n) {
    margin-right: 0
}

.depart-for .depart-for-list-wrap .depart-for-list>a {
    display: table-cell;
    height: 78px;
    background-color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    width: 290px
}

.depart-for .depart-for-list-wrap .depart-for-list>a span {
    display: block;
    font-size: 18px
}

.depart-for .depart-for-list-wrap .depart-for-list>a small {
    color: #c9c9c9;
    font-size: 12px
}

.depart-for .depart-for-list-wrap .depart-for-list.key-depart-for>a {
    padding: 15px 12px 0
}

.depart-for .depart-for-list-wrap .depart-for-list.key-depart-for>a span {
    line-height: 20px;
    margin-bottom: 8px
}
.depart-for .depart-for-list-wrap .depart-for-list .child-list {
    position: absolute;
    width: 100%;
    background-color: #ebf3f0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}
.depart-for .depart-for-list-wrap .depart-for-list .child-list li {
    margin-bottom: 10px;
}
.depart-for .depart-for-list-wrap .depart-for-list .child-list li a {
    height: 30px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.depart-for .depart-for-list-wrap .depart-for-list .child-list li a p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
}
.hospital-culture {
    padding-bottom: 30px
}

.hospital-culture .col2 .hos-culture-item {
    width: 50%;
    float: left
}

.hospital-culture .hos-culture-item {
    padding: 30px 0 25px 280px;
    position: relative;
    height: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4
}

.hospital-culture .hos-culture-item.no-border-bm {
    border-bottom: none
}

.hospital-culture .hos-culture-item.first-child {
    height: 175px
}

.hospital-culture .hos-culture-item .hos-culture-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 280px;
    text-align: center;
    margin-top: -42px;
    font-size: 0
}

.hospital-culture .hos-culture-item .hos-culture-icon img {
    width: 83px;
    height: 83px
}

.hospital-culture .hos-culture-item .hos-culture-text h5 {
    font-size: 16px;
    margin-bottom: 10px
}

.hospital-culture .hos-culture-item .hos-culture-text p {
    margin-bottom: 5px
}

.hospital-culture .hos-culture-item .hos-culture-text p span {
    color: #ec5645;
    font-weight: 700
}

.special-banner {
    min-width: 1200px;
    min-height: 140px;
    background: url(../images/aboutbanner.png) no-repeat center center;
    background-size: cover;
    font-size: 16px;
    color: #fff
}

.special-banner.special-inner-banner .transparent-bg {
    height: 255px
}

.special-banner .transparent-bg {
    min-width: 1200px;
    height: 140px;
    color: #fff;
    background-color: rgba(54, 86, 74, .8);
    padding: 10px 0
}

.special-banner .transparent-bg h4 {
    display: block;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px
}

.special-banner .transparent-bg h4:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -8px;
    width: 4px;
    height: 16px;
    background-color: #fff
}

.special-banner .special-depart-cate {
    position: relative;
    padding-left: 95px;
    margin-top: 35px
}

.special-banner .special-depart-cate .special-depart-cate-name {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0;
    width: 95px
}

.special-banner .special-depart-cate .special-depart-cate-item {
    text-align: center
}

.special-banner .special-depart-cate .special-depart-cate-item a {
    display: inline-block;
    width: 243px;
    height: 74px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #9cada8;
    line-height: 72px;
    text-align: center;
    font-size: 0;
    margin-right: 5px;
    color: #fff
}

.special-banner .special-depart-cate .special-depart-cate-item a i {
    font-size: 34px;
    margin-right: 12px
}

.special-banner .special-depart-cate .special-depart-cate-item a span {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: -6px
}

.special-banner .special-depart-cate .special-depart-cate-item a.cur,
.special-banner .special-depart-cate .special-depart-cate-item a:hover {
    background-color: #369670
}

.special-depart-index {
    height: 35px;
    overflow: hidden
}

.special-depart-index a,
.special-depart-index span {
    display: inline-block;
    width: 39px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    position: relative
}

.special-depart-index a:after,
.special-depart-index span:after {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 16px;
    border-left: 1px dotted #6f8481
}

.special-depart-index a {
    color: #fff
}

.special-depart-index a:hover {
    color: #9cada8
}

.special-depart-index a.all-cate {
    width: 62px
}

.special-depart-index span {
    color: #81938f
}

.special-depart-index .cur {
    font-weight: 700;
    color: #369670
}

.special-list {
    padding-top: 35px
}

.special-list .special-item {
    width: 284px;
    height: 225px;
    float: left;
    margin-right: 21px;
    margin-bottom: 21px
}

.special-list .special-item:nth-child(4n) {
    margin-right: 0
}

.special-list .special-item a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    padding-top: 38px;
    color: #369670;
    text-align: center
}

.special-list .special-item a {
    position: relative;
    overflow: hidden
}

.special-list .special-item a .border {
    position: absolute;
    background-color: #369670;
    -webkit-transition: all .3s;
    transition: all .3s
}

.special-list .special-item a .border-tl {
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 1px;
    width: 100%
}

.special-list .special-item a .border-bl {
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
    width: 1px
}

.special-list .special-item a .border-tr {
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 100%;
    width: 1px
}

.special-list .special-item a .border-br {
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 1px;
    width: 100%
}

.special-list .special-item a .link-special {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 0;
    width: 128px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.special-list .special-item a .link-special span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 100%;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-transition: .68s cubic-bezier(.19, 1, .22, 1);
    transition: .68s cubic-bezier(.19, 1, .22, 1)
}

.special-list .special-item a .link-special i {
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    top: -2px
}

.special-list .special-item a:hover .border-br,
.special-list .special-item a:hover .border-tl {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.special-list .special-item a:hover .border-bl,
.special-list .special-item a:hover .border-tr {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.special-list .special-item a:hover .link-special {
    color: #fff
}

.special-list .special-item a:hover .link-special span {
    width: 100%;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    background-color: #369670
}

.special-list .special-item a .special-item-depart {
    height: 38px;
    line-height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.special-list .special-item a .special-item-depart span {
    display: inline-block;
    background-color: #369670;
    color: #fff;
    padding: 0 15px
}

.special-list .special-item a .special-item-title {
    font-size: 18px;
    font-weight: 400;
    padding: 15px 60px;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.special-list .special-item.light-green a {
    color: #b1d06a
}

.special-list .special-item.light-green a {
    position: relative;
    overflow: hidden
}

.special-list .special-item.light-green a .border {
    position: absolute;
    background-color: #b1d06a;
    -webkit-transition: all .3s;
    transition: all .3s
}

.special-list .special-item.light-green a .border-tl {
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 1px;
    width: 100%
}

.special-list .special-item.light-green a .border-bl {
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
    width: 1px
}

.special-list .special-item.light-green a .border-tr {
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 100%;
    width: 1px
}

.special-list .special-item.light-green a .border-br {
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 1px;
    width: 100%
}

.special-list .special-item.light-green a .link-special {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 0;
    width: 128px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.special-list .special-item.light-green a .link-special span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 0;
    height: 100%;
    background-color: #b1d06a;
    transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-transition: .68s cubic-bezier(.19, 1, .22, 1);
    transition: .68s cubic-bezier(.19, 1, .22, 1)
}

.special-list .special-item.light-green a .link-special i {
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    top: -2px
}

.special-list .special-item.light-green a:hover .border-br,
.special-list .special-item.light-green a:hover .border-tl {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.special-list .special-item.light-green a:hover .border-bl,
.special-list .special-item.light-green a:hover .border-tr {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.special-list .special-item.light-green a:hover .link-special {
    color: #fff
}

.special-list .special-item.light-green a:hover .link-special span {
    width: 100%;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    background-color: #b1d06a
}

.special-list .special-item.light-green a .special-item-depart span {
    background-color: #b1d06a
}

.special-depart-tab {
    color: #fff;
    padding-top: 25px
}

.special-depart-tab .special-depart-tab-tit {
    height: 50px;
    text-align: center;
    font-size: 0
}

.special-depart-tab .special-depart-tab-tit a {
    display: inline-block;
    width: 195px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #9cada8;
    line-height: 50px;
    text-align: center;
    color: #fff
}

.special-depart-tab .special-depart-tab-tit a i {
    font-size: 28px;
    margin-right: 12px
}

.special-depart-tab .special-depart-tab-tit a span {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: -6px
}

.special-depart-tab .special-depart-tab-tit a.cur,
.special-depart-tab .special-depart-tab-tit a:hover {
    background-color: #b1d06a;
    border-color: #b1d06a
}

.special-depart-tab .special-depart-tab-panel {
    padding: 55px 0;
    font-size: 0;
    line-height: 1
}

.special-depart-tab .special-depart-tab-panel .special-depart-tab-list {
    display: none
}

.special-depart-tab .special-depart-tab-panel .special-depart-tab-list:first-child {
    display: block
}

.special-depart-tab .special-depart-tab-panel .special-depart-tab-list .special-depart-tab-list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.special-depart-tab .special-depart-tab-panel .special-depart-tab-list .special-depart-tab-list-flex .special-depart-tab-list-item {
    min-width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px dotted #6f8481;
    text-align: left;
    float: left
}

.special-depart-tab .special-depart-tab-panel .special-depart-tab-list .special-depart-tab-list-flex .special-depart-tab-list-item:last-child {
    border-right: none
}

.special-depart-tab .special-depart-tab-panel .special-depart-tab-list .special-depart-tab-list-flex .special-depart-tab-list-item a {
    font-size: 14px;
    display: block;
    margin-bottom: 14px;
    color: #fff
}

.special-depart-tab .special-depart-tab-panel .special-depart-tab-list .special-depart-tab-list-flex .special-depart-tab-list-item a:last-child {
    margin-bottom: 0
}

.special-depart-tab .special-depart-tab-panel .special-depart-tab-list .special-depart-tab-list-flex .special-depart-tab-list-item a::before {
    content: "·";
    font-weight: 700;
    padding-right: 4px
}

.special-depart-tab .special-depart-tab-panel .special-depart-tab-list .special-depart-tab-list-flex .special-depart-tab-list-item a:hover {
    color: #9cada8
}

.special-content-title h1 {
    color: #369670;
    font-size: 24px !important;
    padding: 20px 0;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center
}

.edu-train {
    height: 235px;
    padding-top: 20px;
    background-color: #f2f2f2
}

.edu-train .train-box .title-center {
    text-align: center;
    margin-bottom: 16px
}

.edu-train .train-box .title-center a {
    color: #369670;
    font-size: 20px;
    display: block;
    line-height: 20px
}

.edu-train .train-box .title-center a:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ff8400;
    margin: 16px auto 0
}

.edu-train .train-box .train-list {
    height: 154px
}

.edu-train .train-box .train-list li {
    float: left;
    width: 11%
}

.edu-train .train-box .train-list li a {
    display: block;
    width: 100%;
    height: 124px;
    padding-top: 10px;
    text-align: center
}

.edu-train .train-box .train-list li a i {
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 36px;
    border: 2px solid #369670;
    border-radius: 50%;
    color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.edu-train .train-box .train-list li a span {
    display: block;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    font-weight: 700;
    color: #369670
}

.edu-train .train-box .train-list li a small {
    display: block;
    height: 20px;
    line-height: 20px
}

.edu-train .train-box .train-list li a:hover i {
    background-color: #369670;
    color: #fff;
    animation: yao 1s;
    -webkit-animation: yao 1s
}

.edu-train .train-box .train-list li a:hover small {
    font-weight: 700;
    color: #369670
}

.edu-class {
    height: 205px;
    padding-top: 20px
}

.edu-class .flow-con {
    height: 120px;
    margin-top: 15px
}

.edu-class .flow-con a.flow-list {
    margin-right: 21px;
    display: block;
    float: left;
    width: 244px;
    height: 100px;
    padding: 20px 20px 0 20px;
    font-size: 16px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #c7ebdd
}

.edu-class .flow-con a.flow-list:hover {
    color: #fff;
    background-color: #369670;
    -webkit-box-shadow: 0 0 10px #444;
    box-shadow: 0 0 10px #444;
    border-radius: 5px
}

.edu-class .flow-con a.flow-list time {
    font-size: 12px;
    color: #999
}

.edu-class .flow-con a.flow-list:nth-child(4n) {
    margin-right: 0
}

.category-service-guide {
    min-width: 1200px;
    height: 395px;
    padding-top: 60px;
    background: #369670 url(../images/educondition.jpg) no-repeat center center;
    background-size: cover
}

.category-service-guide .service-left {
    width: 375px;
    height: 330px;
    margin-right: 30px
}

.category-service-guide .service-left .service-tit {
    width: 100%;
    height: 140px;
    background: url(../images/servicebg.png) no-repeat center center;
    background-size: cover
}

.category-service-guide .service-left .service-tit .service-bg {
    width: 100%;
    height: 140px;
    background-color: rgba(54, 150, 112, .9)
}

.category-service-guide .service-left .service-tit strong {
    display: block;
    padding-top: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.category-service-guide .service-left .service-tit strong:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 10px auto
}

.category-service-guide .service-left .service-tit a {
    position: relative;
    z-index: 1;
    display: block;
    width: 124px;
    height: 36px;
    margin: 0 auto;
    border: 2px solid #b1d06a;
    color: #b1d06a;
    text-align: center;
    line-height: 36px
}

.category-service-guide .service-left .service-tit a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 36px;
    background-color: #b1d06a;
    transition: all .3s;
    -webkit-transition: all .3s
}

.category-service-guide .service-left .service-tit:hover a {
    color: #fff
}

.category-service-guide .service-left .service-tit:hover a:after {
    width: 124px
}

.category-service-guide .service-left .service-for {
    position: relative;
    height: 190px;
    padding: 0 10px;
    background-color: #fff
}

.category-service-guide .service-left .service-for:before {
    content: "\e681";
    font-family: iconfont;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    display: block;
    width: 50px;
    height: 20px;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 20px
}

.category-service-guide .service-left .service-for li {
    height: 45px
}

.category-service-guide .service-left .service-for li a {
    float: left;
    display: block;
    width: 50%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #555;
    text-indent: .5em;
    transition: all .3s;
    -webkit-transition: all .3s
}

.category-service-guide .service-left .service-for li a:hover {
    color: #b1d06a
}

.category-service-guide .service-left .service-for li a i {
    margin-right: 15px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.category-service-guide .service-left .service-for li a:hover i {
    transform: translate(10px);
    -webkit-transform: translate(10px)
}

.category-service-guide .service-left .service-for li+li {
    border-top: 1px dashed #e4e4e4
}

.category-service-guide .service-center {
    width: 375px;
    height: 330px
}

.category-service-guide .service-center .service-tit {
    width: 100%;
    height: 140px;
    background: url(../images/servicebg.png) no-repeat center center;
    background-size: cover
}

.category-service-guide .service-center .service-tit .service-bg {
    width: 100%;
    height: 140px;
    background-color: rgba(177, 208, 106, .9)
}

.category-service-guide .service-center .service-tit strong {
    display: block;
    padding-top: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.category-service-guide .service-center .service-tit strong:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 10px auto
}

.category-service-guide .service-center .service-tit a {
    position: relative;
    z-index: 1;
    display: block;
    width: 124px;
    height: 36px;
    margin: 0 auto;
    border: 2px solid #369670;
    color: #369670;
    text-align: center;
    line-height: 36px
}

.category-service-guide .service-center .service-tit a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 36px;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.category-service-guide .service-center .service-tit:hover a {
    color: #fff
}

.category-service-guide .service-center .service-tit:hover a:after {
    width: 124px
}

.category-service-guide .service-center .service-for {
    position: relative;
    height: 190px;
    padding: 0 10px;
    background-color: #fff
}

.category-service-guide .service-center .service-for:before {
    content: "\e681";
    font-family: iconfont;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    display: block;
    width: 50px;
    height: 20px;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 20px
}

.category-service-guide .service-center .service-for li {
    height: 45px
}

.category-service-guide .service-center .service-for li a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #555;
    text-indent: 1em;
    transition: all .3s;
    -webkit-transition: all .3s
}

.category-service-guide .service-center .service-for li a:hover {
    color: #369670
}

.category-service-guide .service-center .service-for li a i {
    margin-right: 15px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.category-service-guide .service-center .service-for li a:hover i {
    transform: translate(10px);
    -webkit-transform: translate(10px)
}

.category-service-guide .service-center .service-for li+li {
    border-top: 1px dashed #e4e4e4
}

.category-service-guide .service-right {
    width: 375px;
    height: 330px;
    background: url(../images/qita.png) no-repeat center center;
    background-size: cover
}

.category-service-guide .service-right .service-bg {
    height: 100%;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .5)
}

.category-service-guide .service-right strong {
    display: block;
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #ff8400
}

.category-service-guide .service-right strong:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ff8400;
    margin: 10px auto 30px
}

.category-service-guide .service-right .service-for li {
    height: 45px
}

.category-service-guide .service-right .service-for li a {
    float: left;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-indent: .3em;
    transition: all .3s;
    -webkit-transition: all .3s
}

.category-service-guide .service-right .service-for li a:before {
    content: "•";
    margin-right: 3px;
    color: #fff;
    font-size: 12px
}

.category-service-guide .service-right .service-for li a:hover {
    color: #ff8400
}

.category-service-guide .service-right .service-for li a i {
    margin-right: 15px;
    color: #ff8400;
    text-indent: 1em;
    transition: all .3s;
    -webkit-transition: all .3s
}

.category-service-guide .service-right .service-for li a:hover i {
    color: #fff;
    transform: translate(10px);
    -webkit-transform: translate(10px)
}

.video-slider {
    min-width: 1200px;
    height: 380px;
    padding-top: 45px
}

.video-slider .slider-box {
    position: relative;
    height: 335px;
    overflow: hidden
}

.video-slider .slider-box .slider-item {
    min-width: 1200px;
    height: 335px
}

.video-slider .slider-box .slick-dots {
    width: 210px;
    left: 45px;
    bottom: 20px;
    text-align: left
}

.video-slider .slider-box .slick-dots li.slick-active {
    background-color: #b1d06a
}

.video-slider .slider-left {
    width: 640px;
    height: 100%;
    padding: 35px 45px 0;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.video-slider .slider-left small {
    display: block;
    width: 125px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #369670;
    color: #fff
}

.video-slider .slider-left h1 {
    margin-top: 20px;
    line-height: 34px
}

.video-slider .slider-left h1 a {
    font-size: 30px
}

.video-slider .slider-left span {
    font-size: 26px;
    line-height: 38px
}

.video-slider .slider-right {
    width: 560px;
    height: 100%;
    background-color: #e4e4e4
}

.video-slider .slider-right a {
    position: relative;
    display: block;
    width: 560px;
    height: 335px
}

.video-slider .slider-right a img {
    width: 560px;
    height: 335px
}

.video-slider .slider-right a i {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.video-slider .slider-right a:hover i {
    color: #369670
}

.video-box {
    min-width: 1200px;
    height: 685px;
    padding-top: 20px;
    background-color: #f2f2f2
}

.video-box .box-left {
    width: 855px;
    height: 685px
}

.video-box .box-left .topic-box {
    width: 855px;
    height: 260px;
    margin-top: 15px;
    overflow: hidden
}

.video-box .video-topic .topic-list {
    width: 250%
}

.video-box .video-topic .topic-list .slick-list {
    width: 855px
}

.video-box .video-topic .topic-list .slick-dots {
    width: 855px;
    left: 0;
    bottom: -30px
}

.video-box .video-topic .topic-list .slick-dots li.slick-active {
    background-color: #b1d06a
}

.video-box .video-topic .topic-list .video-info {
    float: left;
    width: 275px;
    height: 225px
}

.video-box .video-topic .topic-list .video-info a {
    position: relative;
    display: block;
    width: 275px;
    height: 225px
}

.video-box .video-topic .topic-list .video-info a span {
    display: block;
    width: 275px;
    height: 187px
}

.video-box .video-topic .topic-list .video-info a span img {
    width: 275px;
    height: 187px
}

.video-box .video-topic .topic-list .video-info a small {
    position: relative;
    z-index: 1;
    display: block;
    width: 275px;
    height: 38px;
    line-height: 38px;
    text-indent: 1.5em;
    background-color: #fff;
    color: #555;
    transition: all .3s;
    -webkit-transition: all .3s
}

.video-box .video-topic .topic-list .video-info a small:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 38px;
    background-color: #369670;
    transition: all .3s;
    -webkit-transition: all .3s
}

.video-box .video-topic .topic-list .video-info a i {
    position: absolute;
    right: 25px;
    bottom: 53px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.video-box .video-topic .topic-list .video-info a:hover i {
    color: #369670
}

.video-box .video-topic .topic-list .video-info a:hover small:before {
    width: 275px
}

.video-box .video-topic .topic-list .video-info a:hover small {
    color: #fff
}

.video-box .video-topic .topic-list div.video-info+div.video-info {
    margin-left: 15px
}

.video-box .popular-box {
    width: 855px;
    height: 225px;
    margin-top: 15px;
    overflow: hidden
}

.video-box .video-popular {
    margin-top: 30px
}

.video-box .video-popular .popular-list {
    width: 250%
}

.video-box .video-popular .popular-list .slick-list {
    width: 855px
}

.video-box .video-popular .popular-list .video-info {
    position: relative;
    float: left;
    width: 275px;
    height: 225px;
    background-color: #fff;
    overflow: hidden
}

.video-box .video-popular .popular-list .video-info img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 275px;
    height: 225px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.video-box .video-popular .popular-list .video-info a {
    position: relative;
    z-index: 10;
    display: block;
    width: 275px;
    height: 195px;
    padding-top: 30px;
    background-color: rgba(0, 0, 0, .65)
}

.video-box .video-popular .popular-list .video-info a small {
    display: block;
    text-align: center;
    color: #555
}

.video-box .video-popular .popular-list .video-info a span {
    display: block;
    text-align: center
}

.video-box .video-popular .popular-list .video-info a strong {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #f1f1f1;
    padding: 0 40px;
    height: 64px;
    font-weight: 400;
    line-height: 20px
}

.video-box .video-popular .popular-list .video-info a i {
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px auto 0;
    font-size: 50px;
    text-align: center;
    line-height: 50px;
    color: #adb3af;
    transition: all .3s;
    -webkit-transition: all .3s
}

.video-box .video-popular .popular-list .video-info a:hover small {
    color: #fff
}

.video-box .video-popular .popular-list .video-info a:hover span {
    color: #fff
}

.video-box .video-popular .popular-list .video-info a:hover i {
    color: #fff
}

.video-box .video-popular .popular-list .video-info a:hover {
    background-color: rgba(0, 0, 0, .8)
}

.video-box .video-popular .popular-list div.video-info+div.video-info {
    margin-left: 15px
}

.video-box .box-right {
    width: 320px;
    height: 685px
}

.video-box .box-right .video-media {
    margin-top: 15px;
    border: 1px solid #e4e4e4
}

.video-box .box-right .video-media li {
    height: 71px
}

.video-box .box-right .video-media li a {
    display: block;
    height: 55px;
    padding: 16px 15px 0;
    line-height: 16px
}

.video-box .box-right .video-media li a:before {
    content: "•";
    margin-right: 5px;
    color: #ff8400;
    font-size: 12px
}

.video-box .box-right .video-media li+li {
    border-top: 1px solid #e4e4e4
}

.health-box {
    height: 340px;
    padding-top: 20px
}

.health-box h3 {
    padding-top: 10px;
    padding-bottom: 6px;
    text-indent: 1.5em
}

.health-box h3 a.fl {
    position: relative;
    font-size: 18px;
    color: #369670;
    font-weight: 400
}

.health-box h3 a.fl:before {
    content: "";
    display: table;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 16px;
    background-color: #369670
}

.health-box h3 a.fr {
    font-weight: 400
}

.health-box h3 a.fr i {
    color: #44bc8c;
    transition: all .3s;
    -webkit-transition: all .3s
}

.health-box h3 a.fr span {
    color: #555
}

.health-box .health-video {
    width: 860px;
    height: 323px
}

.health-box .health-video .health-for {
    margin-top: 20px;
    overflow: hidden
}

.health-box .health-video .health-for .health-list {
    width: 250%;
    overflow: hidden;
    height: 225px
}

.health-box .health-video .health-for .health-list.slick-slider {
    overflow: visible
}

.health-box .health-video .health-for .health-list .slick-list {
    width: 860px
}

.health-box .health-video .health-for .health-list .slick-dots {
    width: 860px;
    left: 0;
    bottom: -30px
}

.health-box .health-video .health-for .health-list .slick-dots li {
    width: 10px;
    border-radius: 5px
}

.health-box .health-video .health-for .health-list .slick-dots li.slick-active {
    width: 40px;
    background-color: #ff8400
}

.health-box .health-video .health-for .health-info {
    float: left;
    width: 275px;
    height: 225px
}

.health-box .health-video .health-for .health-info a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.health-box .health-video .health-for .health-info a span {
    width: 100%;
    height: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding: 0 10px;
    background-color: #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.health-box .health-video .health-for .health-info a:hover span {
    background-color: #369670;
    color: #fff
}

.health-box .health-video .health-for .health-info a:hover i.iconfont {
    background-color: #369670;
    color: #fff
}

.health-box .health-video .health-for .health-info a div.list-box {
    position: relative;
    width: 275px;
    height: 185px;
    overflow: hidden
}

.health-box .health-video .health-for .health-info a div.list-box img {
    width: 275px;
    height: 185px
}

.health-box .health-video .health-for .health-info a div.list-box i {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    color: #999;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(148, 148, 148, .5);
    box-shadow: 2px 2px 3px rgba(148, 148, 148, .5)
}

.health-box .health-video .health-for div.health-info+div.health-info {
    margin-left: 15px
}

.health-box .health-class {
    width: 309px;
    height: 225px
}

.health-box .health-class .class-list {
    margin-top: 20px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.health-box .health-class .class-list a {
    position: relative;
    z-index: 1;
    float: left;
    display: block;
    width: 153px;
    height: 111px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    transition: all .3s;
    -webkit-transition: all .3s
}

.health-box .health-class .class-list a strong {
    display: block;
    text-align: center;
    color: #369670;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 10px;
    line-height: 20px
}

.health-box .health-class .class-list a strong:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: #225e46;
    margin-top: 10px
}

.health-box .health-class .class-list a small {
    display: block;
    text-align: center
}

.health-box .health-class .class-list a:hover {
    background-color: #369670
}

.health-box .health-class .class-list a:hover strong {
    color: #fff
}

.health-box .health-class .class-list a:hover small {
    color: #fff
}

.health-article {
    min-width: 1200px;
    height: 255px;
    padding-top: 25px;
    background-color: #f2f2f2
}

.health-article h1 a {
    display: block;
    font-size: 30px;
    color: #369670;
    text-align: center
}

.health-article h1 a:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #ff8400
}

.health-article .article-list {
    margin-top: 30px
}

.health-article .article-list.article-list7 li {
    width: 154px
}

.health-article .article-list li {
    float: left;
    width: 224px;
    height: 100px
}

.health-article .article-list li a {
    display: block;
    height: 100px;
    padding: 10px 0;
    text-align: center;
    background-color: #69c9a3;
    font-size: 16px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.health-article .article-list li a:hover {
    background-color: #369670;
    -webkit-box-shadow: 0 0 5px #1e1e1e;
    box-shadow: 0 0 5px #1e1e1e;
    border-radius: 5px
}

.health-article .article-list li a i {
    display: block;
    font-size: 38px;
    height: 60px;
    line-height: 60px
}

.health-article .article-list li:nth-child(2n) a {
    background-color: #8fd7ba
}

.health-article .article-list li:nth-child(2n) a:hover {
    background-color: #369670
}

.health-article .article-list li+li {
    margin-left: 20px
}

.health-article .link-base {
    margin: 25px auto 0
}

.news-hospital {
    height: 395px;
    padding-top: 35px;
    background-color: #f2f2f2
}

.news-hospital h1 {
    border-bottom: 1px solid #e4e4e4;
    text-align: center
}

.news-hospital h1 a {
    color: #369670;
    font-size: 30px
}

.news-hospital .news-point {
    width: 600px;
    height: 395px
}

.news-hospital .news-point .point-slider {
    overflow: hidden
}

.news-hospital .news-point .point-slider .point-box {
    height: 302px;
    overflow: hidden
}

.news-hospital .news-point .point-slider .point-box .slick-list {
    width: 600px
}

.news-hospital .news-point .point-slider .point-box .slick-dots {
    top: 5px !important;
    right: 10px;
    width: 74px;
    height: 22px;
    background: rgba(0, 0, 0, .4)
}

.news-hospital .news-point .point-slider .point-box .slick-dots li {
    margin: 0 2px;
    width: 10px;
    border-radius: 6px
}

.news-hospital .news-point .point-slider .point-box .slick-dots li.slick-active {
    width: 22px;
    background-color: #ff8400
}

.news-hospital .news-point .point-slider .point-box .slider-item-box div+div {
    margin-left: 28px
}

.news-hospital .news-point .point-slider .point-box .slider-item {
    position: relative;
    float: left;
    width: 284px;
    height: 300px;
    border: 1px solid #e4e4e4;
    background-color: #fff
}

.news-hospital .news-point .point-slider .point-box .slider-item a.point-img {
    display: block;
    width: 284px;
    height: 176px
}

.news-hospital .news-point .point-slider .point-box .slider-item a.point-img img {
    display: block;
    width: 264px;
    height: 176px;
    margin: 10px auto 0
}

.news-hospital .news-point .point-slider .point-box .slider-item a.point-tit {
    display: block;
    width: 264px;
    height: 60px;
    padding: 10px;
    border-bottom: 1px solid #e4e4e4
}

.news-hospital .news-point .point-slider .point-box .slider-item span {
    position: absolute;
    bottom: 0;
    display: block;
    height: 35px;
    padding-left: 10px;
    line-height: 35px;
    color: #999;
    font-size: 12px
}

.news-hospital .news-depart {
    width: 540px;
    height: 395px
}

.news-hospital .news-depart .departnews-list li a {
    display: block;
    height: 60px
}

.news-hospital .news-depart .departnews-list li a span {
    float: left;
    display: block;
    width: 78px;
    height: 60px;
    text-align: center
}

.news-hospital .news-depart .departnews-list li a span strong {
    display: block;
    font-size: 20px;
    color: #369670;
    line-height: 28px;
    margin-top: 5px
}

.news-hospital .news-depart .departnews-list li a span time {
    font-size: 12px
}

.news-hospital .news-depart .departnews-list li a div.img-thumb {
    float: left;
    width: 78px;
    height: 60px
}

.news-hospital .news-depart .departnews-list li a div.img-thumb img {
    width: 78px;
    height: 60px
}

.news-hospital .news-depart .departnews-list li a p {
    float: left;
    width: 452px;
    height: 50px;
    padding-left: 10px;
    overflow: hidden;
    margin: 5px 0
}

.news-hospital .news-depart .departnews-list li a p small {
    color: #369670
}

.news-hospital .news-depart .departnews-list li a p u {
    color: #e8e4e8;
    margin: 0 5px
}

.news-hospital .news-depart .departnews-list li+li {
    margin-top: 20px
}

.news-note {
    height: 375px;
    padding-top: 35px
}

.news-note h2 {
    height: 80px;
    text-align: center
}

.news-note h2 a {
    color: #369670;
    font-size: 30px;
    line-height: 36px
}

.news-note h2 a:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 10px auto;
    background-color: #ff8400
}

.news-note .note-box {
    width: 368px;
    height: 248px;
    border: 1px solid #e4e4e4;
    padding: 10px 10px 0
}

.news-note .note-box .note-for {
    margin-top: -10px
}

.news-note .note-box .note-for li a {
    display: block;
    height: 40px;
    line-height: 40px
}

.news-note .note-box .note-for li a:before {
    content: "•";
    margin-right: 5px;
    color: #ff8400;
    font-size: 12px
}

.news-note .note-box .note-for li a time {
    color: #999
}

.news-note .note-box .note-for li+li {
    border-top: 1px solid #e4e4e4
}

.news-note div.note-box+div.note-box {
    margin-left: 15px
}

.news-message {
    height: 290px;
    padding: 20px 20px 0;
    margin-bottom: 30px;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.news-message .message-box {
    width: 560px;
    height: 290px
}

.news-message .message-box .message-for li a {
    display: block;
    line-height: 28px
}

.news-message .message-box .message-for li a:before {
    content: "•";
    margin-right: 5px;
    color: #ff8400;
    font-size: 12px
}

.news-message .message-box .message-for li a time {
    float: right;
    color: #999
}

.nurse-high {
    height: 320px;
    background: url(../images/hosstaff.png) no-repeat center center;
    background-size: cover
}

.nurse-high h4 {
    padding-top: 30px
}

.nurse-high h4 a {
    display: block;
    font-size: 30px;
    color: #fff;
    text-align: center
}

.nurse-high h4 a:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 5px auto 8px;
    background-color: #ff8400
}

.nurse-high h4 small {
    display: block;
    color: #69c9a3;
    text-align: center;
    font-size: 16px
}

.nurse-high .faith {
    margin-top: 30px
}

.nurse-high .faith li {
    float: left
}

.nurse-high .faith li a {
    display: block;
    width: 230px;
    height: 85px;
    padding: 10px
}

.nurse-high .faith li a div {
    height: 42px;
    border-bottom: 1px dashed #e4e4e4
}

.nurse-high .faith li a strong {
    color: #b1d06a;
    font-size: 20px
}

.nurse-high .faith li a i {
    float: right;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    color: #e4e4e4
}

.nurse-high .faith li a span {
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px
}

.nurse-high .faith li a:hover {
    background-color: #369670;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px #1e1e1e;
    box-shadow: 0 0 5px #1e1e1e
}

.nurse-high .faith li+li {
    margin-left: 66px
}

.title-base-news-noborder {
    padding-top: 10px;
    padding-bottom: 5px
}

.title-base-news-noborder span.fl {
    position: relative;
    font-size: 18px;
    text-indent: 1.5em;
    color: #369670;
    font-weight: 400
}

.title-base-news-noborder span.fl:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 16px;
    background-color: #369670
}

.title-base-news-noborder span.fl a {
    color: #444
}

.title-base-news-noborder span.fl a:hover {
    color: #369670
}

.title-base-news-noborder span.fl .cur {
    color: #369670
}

.title-base-news-noborder span.fl a+a {
    border-left: 2px solid #e4e4e4;
    padding-left: 6px
}

.title-base-news-noborder a.fr {
    font-weight: 400
}

.title-base-news-noborder a.fr i {
    float: left;
    margin-right: 5px;
    color: #ff8400;
    line-height: 32px;
    font-size: 22px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.title-base-news-noborder a.fr span {
    display: block;
    float: left;
    line-height: 32px
}

.nurse-know {
    height: 330px;
    padding-top: 45px;
    background-color: #f2f2f2
}

.nurse-know .know-box {
    width: 550px;
    height: 260px;
    padding: 20px 20px 0;
    background-color: #fff
}

.nurse-know .know-box .know-con li a {
    display: block;
    height: 36px;
    line-height: 36px
}

.nurse-know .know-box .know-con li a:before {
    content: "•";
    margin-right: 5px;
    color: #ff8400;
    font-size: 12px
}

.nurse-know .know-box .know-con li time {
    float: right;
    color: #999
}

.nurse-know .know-box .know-con li+li {
    border-top: 1px solid #e4e4e4
}

.nurse-link {
    min-height: 140px;
    padding-top: 20px
}

.nurse-link .link-list {
    min-height: 80px;
    margin: 15px 0
}

.nurse-link .link-list li {
    float: left;
    width: 25%
}

.nurse-link .link-list li a {
    display: block;
    text-align: center
}

.nurse-link .link-list li a:hover {
    font-weight: 700
}

.fixed-tips {
    position: fixed;
    top: 540px;
    right: 10px;
    width: 100px;
    z-index: 99
}

.fixed-tips .fixed-tips-item {
    margin-top: 15px;
    position: relative
}

.fixed-tips .fixed-tips-item:hover .close-fTip {
    display: block
}

.fixed-tips .fixed-tips-item a {
    display: block
}

.fixed-tips .fixed-tips-item a img {
    width: 100px;
    display: block
}

.fixed-tips .fixed-tips-item .close-fTip {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    display: none
}

.fuyou-wrap .left {
    width: 50%
}

.fuyou-wrap .left a {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.fuyou-wrap .left a img {
    display: block;
    width: 100%
}

.fuyou-wrap .left span {
    display: block;
    color: #e4e4e4;
    text-align: center
}

.fuyou-wrap>.fr {
    width: 50%
}

.fuyou-wrap .pdf-txt-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 30px
}

.fuyou-wrap .pdf-txt-list li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #f2f2f2
}

.fuyou-wrap .pdf-txt-list li a {
    font-size: 18px;
    line-height: 52px
}

.fuyou-wrap .pdf-txt-list li a:before {
    content: "•";
    color: #369670;
    margin-right: 3px
}

.news-qr-code {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 130px
}

.news-qr-code li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px
}

.news-qr-code li img {
    width: 90px;
    height: 90px;
    display: block
}

.news-qr-code li .douyin-code {
    background-color: #333;
    padding: 2px;
    border-radius: 50%
}

.news-qr-code li .douyin-code img {
    height: 86px;
    width: 86px
}

.news-qr-code li p {
    font-size: 12px;
    margin: 0
}

@font-face {
    font-family: iconfont2;
    src: url(//at.alicdn.com/t/c/font_4300332_kcsx7wbzgrq.woff2?t=1698136445028) format('woff2'), url(//at.alicdn.com/t/c/font_4300332_kcsx7wbzgrq.woff?t=1698136445028) format('woff'), url(//at.alicdn.com/t/c/font_4300332_kcsx7wbzgrq.ttf?t=1698136445028) format('truetype')
}

.iconfont2 {
    font-family: iconfont2;
    font-size: 16px;
    font-style: normal
}