
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}
.jb{
  *display: none;
  display: none;\0
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
  border: 0;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

[hidefocus], summary {
  outline: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}

sup, sub {
  font-size: 83%;
}

pre, code, kbd, samp {
  font-family: inherit;
}

q:before, q:after {
  content: none;
}

.f-cb:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}

.f-cb {
  zoom: 1;
}

textarea {
  overflow: auto;
  resize: none;
}

label, summary {
  cursor: default;
}

a, button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold;
}

del, ins, u, s, a, a:hover {
  text-decoration: none;
}

body {
  font-family: PingFangSC-Regular, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  color: #313131;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-x: hidden;
}

a {
  color: #009D4D;
  text-decoration: none;
}

h1 {
  margin: 0;
  font-weight: 500;
}

h2, h3, h4 {
  margin: 0;
  font-weight: 500;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

input {
  display: inline-block;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  outline: none;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

input[type="checkbox"], input[type="radio"] {
  height: auto;
}

textarea {
  padding: 10px;
  background-color: #fff;
  outline: none;
  font-size: 14px;
  border: 1px solid #cfcfcf;
  resize: none;
  border-radius: 2px;
  width: 100%;
}

a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

iframe {
  border: none;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.container {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.owl-nav {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(calc(-50%));
  -ms-transform: translateY(calc(-50%));
  transform: translateY(calc(-50%));
  position: absolute;
  width: 100%;
  margin: 0;
}

.home-banner .owl-nav .owl-prev, .home-banner .owl-nav .owl-next {
  width: 32px;
  height: 80px;
  color: #fff;
}

.owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, .2) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
}

.home-banner .owl-nav .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}



:root .navbar-right, .logo img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}





/*团队列表页*/

#teamlist .teamitem a {
  float: left;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition:  all 0.3s ease-out 0s;    /* for Firefox */
  -ms-transition:  all 0.3s ease-out 0s;       /* for IE */
  -o-transition:  all 0.3s ease-out 0s;        /* for Opera */
  position: relative;
  top: 10px;
  left: 10px;
  width: 30%;
}

#teamlist .teamitem .teaminfo {
  float: right;
  transition: all .6s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;    /* for Firefox */
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;       /* for IE */
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;        /* for Opera */
  margin: 0px;
  text-align: left;
  width: 60%;
  padding: 55px 0 0;
}

#teamlist .teamitem .title a {
  float: none;
  color: #333;
  left: 0;
  top: 0;
}

#teamlist .teamitem .title {
  display: inline-block;
  padding-right: 12px;
}

#teamlist .teamitem .subtitle {
  display: inline-block;
  max-width: 202px;
  font-size: 13px;
  color: #999;
  margin-top: 7px;
}

#teamlist .teamitem:hover a {
  margin-top: 0px;
}

#teamlist .teamitem:hover .teaminfo {
  padding-top: 48px;
}

#teamlist .teamitem:hover a.details {
  opacity: 1;
  margin-top: 8px;
  border-color: #009D4D;
  color: #009D4D;
}

#teamlist {
  padding-top: 55px;
  width: calc(100% + 20px);
}

#teamlist .teamimg {
  width: 100%;
  height: 215px;
  overflow: hidden;
}

#teamlist .teamitem a img {
  width: 100%;
}

#teamlist .teamitem {
  margin-bottom: 30px;
  height: 235px;
  background: #f8f8fa;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width:491px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;    /* for Firefox */
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;       /* for IE */
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;        /* for Opera */
  border: 1px solid transparent;
  float: left;
  margin-right: 20px
}

#teamlist .teamitem .description {
  line-height: 26px;
  color: #999;
  width: 90%;
  margin-top: 25px;
  height: 52px;
  overflow: hidden;
}

#teamlist .teamitem a.details {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  border: 1px solid #C8C8C8;
  top: 180px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition:  all 0.3s ease-out 0s;    /* for Firefox */
  -ms-transition:  all 0.3s ease-out 0s;       /* for IE */
  -o-transition:  all 0.3s ease-out 0s;        /* for Opera */
  opacity: 0;
  left: 55px;
  text-align: center;
  color: #C8C8C8;
}

#teamlist .teamitem:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
  border: 1px solid #f2f2f2;
}

#teamlist .teamitem:hover .teaminfo {
  padding-top: 40px;
}

#teamlist .teamitem .subtitle {
  display: block;
}

#teamlist .teamitem .title a {
  top: 0;
  left: 0;
  color: #444;
}

#newslist .left .newsbody {
  padding-left: 0;
  margin-left: 100px;
}

#newslist .right .newsbody {
  padding-right: 0;
  margin-left: 100px;
}

#newslist .right .newsbody .date {
  right: auto;
  left: 75px;
}

#teamlist .teamitem:hover {
  border-top: 1px solid #009D4D;
}

#teamlist #pages {
  margin-left: 0;
  width: 100%;
}

#teampost {
  padding: 20px 0 50px 0;
}

#teampost hr {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#teampost #teamimage {

  text-align: center;
   margin:0 auto

}

#teampost #teamimage img {
  float: none; border-radius:10px;
}

#teampost #teambody {
  margin-left: 0px;
}

#teampost #teambody .theader .title {
  font-size: 18px;
  margin-bottom: 5px;
  color: #343434; font-weight: 600; text-indent:32px; margin-top:20px;
}
#teampost #teambody .theader .title span {
  font-size: 16px;font-weight: 400
 
}

#teambody .theader .subtitle {
  color: #626262;
  font-size: 16px;
}

#teambody .theader .postbody {
  margin-top: 0px;
 
  overflow: hidden;
}

.postbody p {
  word-wrap: break-word;
  word-break: normal;
  line-height: 30px;
  position: relative;
  letter-spacing: 0.6px;
  padding: 0px 0;
}

#teampost #teambody .postbody P {
  text-indent: 0em;
}

#teampost .postbody hr {
  border: none;
  border-top: 1px dotted #dadada;
  height: 1px;
}



/*医生*/

.categorys {
  margin-top: 55px;
  text-align: center;
}

.categorys>a {
  display: inline-block;
  margin: 5px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid rgba(170, 170, 170, .2);
  color: #828282;
  transition: all .36s ease;
}

.categorys>a.active, .categorys>a:hover {
  background-color: #009D4D;
  color: #fff;
}
.doc-list{
   margin-top: 50px;
}
.doc-list .doc-item{
  margin: 0 20px 20px 20px !important;
}
#doctor .owl-nav .owl-next, #doctor .owl-nav .owl-prev {
  background: transparent !important;
  opacity:0 !Important;
  color: #999 !important;
}

.doc-item {
  background: rgba(255, 255, 255, .0);
  border-bottom: 1px solid rgba(255, 255, 255, .0);
  float: left;
  list-style: none;
  position: relative;
  width: 100px;
  margin: 0 110px 0 0;
  text-align: center;

}
.doc-item:nth-child(6n){
  background: rgba(255, 255, 255, .0);
  border-bottom: 1px solid rgba(255, 255, 255, .0);
  float: left;
  list-style: none;
  position: relative;
  width: 100px;
  margin: 0 0px 0 0;
  text-align: center;

}

.doc-item .header {
  width: 100px;
  height: 100px;
  border-radius: 150px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  /*float: left;*/
  /*margin-left: 50px;*/
  padding: 0;
}

.header img {
  max-width: inherit;
  width: 100px;
  float: none;
  display: block;
}
#doctor .owl-next{
  right: 40px;
}
#doctor .summary {
  padding: 20px 50px 0 5px;
  float: right;
  width: 360px;
}

#doctor .summary p {
  width: 100%;
  text-align: left;
  margin-left: 0;
}

#doctor .summary .title {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#doctor .summary .title a {
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

#doctor .summary .subtitle {
  font-size: 14px;
  color: #B0B0B0;
  margin-top: 4px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#doctor .doc-item:hover .summary p.title {
  margin-left: 10px;
}

#doctor .doc-item:hover a.details {
  opacity: 1;
  right: 40px;
}

#doctor .doc-item:hover .summary p.subtitle {
  padding-left: 10px;
}

#doctor .summary .description {
  margin-top: 20px;
  font-size: 13px;
  line-height: 26px;
  overflow: hidden;
  color: #878787;
}

#doctor a.details {
  display: block;
  width: 40px;
  position: absolute;
  right: 90px;
  top: 10px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #838383;
}

.clear {
  clear: both;
}



@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

@keyframes blink {
  50% {
    color: #fff;
    background-color: #ff9800;
  }
}

@keyframes plan {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.plan {
  -webkit-animation: :plan 8s ease-in-out 0s 1 alternate forwards;
  animation: plan 8s ease-in-out 0s 1 alternate forwards;
}

.icon-guanbi {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px !important;
  cursor: pointer;
}

.slideleft {
  left: 20px !important;
}

.form h4 {
  font-size: 24px;
  color: #009D4D;
}

.form .form-title {
  margin-bottom: 20px;
}

.form {
  width: 970px;
  margin: 0 auto;
  padding-top: 200px;
  line-height: 30px;
  font-size: 16px;
  color: #6a6a6a;
  overflow: hidden;
}

.form h4 span {
  color: #bbb;
  font-size: 15px;
}

.form-body {
  border-top: 1px solid #f2f2f2;
  padding-top: 40px;
  margin-bottom: 80px;
}

.form-body-td {
  margin-bottom: 10px;
  padding-left: 80px;
  width: 450px;
  height: 93px;
  float: left;
}

.form-group {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  margin-bottom: 15px;
}

.form-body label {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
  color: #4c4c4c;
  padding-top: 7px;
  text-align: right;
}

.form-body label strong {
  color: #009D4D;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.form-body label span {
  font-size: 12px;
  line-height: 30px;
  color: #bbb;
}

.form-body input {
  width: 100%;
  height: 40px;
}

input, select {
  width: 100%;
  display: inline-block;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  outline: none;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.form-body-tr {
  padding-left: 80px;
  width: 900px;
  clear: both;
}

.Validform_error {
  border-color: #e83d2c;
}

.btn-system-green-line {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 22px !important;
  background: none;
  padding: 10px 40px !important;
  margin-left: 20px;
  color: #009D4D;
  box-shadow: 0px 1px 0px 0px rgba(22, 173, 136, 0.392);
  border: 2px solid #009D4D !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.form .vistime {
  font-size: 14px;
  color: red;
}

.col-md-7 {
  width: 58.33333333%;
  float: left;
}

.col-md-5 {
  width: 41.66666667%;
  float: left;
}

.text-right {
  margin-top: 35px;
  text-align: right;
}

.Validform_checktip {
  color: red;
  display: block;
  float: left;
}

.Validform_right {
  display: none;
}

#nativeplace_top, #span_doctor {
  float: left;
  width: 48%;
}

#span_nativeplace_son, #span_doctor_son {
  float: right;
  width: 48%;
}


@media screen and (max-width:1170px) {
  .container{
    width: 1002px !important;
  }
  .a_box{
    width: 1002px !important;
  }
  .tutor_banner{
    width: 550px !important;
  }
  .owl-stage-outer .item{
    width: 510px !important;
  }
  #doctor .teamitem_list .doc-item{
    margin: 0 35px !important;
    padding-top: 10px;
    transition: all 0.2s ease-out 0s;
  }
  #doctor .teamitem_list .doc-item:hover{
    margin-top: -10px !important;
    margin-bottom: 10px !important;
  }
  .bg_a a{
    left: -10px !important;
  }
  .logo img {
    height: 50px !important;
  }
  #about .des-wrap {
    width: 500px !important;
  }
  #doctor .summary {
    padding: 20px 10px 0 5px !important;
    width: 255px !important;
  }
  .category a {
    padding: 5px 10px;
  }
  #research_teaching .top_new {
    margin: 10px 0;
  }
 
}

@media screen and (max-width:640px) {
 
  .tutor_banner{
    width: 100% !important;
  }
  .owl-stage-outer .item{
    width: 100% !important;
  }
 
 #teampost #teambody .theader .title {
  font-size:18px; font-weight:bold;
  margin-bottom: 0px;
  color: #343434;
}
.postbody p {
  word-wrap: break-word;
  word-break: normal;
  line-height: 30px;
  position: relative;
  letter-spacing: 0.6px;
  padding: 2px 0;
}



#teampost #teamimage {
  width: 80%;
  text-align: center;
  float: none;
   height:320px;
    overflow:hidden; margin:0 10%;border-radius:10px;
}


#teambody .theader .postbody {
  margin-top: 16px;
  width:100%;
   margin:0 auto;
  overflow: hidden;
}

#teampost #teamimage img {
  float: none; 
}
#teampost #teambody {

   width:100%;
   margin:0 auto;
    padding-top:2%; clear:both
 
}
#teampost .postbody {
  margin-top: 16px;
  width:90%;
   margin:0 auto;
  overflow: hidden;
  float:none
}
#teampost #teambody .postbody P { padding-left:2%
}

}

/*2018-06-4*/
.tutor{
  float: right;
  width: 450px;
  background:#fff;
   height:405px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, .06);
  border-radius: 3px;
}
.tutor_box{
  width: 100%;
  padding: 20px;
}
.tutor .doc-item{
  width: 48% !important;
  margin:0px 0 10px 0 !important;
  transition: all 0.3s ease-out 0s;
}
.tutor .doc-item:hover{
  padding: 0px 0 0 5px;
 
}
.tutor .doc-item .header{
  width: 60px !important;
  height: 60px !important;
  float: left;
}
.tutor .doc-item .header img{
  width:60px !important;
}


~~
.tutor_n{
  float: none;
  width:100px;
  border:1px #CCCCCC solid;;
  background:#000;
  
}
.tutor_n_box{
  width: 100%;
  padding: 20px;
}
.tutor_n .doc-item{
  width: 49% !important;
  margin:0px 0 30px 0 !important;
  transition: all 0.3s ease-out 0s;
}
.tutor_n .doc-item:hover{
  padding: 0px 0 0 5px;
 
}
.tutor_n .doc-item .header{
  width: 60px !important;
  height: 60px !important;
  float: left;
}
.tutor_n .doc-item .header img{
  width:60px !important;
}
~~~

.tutor_n1{
  float: none;
  width:100px;
  border:1px #CCCCCC solid;;
  background:#000;
  
}
.tutor_n1_box{
  width: 100%;
  padding: 20px;
}
.tutor_n1 .doc-item{
  width: 33.3% !important;
  margin:0px 0 5px 0 !important;
  transition: all 0.3s ease-out 0s;
}
.tutor_n1 .doc-item a{
  width: 100%;

}

.tutor_n1 .doc-item:hover{
  padding: 0px 0 0 5px;
 
}
.tutor_n1 .doc-item .header{
  width: 60px !important;
  height: 60px !important;
   border-radius:50%
}
.tutor_n1 .doc-item .header img{
  width:60px !important;
}



/* #doctor .container{
  overflow: hidden;
} */
.titiles_boxs{
  float: left;
  text-align: left;
  margin-left: 20px;
  margin-top: 10px;
}
.tutor_banner{
  float: left;
  width: 1200px;
/*  background: #fff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, .06);*/
  border-radius: 3px; height:460px; overflow:hidden
}
#doctor .header p.title{
  font-size: 18px;
}
#selects{
  height: 25px;
  width: 156px;
  display: inline-block;
  padding: 0 6px; font-size:14px
}
.titles_margin{
  line-height:40px;
  text-indent: 18px;
  border-bottom: #f0f1f1 1px solid;
  width: 100%;
  color: #009D4D;
  font-size: 16px;
}


.tutor_banner .doc-item{
  padding-top: 5px;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 7px !important;
}
/*.tutor_banner .doc-item:nth-child(3){*/
  /*padding-bottom: 5px;*/
  /*padding-top: 0;*/
/*}*/
.tutor_banner .doc-item:hover{
  margin-top: -5px !important;
  margin-bottom: 12px !important;
}
#doctor .title{
  font-size: 16px;
}
#doctor .subtitle{
  font-size: 12px;
  color: #aaa;
   line-height:30px;
}
#doctor .doc-item .header{
  margin-bottom: 5px !important;
}
#doctor .doc-item a{
  color: #595959!important;
}
.owl-stage-outer .item{
  height: 324px;
  overflow: hidden;
 
}
.teamitem_list{
  padding:20px 0px 0px  0px;
  overflow: hidden;
  
  transition: all 0.3s ease-out 0s;
  opacity: 1;
}
.hides_teamitem_list{
  display: none !important;
}

.owl-stage-outer{
  padding: 0;
}
/*2018-06-05*/
.bg_a a{
  display: block;
  position: absolute;
  left: 80px;
}
.bg_a a:nth-child(1){
  width: 211px;
  height: 19px;
  bottom: 250px;
}
.bg_a a:nth-child(2){
  width: 235px;
  height: 19px;
  bottom: 219px;
}
.bg_a a:nth-child(3){
  width: 203px;
  height: 19px;
  bottom: 187px;
}
.bg_a a:nth-child(4){
  width: 235px;
  height: 19px;
  bottom: 156px;
}
.bg_a a:nth-child(5){
  width: 269px;
  height: 19px;
  bottom: 124px;
}
.a_box{
  position: relative;
  height: 100%;
  margin: 0 auto;
  width: 1170px;
}
