@charset "UTF-8";
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slider-area {
  color: #fff;
  position: relative;
  text-align: center;
}

.slider-content {
  padding: 180px 60px;
}

.nivo-caption::after {
  background: #444 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.layer-1-2 {
  margin: 20px 0;
}

.layer-1-1 h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.layer-1-2 h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}

.layer-1-3 {
  margin: 50px 0 0;
}

.layer-1-3 a.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.layer-1-3 a.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.ready-btn.right-btn {
  margin-right: 15px;
  background: #3EC1D5;
  border: 1px solid #3EC1D5 !important;
}

.ready-btn.right-btn:hover {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.nivo-controlNav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8;
}

.nivo-directionNav {
  display: block;
}

.nivo-controlNav a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  box-shadow: none;
  display: inline-block;
  font-size: 0;
  height: 2px;
  margin: 5px 3px;
  opacity: 1;
  text-align: center;
  text-indent: inherit;
  vertical-align: top;
  width: 20px;
}

/* Normal desktop :992px. */
@media (min-width: 1400px) and (max-width: 1920px) {
  .slider-content {
    padding: 340px 0;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 144px 0;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    padding: 93px 0;
  }
  .layer-1-2 h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .layer-1-3 a.ready-btn {
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .nivo-directionNav {
    display: none;
  }
  .slider-content {
    padding: 46px 0px;
  }
  .layer-1-2 {
    margin: 10px 0;
  }
  .layer-1-1 h2 {
    font-size: 14px;
    line-height: 16px;
  }
  .layer-1-2 h1 {
    font-size: 14px;
    line-height: 16px;
  }
  .layer-1-3 a.ready-btn {
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 10px;
  }
  .layer-1-3 {
    margin: 10px 0 0;
  }
  .nivo-controlNav {
    bottom: -8px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-content {
    padding: 70px 0px;
  }
  .layer-1-1 h2, .layer-1-2 h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

/* -------------------------------------
preview-2
---------------------------------------- */
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
  left: 50px;
}

.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
  right: 50px;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
  font-size: 0;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
  font-size: 0;
}

.preview-2 .nivo-directionNav a.nivo-prevNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  content: "";
  cursor: pointer;
  font: 300 50px/50px FontAwesome;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  z-index: 9;
  font-weight: 100;
  left: 0px;
  width: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
}

.preview-2 .nivo-directionNav a.nivo-nextNav:hover:before, .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  border-color: #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.preview-2 .nivo-directionNav a.nivo-nextNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  cursor: pointer;
  font: 100 30px/50px FontAwesome;
  height: 50px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  width: 50px;
  z-index: 9;
  font-size: 30px;
}

.niceties.preview-2 {
  position: relative;
  height: 100%;
}

/*--------------------------------------------------------------
# About 临床科研解决方案
--------------------------------------------------------------*/
.about-area {
  background-color: #f9f9f9;
  padding-top: 46px;
}

.single-well > a {
  display: block;
}

.single-well p {
  color: #444;
  line-height: 30px;
  margin-top: 30px;
}

.single-well .apply button{
  width: 150px;
  height: 45px;
  background-color: #236a90;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  border: none;
  font-size: 18px;
  margin-top: 5px;
}

/*--------------------------------------------------------------
# Services 服务模块
--------------------------------------------------------------*/
.services-area {
  padding-top: 46px;
}
.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head > h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
  color: #3EC1D5;
}

.services-icon img{
  width: 108px;
  height: 108px;
}

.row.second-row {
  margin-top: 40px;
}

.section-head > h2 {
  color: #333;
}

.single-services > h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services > p {
  color: #333;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button > button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.team-img {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.team-img img{
  width: 94px;
  height: 91px;
  margin: 20px 0 16px;
}

.team-img > a {
  display: block;
}

.team-content > h4, .team-content > p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
}

.blog-text h4 {
  color: #444;
  margin: 30px 0 15px;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type > a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 3px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog-img img {
  width: 285px;
  height: 200px;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color:#3EC1D5;
}
  /*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
	.work-right-text {
	  padding: 150px 150px;
  }
}
  
  /* Normal desktop :992px. */
  @media (min-width: 992px) and (max-width: 1169px) {
	.slider-content {
	  padding: 146px 0;
	}
	.work-right-text {
	  padding: 40px 0;
	}
	.work-right-text h2 {
	  font-size: 18px;
	  line-height: 28px;
	}
  }
  
  /* Tablet desktop :768px. */
  @media (min-width: 768px) and (max-width: 991px) {
	.layer-1-1 h2 {
	  font-size: 24px;
	}
	.layer-1-2 h1 {
	  font-size: 31px;
	  line-height: 38px;
	  padding: 0px 30px;
	}
	.tab-menu ul.nav li a {
	  padding: 10px 16px;
	}
	.suscribe-input input {
	  width: 60%;
	}
	.suscribe-input button {
	  width: 40%;
	}
	.team-content.text-center > h4 {
	  font-size: 20px;
	}
	.sus-btn {
	  margin-left: 0;
	}
	.suscribe-text h3 {
	  font-size: 16px;
	  padding-right: 20px;
	}
	.work-right-text h5 {
	  font-size: 14px;
	  line-height: 22px;
	}
	.work-right-text {
	  padding: 36px 0;
	}
	.work-right-text h2 {
	  font-size: 14px;
	  line-height: 22px;
	}
	.work-right-text .ready-btn {
	  font-size: 13px;
	  padding: 7px 20px;
	  margin-top: 5px;
	}
	.single-awesome-portfolio {
	  width: 33.33%;
	}
	.widget-product a img {
	  display: block;
	  float: none;
	  width: 100%;
	}
	.widget-product .product-info {
	  display: block;
	  float: none;
	  padding-left: 0;
	  width: 100%;
	  margin-top: 20px;
	}
	.map-column {
	  margin-left: 0;
	  padding-right: 40px;
	}
	.post-information .entry-meta {
	  font-size: 13px;
	  padding: 5px 0;
	}
	.post-information .entry-meta span a {
	  padding: 4px 0;
	}
	.service-pic {
	  margin-bottom: 30px;
	  text-align: center;
	}
	.single-add-itms {
	  width: 50%;
	}
	.left-sidebar-title > h4 {
	  font-size: 18px;
	}
	.contact-form {
	  margin-top: 0px;
	}
	.search-option input {
	  width: 67%;
	}
  }
  
  /* small mobile :320px. */
  @media (max-width: 767px) {
	.slider-area {
	  margin-top: 60px;
	}
	.slider-content {
	  padding: 80px 0;
	}
	.slider-content h2 {
	  font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 20px;
	}
	.slider-content h1 {
	  font-size: 6px !important;
	  line-height: 26px !important;
	}
	.layer-1-3 a.ready-btn {
	  padding: 8px 15px;
	}
	.section-headline h2 {
	  font-size: 30px;
	}
	.well-middle .single-well {
	  margin-top: 30px;
	}
	.single-skill {
	  margin-bottom: 40px;
	}
	.tab-menu {
	  margin-top: 30px;
	}
	.tab-menu ul.nav li a {
	  padding: 8px 6px;
	}
	.wellcome-text {
	  margin: 0px;
	  padding: 70px 0px;
	}
	.subs-feilds {
	  width: 100%;
	}
	.suscribe-input input {
	  width: 60%;
	}
	.suscribe-input button {
	  font-size: 15px;
	  padding: 14px 10px;
	  width: 40%;
	}
	.section-headline h3 {
	  font-size: 25px;
	}
	.well-text > h2 {
	  font-size: 18px;
	}
	.well-text p {
	  display: none;
	}
	.single-team-member {
	  margin-bottom: 30px;
	}
	.service-right {
	  width: 100%;
	}
	.service-images:hover .overly-text {
	  display: none;
	}
	.portfolio-area {
	  padding-top: 0px;
	}
	.project-menu li a {
	  padding: 8px 12px;
	  margin: 10px 4px;
	}
	.pri_table_list {
	  margin-bottom: 30px;
	}
	.single-awesome-project, .portfolio-2 .single-awesome-project {
	  width: 100%;
	  float: none;
	}
	.single-blog {
	  margin-bottom: 30px;
	}
	.sus-btn {
	  margin-left: 0;
	  margin-top: 30px;
	}
	.contact-form {
	  margin-top: 30px;
	}
	.head-team h5 {
	  font-size: 22px;
	}
	.footer-content {
	  margin-bottom: 30px;
	}
	.header-bottom h1 {
	  font-size: 30px;
	  margin-bottom: 0;
	}
	.page-area .slider-content {
	  padding: 500px 0;
	}
	.search-option input {
	  width: 74%;
	}
	.header-bottom h2 {
	  font-size: 20px;
	  margin-bottom: 0;
	}
	li.threaded-comments {
	  margin-left: 0;
	}
  }
  
  /* Large Mobile :480px. */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
	.submitbtn {
	  float: none;
	  width: 99.8%;
	}
	.icons-bottom ul li a {
	  height: 40px;
	  line-height: 37px;
	  width: 40px;
	}
	.blog-post-dlc ul li {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.awesome-portfolio-content .portfolio-2 {
	  width: 50%;
	}
	.gallary-details .single-awesome-portfolio {
	  width: 50%;
	}
	.tab-menu ul.nav li a {
	  padding: 8px 20px;
	}
  }
  
  @media (max-width: 575px) {
	.slider-content {
	  padding: 0;
	}
  }