@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, div, img, span, i, pre, form, fieldset, legend, button, input, textarea, th, td, strong, input, label, textarea, figure, a, select {
    margin: 0;
    padding: 0;
    font-family: Verdana, "Lantinghei SC", "Hiragino Sans GB", "Microsoft Yahei", Helvetica, arial, sans-serif;
}

.layout {
    width: 1200px;
    margin: 0 auto;
}

ul, li, ol {
    list-style: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input, button, select, textarea {
    outline: none
}

textarea {
    resize: none
}



.fl {
    float: left;
}

.fr {
    float: right;
}

em, i, address {
    font-style: normal;
}

.clearfix {
    zoom: 1;
    display: block
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input {
    font-family: "Microsoft Yahei";
}

input::-ms-clear, input:-ms-clear {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
/* HTML 5 */

    {
    display: block;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

input, button, textarea, select, optgroup, option {
    font-size: 100%;
    font: inherit;
    outline: none;
}

.margin-t50 {
    margin-top: 50px;
}

.menu {
    width: 100%;
    height: 50px;
    background-color: #005bac;
}

.menu-list>li {
    float: left;
    width: 10%;
    position: relative;
}

.bz-menu-list>li {
    width: 150px;
}

.menu-list>li>a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 98%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
}

.menu-list>li.on>a {
    background: #013766;
}

.menu-list>li>span {
    display: block;
    width: 1px;
    height: 25px;
    background-color: #fff;
    position: absolute;
    top: 14px;
    right: 2px;
}

.menu-list>li>a:hover {
    background: #013766;
}

.sub-menu {
    position: absolute;
    left: -1px;
    top: 100%;
    width: 100%;
    z-index: 2;
    height: 0;
    overflow: hidden;
}

.sub-menu li {
    height: 34px;
    line-height: 34px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.sub-menu li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.sub-menu li a:hover {
    color: #005bac;
}

.sub-menu li:last-child a {
    border-bottom: none;
}

/* 新闻列表 */

.margin-l28 {
    margin-left: 28px;
}

.margin-b50 {
    margin-bottom: 50px;
}

.news-list {
    width: 380px;
    height: 405px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 8px #ddd;
}

.news-img a img {
    width: 100%;
}

.news-title {
    font-size: 18px;
    color: #333;
    height: 50px;
    line-height: 50px;
    margin: 0 18px;
}

.news-title a {
    font-size: 14px;
    text-decoration: underline;
    color: #333;
    vertical-align: top;
    float: right;
}

.news-list ul {
    margin: 0 18px;
}

.news-list ul li a {
    display: block;
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 医师团队公共样式 */

.expert-content-slide {
    overflow: hidden;
    background: #ffffff;
}

.expert-content-slide ul li {
    width: 265px;
    height: 369px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    float: left;
}

.expert-content-slide ul li .expert-txt {
    position: absolute;
    height: 160px;
    background: rgba(255, 255, 255, 0.6);
    bottom: 0px;
    z-index: 1;
    padding: 0px 3%;
}

.expert-content-slide ul li .expert-txt h6 {
    font-weight: normal;
    font-size: 18px;
    color: #111;
    height: 39px;
    line-height: 39px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expert-content-slide ul li .expert-txt h6 span {
    font-size: 16px;
    color: #111;
}

.expert-content-slide ul li .expert-txt h6 span.name {
    margin-right: 15px;
    font-size: 22px !important;
}

.expert-content-slide ul li .expert-txt p {
    font-size: 14px;
    color: #505050;
    text-justify: distribute;
    word-wrap: break-word;
    text-align: justify;
}

.expert-content-slide ul li .expert-txt a {
    position: absolute;
    bottom: 10px;
    text-decoration: underline;
    color: #333;
    font-size: 14px;
}

/* year */

.year {
    width: 100%;
    height: 599px;
    background: url(../images/index-banner3.jpg) no-repeat center center;
}

.swiper-content {
    position: relative;
}

#swiper-year {
    width: 1000px;
    height: 599px;
    overflow: hidden;
    margin: 0px auto;
}

.swiper-box {
    width: 1000px;
    height: 70px;
    margin-top: 285px;
    position: relative;
}

.swiper-box::after {
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    margin-top: -2px;
}

.swiper-box .swiper-wrapper .swiper-slide {
    position: relative;
}

.swiper-box .swiper-wrapper .swiper-slide.odd {
    background: url(../images/icon-img17.png) no-repeat;
    bottom: 13px;
}

.swiper-box .swiper-wrapper .swiper-slide.even {
    background: url(../images/icon-img19.png) no-repeat;
    top: 12px;
}

.swiper-box .swiper-wrapper .swiper-slide .year-num {
    width: 100%;
    font-size: 22px;
    color: #005bac;
    text-align: center;
    position: absolute;
}

.swiper-box .swiper-wrapper .swiper-slide.odd .year-num {
    top: -38px;
}

.swiper-box .swiper-wrapper .swiper-slide.even .year-num {
    top: 82px;
}

.swiper-box .swiper-wrapper .swiper-slide .year-txt {
    width: 132px;
    font-size: 14px;
    color: #333;
    text-align: justify;
    text-justify: distribute;
    word-wrap: break-word;
    background-color: #ffffff;
    position: absolute;
    padding: 10px;
    box-shadow: 1px 2px 8px #005bac;
    border-radius: 8px;
    z-index: -3;
}

.swiper-box .swiper-wrapper .swiper-slide .year-txt::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 8px #005bac;
    transform: translateX(-50%) rotate(45deg);
    z-index: -2;
}

.swiper-box .swiper-wrapper .swiper-slide .year-txt::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #fff;
    z-index: -1;
    border-radius: 8px;
}

.swiper-box .swiper-wrapper .swiper-slide.swiper-slide-prev .year-txt {
    display: none;
}

.swiper-box .swiper-wrapper .swiper-slide.odd .year-txt {
    bottom: 124px;
    left: 11px;
}

.swiper-box .swiper-wrapper .swiper-slide.odd .year-txt::after {
    bottom: -8px;
    left: 64px;
}

.swiper-box .swiper-wrapper .swiper-slide.even .year-txt {
    top: 128px;
    left: 9px;
}

.swiper-box .swiper-wrapper .swiper-slide.even .year-txt::after {
    top: -8px;
    left: 64px;
}

.year-next, .year-prev {
    width: 76px;
    height: 75px;
    position: absolute;
}

.year-prev {
    background-image: url("/images/left.png");
    background-size: 76px 75px;
    left: 0px;
    top: 50%;
    margin-top: -20px;
}

.year-next {
    background-image: url("/images/right.png");
    background-size: 76px 75px;
    right: 0px;
    top: 50%;
    margin-top: -20px;
}

/* 底部 */

.footer {
    width: 100%;
    height: 214px;
    background: url(/images/footer-bg.jpg) no-repeat center center;
}

.dj-footer {
    width: 100%;
    height: 214px;
    background: url(/images/dj-img5.jpg) no-repeat;
}

.footer-logo {
    width: 356px;
    height: 93px;
    float: left;
    margin: 45px 44px 0 0;
}

.footer-center {
    width: 578px;
    height: 125px;
    float: left;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
    padding-left: 40px;
    margin-top: 32px;
}

.footer-center h5 {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.footer-center h5 span {
    font-size: 18px;
}

.footer-center .line {
    width: 32px;
    height: 3px;
    background: #fff;
    margin-bottom: 8px;
}

.footer-center .address-container .tel {
    float: left;
}

.footer-center .address-container .address {
    float: left;
    margin: 10px 0 0 60px;
}

.footer-center .address-container .address p {
    font-size: 14px;
    color: #fff;
}

.erweima {
    width: 140px;
    height: 135px;
    float: right;
    margin-top: 22px;
}

.margin-b24 {
    margin-bottom: 24px;
}

.footer p.hk-copy {
    font-size: 12px;
    color: #fff;
    text-align: center;
}