.carousel ul li {
    position: relative;
    height: 400px;
}

.carousel ul li img {
    width: 100%;
    height: 400px;
}
.carousel{
    width: 1280px;
    height: 400px;
    position: relative;
    margin: 0 auto;
}
.carousel .hd {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform:translate(-50%, -50%);
    z-index: 999;
}

.carousel .hd ul li {
    float: left;
    width: 100px;
    height: 5px;
    background: #fff;
    margin: 0 10px;
    opacity: 0.5;
}

.carousel .hd ul li.on {
    opacity: 1;
}
.carousel .hbd a {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 60px;
    right: 0;
    cursor: pointer;
}

.carousel .hbd a.prev {
    background: url(../images/home/left.png) no-repeat;
    left: 0;
    top: 50%;
    margin-top: -30px;
}
.carousel .hbd a.next {
    background: url(../images/home/right2.png) no-repeat;
    right: 0;
    top: 50%;
    margin-top: -30px;
}



.information{
    margin: 40px auto 50px;
}

.rotation ul li {
    position: relative;
    height: 375px;
}
.rotation ul li .imge {
    width: 100%;
    height: 315px;
}

.rotation ul li .imge img {
    width: 100%;
    height: 100%;
}

.rotation ul li p {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    bottom: 0px;
    padding: 0 20px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    color: #3d3d3d;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.rotation{
    width: 440px;
    height: 375px;
    position: relative;
    margin-right: 30px;
}
.rotation .hd {
    position: absolute;
    bottom: 70px;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.rotation .hd ul li {
    float: left;
    width: 8px;
    height: 8px;
    background: #f5f5f5;
    margin: 0 4px;
    border-radius: 50%;
}

.rotation .hd ul li.on {
    width: 24px;
    height: 8px;
    background-color: #ff7800;
    border-radius: 4px;
}

.xwdt {
    width: 440px;
    height: 375px;
}
.title {
    width: 100%;
    height: 36px;
    padding-left: 10px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.title .texttitle {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #2663a1;
    position: relative;
}

.title .texttitle::before {
    content: "";
    width: 22px;
    height: 3px;
    background-color: #2663a1;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: -17px;
}
.title .more {
    width: 70px;
    height: 36px;
    float: right;
}
.title .more a {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    color: #b8b8b8;
    background: url(../images/home/more.png) no-repeat;
    background-position: 40px 0;
}

.box-list ul{margin-top: 5px;}
.box-list ul li {
    padding-left: 15px;
    position: relative;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box-list ul li a{display: inline-block; color: #3d3d3d;width: 80%;overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}
.box-list ul li a:hover{color: #2663a1;}
.box-list ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #808080;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.box-list ul li span {
    font-size: 14px;
    float: right;
    color: #999999;
}


/* 公告切换 */
.tabswitch {
    width: 340px;
    height: 375px;
}

.is-tab1 {
    height: 36px;
    width: 100%;
    margin-bottom: 18px;
}

.is-tab1 .is-tabs1 {
    height: 36px;
    line-height: 1;
    width: 100%;
    position: relative;
}
.f-dn {
    display: none;
}

.is-tab1 .is-tabs1 .fl a {
    display: block;
    float: left;
    height: 36px;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-right: 35px;
}

.is-tab1 .is-tabs1 .fl a.aon {
    cursor: pointer;
    color: #2663a1;
    position: static;
}
.is-tab1 .is-tabs1 .fl a.aon::before {
    content: "";
    width: 22px;
    height: 3px;
    background-color: #2663a1;
    position: absolute;
    left: 40px;
    bottom: -2px;
}
.liftg21 {
    margin-top: 10px;
}
.tabswitch ul li {
    height: 76px;
    margin-bottom: 15px;
}

.tabswitch ul li div {
    float: left;
    width: 76px;
    height: 74px;
    margin-right: 20px;
}
.tabswitch ul li div .mouth {
    width: 76px;
    height: 38px;
    background-color: #2663a1;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.tabswitch ul li div .year {
    width: 76px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 12px;
    color: #2663a1;
    background-color: #f5f5f5;
}

.tabswitch ul li a {
    display: block;
    font-size: 16px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height: 24px;
    padding: 12px 0 0;
}
.dingwei {
    width: 70px;
    height: 36px;
    padding-right: 10px;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    color: #b8b8b8;
    background: url(../images/home/more.png) no-repeat;
    background-position: 40px 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    font-weight: normal;
}
.is-tab1 .is-tabs1 .fl a.aon .dingwei {
    display: block;
}
.liftg21 ul.is-list li {
    padding-left: 15px;
    position: relative;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.liftg21 ul.is-list li a{color: #3d3d3d;line-height: 36px;padding: 0;width: 80%;overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;display: block;}
.liftg21 ul.is-list li a:hover{color: #516aa3;}
.liftg21 ul.is-list li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #808080;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.liftg21 ul.is-list li span {
    font-size: 14px;
    float: right;
    color: #999999;
}

/* 医院环境 */
.yyhj {
    margin-bottom: 40px;
}
.hospital {
    width: 910px;
    height: 290px;
    overflow: hidden;
}
.hospital .title {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 20px;
}
.hospital .title .texttitle {
    font-size: 24px;
}
.hospital .title .texttitle::before {
    content: "";
    display: none;
}
.photolist ul li {
    width: 290px;
    height: 240px;
    float: left;
    margin-right: 17px;
}
.photolist ul li img {
    width: 100%;
    height: 100%;
}

.expert {
    width: 340px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.expert a {
    color: #ffffff;
}
.expert a:hover {
    color: #ffffff;
}
.expert .zjjs {
    width: 340px;
    height: 78px;
    background-image: linear-gradient(0deg, #2663a1 0%, #5571c2 100%), linear-gradient(#2663a1, #2663a1);
    background-blend-mode: normal, normal;
    line-height: 78px;
}
.expert .zjjs span {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 22px 20px 0 108px;
    background: url(../images/home/zhinan.png) no-repeat;
    vertical-align: top;
}
.expert .yygh {
    margin: 4px 0;
    background-image: linear-gradient(0deg, #ee9726 0%, #ffbd66 100%), linear-gradient(#2663a1, #2663a1);
}
.expert .yygh span {
    background-position: 0 -82px;
}
.guide div {
    width: 168px;
    height: 120px;
    background-image: linear-gradient(0deg, #2663a1 0%, #5571c2 100%), linear-gradient(#2663a1, #2663a1);
    background-blend-mode: normal, normal;
    text-align: center;
}
.guide .ksjs div,
.guide .jyzn div {
    width: 35px;
    height: 31px;
    margin: 25px auto 20px;
    background: url(../images/home/zhinan.png) no-repeat;
    background-position: 0 -164px;
}
.guide .jyzn div {
    width: 36px;
    height: 34px;
    margin: 25px auto 17px;
    background-position: 0 -228px;
}

/* 专题专栏 */
.headline {
    width: 100%;
    height: 44px;
    background: url(../images/home/titlebg.png) center no-repeat;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.ztlist {
    height: 88px;
    margin-bottom: 50px;
}
.ztlist ul li {
    width: 256px;
    height: 88px;
    float: left;
}
.ztlist ul li a {
    display: block;
    width: 240px;
    height: 88px;
    overflow: hidden;
}
.ztlist ul li a img {
    width: 100%;
    height: 100%;
}

/* 相关链接 */
.yqlj {
    height: 100px;
    background-color: #f7f7f7;
    padding-top: 20px;
}
.yqlj a {
    display: block;
    width: 262px;
    height: 62px;
    background-color: #ffffff;
    float: left;
    margin-right: 20px;
}
.yqlj a:last-child {
    margin-right: 0;
}

/* 人物介绍 */
.m-listphoto {
    width: 970px;
    padding-top: 20px;
}
.m-listphoto ul li {
    width: 170px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.m-listphoto ul li:nth-child(5n) {
    margin-right: 0;
}
.m-listphoto ul li img {
    width: 170px;
    height: 213px;
}
.m-listphoto ul li p {
    text-align: center;
    margin-top: 15px;
}

/* 科室介绍 */
.introduce {
    margin: 35px 0;
}
.introduce .photo {
    width: 620px;
    height: 326px;
}
.introduce .photo img {
    width: 100%;
    height: 100%;
}
.introduce .directions>div {
    width: 320px;
    height: 102px;
    background-color: #f5f5f5;
    position: relative;
}
.introduce .directions>div div {
    background: url(../images/home/menzhen.png) no-repeat;
}
.introduce .directions .lylx {
    margin: 10px 0;
}
.introduce .directions .jylc div {
    width: 30px;
    height: 34px;
    float: left;
    margin: 34px 17px 0 30px;
}
.introduce .directions .lylx div {
    width: 31px;
    height: 32px;
    float: left;
    margin: 35px 14px 0 32px;
    background-position: 0 -113px;
}
.introduce .directions .mzxz div {
    width: 31px;
    height: 32px;
    float: left;
    margin: 37px 20px 0 31px;
    background-position: 0 -226px;
}
.introduce .directions>div p {
    float: left;
    line-height: 102px;
}
.introduce .directions>div::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/home/right.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
}
.introduce .directions>div a {
    display: block;
    width: 100%;
    height: 100%;
}
.introduce-text p {
    line-height: 36px;
    color: #3d3d3d;
    text-indent: 2em;
}


.ztlist ul li,.photolist ul li,.rotation ul li .imge{overflow: hidden;}

.rotation ul li .imge img,
.ztlist ul li img,
.photolist ul li img {
    object-fit: cover;
    transition: all .5s;
}
.rotation ul li .imge img:hover,
.ztlist ul li img:hover,
.photolist ul li img:hover
{transform: scale(1.1);}

.expert a:hover div,
.expert a:hover span {transform: rotateY(360deg);transition: .5s;}


.yake,.yake img{width: 100%;}




@media (max-width:767px) {
    /* .carousel .hd ul li{width: 40px;} */
    .rotation,.rotation .tempWrap,.xwdt,.tabswitch,.hospital,
    .ztlist .tempWrap{width: 100% !important;}
    .photolist .tempWrap{width: 84% !important;margin: 0 auto;}
    .xwdt{margin: 20px auto;}
    .hospital{margin-bottom: 20px;width: 100%;}
    .yqlj{height: 100%;}
    .yqlj a{float: none;margin: 0 auto 10px;}
    .yqlj a:last-child{margin-right: auto;}
    .m-listphoto,.introduce .directions>div{width: 100%;}
    .m-listphoto ul li,.m-listphoto ul li:nth-child(5n){margin-right: 5px;}
    .m-listphoto ul li:nth-child(2n){margin-right: 0;}
    .introduce .photo,.introduce .photo img{width: 100%;height: 100%;margin-bottom: 10px;}
    .directions{width: 100%;margin: 0 auto;}
    .expert{margin-right: 2px;}
    .carousel,.carousel ul li,.carousel ul li img{height: 117px;}
    .carousel .hd ul li{width: 20px;}
    .carousel{width: 100%;}
    .ztlist ul li{float: none;margin: 0 auto 10px;}
    .ztlist{height: 100%;}
}