@font-face{
    font-family: 'Source-Normal';
    src: url('fonts/SourceHanSansCN/SourceHanSansCN-Normal.otf');
} 
@font-face{
    font-family: 'Source-Regular';
    src: url('fonts/SourceHanSansCN/SourceHanSansCN-Regular.otf');
} 
@font-face{
    font-family: 'Source-Bold';
    src: url('fonts/SourceHanSansCN/SourceHanSansCN-Bold.otf');
} 
@font-face{
    font-family: 'Source-Medium';
    src: url('fonts/SourceHanSansCN/SourceHanSansCN-Medium.otf');
}
@font-face{
    font-family: 'SourceHanSerifCN-Medium';
    src: url('fonts/SourceHanSerifCN/SourceHanSerifCN-Medium.otf');
}
@font-face{
    font-family: 'SourceHanSerifCN-Bold';
    src: url('fonts/SourceHanSerifCN/SourceHanSerifCN-Bold.otf');
}
    
    
    
    

  html, body {
    position: relative;
  }
  *{
      margin:0px;
      padding:0px;
   }
  a{
      text-decoration:none;
      color: #000;
  }
  img{
    max-width: 100%;
  }
  body{
      font-family: 'Source-Normal';
      margin: 0 auto;
      height: 100%;
      background-color:#fff;;
      color:#000;
      overflow-x:hidden;
      padding: 0;
      font-size: 16px;
  }
  
  ul{
      margin: 0 !important;
  }
  li{
      list-style-type: none;
  }
h1,h2,h3,h4,h5{
  font-family: 'Source-Bold';
}
.header_menu ul li:hover ul{
    display: block;
    opacity: 0.95;
}
.header_menu ul li:hover ul li a{
    background-color: #fff;
    border-bottom: none;
}
.header_menu ul li ul li a{
    width: 133px;
    background-color: #fff;
}
.header_menu ul li ul li a:hover{
    color: #5263a3;
    background: #e8eaf3;
    /*border-bottom: 4px solid #5263a3;*/
}
.header_menu ul li ul{
    position: absolute;
    display: none;
    z-index: 10;
}
.header_menu ul li ul li{
    float: none;
}
.hiddened{
    opacity: 0;
    transition: all 0.5s;
}
.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    background: #fff;
    border-bottom: 1px solid #CBD0E3;
}
.expert_table tr:last-child td{
    border-bottom: none;
}
#mb_banner{
    display: none;
}
  #header{
      line-height: normal;
  }
  .header_menu p {
    margin: 0;
    line-height: 14px;
    padding-top: 2px;
  }
  .clear{
      clear: both;
  }
  .kuang {
      width: 1140px;
      display: inline-block;
      position: relative;
  }
  .header_top{
    background:#e8eaf2;
    color:#5263a3;
    font-size:14px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-family: 'Source-Medium';
    opacity: 1;
  }
  .top_left{
    float:left;
  }
  .top_right{
    float:right;
    margin-left:30px;
  }
  .top_right_margin{
      margin-right: 100px;
  }
  .header_mid{
    text-align:center;
    border-bottom: 1px solid #cbd0e3;
    padding: 30px 0px;
    opacity: 1;
  }
  .header_mid .kuang{
      font-size: 0px;
  }
  .web_logo{
    float:left;
  }
  .phone{
    float:right;
    text-align:left;
    color:#5263a3;
    margin-top: 15px;
  }
  .phone strong{
    font-size:18px;
    font-family: 'Source-Bold';
  }
  .phone img{
    float:left;
    margin-right:15px;
    margin-top: 2px;
  }
  .phone_text{
    float:left;
    font-size:14px;
    line-height: normal;
  }
  .phone_time {
    background: #5263a3;
    float: right;
    padding: 12px 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin-left:30px;
    cursor:pointer;
    margin-top: 12px;
    font-size: 16px;
  }
  .phone_time img{
   vertical-align: middle;
   margin-right: 5px;
  }
  .header_menu{
    text-align:center;
    font-size:0px;
    font-family: 'Source-Regular';
  }
  .header_menu ul li{
    float:left;
    line-height: normal;
  }
  .header_menu ul li a{
    display:inline-block;
    padding:13px 0px;
    font-size:14px;
    font-weight: 400;
    color: #000;
    width: 133px;
  }
  .header_menu ul li a span{
    font-size:10px;
    line-height: 10px;
    display: block;
    margin-top: 4px;
  }
  .header_menu ul li:hover a{
    color:#5263a3;
    background: #e8eaf3;
    border-bottom:4px solid #5263a3;
    /*font-family: 'Source-Bold';*/
    /*font-weight: 700;*/
  }
  .header_menu ul li.cur a{
    color:#5263a3;
    background: #e8eaf3;
    border-bottom:4px solid #5263a3;
    font-family: 'Source-Bold';
    font-weight: 700;
  }
  #hospital{
    background: #edeff5;
    text-align: center;
  }
  .index_tit h2{
    margin: 0px;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: 36px;
    color: #5362A3;
    font-weight: 700;
    line-height: 36px;
  }
  .hospital_list ul li.pc_news{
      display: inline-block;
      width: 100%;
  }
  .hospital_list ul{
      display: inline-block;
      width: 100%;
      margin: 40px 0px !important;
  }
  .index_tit{
    font-size: 14px;
    color: #5263a3;
    border-bottom: 1px solid #CBD0E3;
    text-align: left;
  }
  .index_tit p{
   padding: 10px 0px;
   font-family: 'SourceHanSerifCN-Bold';
  }
  .hospital_kuang{
    padding: 50px;
    background: #fff;
    margin: 100px 0px;
    text-align: left;
    border-radius: 6px;
  }
  .swiper-pagination-bullet{
      background: #5263A3;
  }
  .hospital_list{
    /*margin: 25px 0px 25px 0px;*/
  }
  .hospital_list ul li{
    margin: 10px 0px;
  }
  .hospital_list ul li::before{
    content: "·";
    color: #E8EAF2;
    font-size: 60px;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: text-bottom;
    line-height: 20px;
    display: inline-block;
  }
  .hospital_list ul li a{
      color: #000;
  }
  .hospital_list ul li:hover{
    color: #5263a3;
  }
  .hospital_list ul li:hover:before{
      color:#5263a3;
  }
  .hospital_list ul li:hover a{
    color: #5263a3;
  }
  .hospital_list ul li .news_time{
    float: right;
    font-size: 14px;
    color: #5362a3;
    opacity: 0.5;
    font-family: Source-Regular;
  }
  .hospital_list ul li .news_new{
    padding: 4px 8px;
    color: #fff;
    background-color: #5263a3;
    border-radius: 6px;
    margin-left: 20px;
    font-size: 12px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  }
  .hosp_more{
    display: inline-block;
    border: 2px solid #5263a3;
    color: #5263a3;
    padding: 15px 120px;
    margin-top: 45px;
    transition: all 0.5s;
    font-weight: bold;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    border-radius: 6px;
  }
  .hosp_more:hover{
    background: #5263A3;
    color: #fff;
  }
  #news{
    background-color: #5263a3;
    text-align: center;
    padding: 100px 0px;
    font-size: 0;
  }
  #news .kuang{
      width: 1240px;
  }
  #news h2{
    margin: 0px 0px 80px 50px;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: 48px;
    color: #FFFFFF;
    line-height: 48px;
    font-weight: 700;
  }
  #news ul li{
    width: 32%;
    display: inline-block;
    margin: 1%;
    border-radius: 6px;
    overflow: hidden;
  }
  #news ul li:first-child {
    margin-left: unset;
  }
  #news ul li:last-child {
    margin-right: unset;
  }
  #news ul li img{
    width: 100%;
  }
  #news ul li .news_list_con{
    background: #fff;
    font-size: 16px;
    padding: 40px;
    text-align: left;
  }
  #news ul li .news_list_con .news_tit{
    font-size: 24px;
    color: #5263a3;
    margin-bottom: 20px;
    font-family: 'Source-Bold';
    text-align: left;
    font-weight: 700;
  }
  #news ul li .news_list_con .news_text{
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.1px;
    line-height: 18px;
    font-weight: 400;
  }
  #news ul li .news_list_con .news_more a{
    display: inline-block;
    border: 2px solid #5263a3;
    border-radius: 10px;
    color: #5263a3;
    padding: 10px 0px;
    margin-top: 30px;
    transition: all 0.5s;
    font-weight: bold;
    width: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    border-radius: 6px;
  }
  #news ul li .news_list_con .news_more a:hover{
    background-color: #5263A3;
    color: #fff;
  }
  #expert{
    background: #edeff5;
    text-align: center;
    padding: 100px 0px;
  }
  .expert_btn ul li{
    float: left;
    font-size: 18px;
    color: #5263a3;
    padding: 5px 16px;
    background-color: #fff;
    margin: 20px 20px 20px 0px;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
    border-radius: 6px;
    font-family: 'Source-Medium';
  }
  .expert_table{
    background-color: #fff;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
  }

  .expert_table tr th{
    background-color: #5263a3;
    color: #fff;
    padding: 20px;
    border-style: unset;
    text-align: center;
    font-family: 'Source-Medium';
    font-weight: 500;
  }
  .expert_table tr td{
    padding: 20px 0px;
    border-style: unset;
    border-bottom: 2px solid #cbd0e3;
    text-align: center;
    font-family: 'Source-Regular';
    font-size: 16px;
  }
  .expert_table tr td:first-child{
    font-family: 'Source-Bold';
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-weight: 700;
  }
  .all_day{
    display: inline-block;
    background: #5263a3;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Source-Bold';
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 700;
  }
  .morning{
    display: inline-block;
    background: #a8b1d1;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Source-Bold';
    font-weight: 700;
  }
  .afternoon{
    display: inline-block;
    background: #a8b1d1;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Source-Bold';
    font-weight: 700;
  }
  .null{
    display: inline-block;
    background: #edeff5;
    padding: 10px 20px;
    color: #5362a3;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Source-Bold';
    font-weight: 700;
  }
  .table_list{
    float: left;
    margin: 0px 20px;
    font-size: 12px;
    font-family: 'Source-Regular';
    font-weight: 400;
  }
  .table_list span{
    margin-right: 10px;
  }
  .expert_btn ul li.on{
    background: #5263a3;
    color: #fff;
  }
  .box{
    display: none;
  }
  #contentBox{
    border-radius: 5px;
    overflow: hidden;
  }
  #contentBox .active{
    display: block;
  }
  #wechat{
    text-align: center;
    padding: 100px 0px;
  }
  #wechat .kuang,#transportations .kuang,#expert .kuang{
       width: 1140px;
  }
  #wechat h2{
    font-family: 'Source-Bold';
    font-size: 48px;
    color: #5263A3;
    text-align: left;
    font-weight: 700;
    margin: 0;
    line-height: 48px;
  }
  #wechat .wechat_dsc{
    text-align: left;
    font-family: 'Source-Regular';
    font-size: 36px;
    color: #5263A3;
    line-height: 36px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
  }
  #wechat .wechat_con{
    padding-top: 50px;
    border-top: 1px solid #5263a3;
    margin-top: 20px;
    }
  .map {
    display: inline-block;
    margin-bottom: 1em;
    height: 400px;
    width: 100%;
    margin-top: 40px;
    border: 2px solid #5263A3;
    border-radius: 6px;
    overflow: hidden;
    }
  .wechat_open {
    display: inline-block;
    border: 2px solid #5263a3;
    border-radius: 6px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    
    
    margin-top: 45px;
    transition: all 0.5s;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Source-Bold';
  }
  .wechat_open a{
    color: #5263a3;
    padding: 15px 220px;
    display: inline-block;
  }
  .wechat_open:hover {
    background-color: #5263A3;
    color: #fff;
  }
  .wechat_open:hover a{
    color: #fff;
  }
  #contentBox a:hover{
     color:  #5263a3;
  }
  #transportations{
    background: #edeff5;
    text-align: center;
    padding: 100px 0px;
  }
  .tran_half{
    width: 50%;
    text-align: left;
    float: left;
  }
  .tran_half h2{
    font-size: 24px;
    margin-top:40px;
    color: #5263A3;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .tran_half p{
    margin: 20px 0px;
    line-height: 20px;
  }
  #footer{
    background: #5263a3;
    text-align: center;
    color: #fff;
    padding-top: 100px;
    line-height: normal;
    font-family: 'Source-Regular';
  }
  #footer p{
    margin: 0px;
  }
  #footer a{
    color: #fff;
  }
  #footer .footer_left{
    width: 60%;
    float: left;
  }
  #footer .footer_top{
    border-bottom: 1px solid #cbd0e3;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-bottom: 100px;
  }
  #footer .footer_right{
      width: 40%;
      float: right;
  }
  #footer .footer_right ul li{
    float: left;
    width: 20%;
    font-size: 14px;
    margin: 0px 50px 20px 0px;
  }
  #footer .footer_left img {
    width: 60px;
    height: 60px;
    float: left;
  }
  .footer_left_top{
    font-size: 14px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 10px;
    float: left;
  }
  .footer_left_bottom{
    margin: 5px 0px 0px 100px;
    font-size: 14px;
    float: left;
  }
  .footer_left_bottom h2{
    font-size: 18px;
    margin: 0px;
  }
  .footer_bottom{
    text-align: left;
    height: 90px;
    line-height: 90px;
    font-size: 14px;
    font-family: 'Source-Regular';
    margin: 40px 0px 100px 0px;
  }
  .footer_bottom span{
    float: right;
  }
.lf{float:left}
.rg{float:right}
.a_txt,.moblie_head{display:none}
.mb_news{
    display: none;
}
.mb_wechat{
    display: none;
}
.hosp_more_box{
    text-align: center;
}
@media screen and (max-width: 1230px){
    .kuang,#wechat .kuang, #transportations .kuang, #expert .kuang,#news .kuang{
        width: 1000px;
    }
}

@media screen and (max-width: 1000px){
    .kuang,#wechat .kuang,#transportations .kuang,#expert .kuang,#news .kuang{
        width: 95%;
    }
    #news h2 ,#wechat h2{
        font-size: 32px;
    }
    #wechat .wechat_dsc{
        font-size: 26px;
    }
    
    #header{display:none}
    .moblie_head{display:block;height:80px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd;}
    .moblie_head .lf{padding-top:10px;padding-left:2%}
    .moblie_head .lf img{height:60px}
    .moblie_head .rg{padding-right:2%;padding-top:30px}
    .moblie_head .rg a img{height:20px;vertical-align:top}
    .a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
    .a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
    .a_txt .div2{position:absolute;width:20%;left:10px;top:10px;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
    .a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#5263a3;height:100%;z-index:100;right:-80%}
    .a_txt .div3 ul{padding-left:5%;padding-right:5%;padding-top:5%;}
    .a_txt .div3 ul li{border-bottom:1px solid #232530;margin:0px;}
    .a_txt .div3 ul li a{display:block;height:35px;color:#fff;line-height:35px;padding-left:5%;font-size:14px}
    .a_txt .div3 ul li .a_js2{background:url(../images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
    .a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
    .a_txt .div3 ul li .a_txt2{display:none}
    .a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}

@media screen and (max-width: 500px){
    .kuang,#wechat .kuang,#transportations .kuang,#expert .kuang,#news .kuang{
        width: 100%;
    }
    #hospital{
        padding:0px 18px;
    }
    .index_tit p{
        padding: 0px 0px 4px 0px;
        margin-top: -2px;
    }
    .kuang{
        width: 96%;
    }
    .moblie_head .lf img {
        height: 40px;
    }
    .moblie_head .lf {
        padding-top: 20px;
        padding-left: 2%;
    }
    .moblie_head .rg{
        padding-top: 32px;
    }
    .hospital_kuang {
        padding: 20px 10px;
        background: #fff;
        margin: 44px 0px;
        text-align: left;
    }
    .hospital_kuang .index_tit{
        margin: 0px 8px;
    }
    .hospital_list ul li a {
        color: #000;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 1px;
        float: left;
    }
    .hospital_list ul li .news_new {
        padding: 2px 4px;
        font-size: 10px;
        height: 23px;
        line-height: 23px;
    }
    .hospital_list ul li {
        /*list-style-type: disc;*/
        margin: 5px 0px 5px 0px;
    }
    .hospital_list ul li::before {
        text-align: left;
        position: absolute;
        left: -25px;
    }
    #news h2, #wechat h2 {
        margin: 50px 0px 5px 0px;
        line-height: normal;
    }
    #wechat .wechat_con{
        margin-top: 0px;
        padding-top: 30px;
    }
    .index_tit h2 {
        margin-bottom: 0;
        font-size: 24px;
    }
    .hospital_list {
        margin: 0px;
    }
    .hospital_list ul{
        margin: 30px 0px !important;
        display: inline-block;
        width: 100%;
    }
    .hosp_more {
        padding: 20px;
        margin-top: 0px;
        font-size: 15px;
        width: 100%;
        font-weight: bold;
    }
    .hospital_list ul li .news_time{
        font-size: 12px;
        line-height: 23px;
        height: 23px;
    }
    #news h2, #wechat h2 {
        margin: 0px;
        font-family: 'SourceHanSerifCN-Bold';
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
    }
    #news {
        padding: 44px 18px;
    }
    #news ul li{
        width: 100%;
        margin: 0px;
        margin-top: 30px;
    }
    #news ul li .news_list_con {
        padding: 0px 20px;
    }
    #news ul li .news_list_con .news_tit {
        font-size: 19px;
        padding: 30px 0px 20px 0px;
        margin: 0;
    }
    #news ul li .news_list_con .news_more{
        padding : 30px 0px 20px 0px;
    }
    #news ul li .news_list_con .news_more a{
        padding: 20px 0px;
        margin-top: 0px;
        font-size: 15px;
        width: 100%;
        font-weight: bold;
    }
    .news_more{
        text-align: center;
    }
    #expert ,#wechat{
        padding: 0px;
    }
    .index_tit {
        margin: 0px 0px 0px 0px;
        /*padding-bottom: 5px;*/
    }
    .expert_btn ul{
        display: inline-block;
        width: 100%;
        margin: 10px 0px 25px 0px !important;
    }
    .expert_btn ul li {
        font-size: 14px;
        padding: 3px 10px;
        margin: 5px 5px 5px 0px;
    }
    .expert_table{
        font-size: 10px;
    }
    .expert_table tr th,.expert_table tr td{
        font-size: 10px;
       padding:20px 5px;
    }

    /*.expert_table tr th{*/
    /*    padding:20px 5px;*/
    /*}*/
    .all_day,.afternoon,.morning,.null{
        padding: 2px 3px;
        border-radius: 5px;
        font-size: 10px;
    }
    .table_list {
        margin: 1% 2%;
    }
    #wechat .wechat_dsc{
        margin: 0px 0px 0px 0px;
        font-size: 14px;
        line-height: normal;
        font-family: 'SourceHanSerifCN-Bold';
        padding: 4px 0px;
    }
    .wechat_open {
        padding: 20px 0px;
        margin: 30px 0px 0px 0px;
        font-size: 14px;
        width: 90%;
    }
    #expert,#wechat,#transportations{
        padding: 44px 18px;
    }
    /*#transportations {*/
    /*    padding: 20px 0px 0px 0px;*/
    /*}*/
    .tran_half h2 {
        font-size: 16px;
        margin: 30px 0px 20px 0px;
    }
    .tran_half p {
        margin: 5px 0px;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 0.1px;
    }
    .map {
        margin-top: 30px;
    }
    .tran_half{
        width: 100%;
    }
    .footer_left_bottom {
        margin:30px 0px;
        clear: both;
    }
    #footer {
        padding: 44px 18px;
    }
    #footer .footer_half{
        width: 100%;
    }
    #footer .footer_right ul li {
        margin: 5px 0px;
        float: unset;
        width: auto;
    }
    .footer_bottom {
        text-align: left;
        height: auto;
        line-height: normal;
        font-size: 12px;
        padding: 20px 0px 0px 0px;
        margin: 0px;
    }
    .footer_bottom span {
        float: none;
        display: inline-block;
        margin-top: 10px;
    }
    #footer .footer_top{
        padding-bottom: 30px;
    }
    .moblie_head{
        height: 70px;
    }
    .moblie_head .lf {
        padding-top: 15px;
    }
    .moblie_head .rg {
        padding-top: 25px;
    }
    .hospital_list ul li.mb_news{
        display: block;
        position: relative;
        margin: 5px 10px 5px 20px;
    }
    .hospital_list ul li.pc_news{
        display: none;
    }
    #mb_banner{
        display: block;
    }
    #banner{
        display: none;
    }
    #news ul li .news_list_con .news_text {
       line-height: 23px;
        font-size: 15px;
        letter-spacing: 0.1px;
    }
    .expert_btn{
        margin-top: 8px;
    }
    #hospital .kuang{
        width: 100%;
    }
    .expert_table tr td:first-child{
        width: 18%;
    }
    .pc_wechat{
        display: none;
    }
    .mb_wechat{
        display: block;
    }
    .hosp_more_box{
        margin: 0px 10px;
    }
    .wechat_open a{
        padding: 0px;
    }
}