body {
  padding-top: 110px;
  background: #fff;
  min-height: 100vh;
  position: relative;
  padding-bottom: 190px;
}

.navbar {
  min-height: 76px;
}

.navbar-header {
  float: none;
  height: 110px;
  background: url(../image/header-bg.png) no-repeat center center;
  background-size: 100% 100%;
  background-color: #fff;
  margin-bottom: -2px;
  margin-top: -2px;
}

.navbar-default {
  background: transparent;
  border: none !important;
  border-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background: #0168A2;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 40px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
}

.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
  margin-right: 0px;
  margin-left: 0px;
}

.navbar .nav .user {
  padding: 0;
  line-height: 70px;
}

.navbar .nav .user .headicon {
  margin: 0 5px;
  height: 30px;
}

.navbar .nav .user .caret {
  vertical-align: middle;
  margin: 0 5px;
}

.navbar-default .navbar-nav>li>a {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  letter-spacing: normal;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 18px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  font-weight: 500;
  color: #fff;
  background-color: #119483;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #F2F2F2;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 110px;
  padding: 0 20px;
  margin: 0 auto;
}

.header-right {
  text-align: right;
  display: flex;
  align-items: center;
}

.header-right a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  padding: 0 13px;
  border: 1px solid #FFFFFF;
  border-radius: 60px;
  color: #FFFFFF;
  margin-left: 16px;
}

.header-right .header-input {
  width: 188px;
  height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 5px 16px;
}

.header-right .header-input input {
  width: 100%;
  height: 14px;
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  box-sizing: border-box;
}

.header-right .header-input .btn-search {
  width: 22px;
  height: 14px;
  background: url(../image/btn-search.png) no-repeat right center;
  background-size: 14px 14px;
  flex-shrink: 0;
  border-left: 1px solid #fff;
  margin-left: 8px;
}

.sy-controls,
.sy-prev,
.sy-next {
  display: none;
}

.index-banner {
  display: none;
}

.banner-slider .sy-box {
  position: relative;
}

.banner-slider .sy-pager {
  width: auto;
  position: absolute;
  margin: 0;
  bottom: 8%;
  left: 50%;
  margin-left: 8px;
}

.banner-slider .sy-pager li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 0;
}

.banner-slider .sy-pager li a {
  background: #73DADB;
  opacity: .4;
  color: transparent;
  border-radius: 0;
}

.banner-slider .sy-pager li a:link,
.banner-slider .sy-pager li a:visited {
  opacity: .4;
}

.banner-slider .sy-pager li a:hover,
.banner-slider .sy-pager li a:focus {
  opacity: .6;
}

.banner-slider .sy-pager li.sy-active a {
  background: #73DADB;
  opacity: 1;
}

.banner-slider .sy-slide .wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-slider .sy-slide .wrap img.bg {
  display: block;
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.banner-slider .sy-slide .wrap .content {
  width: 960px;
  height: 370px;
  position: absolute;
  left: 0;
  top: 40px;
  background: url(../image/banner-bg.png) no-repeat center center;
  background-size: 100%;
  transform: scale(1);
  padding: 80px 56px;
  text-align: right;
}

.banner-slider .sy-slide .wrap .content-wrap {
  display: inline-block;
  width: 504px;
  text-align: left;
}

.banner-slider .sy-slide .content-wrap .title {
  display: table-cell;
  height: 168px;
  font-weight: 600;
  font-size: 50px;
  line-height: 84px;
  color: #fff;
  vertical-align: middle;
}

.banner-slider .sy-slide .content-wrap .more {
  display: inline-block;
  width: 120px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #3DEBFF;
  padding-bottom: 10px;
  background: url(../image/icon-more.png) no-repeat left bottom;
}

.icon-banner-arrow {
  height: 12px;
  width: 48px;
  margin-top: 24px;
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.footer-box {
  width: 100%;
  background: #333333;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.footer-box .line {
  width: 100%;
  height: 20px;
  background: #0168A2;
}

.footer-box .footer {
  padding: 40px 0;
  text-align: center;
}

.footer-box .item {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-right: 40px;
  padding-left: 28px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left 5px;
}

.footer-box .link-wrap .item {
  padding-left: 24px;
  margin-right: 24px;
  position: relative;
}

.footer-box .link-wrap .item:not(:first-child)::after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 6px;
}

.footer-box .item.address {
  background-image: url(../image/icon-address.png);
}

.footer-box .item.postal-code {
  background-image: url(../image/icon-postal-code.png);
}

.footer-box .item.email {
  background-image: url(../image/icon-mail.png);
}

.footer-box .item.phone {
  background-image: url(../image/icon-phone.png);
}

.footer-box .copyright {
  font-size: 16px;
  line-height: 30px;
}

.footer-box .copyright span {
  margin-right: 16px;
}

.footer-box .copyright a {
  display: inline-block;
  color: #fff;
}


.banner {
  width: 100%;
  margin: 0 auto;
}

.banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.main-box {
  margin: 40px auto;
}

.left-nav-box .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  padding: 24px 28px;
  background: #F1F1F1;
}

.left-nav-box li a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #1D563E;
  padding: 24px;
  background: #F9F9F9;
  border-left: 6px solid transparent;
}

.left-nav-box li a:focus,
.left-nav-box li a:hover {
  color: #fff;
  background: #119483;
}

.left-nav-box li.active a {
  color: #fff;
  background: #119483;
  border-left-color: #0168A2;
}

.article-box h1.title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #0168A2;
  margin-bottom: 40px
}

.article img {
  max-width: 100%;
  height: auto !important;
}

.article-box .article {}

.search-input-box {
  margin-top: 0;
}

.search-input-box .input {
  padding: 40px 0 32px;
  background: #F9F9F9;
}

.search-input-wrap {
  display: flex;
  align-items: stretch;
}

.search-input-wrap .btn-submit {
  display: flex;
  width: 160px;
  margin-left: -4px;
  flex-shrink: 0;
}

.search-input-wrap .btn-submit input {
  width: 100%;
  background: #0168A2;
  border-radius: 4px;
  border: 1px solid #0168A2;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.input-box {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #0168A2;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 13px 32px;
  display: flex;
  align-items: center;
}

.input-box i.icon-search {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/icon-search.png) no-repeat center center;
  background-size: 100%;
  margin-right: 8px;
  flex-shrink: 0;
}

.input-box input {
  width: 100%;
  border: none;
  font-size: 16px;
}

.result-list-box {
  margin: 40px 0;
}

.result-list-box .item {
  display: block;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 96, 119, 0.08);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  transition: all .1s;
}

.result-list-box .item:hover,
.result-list-box .item:focus,
.result-list-box .item:active {
  box-shadow: 10px 10px 40px rgba(174, 186, 192, 0.4);
}

.result-list-box .item .title {
  font-size: 18px;
  line-height: 21px;
  color: #919191;
}

.result-list-box .item .content {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
}

.result-list-box .item:hover .content,
.result-list-box .item:focus .content,
.result-list-box .item:active .content {
  color: #0168A2;
}

.paging-box {
  margin-top: 24px;
  text-align: right;
}

.paging-box .pb_sys_common {
  text-align: right !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #4D4F53;
}

.paging-box span {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 5px;
}

.paging-box .p_no a {
  padding: 0 12px;
  background: transparent;
  border-radius: 2px;
  color: #0168A2;
}

.paging-box .p_no_d {
  padding: 0 12px;
  background: #0168A2;
  border-radius: 2px;
  color: #FFFFFF;
}

.icon-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../image/icon-prev.png) no-repeat center center;
  background-size: 30px 30px;
  vertical-align: middle;
}

.icon-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../image/icon-next.png) no-repeat center center;
  background-size: 30px 30px;
  vertical-align: middle;
}

.main,
.index-box {
  padding: 80px 0;
}

.index-box h1.title,
.index-laboratory h1.title {
  font-weight: normal;
  font-size: 32px;
  line-height: 45px;
  color: #3B3838;
  overflow: hidden;
  margin-bottom: 40px;
}

.index-box h1 .more {
  float: right;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #0168A2;
  margin-top: 22px;
}

.index-news {
  background: #F9F9F9;
}

.index-news .wrap {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(0, 96, 119, 0.08);
  transition: all .1s;
}

.index-news .wrap:hover {
  box-shadow: 10px 10px 40px rgba(174, 186, 192, 0.4);
}

.index-news .wrap img {
  display: block;
  width: 100%;
  height: 212px;
  object-fit: cover;
}

.index-news .wrap .content {
  padding: 24px;
}

.index-news .wrap .content p {
  height: 75px;
  line-height: 25px;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-news .wrap:hover .content p {
  color: #0168A2;
}

.index-news .wrap .info {
  padding: 12px 24px 8px;
  border-top: 1px solid #ccced4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.index-news .wrap .info .news {
  color: #119483;
}

.index-news .wrap .info .activity {
  color: #0168A2;
}

.index-announcement .wrap {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(0, 96, 119, 0.08);
  transition: all .1s;
  padding: 24px;
}

.index-announcement .wrap:hover {
  box-shadow: 10px 10px 40px rgba(174, 186, 192, 0.4);
}

.index-announcement .wrap .date {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccced4;
  color: #3B3838;
}

.index-announcement .wrap .content {
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-announcement .wrap:hover .content {
  color: #0168A2;
}

.index-laboratory .left {
  border-right: 24px solid #CCCED5;
  border-bottom: 24px solid #CCCED5;
  background: #F9F9F9;
}

.index-laboratory .left .laboratory {
  width: 100%;
  max-width: 600px;
  padding: 90px 40px 140px 24px;
}

.index-laboratory .left .intro {
  font-size: 24px;
  line-height: 34px;
  color: #656565;
}

.index-laboratory .list {
  margin-top: 40px;
}

.index-laboratory .item {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #0168A2;
  text-decoration: underline;
  background: url(../image/icon-arrow-b.png) no-repeat 0 4px;
  background-size: 7px 14px;
  margin-bottom: 16px;
}

.index-laboratory .right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-people {
  margin-bottom: 0;
  padding: 80px 0 40px;
}

.index-people .list {
  text-align: center;
}

.index-people .wrap {
  display: inline-block;
  /* width: 216px; */
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 96, 119, 0.08);
  border-radius: 40px;
  padding: 24px;
  transition: all .1s;
  margin-bottom: 20px;
  margin-right: 25px;
}

.index-people .wrap:last-of-type {
  margin-right: 0;
}

.index-people .wrap:hover,
.index-people .wrap:active,
.index-people .wrap:focus {
  box-shadow: 10px 10px 40px rgba(174, 186, 192, 0.4);
}

.index-people .wrap img {
  display: inline-block;
  width: 168px;
  height: 168px;
  border-radius: 24px;
  object-fit: cover;
}

.index-people .wrap .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin-top: 16px;
}

.index-people .wrap .position {
  max-width: 168px;
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.people-box .item {
  display: flex;
  background: #F9F9F9;
  padding: 24px;
  align-items: center;
  transition: all .1s;
  margin-bottom: 24px;
}

.people-box .item:hover,
.people-box .item:focus,
.people-box .item:active {
  background: #FFFFFF;
  box-shadow: 10px 10px 40px rgba(174, 186, 192, 0.4);
}

.people-info .item {
  background: #F1F1F1;
}

.people-info .item:hover,
.people-info .item:focus,
.people-info .item:active {
  background: #F1F1F1;
  box-shadow: none;
}

.people-box .item .head {
  display: block;
  width: 136px;
  height: 136px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 16px;
}

.people-box .item .info {
  width: 100%;
}

.people-box .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.people-box .item .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}

.people-box .item .position {
  font-size: 16px;
  line-height: 22px;
  color: #0168A2;
  background: #F1F1F1;
  border-radius: 80px;
  padding: 4px 24px;
}

.people-box .item .position.green {
  color: #119483;
}

.people-box .item .tag {
  padding-top: 16px;
  padding-left: 32px;
  border-top: 1px solid #E6E6E6;
  background: url(../image/icon-position.png) no-repeat left 17px;
}

.people-box .item .tag span {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  padding-right: 24px;
  position: relative;
  white-space: pre-wrap;
}

.people-box .item .tag span:last-of-type {
  padding-right: 0;
}

.people-box .item .tag span:not(:last-of-type) i {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #333;
  margin-left: 11px;
  vertical-align: text-top;
}

.people-tips {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #656565;
  margin-top: 40px;
}

.laboratory-list-box .item {
  display: block;
  max-width: 310px;
  margin: 20px auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(0, 96, 119, 0.08);
  border-radius: 48px;
  transition: all .1s;
  overflow: hidden;
}

.laboratory-list-box .item:hover,
.laboratory-list-box .item:focus,
.laboratory-list-box .item:active {
  box-shadow: 10px 10px 40px rgba(174, 186, 192, 0.4);
}

.laboratory-list-box .item:hover p,
.laboratory-list-box .item:focus p,
.laboratory-list-box .item:active p {
  color: #0168A2;
}

.laboratory-list-box .item img {
  display: block;
  width: 100%;
  height: 204px;
  object-fit: cover;
}

.laboratory-list-box .item p {
  padding: 20px 24px 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.news-list-box .item {
  display: flex;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 96, 119, 0.08);
  padding: 24px;
  align-items: center;
  transition: all .1s;
  margin-bottom: 24px;
}

.news-list-box .item:hover,
.news-list-box .item:focus,
.news-list-box .item:active {
  box-shadow: 10px 10px 40px rgba(174, 186, 192, 0.4);
}

.news-list-box .item .head {
  display: block;
  width: 160px;
  height: 120px;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 16px;
}

.news-list-box .item .info {
  flex-grow: 1;
  overflow: hidden;
}

.news-list-box .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 0.6px solid #CCCED4;
}

.news-list-box .item .date {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  word-break: break-all;
}

.news-list-box .item .tag {
  font-size: 16px;
  line-height: 22px;
  color: #0168A2;
  background: #F1F1F1;
  border-radius: 80px;
  padding: 4px 24px;
}

.news-list-box .item .tag.green {
  color: #119483;
}

.news-list-box .item .content {
  margin-top: 12px;
}

.news-list-box .item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #303133;
  margin-bottom: 4px;
  transition: all .1s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.announcement-list-box .title {
  margin-top: 16px;
}

.news-list-box .item:hover .title,
.news-list-box .item:focus .title,
.news-list-box .item:active .title {
  color: #0168A2;
}

.news-list-box .item .intro {
  max-height: 48px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.editor-box {
  background: #F9F9F9;
  padding: 80px 160px;
}

.editor-box h1.title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #0168A2;
  text-align: center;
}

.editor-box .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  text-align: center;
  margin: 8px 0 24px;
}

.announcement-list-box .item {
  border-radius: 8px;
}

.laboratory-box h1.title {
  text-align: left;
padding-bottom: 30px;
}

.laboratory-box .laboratory-img {
  display: block;
  width: 100%;
  max-width: 358px;
  margin: 40px 0;
}

.laboratory-box .content {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.laboratory-box h2.title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #0168A2;
}

.case-list-box {
  margin-top: 80px;
}

.case-list-box .list-box {
  margin-top: 40px;
}

.case-list-box .wrap img {
  display: block;
  width: 100%;
  height: 135px;
  object-fit: cover;
}

.case-list-box .wrap .name {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  background: #F1F1F1;
  border-radius: 80px;
  margin-top: 16px;
  padding: 0 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.back-btn {
  display: inline-block;
  padding: 4px 24px 4px 40px;
  border: 0.6px solid #656565;
  border-radius: 80px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background: url(../image/icon-back.png) no-repeat 16px 4px;
  background-size: 20px 20px;
}

.case-top {
  margin-top: 24px;
}

.case-intro {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.case-intro .line {
  border-top: 1px solid #656565;
  margin: 16px 0;
}

.case-intro .lab {
  font-weight: 600;
}

.nav .phone-nav {
  display: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 769px) {

  .navbar-nav {
    float: none;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: flex-start;
    padding-right: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    min-width: 120px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }

  .navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .navbar-brand img.logo {
    display: block;
    height: 90px;
  }


  .dropdown-menu {
    width: 190px;
    top: 40px;
    left: 0;
    min-width: auto;
    padding: 12px 16px;
    text-align: left;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 0 !important;
    box-shadow: none;
  }

  .dropdown-menu>li>a {
    display: inline-block;
    min-width: 100px;
    padding: 0;
    padding-left: 12px;
    margin: 12px 0;
    clear: both;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #333;
    position: relative;
    white-space: normal
  }

  .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:hover,
  .dropdown-menu>.active>a:focus,
  .dropdown-menu>li>a:hover,
  .dropdown-menu>li>a:focus .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:hover,
  .dropdown-menu>.active>a:focus {
    color: #119483;
    font-weight: 600;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
  }


  .index-laboratory {
    width: 100%;
    display: flex;
    align-items: stretch;
    height: 608px;
  }

  .index-laboratory .left,
  .index-laboratory .right {
    width: 50%;
  }
}

/* 手机导航样式 */
@media (max-width: 769px) {
  body {
    padding-top: 65px;
    padding-bottom: 256px;
  }

  .logo-wrap .text {
    display: none;
  }

  .navbar {
    min-height: 65px;
    background: #fff;
  }

  .navbar-header {
    height: 65px;
    margin: 0;
  }

  .header-top {
    height: 65px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 8px;
  }

  .navbar-brand {
    float: left;
    padding: 14px 0 14px 0;
    font-size: 18px;
    line-height: 20px;
    height: auto;
  }

  .header-right {
    display: none;
  }

  .navbar-brand>img {
    display: block;
    height: 70px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateX(0);
  }

  .navbar-toggle-bg {
    background: #333333;
  }

  .navbar-default .navbar-collapse {
    background: transparent;
    box-shadow: none;
  }

  .navbar-toggle {
    margin-right: 15px;
    padding: 4px 5px;
    margin-top: 16px;
    margin-bottom: 8px;
    border-color: transparent !important;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #66BAAC;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 1px;
  }

  .navbar-collapse {
    background: #333333;
    border: none;
  }

  .navbar-toggle-bg {
    background: #333333;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh;
  }

  .navbar-toggle .icon-bar:nth-child(2) {
    width: 16px;
  }

  .navbar-toggle .icon-bar:nth-child(3) {
    width: 14px;
  }

  .navbar-toggle .icon-bar:nth-child(4) {
    width: 19px;
  }

  .navbar-default .navbar-nav>li>a {
    margin: 0 20px;
    padding: 0 35px;
    border-bottom: 1px solid #606266;
  }

  .navbar-default .navbar-nav>li:last-of-type a {
    border-bottom: none;
  }

  .navbar-default .navbar-nav>li>a {
    height: 60px;
    line-height: 60px;
    padding: 0;
    min-width: 0;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    color: #f2f2f2;
    border-top: none;
    background-color: transparent !important;
  }

  .navbar-default .navbar-nav>li>a .caret {
    float: right;
    width: 0;
    height: 0;
    margin-left: 2px;
    margin-top: 26px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 8px solid \9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: relative;
  }

  .navbar-default .navbar-nav>li>a .caret::after {
    content: '';
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 6px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: -8px;
    left: -6px;
  }

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    display: block;
    padding: 0;
    clear: both;
    font-weight: 300;
    line-height: 60px;
    color: #f2f2f2;
    white-space: nowrap;
    margin-left: 40px;
    margin-right: 20px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #606266;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #f2f2f2;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #66BAAC;
    font-weight: 500;
    background-color: transparent;
  }

  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus {
    border-color: #606266;
  }

  .dropdown-custom-level-2 .caret {
    display: none;
  }

  .dropdown-menu>.active>a::after {
    content: '';
    width: 0;
  }

  .nav .phone-nav {
    display: block;
  }

  .navbar-nav .input-group {
    display: flex;
    align-items: center;
    height: 40px;
    min-width: 0;
    margin: 20px;
    padding-left: 5%;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
  }

  .navbar-nav .input-group .input-search {
    width: 100%;
  }

  .navbar-nav .input-group .btn-search {
    margin: 6px;
    margin-right: 16px;
    display: block;
    float: right;
    width: 18px;
    height: 16px;
    background: url(../image/btn-search.png) no-repeat;
    padding: 0;
    border: 0;
    cursor: pointer;
  }

  .navbar-nav .input-group .input-search {
    width: 100%;
    height: 16px;
    padding-right: 5%;
    border: 0;
    border-right: 1px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
  }

  .footer-box .line {
    height: 16px;
  }

  .footer-box .footer {
    padding: 24px 0;
    text-align: left;
  }

  .footer-box .item {
    font-size: 12px;
    line-height: 24px;
    background-size: 16px 16px;
    background-position: left 4px;
    margin-right: 24px;
    padding-left: 20px;
  }

  .footer-box .link-wrap .item {
    padding-left: 0;
  }

  .footer-box .link-wrap .item:not(:first-child)::after {
    display: none;
    padding-left: 0;
  }

  .footer-box .copyright {
    font-size: 12px;
    line-height: 24px;
    margin-top: 0;
  }

  .footer-box .copyright span {
    display: block;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
  }

  .left-nav-box {
    display: none;
  }

  .main-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .article-box h1.title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .banner-slider .sy-pager li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }

  .input-box {
    padding: 8px 24px;
  }

  .search-input-wrap .btn-submit {
    display: flex;
    width: 90px;
    margin-left: 8px;
    flex-shrink: 0;
  }

  .result-box .breadcrumb-box {
    display: block;
  }

  .result-box .news-title-box {
    background-color: #f9f9f9;
    padding: 10px 24px 24px;
    margin-top: -10px;
    border-radius: 4px;
  }

  .paging-box .pb_sys_common {
    text-align: right !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #4D4F53;
  }

  .main,
  .index-box {
    padding: 0 0;
    margin: 40px auto;
  }

  .index-box h1.title,
  .index-laboratory h1.title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    overflow: hidden;
    margin-bottom: 24px;
  }

  .index-box h1 .more {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }

  .index-news {
    background: #fff;
  }

  .index-news .wrap {
    margin-bottom: 24px;
  }

  .index-news .wrap .content p {
    height: auto;
    max-height: 44px;
    font-size: 16px;
    line-height: 22px;
  }

  .index-news .wrap img {
    height: auto;
  }

  .index-news .wrap .info {
    padding: 12px 0 8px;
    margin: 0 24px;
  }

  .index-announcement .wrap {
    margin-bottom: 24px;
  }

  .index-announcement .wrap .content {
    height: auto;
    max-height: 44px;
  }

  .index-laboratory {
    padding: 0 15px;
  }

  .index-laboratory .left {
    border-right: 8px solid #CCCED5;
    border-bottom: 8px solid #CCCED5;
    background: #F9F9F9;
  }

  .index-laboratory .left .laboratory {
    width: 100%;
    max-width: 600px;
    padding: 24px;
  }

  .index-laboratory .left .intro {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
  }

  .index-laboratory .list {
    margin-top: 24px;
  }

  .index-people .wrap {
    box-shadow: 0px 4px 6px rgba(0, 96, 119, 0.08);
    border-radius: 40px;
    padding: 16px;
  }

  .index-people .wrap:hover,
  .index-people .wrap:active,
  .index-people .wrap:focus {
    box-shadow: 0px 4px 6px rgba(0, 96, 119, 0.08);
  }

  .index-people .wrap .name {
    font-size: 16px;
    line-height: 22px;
  }

  .index-people .wrap .position {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .people-box .item {
    display: block;
    padding: 24px;
  }

  .people-box .item .head {
    display: block;
    width: 100%;
    max-width: 136px;
    height: auto;
    margin: 0 auto;
  }

  .people-box .item .top {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .people-box .item .name {
    font-size: 16px;
    line-height: 22px;
  }

  .people-box .item .position {
    font-size: 14px;
    line-height: 20px;
    color: #0168A2;
    background: #F1F1F1;
  }

  .people-box .item .tag span {
    display: inline;
    font-size: 14px;
  }

  .editor-box {
    padding: 24px;
  }

  .editor-box h1.title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }

  .editor-box .date {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0 16px;
  }

  .laboratory-box .laboratory-img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 24px auto;
  }

  .news-list-box .item {
    padding: 16px;
  }

  .news-list-box .item .head {
    width: 39.6%;
    height: 81.37%;
    max-width: 160px;
    max-height: 120px;
  }

  .news-list-box .item .tag {
    flex-shrink: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .news-list-box .item .top {
    padding-bottom: 8px;
  }

  .news-list-box .item .intro {
    display: none;
  }

  .news-list-box .item .content {
    margin-top: 8px;
  }

  .news-list-box .item .title {
    max-height: 66px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #303133;
    margin-bottom: 0;
    transition: all .1s;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (width: 768px) {
  .people-box .item {
    display: flex;
  }

  .laboratory-list-box .col-md-4,
  .index-news .col-md-3 {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
  }

  .index-news .wrap {
    max-width: 282px;
    margin: 0 auto 24px;
  }

  .index-news .wrap .content p {
    max-height: 75px;
    height: 75px;
    line-height: 25px;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .index-news .wrap img {
    display: block;
    width: 100%;
    height: 212px;
    object-fit: cover;
  }

  .people-box .item .head {
    margin-right: 16px;
  }
}

@media (min-width: 3000px) {

  .header-top {
    max-width: 1720px;
  }
}

@media (max-width: 380px) {
  .navbar-brand>img {
    display: block;
    height: 30px;
  }
}

@media (max-width: 640px) {
  .banner-slider .sy-slide .wrap .content {
    display: inline-block;
    width: 60% !important;
    min-width: 380px;
    height: auto !important;
    position: absolute;
    left: 0 !important;
    top: 50% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    transform: translateY(-50%) !important;
    background: url(../image/banner-bg.png) no-repeat center center;
    background-size: 100%;
    padding: 20px 20px 20px 40px;
    text-align: left;
  }

  .banner-slider .sy-slide .wrap .content-wrap {
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  .banner-slider .sy-slide .content-wrap .title {
    height: 80px;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
  }

  .banner-slider .sy-slide .content-wrap .more {
    display: inline-block;
    width: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3DEBFF;
    padding-bottom: 5px;
    background: url(../image/icon-more.png) no-repeat right bottom;
  }

  .banner-slider .sy-pager {
    width: auto;
    position: absolute;
    margin: 0;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }

  .index-people .wrap {
    margin: 10px;
  }
}