*{
  margin: 0;
  padding: 0;
  }
  body, button, input, select, textarea {
    webkit-font-smoothing: antialiased;
    font: 12px/1.5 "Microsoft YaHei", 微软雅黑, arial, simsun;
    /*font:13px/1.231 arial,helvetica,clean,sans-serif;*/
   
  }
  
  .clear{
  clear: both;
  }
  img{
  border: none;
  }
  a{
  text-decoration: none;
  color: #333;
  }
  ul li{
  list-style: none;
  }
  .container{
  width: 1280px;
  margin: 0 auto;
  }
  .header{
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  }
  .top{
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
  }
  .logo{
  float: left;
  padding-top: 25px;
  }
  .logo img{
  height: 47px;
  }
  .group{
  float: left;
  padding-left: 65px;
  padding-top: 10px;
  }
  .group img{
  height: 67px;
  }
  .tel{
  float: right;
  color: #14acb2;
  font-size: 18px;
  padding-right: 30px;
  padding-top: 33px;
  }
  .search{
  float: right;
  width: 250px;
  height: 35px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(224, 224, 224, 1);
  border-radius:18px;
  margin-top: 30px;
  position: relative;
  }
  .tel img{
  vertical-align: middle;
  margin-bottom: 3px;
  }
  .search input{
  color: #000;
  font-size: 14px;
  width: 75%;
  padding-left: 15px;
  height: 33px;
  border: none;
  resize: none;
  outline: none;
  background: none;
  }
  .search img{
  position: absolute;
  padding: 10px;
  top: -2px;
  right: 5px;
  }
  .menu{
  width: 100%;
  position: relative;
  }
  .menubar{
  width: 100%;
  height: 60px;
  line-height: 60px;
  background:#16aec1;
  }
  .menubar ul li{
  float: left;
  }

  .menubar ul li img{
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 10px;
  }
  .menubar ul li a{
  font-size: 18px;
  color: #fff;
  display: block; width: 100%;
 height: 100%;
 line-height: 65px;
  }
  .teamwrap{margin-top:1px;}
  .menubox{
  width: 100%;
  background:rgba(255,255,255,0.8);
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 9999;
  padding-top: 15px;
  padding-bottom: 20px;
  display: none;
  }
  .menubox ul{
  float: left;
  width: 12.5%;
  text-align: center;
  display: block;
  
  }
  
  .menubox ul li{
  line-height: 48px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  }
  .menubox ul li a{
 color: #000; font-size: 14px;
 display: block;
 width: 112px;
 height: 36px;
 margin-left: 18px;
 overflow: hidden;
  
  }
  .menubox ul li a:hover{
  background: #077b89;
  color: #fff;
  }
  .banner{
  width: 100%;
  /*height: 600px;*/
  height: 450px;
  position: relative;
  }
  
  .banner .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    }
    .banner .swiper-slide {
    background-size: cover;
    background-position: center;
    }
    .banner .gallery-top {
    height: 100%;
    width: 100%;
    }
    .banner .gallery-thumbs {
    /*height: 20%;*/
    box-sizing: border-box;
    /*padding: 10px 0;*/
     width: 400px;
     height: 70px;
     margin: 0 auto;
     text-align: center;
     margin-top: -80px;
    
    }
    .banner .gallery-thumbs .swiper-slide {
    width: 90px !important;
    height: 60px !important;
     margin-right: 10px;
     cursor: pointer;
    opacity: 0.8;
    }
    .banner .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 4px solid #16aec1;
    width: 86px !important;
    height: 56px !important;
    }
    .gallery-top .swiper-slide img{
    width: 100%;
    height: 100%;
    }
  .department{
  width: 100%;
  margin-top: 30px;
  }
  .title-left{
  color: #282828;
  font-size: 32px;
  border-bottom: 1px solid #c3c3c3; padding-bottom: 12px;
  }
  .title-left span{
  color: #999;
  font-size: 28px;
  text-transform: capitalize;
  }
  .title-left span:before{ content: ""; display: inline-block; margin-left: 20px; width: 2px; height: 32px; background-color: #aaaaaa; vertical-align: middle; margin-right: 24px;}
  .content{
  width: 100%;
  /*margin-top: 150px;*/
  margin-top: 142px;
  }
  .dptbox{
  width: 100%;
  background: #fff;
  border-radius: 15px;
  margin-top: 28px;
  }
  .dptbox ul li{
  float: left;
  width: 20%;
  text-align: center;
  margin-bottom: 50px;
  }
  .dptbox ul li .dptimg{
  width: 120px;
  height: 80px;
  margin: 0 auto;
  }
  
  .dpttit h4{
  margin-top: 20px;
  color: #1d1d1d;
  font-size: 26px;
  font-weight: 500;
  }
  .dpttit p{ font-size: 18px; color: #c3c3c3; text-transform: uppercase; height: 30px; overflow: hidden;}
  .team{
  margin-top: 48px;
  }
  .team-container .team{ padding: 30px 0; }
  .pagination ul li a{
  display: block;
  width: 100%;
  height: 100%;
  }
  .row{
  width: 100%;
  }
  .more{
  float: right;
  }
  .more a{
  color: #666;
  font-size: 14px;
  }
  .change{
  float: right;
  }
  .change a{
  color: #666;
  font-size: 14px;
  }
  .teambox{
  margin-top: 29px;
  position: relative;
  }
  .teambox ul li{
    float: left;
  width: 290px;
  height: 443px;
  border-radius: 15px;
  background: #fff;
  margin-left: 40px;
  position: relative;
  margin-bottom: 30px;
  }
  .teambox ul li:nth-child(4n+1){
  margin-left: 0;
  }
  .teambox ul li .doctor{ background-color: #f7f7f7; border-radius: 15px; }
  .teambox .swiper-next,.teambox .swiper-prev{ position: absolute; z-index: 10; background: url(../images/right.png) no-repeat center center; top: 50%; right: -100px; border:2px solid #e1e1e1; border-radius: 50%; width: 70px; height: 70px; margin-top: -45px; cursor: pointer;}
  .teambox .swiper-prev{ left: -100px; right: auto; background-image:url(../images/left.png); }
  .expert-info{
  width: 100%;
  height: 86px;
  background: rgba(20,172,178,0.85);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  opacity:0.8;
  
  }
  .ept-name{
  color: #fff;
  font-size: 18px;
  margin-top: 19px;
  padding: 0 30px 0 20px;
  }
  .ept-tit{
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 30px 0 20px;
  }
  .ept-intro{
  color: #fff;
  font-size: 14px;
  margin: 30px 30px 25px 20px;
  height: 40px;
  display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  line-height:20px;
  }
  .rapid{
  width: 100%;
  margin-top: 40px;
  }
  .rapidbox{
  width: 100%;
  border-radius:15px;
  background: #fff;
  padding-top: 45px;
  padding-bottom: 30px;
  margin-top: 30px;
  }
  .rapidbox ul { flex-wrap: wrap; padding: 0 30px;}
  .rapidbox ul li{
  float: left;
  width: 260px;
  height: 260px;
  padding-top: 30px;
  margin-bottom: 40px;
  margin-right: 190px;
  text-align: center;  
  border-radius: 50%;
  position: relative;
  border:2px solid #16aec1;
  }
  .rapidbox ul li:nth-child(3n){ margin-right: 0; }

  .rapidbox ul li .rapid-img{
  height: 80px;
  line-height: 80px;
  }
  .rapidbox ul li .rapid-img img{
  vertical-align: middle;
  }

  .rapid-tit{
  margin-top: 30px;
  color: #1d1d1d;
  font-size: 26px;
  }
  .rapidbox ul li:hover .rapid-tit{
  color: #16aec1;
  }
  .rapidbox .des{ font-size: 18px; text-align: center; color: #959595; background: #fff; position: absolute; bottom: -10px; left: 0; height: 80px; padding: 10px 0; }
  .news{
  width: 100%;
  margin-top: 50px;
  }
  .newsbox{
  width: 100%;
  margin-top: 30px;
  }
  .newsbox ul li{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background:rgba(255,255,255,1);
  border-radius:15px;
  margin-bottom: 20px;
  }
  .news-image{
  width: 250px;
  height: 150px;
  margin-left: 30px;
  float: left;
  overflow: hidden;
  }
  .news-image img{
  width: 100%;
  height: 100%;
  }
  
  .news-date{
  float: left;
  margin-top: 50px;
  margin-left: 38px;
  margin-right: 40px;
  }
  .date-day{
  color: #999;
  font-size: 30px;
  }
  .date-year{
  color: #999;
  font-size: 14px;
  }
  .news-con{
  width: 560px;
  height: 150px;
  float: left;
  border-left: 1px solid #ccc;
  padding-left: 40px;
  }
  .news-type{
  width:71px;
  height:26px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  margin-top: 20px;
  }
  .news-tit{
  font-size:18px;
  color: #000;
  margin-top: 10px;
  height: 25px;
  display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .news-intro{
  font-size:14px;
  color: #999999;
  line-height: 20px;
  margin-top: 15px;
  height: 40px;
  display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-link{
  float: right;
  margin-right: 30px;
  margin-top: 60px;
  }

  .ft18{
  font-size: 18px;
  }
  .ft14{
  font-size: 14px;
  }
  .fg-hb{
  margin-top: 39px;
  }
  .fg-hb-tit{
  font-size: 14px;
  color: #000;
  }
  .fg-hb-list{
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  }
  .fg-hb-list span{
  margin-right: 10px;
  }
  .dbanner{
  width: 100%;
  }
  .dbanner img{
  width: 100%;
  }
  .key-department{
  width: 100%;
  margin-top: 50px;
  }
  .dpt-list{
  width: 100%;
  margin-top: 29px;
  }
  .dpt-list ul li{
  float: left;
  width: 400px;
  margin-left: 40px;
  margin-bottom: 40px;
  position: relative;
  }
  .dpt-list ul li:nth-child(1){
  margin-left: 0;
  }
  .dpt-list ul li:nth-child(4){
  margin-left: 0;
  }
  .dpt-list ul li:nth-child(3n+1){
  margin-left: 0;
  }
  .dptbar{
  width: 100%;
  /*padding: 20px 0 20px 0;*/
  overflow: hidden;
  background:rgba(255,255,255,0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 67px;
  
  }
  .dpt-intro{
  /*padding-top: 20px;*/
  font-size: 14px;
  color: #333;
  /*display: none;*/
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .dpt-tit{
  color: #000;
  font-size: 18px;
  /*padding-left: 20px;
  padding-right: 20px;*/
  padding: 20px;
  }
  .news-wrap{
  width: 100%;
  padding-bottom: 70px;
  padding-top: 40px;
  }
  .news-wrap .container{
  background: #fff;
  border-radius:15px;
  }
  .news-text{
  width: 1148px;
  margin: 0 auto;
  border-top: 1px dashed #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
  /*border-bottom: 1px dashed #ccc;*/
  }
  .news-title{
  padding-top: 50px;
  color: #000;
  font-size: 30px;
  text-align: center;
  }
  .news-time{
  color: #999;
  font-size: 14px;
  padding-top: 18px;
  padding-bottom: 30px;
  text-align: center;
  }
  .news-page{
  height: 70px;
  line-height: 70px;
  width: 1143px;
  margin: 0 auto;
  border-top: 1px dashed #ccc;
  }
  .prev-news{
  float: left;
  }
  .next-news{
  float: right;
  }
  .prev-news a,.next-news a{
  color: #999;
  font-size: 16px;
  }

  .news-tab{
  width: 100%;
  text-align: center;
  margin-top: 50px;
  }
  .news-tab ul li{
  float: left;
  width: 160px;
  height: 60px;
  border-radius: 30px;
  background: #033B88;
  margin-left: 20px;
  line-height: 60px;
  text-align: center;
  }
  .news-tab ul li:nth-child(1){
  margin-left: 0;
  }
  .news-tab ul{
  display: inline-block;
  }
  .news-tab ul li a{
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  }
  .news-tab ul li.active{
  background: #E60012;
  }
  .news-box{
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
  }
  .news-content{
  width: 1280px;
  margin: 0 auto;
  }
  .pagination{
  width: 100%;
  text-align: center;
  padding-bottom: 66px;
  }
  .pagination ul li{
  float: left;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #fff;
  border-radius: 3px;
  margin-right: 10px;
  color: #ABABAB;
  font-size: 18px;
  }
  .pagination ul:after{
  display:block;
    content:' ';
    clear:both;
  }
  .pagination ul{
  display:inline-block; 
  *zoom:1;
  }
  .pagination ul li.active{
  background: #E60012;
  color: #fff;
  }
  
  .search-tab{
  width: 100%;
  text-align: center;
  margin-top: 50px;
  }
  .search-tab ul li{
  float: left;
  width: 160px;
  height: 60px;
  border-radius: 30px;
  background: #033B88;
  margin-left: 20px;
  line-height: 60px;
  text-align: center;
  }
  .search-tab ul li:nth-child(1){
  margin-left: 0;
  }
  .search-tab ul{
  display: inline-block;
  }
  .search-tab ul li a{
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  }
  .search-tab ul li.active{
  background: #E60012;
  }
  .search-box{
  width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .search-content{
  width: 1280px;
    margin: 0 auto;
  }
  .searchbox{
  width: 100%;
    margin-top: 30px;
  }
  .searchbox ul li{
  width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(255,255,255,1);
    /*box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);*/
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .search-image{
    width: 190px;
    height: 238px;
    margin-left: 30px;
    float: left;
  }
  .search-image img {
    width: 100%;
   
  }
  .search-con{
  width: 993px;
    float: left;
    padding-left: 30px;
  }
  .doc-tit{
  color: #000;
  font-size: 24px;
  margin-top: 34px;
  }
  .doc-ks{
  color: #000;
  font-size: 16px;
  margin-top: 25px;
  }
  .doc-ks span{
  color: #999;
  font-size: 16px;
  }
  .doc-zc{
  color: #000;
  font-size: 16px;
  margin-top: 25px;
  }
  .doc-zc span{
  color: #999;
  font-size: 16px;
  }
  .newsbox.dpt-box .news-con{
  width: 900px;
  }
  .page-link img{
  width: 12px;
  vertical-align: middle;
  }
  .page-link{
  cursor: pointer;
  }
  .artile-time{
  position: absolute;
  top: 30px;
  right: 5px;
  color: #999;
  font-size: 16px;
  }
  .article .news-con{
  position: relative;
  width: 939px;
  }
  .article .news-tit{
  margin-top: 30px;
  }
  .activities{
  width: 100%;
  padding-bottom: 50px;
  }
  .activities ul{
  width: 1280px;
  margin: 0 auto;
  }
  .activities ul li{
  float: left;
  width: 620px;
  background: #fff;
  margin-left: 40px;
  margin-top: 40px;
  }
  .activities ul li:nth-child(2n+1){
  margin-left: 0;
  }
  .atvimg{
  width: 100%;
  height: 400px;
  }
  .atvimg img{
  width: 100%;
  height: 100%;
  }
  .atvtit{
  width: 90%;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000;
    font-size: 18px;
  }
  .atvrow{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
  }
  .atvtime{
  float: left;
  font-size:14px;
  color: #999;
  }
  .atv-link{
  float: right;
  }
  .atv-link a{
  display: block;
  width: 94px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: #E60012;
  border-radius: 16px;
  }
  .downloads{
  width: 100%;
  padding-bottom: 50px;
  }
  .downloads ul{
  width: 1280px;
  margin: 0 auto;
  }
  .downloads ul li{
  float: left;
  width: 620px;
  margin-left: 40px;
  background: #fff;
  height: 90px;
  margin-top: 40px;
  line-height: 90px;
  }
  .downloads ul li:nth-child(2n+1){
  margin-left: 0;
  }
  .dls-icon{
  float: left;
  width: 50px;
  text-align: center;
  margin-left: 20px;
  }
  .dls-tit{
  float: left;
  margin-left: 20px;
  width: 200px;
  display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .dls-time{
  float: right;
  color: #999999;
  font-size: 16px;
  margin-right: 20px;
  }
  .dls-btn{
  float: right;
  margin-top: 30px;
  margin-right: 20px;
  }
  .dls-btn a{
  display: block;
  width: 86px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  color: #666;
  font-size: 14px;
  border-radius: 15px;
  }
  .dls-icon img{
  vertical-align: middle;
  }
  .docbox{
  position: relative;
  margin-top: 50px;
  }
  .docbox .swiper-container {
    width: 100%;
    height: 100%;
    }
    .docbox .swiper-slide {
    text-align: center;
    height: 446px;
    font-size: 18px;
    background: #fff;
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    }
    .doc-info{
    position: absolute;
    width: 100%;
    height: 86px;
    background: #E60012;
    left: 0;
    bottom: 0;
    text-align: left;
  .doc-info
    }
  .doc-name{
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  padding-top: 16px;
  }
  .doc-zw{
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 10px
  }
  .docbox .swiper-button-next, .docbox .swiper-button-prev{
  width: 20px;
  background-size: 20px 44px;
  background-color: #E60012;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: -42px;
  
  }
  .docbox .swiper-button-next{
  right: 0;
  border-radius:5px 0px 0px 5px;
  }
  .docbox .swiper-button-prev{
  left: 0;
  border-radius:0px 5px 5px 0px;
  }
  .dpt-banner{
  width: 1280px;
  height:400px;
  margin: 0 auto;
  margin-top: 50px;
  }
  .dpt-banner img{
  width: 100%;
  height: 400px;
  }
  .pt80{
  padding-top: 80px;
  }
  .project{
  width: 100%;
  padding-bottom: 80px;
  }
  .proleft{
  width: 760px;
  float: left;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 45px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 33px;
  }
  .proright{
  width: 380px;
  float: right;
  margin-top: 33px;
  }
  .proimg{
  width: 100%;
  }
  .proimg img{
  width: 100%;
  }
  .protit{
  padding-bottom: 50px;
  color: #000;
  font-size: 24px;
  }
  .protxt{
  color: #666;
  font-size: 14px;
  padding-top: 48px;
  }
  .pro-tit{
  width: 100%;
  height: 120px;
  background: #A6559D;
  text-align: center;
  line-height: 120px;
  color: #fff;
  font-size: 30px;
  }
  .pro-tit img{
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 3px;
  }
  .more-pro{
  width: 100%;
  background: #fff;
  margin-top: 20px;
  }
  .more-tit img{
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
  }
  .more-tit{
  width: 320px;
  margin: 0 auto;
  padding-top: 25px;
  color: #000;
  font-size: 18px;
  }
  .prolist{
  width: 320px;
  margin: 0 auto;
  padding-bottom: 30px;
  }
  .prolist ul li{
  float: left;
  width: 50%;
  margin-top: 20px;
  }
  .prolist ul li a{
  display: block;
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #000;
  font-size: 16px;
  background: #F2F2F2;
  display: -webkit-box;
  overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  padding-left:5px;
  padding-right:5px;
  }
  .actlist{
  width: 320px;
  margin: 0 auto;
  border-top: 1px solid #E0E0E0;
  margin-top: 20px;
  padding-bottom: 35px;
  }
  .actlist ul li{
  margin-top: 25px;
  }
  .actlist ul li a{
  width: 100%;
  height: 16px;
  display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .team-intro{
  width: 100%;
  margin-top: 40px;
  }
  .team-intro .container{
  background: #fff;
  }
  .intro-tit{
  padding-top: 40px;
  padding-left: 40px;
  color: #000;
  font-size: 18px;
  }
  .intro-txt{
  padding: 20px 40px 40px 40px;
  color: #666;
  font-size: 14px;
  }
  .team-box{
  margin-top: 40px;
  }
  .team-list{
  width: 100%;
  }
  .team-list ul li{
  float: left;
  width: 160px;
  height: 60px;
  background: #033B88;
  line-height: 60px;
  text-align: center;
  border-left: 1px solid #fff;
  }
  .team-list ul li a{
  color: #fff;
  font-size: 18px;
  width: 160px;
  height: 60px;
  display: block;
  }
  .team-list ul li:nth-child(1){
  border-left: none;
  }
  .team-list ul li.active{
  background: #E60012;
  }
  .team-show{
  position: relative;
  }
  .team-show .swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin-left: auto;
    margin-right: auto;
    
    }
  .team-show .swiper-slide {
    background-size: cover;
    background-position: center;
    }
   .team-show .gallery-top {
    /*height: 80%;*/
    width: 100%;
    padding-bottom: 40px;
    }
   .team-show .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    /*padding: 10px 0;*/
    }
   .team-show .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    /*opacity: 0.4;*/
     background: #fff;
    }
  .team-show .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    background: #E60012;
    }
    
  .team-show .swiper-button-next{
  right: 0;
  border-radius:5px 0px 0px 5px;
  }
  .team-show .swiper-button-prev{
  left: 0;
  border-radius:0px 5px 5px 0px;
  }
  .team-show .swiper-button-next, .team-show .swiper-button-prev{
  width: 20px;
  background-size: 20px 80px;
  background-color: #E60012;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: -40px;
  
  }
  .team-show .gallery-thumbs{
  width: 100%;
  height: 318px;
  
  }
  .team-show .gallery-thumbs .swiper-slide{
  height: 100%;
  }
  .team-show .gallery-thumbs .swiper-slide img{
  width: 100%;
  height: 100%;
  }
  .doc-title{
  color: #000;
  font-size: 24px;
  padding-top: 40px;
  padding-left: 40px;
  }
  .doc-sc{
  color: #000;
  font-size: 16px;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  }
  .doc-sc span{
  color: #999;
  font-size: 16px;
  }
  .doc-intro{
  color: #000;
  font-size: 16px;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  }
  .doc-intro span{
  color: #999;
  font-size: 16px;
  }
  .team-show .gallery-top{
  border-top: 1px solid #f2f2f2;
  background: #fff;
  }
  .more-doc{
  width: 260px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
  background: #033B88;
  margin: 0 auto;
  margin-top: 60px;
  }
  .more-doc a{
  display: block;
  color: #fff;
  font-size: 16px;
  }
  .more-doc a:hover{
  /*text-decoration: underline;*/
  opacity: 0.75;
  }
  .pt70{
  padding-top: 70px;
  }
  .doc-banner{
  position: relative;
  width: 100%;
  height: 539px;
  background: url(../img/docbg.jpg) no-repeat center;
  background-size: cover;
  margin-top: 30px;
  }
  .doc-banner .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    }
   .doc-banner .swiper-slide {
    background-size: cover;
    background-position: center;
    }
  .doc-banner .gallery-top {
    height: 280px;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    }
   .doc-banner .gallery-thumbs {
    /*height: 20%;*/
    box-sizing: border-box;
    /*padding: 10px 0;*/
     width: 760px;
     height: 198px;
     margin-top: 30px;
    }
    .doc-banner .gallery-thumbs .swiper-wrapper{
     width: 760px;
     height: 198px;
    }
   .doc-banner .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    /*opacity: 0.4;*/
    width: 80px !important;
    height: 99px !important;
    background: #F2F2F2;
    margin-top: 100px;
    }
    .doc-banner .gallery-thumbs .swiper-slide img{
    width: 80px;
    height: 99px;
    
    }
   .doc-banner .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    width: 160px !important;
    height: 198px !important;
    background: #E60012;
    margin-top: 0;
    }
    .doc-banner .gallery-thumbs .swiper-slide-thumb-active img{
    width: 160px;
    height: 198px;
    }
    .doc-banner .swiper-button-next{
  right: 200px;
  top: 460px;
  }
  .doc-banner .swiper-button-prev{
  left: 200px;
  top: 460px;
  }
  .doc-banner .swiper-button-next, .doc-banner .swiper-button-prev{
  width: 20px;
  background-size: 20px 99px;
  background-color: #E60012;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: -50px;
  resize: none;
  outline: none;
  
  }
  .doctor-name{
  color: #000;
  font-size: 24px;
  margin-top: 100px;
  }
  .doctor-intro{
  font-size: 14px;
  color: #999;
  margin-top: 25px;
  }
  .doc-list .teambox ul li{
  border-radius: 0;
  }
  .doc-list .expert-info{
  border-radius: 0;
   opacity:0.8;
  }
  .equi{
  width: 100%;
  margin-top: 50px;
  }
  .equi-bn{
  width: 100%;
  margin-top: 30px;
  }
  .equi-bn img{
  width: 100%;
  }
  .services{
  width: 100%;
  margin-top: 50px;
  }
  .services ul{
  margin-top: 30px;
  }
  .services ul li{
  float: left;
  width: 400px;
  height: 160px;
  background: #fff;
  margin-left: 40px;
  margin-bottom: 40px;
  }
  .services ul li:nth-child(1),.services ul li:nth-child(4){
  margin-left: 0;
  }
  .sv-icon{
  margin-top: 45px;
  float: left;
  width: 155px;
  text-align: center;
  }
  .sv-txt{
  float: left;
  margin-top: 55px;
  }
  .sv-tit{
  color: #000;
  font-size: 18px;
  }
  .sv-eng{
  color: #999;
  font-size: 14px;
  margin-top: 10px;
  }
  .docinfo{
  width: 100%;
  padding:30px 0;
  }
  .docinfo .container{
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  
  }
  .result .tables{
          width: 100%;
          height: 420px !important;
          overflow-y: scroll;
          margin-bottom: 100px;
        }
         ::-webkit-scrollbar {
            width: 5px; /*对垂直流动条有效*/
            height: 10px; /*对水平流动条有效*/
          }
            /*定义滚动条的轨道颜色、内阴影及圆角*/
          ::-webkit-scrollbar-track{
            /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
            /*background-color: rosybrown;*/
            border-radius: 3px;
          }
           ::-webkit-scrollbar-thumb{
            border-radius: 7px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            /*background-color: #E8E8E8;*/
          }
         ::-webkit-scrollbar-track-piece {
            /*background-color: #E8E8E8;*/
      
          }
  .docinfo .search-image{
  width: 290px;
  height: 360px;
  margin-left: 50px;
  max-height: 360px; overflow: hidden;
  background-color: #f7f7f7; border-radius: 15px;
  }
  .docinfo .search-con{
  width: 820px;
  padding-left: 50px;
  }
  .docinfo .doc-tit{
  margin-top: 0;
  }
  .doc-shanc{
  padding-top: 35px;
  }
  .doc-jianj{
  padding-top: 35px;
  }
  .doc-mark{
  width: 70px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #F2F2F2;
  font-size: 16px;
  border-radius: 6px;
  }
  .doc-shanc .doc-mark{
  background: #16aec1;
  }
  .doc-jianj .doc-mark{
  background: #eda200;
  }
  .doc-text{
  font-size: 16px;
  color: #666;
  padding-top: 14px;
  line-height:23px;
  }
  .visiting{
  margin-top: 48px;
  }
  .visitbox{
  width: 100%;
  background: #fff;
  padding-top: 30px;
  margin-top: 25px;
  padding-bottom: 30px;
  }
  .visitbox ul li{
  width: 14.2%;
  float: left;
  
  }
  .visitbox ul li .vrow{
  border-left: 1px solid #E0E0E0;
  }
  .visitbox ul li:nth-child(1) .vrow{
  border-left: none;
  }
  .v-data{
  text-align: center;
  color: #000;
  font-size: 16px;
  }
  .v-data span{
  color: #999;
  }
  .vrow{
  margin-top: 25px;
  width: 100%;
  text-align: center;
  }
  .morning{
  float: left;
  width: 50%;
  color: #000;
  font-size: 14px;
  }
  .afternoon{
  float: left;
  width: 50%;
  }
  .order{
  margin-top: 25px;

  }
  .order button{
  color: #fff;
  width: 52px;
  height: 27px;
  background: #F2F2F2;
  border: none;
  outline: none;
  resize: none;
  border-radius: 14px;
  
  }
  .vtxt{
  width: 100%;
  height: 20px;
  }
  .album{
  margin-top: 50px;
  }
  .albumbox{
  position: relative;
  margin-top: 30px;
  }
  .change{
  position: relative;
  }
  .change .swiper-button-next{
  background: none;
  width: 50px;
  bottom: 0;
  right: 0;
  margin-top: 0;
  text-align: right;
  resize: none;
  outline: none;
  }
  .albumbox .swiper-slide img{
  width: 290px;
  height: 360px;
  }
  .articles{
  margin-top: 48px;
  }
  .articles-list{
  width: 100%;
  margin-top: 30px;
  }
  .articles-list ul li{
  width: 290px;
  height: 225px;
  float: left;
  margin-left: 40px;
  background: #fff;
  text-align: center;
  padding-bottom: 15px;
  }
  .articles-list ul li:nth-child(1){
  margin-left: 0;
  }
  .articles-list ul li img{
  /*padding-top: 20px;*/
  }
  .articles-tit{
  width: 250px;
  margin: 0 auto;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 20px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .arimage{
  width: 250px;
  height: 170px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
  }
  .arimage img{
  width: 100%;
  height: 100%;
  }
  .dptimg:hover{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0.8;
  }
  .dptbox ul li:hover .dpttit{
  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #E60012;
    }
  .teambox ul li:hover{
  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
     -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .more a:hover{
  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  color: #E60012;
  /*text-decoration: underline;*/
  }
  .newsbox ul li:hover{
  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
     -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .activities ul li:hover{
  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
     -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .newsbox ul li:hover .news-tit{
  color: #E60012;
  /*text-decoration: underline;*/
  }
  .dpt-tit:hover{
  color: #E60012;
  /*text-decoration: underline;*/
  }
  .prev-news:hover span{
  color: #E60012;
  /*text-decoration: underline;*/
  }
  .next-news:hover span{
  color: #E60012;
  /*text-decoration: underline;*/
  }
  .sv-tit:hover{
  color: #E60012;
  /*text-decoration: underline;*/
  }
  .articles-tit:hover{
  color: #E60012;
  /*text-decoration: underline;*/
  }
  .dls-tit a:hover{
  color: #E60012;
  /*text-decoration: underline;*/
  }
  .actlist ul li a:hover{
  color: #E60012;
  /*text-decoration: underline;*/
  }
  .prolist ul li a:hover{
  opacity: 0.7;
  color: #E60012;
  /*text-decoration: underline;*/
  }
  .dpt-image{
  width: 400px;
  height: 275px;
  overflow: hidden;
  }
  .dpt-image img{
  width: 100%;
  height: 100%;
  }
  .dpt-image img:hover{
  -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .arimage img:hover{
  -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .searchbox ul li:hover{
  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
     -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  }

  .addr{
  width: 280px;
  margin-left: 98px;
  color: #999999;
  font-size: 14px;
  margin-top: 50px;
  }
  .menubar ul li a:hover{
  color: #f2f2f2;
  background-color: rgba(255,255,255,0.5);
  border-radius: 3px;
  }
  .menubar ul li.active a{
  background-color: rgba(255,255,255,0.5);
  border-radius: 3px;
  }
  .menubar ul li:hover .list{ display: block; }

  .services ul li img{
  width: 100%;
  height: 100%;
  }
  .services ul li:nth-child(3n+1){
  margin-left: 0;
  }
  .order-right .layui-form-label{
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  }
  .order-right .layui-input{
  width:333px;
  border: none;
  border-bottom: 1px solid rgba(233,82,131,1);
  color: #000000;
  font-size: 16px;
  background: none;
  }
  
  .order-right .layui-form-radio>i{
  color: #fff;
  font-size: 18px;
  }
  .order-right .layui-form-radio>i:hover,.order-right .layui-form-radioed>i{
  color: #E60012;
  font-size: 18px;
  }
  .order-right .layui-textarea{
  width:333px;
  height:125px;
  background:rgba(249,232,238,1);
  border:1px solid rgba(230,0,18,1);
  }
  .order-right .layui-btn{
  background: #E60012;
  width: 150px;
  height: 33px;
  color: #fff;
  border-radius: 15px;
  line-height: 33px;
  margin-left: 80px;
  margin-top: 25px;
  }
  .mt50{
  margin-top: 50px;
  }
  .detail{
  margin-top: 40px;
  width: 100%;
  
  }
  .detail .container{
  background: #fff;
  width: 1200px;
  padding: 40px;
  }
  .part{
  width: 100%;
  padding-top: 40px;
  }
  
  .doc-img img{
  width: 100%;
  height: 100%;
  }
  .part-left{
  width: 530px;
  float: left;
  margin-left: 40px;
  
  }
  .part-right{
  width: 530px;
  float: right;
  margin-right: 40px;
  }
  .ptext{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  }
  .textcon{
  width: 1120px;
  margin: 0 auto;
  }
  .textcon p{
  padding-bottom: 40px;
  text-align: justify;
  color: #666;
  font-size: 14px;
  }
  .text{
  color: #666;
  font-size: 14px;
  }
  .text p{
  padding-top: 40px;
  text-align: justify;
  }
  .image img{
  width: 100%;
  }
  .ml40{
  margin-left: 40px;
  }
  .part ul li{
  float: left;
  width: 350px;
  margin-left: 43px;
  }
  .part ul li img{
  width: 100%;
  }
  .w560{
  width: 540px;
  float: left;
  margin-left: 40px;
  }
  .w588{
  width: 520px;
  float: right;
  margin-right: 40px;
  }
  .w588 p{
  text-align: justify;
  color: #666;
  font-size: 14px;
  line-height: 28px;
  }
  .pt20{
  padding-top: 20px;
  }
  .pt40{
  padding-top: 40px;
  }
  .orderGh{
  width: 100%;
  }

  .orderGh img{
  width: 100%;
  margin-top: 50px;
  }
  .culture{
  width: 100%;
  
  }
  .culture img{
  width: 100%;
  }
  .advice{
  width: 100%;
  padding-top: 40px;
  }
  .advice .part{
  width: 100%;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  }
  .mt40{
  margin-top: 40px;
  }
  .pleft{
  /*width: 50%;*/
  float: left;
  margin-left: 80px;
  }
  .pright{
  float: right;
  margin-right: 200px ;
  }
  .pblock{
  width: 100%;
  text-align: center;
  padding-top: 80px;
  }
  .ptit{
  color: #000;
  font-size: 36px;
  text-align: center;
  }
  .pblock img{
  width: 480px;
  }
  .contact{
  width: 100%;
  padding-top: 40px;
  }
  .contact .container{
  background: #fff;
  }
  .mapbox{
  float: left;
  width: 560px;
  height: 430px;
  margin: 40px;
  position: relative;
  }
  .maps{
  width: 100%;
  height: 100%
  }
  .map-info{
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  background:rgba(0,0,0,0.5);
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  }
  .map-info p{
  margin-left: 29px;
  }
  .routes{
  float: left;
  width: 500px;
  margin-left: 70px;
  }
  .rtit{
  width:100px;
  height:36px;
  background:rgba(230,0,18,1);
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 60px;
  }
  .site{
  margin-top: 40px;
  font-size: 16px;
  color: #000;
  }
  .place{
    font-size: 14px;
  color: #666;
  margin-top: 15px;
  line-height: 25px;
  }
  .center{
  width: 100%;
  padding-top: 40px;
  }
  .center .container{
  background: #fff;
  padding-bottom: 50px;
  }
  .w1200{
  width: 1200px;
  margin: 0 auto;
  }
  .center .w560{
  margin-left: 0;
  }
  .center .w600{
  float: left;
  width: 600px;
  margin-left: 40px;
  padding-top: 10px;
  color: #666;
  font-size: 14px;
  line-height: 25px;
  }
  .center .part p{
  color: #666;
  font-size: 14px;
  line-height: 25px;
  }
  .ptitle{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  }
  .cooplist{
  width: 100%;
  }
  .cooplist ul li{
  width: 370px;
  float: left;
  margin-bottom: 60px;
  text-align: center;
  }
  .cooplist ul li:nth-child(3n+1){
  margin-left: 0;
  }
  .cooptit{
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  }
  .cooplist ul li img{
  width: 370px;
  height: 260px;
  }
  
  
  .p-left{
  float: left;
  width: 560px;
  }
  .p-right{
  width: 560px;
  float: right;
  }
  .p-tit{
  color: #000;
  font-size: 14px;
  font-weight: 600;
  
  }
  .p-left p{
  padding-top: 10px;
  }
  .pimage{
  margin-top: 30px;
  width: 100%;
  }
  .pimage img{
  width: 100%;
  }
  .doc-banners .swiper-container {
    width: 760px;
    height: 198px;
    }
    .doc-banners .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #E60012;
    width: 160px !important;
    height: 198px !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    
    }
    .doc-banners .swiper-slide img{
    width: 100%;
    height: 100%;
    }
  .doc-banners .swiper-slide:not(.swiper-slide-active){
    /*transform: scale(0.8);*/
    background: #F2F2F2;
    width: 80px !important;
    height: 99px !important;
    margin-top: 100px;
  }
  .doc-banners {
    position: relative;
    width: 100%;
    height: 539px;
    background: url(../img/docbg.jpg) no-repeat center;
    background-size: cover;
    margin-top: 30px;
  }
  .doctor-intro{
  text-align: center;
  }
  .pt65{
  padding-top: 65px;
  }
    .doc-banners .swiper-button-next{
  right: 200px;
  top: 460px;
  }
  .doc-banners .swiper-button-prev{
  left: 200px;
  top: 460px;
  }
  .doc-banners .swiper-button-next, .doc-banners .swiper-button-prev{
  width: 20px;
  background-size: 20px 99px;
  background-color: #E60012;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: -50px;
  resize: none;
  outline: none;
  
  }
  .doc-banners .doctor-intro{
  width:80%;
  margin:0 auto;
  padding-top: 65px;
  height: 245px;
  }
  .info{
  display: block;
  width: 100%;
  background:rgba(230,0,18,0.5);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  }
  .dname{
  font-size: 18px;
  }
  .dwork{
  font-size: 14px;
  }
  .doc-banners .swiper-slide:not(.swiper-slide-active) .info{
  display: none;
  }
  .vr{
  position: relative;
  }
  .back{
  width: 120px;
  height: 45px;
  position: fixed;
  top: 20px;
  left: 20px;
  background:rgba(233,82,131,1);
  border-radius:23px;
  text-align: center;
  line-height: 45px;
  z-index: 99999;
  }
  .back a{
  color: #fff;
  font-size: 16px;
  }
  .vr{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  }
  /*20190715*/
  .join{
  width: 100%;
  margin-top: 65px;
  
  }
  .join .container{
  background: #fff;
  border-radius:15px;
  padding-top: 35px;
  }
  .select{
  width: 1080px;
  margin: 0 auto;
  }
  .select .layui-form-item{
  display: inline-block;
  }
  
  .select .layui-form-label{
  padding-left: 0;
  padding-right: 3px;
  width: auto;
  color: #000;
  font-size: 18px;
  }
  .select .layui-form-select{
  width: 135px;
  margin-right: 45px;
  }
  .select .layui-form-select dl dd.layui-this{
  background: #DCDCDC;
  }
  .select button{
  background: #E60012;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  width: 120px;
  margin-left: 30px;
  }
  .select .layui-form-select dl{
  padding-top: 0;
  padding-bottom: 0;
  }
  .result{
  width: 1080px;
  margin: 0 auto;
  margin-top: 60px;
  
  }
  .result-title{
  border-bottom: 1px solid #e0e0e0;
  }
  .result-title li{
  float: left;
  width: 20%;
  height: 70px;
  line-height: 70px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  }
  .result table{
  width: 100%;
  table-layout:fixed;
  margin-bottom: 80px;
  }
  .result table tr{
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  }
  .result table th{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 25px;
  }
  .result table td{
  color: #666;
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  }
  .result table tr td:nth-child(1){
  text-align: left;
  }
  .result table tr th:nth-child(1){
  text-align: left;
  }
  .result table tr:last-child{
  border-bottom: none;
  }
  .result table td a{
  padding: 6px 16px;
  border: 1px solid #DCDCDC;
  color: #666;
  font-size: 14px;
  border-radius: 15px;
  }
  .mr20{
  margin-right: 20px;
  }
  .result table td a:hover{
  border: 1px solid #E60012;
  color: #E60012;
  }
  .result .pagination ul li{
  border: 1px solid #E9E9E9;
  }
  .joinDetail{
  width: 100%;
  margin-top: 50px;
  }
  .joinDetail .container{
  background: #fff;
  padding-top: 39px;
  padding-bottom: 200px;
  }
  .joincon{
  width: 1080px;
  margin: 0 auto;
  }
  .position{
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  clear: #000;
  }
  .posinfo{
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  }
  .posinfo ul li{
  float: left;
  color: #000;
  font-size: 16px;
  }
  .posinfo span{
  color: #E60012;
  font-size: 16px;
  }
  .posinfo ul{
  display: inline-block;
  }
  .posinfo ul li{
  margin-left: 40px;
  }
  .posinfo ul li:nth-child(1){
  margin-left: 0;
  }
  .details{
  width: 100%;
  }
  .row-item{
  margin-top: 30px;
  }
  .tit-gwms{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  }
  .txt{
  color: #666;
  font-size: 14px;
  line-height: 27px;
  margin-top: 10px;
  }
  .enroll{
  width: 190px;
  height: 47px;
  border-radius: 99px;
  text-align: center;
  line-height: 47px;
  background: rgba(230,0,18,1);
  margin: 0 auto;
  margin-top: 90px;
  }
  .enroll a{
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  }
  .editbox{
  width: 100%;
    padding-bottom: 70px;
    padding-top: 40px;
  }
  .editbox .container {
    background: #fff;
    border-radius: 15px;
  }
  .edit-tit{
  padding-top: 50px;
  padding-bottom: 40px;
    color: #000;
    font-size: 30px;
    text-align: center;
  }
  .edit-text{
  width: 1148px;
    margin: 0 auto;
    border-top: 1px dashed #ccc;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .doctor img{
  width: 290px;
    
  }
  
  .ept-name a{
  color: #fff;
    font-size: 18px;
  }
  .fix ul li{
  overflow: hidden;
  }
  .contactbox{
      position: fixed;
      right: 220px;
      top: 0;
      width: 150px;
      height: 370px;
      background: #fff;
      top: 50%;
      margin-top: -200px;
      text-align: center;
      padding-top: 20px;
      box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
      z-index: 99999;
      display: none;
    }

.consultbox{
      position: fixed;
      right: 220px;
      top: 0;
      width: 150px;
      height: 120px;
      background: #fff;
      top: 50%;
      margin-top: -140px;
      text-align: center;
      padding-top: 20px;
      box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
      z-index: 99999;
      display: none;
    }



    .qqimg{
      width:65px;
      height:65px;
      background:rgba(0,185,239,1);
      border-radius:50%;
      line-height: 65px;
      margin: 0 auto;
    }
    .qqimg img{
      width: 40px;
      height: 42px;
      vertical-align: middle;
    }
    .ewm-tit{
      margin-top: 6px;
    }
    .contactbox ul li{
      margin-top: 19px;
    }
    
  .teamshow{
      width: 100%;
    }
    .teamtit{
       color: #000;
      font-size: 18px;
      width: 1280px;
      margin: 0 auto;
      margin-top: 55px;
    }
    .teamintro{
      width: 1200px;
      margin: 0 auto;
      background: #fff;
      padding: 17px 40px;
      margin-top: 10px;
      
    }
    .teambanner .docbox{
      margin-top: 15px;
    }
    .doc-intros {
      color: #fff;
      font-size: 14px;
      margin: 30px 30px 25px 20px;
      height: 40px;
      display: -webkit-box;
      overflow: hidden;
      white-space: normal!important;
      text-overflow: ellipsis;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
    .docmark{
      position: absolute;
      top: 15px;
      right: 0;
    }
    .tyzj .doc-info{
      background: #033B88;
  opacity: 0.8;
    }
    .tyzj .docbox .swiper-button-next, .tyzj .docbox .swiper-button-prev{
      background-color: #033B88;
    }
.menubox ul:nth-child(1){
 width: 9.5%;
}
.doctor-team{
  margin-top:10px;}
.ewm img{ width: 130px;}

.docbox .swiper-button-disabled{
 z-index: 999999;
 pointer-events: initial !important;
 
  
  
  
  
}



  .menubar ul li{        text-align: center;
        position: relative;
      }
      .menubar ul li:hover{
        background: #086c78;
      }
      .menubar ul li:hover a{
        background: none;
      }
      .menubar ul li.active{
        background: #086c78;
      }
      .menubar ul li.active a{
        background: none;
      }
      .menubar{
        height: 65px;
      }
      .list{
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        display: none;
        box-shadow: 0 6px 10px #ddd;
        padding-bottom: 10px;
      }
      .menubar ul li .list a{
        color: #333;
        cursor: pointer;
        line-height: 50px;
      }
      .list .active{
        background: #f2f2f2;
      }
      .menubar ul li .list .active a{
        color: #16aec1;
      }
      .list div{
        height: 50px;
        line-height: 50px;
      }
      .guidebox{
        position: absolute;
        width: 600px;
        height: 250px;
        background: #fff;
        left: 0;
        display: none;
      }
      .guideleft{
        float: left;
        width: 200px;
        background: #fff;
        height: 250px;
        /*overflow: scroll;*/
        -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
      }
      
      .guideright{
        float: right;
        width: 360px;
        height: 250px;
        background: #f2f2f2;
        padding: 0 20px;
        /*overflow: scroll;*/
      }
      .menubar ul li .second a{
        color: #333;
        font-size: 16px;
        padding: 5px 10px;  
        /*background: #fff;*/
        cursor: pointer;
      }
      .menubar ul li .second a:hover{
        color: #16aec1;
      }
      .menubar ul li .guideleft div{
        padding-right: 10px;
        height: 40px;
        line-height: 40px;
      }
      .menubar ul li .guideleft a{
        color: #333;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding-left: 28px;
        background: url(http://pcguanwang.hnfeyy.com/hnfeyy/img/icon-next.png) right no-repeat;
        padding-right: 15px;
        background-size: 10px;
      }
      .second dl dd{
        float: left;
      }
      .menubar ul li .second dd{
        height: 40px;
        line-height: 40px;
      }
      .second{
        padding-top: 20px;
      }
      .guideleft div:hover{
        background: #f2f2f2;
        cursor: pointer;
      }
      .guideleft div:hover a{
        color: #16aec1;
      }
      .about{
        position: absolute;
        width: 100%;
        background: #fff;
        display: none;
      }
      .menubar ul li .about a{
        color: #333;
        cursor: pointer;
      }
      .about .active{
        background: #f2f2f2;
      }
      .menubar ul li .about .active a{
        color: #16aec1;
      }
      .menubar ul li .guideleft .active a{
        color: #16aec1;
      }
      .about div{
        height: 50px;
        line-height: 50px;
      }
     
      
      .close .fix-img img{
        transform:rotate(90deg);
        -ms-transform:rotate(90deg);   /* IE 9 */
        -moz-transform:rotate(90deg);   /* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg);   /* Opera */
      }
      .menubar ul li{
        padding: 0 25px;
      }
      .menubar .container{
        width: 1000px;
      }



.search-image{
  max-height: 238px;
  overflow: hidden;
}
.newbanner li a{ display: block; height: 560px; }
.mt150{ margin-top: 150px; }
.info-banner{ padding-top: 160px; height: 560px;}
.info-banner p{ font-size: 43px; text-align: center; color: #fff; font-weight: 200; text-transform: uppercase;}
.info-banner h2{ font-weight: 600; text-align: center; color: #fff; font-size: 45px; padding-bottom: 120px; background: url(../m/static/images/down.png) no-repeat center bottom;}

.c-list{ width: 1280px; margin: 60px auto 0 auto; }
.c-list .depart{  margin-top: 30px; flex-wrap: wrap;}
.c-list .depart li{ width: 31.5%;margin-right: 1%; text-align: center; box-shadow: 0 6px 10px #eee; border-radius: 6px; overflow: hidden; margin-bottom: 30px; padding-bottom: 30px;}
.c-list .depart li:nth-child(3n){ margin-right: 0; }
.c-list .depart li .dptimg{ height: 383px; }
.c-list .depart li:last-child{ margin-right: 0; }
.c-list .depart li img{ width: 100%; height: 100%; object-fit: cover;}
.c-list .depart li h4{ color: #313131; font-size: 28px; font-weight: 500; margin-top: 10px; }
.c-list .depart li p{ color: #c3c3c3; font-size: 22px; text-transform: uppercase; }

.a-list .depart{ padding: 30px 0; }
.a-list .child-cat .child-item{ margin: 40px 40px 40px 0; display: inline-block;}
.a-list .child-cat .child-item a{ display:block; background: #e8e8e8; line-height: 40px; padding: 0 20px; font-size: 20px; color: #282828;}
.a-list .child-cat .child-item.active a{ color: #16aec1;}
.a-list .depart li{ padding: 30px; box-shadow: 0px 2px 10px 0px  rgba(206, 206, 206, 0.56); margin-bottom: 20px; border-radius: 10px; width: 100%; }
.a-list .depart li a{ display: block; }
.a-list .depart li .dptimg{ display: inline-block; vertical-align: middle; width: 270px; height: 157px; overflow: hidden;  border-radius: 6px;}
.a-list .depart li .dptimg img{ width: 100%; height: 100%; object-fit: cover; }
.a-list .depart li .right{ display: inline-block; vertical-align: top; padding-top: 20px; width: 840px; position: relative; margin-left: 90px;  padding-right: 355px;}
.a-list .depart li .right h4{ color: #282828; font-size: 20px; font-weight: 500;}
.a-list .depart li .right:hover h4{ color: #16aec1; }
.a-list .depart li .right p{ color: #989898; font-size: 16px; line-height: 24px; margin-top: 10px; }
.a-list .depart li .right .time{ font-size: 18px; color: #989898; position: absolute; right: 0; top: 20px; }
.a-list .depart li .right .btn{ display: block; position: absolute; right: 0; top: 60px; background: #cfcfcf; border-radius: 5px; line-height: 35px; text-align: center; width: 100px; font-size: 20px; color: #fff; }
.a-list .depart li:hover .btn{  background: #16aec1; }
#LRdiv0{ display: none!important; }