@charset "UTF-8";

/* reset */
* {
    touch-action: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
select,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 40%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

p {
    margin: 0 0 9px;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 14px/1.8 "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif;
    outline: 0;
}

body {
    background: #fff;
    color: #666;
}

a {
    color: #444;
    outline: none;
    transition: all 0.2s;
}

a:hover {
    color: #102750;
    text-decoration: none;
}

/* 浮动 */
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* 文字样式 */
.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;
}

/*显示形式*/
.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.hidden {
    display: none;
}

.nodata {
    padding: 100px 0;
    font-size: 80px;
    text-align: center;
    color: #ddd;
}

/* 图标 */
@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot');
    /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/iconfont.woff') format('woff'),
        /* chrome、firefox */
        url('../fonts/iconfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('../fonts/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont-icon';  /* Project id 4905981 */
    src: url('//at.alicdn.com/t/c/font_4905981_ktu1usund4c.woff2?t=1745577683039') format('woff2'),
         url('//at.alicdn.com/t/c/font_4905981_ktu1usund4c.woff?t=1745577683039') format('woff'),
         url('//at.alicdn.com/t/c/font_4905981_ktu1usund4c.ttf?t=1745577683039') format('truetype');
  }

.iconfont-icon {
    display: inline-block;
    font-family: "iconfont-icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    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: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-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:before,
.slick-track:after {
    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;
}

[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;
}

/* Slider Style */
.slick-arrow {
    width: 60px;
    height: 60px;
    background: #f2f2f2;
    color: #666;
    border: none;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.slick-arrow:hover {
    background: #102750;
    color: #fff;
}

.slick-prev {
    left: -80px;
}

.slick-prev:before {
    font-size: 30px;
    line-height: 60px;
    font-family: "iconfont";
    content: "\e619";
}

.slick-next {
    right: -80px;
}

.slick-next:before {
    font-size: 30px;
    line-height: 60px;
    font-family: "iconfont";
    content: "\e60e";
}

.slick-dots {
    text-align: center;
    margin: 20px auto;
    height: 18px;
}

.slick-dots li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: auto 5px;
    border-radius: 50%;
    background: #ddd;
}

.slick-dots li button {
    display: none;
}

.slick-dots .slick-active {
    background: #102750;
}

/* pager */
.pager {
    overflow: hidden;
    text-align: right;
    padding: 30px 0;
}

.pager .pager-prev,
.pager .pager-next {
    font-size: 0;
    line-height: 0;
}

.pager .pager-prev:before,
.pager .pager-next:before {
    font-size: 14px;
    line-height: 38px;
    font-family: "iconfont-icon";
}

.pager .pager-prev:before {
    content: "\e639";
}

.pager .pager-next:before {
    content: "\e64b";
}

.pager a,
.pager button {
    background: #fff;
    color: #555;
}

.pager a,
.pager span,
.pager input,
.pager button {
    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: #102750;
    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;
}

.pager button {
    transition: .3s;
}

.pager button:hover {
    background-color: #102750;
    color: #fff;
}

.pager span,
.pager input,
.pager button {
    display: none;
}

.container {
    min-height: 500px;
}


/* Header */
.header-top {
    min-width: 1200px;
    height: 48px;
    background-color: #666
}

.header-top .fl .bar {
    position: relative;
    float: left;
    height: 48px;
    line-height: 42px;
    cursor: pointer;
    font-size: 12px
}

.header-top .fl .bar+.bar {
    margin-left: 30px
}

.header-top .fl .bar+.bar:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 15px;
    width: 1px;
    height: 14px;
    background-color: #999
}

.header-top .fl .bar i {
    color: #fff
}

.header-top .fl .bar u {
    color: #fff
}

.header-top .fl .bar a {
    display: block
}

.header-top .fl .bar .bar-img {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 3
}

.header-top .fl .bar .bar-img img {
    display: block;
    width: 76px;
    height: 76px;
    border: 3px solid #fff
}

.header-top .fl .bar:hover i,
.header-top .fl .bar:hover u {
    color: #9dc815;
}

.header-top .fl .bar:hover .bar-img {
    display: block;
    animation: popFadeIn .5s
}

/* .header-top .top-box {width: 315px
} */
.version {
    margin-left: 15px
}

.version a {
    position: relative;
    float: left;
    display: block;
    margin: 0 15px;
    line-height: 48px;
    color: #fff;
    font-size: 12px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.version a+a:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 16px;
    width: 1px;
    height: 14px;
    background-color: #999
}

.version a.cur {
    color: #999
}

.version a:hover {
    color: #9dc815
}

.header {
    position: relative;
    z-index: 2
}

.header .logo-row {
    position: relative;
    z-index: 3;
    min-width: 1200px;
    padding: 30px 0
}

.header .logo a {
    display: block
}

.header .logo a img {
    width: 313px;
    height: 100px;
}

.header .en-name {
    width: 600px;
    margin-left: 10px;
    color: #2E496C;
}

.header .en-name span {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
    font-family: 'Roboto';
    font-weight: bolder;
}

.header .en-name span:nth-child(1) {
    margin-top: 0;
}

.header .en-name u {
    display: block;
    text-align: justify;
    line-height: 2;
}

.header .version-cn-en {
    margin-bottom: 10px;
    font-size: 0;
    text-align: right;
}

.header .version-cn-en a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}

.header .version-cn-en a+a {
    margin-left: 41px;
}

.header .version-cn-en a+a:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 1px;
    width: 1px;
    height: 12px;
    background-color: #2E496C;
}

.header .search {
    position: relative;
}

.header .search form {
    display: block
}

.header .search form .searchtype {
    height: 34px;
    position: absolute;
    left: 0;
    top: 0
}

.header .search form .searchtype:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: 16px;
    background-color: #c9c9c9
}

.header .search form .searchtype span {
    display: block;
    padding: 0 16px 0 17px;
    cursor: pointer;
    line-height: 34px;
    color: #999
}

.header .search form .searchtype span:after {
    font-family: 'iconfont';
    content: '\e610';
    margin-left: 5px;
    color: #999
}

.header .search form .searchtype ul {
    position: absolute;
    left: 0;
    top: 34px;
    z-index: 2;
    display: none;
    width: 100%;
    background-color: #fff
}

.header .search form .searchtype ul li:hover a {
    background-color: #102750;
    color: #fff
}

.header .search form .searchtype ul li a {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    text-align: center
}

.header .search form i.search-icon {
    position: absolute;
    left: 80px;
    top: 0;
    width: 40px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    color: #d7d7d7
}

.header .search form input.keyword {
    box-sizing: border-box;
    width: 225px;
    height: 34px;
    line-height: 25px;
    padding: 9px 5px 9px 15px;
    border: 1px solid #102750;
}

.header .search form input::-webkit-input-placeholder {
    color: #a6a6a6
}

.header .search form input:-moz-placeholder {
    color: #a6a6a6
}

.header .search form input::-moz-placeholder {
    color: #a6a6a6
}

.header .search form input:-ms-input-placeholder {
    color: #a6a6a6
}

.header .search form button {
    width: 42px;
    height: 34px;
    border: none;
    line-height: 34px;
    font-size: 16px;
    margin-left: -2px;
    background-color: #102750;
    transition: all 0.5s;
}

.header .search form button:hover {
    background-color: #2c5992;
}

.header .search form button i {
    color: #fff;
    line-height: 34px;
    font-size: 20px;
}

/* Home */
.layout {
    max-width: 1200px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

/* .top-header{height: 37px;line-height: 37px;border-top: 3px solid #102750;background-color: #102750;color: #daf2f7;} */
/* .top-header a{color: #daf2f7;} */
/* .top-menu a{padding: 0 20px;border-top-left-radius: 3px;border-top-right-radius: 3px;display: inline-block;} */
/* .top-menu a.cur{color: #102750;background-color: #fff;} */
/* .logo{width:382px;background:url(../img/logo.png) left center no-repeat;font-size:0;margin: 21px 0;} */
/* .logo a{display:block;height: 56px;text-indent:-9999px;overflow:hidden;} */
.menu {
    min-width: 1200px;
    height: 55px;
    background-color: #102750;
    display: flex;
}

/* .nav{width: 750px;} */
.nav {
    width: 1200px;
}

.max-nav {
    font-size: 0;
    text-align: justify;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    text-justify: inter-ideograph;
}

.max-nav:after {
    content: '';
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 0;
}

.max-nav .nav-item {
    display: inline-block;
    text-align: left;
    position: relative;
}

.max-nav .nav-item .dropMenu-box {
    position: absolute;
    left: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 999;
    transform: none;
}

.max-nav .nav-item .dropMenu-box .dropMenu {
    background: #102750;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    width: auto;
    border-top: 2px solid #2c5992;
    display: flex;
    flex-direction: column;
    max-width: unset;
    min-width: unset;
    align-items: start;
    white-space: nowrap;
}

.max-nav .nav-item:hover .dropMenu-box {
    visibility: visible;
    opacity: 1;
    margin-top: 5px;
}


.max-nav .nav-item .dropMenu-box .dropMenu li a {
    position: relative;
    display: block;
    line-height: normal;
    height: auto;
    padding: 12px 15px;
    color: #fff;
    transition: all 0.3s;
}


.max-nav .nav-item .dropMenu-box .dropMenu li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #2c5992;
    transition: all 0.3s;
}


.max-nav .nav-item .dropMenu-box .dropMenu li:hover a:before {
    width: 100%;
}


.max-nav .nav-item .dropMenu-box .dropMenu li.cur a {
    font-weight: bold;
    border-bottom: 3px solid #2c5992;
}

.max-nav .nav-item .dropMenu-box .dropMenu li.cur a:before {
    display: none;
}

.nav .nav-item a {
    display: block;
    position: relative;
    padding: 0 15px;
    line-height: 50px;
    height: 55px;
    font-size: 16px;
    color: #fff;
}

.nav .nav-item a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background-color: #2c5992;
    transition: all 0.3s;

}

.nav .nav-item:hover a:before {
    content: '';
    width: 100%;
}

.nav .nav-item.cur a {
    border-bottom: 5px solid #2c5992;
    box-sizing: border-box;
    font-weight: bold;
}

.nav .nav-item.cur a:before {
    display: none !important;
}

.min-menu,
.min-nav {
    display: none;
}

/* 移动端导航 */
.min-nav {
    display: none;
}

/* 手风琴菜单样式 */
.min-nav li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.min-nav li a {
    display: block;
    padding: 12px 15px;
    color: #fff;
    position: relative;
}

/* 子菜单指示箭头 */
.min-nav .has-submenu>a:after {
    content: '\e61e';
    font-family: 'iconfont';
    position: absolute;
    right: 15px;
    transition: transform 0.3s;
    color: #fff;
}

.min-nav .has-submenu.active>a:after {
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: rgba(16, 39, 80, 0.9);
    padding-left: 20px;
}

.submenu li a {
    padding-left: 25px;
    position: relative;
}


.min-nav .cur>a {
    border-bottom: 4px solid #2c5992;
    background: rgba(16, 39, 80, 0.9);
}

.submenu .cur a {
    font-weight: bold;
    color: #2c5992;
}

.min-menu a {
    color: #102750;
}


.slider {
    position: relative;
}

.slider ul {
    overflow: hidden;
    position: relative;
}

.slider ul,
.slider li {
    height: 640px;
}

.slider ul li {
    width: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.slide-txt {
    font-size: 50px;
    color: #fff;
}

.slide-txt .txt {
    max-width: 460px;
    word-wrap: break-word;
    line-height: 1.2;
    padding-top: 20%;
    text-transform: Uppercase;
}

.slide-txt .txt strong {
    color: #102750;
}

.slider .slide-btn {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 75px;
    text-align: center;
}

.slider .slide-btn a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 10px;
    vertical-align: middle;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
}

.slider .slide-btn a.cur {
    width: 40px;
    background-color: #2c5992;
}

.slider .slide-btn a+a {
    margin-left: 5px;
}

/*首页-患者服务 */
.home-service {
    position: relative;
    max-width: 1200px;
    min-height: 70px;
    margin: auto;
}

.home-service ul.home-service-list {
    position: absolute;
    top: -170px;
    left: 0;
    right: 0;
    margin: auto;
}

.home-service ul.home-service-list li {
    float: left;
    width: 390px;
    height: 240px;
    background-color: #102750;
}

.home-service ul.home-service-list li+li {
    margin-left: 15px;
}

.home-service ul.home-service-list li a {
    position: relative;
    display: block;
}

.home-service ul.home-service-list li a i {
    width: 390px;
    height: 170px;
    font-size: 70px;
    color: #fff;
    text-align: center;
    line-height: 170px;
    transition: all 0.5s;
}

.home-service ul.home-service-list li a strong {
    display: block;
    height: 70px;
    background-color: #fff;
    color: #102750;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    -moz-box-shadow: 2px 2px 9px rgba(204, 204, 204, 1);
    -webkit-box-shadow: 2px 2px 9px rgba(204, 204, 204, 1);
    box-shadow: 2px 2px 9px rgba(204, 204, 204, 1);
    transition: all 0.5s;
}

.home-service ul.home-service-list li a:hover i {
    background-color: #fff;
    color: #102750;
}

.home-service ul.home-service-list li a:hover strong {
    background-color: #102750;
    color: #fff;
}

@media (max-width: 1200px) {
    .home-service {
        max-width: 100%;
        min-width: 0;
    }

    .home-service ul.home-service-list {
        position: static;
    }

    .home-service ul.home-service-list li {
        width: 100%;
    }

    .home-service ul.home-service-list li+li {
        margin: 0;
    }

    .home-service ul.home-service-list li a i {
        width: 100%;
    }
}

@media (max-width: 1180px) {

    .home-service .fl,
    .home-service .fr {
        float: none !important;
    }

    .home-service .home-service-block {
        margin-top: 20px;
    }

    .home-service .home-service-block a {
        width: 46%
    }
}

/* 首页简介 */
.hospital-info {
    max-width: 1200px;
    min-height: 480px;
    margin: 50px auto 0;
}

h2.h2 {
    min-height: 80px;
    border-bottom: 1px solid #102750;
}

h2.h2 a {
    font-size: 36px;
    color: #324A6C;
    line-height: 1;
    font-weight: normal;
}

.hospital-info .hos-img {
    position: relative;
    width: 100%;
    padding-top: 195px;
}

.hospital-info .hos-img u {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 275px;
    height: 420px;
    background-color: #102750;
}

.hospital-info .hos-img span {
    position: relative;
    display: block;
    width: 100%;
    height: 225px;
    background-color: #f2f2f2;
}

.hospital-info .hos-img img {
    display: block;
    position: absolute;
    left: 0;
    right: -25%;
    top: -73px;
    width: 45%;
    margin: auto;
}

.hospital-info .hos-txt {
    width: 100%;
    margin-top: 40px;
}

.hospital-info .hos-txt p {
    font-size: 16px;
    text-align: center;
}

.hospital-info .hos-txt a {
    display: block;
    width: 80px;
    height: 34px;
    margin: auto;
    border: 1px solid #102750;
    text-align: center;
    line-height: 34px;
    color: #102750;
    transition: all 0.5s;
    border-radius: 5px;
}

.hospital-info .hos-txt a:hover {
    background-color: #102750;
    color: #fff;
}

@media (max-width: 768px) {
    .hospital-info {
        margin-top: 40px;
    }

    .hospital-info h2.h2 {
        min-height: 50px;
    }

    .hospital-info .hos-img {
        padding-top: 95px;
    }

    .hospital-info .hos-img,
    .hospital-info .hos-txt {
        width: 100%;
        box-sizing: border-box;
    }

    .hospital-info .hos-img u {
        display: none;
    }

    .hospital-info .hos-img span {
        height: 125px;
    }

    .hospital-info .hos-img img {
        right: 0;
        top: -40px;
    }

    .hospital-info .hos-txt {
        margin-top: 30px;
        padding: 0 25px;
    }
}

@media (max-width: 414px) {
    .hospital-info .hos-img img {
        width: 90%;
    }
}

/* 首页新闻 */
.hos-news {
    max-width: 1200px;
    min-height: 695px;
    margin: 50px auto 50px;
}

.news-box {
    position: relative;
}

.news-box .news-slider {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 2;
    width: 500px;
    height: 365px;
    padding-top: 30px;
    margin: auto;
    overflow: hidden;
}

.news-box .news-slider .news-detail a {
    display: block;
    width: 500px;
    height: 335px;
    background-color: #fff;
}

.news-box .news-slider .news-detail a span {
    display: block;
    width: 500px;
    height: 250px;
}

.news-box .news-slider .news-detail a img {
    display: block;
    width: 500px;
    height: 250px;
}

.news-box .news-slider .news-detail a u {
    display: block;
    min-height: 44px;
    padding: 5px 15px 0;
    font-size: 20px;
    line-height: 22px;
}

.news-box .news-slider .news-detail a time {
    display: block;
    padding: 0 15px;
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
    line-height: 1;
}

.news-box .news-slider .slick-dots {
    position: absolute;
    bottom: 344px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
}

.news-box .news-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
}

.news-box .news-slider .slick-dots li+li {
    margin-left: 5px;
}

.hos-news-list {
    float: right;
    box-sizing: border-box;
    width: 64%;
    height: 615px;
    padding: 55px 0 0 120px;
    margin: auto;
    background-color: #102750;
}

.hos-news-list .list-box {
    position: relative;
    padding-bottom: 70px;
}

.hos-news-list .list-box:before {
    content: '';
    display: block;
    position: absolute;
    left: 115px;
    top: 8px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.hos-news-list .list-box li+li {
    margin-top: 50px;
}

.hos-news-list .list-box li a {
    display: block;
    min-height: 36px;
    color: #fff;
    line-height: 18px;
}

.hos-news-list .list-box li a time {
    float: left;
    line-height: 30px;
}

.hos-news-list .list-box li a u {
    position: relative;
    float: left;
    width: 75%;
    min-height: 36px;
    margin-left: 70px;
}

.hos-news-list .list-box li a u:before {
    content: '';
    display: block;
    position: absolute;
    left: -35px;
    top: 8px;
    width: 7px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.list-box a.more {
    display: block;
    position: absolute;
    left: 150px;
    bottom: -10px;
    width: 80px;
    height: 34px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 34px;
    color: #fff;
    transition: all 0.5s;
    border-radius: 5px;
}

.list-box a.more:hover {
    background-color: #fff;
    color: #102750;
}

@media (max-width: 1200px) {
    .news-box .news-slider {
        position: relative;
        top: 10px
    }

    .hos-news-list {
        float: none;
        width: 70%;
    }
}

@media (max-width: 1080px) {
    .hos-news-list {
        width: 96%;
    }

    .hos-news-list .list-box li a u {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .hos-news-list {
        width: 95%;
    }

    .hos-news-list .list-box li a u {
        width: 70%;
    }
}

@media (max-width: 675px) {
    .hos-news h2.h2 {
        min-height: 50px;
        margin-bottom: 20px;
    }

    .news-box .news-slider {
        display: none;
    }

    .hos-news-list {
        width: 100%;
        padding: 55px 55px 0;
    }

    .hos-news-list .list-box li a u {
        width: 67%;
    }

    .list-box a.more {
        left: 0;
        right: 0;
        bottom: -20px;
        margin: auto;
    }
}

@media (max-width: 600px) {
    .news-box .news-slider {
        display: none;
    }

    .hos-news-list {
        width: 100%;
        padding: 55px 55px 0;
    }

    .hos-news-list .list-box:before {
        display: none;
    }

    .hos-news-list .list-box li a time {
        position: relative;
    }

    .hos-news-list .list-box li a time:before {
        content: '';
        display: block;
        position: absolute;
        left: -10px;
        top: 12px;
        width: 4px;
        height: 4px;
        background-color: #fff;
        border-radius: 50%;
    }

    .hos-news-list .list-box li a u {
        width: 67%;
        margin-left: 15px;
    }

    .hos-news-list .list-box li a u:before {
        display: none;
    }
}

@media (max-width: 414px) {
    .news-box .news-slider {
        display: none;
    }

    .hos-news-list {
        width: 100%;
        padding: 55px 15px 0;
    }

    .hos-news-list .list-box li a u {
        width: 100%;
    }
}

/* 首页环境 */
.hospital-environment {
    max-width: 1200px;
    margin: 50px auto;
}

.hospital-environment .environment-list {
    margin-top: 80px;
}

.hospital-environment .environment-list li:first-child {
    float: left;
}

.hospital-environment .environment-list li:last-child {
    float: right;
}

.hospital-environment .environment-list li {
    width: 49%;
}

.hospital-environment .environment-list li a {
    display: block;
    width: 100%;
}

.hospital-environment .environment-list li a img {
    display: block;
    width: 100%;
    height: 280px;
}

@media (max-width: 1200px) {
    .hospital-environment .environment-list {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .hospital-environment {
        margin: 20px auto;
    }

    .hospital-environment h2.h2 {
        min-height: 50px;
        margin-bottom: 20px;
    }
}


/* 首页板块链接 */
.index-block-link {
    background-color: #f4f4f4;
    padding: 70px 0;
    box-sizing: border-box;
}

.index-block-link .index-block-link-item {
    background-color: #fff;
    display: block;
    width: 48.33%;
    position: relative;
    color: #fff
}

.index-block-link .index-block-link-item img {
    display: block;
    width: 100%;
}

.index-block-link .index-block-link-item .shade {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -85px;
    text-align: center;
    transition: opacity 1s
}

.index-block-link .index-block-link-item i {
    font-size: 84px;
    line-height: 1;
    display: block;
}

.index-block-link .index-block-link-item span {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    padding: 5% 0;
    display: block;
}

.index-block-link .index-block-link-item span:after {
    content: '';
    background-color: #fff;
    height: 1px;
    width: 48px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -24px;
    transition: transform 1s
}

.index-block-link .index-block-link-item:hover span:after {
    transform: scaleX(2)
}

.index-block-link .index-block-link-item:hover .shade {
    opacity: .7;
}

.links h2 {
    padding: 50px 0 75px;
    line-height: 1;
    font-size: 31px;
    position: relative;
    text-align: center;
    color: #333;
}

.links h2:after {
    content: '';
    background-color: #333;
    height: 2px;
    width: 34px;
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin-left: -17px;
}

.links .links-item {
    margin: 0 .5% 0;
    display: table;
    margin-bottom: 15px;
    width: 24%;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 13px;
    float: left;
    border-color: opacity 1s
}

.links .links-items {
    margin: 0 -.5% 50px;
}

.links .links-item a {
    display: table-cell;
    vertical-align: middle;
    height: 65px;
}

.links .links-item:hover {
    border-color: #00c9d0;
}

/*底部 */
.footer {
    padding-top: 50px;
    background-color: #102750;
    color: #fff;
    font-size: 14px;
}

.footer-img {
    float: left;
    width: 8.4%;
    margin-right: 30px;
}

.footer-img img {
    width: 100%;
}

.footer-information {
    float: left;
}

.footer-information strong {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
}

.footer-information dl dt {
    float: left;
}

.footer-information dl dd {
    float: left;
}

.footer-information dl.hotline {
    margin-top: 20px;
}

.footer-information dl.hotline dt {
    float: none;
}

.footer-information dl.hotline dd {
    float: none;
    font-size: 30px;
    font-weight: bold;
}

.footer-wei-qrcode {
    float: right;
    margin-top: 50px;
}

.footer-wei-qrcode a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
}

.footer-wei-qrcode a i {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 28px;
    color: #fff;
    background-color: #405273;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    @include transition;
}

.footer-wei-qrcode a .qrcode-wrap {
    display: none;
    position: absolute;
    top: 65px;
    left: -23px;
    right: -23px;
}

.footer-wei-qrcode a img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border: 3px solid #fff;
}

.footer-wei-qrcode a span {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 27px;
}

.footer-wei-qrcode a:hover i {
    background-color: #2c5992;
}

.footer-wei-qrcode a:hover .qrcode-wrap {
    display: block;
}

.copy-right-builder {
    min-height: 70px;
    margin-top: 50px;
    border-top: 1px solid #253A5F;
}

.copy-right-builder .copy-right {
    float: left;
    line-height: 70px;
}

.copy-right-builder .builder {
    float: right;
}

.copy-right-builder .builder a {
    line-height: 70px;
    color: #fff;
}

@media (max-width: 1200px) {
    .footer-wei-qrcode a {
        width: auto;
        height: auto;
    }

    .footer-wei-qrcode a i {
        display: none;
    }

    .footer-wei-qrcode a .qrcode-wrap {
        display: block;
        position: static;
    }
}

@media (max-width: 1000px) {
    .footer-wei-qrcode {
        float: none;
    }

    .copy-right-builder .copy-right {
        float: none;
    }

    .copy-right-builder .builder {
        float: none;
    }
}

@media (max-width: 820px) {
    .footer {
        padding-top: 20px;
    }

    .footer-img {
        float: none;
        width: 15%;
        margin: auto;
        padding-top: 0;
    }

    .footer-information {
        float: none;
    }

    .footer-information strong {
        text-align: center;
    }

    .footer-wei-qrcode {
        float: none;
        margin-top: 20px;
    }

    .copy-right-builder {
        margin-top: 20px;
        padding: 20px 0;
    }

    .copy-right-builder .copy-right {
        float: none;
        line-height: 30px;
    }

    .copy-right-builder .builder {
        float: none;
    }

    .copy-right-builder .builder a {
        line-height: 30px;
    }
}

/* News */
.sub-banner {
    position: relative;
    height: 248px;
    background-color: #26694f;
    overflow: hidden;
}

.sub-banner .layout {
    position: relative;
    z-index: 1;
}

.sub-banner h1 {
    color: #fff;
    font-size: 50px;
    margin-top: 100px;
    text-transform: Uppercase;
}

.sub-banner img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    opacity: .1;
    filter: alpha(opacity=10);
}

.two-nav {
    border-bottom: 1px solid #e3e3e3;
}

.two-nav h1 {
    line-height: 180px;
    height: 200px;
    background-color: #939395;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 40px;
    position: relative;
}

.two-nav h1 span {
    display: block;
    position: relative;
    height: 200px;
}

.two-nav h1 span:after {
    content: '';
    background-color: #fff;
    height: 4px;
    width: 45px;
    display: block;
    position: absolute;
    bottom: 67px;
    left: 0;
}

.two-nav li,
.three-nav li {
    float: left;
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.two-nav li:after,
.three-nav li:after {
    content: '';
    height: 16px;
    width: 1px;
    background-color: #e4e4e4;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
}

.two-nav li:first-child,
.three-nav li:first-child {
    padding-left: 0;
}

.two-nav li:last-child:after,
.three-nav li:last-child:after {
    width: 0;
}

.two-nav li a,
.three-nav li a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.two-nav li.cur a {
    border-bottom: 1px solid #102750;
    margin-bottom: -1px;
}

.two-nav li.cur a,
.three-nav li.cur a {
    color: #102750;
}

/*三级栏目*/
.three-nav {
    height: 56px;
    position: relative;
    background-color: #f4f4f4;
    border-top: 1px solid #f2f2f2;
}

.three-nav li {
    padding: 0 32px;
}

.three-nav li a {
    font-size: 14px;
}

.three-nav li.cur a {
    font-weight: 700;
}

.container>.layout {
    overflow: hidden;
}

.news-list {
    padding-top: 20px;
}

.news-list li {
    padding: 30px 250px 30px 30px;
    height: 150px;
    background: #f2f2f2;
    margin-top: 20px;
    position: relative;
    transition: background 0.2s;
}

.news-list li:hover {
    background: #f8f8f8;
}

.news-list .news-img {
    position: absolute;
    right: 30px;
    top: 30px;
    background: #102750;
    font-size: 0;
    line-height: 1;
}

.news-list .news-img img {
    transition: opacity 0.2s;
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.news-list .news-img:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
}

.news-list .news-tit {
    font-size: 18px;
    font-weight: bold;
}

.news-list span {
    display: block;
    position: relative;
    margin-top: 50px;
    color: #999;
}

.news-list span:before {
    position: absolute;
    left: 0;
    top: -35px;
    content: '';
    width: 60px;
    height: 1px;
    overflow: hidden;
    margin-top: 10px;
    background: #ddd;
}

.list-news {
    margin-top: 25px;
    width: 100%;
}

.list-news .list-item {
    width: 100%;
}

.list-news .list-item .list-tit {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed rgba(53, 129, 143, 0.2);
    position: relative;
}

.list-news .list-item .list-tit a.cur {
    font-weight: bold;
    color: #102750;
}

.list-news .list-item .list-tit a.cur:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 50px;
    height: 2px;
    overflow: hidden;
    background-color: #102750;
}

.list-news .list-item .list-tit a {
    position: relative;
    display: block;
    margin-right: 20px;
    line-height: 46px;
    height: 46px;
    float: left;
}


.list-news .list-item .list-content {
    margin-top: 20px;
    margin-top: 20px;
    position: relative;
}

.list-news .list-item .list-content #news-list li {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 88px;
    position: relative;
}

.list-news .list-item .list-content #news-list li h2 {
    height: 60px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-news .list-item .list-content #news-list li .news-list-info {
    font-size: 12px;
    color: #999;
    line-height: 35px;
}

.list-news .list-item .list-content #news-list li .news-list-info .fl {
    display: flex;
    gap: 10px;
}



.video-list {
    padding-top: 20px;
    overflow: hidden;
    margin: auto -2%;
}

.video-list li {
    width: 29.33%;
    margin: 0 2% 25px 2%;
    float: left;
}

.video-list li a {
    display: block;
    line-height: 0;
    border: 1px solid #e4e4e4;
    background: #f2f2f2;
    position: relative;
}

.video-list li a:hover {
    border: 1px solid #102750;
}

.video-list li a:hover img {
    opacity: .8;
    filter: alpha(opacity=80);
}

.video-list li img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    transition: opacity 0.2s;
    background: #102750;
}

.video-list li span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 15px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-list li a:after {
    position: absolute;
    right: 20px;
    bottom: 105px;
    font-family: "iconfont";
    font-size: 40px;
    content: "\e63d";
    color: #fff;
}

/* 科室列表 */
.lists {
    padding: 30px 0;
}

.lists li {
    box-sizing: border-box;
    float: left;
    width: 29.33%;
    line-height: 50px;
    margin: auto 2%;
    margin-bottom: 25px;
    text-align: center;
}

.lists li a {
    display: block;
    height: 50px;
    padding: 10px;
    border: 1px solid #ddd;
}

@media (max-width: 1279px) {
    .lists li {
        width: 46%;
    }
}

@media (max-width: 768px) {
    .lists li {
        width: auto;
        float: none;
    }
}


.show-news {
    margin-top: 25px;
}

.show-news .list-item {
    width: 100%;
}

.show-news .list-item .content .news-content {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 15px;
}


/* Page Show-news */
.content {
    margin: 30px auto;
    line-height: 1.5;
    overflow: hidden;
    font-size: 16px;
}

.content h1 {
    font-size: 24px;
}

.content img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}

.path i {
    color: #ccc;
    font-size: 12px;
    margin: auto 5px;
}

.path a i {
    font-size: 14px;
    color: #444;
    margin: auto;
}

.news-title {
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.news-title h1 {
    font-size: 30px;
    line-height: 36px;
    padding: 17px 0;
}

.news-title .fl {
    color: #999;
}

.related {
    background: #f2f2f2;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: -50px;
}

.related h2 {
    text-align: center;
    font-size: 24px;
    line-height: 80px;
}

.related .news-slider {
    margin-top: 0;
    margin-bottom: 0;
}

.vdplayer {
    height: 765px;
    margin: 30px auto;
}

/* Baidu Share */
/* .bdsharebuttonbox{overflow:hidden;}
.bdsharebuttonbox a{float:left;margin-left:8px;display:block;width:30px;height:30px;line-height:30px;text-align:center;border:1px solid #ddd;border-radius:50%;position:relative;background:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEHAAEALAAAAAABAAEAAAICTAEAOw==);overflow:hidden;}
.bdsharebuttonbox a:hover{border-color:#102750;}
.bdsharebuttonbox a:hover i{background:#102750;color:#fff;}
.bdsharebuttonbox i{display:block;width:30px;height:30px;font-size:18px;position:relative;z-index:-1;transition:background 0.2s;} */

/* Departments */
.departs {
    overflow: hidden;
    margin: auto -2%;
}

.departs li {
    box-sizing: border-box;
    float: left;
    width: 29.33%;
    line-height: 50px;
    margin: auto 2%;
    margin-bottom: 25px;
    text-align: center;
}

.departs li a {
    display: block;
    height: 50px;
    padding: 10px;
    border: 1px solid #ddd;
}

.departs li a:hover {
    background: #102750;
    color: #fff;
    border-color: #102750;
}

.departs li a strong {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
}

.depart-name {
    padding: 15px 0;
    font-size: 24px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 25px;
}

.map {
    height: 560px;
}

.map h5 {
    line-height: 30px;
    margin-bottom: 5px;
}

.amap-info-contentContainer {
    position: relative;
    top: -30px;
}

/* Intro */
.intro {
    margin-bottom: -50px;
}

.intro-bg {
    background: url(../img/about-bg.jpg) center;
    background-size: cover;
    color: #fff;
    padding: 35px 0;
}

.about-img {
    margin: 15px auto;
    width: 100%;
}

.intro-p {
    padding: 15px;
}

.our-keys {
    padding: 55px 0;
}

.our-keys .fr {
    width: 55%;
}

.our-keys dl {
    padding-bottom: 8px;
}

.our-keys dt {
    font-weight: bold;
}

.our-keys dd {
    line-height: 1.4;
    font-size: 14px;
}

.intro-footer {
    background: url(../img/service-bg.jpg) center bottom no-repeat #f1f1f1;
    padding: 35px 0;
}

.intro-footer .intro-p {
    float: left;
    width: 48%;
    padding: 0;
    margin: 25px 1%;
}

.intro-footer .intro-p h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .layout {
        max-width: 100%;
        min-width: 0;
        margin: auto 10px;
    }

    .header-top,
    .header .logo-row,
    .menu {
        max-width: 100%;
        min-width: 0;
        margin: auto;
    }

    .slider .slide-btn {
        bottom: 20px;
    }

    .share-icon {
        display: none;
    }

    .header .en-name {
        display: none;
    }
}

@media (max-width: 1180px) {
    .header-top .fl {
        display: none;
    }
}

@media (max-width: 1134px) {
    .header-link-min .header-link {
        display: block;
    }

    .menu .fr .header-link {
        display: none;
    }

    .menu {
        position: relative;
        padding-top: 0;
    }

    .menu .nav {
        position: absolute;
        top: 0;
        right: 20px;
        z-index: 2;
    }

    .menu .fl,
    .menu .fr {
        float: none !important;
    }

    .logo {
        width: 550px;
    }

    .nav {
        width: 24px;
    }

    .max-nav {
        display: none;
    }

    .min-menu {
        display: block;
        line-height: 55px;
        height: 55px;
        text-align: right;
    }

    .min-menu i {
        line-height: 55px;
        font-size: 24px;
        color: #fff;
    }

    .min-nav {
        display: none;
        width: 240px;
        padding: 10px 15px;
        position: absolute;
        top: 75px;
        right: 0;
        background: #102750;
        border: 1px solid #102750;
        text-align-last: left;
    }

    .min-nav li {
        display: block;
        border-bottom: 1px solid #f4f4f4;
    }

    .min-nav li.cur,
    .nav ul li:last-child {
        border: none;
    }

    .min-nav li a {
        display: block;
        padding: 10px;
        line-height: 28px;
        height: auto;
    }
}

@media (max-width: 1110px) {

    .slider ul,
    .slider li {
        height: 500px;
    }

    .slide-txt .txt {
        padding-top: 8%;
    }

    .two-nav h2 {
        display: none;
    }

    .two-nav .layout::-webkit-scrollbar,
    .sub-nav .layout::-webkit-scrollbar {
        display: none;
    }

    .two-nav .layout,
    .sub-nav .layout {
        overflow-x: auto;
    }

    .two-nav ul {
        float: none !important;
        text-align: center;
        white-space: nowrap;
    }

    .two-nav ul li {
        float: none;
        display: inline-block;
        margin-left: auto;
        margin-right: 15px;
    }

    .departs li {
        width: 46%;
    }

    .our-keys .fl {
        width: auto;
        float: none !important;
    }

    .our-keys img.fl {
        width: 100% !important;
    }

    .our-keys .fr {
        width: auto;
        float: none !important;
    }

    .index-block-link {
        height: auto;
        margin-bottom: 20px;
    }

    .footer-info {
        height: auto
    }

    .footer-follow a {
        margin-left: 0;
        margin-right: 10px;
    }

    .intro-info .intro-info-detail,
    .intro-info .intro-info-detail p {
        height: auto
    }
}

@media (max-width: 940px) {
    .header .search .version-cn-en {
        margin: 23px 0 0;
    }

    .header .search .version-cn-en .en {
        display: none;
    }

    .header .search .search-form {
        display: none;
    }

    .footer-follow {
        display: none;
    }

    .slider ul,
    .slider li {
        height: 395px;
    }
}

@media (max-width: 768px) {
    .nodata {
        font-size: 32px;
    }

    .pager {
        text-align: center;
    }

    .logo {
        width: 300px;
        background-size: 300px auto;
    }

    .menu {
        padding: 0;
    }

    .menu .nav {
        top: 0;
        right: 10px;
    }

    .nav ul {
        top: 75px;
    }

    .slider ul,
    .slider li {
        height: 220px;
    }

    .home-service .layout {
        margin-left: 0;
        margin-right: 0;
    }

    .slide-txt .txt {
        max-width: 200px;
        font-size: 20px;
        padding-top: 15%;
    }

    .index-block-link .index-block-link-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .index-block-link {
        padding-top: 25px;
    }

    .links h2 {
        padding: 15px 0 35px;
    }

    .departs li {
        width: auto;
        float: none;
    }

    .vdplayer {
        height: 320px !important;
    }

    .intro-footer .intro-p {
        float: none;
        width: auto;
    }

    .header-link-min .header-link {
        padding-bottom: 0;
    }

    .intro-info .intro-info-detail {
        padding: 50px;
    }

    .intro-info .intro-info-detail a.read-more {
        width: 100%
    }
}

@media (max-width: 690px) {
    .top-menu {
        display: none;
    }

    .links .links-item {
        width: 48%;
    }

    .footer-info .si {
        display: none;
    }
}

@media (max-width: 530px) {
    .header .logo a img {
        height: 49px;
    }

    .home-service .home-service-block a {
        font-size: 22px;
        padding: 20px;
        height: auto
    }

    .intro-info .intro-info-detail {
        padding: 25px 20px;
    }
}

@media (max-width: 450px) {
    .header .logo a img {
        height: 35px;
        width: auto;
    }

    .header .search .version-cn-en {
        margin: 11px 0 0;
    }

    /* .home-service ul.home-service-list li a{padding: 45px 0 0 125px;} */
    .home-service ul.home-service-list li a i {
        left: 35px;
    }

    .hospital-info .hos-txt strong {
        font-size: 16px;
    }

    .footlinks .fl {
        display: none;
    }

    .footlinks .fr {
        float: none !important;
    }

    .index-block-link .index-block-link-item i {
        font-size: 60px;
    }
}

@media (max-width: 382px) {
    .logo {
        width: 240px;
        background-size: 240px auto;
    }
}