/* CSS Document */
html {overflow-x:hidden;}
body {margin:0; padding:0; font-style: normal;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,iframe,fieldset,input,button,select,textarea,blockquote,p,big,small,a,span,b,strong,center,font,em{
    padding:0; margin:0; outline:none}
ol,ul {list-style:none;}
li{list-style-type:none;line-height: 100%;}
img{vertical-align:top;border:0; max-width:100%}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;line-height: 100%;}
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: .3rem; } 
button, input, select, textarea { font-size: 100%; }
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
area{outline:none}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
*,*::before,*::after {box-sizing: border-box;}
a {color:#373737; text-decoration:none; outline:none}
a:visited {text-decoration:none;}
/*a:active {color:#ba2636;}*/

body{
    font-family: "微软雅黑";
    /* cursor: url(./shou32x32.ico), default; */
}
/*商务通*/
#LRdiv0,#LRdiv2{display:none !important}
/*商务通结束*/
.width{
    width: 1900px;
}
.margin{
    margin: 0 auto;
}
/* 主页 */
.logo{
    width: 1900px;
    box-sizing: border-box;
    padding: 20px 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f0ed;
}
.logo .logo-img img{
    width: 520px;
    height: 97px;
}
.logo .logo-text{
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1;
}
.logo .logo-text ul{
    padding-left: 50px;
}
.logo .logo-text ul li{
    line-height: 36px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #8d3535;
}
.logo .logo-text ul li span{
    display: flex;
    align-items: center;
    width: 40px;
}
.nav-bg{
    width: 1900px;
    height: 240px;
    background: url(../img/bj.png) repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.nav{
    padding: 50px 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    position: relative;   
    width: auto;
    box-sizing: border-box;
}
.nav span{
    height: 4px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    background-color: #ebebed;
    transition: all 0.3s;
}
.nav li{
    line-height: 100%;
    padding: 0 20px;
    display: block;
    display: flex;
    align-items: center;
}
.nav li a{
    color: #ebebed;
} 
.banner{
    width: 1900px;
    position: relative;
}
.banner img{
    width: 100%;
}
.yy{
    width: 1900px;
    height: 742px;
    position: relative;
    background: url(../img/bg1.png);
    animation: scrollBackground 50s linear infinite;
}
.yy .people{
    position: absolute;
    right: 20px;
    bottom: 20px;
    filter:drop-shadow(20px 10px 3px rgba(0,0,0,.35))
}
@keyframes scrollBackground {
    0% {background-position: 0 0;}
    20% {background-position: 0 350px;}
    40% {background-position: 0 700px;}
    60% {background-position: 0 1050px;}
    80% {background-position: 0 1350px;}
    100% {background-position: 0 1700px;}
}
.yy .yy-nav{
    width: 1426px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}
.yy .yy-nav .yy-gh{
    box-shadow: 30px 30px 20px 1px rgba(0,0,0,.35);
    width: 286px;
    height: 270px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background-color: #8d3535;
    font-size: 24px;
    margin-top: 306px;
}
.yy .yy-nav .yy-gh img{
    transition: transform .5s linear;
}
.yy .yy-nav .yy-gh:hover img{
    transform: rotateY(360deg);
    /*animation-name: rotate;  动画名称 */
     /*animation-duration: 0.5s; 动画持续时间 */
    /*animation-timing-function: linear;  动画速度曲线 */
    /*animation-iteration-count: 1;  动画迭代次数 */
}
/*@keyframes rotate {*/
/*    from {*/
/*        transform: rotateY(0deg);*/
/*    }*/
/*    to {*/
/*        transform: rotateY(360deg);*/
/*    }*/
/*}*/
.yy .yy-nav .yy-gh img{
    padding-bottom: 25px;
}
.yy .yy-nav .yy-my{
    width: 466px;
    height: 306px;
    margin: 149px 4px  0 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 24px;
}
.yy .yy-nav .yy-my a{
    box-shadow: 30px 30px 20px 1px rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 225px;
    height: 145px;
    border-radius: 5px;
    background-color: #8d3535;
    color: #fff;
    margin: 4px;
}
.yy .yy-nav .yy-my a:hover img{
    /*animation-name: rotate;  动画名称 */
    /*animation-duration: 0.5s;  动画持续时间 */
    /*animation-timing-function: linear;  动画速度曲线 */
    /*animation-iteration-count: 1;  动画迭代次数 */
    transform: rotateY(360deg);
}
.yy .yy-nav .yy-my a img{
    padding-bottom: 14px;
    transition: transform .5s linear;
}
.yy .yy-nav .yy-cz{
    margin-top: 27px;
}
.nav-list{
    width: 500px;
    height: 80px;
    margin: 30px auto 50px auto;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #dbc1c4;
    box-sizing: border-box;
}
.nav-list li{
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.nav-list li.active{
    font-weight: bold;
    color: #8d3535;
}
.nav-list li.active span{
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 6px;
    background-color: #8d3535;
    transition: all .2s;
}
.jb-list{
    width: 1426px;
    height: 402px;
    border-radius: 5px;
    background-color: #8d3535;
    position: relative;
}
.jb-list > img{
    position: absolute;
}
.jb-list .jb-list-img1{
    width: 220px;
    height: 259px;
    right: 45px;
    bottom: 50px;
    filter: drop-shadow(20px 10px 3px rgba(0,0,0,.35));
}

.jb-list .jb-list-list{
    display: none;
    position: relative;
    height: 100%;
}
.jb-list .jb-list-list:nth-of-type(1){
    display: block;
}

.jb-list .jb-list-list .jb-list-div{
    width: 100%;
    box-sizing: border-box;
    /*padding: 0 185px 0 150px;*/
    padding: 0 74px 0 104px;
    display: flex;
    /*align-items: last baseline;*/
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}
.jb-list .jb-list-list .jb-list-div .jb-list-go{
    padding: 3px 12px;
    border-radius: 4px;
    color: #8d3535;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.jb-list .jb-list-list .jb-list-div .jb-list-go span{
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #8d3535;
    margin-left: 4px;
}
.jb-list .jb-list-list .jb-list-div .jb-list-go span img{
    width: 10px;
    height: 10px;
}
.jb-list .jb-list-list .jb-list-div ul{
    font-size: 22px;
    margin-right: 50px;
}
.jb-list .jb-list-list .jb-list-div ul li{
    line-height: 60px;
}
.jb-list .jb-list-list .jb-list-div ul li a{
    color: #ffffff;
}

.jb-list > a.index-ks-more{
    padding: 3px 12px;
    color: #8d3535;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    background-color: #fff;
    font-weight: bold;
}
/*.index-ks-more{*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*    right: 20px;*/
/*}*/
.jb-list > a span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8d3535;
    margin-left: 2px;
}
.jb-list > a span img{
    width: 10px;
    height: 10px;
}
.jb-list .jb-list-text{
    box-sizing: border-box;
    padding: 46px 0 0 250px;
    display: flex;
    align-items: center;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.jb-list .jb-list-text h2{
    color: #fff;
    font-size: 26px;
    /*padding-right: 60px;*/
    padding-right: 50px;
}
.jb-list .jb-list-text ul{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.jb-list .jb-list-text ul li{
    width: 168px;
    padding: 10px 0;
}
.jb-list .jb-list-text ul li:nth-of-type(1){
    padding-left: 0;
}
.jb-list .jb-list-text ul li:nth-of-type(6n){
    padding-left: 0;
}
.jb-list .jb-list-text ul li a{
    color: #fff;
}
.jb-list .jb-list-text1{
    padding-right: 180px;
}
.jb-list .jb-list-text1 ul li{
    /*width: 207px;*/
    width: 200px;
}
.jb-ks-gy{
    display: flex;
    align-items: center;
}
.list-notice{
    width: 1900px;
    background-color: #f8f0ed;
    padding: 20px 0 50px 0;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.notice-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    filter: drop-shadow(20px 20px 10px rgba(0, 0, 0, .5));
}
.list-notice .list-notice-list{
    width: 1426px;
    margin: 0 auto;
}
.list-notice .list-notice-list .more{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 40px 0;
}
.list-notice .list-notice-list .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.list-notice .list-notice-list .more a span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #8d3535;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.list-notice .list-notice-list .more a span img{
    width: 12px;
    height: 12px;
}
.list-notice .list-notice-list .list-notice-img{
    width: 316px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    float: left;
    margin-right: 54px;
    box-sizing: border-box;
    border-bottom: 7px solid #fff;
    transition: all .2s;
}
.list-notice .list-notice-list .list-notice-img:nth-last-of-type(1){
    margin-right: 0;
}
.list-notice .list-notice-list .list-notice-img div{
    width: 100%;
    height: 212px;
    overflow: hidden;
}
.list-notice .list-notice-list .list-notice-img div img{
    width: 100%;
}
.list-notice .list-notice-list .list-notice-img p{
    font-size: 16px;
    line-height: 23px;
    box-sizing: border-box;
    padding: 10px 14px;
}
.list-notice .list-notice-list .list-notice-img h3{
    font-size: 16px;
    padding: 7px 0 20px 0;
    text-align: center;
}
.content-list > div{
    display: none;
}
.content-list > div:nth-of-type(1){
    display: block;
}
.list-notice .list-notice-list .active{
    box-sizing: border-box;
    border-bottom: 7px solid #8d3535;
}
.list-notice .list-notice-list .active p{
    color: #8d3535;
}
.list-notice .list-notice-list a img{
    transition: all .2s;
}
.list-notice .list-notice-list a:hover img{
    transform: scale(1.05);
}

.index-xc{
    width: 1426px;
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
}
.index-xc > div{
    width: 700px;    
}
.index-xc > div > h2{
    height: 50px;
    line-height: 50px;
    background-color: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-xc > div > h2 span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 150px;
    font-size: 22px;
    background-color: #8d3535;
    color: #fff;
}
.index-xc > div > h2 a{
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-right: 14px;
}
.index-xc > div > h2 a img{
    height: 16px;
}
.index-xc > div ul{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
}
.index-xc > div ul li{
    padding: 14px 0;
    position: relative;
}
.index-xc > div ul li::after{
    height: 2px;
    line-height: 1px;
    font-size: 1px;
    background-color: #a01f19;
    content: "";
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    animation-name: widthLeave;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.index-xc > div ul li.active::after{
    width: 100%;
    animation-name: widthActive;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
@keyframes widthActive {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
@keyframes widthLeave {
    0%{
        width: 100%;
    }
    100%{
        width: 0;
    }
}
.index-xc > div ul li h2{
    font-size: 14px;
    padding-bottom: 8px;
    color: #a195a1;
}
.index-xc > div ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    transition: all .2s;
}
.index-xc > div ul li a span{
    width: 580px;
    line-height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-xc > div ul li a em{
    color: #8d3535;
}
/* .index-xc > div ul li:hover a span{
    font-weight: bold;
} */
.index-xc > div ul li:hover a span,.index-xc > div ul li:hover h2{
    color: #8d3535;
}
.treat{
    width: 1426px;
    padding: 50px 0;
}
.treat-title{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.treat-title h2{
    text-align: center;
    width: 600px;
    height: 55px;
    border-bottom: 2px solid #d8c2c5;
    font-size: 30px;
    line-height: 100%;
    font-weight: bold;
    color: #8d3535;
}
.treat-title span{
    width: 150px;
    height: 8px;
    background-color: #8d3535;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}
.treat .treat-list{
    padding: 34px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.treat .treat-list div{
    width: 448px;
    height: 299px;
    position: relative;
    display: flex;
    align-items: center;
}
.treat .treat-list div a{
    width: 120px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    left: 16px;
    bottom: 16px;
    border: 1px solid #fff;
}
.treat .treat-list div h2{
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    padding-left: 20px;
}
.treat .treat-list div div{
    width: 100%;
    height: 100%;
    transition: all .2s;
}
.treat .treat-list div.treat-list-one div{
    background: url(../img/icon_09.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.treat .treat-list div.treat-list-one div:hover{
    background-size: 110% 110%;
}
.treat .treat-list div.treat-list-two div{
    background: url(../img/icon_10.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.treat .treat-list div.treat-list-two div:hover{
    background-size: 110% 110%;
}
.treat .treat-list div.treat-list-three div{
    background: url(../img/icon_11.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.treat .treat-list div.treat-list-three div:hover{
    background-size: 110% 110%;
}
.hospital{
    width: 1900px;
    margin: 20px auto auto;
}
.hospital .hos-img{
    margin: 37px 0 0 0;
    width: 100%;
    height: 1060px;
    background: url(../img/icon_12.jpg) no-repeat center;
}
.hospital .hos-img .hos-img-right {
    width: 1426px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hospital .hos-img .hos-img-right .more{
    width: 150px;
    height: 42px;
    background-color: #8d3535;
    color: #fff;
    font-size: 16px;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hos-txt{
    width: 1426px;
    margin: 70px auto 120px auto;
    display: flex;
    justify-content: space-between;
}
.hos-txt .hos-txt-img{
    width: 675px;
    height: 424px;
    overflow: hidden;
}
.hos-txt .hos-txt-img img{
    width: 100%;
}
.hos-txt-con{
    width: 660px;
    position: relative;
}
.hos-txt-con h2{
    height: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
    color: #656565;
}
.hos-txt-con span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background-color: #8d3535;
}
.hos-txt-con h3{
    font-size: 18px;
    font-weight: bold;
    padding: 35px 0;
}
.hos-txt-con p{
    font-size: 16px;
    line-height: 34px;
    color: #656565;
    text-indent: 2em;
}
.hos-txt-con a{
    width: 200px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8d3535;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
}
.hos-list{
    width: 1426px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hos-list li{
    width: 444px;
    height: 280px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    position: relative;
    overflow: hidden;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-direction: column;*/
}
.hos-list li:nth-of-type(2) img{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.hos-list li:nth-of-type(2)::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0,0,0,.3);
}
.hos-list li:nth-of-type(2) h2{
    color: #fff;
    position: relative;
    z-index: 2;
}
.hos-list li:nth-of-type(2) span{
    background-color: #fff;
}
.hos-list li:nth-of-type(2) p{
    color: #fff;
    position: relative;
    z-index: 2;
}
.hos-list li:nth-of-type(2) a{
    color: #fff;
    position: relative;
    z-index: 2;
}
.hos-list li h2{
    height: 44px;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    color: #656565;
}
.hos-list li h2 span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #8d3535;
}
.hos-list li p{
    height: 160px;
    padding: 30px 0;
    font-size: 18px;
    line-height: 30px;
}
.hos-list li a{
    color: #656565;
    font-size: 16px;
}
.foot{
    width: 1900px;
    height: 360px;
    background: url(../img/foot.png) no-repeat right center;
    background-color: #8d3535;
}
.foot .foot-foot{
    width: 1426px;
    height: 100%;
    display: flex;
    align-items: center;
}
.foot .foot-foot .foot-nav{
    border-right: 2px dashed #fff;
    padding: 10px 40px 10px 0;
}
.foot .foot-foot .foot-nav li{
    line-height: 45px;
    font-size: 18px;
}
.foot .foot-foot .foot-nav li a{
    color: #fff;
}
.foot .foot-foot .foot-con{
    padding-left: 70px;
}
.foot .foot-foot .foot-con a img{
    width: 334px;
    height: 62px;
}
.foot .foot-foot .foot-con ul{
    padding: 25px 0;
}
.foot .foot-foot .foot-con ul li{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
}
.foot .foot-foot .foot-con ul li img{
    height: 20px;
    padding-right: 10px;
}
.foot .foot-foot .foot-con ul li span{
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.foot .foot-foot .foot-con p{
    font-size: 18px;
    color: #fff;
}
.foot .foot-foot .foot-con p span{
    padding-right: 30px;
}


/* 预约挂号 */
.nav-yy{
    height: 60px;
    line-height: 60px;
    background-color: #a01f19;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}
.nav-yy ul{
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #a01f19;
    box-sizing: border-box;
    position: relative;
}
.nav-yy ul span{
    height: 4px;
    position: absolute;
    bottom: 1px;
    background-color: #fff;
    transition: all .3s;
    border-radius: 4px;
}
.nav-yy ul li{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
}
.nav-yy ul li a{
    color: #fff;
    font-size: 22px;
    line-height: 100%;
}
.nav-yy .goback{
    width: 120px;
    height: 32px;
    background-color: #fff;
    border-radius: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #a01f19;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 280px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.gh{
    width: 1134px;
    padding: 70px 0 0;
}
.gh > h2{
    font-size: 24px;
    padding: 40px 0;
    line-height: 100%;
    letter-spacing: 2px;
}
.gh .gh-min{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.gh .gh-left{
    width: 454px;
    padding-bottom: 40px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
.gh .gh-left > h3{
    font-size: 24px;
    font-weight: bold;
    height: 92px;
    line-height: 92px;
    text-align: center;
    color: #fff;
    background: url(../img/yygh_03.jpg) no-repeat right center #a01f19;
}
.gh .gh-left form{
    width: 100%;
}
.gh .gh-left label,.gh .gh-left div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 44px;
    font-size: 24px;
    margin-top: 38px;
}
.gh .gh-left label span,.gh .gh-left div span{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gh .gh-left label input,.gh .gh-left div input{
    width: 240px;
    box-sizing: border-box;
    height: 44px;
    border: 2px solid #000;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 4px;
}
.gh .gh-left div{
    position: relative;
}
.gh .gh-left div img{
    position: absolute;
    right: 53px;
    top: 8px;
}
.gh .gh-left label textarea{
    width: 240px;
    border: 2px solid #000;
    box-sizing: border-box;
    padding: 10px;
    font-family: "微软雅黑";
    border-radius: 4px;
}
.gh .gh-left label.textarea{
    align-items: flex-start;
}
.gh .gh-left label.textarea span{
    padding-top: 17px;
    line-height: 100%;
}
.gh .gh-left .btn{
    width: 228px;
    height: 57px;
    background: url(../img/yygh_04.jpg) repeat-x;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 34px auto auto;
    border-radius: 10px;
    font-size: 22px;
    color: #fff;
}
.gh .gh-right{
    width: 580px;
}
.gh .gh-right h3{
    font-size: 24px;
    font-weight: bold;
    color: #a01f19;
    border-bottom: 2px solid #a01f19;
    height: 50px;
    position: relative;
    margin-bottom: 20px;
}
.gh .gh-right h3 span{
    width: 105px;
    height: 8px;
    background-color: #a01f19;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.gh .gh-right p{
    font-size: 18px;
    line-height: 40px;
}
.gh .gh-right p:nth-last-of-type(1){
    padding-bottom: 0;
}
.gh-inter .gh-left{
    height: 540px;
}
.gh-inter .gh-left > img{
    width: 292px;
    height: 292px;
    display: block;
    margin: 40px auto 30px auto;
}
.gh-inter .gh-left span{
    width: 292px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: #a01f19;
}
.gh-inter .gh-left span img{
    width: 52px;
    height: 47px;
    margin-right: 16px;
}
.gh-inter .gh-right p{
    line-height: 33px;
}

/* 新闻中心 */
.news-nav{
    width: 1134px;
    margin: 20px auto 25px auto;
}
.news-nav ul{
    width: 470px;
    height: 60px;
    border-bottom: 2px solid #a01f19;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-nav ul li,.news-nav ul a{
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}
.news-nav ul li.active,.news-nav ul li.active a{
    color: #a01f19;
}
.news-nav ul li.active::after{
    content: "";
    width: 100%;
    height: 6px;
    background-color: #a01f19;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    animation: haha .2s;
}
.news-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 25px 383px;
    
}
.news-news{
    width: 1900px;
    transition: all 0.2s;
}
.news-news:hover{
    background-color: #f5f5f5;
}
.news-news:hover a{
    border: 1px solid #a01f19;
    background-color: #a01f19;
    color: #fff;
}
.news-news:hover a span{
    background: url(../img/news-right1.png) no-repeat center;
}
.news-list .news-txt{
    width: 110px;
    height: 150px;
    align-items: flex-start;
    margin-right: 25px;
}
.news-list .news-txt .news-left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.news-list .news-txt .news-left em{
    font-size: 22px;
    font-weight: bold;
}
.news-list .news-txt .news-left span{
    width: 24px;
    height: 4px;
    background-color: #a01f19;
}
.news-list .news-txt > span{
    font-size: 14px;
    color: #6a6a6a;
}
.news-list .news-img{
    width: 222px;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}
.news-list .news-img img{
    width: 100%;
    height: 100%;
}
.news-list .news-title{
    flex: 1;
}
.news-list a{
    width: 136px;
    height: 36px;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    transition: all .2s;
}
.news-list a span{
    margin-left: 5px;
    display: block;
    width: 18px;
    height: 13px;
    background: url(../img/news-right.png) no-repeat center;
}
.news-list .news-title{
    height: 150px;
    margin: 0 25px;
    padding-right: 50px;
}
.news-list .news-title h2{
    font-size: 18px;
    line-height: 25px;
}
.news-list .news-title h3{
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 12px 0;
    color: #6a6a6a;
}
.news-list .news-title h3 img{
    height: 16px;
    margin-right: 4px;
}
.news-list .news-title p{
    line-height: 24px;
    font-size: 14px;
    color: #6a6a6a;
}
.page{
    width: 1134px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 50px 0;
}
.page ul{
    display: flex;
    align-items: center;
}
.page ul li{
    border: 1px solid #a01f19;
    font-size: 14px;
    border-radius: 4px;
    width: 50px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a01f19;
    color: #fff;
    margin-left: 10px;
}
.page ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.page ul li.active{
    background-color: #fff;
    color: #a01f19;
}
.page ul li.active a{
    color: #a01f19;
}

/* 科室介绍 */
.js{
    width: 1134px;
    margin: 76px auto;
    display: flex;
    /*align-items: flex-end;*/
    justify-content: space-between;
}
.js .js-left{
    width: 580px;
}
.js .js-left h2{
    height: 60px;
    font-size: 35px;
    font-weight: bold;
    line-height: 100%;
    color: #a01f19;
    border-bottom: 2px solid #a01f19;
    position: relative;
    margin-bottom: 28px;
}
.js .js-left h2::after{
    content: "";
    position: absolute;
    width: 125px;
    height: 8px;
    background-color: #a01f19;
    left: 0;
    bottom: -5px;
}
.js .js-left p{
    font-size: 20px;
    line-height: 37px;
}
.js .js-right{
    width: 497px;
}
.js .js-right img{
    width: 100%;
    height: 405px;
}
.ks-doctor{
    width: 1134px;
    display: flex;
    flex-wrap: wrap;
}
.ks-doctor > a{
    width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    margin-right: 57px;
    margin-bottom: 57px;
    border-radius: 6px;
    overflow: hidden;
}
.ks-doctor > a:nth-of-type(3n){
    margin-right: 0;
}
.ks-doctor > a h2{
    font-size: 24px;
    color: #949494;
    padding: 26px 0;
}
.ks-doctor > a h2 span{
    color: #000;
    /*font-size: 40px;*/
    font-size: 34px;
    font-weight: bold;
}
.ks-doctor > a .ks-doctor-img{
    width: 100%;
    height: 390px;
    overflow: hidden;
}
.ks-doctor > a .ks-doctor-img img{
    width: 100%;
}
.ks-doctor a .ks-active{
    display: none;
    box-shadow: 0 0 20px 22px rgba(160,31,25,1);
    animation: haha .2s;
}
@keyframes haha{
    from{opacity: 0;}
    to{opacity: 1;}
}
.ks-doctor a .active{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #a01f19;
    text-align: center;
    font-size: 26px;
    color: #fff;
    padding: 20px 20px 20px 20px;
}
.ks-doctor a .ks-active h3{
    padding-bottom: 10px;
}
.ks-doctor a .ks-active h3 span{
    /*font-size: 40px;*/
    font-size: 34px;
    font-weight: bold;
}
.ks-nav{
    width: 1134px;
    border-top: 2px dashed #a01f19;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ks-nav div h2{
    display: flex;
    align-items: center;
    font-size: 55px;
    font-weight: bold;
    color: #a01f19;
}
.ks-nav div h2 img{
    width: 55px;
    height: 55px;
    margin-left: 20px;
}
.ks-nav div h3{
    width: 100%;
    height: 50px;
    background-color: #a01f19;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
}
.ks-nav a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 26px;
    color: #a01f19;
}
.ks-nav a h2{
    padding-top: 10px;
}

/* 科室导航 */
.ksdh{
    width: 1134px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 52px 0;
}
.ksdh a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 272px;
    height: 138px;
    border: 3px solid #a3a3a3;
    margin: 8px 15px 8px 0;
    border-radius: 20px;
    transition: all .2s;
    color: #666666;
    overflow: hidden;
}
.ksdh a > div{
    width: 118px;
    height: 118px;
    display: inline-block;
}
.ksdh a > div img{
    visibility: hidden;
}
.ksdh a.active{
    color: #fff;
}
.ksdh a:nth-of-type(1) div{
    width: 78px;
}
.ksdh a dl{
    padding-left: 5px;
}
.ksdh > a dt{
    font-size: 24px;
    line-height: 100%;
}
.ksdh a dd{
    line-height: 100%;
    text-align: center;
    padding-top: 10px;
}
.ksdh > a:nth-of-type(4n){
    margin-right: 0;
}
.ksdh > a.active{
    background-color: #a01f19;
    border: 3px solid #a01f19;
}
.ksdh_go{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 272px;
    height: 138px;
    margin: 8px 0 8px 0;
    border-radius: 20px;
    transition: all .2s;
    color: #666666;
    overflow: hidden;
}
.ksdh_go img{
    padding-right: 15px;
}
.ksdh_go dt{
    font-size: 24px;
    line-height: 100%;
}
.ksdh_go dd{
    line-height: 100%;
    text-align: center;
    padding-top: 10px;
}
.active .ksdh-img0{
    background: url(../img/ksdh_3_active.png) no-repeat center!important;
}
.active .ksdh-img1{
    background: url(../img/ksdh_4_active.png) no-repeat center!important;
}
.active .ksdh-img2{
    background: url(../img/ksdh_5_active.png) no-repeat center!important;
}
.active .ksdh-img3{
    background: url(../img/ksdh_6_active.png) no-repeat center!important;
}
.active .ksdh-img4{
    background: url(../img/ksdh_6_active.png) no-repeat center!important;
}
.active .ksdh-img5{
    background: url(../img/ksdh_8_active.png) no-repeat center!important;
}
.active .ksdh-img6{
    background: url(../img/ksdh_9_active.png) no-repeat center!important;
}
.active .ksdh-img7{
    background: url(../img/ksdh_10_active.png) no-repeat center!important;
}
.active .ksdh-img8{
    background: url(../img/ksdh_11_active.png) no-repeat center!important;
}
.active .ksdh-img9{
    background: url(../img/ksdh_12_active.png) no-repeat center!important;
}
.active .ksdh-img10{
    background: url(../img/ksdh_13_active.png) no-repeat center!important;
}
.active .ksdh-img11{
    background: url(../img/ksdh_14_active.png) no-repeat center!important;
}
.active .ksdh-img12{
    background: url(../img/ksdh_15_active.png) no-repeat center!important;
}
.active .ksdh-img13{
    background: url(../img/ksdh_16_active.png) no-repeat center!important;
}
.active .ksdh-img14{
    background: url(../img/ksdh_17_active.png) no-repeat center!important;
}
.active .ksdh-img15{
    background: url(../img/ksdh_18_active.png) no-repeat center!important;
}
.active .ksdh-img16{
    background: url(../img/ksdh_19_active.png) no-repeat center!important;
}
.active .ksdh-img17{
    background: url(../img/ksdh_20_active.png) no-repeat center!important;
}
.active .ksdh-img18{
    background: url(../img/ksdh_21_active.png) no-repeat center!important;
}
.active .ksdh-img19{
    background: url(../img/ksdh_22_active.png) no-repeat center!important;
}
.active .ksdh-img20{
    background: url(../img/ksdh_7_active.png) no-repeat center!important;
}
.active .ksdh-img21{
    background: url(../img/ksdh_34_active.png) no-repeat center!important;
}
.active .ksdh-img22{
    background: url(../img/ksdh_35_active.png) no-repeat center!important;
}

/* 专家团队 */
.doctor{
    width: 1134px;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.doctor .doctor-left{
    width: 300px;
}
.doctor .doctor-left li{
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 18px;
    padding-right: 18px;
    margin: 20px 0 0;
    transition: all .1s;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid rgba(0,0,0,.5);
    box-sizing: border-box;
}
.doctor .doctor-left li:nth-of-type(1){
    margin: 0;
}
.doctor .doctor-left li.active{
    background-color: #a01f19;
    border: 2px solid #a01f19;
    background-size: contain;
    /* box-shadow: inset 0 0 15px 0 rgba(0,0,0,.5); */
    /*padding-left: 24px;*/
    background-image: none;
    color: #fff;
}
.doctor .doctor-left li h2{
    font-size: 22px;
}
.doctor .doctor-left li p{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 100%;
    padding-top: 10px;
}
.doctor .doctor-left li p.hidden{
    display: none;
}
.doctor .doctor-right{
    height: 2060px;
    flex: 1;
    /*padding-left: 40px;*/
    padding-left: 20px;
}
.doctor .doctor-right .doctor-list{
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 25px;*/
    margin-bottom: 20px;
}
.doctor .doctor-right .doctor-list:last-of-type{
    margin-bottom: 0;
}
.doctor-img{
    width: 250px;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 25px;
}
.doctor-txt{
    height: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.doctor-txt h2{
    font-size: 22px;
    padding: 10px 0 15px 0;
}
.doctor-txt h2 span{
    font-size: 30px;
    font-weight: bold;
}
.doctor-txt ul li{
    font-size: 16px;
    line-height: 28px;
}
.zjtd_p_list p{
    line-height: 28px;
    padding-top: 10px;
}
.doctor-txt .p{
    line-height: 28px;
    padding-top: 10px;
}

.doctor-txt p a{
    color: #a01f19;
}

/* 医生详情 */
.doctor-detail{
    /*height: 640px;*/
    background: url(../img/ysjs_02.png) repeat-x bottom #f8f7f5;
    position: relative;
    padding-top: 30px;
}
.doctor-detail .doctor-wid{
    width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.doctor-title{
    width: 593px;
    height: 390px;
    background: url(../img/ysjs_01.png) no-repeat center;
    box-sizing: border-box;
    padding: 60px 40px;
}
.doctor-title h2{
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px solid #a01f19;
    padding-bottom: 20px
}
.doctor-title h2 span{
    font-size: 36px;
}
.doctor-title p{
    line-height: 48px;
    font-size: 26px;
    padding-top: 20px;
}
.doctor-content-img{
    width: 440px;
    overflow: hidden;
}
.doctor-image{
    width: 100%;
    height: auto;
}
.doctor-time{
    height: 300px;
    background: url(../img/ysjs_05.jpg) no-repeat left #852d2d;
    background-size: contain;
}
.doctor-time h2{
    font-size: 28px;
    text-align: center;
    padding: 34px 0 24px 0;
    color: #fff;
}
.doctor-date{
    width: 1300px;
}
.doctor-date .week{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #a01f19;
    font-weight: bold;
    margin-top: 4px;
}
.doctor-date .week li{
    width: 142px;
    height: 44px;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.doctor-date .week em{
    width: 278px;
    height: 44px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    font-size: 20px;
}

.doctor-date .work li{
    box-sizing: border-box;
    padding: 2px;
}
.doctor-date .work li span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #852d2d;
    border-radius: 3px;
    color: #fff
}
.doctor-body{
    width: 1300px;
    padding: 20px 0;
}
.doctor-body > div > h2{
    margin: 15px 0;
}
.doctor-body > div > h2 span{
    width: 249px;
    height: 68px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    background: url(../img/ysjs_04.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doctor-body .doctor-js{
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 5px;
}
.doctor-body .hidden{
    display: none;
}
.doctor-list-img{
    width: 280px;
    height: 450px;
}
.isshow{
    display: none!important;
}
.list-list{
    width: 240px;
    height: 100px;
    border: 2px solid #787473;
    margin-bottom: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    transition: all .2s;
}
.list-list:nth-last-of-type(1){
    margin-bottom: 0;
}
.list-list img{
    width: 80px;
    margin-top: 10px;
    margin-left: 20px;
}
.list-list div{
    padding-right: 20px;
}
.list-list div h2{
    font-size: 22px;
    padding-bottom: 8px;
}
.list-list div p{
    font-size: 16px;
    text-align: center;
}
.doctor-list-img .active{
    background-color: #852d2d;
    border: 2px solid #852d2d;
}
.doctor-list-img .active h2,.doctor-list-img .active p{
    color: #fff;
}

/* 文章页 */
.article-txt{
    width: 1136px;
}
.article-txt .article-title{
    padding: 70px 0 50px 0;
    font-size: 30px;
    font-weight: bold;
    color: #a01f19;
    text-align: center;
    line-height: 40px;
}
.article-txt .article-con{
    padding: 0;
}
.article-txt .article-list{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a01f19;
    margin-bottom: 20px;
}
.article-txt .article-list li{
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.article-txt .article-list li span{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #a01f19;
    margin-right: 6px;
    cursor: pointer;
    transition: all .2s;
}
.article-txt .article-list li span:last-of-type{
    margin-right: 0;
}
.article-txt .article-list li span.active{
    background-color: #a01f19;
    color: #fff;
}
.article-con p{
    font-size: 16px!important;
    font-family: '微软雅黑'!important;
    line-height: 30px;
    text-indent: 2em;
    padding-bottom: 10px;
}
.small p {
    font-size: 14px!important;
    line-height: 26px;
}
.big p {
    font-size: 20px!important;
    line-height: 34px;
}
.updown{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 20px 0 30px 0;
    font-weight: bold;
}
.updown li{
    width: 45%;
    display: flex;
    line-height: 23px;
}
.updown li span{
    display: inline-block;
    width: 60px;
}
.updown li a{
    flex: 1;
    color: #a01f19;
}
/* 出诊查询 */
.cz_con{
    width: 1140px;
    margin: 30px auto;
}
.cz_con p{
    color: #8b1c21;
    font-size: 14px;
    text-align: right;
    line-height: 30px;
}
.cz_con .title{
    color: #FFF;
    font-size: 18px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    background: #8b1c21;
    margin-bottom: 3px;
}
.cz_con table{
    border-spacing:0;
    border-collapse: collapse;
    width: 100%;
}
.cz_con table tr{
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.cz_con table tr:first-child{
    background: #f1f1f1;
}
.cz_con table td, .cz_con table th{
    line-height: 23px;
    border: 1px solid #cfcfcf;
    padding: 10px 0;
}
.cz_con table th{
    line-height: 23px;
    border: 1px solid #cfcfcf;
    border-top: 2px solid #8b1c21;
    color: #8b1c21;
}
/* 医院简介 */
.yyjj{
    width: 1900px;
    /* height: 2000px; */
    padding: 100px 0;
    background: url(../img/yyjj_03.jpg) no-repeat top center;
    background-size: cover;
}
.yj{
    width: 1300px;
    display: flex;
    justify-content: space-between;
}
.yj .yj-left{
    width: 234px;
    margin-right: 50px;
}
.yj .yj-left li{
    width: 100%;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #a01f19;
    font-size: 32px;
    background: url(../img/yyjj_02.png) no-repeat center center;
    margin-bottom: 20px;
    transition: all .2s;
    cursor: pointer;
}
.yj .yj-left li.active{
    background-color: #a01f19;
    color: #fff;
    font-weight: bold;
}
.yj .yj-right{
    flex: 1;
}
.yj .yj-right .yj-txt p{
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    text-indent: 2em;
}
.yj .yj-right .yj-txt .yj-ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yj .yj-right .yj-txt .yj-ul li{
    width: 246px;
}
.yj .yj-right .yj-txt .yj-ul li img{
    width: 246px;
    height: 162px;
}
.yj .yj-right .yj-txt .yj-ul li div{
    padding: 10px 0 20px 0;
}
.yj .yj-right .yj-txt .yj-ul li div p{
    text-align: center;
    line-height: 22px;
    text-indent: 0;
    font-size: 16px;
    color: #a01f19;
    padding-bottom: 0;
    font-weight: 500;
}
.yj .yj-right .yj-txt .yj-div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yj .yj-right .yj-txt .yj-div p{
    text-indent: 0;
    font-size: 16px;
    text-align: center;
    color: #a01f19;
}
.yj .yj-right .yj-txt .yj-div img{
    width: 500px;
}

/* 满意度调查 */
.my{
    width: 1050px;;
}
.my-txt{
    width: 100%;
    border-bottom: 2px solid #a01f19;
    padding-bottom: 30px;
}
.my-txt p{
    font-size: 24px;
    line-height: 50px;
}
.my-txt p span{
    color: #a01f19;
}
.form{
    display: block;
    width: 100%;
}
.form .form-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form .form-title > h2{
    font-size: 24px;
    padding: 40px 0 25px 0;
    color: #a01f19;
}
.form .form-title ul{
    display: flex;
    align-items: center;
}
.form .form-title ul li{
    font-size: 24px;
    margin-left: 50px;
}
.form .problem{
    font-size: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form .problem label{
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-right: 50px;
    overflow: hidden;
    position: relative;
}
.form .problem label.active span{
    background: url(../img/myd_02.png) no-repeat center;
    background-size: cover;
}
.form .problem label span{
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-right: 10px;
}
.form .problem label input{
    position: absolute;
    right: 100000px;
}
.form .pro h3{
    font-size: 24px;
    padding: 20px 0  20px 0;
}
.form .pro .problem label{
    width: 33.3%;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.form .problem div{
    display: flex;
    align-items: center;
}
.form .ss{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.form .ss label:nth-last-of-type(1){
    margin-left: 50px;
    margin-right: 16px;
}
.form .ss label:nth-of-type(1){
    margin-right: 70px;
}
.form .ss input{
    flex: 1;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    margin-left: 20px;
}
.form .form-form-title h2{
    line-height: 40px;
    width: 650px;
}
.mys-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    border-radius: 4px;
    background-color: #a01f19;
    color: #fff;
    font-size: 26px;
    margin: 50px auto auto;
    border: 0;
}
/* 来院路线 */
.route-title{
    width: 1134px;
    margin: 40px auto auto;
    font-size: 20px;
    font-weight: bold;
    color: #a01f19;
    display: flex;
    align-items: center;
}
.route{
    width: 1134px;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    border-top: 2px solid #a01f19;
}
.route .route-right{
    padding-top: 20px;
    width: 100%;
}
.route .route-right p{
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 4px;
}
.route .route-right p span{
    /* color: #a01f19; */
    font-weight: bold;
}
.route .route-right h2{
    font-size: 20px;
    font-weight: bold;
    color: #a01f19;
    padding-top: 10px;
    padding-bottom: 10px;
}
.route .route-left{
    width: 100%;
    height: 600px;
}

/* 专科专病 */
.zz{
    width: 1900px;
    overflow: hidden;
    background: url(../img/zz_24.jpg) no-repeat center bottom;
    background-size: contain;
}
.zz > h3{
    width: 600px;
    margin: 0 auto;
    font-size: 34px;
    font-weight: bold;
    color: #a01f19;
    text-align: center;
    line-height: 100%;
    margin-top: 50px;
    border-bottom: 2px solid #dcc1c1;
    padding-bottom: 22px;
    position: relative;
}
.zz > h3::after{
    content: "";
    display: block;
    width: 134px;
    height: 6px;
    background-color: #a01f19;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.zz .zz-list{
    width: 1192px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
}
.zz .zz-list a{
    width: 384px;
    height: 256px;
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.zz .zz-list a:nth-of-type(3n-1){
    margin: 20px 20px 0 20px;
}
.zz .zz-list a > img{
    width: 384px;
    height: 256px;
}
.zz-txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.zz-txt h2{
    font-size: 38px;
    color: #fff;
}
.zz-txt h3{
    padding: 3px 16px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 18px;
    /* font-weight: bold; */
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
/* 中医特色 */
.zy{
    width: 1450px;
}
.zy .zy-img{
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 100px 0;
}
.zy .zy-img .zy-img-left{
    width: 715px;
    border: 8px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    margin-right: 60px;
}
.zy .zy-img .zy-img-left img{
    display: block;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}
.zy .zy-img .zy-img-right{
    flex: 1;
}
.zy .zy-img .zy-img-right img{
    width: 100%;
    margin-bottom: 50px;
}
.zy .zy-img .zy-img-right p{
    /*letter-spacing: 7px;*/
    /*font-weight: bold;*/
    font-size: 18px;
    line-height: 38px;
    text-indent: 2em;
    padding-bottom: 5px;
}
.zy .zy-list{
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.zy .zy-list .zy-list-list{
    width: 319px;
    height: 319px;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    margin-right: 58px;
    margin-bottom: 58px;
    border-radius: 6px;
    overflow: hidden;
}
.zy .zy-list .zy-list-list:nth-of-type(4n){
    margin-right: 0;
}
.zy .zy-list .zy-list-list > img{
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}
.zy .zy-list .zy-list-list div{
    position: relative;
    z-index: 2;
}
.zy .zy-list .zy-list-list div h2{
    font-size: 30px;
    padding: 0 10px 10px 10px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #a01f19;
}
.zy .zy-list .zy-list-list div p{
    font-size: 16px;
    line-height: 28px;
}

/* 列表页 */
.news-nav .listpage{
    width: 100%;
}

/* 新添加搜索按钮及搜索页 */
.doctor-q .news-list .news-img img,.ss-list .news-list .news-img img{
    height: auto;
}
.search{
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 175px;
    width: 70px;
    height: 70px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
.search:hover{
    background-color: #8d3535;
}
.search img{
    width: 36px;
    height: 36px;
}
.news-list .news-title h3.ss-channel img{
    height: 17px;
}
.ss{
    display:flex;
    align-items: center;
    font-size: 14px;
}
.ss .inp{
    width: 170px;
    height: 36px;
    color: #a01f19;
    border: 1px solid #a01f19;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
    padding: 0 7px;
}
.ss-channel{
    padding-bottom: 0!important;
}
.ss .sub{
    width: 56px;
    height: 36px;
    line-height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #a01f19;
    color: #ffffff;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}
.ss-list{
    text-align: center;
    padding: 30px 0;
}
.ss-list img{
    width: 120px;
}
.ss-list h2{
    padding-top: 10px;
    font-size: 16px;
    color: #a01f19;
}
/*新添加返回顶部按钮*/
.back{
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
    cursor: pointer;
    background-color: #8d3535;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    transition: background-color .4s;
}
.back div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}
.back div span{
    padding-top: 6px;
}

.back div img{
    width: 30px;
}
/* 院长信箱 */
.email{
    width: 1200px;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
    padding: 70px;
}
.email h2{
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    color: #a01f19;
}
.email .form{
    width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
}
.email .form label{
    display: flex;
    align-items: center;
    line-height: 100%;
    margin-bottom: 20px;
}
.email .form label span{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100px;
    margin-right: 10px;
}
.email .form label input{
    width: 400px;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0 10px;
    box-sizing: border-box;
}
.email .form label textarea{
    width: 400px;
    height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
    font-family: '微软雅黑';
}
.email .form label.textarea{
    align-items: flex-start;
}
.email .form .btn{
    width: 400px;
    height: 44px;
    background-color: #a01f19;
    color: #fff;
    font-size: 18px;
    border: 0;
    border-radius: 3px;
    margin-left: 110px;
}

/*网站地图*/
.wzdt{
    width: 1134px;
    margin: 30px auto;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.wzdt h2{
    font-weight: bold;
    line-height: 100%;
    font-size: 24px;
    color: #a01f19;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #a01f19;
}
.wzdt ul li{
    line-height: 40px;
}
.wzdt ul li > a{
    font-size: 16px;
}
.wzdt ul li .wzdt-son{
    line-height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
}
.wzdt ul li .wzdt-son a{
    margin-right: 14px;
    color: #999;
    position: relative;
}
.wzdt ul li .wzdt-son a:before{
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    border-right: 1px solid  #999;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}
.wzdt ul li .wzdt-son a:nth-last-of-type(1):before{
    content: '';
    display: block;
    width: 0;
    height: 0;
}

/* 全站右侧悬浮 */
.foot-right{
    /*width: 80px;*/
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.foot-right li{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .2s;
}
.foot-right li.bg{
    background-color: rgba(141,53,53,1);
}
.foot-right li:last-of-type{
    margin-bottom: 0;
}
.foot-right li > img{
    width: 40px;
    height: auto;
}
.foot-right li div{
    width: 230px;
    height: 230px;
    position: fixed;
    right: 80px;
    top: 0;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.foot-right li div.active{
    display: block;
}
.foot-right li div img{
    width: 100%;
}
.foot-right li h2{
    line-height: 100%;
    font-size: 14px;
    color: #fff;
}
.foot-right li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.foot-right li a img{
    width: 40px;
}

.foot-right li.right-two > img{
    width: 33px;
}
.foot-right li.right-two h2{
    padding-top: 3px;
}
.foot-right li.right-weibo > img{
    width: 35px;
}

@media screen and (max-width: 1920px) {
    .width{
        width: 100%;
    }
    .logo{
        width: 100%;
    }
    .nav-bg{
        width: 100%;
    }
    .banner{
        width: 100%;
    }
    .yy{
        width: 100%;
    }
    .list-notice{
        width: 100%;
    }
    .hospital{
        width: 100%;
    }
    .foot{
        width: 100%;
    }
}

