@charset "UTF-8";
.swiper1_children{
    display: none;
}
.doctor_list .item{
    display: none;
}
.all {
  background: -webkit-gradient(linear, left top, left bottom, from(#E4EDFA), color-stop(20%, rgba(239, 243, 249, 0))), #FFFFFF;
  background: linear-gradient(180deg, #E4EDFA 0%, rgba(239, 243, 249, 0) 20%), #FFFFFF;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          
}
.card > * {
  background: #fff;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  border-radius: 0px 30px 0px 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 35px 30px;
  border-bottom: 3px solid #f06330;
  justify-content: space-between;
}
.card > *:last-child{
    margin-right: 0;
}
.card > a:hover .des {
  color: #f06330;
}
.card .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f06330;
}
.card .tit svg {
  margin-left: 5px;
}
.card .l {
  width: calc(100% - 125px);
}
.card .r {
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card .r img {
  max-width: 100%;
}
.card .des {
  color: #737373;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.card .line {
  width: 48px;
  height: 1px;
  background: #D9D9D9;
  margin: 6px 0 25px;
}

.intro .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .l {
  width: 518px;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}
.intro .r {
  width: calc(100% - 590px);
  line-height: 1.875;
  color: #737373;
}
.intro .img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.intro .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.feature .tag_parent{
    height: 26px;
    margin-bottom: 4px;
}
.feature .tit{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.feature .tag {
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #FFFFFF;
  padding: 0 15px;
  
}

.feature .swiper-slide:nth-child(3n-2) .top{
    background-image: url('/static/cn/img/ksdh_details1.jpg')
}
.feature .swiper-slide:nth-child(3n-1) .top{
    background-image: url('/static/cn/img/ksdh_details2.jpg')
}
.feature .swiper-slide:nth-child(3n) .top{
    background-image: url('/static/cn/img/ksdh_details3.jpg')
}

.feature .top {
  background-size: cover;
  padding: 34px 54px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 150px;
}
.feature .btm {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(239, 243, 249, 0)), to(#EFF3F9)), #FFFFFF;
  background: linear-gradient(180deg, rgba(239, 243, 249, 0) 31%, #EFF3F9 100%), #FFFFFF;
}
.feature .btm_scroll {
  padding: 0 54px;
  overflow-y: auto;
  color: #737373;
  line-height: 1.875;
  height: 240px;
}
.feature .btm_scroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}
.feature .btm_scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  /* 背景色 */
  border-radius: 4px;
  display: none;
}
.feature .btm_scroll::-webkit-scrollbar-thumb {
  background: #f06330;
  /* 滚动色 */
  border-radius: 6px;
}
.feature .swiper-slide {
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}

.leader .box {
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  padding: 50px 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f9fd), color-stop(#fff), to(#f7fafd));
  background: linear-gradient(#f6f9fd, #fff, #f7fafd);
}
.leader .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
       
}
.leader .swiper-slide:nth-child(even){
        flex-direction: row-reverse;   
}
.leader .swiper-slide:nth-child(n+2){
    margin-top: 40px;
}
.leader .l {
  width: 54%;
}
.leader .name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leader .name a{
    transition: all 0.5s;
    color: rgba(51, 51, 51, 0.7);
}
.leader .name a:hover{
    color: #f06330;
}
.leader .r {
  width: 40%;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
}
.leader .img {
  position: relative;
  height: 0;
  padding-bottom: 74%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
      background-image: linear-gradient(#d9e8fd, #fff);
}
.leader .img img {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.leader .img_pic img{
    height: auto;
    max-height: 80%;
    max-width: 80%;
    transform: inherit !important;
}
.leader .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.leader .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f06330;
  margin-top: 13px;
}
.leader .tag div {
  height: 30px;
  padding: 0 20px;
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-right: 8px;
}
.leader .tag div:last-child {
  margin-right: 0;
}
.leader .line {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px 0 12px;
}
.leader .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.leader .sub {
  width: 90px;
}
.leader .des {
  width: calc(100% - 90px);
  color: #737373;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.leader .des *{
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    text-indent: inherit !important;
    line-height: inherit !important;
}
.leader .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.leader .link > div {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-right: 10px;
}
.leader .link > div:hover {
  border-color: #f06330;
  color: #f06330;
}
.leader .link > div > img {
  margin-right: 7px;
}
.leader .link > div:last-child {
  margin-right: 0px;
}
.leader .w7_code {
  padding: 10px;
  background: #fff;
  border-radius: 0px 15px 0px 15px;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 20px);
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.leader .w7_code img {
  width: 100px;
}
.leader .w7_code::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff; /* 继承文字颜色 */
  vertical-align: middle;
  top: 100%;
}
.photo{
    overflow-x: hidden;
}
.photo .swiper-slide {
  border-radius: 0 30px 0 30px;
  overflow: hidden;
}
.photo .swiper-slide-active .txt {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.photo .img {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.photo .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2% 74px;
  border-radius: 0 30px 0 0;
  overflow: hidden;
  right: 102%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.photo .des {
  line-height: 1.875;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .flx > div {
  width: calc((100% - 40px) / 2);
  display: none;
}
.news .flx > div:nth-child(n+3){
    margin-top: 40px;
}
.news_all {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 243, 249, 0)), to(#E4EDFA)), #FFFFFF;
  background: linear-gradient(180deg, rgba(239, 243, 249, 0), #E4EDFA), #FFFFFF;
}
@media screen and (max-width: 1700px){
    .card{
        flex-wrap: wrap;
    }
    .card >*{
        padding:20px;
        width: calc((100% - 60px)/4);
        margin-right: 20px;
            border-radius: 0px 20px 0px 20px;
    }
    .card .line {
    margin: 6px 0 15px;
    }
    .card .l {
        width: calc(100% - 85px);
    }
    .card .r{
        width: 70px;
    }
    .intro .l{
        width: 36%;
    }
    .intro .r{
        width: 60%;
    }
    .feature .top{
            padding: 30px 30px 0;
            height: 140px;
    }
    .feature .tag {
    border-radius: 0px 6px 0px 6px;
          
    }
    .feature .btm_scroll {
    padding: 0 35px;
        
    }
    .leader .box {
    border-radius: 0 20px 0 20px;
    padding: 40px 50px;
        
    }
    .leader .tag div {
    border-radius: 0px 6px 0px 6px;
        
    }
    .leader .r {
    border-radius: 0 20px 0 20px;
        
    }
    .photo .txt{
        padding: 4%;
            border-radius: 0 20px 0 0;
    }
    .photo .swiper-slide {
    border-radius: 0 20px 0 20px;
        
    }

    .news_list .news_txt {
    width: calc(100% - 320px);
}
}
@media screen and (max-width: 1200px){
    .card >* {
        width: calc((100% - 20px) / 2);
        margin-right: 0px;
    }
    .card >*:nth-child(n+3){
        margin-top: 20px;
    }
    .leader .box {
        padding: 30px;
    }
    .news_list .img{
        width: 140px;
    }
    .news_list .news_txt {
        width: calc(100% - 270px);
    }
}
@media screen and (max-width: 768px){
    .card >*{
                padding: 25px;
        width: 100%;
    }
        .card >*:nth-child(n+2) {
        margin-top: 15px;
                border-radius: 0px 15px 0px 15px;
    }
    .intro .flx{
        flex-direction: column;
    }
    .intro .l {
        width: 100%;
        border-radius: 0 15px 0 15px;
    }
    .intro .r {
        width: 100%;
        border-radius: 0 15px 0 15px;
        margin-top: 4vw;
    }
    .leader .swiper-slide{
        flex-direction: column-reverse !important;
    }
    .leader .l{
        width: 100%;
        margin-top: 4vw;
    }
    .leader .r{
        width: 100%;
        border-radius: 0 15px 0 15px;
    }
    .leader .img{
        padding-bottom: 56%;
    }
        .leader .box {
        border-radius: 0 15px 0 15px;
            
        }
    .photo .swiper-slide {
        border-radius: 0 15px 0 15px;
    }    
    .photo .txt{
        width: 100%;
        position: relative;
        padding: 5vw;
                border-radius: 0;
                transform: inherit;
    }
    .photo .swiper{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .news .flx{
        flex-direction: column;
    }
    .news .flx>div{
        width: 100%;
    }
    .news .flx>div:nth-child(n+2){
        margin-top: 9vw;
    }
    .news .time{
        display: none;
    }
    .news_list .img{
        width: 120px;
    }
    .news_list .img a{
        padding-bottom: 80%;
    }
        .news_list .news_txt {
        width: calc(100% - 140px);
    }
    .news_list .news_txt_title{
            -webkit-line-clamp: 2;
    }
}
