@charset "UTF-8";

/* 搜索 start */
.search {
    overflow: hidden;
    background: #f2f2f2;
}

.searchInput {
    width: 268px;
    z-index: 0;
    float: left;
    display: inline;
}

.searchInput input {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
}

.searchInput input input::-webkit-input-placeholder {
    color: #666666;
    /* placeholder颜色  */
    font-size: 14px;
    /* placeholder字体大小  */
    text-align: left;
    /* placeholder位置  */
}

.searchBtn {
    float: left;
    display: inline;
    width: 38px;
    height: 40px;
    overflow: hidden;
    background: url(../images/common/search.png) no-repeat center center;
    position: relative;
}

  
.searchBtn:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #d7d7d7;
}

.topSearch {
    height: 38px;
    margin-top: 31px;
    padding-left: 40px;
    position: relative;
    margin-left: 25px;
}
.topSearch::before{
    display: block;
    content: "";
    width: 1px;
    height: 28px;
    background-color: #d6d6d6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
}
.topSearch a {
    display: block;
    height: 38px;
    padding-left: 54px;
    position: relative;
    line-height: 38px;
    font-size: 16px;
    color: #333;
}

.topSearch a::before {
    display: block;
    content: '';
    position: absolute;
    width: 42px;
    height: 38px;
    left: 0;
    top: 0;
    border-radius: 19px;
    background:  url(../images/seach.png) center center no-repeat;
    transition: all 0.3s linear;
}

/* .topSearch:hover a:hover::before {
    background: url(../images/searchW_h.png) center center no-repeat;
} */

.topSearch:hover a {
    color: var(--themeColor);
}

.animHide {
    opacity: 0;
}

.model.show::before {
    animation: menu-animation .8s ease-out forwards;
    transform: scale(2) translateY(0);
}

.model.show {
    display: block;
}

.model {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10600;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.model span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 72px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    z-index: 10;
    font-weight: lighter;
}

.model::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .87);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(.04) translateY(9999px);
    overflow: hidden;
    z-index: 9;
}

.searchPWBox {
    width: 600px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -30px 0 0 -300px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    ;
}

.searchPWBox input {
    display: block;
    float: left;
    width: 530px;
    height: 60px;
    background: none;
    border: none;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.searchPWBox input::placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox a {
    float: right;
    display: inline;
    width: 60px;
    height: 60px;
    background: var(--themeColor) url(../images/common/searchH.png) no-repeat center center;
    background-size: 19px 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.searchPWBox a:hover {
    opacity: 0.9;
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(.04) translateY(300%)
    }

    40% {
        transform: scale(.04) translateY(0);
        transition: ease-out
    }

    40% {
        transform: scale(.04) translateY(0)
    }

    60% {
        opacity: 1;
        transform: scale(.02) translateY(0)
    }

    61% {
        opacity: 1;
        transform: scale(.04) translateY(0)
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }

    100% {
        opacity: 1;
        transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

/* 搜索 end */

/* 顶部 start */
.topBox{height: 100px;}
.topBox.topHide .top{  top: -100px;}
.top { position: fixed; top: 0; width: 100%; height: 100px; left: 0; z-index: 99; transition: top 500ms;-webkit-transition: top 500ms;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .08);}
.logo {font-size: 0;padding: 9px 0;}
.logo img { display: block; height: 82px;}
.menuDl { display: flex;float: left;display: inline;}
.menuDl dd { float: left;display: inline;position: relative; margin-right: 0;height: 100px;}
.mainMenu { position: relative; z-index: 9; padding: 0 25px;}
.mainMenu a { font-size: 18px; color: #333; display: block; line-height: 100px; height: 100px; text-align: center;transition: 0.4s; -webkit-transition: 0.4s;position: relative;z-index: 6;}
.menuDl dd.hover .mainMenu a,
.mainMenu a:hover { color: var(--themeColor);}
.menuDl dd .subMenu {
    padding-top: 8px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    top: 100px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
.menuDl dd .subMenu.style2 { width: 645px;margin-left: -322px;}
.menuDl dd .subMenu .subMenuItem {
    position: relative;
    overflow: hidden;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
}
.menuDl dd:hover .subMenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.menuDl dd .subMenu.style2 .subMenuItem { padding: 20px;}
.menuDl dd .subMenu a {
    display: block;
    line-height: 1.5;
    text-align: center;
    font-size: 18px;
    color: #333;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    padding: 20px 0;
}
.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover {color: var(--themeColor);}
/* 顶部 end */



/* ————— 底部 start ————— */
.footer {
    background-color: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 0.1);
}
.footer .footerBox {
    display: flex;
}
.footer .footerBox .footerR {
    width: 360px;
    box-sizing: border-box;
    padding-left: 48px;
    border-left: 1px solid #e8e8e8;
}
.footer .footerBox .footerL {
    flex: 1;
}
.footer .footerBox .footerLog {
    height: 120px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.footer .footerBox .footerLog img {
   display: block;
   height: 70px;
   padding-top: 25px;
   object-fit: contain;
   object-position: left center;
}
.footer .footerBox .footerMain {
    padding: 60px 0;
}
.footer .footerBox .footerMain .title {
    font-size: 19px;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 38px;
}
.footer .footerBox .footerMain .title span {
    font-weight: 400;
}
.footerMainDL {
    display: flex;
    flex-wrap: wrap;
}
.footerMainDL dd {
    width: 25%;
    margin-bottom: 25px;
    font-size: 16px;
    color: #333;
}
.footerMainDL dd:nth-child(2) {
    width: 75%;
}
.footerMainDL dd:nth-child(3) {
    width: 35%;
}
.footerLink {
    display: flex;
    margin-top: 40px;
    column-gap: 30px;
    align-items: center;
}
.footerLink .linkTitle {
    width: 120px;
    box-sizing: border-box;
}
.footerLink .linkTitle span {
    display: inline-block;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px;
    background-image: url(../images/link.png);
}
.footerChildLink {
    flex: 1;
    column-gap: 30px;
    display: flex;
}
.footerChildLink dd {
    box-sizing: border-box;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 30px;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
}
.footerChildLink dd .con {
    display: flex;
    align-items: center;
}
.footerChildLink dd .con span {
    flex: 1;
    font-size: 16px;
    color: #333;
}
.footerChildLink dd .con i {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13.6px;
    background-image: url(../images/zk.png);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* 使用弹性缓动函数 */
  transform-origin: center center;
}
 .footerChildLink dd .con.active i {
    transform: rotate(180deg);
  }
.childLinkUl {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    opacity: 0;
    transform: scale(0);
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;}

.childLinkUl::before {
    content: "";
    position: absolute;
    bottom: -10px; 
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--themeColor); 
    border-bottom: none; 
    z-index: 2;
}
.childLinkUl.active {
    opacity: 1;
    padding: .5rem 0;
    transform: scale(1);
    background-color: var(--themeColor);
}
.childLinkUl li {
    margin-bottom: 1rem;
}
.childLinkUl a {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    display: block;
    line-height: 1.5rem;
    transform: .3s;
}
.childLinkUl a:hover {
    color: #fffc00;
}
.footerR .erwBox {
    padding: 70px 0 50px;
}
.footerR .erwBox .title {
    font-size: 18px;
    color: #555;
    line-height: 18px;
    margin-bottom: 30px;
    font-weight: 700;
}
.footerEwm {
    display: flex;
    column-gap: 37px;
    position: relative;
}
.footerEwm .con {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footerEwm dd {
    position: relative;
}
.footerEwm .con .icon span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 5px;
    background-color: rgba(225, 225, 225, 0.85);
    cursor: pointer;
}
.footerEwmBox .footerEwmImg {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: -144px;
    left: -80%;
    z-index: 500;
    opacity: 0;
    background-color: #fff;
    transform: scale(0);
    transition: .3s;
}
.footerEwmBox .footerEwmImg::before{
     content: "";
    position: absolute;
    bottom: -10px; /* 根据需要微调位置 */
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e8e8e8;
    z-index: 2;
}
.footerEwm dd:hover .footerEwmImg  {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.footerEwm .con .post {
    font-size: 16px;
    line-height: 28px;
    color: #858585;
}
.footerTwoEvm {
    display: flex;
    column-gap: 48px;
}
.footerTwoEvm .twoEwm {
    flex: 1;
}
.footerTwoEvm .twoEwm .img {
    width: 133px;
    height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}
.footerEwm .twoEwm img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}
.footerTwoEvm .twoEwm .tip {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #999;
}
/* 底部版权start   */
.friendCopyRight{ height: 80px; line-height: 80px; overflow: hidden; font-size: 16px; color: #808080;background: #fff;border-top: 1px solid #e8e8e8;}
.friendCopyRight .conL{ float: left; display: inline;}
.friendCopyRight .conL span{ margin-right:20px;}
.friendCopyRight .conL a{ color: #666666; margin-right: 20px;}
.friendCopyRight .conL a.gabeian{ padding-left: 30px;background: url(../images/beian.png) left center no-repeat;}
.friendCopyRight .conL a:hover{ color: var(--themeColor);}
.friendCopyRight .conR{ float: right; display: inline;}
.friendCopyRight .conR a{color: #666666; }
.friendCopyRight .conR a:hover{ color: var(--themeColor);}
/* 底部版权end   */
/* ————— 底部 end   ————— */



/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 38.5798%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.subBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.subBanner .wrap{height: 100%;position: relative;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 40px;color: #ffffff;line-height: 60px;height: 60px;font-weight: bold;}
.subBanner .textC .enTitle{font-size: 20px;color: #ffffff;line-height: 30px;text-transform: uppercase;}
.subBanner .textC .cnTitle span {position: relative;}
.subBanner .textC .cnTitle span::before {display: block;content: '';position: absolute;width: 8px;height: 8px;left: -32px;top: 50%;margin-top: -4px;background: #fff;border-radius: 3px;}
.subBanner .textC .cnTitle span::after {display: block;content: '';position: absolute;width: 8px;height: 8px;right: -32px;top: 50%;margin-top: -4px;background: #fff;border-radius: 3px;}
.subBanner .textC .cnTitle span div {position: absolute; width: 30px; height: 8px; top: 50%; margin-top: -4px;background: #fff;border-radius: 3px;}
.subBanner .textC .cnTitle span .one {left: -68px;}
.subBanner .textC .cnTitle span .two { right: -68px;}
.subBanner .secondBanner {width: 1514px;height: 80px;background-color: #fff;position: absolute;bottom: 0;left: 203px;display: flex;align-items: center;justify-content: center;}
.subBanner .secondBanner a{height: 12px;line-height: 12px;padding: 0 60px;font-size: 20px;color: #000;border-right: 1px solid #c8c8c8;position: relative;}
.subLocation{position: absolute;left: 0;bottom: 0;width: 100%;}
.subLocationTop{line-height: 75px;height: 75px;}
.subLocationTop a{display: inline;float: left;padding-left: 16px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/secondNext.png);color: #fff;font-size: 20px;}
.subLocationTop a.home{width: 18px;height: 100%;padding-left: 0;background: url("../images/home.png") no-repeat left center;}
.subLocationC{background-color: #fff;line-height: 80px;height: 80px;text-align: center;margin: 0 26px;position: relative;}
.subLocationC::before{display: block;content: "";width: 60px;height: 81px;background: url("../images/secondl.png") no-repeat center center;position: absolute;left: -60px;top: 0;}
.subLocationC::after{display: block;content: "";width: 60px;height: 81px;background: url("../images/secondr.png") no-repeat center center;position: absolute;right: -60px;top: 0;}
.subLocationC a{display: inline-block;margin-right:120px;position: relative;font-size: 20px;color: #333333;}
.subLocationC a::after{display: block;content: "";width: 8px;height: 8px;transition: all 0.3s;-webkit-transition: all 0.3s; border: 2px solid var(--themeColor);border-radius: 50%;position: absolute;left: 50%;margin-left: -6px;bottom: 0;opacity: 0;}
.subLocationC a::before{display: block;content: "";width: 1px;height: 14px;background-color: #c8c8c8;position: absolute;right: -60px;top: 50%;margin-top: -7px;}
.subLocationC a:last-child{margin-right: 0;}
.subLocationC a:last-child::before{display: none;}
.subLocationC a:hover{color: var(--themeColor);}
.subLocationC a.hover{color: var(--themeColor);}
.subLocationC a:hover::after{opacity: 1;}
.subLocationC a.hover::after{opacity: 1;}
/* ————— subBanner end ————— */


/*********** 基础公共列表页 start ***********/
/* 全图列表 start */
.imgListBox{background-color: #ffffff;}
.imgList {overflow: hidden;margin-right: -40px;margin-bottom: 10px;}
.imgList dd{ width: 20%;margin-bottom: 40px;}
.imgList dd a{display: block;margin-right: 40px;border-bottom: 5px solid #aae0f8; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imgList dd:hover a{border-bottom: 5px solid var(--themeColor);}
.imgList dd a .pic{margin-bottom: 25px;}
.imgList dd a .pic::before{content: "";display: block;padding-top: 130.4964%;}
.imgList dd a .text .title{font-size: 24px;color: #333333;line-height: 50px;height: 50px; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imgList dd:hover a .text .title{color: var(--themeColor);}
.imgList dd a .text .textC{font-size: 20px;color: #666666;line-height: 50px;height: 100px;margin-bottom: 20px;}
/* 全图列表 end */
/* 资质荣誉 start */
.hornorList {overflow: hidden;margin: 0 -15px;}
.hornorList dd {width: 33.33333%;float: left;display: inline;padding: 15px 0;}
.hornorList dd a {display: block;margin: 0 15px;border-radius: 10px;overflow: hidden;background: #FFFFFF;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;}
.hornorList dd a .picBox {padding: 10px;}
.hornorList dd a .picBox .pic::before {padding-top: 56.563462%;}
.hornorList dd a .picBox .pic img {object-fit: contain;}
.hornorList dd a .text {box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;text-align: center;}
.hornorList dd a .text .title {font-size: 16px;color: #333333;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;height: 64px;line-height: 64px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hornorList dd a:hover .text .title {color: var(--themeColor);}
.hornorList dd a:hover {box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);transform: translateY(-2px);-webkit-transform: translateY(-2px);}
/* 资质荣誉 end */

/* 图文列表 start */
.imgTextBox{background-color: #ffffff;}
.imgText{margin-bottom: 50px;}
.imgText dd{padding: 30px;margin-bottom: 30px;box-shadow: 0px 3px 19px 1px #0000000f;}
.imgText dd a{display: block;overflow: hidden;}
.imgText dd a .pic{width: 350px;margin-right:40px ;border-radius: 5px;}
.imgText dd a .pic::before{content: ""; display: block; padding-top: 62.8571%;}
.imgText dd a .text{padding-right: 156px; overflow: hidden; margin-top: 10px;position: relative;}
.imgText dd a .text::before{content: "";width: 46px;height: 16px;background: url(../images/imgText1.png) no-repeat;position: absolute;top: 50%;right: 6%;margin-top: -8px;}
.imgText dd:hover a .text::before{ background: url(../images/imgText2.png) no-repeat;}
.imgText dd a .text .title{font-size: 22px;font-weight: bold;color: #333333;line-height: 60px;height: 60px; margin-bottom: 15px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imgText dd:hover a .text .title{ color: var(--themeColor);}
.imgText dd a .text .textC{font-size: 16px;color:#666666;line-height: 30px;height: 60px;margin-bottom: 20px;}
.imgText dd a .text .time{ font-size: 16px;color: #999999;line-height: 20px;height: 20px;}
.imgText dd a .text .time span{margin-right: 40px;display: inline-block;}
/* 图文列表 end */
/* 全文列表 end */
.textList{margin-bottom: 50px;}
.textList dd{padding: 30px;margin-bottom: 30px;box-shadow: 0px 3px 19px 1px #0000000f;}
.textList dd a{display: block;}
.textList dd a .pic{width: 350px;margin-right:40px ;border-radius: 5px;}
.textList dd a .pic::before{content: ""; display: block; padding-top: 62.8571%;}
.textList dd a .text{overflow: hidden;position: relative;}
.textList dd a .text .title{font-size: 22px;font-weight: bold;color: #333333;line-height: 60px;height: 60px; margin-bottom: 15px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.textList dd:hover a .text .title{ color: var(--themeColor);}
.textList dd a .text .textC{font-size: 16px;color:#666666;line-height: 30px;height: 60px;margin-bottom: 20px;}
.textList dd a .text .time{ font-size: 16px;color: #999999;line-height: 20px;height: 20px;}
.textList dd a .text .time span{margin-right: 40px;display: inline-block;}
/* 全文列表 start */

/* 科室介绍 start */
.Department .search {border-radius: 10px;background-color: #ffffff;box-shadow: 0px 3px 19px 1px #00000014; margin-bottom: 50px; padding: 30px 50px 30px 0;}
.Department .search::after {display: block;content: ' ';clear: both;visibility: hidden;}
.Department .search .input { border: none;overflow: hidden;padding: 0 30px;}
.Department .search input {display: block;width: 100%;outline: none; background: none;line-height: 40px;height: 40px;font-size: 18px;color: #333;}
.Department .search input::placeholder {font-size: 18px;color: #999;}
.Department .search a {display: block; float: right; font-size: 18px;color: #ffffff;background-color: var(--themeColor);width: 120px; height: 40px;line-height: 40px;border-radius: 40px;text-decoration: none;text-align: center;}
.Department .text {display: inline-block;padding: 12px 57px; border-radius: 10px;background-color: var(--themeColor);background: url(../images/textLis1.png) no-repeat center center;margin-bottom: 50px;}
.Department .text a{display: block;font-size: 24px;color: #ffffff;line-height: 60px; height: 60px;padding-left:57px ; background: url(../images/textLis2.png) no-repeat left center;}
.DepartmentC{ overflow: hidden;margin-right: -50px;}
.DepartmentC dd{float: left; width: 20%; margin-bottom: 50px;}
.DepartmentC dd:hover a{border: 1px solid var(--themeColor);background-color: var(--themeColor);}
.DepartmentC dd a{display: block;margin-right: 50px;border: 1px solid #dedede;border-radius: 10px;text-align: center;line-height: 60px;height: 60px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.DepartmentC dd a span{font-size: 22px;color: #333333;position: relative;padding-right: 35px;background: url(../images/textLis3.png) no-repeat right center;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.DepartmentC dd:hover a span{color: #ffffff;background: url(../images/textLis4.png) no-repeat right center;}
/* 科室介绍 end */

/* 医院概况 start */
.hospitalOverview .text{width: 100%;text-align: center;}
.hospitalOverview .text .title{font-size: 30px;color: #333333; line-height: 60px;height:60px;}
.hospitalOverview .text .title span{display: inline-block;position: relative;}
.hospitalOverview .text .title span::after{content: "";display: block;width: 25px;height: 1px;background-color:#56c2f1 ;position: absolute;left: -50px;top: 50%;}
.hospitalOverview .text .title span::before{content: "";display: block;width: 25px;height: 1px;background-color:#56c2f1 ;position: absolute;right: -50px;top: 50%;}
.hospitalOverview .text .info{font-size: 18px;color: #56c2f1;line-height: 50px;height: 50px;margin-bottom: 5px;}
.hospitalOverview .textC{font-size: 18px;color: #666666;line-height: 36px;text-indent: 2em;margin-bottom: 20px;}
.hospitalOverviewCon{background: url(../test/images/hospitalOverviewListBg.jpg) no-repeat center center / cover; border-radius: 10px;overflow: hidden;margin-bottom: 20px;}
.hospitalOverviewConBox{padding: 40px 0;}
.hospitalOverviewConBox .title{font-size: 30px;color: #ffffff;line-height: 55px;height: 55px;text-align: center;margin-bottom: 70px;font-weight: bold;}
.videoNumDl{display: flex;align-items: center;justify-content: space-around;margin: 0 auto;align-items: center;}
.videoNumDl .number{font-size: 42px;color: #ffffff; line-height: 50px;height: 50px;text-align: center;display: inline-block;vertical-align: middle;margin-bottom: 15px;margin-right: 10px;}
.videoNumDl .post{width: 30px;height: 30px;border-radius: 50%; background-color: rgba(255, 255, 255,0.6);display: inline-block;vertical-align: middle; line-height: 30px;text-align: center;font-size: 16px;color: #ffffff;margin-bottom: 15px;}
.videoNumDl .characters{font-size: 22px;color: #ffffff;line-height: 30px;text-align: center;}
.hospitalOverviewText{font-size: 18px;color: #666666;line-height: 36px;margin-bottom: 20px;}
/* 医院概况 end */


/* ————— 联系我们 start ————— */
.contactUsBoxC{ box-shadow: 0px 15px 51px 0px rgba(0, 0, 0, 0.06);border-radius: 10px;padding: 110px 130px;margin-bottom: 95px;}
.contactUsBoxC .title{line-height: 45px;height: 45px;text-align: center;font-size: 30px;color: #333333;margin-bottom: 35px;}
.contactUsBoxC .info{line-height: 30px;height: 30px;text-align: center;margin-bottom: 80px;font-size: 20px;color: #212121;}
.contactUsList{overflow: hidden;}
.contactUsList dd{float: left;display: inline;}
.contactUsList dd .con{margin-right: 215px;text-align: center;}
.contactUsList dd:last-child .con{margin-right: 0;}
.contactUsList dd .con .icon{display: inline-block;width: 70px;height: 70px;border-radius: 50%;line-height: 70px;margin-bottom: 13px;}
.contactUsList dd .con .icon img{display: inline-block;vertical-align: middle;}
.contactUsList dd:nth-child(1) .con .icon{background-color: #56c2f1;}
.contactUsList dd:nth-child(2) .con .icon{background-color: #ffd200;}
.contactUsList dd:nth-child(3) .con .icon{background-color: #156dc5;}
.contactUsList dd:nth-child(4) .con .icon{background-color: #00e4d3;}
.contactUsList dd .con .text1{line-height: 35px;height: 35px;color: #333333;font-size: 22px; margin-bottom: 15px;}
.contactUsList dd .con .text2{line-height: 25px;height: 25px;color: #666666;font-size: 18px;}
.contactUsTitle{line-height: 35px;height: 35px;color: #212121;font-size: 20px; margin-bottom: 30px;text-align: center;}
.contactUsForm{margin-right: -140px;}
.contactUsForm .item{float: left;width: 50%;display: inline;margin-bottom: 10px;}
.contactUsForm .item.w100{width: 100%;}
.contactUsForm .item .con{margin-right: 140px;}
.contactUsForm .item .con .aykj_beautify_radio{height: 80px;}
.contactUsForm .item .con .aykj_cssRadio_icn{width: 22px;height: 22px;}
.contactUsForm .item .con .aykj_cssRadioBox.checked .aykj_cssRadio_icn i{width: 14px;height: 14px;margin:-7px 0 0 -7px;}
.contactUsForm .item .con .aykj_cssRadio{height: 30px;overflow: unset;}
.contactUsForm .item .con .aykj_cssRadio_text{line-height: 27px;}
.contactUsForm .item .con .label{line-height: 35px;height: 35px;font-size: 16px;color: #666666;}
.contactUsForm .item .con .label span{color: #e50f0f;}
.contactUsForm .item .con .input{background-color: #f9f9f9;border: 1px solid #ededed;border-radius: 5px;padding: 0 30px;}
.contactUsForm .item .con .input input{border: none; background: none; width: 100%; height: 50px; line-height: 50px; font-size: 14px; color: #333;}
.contactUsForm .item .con .input input::placeholder{font-size: 16px;color: #999999;}
.contactUsForm .item .con .textarea{background-color: #f9f9f9;padding: 0 30px;border: 1px solid #ededed;border-radius: 5px;}
.contactUsForm .item .con .textarea textarea{line-height: 50px;height: 240px;border: none;resize: none; background: none; width: 100%;font-size: 14px; color: #333;}
.contactUsForm .item .con .textarea textarea::placeholder{font-size: 16px;color: #999999;}
.contactUsForm .item .con .conC .input{float: left;display: inline;width: 220px;box-sizing: border-box;-webkit-box-sizing: border-box;margin-right: 20px;}
.contactUsForm .item .con .conC .yzmBox{float: left;display: inline;margin-right: 90px;cursor: pointer;}
.contactUsForm .item .con .conC .yzmBox .yzmImg{float: left;display: inline;line-height: 50px;height: 50px;width: 100px;border-radius: 3px;margin-right: 10px;}
.contactUsForm .item .con .conC .yzmBox .yzmImg img{width: 100%;height: 100%;display: block;}
.contactUsForm .item .con .conC .yzmBox .yzmText{overflow: hidden;line-height: 50px;height: 50px;font-size: 14px;color: #999999;}
.contactUsForm .item .con .conC .formButton{float: left;}
.contactUsForm .item .con .conC .formButton a{display: inline-block;line-height: 50px;height: 50px;font-size: 16px; border-radius: 50px;width: 160px;text-align: center;}
.contactUsForm .item .con .conC .formButton a.a1{margin-right: 30px;background-color: #56c2f1;color: #ffffff;}
.contactUsForm .item .con .conC .formButton a.a2{background-color: #dedede;color: #999999;}
/* ————— 联系我们 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;font-size: 14px; margin-bottom: 70px;}
.page a{display: inline-block;overflow: hidden;width:40px;height: 40px;line-height: 40px; margin: 0 3px;border: 1px solid #d9d9d9;border-radius: 5px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.page a:hover{background: var(--themeColor);color: #fff;}
.page a div{width: 40px;height: 40px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/common/page/lastPageh.png)}

/* ————— 页码 end ————— */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{
	width:30px !important;
	height:30px !important;
	right:-40px;
    top:-40px;
}
.aykj-videoPop {
	border:10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1)!important;
	border-radius:5px !important;
	background-color:#000 !important;
	}
/* 视频弹窗 end */
/* 表单模板 start */
.input{ border: 1px solid #ddd; padding:0 10px}
.input input{ border: none; background: none; width: 100%; height: 38px; line-height: 38px; font-size: 14px; color: #333;}
.textarea{ border: 1px solid #ddd; padding:5px 10px}
.textarea textarea{ border: none; background: none; width: 100%; height: 120px; line-height: 25px; font-size: 14px; color: #333;}
a.formBtn{ display: inline-block; height: 40px; line-height: 40px; border: 1px solid #ddd; background: #FFF; border-radius: 3px; font-size: 14px; color: #333; padding:0 30px; margin: 0 5px;}
a.formBtn:hover{ opacity: .9;}
.commonFormBox{ background: #FFF;padding: 40px;}
.commonForm{ margin-right: -40px; font-size: 14px;}
.commonForm:after{ clear:both; content: ''; visibility: hidden; display: block;}
.commonForm .item{ width: 50%; float: left; display: inline; margin-bottom: 15px;}
.commonForm .item.w100p{ width: 100%;}
.commonForm .item .con{ margin-right: 40px;}
.commonForm .item .label{ height: 38px; line-height: 38px;}
.commonForm .item .label span{ color: #da0100;}
.commonForm .item .itemC{ clear: both; min-height: 40px;}
.recruitListTc{ padding:20px; overflow: hidden;}
.commonForm .el-cascader{width: 100%;}
.upLoadResume{ font-size: 0;}
.upLoadResume span{ display: inline-block; font-size: 14px; height: 40px; line-height: 40px;color: #aeaeae;}
.upLoadResume a.up{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.upLoadResume a.down{ background: #e9e9e9; border-color: #e9e9e9;}
.input input { border: none;background: none;width: 100%;height: 38px;line-height: 38px;font-size: 14px;color: #333;}
.input { border: 1px solid #ddd;padding: 0 10px;}
.formYzm .input {width: 50%;float: left;display: inline;}
.formYzm .yzmImg {width: 118px; height: 38px;border: 1px solid #ddd;background: #ddd;float: left;display: inline;margin-left: 20px;}
.formYzm .yzmImg img {display: block;width: 100%;height: 100%;}
.formSubBtn{ font-size: 0; text-align: left; margin: 0 -5px;}
.formSubBtn a{ padding:0 40px; border-radius: 5px;}
.formSubBtn a.submit{ background:var(--themeColor); color: #FFF;border-color: var(--themeColor);}
.formSubBtn a.reset{ background: #ddd; color: #8b8b8b;}
/* 表单模板 start  */
/*********** 基础公共列表页 start ***********/

/*********** 文章详细页 start ***********/
.articleC {background: #FFFFFF;padding: 0 60px 60px;   box-shadow: 0px 3px 19px 1px #0000000f;}
.articleBox {line-height: 35px;padding: 10px 0 0;color: #333333;font-size: 18px;margin-bottom: 10px;}
.articleBox img {max-width: 100%;}
/* 标题 start */
.articleTitle {clear: both;line-height: 43px;height: 43px;font-size: 30px;font-family: "microsoft yahei";color: #333333;text-align: center;position: relative;margin-bottom: 35px;}

/* 标题 end */
/* 发布信息 start  */
.articleTime {display: block;clear: both;color: #999999;font-size: 18px;line-height: 32px;padding:7px 30px;overflow: hidden; background-color: #f5f5f5;}
.articleShare {float:right;display: inline;vertical-align: middle;}
.articleTime span {overflow: hidden; margin-right: 16px;font-size: 18px;color: #999999;vertical-align: middle;display: inline-block;}
.shareBox .sharejs_list  .sharejs_item{position:relative;z-index: 100}
.shareBox .sharejs_icon{width: 27px;height: 27px;line-height: 27px;}
/*  发布信息 end  */
/* 分享 start */


.articleShare .shareParent .shareItem{vertical-align: middle;}

/*  分享 end  */
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {width: 600px;height: 400px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;margin: 20px auto 0 auto;}
#play .change_a {width: 40%;height: 100%;position: absolute;top: 0;z-index: 1;cursor: pointer;display: block;overflow: hidden;}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {width: 24px;height: 43px;display: block;position: absolute;top: 50%;margin-top: -21px;display: none}
#play .prev_a span {background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 600px;height: 400px;}
#play .img_ul li {position: relative;z-index: 1;width: 600px;height: 400px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;}
.imgMove {width: 600px;clear: both;margin: 20px auto;position: relative;}
.img_hd {margin: 0 auto;overflow: hidden;height: 60px;position: relative;}
.img_hd ul {position: absolute;z-index: 1}
.img_hd ul li {float: left;height: 47px;width: 70px;padding: 3px;margin: 0 7px;cursor: pointer;background: #fff;border: 1px solid #d4d4d4;position: relative;}
.img_hd ul li p {height: 47px;width: 70px;display: block;background: #fff;position: relative;}
.img_hd ul li i {display: block;clear: both;line-height: 20px;padding: 0 5px;background: #000;color: #fff;position: absolute;right: 3px;bottom: 3px;z-index: 9;filter: alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;font-family: Arial;font-size: 12px;font-style: normal;}
.img_hd ul li img {position: absolute;height: 47px;width: 70px;}
.img_hd ul li.on {border: 1px solid var(--themeColor);background: var(--themeColor);}
.imgMove .bottom_a {width: 20px;height: 25px;display: block;cursor: pointer;z-index: 10;float: left;top: 15px;position: absolute;z-index: 9;background: url(../images/common/file/article_iconh.png) no-repeat;}
.imgMove .prev_a {background-position: left top;left: 0;}
.imgMove .next_a {background-position: right top;right: 0;}
/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {clear: both;font-size: 16px;padding: 10px 0px 20px 0;/* overflow: hidden; */}
.articleHand a {display: inline-block;line-height: 32px;padding: 0 20px 0px 30px;background: url(../images/common/file/file.png) no-repeat left center; color:#666;margin-bottom: 10px;}
.articleHand a.word {background: url(../images/common/file/word.png) no-repeat left 3px;color: #37a6ff !important;}
.articleHand a.ppt {background: url(../images/common/file/ppt.png) no-repeat left center;color: #ff7735 !important;}
.articleHand a.excel {background: url(../images/common/file/excel.png) no-repeat left center;color: #15bf44 !important;}
.articleHand a.pdf {background: url(../images/common/file/pdf.png) no-repeat left center;color: #1369c0 !important;}
.articleHand a.zip {background: url(../images/common/file/zip.png) no-repeat left 3px;color: #ff9779 !important;}
.articleHand a:hover{text-decoration: underline;}
/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {clear: both;text-align: center;font-family: Arial;font-size: 0;}
.articlePage a {margin: 0 5px;background: #ccc;padding: 3px 12px;display: inline-block;font-size: 12px;height: 24px;line-height: 24px;}
.articlePage a:hover {color: #fff;background: var(--themeColor);}
.articlePage a.hover {color: #fff;background: var(--themeColor);}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp{overflow: hidden;}
.pageUp a{transition: all 0.3s;-webkit-transition: all 0.3s;}
.pageUp .a1{line-height: 55px;height: 55px;padding: 0 33px;border: 1px solid #999999;border-radius: 55px;}
.pageUp .a1 span{display: inline-block;padding-left: 27px;font-size: 16px;color: #999;background: url(../images/pageUp1.png) no-repeat left center;}
.pageUp .a2{line-height: 55px;height: 55px;padding: 0 33px;border: 1px solid #999999;border-radius: 55px;}
.pageUp .a2 span{display: inline-block;padding-right: 27px;font-size: 16px;color: #999;background: url(../images/pageUp3.png) no-repeat right center;}
.pageUp .returnBox{overflow: hidden; text-align: center;}
.pageUp .a3{display: inline-block;line-height: 55px;height: 55px;padding: 0 33px;border: 1px solid #999999;border-radius: 55px;}
.pageUp .a3 span{display: inline-block;padding-left: 27px;font-size: 16px;color: #999;background: url(../images/pageUp2.png) no-repeat left center;}
.pageUp a:hover{border-color: var(--themeColor);background-color: var(--themeColor);}
.pageUp .a1:hover span{background-image: url(../images/pageUp4.png);color: #fff;}
.pageUp .a2:hover span{background-image: url(../images/pageUp6.png);color: #fff;}
.pageUp .a3:hover span{background-image: url(../images/pageUp5.png);color: #fff;}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsAudio .audiojs {z-index: 99999;background: #fff;overflow: hidden;font-family: monospace;font-size: 12px;border-radius: 5px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);width: 400px;margin: 0 auto;border: 1px solid #e5e5e5;padding: 20px 30px;}
.newsAudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsAudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsAudio .audiojs .play {display: block;}
.newsAudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsAudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsAudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsAudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsAudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsAudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsAudio .audiojs .error-message {display: none;padding: 0px 10px;height: 35px;overflow: hidden;line-height: 36px;white-space: nowrap;color: #666;text-overflow: ellipsis;-o-text-overflow: ellipsis;-icab-text-overflow: ellipsis;-khtml-text-overflow: ellipsis;-moz-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;}
.newsAudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsAudio .audiojs .play {background: url(../../common/components/audio/images/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .loading {background: url(../../common/components/audio/images/loading.png) center center no-repeat;background-size: 14px;-webkit-animation: fa-rotating 2s infinite linear;animation: fa-rotating 2s infinite linear;}
.newsAudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsAudio .audiojs .error {background: url(../../common/components/audio/images/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(../../common/components/audio/images/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */


/* ————— 有序列表 start ————— */
.articleBox  ul,.articleBox  ol{padding-left: 20px;}
.articleBox  ul li{list-style-type: disc;}
.articleBox  ol li{list-style-type: decimal}
/* ————— 有序列表 end ————— */

/* ————— 表格 start ————— */
.articleBox table{
    margin: 0 auto;
}
.articleBox table tr td{
  padding: 5px;
  border: 1px solid #e6e6e6;
}
/* ————— 表格 end ————— */

/*********** 文章详细页 start ***********/




