﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1;
    /*filter: grayscale(100%); 
        -webkit-filter: grayscale(100%); 
        -moz-filter: grayscale(100%); 
        -ms-filter: grayscale(100%); 
        -o-filter: grayscale(100%); 
        -webkit-filter: grayscale(1);*/
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

body {
    font: 12px/1.5 tahoma, arial, "\5b8b\4f53";
    /*background: #f8f8f8*/
}

* {
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

a {
    text-decoration: none;
    color: #000
}

img{
    font-size: 12px;
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 2;
    text-align: center;
    display: inline-block;
    position: relative;
}

img:after {
    /* content: "\f1c5" " " attr(alt); */
    content: "";
    font-size: 18px;
    font-family: FontAwesome;
    color: rgb(100, 100, 100);
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: transparent; */
    /* background-color: #ddd; */
    background: #efefef url(http://www.huaxiaeye.com/statics/default/images/hxyk_default.jpg) center no-repeat;
    background-size: 100% 100%;
}

.width1200{
    width: 1200px;
    margin: 0 auto;
}
.width1100{
    width: 1100px;
    margin: 0 auto;
}
.float_lf{
    float: left;
}
.float_rg{
    float: right;
}

.page {
    min-width: 1000px;
    overflow: hidden;
    font-family: "Microsoft YaHei", SimSun, '\5b8b\4f53', sans-serif
}

strong {
    font-weight: bold;
}

.header {
    height: 160px;
}

.header-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff
}

.top-wrap {
    position: relative;
    width: 1200px;
    margin: 21px auto 16px;
    height: 80px
}

.top-wrap .logo {
    text-align: center;
    padding-top: 15px
}

.top-wrap .logo img {
    height: 50px
}

.top-wrap .tel {
    position: absolute;
    left: 45px;
    top: 21px
}

.top-wrap .tel img {
    height: 40px
}

.top-wrap .search {
    position: absolute;
    right: 45px;
    top: 21px
}

.top-wrap .search input {
    border: 2px solid #dcdcdc;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    width: 190px;
    background: none;
    outline: 0;
    line-height: 16px;
    padding: 8px 44px 8px 12px;
    font-size: 14px;
    vertical-align: top
}

.top-wrap .search input:focus {
    border-color: #20a7f6
}

.top-wrap .search button {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 44px;
    height: 32px;
    text-indent: -9999px;
    background: url("/images/head-search.png") no-repeat 5px 50%;
    border: 0;
    vertical-align: top;
    cursor: pointer
}

.nav {
    height: 44px;
    line-height: 44px;
	padding-right:25px
}

.nav ul {
    width: 1350px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.nav li {
    position: relative;
    /* float: left; */
     width: 150px; 
    text-align: center;
    font-size: 18px
}

.nav li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    background: #dcdcdc;
    left: 0;
    top: 10px
}

.nav li:first-child:before {
    display: none
}

.nav li.on .arr {
    display: block
}

.nav a {
    display: block;
    color: #595757
}

.nav a:hover {
    color: #20a7f6
}

.nav .arr, .nav .arr b {
    position: absolute;
    width: 0;
    height: 0;
    border: 14px dashed transparent;
    border-top: 14px solid #20a7f6
}

.nav .arr {
    display: none;
    z-index: 9;
    left: 50%;
    margin-left: -14px
}

.nav .arr b {
    border-top-color: #fff;
    top: -15px;
    left: -14px
}

.nav-sub {
    position: relative
}

.nav-sub-item {
    display: none;
    position: absolute;
    width: 100%;
    height: 199px;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #20a7f6
}

.nav-sub-item ul {
    width: 1200px;
    margin: 25px auto 0;
    white-space: nowrap;
    text-align: center;
    font-size: 0
}

.nav-sub-item li {
    display: inline-block;
    margin: 0 15px;
    font-size: 14px
}

.nav-sub-item .pic {
    position: relative;
    width: 200px;
    height: 100px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.nav-sub-item .pic img {
    width: 100%;
    height: 100%
}

.nav-sub-item .info {
    line-height: 44px;
    color: #595757
}

.nav-sub-item a {
    display: block
}

.nav-sub-item a:hover .info {
    color: #20a7f6
}

#Sub_nav8  ul{
	width: 1200px;
    margin: 25px auto 0;
    white-space: nowrap;
    text-align: center;
    font-size: 0
}

#Sub_nav8  li{
	display: inline-block;
    margin: 0 15px;
    font-size: 14px
}

#Sub_nav8 .pic {
    position: relative;
    width: 100px;
    height: 90px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#Sub_nav8 li:hover .pic{
    filter: none;
    -webkit-filter: grayscale(0)
}
#Sub_nav8 li:nth-child(1) a .pic{
    background: url(/images/nav8-c.jpg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#Sub_nav8 li:nth-child(2) a .pic{
    background: url(/images/nav8-i.jpg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#Sub_nav8 li:nth-child(3) a .pic{
    background: url(/images/nav8-f.jpg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#Sub_nav8 li:nth-child(4) a .pic{
    background: url(/images/nav8-a.jpg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#Sub_nav8 li:nth-child(5) a .pic{
    background: url(/images/nav8-e.jpg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#Sub_nav8 li:nth-child(6) a .pic{
    background: url(/images/nav8-d.jpg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#Sub_nav8 li:nth-child(7) a .pic{
    background: url(/images/nav8-b.jpg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#Sub_nav8 li:nth-child(8) a .pic{
    background: url(/images/nav8-g.jpg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#Sub_nav8 li:nth-child(9) a .pic{
    background: url(/images/nav8-h.jpg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}


.header-float .top-wrap {
    display: none
}

.header-float .nav {
    background: #20a7f6
}

.header-float .nav a {
    color: #fff
}

.header-float .nav li:before {
    background: #fff
}

.header-float .nav .arr b {
    border-top-color: #20a7f6
}

.container {
    min-height: 500px; 
}

.spec-container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container .layout {
    width: 1200px;
    margin: auto;
    *zoom: 1
}

.container .layout:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden
}

.page-banner {
    height: 166px;
    overflow: hidden
}

.page-banner img {
    width: 100%
}

.container-body {
    overflow: hidden;
    *zoom: 1
}

.container-body:after {
    display: table;
    content: "";
    clear: both;
    height: 0
}

.container-body-white {
    padding: 20px;
    background: #fff
}

.main {
    float: left;
    width: 100%
}

.main-wrap {
    margin-left: 285px;
    padding: 0 20px 20px 25px
}

.main-banner {
    margin-bottom: 15px
}

.main-banner img {
    width: 100%
}

.crumb {
    padding: 0 25px;
    line-height: 45px;
    font-size: 14px;
    color: #aaabab;
    text-align: right
}

.crumb a {
    color: #000
}
.job-bottom{
    width: 1210px;
    /*height:170px;*/
    margin: 20px auto;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    /*align-content:space-between;*/
}
.block img{
    width:205px; 
}
.block{
    width: 205px;
    height:45px;  
    border-radius: 5px;
    border:1px solid #e8e8e8;
    padding:15px 10px;
    margin-bottom:20px;
    margin-right:15px;
}
.sidebar {
    float: left;
    margin-left: -100%;
    width: 285px;
    background: #fff;
    min-height: 1px;
    padding-bottom: 9999px;
    margin-bottom: -9999px
}

.side-nav {
    width: 220px;
    font-size: 18px
}

.side-nav h3 {
    padding-left: 30px;
    line-height: 60px;
    font-size: 24px;
    color: #20a7f6
}

.side-nav ul {
    margin-bottom: 80px
}

.side-nav li * {
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.side-nav li.current .nav-item {
    color: #fff;
    border-left: 7px solid #ffd300;
    background: #20a7f6;
    text-align: right;
    padding-right: 10px;
    width: 200px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 5px 0
}

.side-nav li.current .nav-item b {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.side-nav .nav-item {
    display: block;
    padding-left: 30px;
    white-space: nowrap;
    background: #f8fdfe;
    border-bottom: 2px solid #e1eff5;
    line-height: 53px
}

.side-nav .nav-item b {
    margin-left: 10px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0)
}

.side-nav .nav-item:hover {
    color: #20a7f6
}

.side-nav-sub {
    margin-left: 8px;
    width: 203px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px
}

.side-nav-sub ul {
    padding: 4px 12px 10px
}

.side-nav-sub li {
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    text-align: center;
    font-size: 16px
}

.side-nav-sub li.current a, .side-nav-sub li a:hover {
    color: #20a7f6
}

.side-nav-sub li:last-child {
    border: 0
}

.side-nav-sub a {
    display: block
}

.side-mod {
    width: 253px;
    margin: 0 0 28px 14px;
    border: 2px solid #e4e5e7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.side-mod .mod-title {
    height: 46px;
    line-height: 46px;
    padding-left: 80px;
    background: #20a7f6 url("/images/side-mod-icon.png") no-repeat 21px 50%;
    font-size: 18px;
    color: #fff
}

.link-list {
    padding: 13px 0
}

.link-list .selected a {
    background: #20a7f6;
    color: #fff
}

.link-list a {
    display: block;
    background: #f2f2f2;
    width: 180px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin: 10px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.link-list a:hover {
    background: #20a7f6;
    color: #fff
}

.address-tab .hd {
    height: 64px
}

.address-tab .hd ul {
    margin-left: -1px
}

.address-tab .hd li {
    float: left;
    margin-left: 1px;
    width: 35px;
    height: 64px;
    background: #f8f8f8;
    font-size: 16px;
    color: #756868;
    text-align: center;
    cursor: default
}

.address-tab .hd li span {
    display: inline-block;
    width: 1em;
    line-height: 1;
    margin-top: 15px
}

.address-tab .hd li.on {
    background: #fff;
    color: #20a7f6
}

.address-tab .bd ul {
    padding: 19px 15px
}

.address-tab .bd li {
    line-height: 30px;
    font-size: 16px
}

.address-tab .bd a:hover {
    color: #20a7f6
}

.side-doctors li {
    margin: 0 10px;
    border-bottom: 1px dashed #dadada;
    padding: 12px 0;
    overflow: hidden;
    *zoom: 1
}

.side-doctors li:last-child {
    border: 0
}

.side-doctors .pic {
    float: left;
    width: 70px;
    height: 87px;
    border: 1px solid #e4e4e4
}

.side-doctors .pic img {
    width: 100%;
    height: 100%
}

.side-doctors .info {
    margin-left: 80px;
    color: #444444
}

.side-doctors .name {
    padding: 3px 0;
    overflow: hidden;
    *zoom: 1
}

.side-doctors .name strong {
    float: left;
    color: #1387cb;
    font-size: 14px;
    padding-right: 5px;
    border-right: 1px solid #c7c7c7
}

.side-doctors .name span {
    display: block;
    margin-left: 57px;
    line-height: 15px;
    font-size: 12px
}

.side-doctors .title {
    height: 36px;
    overflow: hidden
}

.side-doctors .more {
    color: #20a7f6
}

.side-doctors .desc {
    line-height: 18px;
    font-size: 12px;
    word-wrap: break-word
}

.footer {
    height: 320px;
    line-height: 30px;
    text-align: center;
    color: #eee;
    font-size: 12px;
    background: #20a7f6;
    padding: 20px 0 0 0;
	margin-top:-18px;
    font-family: "Microsoft YaHei", SimSun, '\5b8b\4f53', sans-serif
}

.footer .footermap {
    width: 1000px;
    margin: 20px auto;
    padding-top: 30px;
    font-size: 14px
}

.footer .footermap ul li {
    height: 30px
}

.footer .footermap ul li a {
    color: #eeeeee;
    line-height: 28px
}

.footer .footermap ul li a:hover {
    color: #fff
}

.footer .footermap li.title,.footer .footermap li.title a{
    color: #FFF;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold
}

.footer .footermap tbody tr h3 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px
}

.footer .footermap td {
    float: left;
    width: 120px
}

.footer .footermap .contact {
    margin-left: 60px
}

.footer .copyright {
    font-size: 14px;
    color:#fff;
}

.footer .copyright .tubiao {
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    color:#fff;

}

.footer .copyright .tubiao img {
    float: left
}

.footer .copyright .tubiao p {
    float: left;
    height: 20px;
    line-height: 22px;
    margin: 0px 0px 0px 7px;
    color:#fff;
}

.footer a {
    color: #eee
}

.fixed-side {
    position: fixed;
    right: 0;
    top: 190px;
    z-index: 99
}

.fixed-side-scrolltop {
    top:520px
}

.fsitem {
    position: relative;
    width: 40px;
    height: 40px;
    background: url("/images/fixside.png") no-repeat;
    margin-bottom: 4px
}

.fsitem > a {
    display: block;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden
}

.fsitem-list {
    height: 152px;
    background-position: 0 -120px
}

.fsitem-wechat {
    background-position: 0 0
}

.fsitem-weibo {
    background-position: 0 -40px
}

.fsitem-mobile {
    background-position: 0 -80px
}
/*回电模块*/
.fsitem-mobile {
    background-position: 0 -80px
}
.fs-popup-tel{
    width: 228px;
    padding: 20px;
    top: -18px;
}
.fs-popup-tel input{
    width: 138px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #999999;
    border: 0;
    outline: none;
    background: #e4f1f8;
    padding-left: 10px;
    border-radius:10px 0px 0px 10px;
    -webkit-border-radius:10px 0px 0px 10px; 
    -moz-border-radius:10px 0px 0px 10px;
    float: left;
}
.fs-popup-tel button{
    width: 78px;
    height: 40px;
    line-height: 40px;
    background: #0084ff;
    text-align: center;
    float:right;
    outline: none;
    border: 0px;
    border-radius:0px 10px 10px 0px;
    -webkit-border-radius:0px 10px 10px 0px; 
    -moz-border-radius:0px 10px 10px 0px;
    cursor: pointer;
}
.fs-popup-tel button a{
    width: 100%;
    font-size: 14px;
    color: #fff;
}
/*客服start*/
.fsitem-kefu{
  background-position: 0 -272px;
}
.fsitem-kefu a{
    display:block!important;
    width: 100%;
    height: 40px;
    text-indent: -999;
    overflow: hidden;
}
/*客服end*/
.fsitem-scrolltop {
    width: 40px;
    /*height: 90px;*/
    background: url(/images/top2.png) no-repeat center
}

.fs-popup {
    display: none;
    position: absolute;
    right: 52px;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}
.fs-popup-tel{
    right:43px;
}
.fs-popup .arr {
    position: absolute;
    top: 73px;
    right: -16px;
    width: 0;
    height: 0;
    border: 8px dashed transparent;
    border-left: 8px solid #fff
}
/* 回电logo位置*/
.fs-popup-tel .arr{
    top: 33px;
}
.fs-popup-hospitals {
    width: 442px;
    height: 350px
}

.fs-popup-hospitals .hd {
    position: absolute;
    right: 0;
    top: 28px;
    width: 142px
}

.fs-popup-hospitals .hd li {
    position: relative;
    height: 45px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    width: 108px;
    padding-left: 19px;
    cursor: pointer
}

.fs-popup-hospitals .hd li.on {
    z-index: 2;
    background: #bbe4fc;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 5px 0
}

.fs-popup-hospitals .hd li:before {
    position: absolute;
    content: "";
    top: -1px;
    left: 35px;
    width: 76px;
    height: 1px;
    background: #dcdcdc
}

.fs-popup-hospitals .hd li:first-child:before, .fs-popup-hospitals .hd li.on:before {
    display: none
}

.fs-popup-hospitals .bd {
    position: relative;
    margin-right: 142px;
    height: 100% !important;
    background: #bbe4fc;
    overflow: hidden;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px
}

.fs-popup-hospitals .bd ul {
    display: none;
    position: absolute;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0
}

.fs-popup-hospitals .bd li {
    width: 240px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 3px auto;
    font-size: 14px
}

.fs-popup-hospitals .bd li a {
    display: block
}

.fs-popup-hospitals .bd li a:hover {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.fs-popup-qrcode {
    top: -58px;
    padding: 28px 32px;
    text-align: center
}

.fs-popup-qrcode em {
    display: block;
    line-height: 1;
    font-size: 14px
}

.pagination {
    margin: 18px 0;
    text-align: right
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.pagination li {
    display: inline
}

.pagination li a {
    margin: 0 3px;
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.pagination li a:hover {
    color: #20a7f6
}

.pagination li .current, .pagination li span {
    margin: 0 3px;
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #20a7f6;
    border-radius: 25px
}

.pagination li.prev a, .pagination li.next a {
    width: auto
}

.pagination li.prev a {
    margin: 0 10px 0 0
}

.pagination li.next a {
    margin: 0 0 0 10px
}

.pagination li .ellipsis {
    background: none;
    color: #000
}

.video-player-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.video-player-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90)
}

.video-player-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 450px;
    margin: -225px 0 0 -400px
}

.video-player-close {
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    right: -40px;
    top: -48px;
    color: #fff;
    font-size: 32px;
    cursor: pointer
}

.slide {
    position: relative
}

.slide .next, .slide .prev {
    position: absolute;
    width: 50px;
    height: 45px;
    top: 50%;
    margin-top: -23px;
    cursor: pointer;
    background: url("/images/slide-nav.png") no-repeat
}

.slide .next {
    background-position: 0 -45px;
    right: 0
}

.slide .prev {
    left: 0
}

.slide .hd {
    margin: 22px 0;
    font-size: 0;
    text-align: center
}

.slide .hd li {
    display: inline-block;
    width: 40px;
    height: 4px;
    margin: 0 3px;
    background: #b0b8b9
}

.slide .hd li.on {
    background: #20a8da
}

.carousel {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden
}

.carousel .bd li {
    margin-right: 15px;
    float: left;
    width: 280px;
    background: #fff;
    margin-bottom: 10px
}

.carousel .pic {
    height: 152px;
    overflow: hidden
}

.carousel .pic img {
    width: 100%;
    height: 100%
}

.carousel .info {
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 16px
}

.carousel .next, .carousel .prev {
    position: absolute;
    width: 50px;
    height: 45px;
    top: 50%;
    margin-top: -23px;
    cursor: pointer;
    background: url("/images/slide-nav.png") no-repeat
}

.carousel .next {
    background-position: 0 -45px;
    right: 0
}

.carousel .prev {
    left: 0
}

.category-menu {
    margin-bottom: 25px
}

.category-menu .menu-item {
    padding: 10px 15px 10px 20px;
    *zoom: 1
}

.category-menu .menu-item:nth-of-type(2n-1) {
    background: #e6f8fc
}

.category-menu .menu-item:after {
    display: table;
    clear: both;
    height: 0;
    content: ""
}

.category-menu dt {
    line-height: 34px;
    padding-left: 16px;
    background: url("/images/side-list-arrow.png") no-repeat left;
    font-size: 18px
}

.category-menu dt a {
    color: #20a7f6
}

.category-menu dd {
    font-size: 12px;
    line-height: 32px
}

.category-menu dd ul {
    margin-left: -22px
}

.category-menu dd li {
    float: left;
    margin-left: 22px
}

.category-menu dd a {
    color: #5a5a5a
}

.category-menu dd a:hover {
    color: #20a7f6
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    float: none
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.home-slides {
    position: relative;
    height: 300px;
    overflow: hidden
}

.home-slides .bd ul {
    width: 100% !important
}

.home-slides .bd li {
    position: relative;
    width: 100% !important;
    height: 300px;
    overflow: hidden;
    background-position: center
}

.home-slides .bd a {
    position: absolute;
    width: 100%;
    height: 100%
}
.home-slides .bd li img{
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.home-slides .hd {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center
}

.home-slides .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    border: 2px solid #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -9999px
}

.home-slides .hd li.on {
    border-color: #20a7f6;
    background: #20a7f6
}

.home-news {
    background: #d2ebf9;
    overflow: hidden
}

.news-column {
    float: left;
    width: 33.3%;
    position: relative
}

.news-column:before {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    width: 1px;
    height: 90%;
    background: #fff
}

.news-column:first-child:before {
    display: none
}

.news-column-wrap {
    padding: 40px 25px 25px 25px
}

.news-column-hd {
    position: relative;
    background: #fff;
    height: 120px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px
}

.news-column-hd .pic {
    width: 220px;
    height: 100%;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.news-column-hd .pic img {
    position: absolute;
    width: 100%;
    height: 100%
}

.news-column-hd .tit {
    position: absolute;
    width: 130px;
    right: 0;
    top: 16px;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 3px
}

.news-column-hd .tit em {
    font-weight: bold;
    display: block
}

.news-column-hd .time {
    position: absolute;
    width: 130px;
    text-align: center;
    bottom: 0;
    right: 0;
    line-height: 42px;
    color: #898989;
    font-size: 14px
}

.news-column-hd .time span {
    font-size: 32px;
    vertical-align: middle
}

.news-column-hdtitle {
    line-height: 26px;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 15px
}

.news-column-hdtitle a:hover {
    color: #20a7f6
}

.news-column-list {
    height: 185px
}

.news-column-list li {
    position: relative;
    line-height: 28px;
    padding: 5px 10px;
    height: 30px;
    border-bottom: 1px dashed #999
}

.news-column-list li:after {
    display: table;
    clear: both;
    height: 0;
    content: ""
}

.news-column-list a {
    color: #525252
}

.news-column-list a:hover {
    color: #20a7f6
}

.news-column-list .title {
    font-size: 15px;
    width: 75%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.news-column-list .time {
    float: right;
    font-size: 12px
}

.news-column-more {
    text-align: right
}

.news-column-more a {
    display: inline-block;
    width: 116px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    border: 2px solid #fff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: #fff url("/images/more-arrow.png") center no-repeat
}

.news-column-more a:hover {
    border-color: #c9c9c9
}

.home-doctors {
    background: #eee;
    overflow: hidden
}

.home-doctors h3 {
    height: 74px;
    line-height: 74px;
    font-size: 28px;
    color: #656565;
    text-align: center
}

.home-doctors h3 span {
    display: inline-block;
    padding-left: 90px;
    background: url("/images/doctor-title.png") no-repeat left
}

.home-doctors h3 em {
    display: none
}

.doctor-slides {
    overflow: hidden
}

.doctor-slides .bd li {
    overflow: hidden
}

.doctor-slides .item {
    float: left;
    width: 25%;
    text-align: center
}

.doctor-slides a {
    height: 360px;
    display: block;
    padding: 0 18px 0 40px;
}
.doctor-slides .title span{
    color: #000;
    font-weight: bold;
}
.doctor-slides .pic {
    width: 180px;
    height: 225px;
    margin: auto;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 90px/112.5px
}

.doctor-slides .pic img {
    width: 100%;
    height: 100%;
}

.doctor-slides .more {
    width:60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #72d0f4;
    border: 1px solid #72d0f4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    background: url("/images/yuyue-icon2.png") no-repeat 16px 7px;
}

.doctor-slides .more:hover {
    color: #fff;
    background: #20a7f6 url("/images/yuyue-icon1.png") no-repeat 16px 7px;
}

.doctor-slides .name {
    line-height: 56px;
    font-size: 20px;
    font-weight: bold
}

.doctor-slides .title, .doctor-slides .desc {
    color: #7d7e78;
    font-size: 14px;
    line-height: 18px
}

.doctor-slides .title {
    margin-bottom: 18px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.doctor-slides .desc {
    height: 72px;
    overflow: hidden
}

.doctor-slides .hd {
    text-align: center;
    padding: 32px 0 28px
}

.doctor-slides .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    border: 2px solid #bcbab9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -9999px
}

.doctor-slides .hd li.on {
    border-color: #20a7f6;
    background: #20a7f6
}

.home-mid-banner {
    position: relative;
    height: 452px
}

.home-mid-banner div {
    position: absolute;
    left: 50%
}

.home-mid-banner img {
    position: relative;
    margin-left: -50%
}

.home-mid-banner-link {
    background-color: #409ed6;
    overflow: hidden
}

.home-mid-banner-link .dna {
    width: 1166px;
    height: 783px;
    top: -33%;
    left: 90px;
    z-index: 0;
    background-image: url("/images/dna.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    -webkit-animation: dna 10s linear infinite;
    animation: dna 10s linear infinite
}

.home-mid-banner-link .dna2 {
    width: 1166px;
    height: 783px;
    top: -80px;
    left: 1280px;
    z-index: 0;
    background-image: url("/images/dna2.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    -webkit-animation: dna2 20s linear infinite;
    animation: dna2 20s linear infinite
}

.home-mid-banner-link .eye {
    width: 1920px;
    height: 452px;
    left: 520px;
    z-index: 1;
    background-image: url("/images/eye2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat
}

.home-mid-banner-link .banner-link {
    z-index: 2;
    width: 310px;
    -webkit-animation: more1 2s infinite ease-in-out;
    animation: more1 2s infinite ease-in-out;
    animation-direction: alternate
}

.home-mid-banner-link .banner-link .dot {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-animation: twinkling 2s infinite ease-in-out;
    animation: twinkling 2s infinite ease-in-out;
    animation-direction: alternate
}

.home-mid-banner-link .banner-link a {
    color: #fff;
    position: absolute;
    font-size: 17px
}

.home-mid-banner-link .banner-link :hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: .4s transform
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 1;
        top: 0px;
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.1), 0 0 0 18px rgba(255, 255, 255, 0.1)
    }
    100% {
        opacity: 0.5;
        top: 3px;
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.1)
    }
}

@keyframes twinkling {
    0% {
        opacity: 1;
        top: 0px;
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.1), 0 0 0 18px rgba(255, 255, 255, 0.1)
    }
    100% {
        opacity: 0.5;
        top: 3px;
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.1)
    }
}

@-webkit-keyframes more1 {
    0% {
        text-shadow: #fff 0 0 5px
    }
    100% {
        text-shadow: #fff 0 0 0
    }
}

@keyframes more1 {
    0% {
        text-shadow: #fff 0 0 5px
    }
    100% {
        text-shadow: #fff 0 0 0
    }
}

@-webkit-keyframes dna {
    0%, 100% {
        -webkit-transform: translateY(0) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(6deg)
    }
}

@keyframes dna {
    0%, 100% {
        transform: translateY(0) rotate(-2deg)
    }
    50% {
        transform: translateY(-10px) rotate(6deg)
    }
}

@-webkit-keyframes dna2 {
    0%, 100% {
        -webkit-transform: translateY(0) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateY(-25px) rotate(2deg)
    }
}

@keyframes dna2 {
    0%, 100% {
        transform: translateY(0) rotate(-2deg)
    }
    50% {
        transform: translateY(-25px) rotate(2deg)
    }
}

.home-eye-knowledge {
    background: #f6f6f6;
    padding: 32px 0
}

.knowledge-main {
    float: left;
    width: 815px
}

.knowledge-box {
    position: relative;
    margin: 10px 13px 9px 0;
    float: left;
    width: 256px;
    height: 322px;
    border: 1px solid #e9e9e9;
    background: #fff
}

.knowledge-box a {
    display: block;
    height: 100%
}

.knowledge-box * {
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.knowledge-box.selected .pic img {
    filter: none;
    -webkit-filter: grayscale(0)
}

.knowledge-box.selected .arr {
    border-color: transparent #5cd6f5 #5cd6f5 transparent
}

.knowledge-box .pic {
    height: 166px;
    overflow: hidden
}

.knowledge-box .pic img {
    width: 100%;
    height: 100%;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)*/
}

.knowledge-box .title {
    padding: 10px 5px 5px 16px
}

.knowledge-box .title h3 {
    font-size: 20px;
    color: #1daddd;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.knowledge-box .title p {
    font-size: 20px;
    color: #e2e1e1;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.knowledge-box .desc {
    padding: 0 16px;
    font-size: 14px;
    line-height: 20px;
    color: #67686b;
    position: relative;
    max-height: 60px;
    overflow: hidden;
    word-wrap: break-word
}

.knowledge-box .desc::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 55%)
}

.knowledge-box .b {
    position: absolute;
    height: 10px;
    width: 100%;
    top: -11px;
    left: 0;
    background: url("/images/home-eyepic-border.png") no-repeat center
}

.knowledge-box .arr {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border: 20px dashed transparent;
    border-color: transparent #d9d9d9 #d9d9d9 transparent
}

.knowledge-box .arr i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -20px;
    bottom: -20px;
    background: url("/images/corner-arrow.png") no-repeat center
}

.knowledge-side {
    background: #fafafa;
    float: right;
    width: 385px;
    height: 677px
}

.knowledge-side .intro {
    padding: 9px 25px 0 25px;
    height: 247px
}

.knowledge-side .intro h3 {
    background: url("/images/eye-icon.png") no-repeat left;
    font-size: 24px;
    color: #72d0f4;
    text-align: center;
    line-height: 110px;
    padding-left: 60px
}

.knowledge-side .intro p {
    line-height: 26px;
    font-size: 16px;
    color: #767b7d;
    text-indent: 2em;
    position: relative;
    max-height: 131px;
    overflow: hidden;
    word-wrap: break-word
}

.knowledge-side .intro p::after {
    background: -webkit-linear-gradient(left, transparent, #fafafa 50%);
    background: -o-linear-gradient(right, transparent, #fafafa 50%);
    background: -moz-linear-gradient(right, transparent, #fafafa 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #fafafa 50%)
}

.knowledge-side .adv {
    margin: 0 25px;
    height: 152px
}

.knowledge-side .adv h3 {
    font-size: 18px;
    color: #595757;
    margin-bottom: 4px
}

.knowledge-side .adv p {
    line-height: 16px;
    font-size: 14px;
    color: #72d0f4;
    padding-bottom: 16px
}

.knowledge-side .adv .title {
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px
}

.knowledge-side .adv a {
    float: right;
    width: 141px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #72d0f4;
    border: 1px solid #72d0f4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.knowledge-side .adv a:hover {
    color: #fff;
    background: #20a7f6
}

.knowledge-side .list {
    margin: 0 18px
}

.knowledge-side .list li {
    line-height: 46px;
    height: 46px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 60px;
    background: url("/images/list-arrow.png") no-repeat 19px 50%;
    font-size: 14px;
    border-bottom: 1px dashed #cccccc
}

.knowledge-side .list li:hover {
    background: url("/images/list-arrow-blue.png") no-repeat 19px 50%
}

.knowledge-side .list li a {
    color: #717171
}

.knowledge-side .list li a:hover {
    color: #00bff0
}

.home-video {
    background: #eee;
    padding: 28px 0 56px;
}

.home-video-box {
    background: #bbe4fc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.home-video-box .pic {
    width: 540px;
    height: 300px;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.home-video-box .pic img {
    width: 100%;
    height: 100%
}

.home-video-box .info {
    text-align: center;
    margin-left: 540px;
    padding: 0 20px
}

.home-video-box .title {
    margin-top: 55px;
    font-size: 28px
}

.home-video-box .desc {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    min-height: 65px
}

.home-video-box .more {
    margin-top: 20px
}

.home-video-box .more a {
    display: inline-block;
    margin: 0 14px;
    width: 200px;
    height: 48px;
    font-size: 16px;
    background: #fff;
    line-height: 48px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px
}

.home-video-box .more a:hover {
    color: #fff;
    background: #20a7f6
}

.contact-info-box {
    background: #fff;
    padding: 26px 0 30px;
    overflow: hidden
}

.contact-info-list {
    float: left;
    width: 460px
}

.contact-info-list h3 {
    float: left;
    width: 160px;
    height: 44px;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    background: #bbe4fc;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px
}

.contact-info-list ul {
    margin-left: 192px;
    margin-top: 6px
}

.contact-info-list li {
    padding-left: 43px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
    font-size: 16px;
    background-repeat: no-repeat;
	float:none;
    color: #fff;
}

.contact-info-top {
    margin-left: 60px
}

.contact-info-hr {
    width: 588px
}

.contact-map {
    background-image: url(/images/contact-ico-map.png)
}
.contact-map1{
    padding-left: 43px!important;
}
.contact-personal {
    background: url(/images/personal-center.png) 7px 10px;
    background-size: 20px;
}

.contact-eye {
    padding-left: 43px!important;
    background-image: url(/images/contact-ico-eye.png)
}

.contact-mail {
    background-image: url(/images/contact-ico-mail.png)
}

.contact-tel {
    background-image: url(/images/contact-ico-tel.png)
}

.contact-people {
    background-image: url(/images/contact-ico-people.png)
}

.news-toplist .list-intro, .news-list .list-intro, .epaper-list .list-intro, .video-list .list-intro {
    font-size: 18px;
    color: #20a7f6
}

.news-toplist .item, .news-list .item, .epaper-list .item, .video-list .item {
    position: relative;
    background: #fff
}

.news-toplist .item *, .news-list .item *, .epaper-list .item *, .video-list .item * {
    -moz-transition: background .2s ease, border .2s ease, opacity .2s ease;
    -o-transition: background .2s ease, border .2s ease, opacity .2s ease;
    -webkit-transition: background .2s ease, border .2s ease, opacity .2s ease;
    transition: background .2s ease, border .2s ease, opacity .2s ease
}

.news-toplist .arr, .news-list .arr, .epaper-list .arr, .video-list .arr {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border: 16px dashed transparent;
    border-color: transparent #d9d9d9 #d9d9d9 transparent
}

.news-toplist .arr i, .news-list .arr i, .epaper-list .arr i, .video-list .arr i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -16px;
    bottom: -16px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff
}

.news-toplist a, .news-list a, .epaper-list a, .video-list a {
    position: relative;
    display: block;
    border: 1px solid #fff
}

.news-toplist a:hover, .news-list a:hover, .epaper-list a:hover, .video-list a:hover {
    border-color: #20a7f6
}

.news-toplist a:hover .arr, .news-list a:hover .arr, .epaper-list a:hover .arr, .video-list a:hover .arr {
    border-color: transparent #20a7f6 #20a7f6 transparent
}

.news-toplist {
    margin-left: -15px;
    margin-bottom: 18px
}

.news-toplist:after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
    height: 0
}

.news-toplist .item {
    float: left;
    width: 280px;
    height: 376px;
    margin-left: 15px
}

.news-toplist .pic {
    height: 163px
}

.news-toplist .pic img {
    width: 100%;
    height: 100%
}

.news-toplist .title {
    margin: 16px 20px;
    line-height: 30px;
    font-size: 20px;
    height: 60px;
    overflow: hidden
}

.news-toplist .desc {
    font-size: 16px;
    margin: 0 20px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    color: #2c2c2c
}

.news-toplist a {
    height: 376px
}

.news-list .item {
    height: 163px;
    margin-bottom: 18px
}

.news-list .time {
    float: left;
    position: relative;
    width: 160px;
    height: 100%;
    background: #ebebeb;
    text-align: center
}

.news-list .time img{
    width: 160px;
    height: 100%;
}

.news-list .time span {
    display: block;
    width: 115px;
    height: 29px;
    line-height: 29px;
    margin: 110px auto 0;
    border: 1px solid #20a7f6;
    font-size: 16px
}

.news-list .time em {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    line-height: 72px;
    font-size: 70px
}

.news-list .title {
    margin: 0 0 0 185px;
    padding: 20px 20px 0 0;
    line-height: 32px;
    font-size: 24px;
    height: 64px;
    overflow: hidden
}

.news-list .desc {
    margin: 10px 0 0 185px;
    padding: 0 20px 0 0;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #2c2c2c
}

.news-list a {
    height: 162px
}

.news-list a:hover .time {
    background: #20a7f6;
    color: #fff
}

.news-list a:hover .time span {
    border-color: #fff
}

.news-article {
    padding: 0 0 0 20px;
    font-size: 14px
}
.news-article .article-content  p{
	font-size: 16px;
}
.news-article .list-intro {
    font-size: 18px;
    color: #20a7f6
}

.article-head {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px
}

.article-head h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px
}

.article-head .info {
    float: left;
    line-height: 36px
}

.article-head .info span {
    margin-right: 20px
}

.article-head .tool {
    float: right;
    line-height: 36px
}

.article-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
    background: url("/images/article-icons.png") no-repeat;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.artbtn-translate-english {
    background: url("/images/English.png") no-repeat;
    width: 97px;
    height: 45px
}

.artbtn-translate-chinese {
    background: url("/images/Chinese.png") no-repeat;
    width: 97px;
    height: 45px
}

.artbtn-minus {
    background-position: 0 -36px
}

.artbtn-plus-disable {
    background: url("/images/article-icons-disable.png") no-repeat
}

.artbtn-minus-disable {
    background: url("/images/article-icons-disable.png") no-repeat 0 -36px
}

.artbtn-download {
    background-position: 0 -72px
}

.artbtn-magnify {
    background-position: 0 -108px
}

.article-desc {
    padding: 10px 15px;
    line-height: 24px;
    border: 1px solid #bfbfbf
}

.article-content {
    padding: 24px 0 40px;
    line-height: 2
}

.article-content img {
    max-width: 100%
}

.article-nav {
    text-align: center
}

.article-nav a {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    width: 98px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dedede;
    font-size: 14px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -moz-transition: background .2s ease, border .2s ease;
    -o-transition: background .2s ease, border .2s ease;
    -webkit-transition: background .2s ease, border .2s ease;
    transition: background .2s ease, border .2s ease
}

.article-nav a:hover {
    background-color: #20a7f6;
    border-color: #20a7f6;
    color: #fff
}

.next_prev {
    height: 130px
}

.article_next_prev {
    display: block;
    color: #666;
    clear: both;
    float: left;
    margin: 0px 0 5px 0;
    padding-top: 30px;
    width: 100%
}

.article_next_prev li {
    list-style-type: none;
    clear: both;
    padding: 0 0 5px;
    line-height: 35px;
    overflow: hidden
}

.article_next_prev li span {
    display: block;
    float: left;
    width: 52px;
    padding: 0 0 0 30px;
    height: 35px;
    line-height: 35px;
    background-color: #acc3d0;
    color: #fff;
    font-size: 14px;
    margin-right: 10px
}

.article_next_prev li span:hover {
    background-color: #20a7f6
}

.article_next_prev li a {
    display: block;
    float: left;
    font-size: 14px;
    color: #333333;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.article_next_prev li.prev_article span {
    background-image: url(/images/page-arr.png);
    background-repeat: no-repeat;
    background-position: 9px 13px
}

.article_next_prev li.next_article span {
    background-image: url(/images/page-arr.png);
    background-repeat: no-repeat;
    background-position: 9px -16px
}

.article_next_prev li:hover a, .article_next_prev li:hover a:link, .article_next_prev li:hover a:visited, .article_next_prev li:hover a:hover {
    color: #20a7f6
}

.relates {
    background: #f5f5f5;
    margin: 0;
    padding: 20px
}

.relates .title {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    font-size: 16px;
    color: #20a7f6
}

.relates ul {
    list-style: disc;
    margin-left: 18px;
    color: #bbb;
    padding-top: 5px
}

.relates ul li {
    margin-top: 12px
}

.relates ul li a {
    color: #777
}

.relates ul li a:hover {
    color: #61B3E6;
    text-decoration: underline
}

.epaper-list .item {
    height: 242px;
    margin-bottom: 20px
}

.epaper-list .info {
    float: left;
    position: relative;
    width: 228px;
    height: 100%;
    background: #ebebeb;
    text-align: center
}

.epaper-list .info .count {
    display: block;
    width: 131px;
    height: 30px;
    line-height: 30px;
    margin: 122px auto 0;
    border: 1px solid #000;
    font-size: 16px;
    letter-spacing: 5px
}

.epaper-list .info .month {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    line-height: 1;
    font-size: 16px
}

.epaper-list .info .month em {
    font-size: 80px
}

.epaper-list .info .year {
    position: absolute;
    top: 172px;
    width: 100%;
    left: 0;
    font-size: 24px;
    line-height: 30px
}

.epaper-list .banner {
    position: relative;
    margin-left: 228px;
    height: 100%
}

.epaper-list .banner img {
    width: 100%;
    height: 100%
}

.epaper-list .banner .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30)
}

.epaper-list .banner-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff
}

.epaper-list .banner-info .title {
    margin-top: 72px;
    font-size: 48px;
    line-height: 60px
}

.epaper-list .banner-info .desc {
    font-size: 24px
}

.epaper-list a {
    height: 240px
}

.epaper-list a:hover .info {
    background: #20a7f6;
    color: #fff
}

.epaper-list a:hover .info .count {
    border-color: #fff
}

.epaper-article-head {
    text-align: center;
    overflow: hidden;
    *zoom: 1
}

.epaper-article-head .title {
    margin: 0 150px 0 120px
}

.epaper-article-head .title h1 {
    font-size: 36px
}

.epaper-article-head .title p {
    font-size: 16px;
    letter-spacing: 5px
}

.epaper-article-head .back {
    float: left;
    padding-top: 20px
}

.epaper-article-head .back a {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    width: 98px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dedede;
    font-size: 14px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -moz-transition: background .2s ease, border .2s ease;
    -o-transition: background .2s ease, border .2s ease;
    -webkit-transition: background .2s ease, border .2s ease;
    transition: background .2s ease, border .2s ease
}

.epaper-article-head .back a:hover {
    background-color: #20a7f6;
    border-color: #20a7f6;
    color: #fff
}

.epaper-article-head .tool {
    float: right;
    padding-top: 10px
}

.epaper-article-head .tool a {
    float: left;
    width: 58px;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.epaper-article-head .tool a:hover {
    color: #20a7f6
}

.epaper-article-head .tool p {
    margin-top: 8px
}

.video-list .item {
    height: 272px;
    margin-bottom: 18px
}

.video-list .pic {
    position: relative;
    float: left;
    width: 480px;
    height: 100%
}

.video-list .pic img {
    width: 100%;
    height: 100%
}

.video-list .pic .mask, .video-list .pic b {
    position: absolute;
    opacity: 0.53;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=53);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=53)
}

.video-list .pic .mask {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000
}

.video-list .pic b {
    width: 96px;
    height: 96px;
    background: url("/images/play-icon.png") no-repeat;
    left: 50%;
    top: 50%;
    margin: -48px 0 0 -48px
}

.video-list .info {
    margin-left: 480px;
    height: 100%;
    background: #ebebeb;
    padding: 0 20px
}

.video-list .info .title {
    text-align: left;
    padding-top: 55px;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px
}

.video-list .info .desc {
    font-size: 16px;
    text-align: justify;
    text-justify: distribute-all-lines
}

.video-list a {
    height: 270px
}
/*视频列表切换start*/
 .video-list .content-tab a{
    height: 37px!important;
 }
 .video-list .content-tab{
    height: 39px;
 }
 .video-list .knowledge-content{
    padding:15px 0px;
 }
  .video-list .knowledge-content-title b{
    background: url(/images/video_title.png) no-repeat 0 14px;
 }
/*视频列表切换end*/

.video-list a:hover .pic b {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.video-list a:hover .info {
    background: #20a7f6;
    color: #fff
}

.about-content {
    background: #fff;
    padding: 25px 40px 60px;
    line-height: 2;
    font-size: 14px
}

.about-content-intro {
    background: #fff url("/images/intro-bg.jpg") no-repeat bottom
}

.events-list-wrap {
    width: 748px;
    margin: auto
}

.events-list-top {
    width: 10px;
    padding-top: 40px;
    margin: auto;
    background: #fff;
    position: relative;
    z-index: 2
}

.events-list-top .dot {
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    border: 1px solid #20a7f6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.events-list-body li {
    position: relative;
    padding-bottom: 30px
}

.events-list-body .pic {
    position: relative;
    height: 145px;
    border: 2px solid #999;
    margin: -2px
}

.events-list-body .pic img {
    width: 100%;
    height: 100%
}

.events-list-body .pic b {
    position: absolute;
    top: 60px
}

.events-list-body .dot {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 71px;
    background: #20a7f6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.events-list-body .time {
    margin-top: 16px;
    line-height: 36px;
    font-size: 30px;
    height: 36px;
    overflow: hidden;
    color: #20a7f6
}

.events-list-body .desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden
}

.events-list-body .event-l {
    width: 334px;
    padding-right: 39px;
    margin-top: -40px;
    border-right: 2px solid #dedede
}

.events-list-body .event-l .pic b {
    right: -26px;
    border: 13px dashed transparent;
    border-left: 13px solid #999
}

.events-list-body .event-l .dot {
    right: -5px
}

.events-list-body .event-r {
    width: 334px;
    padding-left: 39px;
    margin-left: 373px;
    margin-top: -200px;
    border-left: 2px solid #dedede
}

.events-list-body .event-r .pic b {
    left: -26px;
    border: 13px dashed transparent;
    border-right: 13px solid #999
}

.events-list-body .event-r .dot {
    left: -5px
}

.events-list-more a {
    display: block;
    margin: auto;
    width: 276px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #dedede;
    -moz-border-radius: 29px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    color: #424748
}

.concern-section {
    margin-bottom: 10px;
    overflow: hidden
}

.concern-section h3 {
    position: relative;
    line-height: 42px;
    font-size: 18px;
    padding-left: 30px;
    background: #ececec;
    z-index: 2
}

.concern-section h3 b {
    position: absolute;
    width: 0;
    height: 0;
    border: 6px dashed transparent;
    border-top: 6px solid #ececec;
    bottom: -12px;
    left: 80px
}

.concern-section .slide {
    height: 528px
}

.concern-section .slide .next, .concern-section .slide .prev {
    margin-top: -69px
}

.concern-section .pic {
    height: 432px;
    overflow: hidden
}

.concern-section .pic img {
    width: 100%;
    height: 100%
}

.concern-section .info {
    text-align: center;
    line-height: 46px;
    height: 46px;
    font-size: 18px;
    padding: 0 20px;
    background: #ececec;
    color: #6c6f6f;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.concern-section-row {
    overflow: hidden;
    *zoom: 1;
    margin-left: -10px
}

.concern-section-row .concern-section {
    float: left;
    width: 390px;
    margin-left: 10px
}

.honor-list .item {
    margin-bottom: 5px
}

.honor-list .hd {
    position: relative;
    background: #f8f8f8;
    padding: 0 50px 0 20px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 3px solid #e5e6e6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.honor-list .hd b {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 13px;
    top: 10px;
    background: url("/images/toggle-icon.png") no-repeat
}

.honor-list .bd {
    display: none;
    overflow: hidden;
    padding: 20px 20px 5px
}

.honor-list .bd ul {
    margin-left: -4px
}

.honor-list .bd li {
    float: left;
    width: 244px;
    margin: 0 0 20px 4px
}

.honor-list .bd .pic {
    height: 166px;
    overflow: hidden
}

.honor-list .bd .pic img {
    width: 100%;
    height: 100%
}

.honor-list .bd .info {
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.honor-list .item-open .hd {
    color: #20a7f6
}

.honor-list .item-open .hd b {
    background-position: 0 -30px
}

.honor-list .item-open .bd {
    display: block
}

.about-content-inscription {
    padding-left: 30px;
    padding-right: 30px
}

.inscription-list {
    margin-left: -20px;
    overflow: hidden;
    *zoom: 1
}

.inscription-list .item {
    position: relative;
    float: left;
    margin: 0 0 14px 19px;
    overflow: hidden;
    border-radius: 5px;
    border: .5px solid #ccc;
    box-shadow: 0 4px 4px -3px #ccc
}

.inscription-list .pic img {
    vertical-align: middle
}

.inscription-list .info {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    background: #616161;
    background: rgba(97, 97, 97, 0.8)
}

.inscription-list .info p {
    padding: 20px 30px 30px
}

.filter-bar {
    *zoom: 1;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 40px
}
.zwss .select-input{
    appearance:none;   
      -moz-appearance:none;   
      -webkit-appearance:none;   
    position: relative;
}
.jiao{
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px
}
.jiao.open{
    transform: rotate(-135deg)
}
/*.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}*/

.filter-bar:after {
    display: table;
    content: "";
    clear: both;
    height: 0
}

.filter-bar-list {
    margin-left: -20px
}

.fb-item {
    float: left;
    margin-left: 20px
}

.fb-item .t {
    float: left;
    padding: 0 5px
}

.fb-item .c {
    float: left;
    position: relative;
}

.select-input {
    width: 206px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding-left:18px;
    font-size: 14px;
}

.city-selector .list {
    width: 520px;
    height: 400px;
    overflow: auto
}

.city-selector .group-title {
    padding: 0 18px;
    font-weight: bold;
    font-size: 16px;
    background: #e6e6e6;
    border-bottom: 1px solid #eee;
    line-height: 35px
}

.city-selector .group-list {
    overflow: hidden;
    zoom: 1;
    padding-bottom: 10px
}

.city-selector .group-list .option {
    float: left;
    padding: 0 18px
}

.text-input {
    height: 40px;
    width: 100px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    outline: none
}

.text-input:focus {
    border-color: #20a7f6
}

.button-search {
    width: 53px;
    height: 42px;
    background: #20a7f6 url("/images/search-btn.png") no-repeat center;
    border: 0;
    text-indent: -9999px;
    outline: none;
    cursor: pointer
}

.info-btn {
    display: inline-block;
    width: 85px;
    height: 32px;
    padding-left: 44px;
    line-height: 32px;
    color: #999;
    text-align: left;
    font-size: 18px;
    border: 1px solid #b8b8b8;
    background: #f2f2f2 url(/images/ico-info.png) no-repeat 9px 50%
}

.info-btn:hover,.doc_wrapper .doc_text .link_btn2>a:hover{
    background-color: #459fe8;
    border-color: #459fe8;
    color: #fff
}

.info-btn-view:hover,.doc_wrapper .doc_text .link_btn2>a:hover {
    background-image: url(/images/ico-info-w.png)
}

.info-btn-detail:hover {
    background-image: url(/images/ico-info-w.png)
}

.info-btn-chat {
    background-color: #459fe8;
    background-image: url(/images/ico-msg.png);
    color: #fff;
    border-color: #459fe8;
    cursor: pointer;
}
.info-btn-book {
    background-image: url(/images/book-icon.png);
    background-position: 10px center;
    background-size: 30px;
}
.info-btn-web {
    background-color: #fff;
    background-image: url(/images/ico-web.png);
    color: #459fe8;
    border-color: #459fe8
}

.info-btn-web:hover {
    background-color: #459fe8;
    border-color: #b8b8b8;
    color: #fff;
    background-image: url(/images/ico-web-w.png)
}

.view-more {
    margin-top: 24px;
    border-top: 1px dashed #d9d9d9;
    padding: 22px 0;
    text-align: center
}

.view-more a {
    display: inline-block;
    width: 210px;
    height: 34px;
    padding-bottom: 9px;
    line-height: 34px;
    border: 1px solid #dedede;
    color: #20a7f6;
    font-size: 18px;
    background: url("/images/arr-down.png") no-repeat 50% 32px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px
}

.view-more a:hover {
    border-color: #20a7f6
}

.doctor-list .item {
    background: #fff;
    margin-bottom: 24px;
    padding: 15px;
    *zoom: 1
}

.doctor-list .item:after {
    display: table;
    content: "";
    clear: both;
    height: 0
}

.doctor-list .pic {
    float: left;
    width: 188px;
    height: 234px;
    border: 2px solid #e7e7e7;
    /*padding: 6px 5px;*/
}

.doctor-list .pic img {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.doctor-list .info {
    margin-left: 226px;
    margin-right: 18px
}

.doctor-list .name {
    padding: 12px 0;
    font-size: 18px
}

.doctor-list .name strong {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #999999;
    font-size: 24px;
    color: #1582c2
}

.doctor-list .title {
    padding: 5px 14px;
    line-height: 21.5px;
    font-size: 14px;
    background: #f3f4f8;
    height: 62.5px;
    overflow: hidden;
    margin: 12px 0 14px 0
}

.doctor-list .extra {
    padding: 2px 0;
    line-height: 22px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.doctor-list .extra em {
    font-size: 17px;
    font-weight: bold
}

.doctor-list .btnbar {
    margin-top: 6px
}

.doctor-list .btnbar .info-btn,.doctor-detail .info-btn-chat{
    margin-right: 15px
}

.doctor-detail {
    padding: 20px;
    background: #fff url("/images/doctor-detail-bg.jpg") no-repeat 100% 0;
    *zoom: 1
}

.doctor-detail:after {
    display: table;
    content: "";
    clear: both;
    height: 0
}

.doctor-detail-top {
    min-height: 305px;
    margin-bottom: 35px
}

.doctor-detail-top .pic {
    position: absolute;
    width: 226px;
    height: 285px;
    padding: 8px 6px;
    border: 2px solid #c7e9fd
}

.doctor-detail-top .pic img {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.doctor-detail-top .info {
    margin-left: 284px
}

.doctor-detail-top .intro {
    float: left
}

.doctor-detail-top .name {
    /*padding-top: 0px;*/
    padding-bottom: 16px;
    border-bottom: 1px solid #cccccc
}

.doctor-detail-top .name strong {
    font-size: 30px;
    margin-right: 10px;
    color: #1582c2
}

.doctor-detail-top .name span {
    font-size: 20px;
    color: #dddddd
}

.doctor-detail-top .title {
    line-height: 53px;
    font-size: 20px;
    border-bottom: 1px solid #cccccc
}

.doctor-detail-top .extra {
    clear: both;
    padding: 10px 0;
    line-height: 30px;
    font-size: 16px
}

.doctor-detail-top .extra em {
    font-size: 18px;
    font-weight: bold
}

.doctor-detail-body {
    margin-left: 18px;
    border-left: 1px dashed #dadada;
    padding: 10px 0 10px 40px
}

.doctor-detail-body .title {
    padding-left: 82px;
    width: 134px;
    height: 66px;
    line-height: 66px;
    font-size: 25px;
    border: 1px solid #cccccc;
    background-position: 25px 50%;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

/*医生出诊时间start*/
/*出诊时间背景图片*/
/*清除浮动*/
.clear{
    clear: both;
}
.doctor-detail-body .title-time {
    background-image: url(/images/ico-time.png)
}
.doctor-detail-body .doc_week ul{
    width: 706px;
}
.doctor-detail-body .doc_week ul li{
    float: left;
    width: 98px;
    height: 32px;
    color: #999;
    font-size: 16px;
    line-height: 30.5px;
    text-align: center;
    background: #fff;
}
.doctor-detail-body .doc_week .doc_day li{
    height: 30px;
    color: #000;
    border-color: #FCFCFC;
    background: #F2F2F2;
    border: 1px solid #fff;
    border-left: none;  
}
.doctor-detail-body .doc_week .doc_mon li{
     border: 1px solid #ccc;
     border-left: none;
}
.doctor-detail-body .doc_week li.doc_bgcol{
	background-color:#20a7f6;
	color:#ffffff;
}

.doctor-detail-body .doc_week .doc_after li{
     border-right: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
}
.doctor-detail-body .doc_week .doc_after li:first-child,.doctor-detail-body .doc_week .doc_mon li:first-child{
    border-left: 1px solid #ccc;
}
/*医生出诊时间end*/
.doctor-detail-body .title-job {
    background-image: url(/images/ico-job.png)
}

.doctor-detail-body .title-intro {
    background-image: url(/images/ico-intro.png)
}

.doctor-detail-body .content {
    margin: 0 25px 40px 45px;
    line-height: 40px;
    font-size: 18px
}

.doctor-detail-body .divide {
    border: 0;
    margin: 30px 0;
    height: 25px;
    background: url("/images/divide-line.png") no-repeat center
}

.hospital-detail {
    padding: 20px;
    background: #fff;
    *zoom: 1
}

.hospital-detail .article-nav {
    margin-bottom: 10px;
    text-align: left
}

.hospital-detail .article-nav a {
    text-align: center;
    width: 150px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

.hospital-detail:after {
    display: table;
    content: "";
    clear: both;
    height: 0
}

.hospital-detail-top {
    min-height: 450px;
    margin-bottom: 35px
}

.hospital-detail-top .pic {
    position: absolute;
    width: 600px;
    height: 400px;
    padding: 8px 6px;
    border: 2px solid #c7e9fd
}

.hospital-detail-top .pic img {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.hospital-detail-top .info {
    margin-left: 680px
}

.hospital-detail-top .intro {
    float: left
}

.hospital-detail-top .name {
    padding-top: 46px;
    padding-bottom: 16px;
    border-bottom: 1px solid #cccccc
}

.hospital-detail-top .name strong {
    font-size: 30px;
    margin-right: 10px;
    color: #1582c2
}

.hospital-detail-top .name span {
    font-size: 20px;
    color: #dddddd
}

.hospital-detail-top .title {
    line-height: 53px;
    font-size: 20px;
    border-bottom: 1px solid #cccccc
}

.hospital-detail-top .extra {
    clear: both;
    padding: 10px 0 10px;
    line-height: 30px;
    font-size: 16px
}

.hospital-detail-top .extra em {
    font-size: 18px;
    font-weight: bold
}

.hospital-detail-body {
    margin-left: 18px;
    border-left: 1px dashed #dadada;
    padding: 10px 0 10px 40px
}

.hospital-detail-body .title {
    width: 1080px;
    height: 66px;
    line-height: 66px;
    font-size: 25px;
    background-position: 25px 50%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    border-bottom: 4px solid #dfdfdf
}

.hospital-detail-body em {
    width: auto;
    border-bottom: 4px solid #20a7f6;
    float: left
}

.hospital-detail-body .content {
    margin: 0 25px 40px 20px;
    line-height: 40px;
    font-size: 18px
}

.hospital-detail-body .divide {
    border: 0;
    margin: 30px 0;
    height: 25px;
    background: url("/images/divide-line.png") no-repeat center
}

.hospital-list .item {
    padding: 18px;
    background: #f5f5f5;
    margin-bottom: 22px;
    *zoom: 1
}

.hospital-list .item:after {
    display: table;
    clear: both;
    height: 0;
    content: ""
}

.hospital-list .item:hover {
    background: #ecf7fe
}
/* 医院列表修改 start 3.6 */
.hospital-list .pic {
    float: left;
    width: 300px;
    height: 280px;
    background: #fff;
}
.hospital-list .pic .pic-img{
    width: 100%;
    height: 221px;
    overflow: hidden;
}
.hospital-list .pic img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.hospital-list .link {
    float: right;
    width: 120px;
    height: 280px;
    margin-right: -18px;
    background: url("/images/ico-link.png") no-repeat 50% 60px
}

.hospital-list .link:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: .4s transform
}

.hospital-list .link a {
    display: block;
    height: 100%
}

.hospital-list .link span {
    display: block;
    color: #6b6b6b;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 4px;
    width: 56px;
    padding-top: 130px;
    margin: auto
}

.hospital-list .info {
    margin: 0 102px 0 288px;
    padding:15px 30px 0 36px;
    background: #fff;
    height:280px;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

.hospital-list .title {
    line-height: 30px;
    padding: 15px 0 15px 0px;
    font-size: 20px;
    text-align: center;
    /* margin-bottom: 8px */
}

.hospital-list .title .tag {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding: 0 28px;
    background: #86c8e2;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px
}

.hospital-list .in {
    height: 170px;
    overflow: hidden
}

.hospital-list .intro {
    font-size: 16px;
    line-height: 28px;
    color: #595959;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hospital-list .intro{
    height:108px;
    overflow:hidden;
}
.hospital-list .addr2 {
    font-size: 16px;
    line-height: 28px;
    color: #595959;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hospital-list .intro em, .hospital-list .addr em {
    font-weight: bold;
    color: #000
}

.hospital-list .extra {
    border-top: 1px dashed #cccccc
}

.hospital-list .extra .tel {
    float: left;
    padding: 12px 0 0 54px;
    height: 56px;
    background: url("/images/ico-tel.png") no-repeat 0 50%
}

.hospital-list .extra .tel span {
    font-size: 12px;
    color: #6b6b6b
}

.hospital-list .extra .tel em {
    color: #000;
    font-size: 20px;
    display: block
}

.hospital-list .extra .r {
    float: right;
    padding-top: 17px
}

.reservation-form {
    float: left;
    width: 500px
}

.reservation-form th {
    text-align: right;
    font-size: 14px;
    color: #545556
}

.reservation-form td {
    padding: 13px 3px
}

.reservation-form .required {
    color: #f00
}

.reservation-form input, .reservation-form select, .reservation-form textarea {
    border: 1px solid #1aa1e1;
    color: #545556;
    font-family: "Microsoft YaHei", SimSun, '\5b8b\4f53', sans-serif;
    font-size: 13px
}

.reservation-form select {
    width: 94%;
    height: 28px
}

.reservation-form input {
    padding: 5px;
    width: 88%
}

.reservation-form textarea {
    padding: 5px
}

.reservation-form .btnbar {
    border: 0;
    text-align: center;
    padding: 30px 0 0
}

.reservation-form .ordertime {
    background: url(/images/reservation-date.png) center right no-repeat
}

.reservation-form .submit {
    width: 130px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    background: #20a7f6;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 25px
}

.reservation-form .submit.reset {
    background: #adaaaa
}

.reservation-form .Validform_checktip {
    color: #545556;
    font-size: 14px
}

.reservation-note {
    margin: 0 20px 0 613px;
    font-size: 16px;
    line-height: 1.8;
    color: #444
}

.reservation-note .reservation-note-cont {
    border: 1px solid #d3d5d6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.reservation-note .reservation-note-cont .reservation-note-text {
    padding: 15px
}

.reservation-note .reservation-note-cont .reservation-note-text span {
    width: 34px;
    height: 34px;
    background: url("/images/reservation-number.png") no-repeat;
    display: inline-block;
    line-height: 34px;
    padding-left: 13px;
    color: #fff
}

.reservation-note .reservation-note-cont h1 {
    font-size: 20px;
    color: #20a7f6
}

.reservation-note .reservation-note-cont p {
    margin-bottom: 20px
}

.reservation-note .reservation-note-cont strong {
    color: #fff;
    background-color: #bcc1c3;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 100
}

.reservation-note .reservation-note-cont em {
    color: #20a7f6
}

.reservation-note .reservation-note-cont .reservation-note-tip p {
    margin-bottom: 10px;
    color: #989ea1
}

.knowledge-content {
    padding: 15px 32px;
    background: #fff url("/images/knowledge-top.jpg") no-repeat 100% 0
}

.knowledge-content-title {
    line-height: 50px;
    font-size: 36px;
    color: #20a7f6;
    height: 50px;
    margin-bottom: 30px
}

.knowledge-content-title strong {
    font-weight: normal;
    float: left;
    padding-right: 18px
}

.knowledge-content-title b {
    display: block;
    overflow: hidden;
    height: 50px;
    background: url("/images/knowledge-title.png") no-repeat 0 14px
}

.content-tab {
    margin-bottom: 26px;
    border-bottom: 1px solid #bfbfbf;
    height: 36px
}

.content-tab ul {
    margin-left: -18px
}

.content-tab li {
    float: left;
    margin-left: 18px;
    border: 1px solid #bfbfbf;
    margin-bottom: -1px;
    line-height: 35px
}

.content-tab li.selected {
    background: #20a7f6
}

.content-tab li.selected a {
    color: #fff
}

.content-tab a {
    display: block;
    font-size: 16px;
    color: #616161;
    padding: 0 27px
}

.content-tab a:hover,.content-tab li.current {
    color: #fff;
    background: #20a7f6;
    border-color:#fff;
}
.content-tab li.current  a{
    color: #fff;
}
.knowledge-list-top {
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
    *zoom: 1
}

.knowledge-list-top:after {
    display: table;
    clear: both;
    content: "";
    height: 0
}

.knowledge-list-top .pic {
    float: left;
    width: 312px;
    height: 252px;
    padding: 9px;
    border: 1px solid #e5e5e5
}

.knowledge-list-top .pic img {
    width: 100%;
    height: 100%
}

.knowledge-list-top .info {
    margin-left: 362px;
    padding-top: 20px
}

.knowledge-list-top .title {
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 22px;
    padding-left: 27px;
    background: url("/images/ico-news.png") no-repeat 0 8px
}

.knowledge-list-top .title a {
    color: #3d51e0
}

.knowledge-list-top .title .ico-hot {
    display: inline-block;
    width: 41px;
    height: 17px;
    background: url("/images/ico-hot.png") no-repeat;
    margin-left: 7px
}

.knowledge-list-top .desc {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
    text-align: justify
}

.knowledge-list-top .desc a:hover {
    color: #20a7f6
}

.knowledge-list-top .ctrl {
    text-align: right
}

.knowledge-list .item {
    padding: 20px 0;
    border-bottom: 1px dashed #ccc
}

.knowledge-list .time {
    float: right;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 32px;
    margin-left: 10px;
    margin-bottom: 12px
}

.knowledge-list .title {
    padding-left: 35px;
    background: url("/images/list-arrow.png") no-repeat 2px 2px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 12px
}

.knowledge-list .title:hover {
    background: url("/images/list-arrow-blue.png") no-repeat 2px 2px
}

.knowledge-list .title a {
    font-size: 18px;
    color: #20a7f6
}

.knowledge-list .desc {
    clear: both;
    line-height: 28px;
    font-size: 14px
}

.knowledge-list .desc a {
    color: #5b5b5b
}

.knowledge-list .desc a:hover {
    color: #20a7f6
}

/*404页面样式*/
.found_404{
     position:absolute;
    padding-left:500px;
    height: 150px;
    width: 398px; 

}
.slides-404{
    margin-top: 60px;
    position: relative;
    height: 250px;
    overflow: hidden
}
.botton-404{
    position: absolute;
    left: 1000px;
    /*float: right;
    padding-right:500px; */
}

.font-404{
    position: relative;
    font-size: 25px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 300px;
    /*padding-right:600px; */
}
.botton-404 span a{
    position: absolute;
    font-size: 18px;
    /*right: 12px;*/
    width:160px; 
    height:40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #20a7f6;
    display: inline-block;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px
}
#consultation{
    left: 180px;
    background: #FD9B00;
}
/*网站地图列表页面布局样式start*/
.map_wrapper{
    width: 1160px;
    background: #fff;
    padding: 40px;
    margin: 20px auto;
}
.map_list{
    margin-bottom:40px;
}
.map_wrapper h2{
    font-weight: normal;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
}
.map_wrapper h2 a{
    display: inline-block;
    font-size: 22px;
    color: #2b2b2b;
}
.map_wrapper h2:after{
    content: '';
    display: inline-block;
    width:23px;
    height: 23px;
    background: url(/images/map_minus.png) no-repeat; 
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -10px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease; /* Firefox 4 */
    -webkit-transiton:all 0.3s ease;/* Safari 和 Chrome */
}
.map_wrapper .map_list1 h3:after{
    content: '';
    display: inline-block;
    width:16px;
    height: 16px;
    background: url(/images/map_minus1.png) no-repeat; 
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -10px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease; /* Firefox 4 */
    -webkit-transiton:all 0.3s ease;/* Safari 和 Chrome */
}
.map_wrapper h2.on:after{
    background: url(/images/map_add.png) no-repeat; 
}
.map_wrapper .map_list1 h3.on:after{
    background:url(/images/map_add1.png);
}
.map_wrapper ul{
    padding-left: 77px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.map_wrapper ul li{
    width: 266px;
    padding-left: 33px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    background:url(/images/map_icon1.png) no-repeat;
    float: left;
    margin-top: 25px;
    
}
.map_wrapper ul li a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #2b2b2b;
}
.map_wrapper ul li a h3,.map_wrapper .map_list1 h3 a{
    font-weight: normal;
    font-size: 20px;
    color: #2b2b2b;
}
.map_wrapper ul li a h3,.map_wrapper .map_list1 h3{
    margin-bottom: 6px;
}
.map_wrapper ul li a p{
    width:180px;
    white-space: nowrap;
    overflow:hidden;
    font-size: 14px;
    line-height: 21px;
    text-overflow:ellipsis;
    color:#7d7e78;
}
.map_wrapper ul:after{
    content: '';
    display: block;
    clear: both;
}
.map_wrapper .map_list1 a{
    display: inline-block;
    width: auto;
}
.map_wrapper .map_list1 .fd_link{
    margin-bottom: 15px;
}
.map_wrapper .map_list1 .fd_link a{
    display: inline;
    padding: 0 13px;
    font-size: 14px;
    color: #333;
    border-left:1px solid #71b4ff; 
}
.map_wrapper .map_list1 .fd_link a.alink1{
    border-right: 1px solid #71b4ff;
}
/*网站地图页面布局样式end*/
/*===========华厦眼库start=================*/
.eyebank_wrapper .news_wrapper h2{
    width: 340px;
    padding-left: 10px;
    line-height:53px;
    border-bottom: 1px solid #20a7f6;
}
.eyebank_wrapper .news_wrapper h2 a{
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #20a7f6;
    font-family: '微软雅黑';

}
.eyebank_wrapper .news_left img{
    width:350px;
    height: 190px;
}
.eyebank_wrapper .news_list{
    width: 460px;
    margin-left: 20px;
}
.eyebank_wrapper .news_list ul li{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #333333;
    border-bottom: 1px dashed #333333;

}
.eyebank_wrapper .news_list ul li a{
     color: #333333;
}
.eyebank_wrapper .news_list ul li:nth-child(1){
    color: #047ec1;
    border-bottom-color: #047ec1;
}
.eyebank_wrapper .news_list ul li:nth-child(1) a{
    color: #047ec1;
}
.eyebank_wrapper .news_list ul li p{
    width: 345px;
    height: 60px;
    float: left;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
}
.eyebank_wrapper .news_list ul li span{
    float: right;
}
.eyebank_wrapper .news_list ul li:after{
    content: '';
    display: block;
    clear: both;
}
.eyebank_wrapper .news_rg{
    width: 350px;
    /*height: 190px;*/
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.eyebank_wrapper .news_rg1{
    background: url(/images/eye_bank2.jpg) no-repeat;
    background-size: 100%;

}
.eyebank_wrapper .news_rg1 p{
    padding-top: 116px;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 3px;
    color: #007bc7;
    text-align: center;
    padding-bottom: 40px;
}
.eyebank_wrapper .news_rg1 p a{
    display: block;
    width: 100%;
    color: #fff;
    font-family: 'MicrosoftYaHei';
}
.eyebank_wrapper .news_rg2{
    padding: 38px 0;
    text-align: center;
    background-color: #46d1fe;
}
.eyebank_wrapper .news_rg2 p{
    width: 260px;
    border-radius: 10px;
    margin: 0 auto;
    border: solid 1px #ffffff;
}
.eyebank_wrapper .news_rg2 p:nth-child(1){
    margin-bottom: 15px;
}
.eyebank_wrapper .news_rg2 p a{
    display: block;
    width: 100%;
    line-height: 49px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: 'MicrosoftYaHei';
    border: solid 1px #ffffff;
}
.eyebank_wrapper .news_rg2 p:nth-child(2) a{
    color: #32ccfe;
    background: #fff;
}
.eyebank_img img{
    width: 100%;
    height: 204px;
}
.eyebank_img a{
    display: block;
    width: 100%;
}
/*中间眼科动态图效果start*/
.eyebank_img{
    width: 1200px;
    position: relative;
    left: 50%;
    z-index: 0;
   margin: 52px 0 52px -600px;
}
.eyebank_img .eyebank_bd{
    width: 1200px;
    height: 204px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.eyebank_img .eyebank_bd ul{
    zoom:1;
    margin-left:16px;
}
.eyebank_img .eyebank_hd{
    position: absolute;
    width: 177px;
    overflow: hidden;
    left: 50%;
    margin-left: -74px;
    bottom: 17px;
    z-index: 1;
}
.eyebank_img .eyebank_hd ul{
    overflow: hidden;
    zoom:1;
}
.eyebank_img .eyebank_hd ul li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border: solid 2px #fff;
    /*font-size: 0px;*/
    color: transparent;
    cursor: pointer;
}
.eyebank_img .eyebank_hd ul li.on{
    background-color: #20a7f6;
    border-color: #20a7f6;
}
/*眼库banner*/
.eyebank_img1 .eyebank_bd,.eyebank_img1 .eyebank_bd li,.eyebank_img1 .eyebank_bd a{
    height: 170px!important;
}
.eyebank_img1{
  margin: 0px 0 0px -600px;
}
/*动态图眼库效果end*/
.eyebank_wrapper .eye_tip{
    margin-bottom: 52px;
    /*margin-top: 52px;*/
}
.eyebank_wrapper .eye_tip li{
    float: left;
    width: 300px;
    height: 284px;
     box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.eyebank_wrapper .eye_tip li img{
    width: 300px;
    height: 284px;
}
.eyebank_wrapper .eye_tip li:nth-child(even){
    position: relative;
    font-size: 16px;
    color: #ffffff;
    background-color: #76bfea;
    padding: 20px 25px 30px;
}
.eyebank_wrapper .eye_tip li h2{
    font-weight: normal;
    text-align: center;
    font-size: 20px;
}
.eyebank_wrapper .eye_tip li p{
    line-height: 22px;
    margin-top: 10px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:7;
}
.eyebank_wrapper .eye_tip li a{
    display: inline-block;
    width: 100%;
    height: 246px;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;

}
.eyebank_wrapper .eye_tip li:nth-child(even):before{
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-width: 30px;
    border-style: solid;
    border:30px transparent solid;
    /*border-color: #76bfea transparent transparent transparent;*/
    border-right: 30px solid #76bfea;
    position: absolute;
    left: -60px;
    top: 60px;
}
.eyebank_wrapper .eye_tip li:nth-child(4):before{
    border-right-color: #0072a6;
}
.eyebank_wrapper .eye_tip li:nth-child(4){
    background: #0072a6;
}
.eyebank_wrapper .eye_tip ul:after{
    content: '';
    display: block;
    clear: both;
}
/*眼库视频*/
.eyebank_wrapper .eye_video li{
    float: left;
    width: 600px;
    margin-bottom: 50px;
}
.eyebank_wrapper .eye_video ul:after{
    content: '';
    display: block;
    clear: both;
}
.eyebank_wrapper .eye_video ul:after{
    content: '';
    display: block;
    clear: both;
}
.eyebank_wrapper .eye_video li a{
    display: block;
    width: 100%;
}
.eyebank_wrapper .eye_video li .pic{
    float: left;
    width: 345px;
    height: 203px;
    position: relative;
}
.eyebank_wrapper .eye_video li .pic img{
    width: 100%;
    height: 203px;
}
.eyebank_wrapper .eye_video li b{
    width: 73px;
    height:73px;
    background: url(/images/play-icon.png) no-repeat;
    background-size:73px;
    left: 50%;
    top: 50%;
    margin: -26.5px 0 0 -26.5px;
}
.eyebank_wrapper .eye_video li .mask{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}
.eyebank_wrapper .eye_video li .mask,.eyebank_wrapper .eye_video li b{
    position: absolute;
    opacity: 0.53;
    transition: background .2s ease, border .2s ease, opacity .2s ease;

}
.eyebank_wrapper .eye_video li a:hover .pic b{
    opacity: 1;
}
.eyebank_wrapper .eye_video li .info{
    width: 255px;
    padding: 29px 13px 18px;
    float: left;
    height: 203px;
    overflow: hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    background-color: #ebebeb;
}
.eyebank_wrapper .eye_video li .title,.eyebank_wrapper .eye_video li .desc{
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.eyebank_wrapper .eye_video li .title{
    width: 100%;
    height: 56px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #2b2b2b;
    margin: 0 auto;
    -webkit-line-clamp:2;
    text-align: center;
    font-weight: bold;
}
.eyebank_wrapper .eye_video li .desc{
    width: 227px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #2b2b2b;
    margin: 15px auto 0;
    line-clamp:4;
    -webkit-line-clamp:3;
}
/*===============华厦眼库end=================*/
.side-mod-news .news-column-hd{
    height:156px!important;
    padding: 5px 5px;
    margin: 4px auto 4px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    border-bottom: 1px dashd #b8b8b8;
}
.side-mod-news  .news-column-hd .time{
    width:245px;
    position: absolute;
    bottom:5px;
    left:5px;
    line-height:26px;
    color: #fff;
    padding: 5px 5px 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 0 0px 10px 10px;
    -moz-border-radius: 0 0px 10px 10px;
    border-radius: 0 0px 10px 10px;
}
.side-mod-news  .news-column-hd .time p{
    height:52px ;
    overflow: hidden;
    padding-bottom: 5px;
}
.side-mod-news  .news-column-hd .pic{
    width: 100%;
}
/*========视频列表============*/
.video_wrapper{
    width: 870px;
    height: 406px;
    overflow: hidden;
    background: #000;
}
.video_inner_left{
    widows: 670px;
    overflow: hidden;
}
.video_inner_left video{
    /*width: 100%;
    height: 395px;*/
    
}
.video_inner_text{
    width: 205px;
    height: 406px;
    overflow: hidden;
    padding:14px 8px 0 10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.video_inner_text ul{
    height: 360px;
    overflow-y: scroll;
    overflow-x:hidden; 
}
.video_inner_text>h3{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    padding-left: 8px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: normal;
   margin-bottom: 11px;
   border-left: 2px solid #20a7f6;
}
.video_inner_text .video_bg,.video_inner_text .video_bg img{
    width: 79px;
    height: 52px; 
}
.video_inner_text .video_title{
    width: 103px;
    padding: 9px 0 9px 5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.video_inner_text li{
    width: 205px;
    height: 58px;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.video_inner_text li.onbg{
    background: rgba(255,255,255,0.8);
}
.video_inner_text li.onbg p{
    color: #8f1515;
}
.video_inner_text .video_title p{
    width: 98px;
    height: 20px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
}
 /*滚动条样式*/
.video_inner_text ul::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.video_inner_text ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.video_inner_text ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
/*========视频列表修改end============*/
/* =========首页banner修改start========== */
.banner_list_wrapper{
    position: relative;
    width:100%;
    overflow: hidden;
}
.banner_list_wrapper .map_tip_wrapper{
    display:none;
}
.bd .map_tip_wrapper{
    display:block;
}
.banner_list_wrapper .map_tip_wrapper dl{
    width:1920px;
    position: absolute;
    margin:0 atuo;
    left:50%;
    top:0;
    margin-left:-386.5px;
    
}
.banner_list_wrapper .map_tip_wrapper dd{
    position: absolute;
    width:15px;
    /* height: 28px; */
    left: 16%;
    /* margin-left:-25px; */
    /*top:138px;*/
    top: 60px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #333333;
    line-height:14px;
    text-align: center;
    transition: .4s transform;
    font-family: SourceHanSansCN-Regular,'黑体';
    display: none;
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(2){
   /* top: 138px;
    left:18.6%;*/
    top: 60px;
    left: 21%;
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(3){
    /*top: 138px;
    left:24.6%*/
    top: 55px;
    left: 26%;
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(4){
    /*top: 138px;
    left:31%*/
    top: 60px;
    left: 31%;
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(5){
    /*top:138px;
    left:37.3%*/
    top: 65px;
    left: 40%;
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(6){
    /*top: 138px;
    left:42.8%*/
    top: 65px;
    left: 45%;
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(7){
    top: 215px;
    left: 11%;
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(8){
    top: 215px;
    left: 16%;
    
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(9){
    top: 215px;
    left:22%;
    
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(10){
    top: 215px;
    left: 32%
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(11){
    top: 215px;
    left: 38%
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(12){
    top: 215px;
    left: 43%
}
.banner_list_wrapper .map_tip_wrapper dd:nth-child(13){
    top: 215px;
    left: 48%
}
.banner_list_wrapper .map_tip_wrapper dd a{
    display: block;
    width:100%;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #333333;
    line-height:14px;
    font-family: SourceHanSansCN-Regular,'黑体';
    text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    *filter: Glow(color=#fff, strength=1);
}
.banner_list_wrapper .map_tip_wrapper dd.onScale,.banner_list_wrapper .map_tip_wrapper dd:hover{
    /* -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); */
    font-weight:bold;
    display: block;
}

.banner_list_wrapper .map_tip_wrapper dd.onScale a,.banner_list_wrapper .map_tip_wrapper dd:hover a{
    /* font-weight:bold; */
}
/*========= 首页banner修改end============= */
/* 医院详情医生轮播start */
/* 左右切换样式start */
.doc-swiper-container{
    /* padding: 0 45px!important; */
    position: relative;
    padding-left: 45px!important;
}
.doc-swiper-container .swiper-button{
	width: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: url(/images/ks-sicon2.png) center no-repeat;
    background-size: 100%;
}
.doc-swiper-container .swiper-button-prev{
	background: url(/images/ks-sicon1.png) center no-repeat;
    background-size: 100%;
    left: 0px;
}
.doc-swiper-container .swiper-button-next{
    right: 0;
}
/* 左右切换样式end */
/* 医院详情医生轮播end*/
