*{
  margin: 0;
  padding: 0;
  }
  body, button, input, select, textarea {
    webkit-font-smoothing: antialiased;
    font: 1rem/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: 1310px;
  margin: 0 auto;
  }
  .header{
  width: 100%;
  height: 184px;
  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: #E60012;
  font-size: 18px;
  padding-right: 30px;
  padding-top: 40px;
  }
  .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:rgba(230,0,18,1);
  }
  .menubar ul li{
  float: left;
  /*padding-left: 60px;*/
  width: 12.5%;
  }
  .menubar ul li:nth-child(1){
  padding-left: 0;
  }
  .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%;
  }
  .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: #317DB7;
  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 #E60012;
    width: 86px !important;
    height: 56px !important;
    }
    .gallery-top .swiper-slide img{
    width: 100%;
    height: 100%;
    }
  .department{
  width: 100%;
  margin-top: 30px;
  }
  .title-left{
  color: #000;
  font-size: 18px;
  float: left;
  }
  .title-left span{
  color: #999;
  font-size: 18px;
  }
  .content{
  width: 100%;
  background: #f2f2f2;
  /*margin-top: 150px;*/
  margin-top: 185px;
  }
  .dptbox{
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 28px;
  }
  .dptbox ul li{
  float: left;
  width: 16.6%;
  text-align: center;
  }
  .dptbox ul li .dptimg{
  width: 120px;
  height: 120px;

  vertical-align: middle;
  border-radius:50%;
  margin: 0 auto;
  }
  
  .dpttit{
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  }
  .dptbox ul li:nth-child(1) .dptimg{
  background: #24BAF1;
  }
  .dptbox ul li:nth-child(1) .dptimg img{
  margin-top: 19px;
  }
  .dptbox ul li:nth-child(2) .dptimg{
  background: #A0569F;
  }
  .dptbox ul li:nth-child(2) .dptimg img{
  margin-top: 23px;
  }
  .dptbox ul li:nth-child(3) .dptimg{
  background: #E7859A;
  }
  .dptbox ul li:nth-child(3) .dptimg img{
  margin-top: 24px;
  }
  .dptbox ul li:nth-child(4) .dptimg{
  background: #DE415A;
  }
  .dptbox ul li:nth-child(4) .dptimg img{
  margin-top: 23px;
  }
  .dptbox ul li:nth-child(5) .dptimg{
  background: #4ABAC4;
  }
  .dptbox ul li:nth-child(5) .dptimg img{
  margin-top: 24px;
  }
  .dptbox ul li:nth-child(6) .dptimg{
  background: #2B85C9;
  }
  .dptbox ul li:nth-child(6) .dptimg img{
  margin-top: 22px;
  }
  .team{
  margin-top: 48px;
  }
 
  .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;
  }
  .teambox ul li{
  width: 290px;
  height: 446px;
  float: left;
  border-radius: 15px;
  background: #fff;
  margin-left: 40px;
  position: relative;
  }
  .teambox ul li:nth-child(1){
  margin-left: 0;
  }
  .expert-info{
  width: 100%;
  height: 86px;
  background: #e7544d;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  
  }
  .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: 50px;
  }
  .rapidbox{
  width: 100%;
  border-radius:15px;
  background: #fff;
  padding-top: 45px;
  padding-bottom: 30px;
  margin-top: 30px;
  }
  .rapidbox ul li{
  float: left;
  
  /*2022-11-11 lty å°‘äº†ä¸€ä¸ªæ ç›® æ‰€ä»¥å°†width ä¿®æ”¹ä¸º19.6%*/
  width: 19.6%;
  text-align: center;
  }
  .rapidbox ul li .rapid-img{
  height: 80px;
  line-height: 80px;
  border-left: 1px solid #CCCCCC;
  }
  .rapidbox ul li .rapid-img img{
  vertical-align: middle;
  }
  .rapidbox ul li:nth-child(1) .rapid-img{
  border-left: none;
  }
  .rapid-tit{
  margin-top: 40px;
  color: #000;
  font-size: 16px;
  }
  .rapidbox ul li:hover .rapid-tit{
  color: #E60012;
  }
  .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: 740px;
  height: 150px;
  float: left;
  border-left: 1px solid #ccc;
  padding-left: 40px;
max-width:100%;
  }
  .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;
  }
  .video{
  width: 100%;
  margin-top: 30px;
  padding-bottom: 50px;
  }
  .videobox{
  float: left;
  width: 840px;
  height: 456px;
  /*background: url(../img/videobg.jpg) no-repeat;
  background-size: 100% 100%;*/
  border-radius: 15px;
  position: relative;
  }
  .poster{
  width: 840px;
  height: 456px;
  background: url(../img/videobg.jpg) no-repeat;
  background-size: 100% 100%;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  
  }
  .videobox iframe{
  border-radius: 15px;
  }
  .videobox a{
  display: block;
  width: 100%;
  height: 100%;
  }
  .vrbox{
  float: right;
  width: 400px;
  height: 456px;
  position: relative;
  border-radius: 15px;
  }
  .vrbg{
  width: 400px;
  height: 363px;
  background: url(../img/vrbg.jpg) no-repeat;
  background-size: 100% 100%;
  border-radius: 15px 15px 0 0;
  }
  .vrbar{
  width: 100%;
  height: 93px;
  position: absolute;
  left: 0;
  bottom: 0;
  
  }
  .vrbar-fl{
  float: left;
  color: #fff;
  background: #317DB7;
  width: 260px;
  height: 93px;
  border-radius: 0 0 0 15px;
  }
  .ft18{
  font-size: 18px;
  }
  .ft14{
  font-size: 14px;
  }
  .vrbar-fr{
  float: left;
  width: 140px;
  height: 93px;
  line-height: 93px;
  background: #E60012;
  text-align: center;
  border-radius: 0 0 15px 0;
  }
  .vrbar-fr a{
  width: 100%;
  display: block;
  font-size: 14px;
  color: #fff;
  }
  .vrbar-fr a:hover{
  /*text-decoration: underline;*/
  }
  .vrbar-fl .ft14{
  padding-left: 20px;
  padding-top: 5px;
  }
  .vrbar-fl .ft18{
  padding-left: 20px;
  padding-top: 20px;
  }
  .footer{
  width: 100%;
  }
  .footer-bar{
  color: #999999;
  font-size: 16px;
  height: 80px;
  line-height: 60px;
  background: #333;
  }
  .fl{
  float: left;
  }
  .fr{
  float: right;
  }
  .footer-guide{
  width: 100%;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
  }
  .fg-left{
  float: left;
  width: 335px;
  }
  .fg-right{
  float: right;
  width: 870px;
  }
  .fg-right ul{
  float: left;
  padding-left: 30px;
  }
  .fg-right ul:nth-child(1){
  /*padding-left: 0;*/
  }
  .fg-right ul li:nth-child(1) a{
  color: #000;
  font-size: 18px;
  cursor: default;
  }
  .dbanner img{
  max-height: 460px;
  overflow: hidden;
  }
  .fg-right ul li a{
  font-size: 14px;
  color: #999999;
  }
  .fg-right ul li{
  line-height: 36px;
  text-align: center;
  }
  .fg-right ul li:hover a{
  color: #E60012;
  /*text-decoration: underline;*/
  }
  .ewm p{
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 5px;
  }
  .ewm{
  float: left;
  }
  .ewm:nth-child(1){
  margin-right: 50px;
  }
  .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;
  max-width:100%;
  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;
  }
  .map{
  width: 100%;
  height: 400px;
  }
  
  .route{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
  }
  .routebox{
  padding-bottom: 60px;
  }
  .route .container{
  background: #fff;
  border-radius: 15px;
  padding-top: 50px;
  }
  .route-head{
  padding-left: 50px;
  font-size:24px;
  color: #000;
  }
  .routebox ul{
  padding-left: 50px;
  padding-right: 70px;
  }
  .routebox ul li{
  margin-top: 45px;
  }
  .routebox ul li label{
  float: left;
  display: block;
  width: 56px;
  height: 56px;
  background: #033B88;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  color: #F2F2F2;
  font-size: 30px;
  }
  .routetxt{
  float: left;
  width: 90%;
  margin-left: 20px;
  }
  .route-tit{
  font-size: 18px;
  color: #000000;
  }
  .route-intro{
  color: #999999;
  font-size: 16px;
  padding-top: 10px;
  }
  .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;
margin-top: 12%;
max-width:100%;
  }


  .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: 1360px;
  margin: 0 auto;
  }
  .activities ul li{
  float: left;
  width: 270px;
height:auto;
  background: #fff;
  margin-left: 40px;
  margin-top: 40px;
  }
  .activities ul li:nth-child(2n+1){
 /* margin-left: 0;*/
  }
  .atvimg{
  width: 100%;
  height: 150px;
  }
  .atvimg img{
  width: 100%;
  height: 100%;
border-radius:15px;
  }
  .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;
text-align: center;
  }
  .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: #e7544d;
    left: 0;
    bottom: 0;
    text-align: left;
    }
  .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: #e7544d;
  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;
  }
  .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%;
  }
  .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;
  }
  .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;
  }
  .doc-shanc .doc-mark{
  background: #1DCAD3;
  }
  .doc-jianj .doc-mark{
  background: #A6559D;
  }
  .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;
    background: rgba(0,0,0,.8);
     -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
    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 .atvimg{
  -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;
  max-width:100%;
  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);
  }
  .downloads 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);
  }
  
  .orderbox{
  width: 100%;
  background: url(../img/orderbg.png) no-repeat center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 160px;
  margin-top: -4px;
  }
  .orders{
  width: 1080px;
  height: 568px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  box-shadow:0px 0px 7px 0px rgba(0, 0, 0, 0.89);
  }
  .order-left{
  width: 575px;
  float: left;
  }
  .order-right{
  width: 505px;
  height: 100%;
  float: right;
  background: #F8D5E0;
  border-radius: 0 15px 15px 0;
  }
  .order-title{
  margin-top: 180px;
  margin-left: 98px;
  color: #E60012;
  font-size: 24px;
  font-weight: 600;
  }
  .order-title img{
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
  }
  .addr{
  width: 280px;
  margin-left: 98px;
  color: #999999;
  font-size: 14px;
  margin-top: 50px;
  }
  .menubar ul li a:hover{
  color: #f2f2f2;
  /*opacity: 0.75;*/
  /*text-decoration: underline;*/
  background-color: rgba(255,255,255,0.5);
  border-radius: 3px;
  padding: 3px 5px;
  }
  .menubar ul li.active a{
  background-color: rgba(255,255,255,0.5);
  border-radius: 3px;
  padding: 3px 5px;
  }
  .services ul li img{
  width: 100%;
  height: 100%;
  }
  .services ul li:nth-child(3n+1){
	  max-width: 100%;
  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;
margin-top: 4%;
max-width:100%;
    }
@media(max-width:768px){
 .doc-banners .swiper-container {
margin-left: -45%;

}

}
    .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/banner3.png) 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: #e7544d;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: -50px;
  resize: none;
  outline: none;
  
  }
@media(max-width:768px){
  .doc-banners .swiper-button-next, .doc-banners .swiper-button-prev{
margin-top:10px!important;
}
 .doc-banners .swiper-button-prev{
left: 70px;
}
.doc-banners .swiper-button-next{
    right: 60px;
}
}

  .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 {
  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;
    height: 360px;
    
  }
  
  .ept-name a{
  color: #fff;
    font-size: 18px;
  }
 
  .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;
    }
    .trangle_right{
      position: absolute;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-left: 15px solid #fff;
      border-bottom: 10px solid transparent;
      right: -15px;
      top: 50%;
    }
  .teamshow{
      width: 100%;
    }
    .teamtit{
       color: #000;
      font-size: 18px;
      width: 1280px;
      margin: 0 auto;
      margin-top: 55px;
    }
    .teamintro{
      width: 1280px;
      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;
    }
    .tyzj .docbox .swiper-button-next, .tyzj .docbox .swiper-button-prev{
      background-color: #033B88;
    }

.menubar ul li:nth-child(1){
 padding-left: 0;
 width: 9.5%;
}
.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: #ba0413;
      }
      .menubar ul li:hover a{
        background: none;
      }
      .menubar ul li.active{
        background: #ba0413;
      }
      .menubar ul li.active a{
        background: none;
      }
      .menubar{
        height: 65px;
      }
      .list{
        position: absolute;
        width: 100%;
        background: #fff;
        display: none;
      }
      .menubar ul li .list a{
        color: #333;
        cursor: pointer;
      }
      .list .active{
        background: #f2f2f2;
      }
      .menubar ul li .list .active a{
        color: #E60012;
      }
      .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: #E60012;
      }
      .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: #E60012;
      }
      .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: #E60012;
      }
      .menubar ul li .guideleft .active a{
        color: #E60012;
      }
      .about div{
        height: 50px;
        line-height: 50px;
      }
    
      .showbtn{
        position: fixed;
        right: 20px;
        top: 50%;
        margin-top: -30px;
        background: #ff4553;
        width: 60px;
        height: 60px;
        border-radius: 99px;
        font-size: 16px;
        text-align: center;
        color: #fff;
        z-index: 99999;
  display: none;
      }
      .showbtn a{
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        padding-top: 8px;
        display: block;
      }
      
      .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{
        width: 14.28% !important;
      }
      .menubar .container{
        width: 1000px;
      }


 .orderGh .container{
  BackGround: #fff;
  padding: 40px;
  margin-top:40px;
  }





.teambox .doctor{
  max-height: 360px;
  overflow: hidden;
}
.teambox .doctor img{
  height: initial;
}


.search-image{
  max-height: 238px;
  overflow: hidden;
}

  .introduction .content{
    padding-top:1em;
      padding-bottom:1em;
      margin-top: 50px;
    }
    .hospital .intro {
      width:1280px;
      margin:0 auto;
      margin-top: 20px;
      }
    .hospital .intro .text p{
      padding-top:20px;
      }
.contact{height:auto;}
   .new-hospital{
  width:1280px;
      margin:0 auto;
      margin-top: 20px;
  }
.new-hospital img{width:100%;}
