.width100 { width:100%; margin:0 auto; height:auto; position:relative; }
.width1200 { width:1200px; position:relative; margin:0 auto; height:auto; }
body{min-width: 1200px;overflow-x: auto;}

/*官网首页*/
.png0 { position:absolute; top:0; left:0;width: 100%;}
.png2 { top:129px;width: 100%; }
.png3 { top:0px; }
.png4 { top:0px; }
.png5 { top:80px; }
.png6 { top:0px; }
.png7 { top:110px; }
.png8 { top:0px; }
.png9 { top:96px;}
.png10 { top:270px; }
.png11 { top:0px; }
.png12 { top:30px; }
.png13 { top:10px; }
.png14 { top:0px; }
.png15 { top:0px; }
.png16 { top:0px; right: 0; }
.header {
    height: 179px;
    position: fixed;
    top:0;
    z-index: 100;
}
.header-logo{
    border-bottom: 1px solid #ccc;
    height:129px;
    width: 100%;
    background: url('logo.jpg')no-repeat center;
    background-size: cover;
}
.headertop{height: 129px;overflow: hidden;}

.logo {
    overflow: hidden;
    height: 107px;
    width: 450px;
    float: left;
}

.gwlogo{
    float: left;
    width: 700px;
    margin-top: 30px;
}
.search {
    margin-top: 32px;
    position: relative;
    float: right;
}
.search_icon{
    float: left;
}
.search_icon input {
    float: left;
    width: 254px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding-left: 18px;
    color: #838383;
    text-align: left;
    border: 1px solid #63461C;
}
.search_icon >div {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #63461C;
    border-left: none;
}
.search_icon >div a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(search_pic.png);
}
.search .a_a{
    display: block;
    float: right;
}

/*菜单导航*/
#dzmenu{
    background: #63461C;
    height: 50px;
    margin:0 auto;
}
#dzmenu ul { width:1200px; height:50px; margin:0 auto; }
#dzmenu li { float:left; height:20px;width:109px;padding:15px 0; position:relative; }
#dzmenu li a { width:100%;color: #fff;display: block; line-height:20px; height: 20px; text-align: center; font-size:16px; position:absolute;}
#dzmenu li:last-child a{border-right:0;}
#dzmenu li:hover{ background-color:#63461C;transition:all 0.2s linear;}
#dzmenu li:hover a{color: #fff;transition:all 0.2s linear;}
#dzmenu li:hover ul li a { color: #fff; transition:all 0.2s linear;}
#dzmenu li:hover ul li{background-color:#63461C;transition:all 0.2s linear;}
#dzmenu li ul { width:129px; height:auto; max-height:0; overflow:hidden; position:absolute; top:50px; transition:all 0.1s ease-out; z-index:9999;  background-color:#63461C;}
#dzmenu li ul li { float:none;height:20px; padding:8px 0; width:100%; overflow: hidden;}
#dzmenu li ul li a { border-right:none;width: 100%; display: block; text-align:center; color: #eeeeee; font-size:14px; line-height:20px; height:20px; transition:all 0.2s linear; }
#dzmenu li ul li:hover{background-color:#826B4C; transition:all 0.2s linear; }
#dzmenu li ul li a:hover { color: #fff;transition:all 0.2s linear; }
#dzmenu li:hover ul { max-height:360px; transition:all 0.3s ; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99b01f24,endColorstr=#99b01f24);}
#dzmenu ul li em{
    font-style:normal;
    font-weight:normal;
    border-right:1px solid #826B4C;
    float: right;
    height: 20px;
}
#dzmenu li:hover em{border-right:1px solid #63461C;transition:all 0.2s linear;}

/*首页轮播图*/
.index-container{height: 415px;position: relative;margin-top: 179px;}
.swiper{
    width:100%; 
    min-height:415px; 
    overflow:hidden;
    position: relative;
    /*box-shadow: 0 1px 10px 0px rgba(0,0,0,0.4);*/
}
.swiper-container{width:100%;height:415px;z-index:0;}
.swiper-slide{width:100%;height:100%;}
.swiper-slide a{display:block;width:100%;height:100%;position: relative;}
.pagination {
    position: absolute;
    z-index: 20;
    bottom:10px;
    width:100%;
    text-align:center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 5px 0 0;
    opacity: 0.8;
    border: 2px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.device{width:1200px;height:30px;margin:0 auto;position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);z-index:20;}
.arrow-left{float:left}
.arrow-right{float:right}
.arrow-left, .arrow-right { position: absolute; display: block;line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top:50%; margin-top:-28px;  padding: 0; border: none; outline: none; }
.arrow-left:hover, .arrow-left:focus, .arrow-right:hover, .arrow-right:focus { outline: none; background: transparent; color: transparent; }
.arrow-left:hover:before, .arrow-right:hover:before { opacity: 1; }
.arrow-left.slick-disabled:before, .arrow-right.slick-disabled:before { opacity: 0.25; }
.arrow-left:before, .arrow-right:before { font-family: "slick"; font-size: 40px; line-height: 1; color: white; opacity: 0.55; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.arrow-left { left: 0px; }
[dir="rtl"] .arrow-left { left: auto; right: 0px; }
.arrow-left:before { content: "←"; }
[dir="rtl"] .arrow-left:before { content: "→"; }
.arrow-right { right: 0px; }
[dir="rtl"] .arrow-right { left: 0px; right: auto; }
.arrow-right:before { content: "→"; }
[dir="rtl"] .arrow-right:before { content: "←"; }

.clearfix{zoom:1;}
.swiper .swiper-wrapper .swiper-slide a{display: block;width:100%;height:415px;}

/*通知公告*/
.notice{
    height: 120px;
    padding:0;
    background: #fff;
    position: relative;
    height: 157px;
}
.noticecon{
    width: 1200px;
    height: 77px;
    box-shadow: 0px 2px 5px #ccc;
    margin:40px auto;
}
.eqtongzhi{
    width: 100px;
    height: 77px;
    padding-left: 60px;
    line-height: 77px;
    background: #ff592d;
    float: left;
    color: #fff;
    font-size: 18px;
    background-image: url('eqyin.png') !important;
    background-repeat: no-repeat !important;
    background-position:20px center !important;
}

.eqtopscrool{
    width: 1018px;
    float: left;
    height: 75px;
    overflow: hidden;
    padding-left: 20px;
    border:1px solid #ff592d;
}
#demo{
    width: 890px;
    height: 75px;
    overflow: hidden;
    float: left;
}
.eqtopscrool ul{
    width: 890px;
    float: left;
}
.eqtopscrool li{
    height: 75px;
}
.eqtopscrool li a{
    display: block;
    height: 75px !important;
}
.eqtopscrool li a h3{
    color: #565656 !important;
    line-height: 75px;
    height: 75px !important;
    font-size: 16px;
    display: inline-block;
    max-width: 755px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.eqtopscrool li a span{
    padding-left: 20px;
    text-align: center;
    color:#9f9f9f;
    vertical-align: middle;
}
.eqmore{
    width: 105px;
    height: 100%;
    float: right;
    line-height: 75px;
    
}
.eqmore a{
    display: block;
    text-align: center;
    width: 100%;
    height: 75px;
    background: #ff592d;
    color: #fff;
    font-size: 13px;
}
.eqtopscrool li a h3:hover{
    color: #ff592d !important;
}


/*cards*/
.cards {
    overflow: hidden;
    padding-top: 0px;
    height: 212px;
    position: relative;
}
.cards ul{
    clear: both;
    height: 212px;
    width: 1200px;
}
.cards ul li{
    float: left;
    width: 187px;
    height: 200px;
    overflow: hidden;
    border:1px solid #ccc;
    margin-right: 13px;
}
.cards ul li:last-child{
    margin-right:0;
}
.cards ul li .icon{
    height: 85px;
    width: 85px;
    border-radius: 50%;
    overflow: hidden;
    margin:25px auto;
    text-align: center;
    background: #63461C;
    margin-bottom: 15px;
}

.cards ul li a{
    display: block;
    padding:0 10px;
    width: 167px;
    transition: all 0.3s;
}
.icon i{
    color: #fff;
    line-height: 85px;
}
.cards ul li a h1{
    font-size: 18px;
    color: #3d3d3d;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.cards ul li:hover a h1{
    color: #ff592d;
}
.cards ul li:hover a{
    transform: translateY(-10px); 
}

.cards ul li a p {
    margin: 0 auto;
    color: #b3b3b3;
    height: 24px;
    line-height: 24px;
    width: 90%;
    margin:0 auto;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
}

/*医院新闻*/
.hispital-news{
    overflow: hidden;
    margin-top: 40px;
    position: relative;
    height: 430px;
}
.news-title{
    height: 60px;
    line-height: 60px;
    margin-bottom: 25px;
    background: url('yun.png')no-repeat center;
    background-size: contain;
}
.news-title h1{
    color: #63461C;
    font-size: 20px;
    width: 600px;
    float: left;
    height: 60px;
    line-height: 60px;
    background: url('yun2.png')no-repeat center left;
    padding-left: 50px;
}
.news-title h1 span{
    font-size: 12px;
    color: #bbbbbb;
}
.news-title a{
    display: block;
    width: 80px;
    float: right;
    font-size: 14px;
    color: #bbbbbb;
    text-align: right;
}
.news-title a:hover{
    color: #63461C;
    text-decoration: underline;
}
.news-title ul{width: 470px;float: right;margin-top: 15px;}
.news-title ul li{
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    color: rgba(66,66,66,0.88);
    cursor: pointer;
}
.news-title ul li:hover{
    background: #63461C;
    color: #fff;
}
.news-title ul li.newsli{
    background: #63461C;
    color: #fff;
}
.eqsyzx{overflow: hidden;}


.dangwu-left{
    width: 550px;
    height: 380px;
    float: left;
}
.swiper2{position:relative;width: 548px;height: 350px;overflow: hidden;}
.swiper-container2{width:100%;height:350px;z-index:2}
.swiper-slide{width:100%;height:100%;position:relative;}
.swiper-slide a{display:block;width:100%;height:100%;}
.swiper2 .pagination {
    display: block;
    position: absolute;
    z-index: 20;
    bottom:15px;
    width:14%;
    text-align:center;
    right: 0;
}
.swiper2 .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px 0 0;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper2 .swiper-active-switch {
    background: #fa906b;
}
.clearfix:after{content:".";display:block;width:0;height:0;visibility:hidden;clear:both;}
.swiper2 .swiper-wrapper .swiper-slide a{display: block;width:100%;height:350px;}
.swiper2 a .swiper-p{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background: rgba(0,0,0,0.6);
    width: 100%;
    padding:0px 15px;
    padding-bottom: 0;
    box-sizing: border-box;
    overflow: hidden; 
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
}
.swiper2 a .swiper-p h1{
    display: block;
    font-size: 16px;
    width: 450px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.device2{
    width:60px;
    height:30px;
    margin:0 auto;
    position:absolute;
    bottom:135px;
    right:0%;
    z-index:20;
}

.arrow-left2{
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 30px;
    float: left;
}
.arrow-right2{
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 30px;
    float: right;
}
.arrow-left2:hover{
    background: rgba(0,0,0,0.8);
}
.arrow-right2:hover{
    background: rgba(0,0,0,0.8);
}

/*dangwu-right*/
.dangwu-right{
    background: #fff;
    width: 598px;
    float: right;
}
.dangwulist{overflow: hidden;}
.dangwu-first{width: 100%;overflow: hidden;padding-bottom: 30px;border-bottom: 1px dotted #ccc;}
.first-left{
    width: 510px;
    float: left;
}
.first-left h1{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #434343;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.first-left h2{
    font-size: 14px;
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #868383;
    margin-top: 10px;
}
.first-left:hover h1{
    color: #63461C;
}
.first-right{width: 80px;float: right;margin-top: 20px;}
.first-right h1{
    text-align: right;
    font-size: 36px;
    color: #888888;
}
.first-right h2{
    font-size: 12px;
    color: #a0a0a0;
    text-align: right;
}
.dangwulist ul{
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 0;
}
.dangwulist ul li{height: 45px;line-height: 45px;border-bottom: 1px dotted #ccc;}
.dangwulist ul li em{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background:#fa906b;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.dangwulist ul li a{
    width: 470px;
    color: #2c2c2c;
    font-size: 15px;
    height: 45px;
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}
.dangwulist ul li span{
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    color: rgba(96,94,94,0.6);
    font-size: 13px;
    text-align: right;
}
.dangwulist ul li:hover a{
    color: #63461C;
}

/*医院介绍*/
.introduce{
    background: url('history.jpg') no-repeat top center;
    background-size:contain;
    overflow: hidden;
    padding-top:30px;
    margin-top:50px;
    position: relative;
    height: 495px;
}
.introduce .modeltitle h3 {color: #ffffff;}
.introduce .modeltitle h4 {color: rgba(255,255,255,0.7);}
.history{
    background: #fcfbfb;
    padding:50px;
    height: 285px;
    width: 1100px;
    margin:0 auto;
}
.history-left{float: left;width: 540px;padding-top:10px;}
.history-left p{
    color: #605e5e;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}
.history-left a{
    display: block;
    color: #015fbd;
    text-align: center;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border:1px solid #015fbd;
    transition: all 0.3s;
    margin-top: 40px;
}
.history-left a:hover{
    background: #015fbd;
    color: #ffffff;
    width: 210px;
}
.history-right{
    height: 284px;
    overflow: hidden;
    float: right;
}
.history-right img{width: 100%;}
.introduce .news-title h1{
    color: #fff;
} 
.introduce .news-title h1 span{
    color: #6597db;
} 

/*选项卡*/
.tabs{
    padding: 40px 0;
    background: #fff;
    overflow: hidden;
    height: 390px;
    position: relative;
    margin-bottom: 20px;
}
.tabsLeft{
    width: 870px;
    float: left;
}
.tabsaa{width: 870px;}
.tabul{
    overflow: hidden;
    text-align: center;
    margin:0 auto;
    height: 35px;
    padding-top: 10px;
    background: url('yun3.png')no-repeat center;
}
.tabul li{
    height:30px;
    width:131px;
    display: inline-block;
}
.tabul li:nth-of-type(1){ 
    animation: bounceIn 1s ease .3s backwards
}
.tabul li:nth-of-type(2){ 
    animation: bounceIn 1s ease .5s backwards
}
.tabul li:nth-of-type(3){
    animation: bounceIn 1s ease .7s backwards
}
.tabul li:nth-of-type(4){ 
    animation: bounceIn 1s ease .9s backwards
}
.tabul li a{
    display: block;
    color:#252525;
    height:30px;
    width:131px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}
.tabul li:hover{
    background: url('libg.png')no-repeat center;
    background-size: contain;
}
.tabul li.on {
    background: url('libg.png')no-repeat center;
    background-size: contain;
}
.tabul li.on a{
    color:#fff;
    font-size: 16px;
}
.tablist{
    width: 870px;
    position: relative;
    display: none;
    transition: all 0.3s;
}
.tablist ul{overflow: hidden;}
.dis_block{
    display: block;
    transition: all 0.3s;
}
.tabhisLeft{
    width: 385px;
    height:290px;
    background: url('hispitalbg.png')no-repeat center;
    background-size: cover;
    float: left;
}
.tabhisLeft img{
    width: 358px;
    height: 263px;
}
.tabhisRight{
    width: 420px;
    float: right;
}
.tabhisRight h1{
    font-size: 18px;
    color: #434343;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
}
.hispital-detail{
    height: 125px;
    overflow: hidden;
}
.hispital-detail p{
    color: #868383;
    height: 125px;
    line-height: 25px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;
}
.tabhisRight .hispital-a{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border:1px solid #63461C;
    color: #63461C;
    margin-top: 30px;
    transition: all 0.3s;
}
.hispital-a:hover{
    background: #63461C;
    color: #fff;
}
.tablist ul{
    width: 870px;
    margin:0 auto;
}
.tablistone li{
    width:395px;
    float: left;
    margin:0 20px;
    overflow: hidden;
}
.tablistone li a{
    display: block;
    width:370px;
    overflow: hidden;
}
.tablistone li a span{
    display: block;
    height:100px;
    line-height: 100px;
    font-size: 36px;
    color:#848484;  
}
.tablistone li a span em{
    font-size: 16px;
    font-style:normal;
    font-weight:normal;
}
.tablist ul li a h3{
    font-weight: normal;
    font-size: 16px;
    color:#2a2a2a;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}
.tablistone li a:hover h3{
    font-weight: bold;
    text-decoration: underline;
}
.tablistone li a p{
    color:#969696;
    line-height: 25px;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top:10px;
    transition: all 0.5s;
}
.tablistone li a h1{
    font-size: 12px;
    color:#969696;
    height:20px;
    line-height: 20px;
    margin-top:40px;
}
.tablist .solid{
    width: 100%;
    position: absolute;
    top:87px;
    left: 0;
    height:1px;
    border-top:1px solid #ccc;
}
.tablisttwo li {
    height: 35px;
    line-height: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.tablisttwo li a {
    display: block;
    height: 35px;
    width: 100%;
}
.tablisttwo li a h1{
    font-size: 15px;
    color: #434343;
    width: 690px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}
.tablisttwo li a h1 em{
    display: inline-block;
    vertical-align: middle;
    font-style:normal;
    font-weight:normal;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #63461C;
    margin-right: 15px;
}
.tablisttwo li a span {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 90px;
    float: right;
    color: #868383;
    text-align: left;
    overflow: hidden;
}
.tablisttwo li a:hover h1{
    color: #63461C;
}
.arrow{
    width: 870px;
    margin-top:45px;
}
.arrow a{
    display: block;
    height: 45px;
    line-height: 45px;
    width:150px;
    text-align: center;
    color:#63461C;
    background: #fff;
    transition: all 0.5s;
    margin:0 auto;
    border:1px solid #63461C;
}
.arrow a:hover{
    background: #63461C;
    color:#fff;
    transform: translateX(10px);
}
.sybg{
    height: 190px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 10px;
}
.tabsRight{
    width: 269px;
    height:386px;
    float: right;
    position: relative;
}
.tabsRightbg{
    width: 269px;
    height:310px;
    background: url('quick.png')no-repeat center;
    background-size: cover;
    float: right;
    padding-top:76px;
}
.tabsRight ul{
    width: 220px;
    margin:0 auto;
}
.tabsRight ul li{
    border-top:1px solid #ccc;
    height: 49px;
    transition: all 0.3s;
}
.tabsRight ul li a{
    display: block;
    width: 100%;
}
.tabsRight ul li a span{
    width: 40px;
    text-align: center;
    line-height: 49px;
    display: inline-block;
    vertical-align: middle;
}
.tabsRight ul li a span i{
    line-height: 49px;
    color: #63461C;
    text-align: center;
    font-size: 24px;
}
.tabsRight ul li a h1{
    width: 150px;
    font-size: 15px;
    color: #252525;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    height: 49px;
    line-height: 47px;
}
.tabsRight ul li a em{
    font-style:normal;
    font-weight:normal;
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.tabsRight ul li a em i{font-size: 18px;}
.tabsRight ul li:hover{
    background: #63461C;
}
.tabsRight ul li:hover a h1{
    color: #fff;
}
.tabsRight ul li:hover a i{
    color: #fff;
}
.sybgimg{
    height: 190px;
    background: url('picbg.jpg')no-repeat center;
    background-size: cover;
}


.footer{
    height: 60px;
    width: 100%;
    position: relative;
    padding:20px 0;
    background: url('foot.jpg')no-repeat center;
}
.footerbg p{
    font-size: 14px;
    color: #717171;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

#dzheader {
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zyfeilei {
    height: 75px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    border-bottom: 1px solid #DDDDDD;
}

.zyfeilei ul {
    float: left;
    margin-top: 15px;
    position: relative;
}
.zyfeilei ul li {
    float: left;
    height: 45px;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}
.zyfeilei ul li a:before{
    position: absolute;
    width: 5px;
    height: 5px;
    background: red;
    top:0;
    left: 0;
    z-index: 2000;
}
.zyfeilei ul li a:after{
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    top:0;
    left: 0;
    z-index: 2000;
}
.zyfeilei ul li a {
    padding: 0 13px;
    display: block;
    height: 45px;
    color: #5d5d5d;
    text-align: center;
    line-height: 45px;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}

.zyfeilei ul li:hover>a{
    color:#FFFFFf;
    background: #63461C;
}
.zyfeilei ul li.li_on a{background: #63461C;color:#ffffff;}
.zyfeilei h3 {
    line-height: 73px;
    font-size: 22px;
    overflow: hidden;
    font-weight: normal;
    color: #63461C;
}

.newactive {
    overflow: hidden;
    float: right;
    line-height: 73px;
}


/*新闻内容页*/
.newscontent{overflow: hidden;margin-top: 20px;min-height: 450px;}
.contitle {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.contitle h2 {
    font-size: 26px;
    text-align: center;
    padding: 15px 0;
    line-height: 35px;
    color: #353535;
}
.contitle h3 {
    font-size: 13px;
    text-align: center;
    line-height: 35px;
    color: #969696;
}
.newscon {
    line-height: 26px;
    margin:15px auto;
    color: #484747;
}
.newscon p{
    line-height: 26px;
    margin:15px 0;
    text-indent: 2em;
    color: #484747;
}

.footer-nei{
    height: 100px;
    background: url('footernei.jpg')no-repeat center;
}

.indexcontainer{
    height: 85px;
    overflow: hidden;
    position: relative;
}
.quick{
    height: 65px;
    background: #63461C;
    padding-top: 20px;
}
.container_12{
    height: 50px;
    position: relative;
    z-index: 1;
    width: 1104px;
    margin: 0 auto;
    margin-left: 95px;
    padding-left: 19px;

}
.car-title{
    width: 85px;
    float: left;
}
.car-title h1{
    font-size: 16px;
    color: #fff;
    height: 45px;
    line-height: 45px;
}
.container_12 .car {
    height:50px;
    overflow: hidden;
    width: 100%;
    margin:0 auto;
    position: absolute;
    bottom:0;
    left: 0;
}
.container_12 .car a{
    cursor: pointer;
    width: 20px;
    height: 50px;
    line-height: 45px;
    color: #ffffff;
    float: left;
    text-align: center;
    font-size: 30px;
    display: block !important;
    transition: all 0.3s;
}
.container_12 .car a.next{float: right;text-align: right;}
.container_12 .carousel-link {
    cursor: default !important;
}

.container_12 .carousel-link li {
    overflow: hidden;
    height:49px;
    margin:0px 10px;
    width:195px !important;
    transition: all 0.3s;
    float: left;
}
.container_12 .carousel-link li a {
    display: block;
    width: 195px;
    float: left;
   
}
.clear {
    clear: both;
}
.kepupic{width:195px;height:49px;overflow: hidden; }
.kepupic img{transition: all 0.3s;width: 100%;height:100%;}

.container_12 .carousel-link li a:hover  h2{color: #2659cb;}
.container_12 .car_div {
    width:1080px;
    height: 49px;
    overflow: hidden;

}

/*科室列表*/
.tab_table{
    border-left:1px solid #d9d9d9;
}
.tab_table2 tr td{
    border-right:1px solid #d9d9d9;
    border-top:1px solid #d9d9d9;
}
.tab_table tr th{
    border-top:1px solid #d9d9d9;
    background: #f6f6f6;
}
.tab_table2 tr th{
    background: #fff;
}
.li_te li{position: relative;}
.li_te li a{  
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    text-align: center;
    color: #727272;
    transition: all 0.3s;
}
.qianmodel{
    position: absolute;
    min-height: 100px;
    border-top:2px solid red;
    box-shadow: 5px 5px 5px #ccc;
    top:0;
    left: 0;
    width: 300px;
    z-index: 100;
    background: #ffffff;
}
.li_te li:hover a{
    color: #63461C;
}
.menzhenmain td em{
    height: 100%;
    display: block;
    background: url('/static/index/images/dot.jpg') no-repeat center;
}

/*科室*/
.con_table td ul{
    padding:15px 0;
}
.con_table tr th{background: #fff;text-align: center;}
.con_table tr th a{
    display: inline-block;
    background: #fff;
    font-size: 20px;
    color: #63461C;
    width: 100px;
}
.con_table tr th span{
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    line-height: 55px;
    height: 55px;
    border-radius: 50%;
    background: url('section.png')no-repeat center;
    background-size: cover;
    text-align: center;
}
.con_table tr th span i{
    font-size: 24px;
    color: #fff;
    line-height: 55px;
}
.con_table tr th span
.con_table tr th{
    background: #fff;
}
.con_table2 tr td{
    border-top:none;
    border-right: none;
}
.con_table2 tr td.td{
    border-top:none;
    border-right: 1px solid #d9d9d9;
}
.con_table2 tr th {
    border-top: none;
    font-size: 14px;
    color: #5b5a5a;
}
.con_table2 tr th.th{padding-left: 30px;box-sizing: border-box;}
.con_table td ul li {
    float: left;
    width: 244px;
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;
    color: #63461C;
}
.con_table td .ul-list li {
    width: 325px;
    box-sizing: border-box;
}
.con_table em{
    color: #f1ad0a;
    margin-right: 2px;
    font-style: normal;
    font-weight: normal
}

.doctortitle{
    height: 38px;
    background: url('yun4.png')no-repeat center;
    background-size: cover;
    margin:30px 0;
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
}
.doctortitle ul{
    overflow: hidden;
    text-align: center;
}
.doctortitle li{
    height:30px;
    width:131px;
    display: inline-block;
    color:#252525;
    width:131px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.doctortitle li:hover{
    background: url('libg.png')no-repeat center;
    background-size: contain;
    color:#fff;
    font-size: 16px;
}
.doctortitle li.on {
    color:#fff;
    font-size: 16px;
    background: url('libg.png')no-repeat center;
    background-size: contain;
}

#neibanner {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 179px;
}

/*三级导航*/
.sanji{
    overflow: hidden;
    margin-top:50px;
    margin-bottom:30px;
}
.sanjione ul{
    height: 40px;
    width: 1200px;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid #63461C;
}
.sanjione ul li{
    display: inline-block;
}
.sanjione ul li a{
    display: block;
    transition: all 0.3s;
    padding:0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #e8e8e8;
    transition: all 0.3s;
}
.sanjione ul li a:hover{
    background: #63461C;
    color: #ffffff;
}
.sanjione ul li.sanjili a{
    background: #63461C;
    color: #ffffff;
}

.content-detail{overflow: hidden;min-height: 900px;}
.content_con{
    color: #949494;
    line-height: 25px;
    margin: 20px 0;
	overflow: hidden;
}
.content_pai_con img{max-width: 100%;}
.con_title {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
    padding-top: 25px;
    margin-bottom: 30px;
}
.con_title h1 {
    font-size: 26px;
    color: #494848;
    text-align: center;
    line-height: 40px;
}
.con_title h2 {
    font-size: 14px;
    color: #949494;
    text-align: center;
    line-height: 30px;
}
.content_con p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    margin: 10px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*科室专家*/
.zhuanjiabg{
    width: 1200px;
    height: 45px;
    overflow: hidden;
    background: url('zhuanjiatitle.png')no-repeat center;
    background-size: cover;
    margin-top: 80px;
    margin-bottom: 40px;
}
.content-detail .container_12{
    height: 430px;
    width: 1200px;
    margin:0;
    padding:0;
}
.content-detail .car_div{
    height: 360px;
    width: 1200px;
}
.ksmessage {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 225px;
    height: 80px;
    padding: 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
}
.ksmessage>h3 {
    font-size: 18px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    transition: all 0.5s;
    background: url(jiantou.png) no-repeat right center;
    background-size: 8%;
}
.messper h4 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #b5b5b5;
}
.content-detail .carousel li{
    width: 225px !important;
    height: 340px !important;
    margin: 12px 7px;
    position: relative;
}
.content-detail .carousel li a{
    width: 225px !important;
    height: 340px !important;
}
.content-detail .carousel li a img{
    width: 100% !important;
    height:auto !important;
}

.content_con .car {
    height:35px;
    overflow: hidden;
    width: 82px;
    margin:0 auto;
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
}
.content_con .car a{
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #ffffff;
    float: left;
    text-align: center;
    font-size: 30px;
    display: block !important;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    transition: all 0.3s;
}
.content_con .car a.prev{margin-right: 20px;}
.content_con .car a:hover{ background: rgba(0,0,0,0.6);}
.content_con .car a.next {
    float: right;
    text-align: center;
}


/*文字列表*/
.connewslist ul li {
    width: 1180px;
    height: 80px;
    padding:30px 0;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.3s;
    margin:0 auto;
}
.connewslist ul li:hover{
    background: #fff;
    box-shadow: 0 6px 16px rgba(43, 43, 43, 0.2);
}
.connewslist ul li a {
    display: block;
    background: url(newslist_bg.jpg) no-repeat right center;
    height: 80px;
    padding-right: 200px;
    width: 980px;
}
.connewslist ul li a span {
    width: 130px;
    height: 80px;
    float: left;
    display: block;
}
.connewslist ul li a h5 {
    font-size: 24px;
    text-indent: 24px;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    color: #595757;
}
.connewslist ul li a h6 {
    font-size: 14px;
    text-indent: 24px;
    height: 20px;
    line-height: 20px;
    color: #8c8c8c;
}
.newscontent1{
    float: left;
    margin-left: 30px;
    overflow: hidden;
}
.connewslist ul li a h3 {
    height:25px;
    line-height:25px;
    width: 820px;
    font-size: 16px;
    color: #202020;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}
.connewslist ul li:hover a h3{color: #63461C;}
.connewslist ul li a p {
    height: 50px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 8px;
    width: 820px;
    color: #959393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    
}
/*分页*/
.black2 { padding: 10px;  margin: 20px auto;  text-align: center; overflow:hidden; margin-bottom:40px;}
.black2 a {display: inline-block;vertical-align: middle;background:url('page2.png')no-repeat center;background-size: cover; line-height: 34px;width: 37px;height:34px; color: #000000; text-decoration: none;margin: 2px; }
.black2 a:hover { background:url('page1.png')no-repeat center;background-size: cover;color: #fff;  text-decoration: none; margin: 2px; }
.black2 span.current { display: inline-block;vertical-align: middle;background:url('page1.png')no-repeat center;background-size: cover;  width: 37px;height:34px;line-height: 34px;color: #fff;  text-decoration: none; margin: 2px; }
.black2 span.disabled {display: inline-block;vertical-align: middle; color: #ccc;  text-decoration: none; margin: 2px; }


/*图片新闻*/
.newslist3{overflow: hidden;margin-bottom: 60px;}
.newslist3 ul{margin-bottom: 20px;}
.newslist3  ul li {
    width: 1160px;
    margin:0 auto;
    overflow: hidden;
    height: 160px;
    padding: 30px 10px;
    transition: all 0.5s;
    border-bottom: 1px solid #F0F0F0;
}
.newslist3 ul li a{
    height: 160px;
}
.newslist3 .news_pic {
    float: left;
    width: 225px;
    height: 157px;
    overflow: hidden;
}
.news_pic{width: 100%;}
.news_pic img{
    max-width:100%;
    max-height: 100%;
}
.newslist3 .news_font {
    width: 685px;
    height: 160px;
    float: left;
    transition: all 0.3s;
    margin-left: 50px;
}
.newslist3 .news_font p {
    font-size: 14px;
    height: 52px;
    line-height: 26px;
    color: #959393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newslist3 i{display: block;width: 75px;height: 15px;border-bottom: 1px solid #8c8c8c;}
.newslist3 h3 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #202020;
    transition: all 0.3s;
}
.news3date h2{height: 60px;line-height:60px;font-size: 26px;color: #8c8c8c;display: inline-block;font-weight: bold;}
.news3date em{
    font-size: 14px;
    color: #8c8c8c;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
}
.news3more{
    width: 119px;
    height: 45px;
    border:1px solid #eeeeee;
    line-height: 45px;
    text-align: center;
    float: right;
    margin-top:50px;
    transition: all 0.5s;
    background: url('more.png')no-repeat center;
    background-size: cover;
}
.newslist3 ul li:hover .news3more{
    background: url('more2.png')no-repeat center;
    background-size: cover;
    color: #63461C;
}
.newslist3 ul li:hover{
    background: #fff;
    box-shadow: 0 6px 16px rgba(43, 43, 43, 0.2);
}

/*专家列表*/
.tab-content{margin-top:40px;}
.eqtab_table{
    border-top: 1px solid #63461C;
}
.eqtab_table:last-child{border-bottom: 1px solid #63461C;}

.eqtab_table th {
    color: #63461C;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 2px solid #63461C;
    text-align: center;
}
.eqtab_table td ul {
    overflow: hidden;
    margin: 15px auto;
    margin-top: 5px;
}
.eqtab_table td ul li {
    float: left;
    width: 162px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
    color: #000;
}
.eqtab_table td ul li a {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    color: #7c7b7b;
    transition: all 0.3s;
}
.eqtab_table td ul li a:hover{
    color: #63461C;
}
.eqtab_table td span {
    float: left;
    width: 163px;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    color: #000;
}
.eqtab_table td ul.eqtabl-ul li{
    width: 163px;
}
.eqtab_table2 {
    overflow: hidden;
}
.eqtab_table2 td {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
}
.eqtab_table2 td.eqtable-td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.eqtab_table2 tr{border-top: 1px solid #ccc;}

.eqtab_table2 th {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    border-top: none;
    text-align: center;
}

/*专家详情页*/
.eq_expert{position: relative;}
.eq-expert-top{
    height:338px;
    background: url('eqbanner1.jpg') no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    width: 100%;
    z-index: -10;
}
.eq-expert-kong{width: 100%;height:60px;}
.eq-content{
    width: 1200px;
    margin:0 auto;
    padding-top:115px;
}
.eq-content-top{
    width: 1200px;
    height:291px;
    background: url('eqexpert.png') no-repeat center;
    background-size: cover;
}
.eq-expert-message{
    position: relative;
    top:-50px;
    /*top:-60px;*/
    margin-left: 35px;
    overflow: hidden;
    height:415px;

}
.eq-message-left{
    float: left;
    width: 270px;
    /*height: 405px;*/
    height: 378px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.eq-message-left img{width: 100%;}
.eq-message-middle{
    float: left;
    margin-left: 55px;
    padding-top:95px;
    width: 560px;
}
.eq-message-right{
    float: right;
    margin-right: 45px;
    padding-top:0px;
    width: 144px;
}
.backhome{
    overflow: hidden;
    margin-bottom: 70px;
}
.backhome a{
    display: block;
    color: #fff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #63461C;
    float: right;
}
.backhome a:hover{color: #fff;}
.docewm{
    width: 120px;
    padding:12px;
    background: #fff;
    padding-bottom: 2px;
}
.eq-message-right img {
    width: 100%;
}
.eq-message-right h1 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    padding-bottom: 5px;
    color: #63461C;
}
.mess-one{
    width: 300px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}
.messname{
    color:#fff;
    font-size: 30px;
}
.messkeshi{
    color:#fff;
    font-size: 18px;
    padding-left: 40px;
}
.messtwo h1{
    color:#fff;
    font-size: 16px;
    padding:10px 0;
    padding-top: 15px;
    max-height: 60px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.messsth {margin-top:15px;height:70px;}
.messsth p{
    font-size: 14px;
    color:#fff;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 25px;
}
.messfour{margin-top:50px;}
.messfour span{
    color:#005bac;
    font-size: 16px;
    height:40px;
    line-height: 40px;
    font-weight: bold;
}
.messfour .zhuaneq{margin-right: 40px;}
.eq-main{
    overflow: hidden;
    margin-top: 90px;
    margin-bottom: 40px;
}
.eq-main-one{float: left;width: 305px;overflow: hidden;min-height: 300px;}
.eqmaindiv{
    margin-bottom: 10px;
    overflow: hidden;
}
.eqmaindiv .eqh1_con{
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}
.eqh1_con h1{
    display: inline-block;
    padding-bottom: 17px;
    padding-top: 17px;
    border-bottom: 2px solid #63461C;
    background: url('yun2.png')no-repeat center left;
    padding-left: 50px;
}
.eqmaindiv h1 span{
    display: inline-block;
    vertical-align: middle;
}
.eqmaindiv em{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color:#3c3c3c;
    display: inline-block;
    vertical-align: middle;
}
.eqtese li{
    display: inline-block;
    font-size: 14px;
    color: #808080;
    padding:10px 18px;
    background: #ededed;
    margin:5px 3px ;
    cursor: pointer;
    border-radius: 5px;
}
.eqtese li:hover{
    color: #fff;
    background: #63461C;
}
.eqmaindiv p{
    font-family: '微软雅黑'  !important;
    color:#909090;
    font-size: 14px;
    line-height: 30px !important;
}
.eqmaindiv span{
    font-family: '微软雅黑'  !important;
    color:#909090;
    font-size: 14px;
    line-height: 30px !important;
}
.eqmaindiv .eqmainp{
    height: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.eqmainbtn{
    width: 27px;
    height:27px;
    overflow: hidden;
    border-radius: 50%;
    background: url('down.png')no-repeat center;
}
.eqmainbtn2{
    background: url('up.png')no-repeat center;
}
.eq-main-two {
    float: left;
    /*margin-left: 55px;*/
    /*width: 835px;*/
    width: 1200px;
    overflow: hidden;
}
.eq-main-two p{
    text-indent: 2em;
    /*margin-bottom: 28px;*/
}
.eqicon_paiban{
    overflow: hidden;
    margin-top:10px;
}
.eqicon_paiban ul li{
    width: 195px;
    height: 60px;
    float: left;
    margin:0 10px;
    padding:15px 30px;
    margin-bottom: 15px;
    background: url('paiban.png')no-repeat center;
    background-size: cover;
}
.paiban_left{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height:40px;
    padding:10px;
    float: left;
    text-align: center;
    overflow: hidden;
    background: url('yang.png') no-repeat center;
}
.paiban_right{
    width: 115px;
    float: left;
    margin-left: 10px;
}
.paiban_right h1{
    font-size: 16px;
    color: #848484;
    text-align: center;
    font-weight: bold;
    height:30px;
    line-height: 30px;
    overflow: hidden;
}
.paiban_right h2{
    font-size: 14px;
    color: #848484;
    text-align: center;
    height:30px;
    line-height: 30px;
    overflow: hidden;
}
.eqh1_con a{
    display: inline-block;
    width: 50px;
    float: right;
    color: rgba(60,60,60,0.5);
    height: 40px;
    line-height: 40px;
}
.eqh1_con a:hover{
    color: #ea5662;
}
.eqmaindiv .qanda{
    border-bottom: 1px solid #63461C;
}
.qanda{
    background: url('libg2.png')no-repeat center left;
}
.qanda h1{
    padding-bottom: 4px;
    padding-top: 6px;
    padding-left: 0;
    border-bottom: none;
    width: 191px;
    text-align: center;
}
.qanda h1 em{color: #fff;}
.q_and_a{overflow: hidden;}
.q_and_a ul li{overflow: hidden;padding:20px 0;border-bottom: 1px dotted #e3e3e3;}
.q_and_a ul li:first-child{padding-top: 0;}
.question{overflow: hidden;margin-bottom: 10px;}
.question span{
    display: block;
    width: 24px;
    height: 24px;
    border:1px solid #ea5662;
    color: #ea5662;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    float: left;
}
.question h1{
    width: 795px;
    float: left;
    font-size: 16px;
    color: #323131;
    margin-left: 10px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.answer span{
    display: block;
    width: 24px;
    height: 24px;
    border:1px solid #848484;
    color: #848484;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    float: left;
}
.answer h1{
    width: 801px;
    float: left;
    font-size: 14px;
    color: #848484;
    margin-left: 10px;
    line-height: 26px;
}



.menzhen{overflow: hidden;margin-top: 20px;margin-bottom: 30px;}
.menzhen_date{
    width: 100%;
    height: 48px;
    background: url('mz.jpg')no-repeat center;
    background-size: cover;
    padding:0 30px;
    box-sizing: border-box;
}
.menzhen_date h1{
    width: 80px;
    height: 48px;
    line-height: 48px;
    float: left;
    color: #ffffff;
}
.menzhen_date ul{
    display: inline-block;
    padding:10px 0;
}
.menzhen_date ul li{
    width: 76px;
    height: 27px;
    overflow: hidden;
    float: left;
    text-align: center;
    line-height: 27px;
}
.menzhen_date ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.menzhen_date ul li.date_li{
    background: url('date.png')no-repeat center;
    background-size: cover; 
}
.menzhen_date ul li.date_li a{
    color: #63461C;
}
.menzhen_date ul li:hover{
    background: url('date.png')no-repeat center;
    background-size: cover; 
}
.menzhen_date ul li:hover a{
    color: #63461C;
}
.menzhen_select{
    width: 260px;
    float: right;
}
.menzhen_select select{
    width: 180px;
    height: 27px;
    border:none;
    margin-top: 10px;
    padding:0 5px;
}

.menzhen-table table tr th{
    text-align: center;
    height: 40px;
    color: #63461C;
}
.menzhen-table table tr td{
    text-align: center;
    height: 30px;
    color: #595858;
    padding:5px 0;
}
.menzhen-ul li{
    width: 145px;
    float: left;
    height: 30px;
    line-height: 30px;
}
.menzhen-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #595858;
}
.menzhen-ul li a:hover{
    color: #63461C;
}
.menzhen-table tr td {
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    
}
.menzhen-table {
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.menzhen-table tr th {
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    color: #63461C;
}

/*返回顶部*/
.backtop{
    width: 50px;
    text-align: center;
    line-height: 20px;
    background:#63461C;
    position: fixed;
    right: 0;
    bottom: 200px;
    cursor: pointer;
    padding:8px 0;
    border-radius: 5px;
}
.backtop span{
    display: block;
    width: 100%;
    color: #fff;
}
.backtop:hover{
    background: #63461C;
}
/*专家列表*/
.expertlist {
    padding: 35px 0;
    padding-top: 10px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    margin-top: 20px;
}
.expertlist ul li {
    color: #8e8f8e;
    min-width: 79px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #8e8f8e;
    padding: 0 10px;
    float: left;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.expertlist ul li:hover{
    background: #63461C;
    color: #ffffff;
    border: 1px solid #fff;
}
.expertlist ul li.expertclick {
    background: #63461C;
    color: #ffffff;
    border: 1px solid #fff;
}
.zhuanjia2{overflow: hidden;display: none;margin-bottom: 50px;}
.expertblock{display: block;margin-bottom: 50px;}
.zhuanjia2 ul li{
    padding:30px 0;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.eqexpertpic{
    width: 180px;
    height: 215px;
    overflow: hidden;
    float: left;
}
.eqexpertcon{margin-left: 40px;float: left;}
.eqexpertcondiv1{display: inline-block;width:970px;height: 100px;overflow: hidden;}
.eqexpertcon h1{height: 40px;line-height: 40px;overflow: hidden;}
.eqexpertcon h1 em{
    font-style:normal;
    font-weight:normal;
    font-size: 27px;
    color: #303030;
    font-weight: bold;
}
.eqexpertcon h1 span{
    font-size: 16px;
    color: #6d6c6c;
    font-weight: bold;
    margin-left:20px;
}
.eqexpertdetail{overflow: hidden;margin-top:20px;}
.eqexpertdetail p{
    font-size: 14px;
    color: #646363;
    line-height: 25px;
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.eqexpertcondiv2{
    padding-left: 65px;
    width: 135px;
    display: inline-block;
    border-left: 1px solid #e2e2e2;
    height: 80px;overflow: hidden;
}
.eqexpertcondiv2 h2{text-align: center;height: 30px;line-height: 30px;overflow: hidden;font-weight: bold;color: #646363;}
.eqexpertcondiv2 h3{height: 50px;overflow: hidden;line-height: 25px;}
.eqexpertcondiv2 h3 p{
    color: #646363;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.eqexpertcon a{
    display: block;
    width: 81px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: url('detail.jpg')no-repeat center;
    color: #ffffff;
    margin-top:15px;
    transition: all 0.3s;
}
.zhuanjia2 ul li:hover .eqexpertcon a{
    transform: translateX(15px);
}
.zhuanjia2 i{
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    background: #00993c;
}
.zhuanjia2 ul li:hover i{
    width: 100%;
}

/*科室列表2*/
.section{overflow: hidden;margin-bottom: 25px;}
.section_ul{overflow: hidden;}

.section .section_div{
    width: 535px;
    height: auto;
    overflow: hidden;
    float: left;
    border:1px solid #63461C;
    padding:25px;
}
.section .section_right{
    float: right;
}

.section_div h1{
    font-size: 18px;
    color: #63461C;
    height: 40px;
    line-height: 40px;
}
.section_div ul li {
    float: left;
    width: 170px;
    text-align: left;
    box-sizing: border-box;
    color: #63461C;
    height: 35px;
    line-height: 35px;
    padding-left: 8px;
}
.section_div ul li a {
    width: 150px;
    height: 225px;
    overflow: hidden;
    text-align: center;
    color: #727272;
}
.section_div li em {
    color: #f1ad0a;
    margin-right: 2px;
    font-style: normal;
    font-weight: normal;
}

.section2 .section_left{
    width: 1148px;
}

/*搜索*/
.searchbox{
    height: 40px;
    line-height: 40px;
    width: 600px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0 15px;
    margin: 40px auto;
}
.searchbox input{
    width: 550px;
    height: 40px;
    border: none;
    float:left;
    color: #8e8f8e;
    background: #fff;
}
.searchbox div{
    width: 50px;
    height: 40px;
    float: right;
}
#docsearch{
   height: 40px;
   line-height: 40px;
   font-size: 15px;
   color: #666; 
   width: 100%;
   display: block;
   text-align: center;
}

.newslist{
    overflow: hidden;
    margin-top: 20px;
}
.newslist ul{
    overflow: hidden;
}
.newslist li{
    width: 560px;
    padding: 0;
    overflow: hidden;
    margin: 10px 0;
    height: 180px;
    float: left;
    margin-right: 80px;
     transition: all 0.3s;
}
.newslist li:nth-of-type(2n){
     margin-right: 0px;
}
.newslist li a{
    display: block;
    height: 150px;
    width: 100%;
    overflow: hidden;
}
.newslist li a span{
    line-height: 20px;
    font-size: 12px;
    display: block;
    width: 100%;
    color: #999;
}
.newslist li a h3{
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
    position: relative;
    width: 100%;
    color: #000;
    transition: all 0.3s;
    border-bottom: 1px solid #F0F0F0;
}
.newslist li:hover a h3{
    color:#63461C ;
}
.newslist li a h3 i{
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: all 0.3s;
}
.newslist li:hover a h3 i{
    width: 100%;
}
.newslist li a p{
    line-height: 25px;
    font-size: 14px;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*相关下载*/
.zhishuoxh{overflow: hidden;margin-bottom: 30px;margin-top: 20px;}
.zhishuoxhlist li{
    width: 586px;
    float: left;
    border:1px solid #eae9e9;
    margin-right: 22px;
    margin-bottom: 22px;
    overflow: hidden;
    height: 160px;
    transition: all 0.3s;
}
.zhishuoxhlist li:nth-of-type(2n){
    margin-right: 0px;
}
.zhishuoxhlist li a{
    width: 536px;
    height: 100px;
    display: block;
    overflow: hidden;
    padding:30px 25px;
}
.zhishuoxhlist li:hover{
    border:1px solid #00993c;
}
.xhleft{
    width: 82px;
    height: 60px;
    float: left;
    overflow: hidden;
    background: url('down2.png')no-repeat top center;
}
.xhleft h1{
    font-size: 28px;
    color: #b0b0b0;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-weight: bold;
}
.xhleft em{
    display: block;
    font-size: 12px;
    color: #a9a7a7;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.xhright{
    float: right;
    width: 435px;
}
.xhright h2{
    font-size: 16px;
    color: #00993c;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xhright p{
    color: #989898;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.xhright span{
    display: block;
    color: #fff;
    text-align: center;
    width: 75px;
    height: 35px;
    line-height: 35px;
    background: #fda84c;
}

.jiangt ul{overflow: hidden;margin-top:30px;}
.jiangt ul li{
    border:1px solid #dddddd;
    width: 350px;
    height: 155px;
    float: left;
    padding: 35px 0;
    margin-right: 45px;
    padding-right: 185px;
    padding-left: 40px;
    margin-bottom: 35px;
    background: url('kuai.jpg') no-repeat right center;
    overflow: hidden;
}
.jiangt ul li:nth-of-type(2n){
    margin-right:0;
}
.jiangt ul li a h1{
    font-size: 16px;
    color: #4d4d4d;
    height: 75px;
    line-height: 25px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.jiangt ul li a h2{display: block;overflow: hidden;margin-bottom: 20px;}
.jiangt ul li a i{
    display: block;
    float: left;
    width: 36px;
    height: 25px;
    overflow: hidden;
    border-bottom: 6px solid #63461C;
}
.jiangtime{overflow: hidden;}
.jiangtime p{
    color: #929191;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.jiangt ul li:hover{
    border:1px solid #dddddd;
}


.content-div{
    overflow: hidden;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.doctor-info{
    
    border-left:1px solid #e3e3e3;
}
.doctor-info tr td {
    text-align: center;
    height: 30px;
    color: #575757;
    padding: 5px 0;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
}
.doctor-info tr td p{
    color: #007bc9;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding:0 10px;
}
.doctor-info tr td a{
    display: block;
    width: 134px;
    height: 42px;
    overflow: hidden;
    margin:30px auto;
}
.doctor-info tr td a img{
    width: 100%;
    height: 42px;
}
.doctor-info tr td span{
    font-size: 16px;
    color: #b7b7b7;
    padding:0 30px;
    display: block;
    line-height: 25px;
}
.yourself-title{overflow: hidden;margin-top: 20px;}
.yourself-title h1{
    font-size: 22px;
    color: #4e4e4f;
}
.yourself p{
    font-size: 16px;
    color: #757575;
    line-height: 25px;
    text-indent: 2em;
    margin: 15px 0;
}


.doctorlist2 ul li {
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.doctor-img {
    width: 180px;
    height: 215px;
    overflow: hidden;
    float: left;
}
.doctor-img img{width: 100% !important; height: auto !important;}

.doctorinfo h1 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.doctorinfo h1 em {
    font-size: 27px;
    color: #303030;
    font-style: normal;
    font-weight: bold;
}
.doctorinfo h1 span {
    font-size: 16px;
    color: #6d6c6c;
    font-weight: bold;
    margin-left: 20px;
}
.doctorinfo {
    margin-left: 40px;
    float: right;
    width:960px;
}
.eqdoctor{overflow: hidden;}
.doctorinfo p {
    color: #646363;
    line-height: 25px;
    margin:10px 0;
}
.doctorinfo .doctormain {
    height: 65px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}