* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.linkUrl {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #555555;
}

.linkUrl:visited {
    color: #555555;
}


.banner{
    font-size: 0;
}
.banner img {
    width: 100%;
    margin-top: 37px;
}

.tabBox {
    width: 1200px;
    display: flex;
    margin: auto;
    justify-content: space-between;
}

.tabBoxItem {
    width: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabBoxItemImgBox {
    width: 64px;
    height: 64px;
    overflow: hidden;
    position: relative;
}

.tabBoxItemImgBox>img {
    position: absolute;
    left: 0;
    top: 0;
}

.tabBoxItem:hover .ycsg {
    color: #00a462;
}

@-webkit-keyframes hoverTabImg {
    from {
        top: 0px;
    }

    to {
        top: -64px;
    }
}

@-webkit-keyframes outTabImg {
    from {
        top: -64px;
    }

    to {
        top: 0px;
    }
}

.ycsg {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 14px;
    text-align: center;
    margin-top: 16px;
}

.heiLine {
    width: 1px;
    height: 60px;
    background: #D4D9D7;
    opacity: 0.5;
}

.introduceBox {
    width: 1200px;
    display: flex;
    margin: auto;
    margin-top: 75px;
    justify-content: space-between;
    align-items: center;
}

.introduceTextTop {
    width: 136px;
    height: 34px;
    font-size: 34px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.introduceTextBottom {
    width: 182px;
    height: 14px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    margin-top: 16px;
}

.moreBox {
    display: flex;
    align-items: center;
}

.moreBoxLeft {
    color: #888;
    margin-right: 14px;
    cursor: pointer;
}

.moreBoxLeft:hover {
    margin-right: 14px;
    cursor: pointer;
    color: #00A462;
}

.moerImg {
    cursor: pointer;
}

.moerImg:hover {
    animation-name: example5;
    animation-duration: 0.8s;
}

@-webkit-keyframes example5 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

.greenBox {
    width: 1200px;
    margin: auto;
    margin-top: 48px;
}

.green {
    width: 30px;
    height: 6px;
    background: #00A462;
}

.introduceAll {
    width: 1200px;
    margin: auto;
    display: flex;
    margin-top: 46px;

}

.video {
    width: 630px;
    height: 376px;
    object-fit: fill;
}

.introduceAllLeft {
    width: 530px;
    margin-right: 40px;
}

.introduceAllLeftTop {
    display: flex;
    margin-bottom: 20px;
}

.introduceAllLeftTopText {
    width: 215px;
    height: 43px;
    font-size: 14px;
    font-family: MicrosoftYaHeiSemibold;
    color: #444444;
    line-height: 22px;
    margin-left: 30px;
    margin-right: 80px;
    font-weight: bold;
}

.introduceAllLeftmid {
    width: 530px;
    height: 181px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 30px;
    text-indent: 2em
}

.introduceAllLeftBottom {
    display: flex;
}

.one {
    display: flex;
}

.num {
    height: 36px;
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #00A462;
    line-height: 36px;
    margin-top: 44px;
    margin-right: 6px;
}

.introduceAllLeftBottomText {
    width: 48px;
    height: 12px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #6A9282;
    margin-top: 65px;
    margin-right: 60px;
}

.deparmentBox {
    width: 1200px;
    height: 76px;
    margin: auto;
    background: #F8F8F8;
    margin-top: 46px;
    display: flex;
}

.deparmentItem {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: #E6E6E6 1px solid;
    cursor: pointer;
    color: #333333;

}

.deparmentItem:last-child {
    border: none;
}

.deparmentItem:hover {
    animation-name: example6;
    animation-duration: 1.2s;
    color: #00A462;
}

@-webkit-keyframes example6 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.deparmentItemText {
    width: 90px;
    height: 18px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    line-height: 18px;
}

.deparmentItem1 {
    border: none;
}

.illnessList {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    display: flex;
}

.illnessItem {
    width: 232px;
    height: 180px;
    border-right: #D4D9D7 1px solid;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.illnessItem:last-child {
    border: none;
}
.illnessItemA:first-child {
    margin: 0;
}

.li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.illnessItemA:hover .illnessText{
    color: #00A462;
}
.illnessItemA:hover .dots{
    background: #00A462;
}

.dots {
    width: 4px;
    height: 4px;
    background: #E1E1E1;
    border-radius: 50%;
    margin: 0 10px 0 30px;
}

.dots1 {
    width: 4px;
    height: 4px;
    background: #00A462;
    border-radius: 50%;
    margin: 0 10px 0 30px;
}

.docIntroduction {
    width: 1200px;
    height: 60px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 30px;
    margin: auto;
    margin-top: 46px;
}

.illnessText {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 16px;
}
.illnessItemA{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.docBox{
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    display: flex;
}
.docSwiper{
    width: 854px;

}
.docRight {
    width: 244px;
    margin-left: 70px;
    padding-top: 30px;
  }
  /* .docImg{
      margin-right: 70px;
  } */
  .docIntroductionName {
    height: 18px;
    font-size: 18px;
    font-family: MicrosoftYaHeiSemibold;
    color: #333333;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .docPosition {
    width: 98px;
    height: 14px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 14px;
    margin-bottom: 34px;
  }
  
  .docGood {
    width: 244px;
    height: 129px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 22px;
    margin-bottom: 34px;
  }
  
  .docButtonBox {
    width: 140px;
    display: flex;
    justify-content: space-between;
  }
  
  .docButtonBox img {
    cursor: pointer;
  }
  
  .docIntroductionTopBox {
    display: flex;
    width: 244px;
    height: 245px;
    overflow: hidden;
    position: relative;
  }
  
  .docIntroductionTop {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .classes {
    width: 100%;
    height: 768px;
    background: #F7F7F7;
    margin-top: 70px;
    padding-top: 70px;
    box-sizing: border-box;
  }
  
  .introduceBox1 {
    margin-top: 0px;
  }
  
  .introduceTextBottom1 {
    color: #9a9a9a;
  }
  
  .docImg {
    width: 238px;
    height: 316px;
    overflow: hidden;
  }
  .docImg:hover {
    animation-name: scaleDraw;
    animation-duration: 1.2s;
  }
  
  @keyframes scaleDraw {
  
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
      transform: scale(1);
      /*开始为原始大小*/
    }
  
    50% {
      transform: scale(1.1);
    }
  }
  
  .docImgBox9 {
    width: 238px;
    height: 316px;
    overflow: hidden;
  }
  .swiper-slide1{
      width: 285px !important;
  }
  .classes {
    width: 100%;
    height: 768px;
    background: #F7F7F7;
    margin-top: 70px;
    padding-top: 70px;
    box-sizing: border-box;
  }
  
  .introduceBox1 {
    margin-top: 0px;
  }
  
  .introduceTextBottom1 {
    color: #9a9a9a;
  }
  
  .docImgItem1 {
    width: 238px;
    height: 316px;
    margin-right: 70px;
    position: absolute;
    animation-name: scaleDraw;
    animation-duration: 1.2s;
  }
  
  @keyframes scaleDraw {
  
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
      transform: scale(1);
      /*开始为原始大小*/
    }
  
    50% {
      transform: scale(1.1);
    }
  }
  
  .vrBox {
    width: 1200px;
    margin: auto;
  }
  
  .vrIntroduce {
    width: 530px;
    height: 151px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 30px;
    margin-top: 62px;
    margin-right: 40px;
  }
  
  .vrNavList {
    width: 1200px;
    height: 140px;
    background-color: #fff;
    margin: auto;
    margin-top: 50px;
    display: flex;
  }
  
  .vrNavItem {
    width: 150px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
  }
  
  .vrNavItem:hover .vrNavItemIcon {
    color: #00A462;
  }
  .vrNavItem:hover .vrNavItemIconText {
    color: #00A462;
  }
  
  .vrNavItemIcon {
    font-size: 28px;
    color: #BBBBBB;
  }
  
  .vrNavItemIconText {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #444;
    margin-top: 20px;
  }
  
  .borderLineBox {
    display: flex;
    position: absolute;
    bottom: 0;
  
  }
  
  .borderLineLeft {
    height: 3px;
    background-color: #00A462;
    left: 50%;
    margin-left: -10px;
  }
  
  .borderLineRight {
    width: 0px;
    height: 3px;
    background-color: #00A462;
    right: 50%;
    margin-right: -10px;
  
  }
  
  .vrNavItem:hover .borderLineRight {
    animation-name: scaleline;
    animation-duration: 1.4s;
    width: 150px;
  }
  
  @keyframes scaleline {
  
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
      width: 0;
      /*开始为原始大小*/
    }
  
    100% {
      width: 150px;
    }
  }
  .rehabilitationList {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 70px;
  }
  
  .rehabilitationItem {
    width: 270px;
    height: 359px;
    background: #FFFFFF;
    cursor: pointer;
    position: relative;
  }
  
  .rehabilitationItemImgWarp {
    width: 270px;
    height: 156px;
    overflow: hidden;
  }
  
  .rehabilitationItemImg {
    width: 270px;
    height: 156px;
  }
  
  .rehabilitationText {
    width: 244px;
    height: 16px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 16px;
    margin: auto;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  
  .rehabilitationItemBottom .date {
    height: 14px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #B5B5B5;
    line-height: 14px;
  }
  
  .rehabilitationBottomRight {
    font-size: 20px;
    color: #B7C0BC;
  }
  
  .rehabilitationDetail {
    width: 244px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #777777;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: auto;
    margin-top: 18px;
  }
  
  .rehabilitationBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 13px;
    margin-top: 33px;
  }
  
  .rehabilitationItemLine {
    width: 0px;
    height: 3px;
    background-color: #00A462;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .rehabilitationItem:hover .rehabilitationItemLine {
    animation-name: scaleline5;
    animation-duration: 1.4s;
    width: 270px;
  }
  
  @keyframes scaleline5 {
  
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
      width: 0;
      /*开始为原始大小*/
    }
  
    100% {
      width: 270px;
    }
  }
  
  .rehabilitationItem:hover .rehabilitationItemImg {
    width: 270px;
    animation-name: scaleline1;
    animation-duration: 1.4s;
    transform: scale(1.1);
  }
  
  @keyframes scaleline1 {
  
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
      transform: scale(1);
      /*开始为原始大小*/
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  
  .rehabilitationItem:hover .rehabilitationItemImgWarp {
    width: 270px;
    height: 136px;
    animation-name: scaleline2;
    animation-duration: 0.4s;
  }
  
  @keyframes scaleline2 {
  
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
      height: 156px;
      /*开始为原始大小*/
    }
  
    100% {
      height: 136px;
    }
  }
  .newsWarp {
    width: 1200px;
    margin: auto;
    display: flex;
    margin-top: 50px;
  }
  
  .newsLeft {
    width: 560px;
    height: 436px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
  }
  
  .newsLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #00A462;
  }
  
  .newsLeftImg img {
    width: 560px;
    height: 327px;
  }
  
  .newsTitle {
    height: 16px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 16px;
    margin-top: 20px;
  }
  
  .newsContent {
    width: 505px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 20px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .newsRight {
    width: 640px;
    height: 480px;
    background: #FFFFFF;
  }
  
  .newsRightItem {
    width: 635px;
    height: 105px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 4px;
    margin-left: 5px;
  }
  
  .newsRightItem:hover {
    background: #F8F8F8;
  }
  
  .newsRightItem:hover .newsRightItemTitle {
    color: #00A462;
  }
  
  .newsLine1 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #00A462;
    width: 560px;
    animation-name: scaleline7;
    animation-duration: 2s;
  }
  
  @keyframes scaleline7 {
  
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
      width: 0px;
      /*开始为原始大小*/
    }
  
    100% {
      width: 560px;
    }
  }
  
  .newsRightItemDate {
    width: 107px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 32px;
    box-sizing: border-box;
  }
  
  .newDay {
    width: 45px;
    height: 16px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 16px;
  }
  
  .year {
    width: 29px;
    height: 12px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 12px;
    margin-top: 13px;
  }
  
  .newsRightItemContent {
    width: 505px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 20px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .docButtonBox1 {
    width: 760px;
  }
  
  .buttons {
    width: 600px;
    overflow: hidden;
    
  }
  
  .buttonsItem {
    width: 90px;
    height: 36px;
    background: #F6F6F6;
    border-radius: 8px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 36px;
    text-align: center;
    /* position: absolute; */
    cursor: pointer;
    margin-right: 10px;
  }
  .bzwkItem {
    background: #F6F6F6;
    border-radius: 8px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    padding: 2px 10px;
    margin-left: 50px;
  }
  .bzwkItem1 {
    background: #00A462;
    border-radius: 8px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    padding: 2px 10px;
    margin-left: 50px;
    color: #fff;
  }
  
  .bzwkItem:hover {
    background: #00A462;
    border-radius: 8px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
  }
  .buttonsItem:hover {
    width: 90px;
    height: 36px;
    background: #00A462;
    border-radius: 8px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
  }
  
  .docButtonBox img {
    width: 42px;
  }
  
  .buttonsItem1 {
    width: 90px;
    height: 36px;
    background: #00A462;
    border-radius: 8px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    margin-right: 10px;
  }
  
  .column {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  
  .leftGreen {
    width: 4px;
    height: 16px;
    background: #00A462;
    margin-right: 8px;
  }
  
  .rightText {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 20px;
  }
  
  .columnButtonBox {
    width: 1200px;
    margin: auto;
    display: flex;
  }
  
  .columnButton {
    width: 78px;
    height: 28px;
    background: #F2F5F4;
    border-radius: 14px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #00A462;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 24px;
  }
  
  .columnList {
    display: flex;
    width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .columnItem {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #444444;
    line-height: 12px;
    display: flex;
    margin-bottom: 20px;
  }
  
  .columnItemLine {
    width: 1px;
    height: 10px;
    background: #E8E8E8;
    margin: 0 14px;
  }
  
  .swiper-slide2{
    width: 100px !important;
  }
  .zzzsWarp {
    display: flex;
    width: 1200px;
    height: 190px;
    margin: auto;
    overflow: hidden;
    margin-top: 60px;
    position: relative;
    justify-content: space-between;
  }
  
  .zzzsWarpItem {
    width: 276px;
    height: 190px;
    cursor: pointer;
   
  }
  
  .zzzsWarpItem>img {
    width: 276px;
    height: 190px;
    margin-right: 32px;
    cursor: pointer;
  }
  .fotLinkUrl{
    color: #fff;
  }
  .fotLinkUrl:visited{
    color: #fff;
  }
  