.grey-body {
  background: rgba(241, 241, 243, 1);
}

.service-body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.news-list-wrapper {
  padding-bottom: 67px;
}

.news-title {
  margin: 64px 0;
}

.top-news-card {
  display: block;
  width: 978px;
  margin: 0 auto;
  margin-bottom: 41px;
  background: rgba(255, 255, 255, 1);
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  padding-bottom: 30px;
}

.top-news-card img {
  width: 978px;
  height: 497px;
  border-radius: 6px 6px 0 0;
  vertical-align: top;
  font-size: 0;
}

.top-new-title {
  font-size: 31px;
  font-weight: 600;
  text-align: center;
  padding: 40px 32px 24px 32px;
  color: #2f3343;
  overflow: hidden;
  /*文本不会换行*/
  white-space: nowrap;
  /*当文本溢出包含元素时，以省略号表示超出的文本*/
  text-overflow: ellipsis;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
}

.top-news-card p {
  padding: 0 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
  color: #8f8f8f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

.custom-news-card {
  display: block;
  width: 968px;
  margin: 0 auto;
  margin-bottom: 41px;
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  overflow: hidden;
}

.news-card-img{
  display: inline-block;
  width: 386px;
  height: 300px;
}
.news-card-img img{
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width:100%;
  height: 100%;
  object-fit:cover;
  font-family: 'object-fit: cover;';
}

.custom-news-card .card-right {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 498px;
  height: 237px;
  margin: 31px;
  position: relative;
}

.custom-news-card .card-right .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2f3343;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.custom-news-card .card-right .content {
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.custom-news-card .card-right .auth-info {
  width: 508px;
  font-size: 16px;
  color: #828282;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

.custom-news-card .card-right .auth-info span {
  display: inline-block;
  /* margin-right: 48px; */
}

.more-btn {
  font-size: 0;
  cursor: pointer;
  padding-bottom: 31px;
  padding-left: 20px;
}

.more-btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 24px;
}

.more-btn span:hover {
  color: #00b984;
  font-weight: 400;
  cursor: pointer;
}

.more-btn .icon-more {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 14px;
  color: #00b984;
  margin-left: 16px;
}

/* 新闻详情 */

.news-wrapper {
  padding: 0 96px;
}

.news-nav {
  padding: 24px 15px;
}

.news-nav .nav-left {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 16px;
  color: #2f3343;
  cursor: pointer;
}

.news-nav .icon-right-arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 10px;
  font-size: 10px;
  color: #2f3343;
}

.news-nav .nav-right {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 16px;
  color: #00b984;
}

.news-info {
  background: #ffffff;
}

.news-info .news-title-con {
  padding: 31px 40px 24px 40px;
}

.news-title-con .article-title {
  font-size: 31px;
  line-height: 1.4;
  font-weight: 800;
  color: #2f3343;
}

.news-title-con .news-author-con {
  width: 100%;
  padding: 5px 0;
  color: #2f3343;
  margin-top: 12px;
}

.news-author-con .author-left {
  display: inline-block;
  width: 100%;
  color: #8f8f8f;
}

.news-author-con .author-left .author {
  color: #2f3343;
}

.news-author-con .author-left .date {
  display: inline-block;
  margin-right: 38px;
}

.news-author-con .author-right {
  display: inline-block;
  width: 49%;
  text-align: right;
}

.news-content {
  padding: 0 40px 38px 40px;
  margin-bottom: 56px;
}

.news-content .description {
  overflow: hidden;
  color: #2f3343;
  font-size: 16px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  position: relative;
  z-index: 0;
}

.news-content .description * {
  max-width: 100% !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  word-wrap: break-word !important;
}

/* 产品和服务 */

#swiper-container {
  width: 100%;
}

.swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #ffffff;
}

.swiper-pagination {
  position: fixed;
  right: 66px;
  top: 180px;
}

.swiper-pagination-custom {
  font-size: 0;
}

.swiper-pagination-custom .swiper-pagination-customs {
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  margin-bottom: 52px;
  font-size: 14px;
  color: rgba(28, 166, 64, 1);
  background: rgba(214, 242, 228, 1);
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
/* .swiper-pagination-custom .swiper-pagination-customs:nth-child(6) {
  font-size: 12px;
} */

.swiper-pagination-custom .swiper-pagination-customs-active {
  width: 76px;
  height: 76px;
  background: rgba(0, 189, 89, 1);
  box-shadow: 5px 14px 13px 4px rgba(0, 0, 0, 0.09);
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
  line-height: 76px;
  font-weight: 400;
}
.swiper-pagination-custom
  .swiper-pagination-customs:nth-child(3).swiper-pagination-customs-active,
  .swiper-pagination-customs:nth-child(7).swiper-pagination-customs-active {
  font-size: 22px;
}

.slide-wrapper {
  position: relative;
}

.slide-media-com {
  width: 100%;
  height: 100%;
  background-image: url(../img/service-media-bg.png);
  background-size: 100% 100%;
  padding: 10px 61px 0 174px;
  position: relative;
}

.slide-shop-com {
  width: 100%;
  height: 100%;
  background-image: url(../img/service-shop-bg.png);
  background-size: 100% 100%;
  padding: 10px 61px 0 174px;
  position: relative;
}

.slide-drift-com {
  width: 100%;
  height: 100%;
  background-image: url(../img/service-drift-bg.png);
  background-size: 100% 100%;
  padding: 10px 61px 0 174px;
  position: relative;
}

.slide-test-com {
  width: 100%;
  height: 100%;
  background-image: url(../img/service-test-bg.png);
  background-size: 100% 100%;
  cursor: pointer;
  padding: 10px 61px 0 174px;
  position: relative;
}

.slide-lab-com {
  width: 100%;
  height: 100%;
  background-image: url(../img/service-lab-bg.png);
  background-size: 100% 100%;
  cursor: pointer;
  padding: 10px 61px 0 174px;
  position: relative;
}

.slide-train-com {
  width: 100%;
  height: 100%;
  background-image: url(../img/service-train-bg.png);
  background-size: 100% 100%;
  cursor: pointer;
  padding: 10px 61px 0 174px;
  position: relative;
}

.slide-media-header {
  margin-left: -5px;
}
.slide-right {
  position: absolute;
  top: 47%;
  right: 30px;
  transform: translate(0, -50%);
  z-index: 98;
}
.slide-left {
  position: absolute;
  top: 42%;
  left: 174px;
  transform: translate(0, -50%);
  z-index: 99;
}
.slide-media-info {
  z-index: 100 !important;
}

.slide-media-info .slide-title {
  font-size: 32px;
  font-weight: 800;
  color: #2f3343;
  line-height: 32px;
  margin: 30px 0 25px 0;
}

.monitoring-title {
  line-height: 66px;
}


.slide-media-info .slide-text {
  clear: both;
  font-size: 16px;
  font-weight: 400;
  color: #2f3343;
  line-height: 28px;
  text-align: justify;
  text-justify: newspaper;
  z-index: 100 !important;
}
.slide-media-info .blod {
  font-weight: bold;
}
.slide-placeholder-text {
  clear: both;
  font-size: 12px;
  line-height: 12px;
}
.slide-item-title {
  font-size: 16px;
  clear: both;
  color: #00b984;
  margin-bottom: 4px;
  font-weight: bold;
}

.slide-ie9-text {
  text-align: left !important;
}

.slide-media-info .slide-ie-text {
  width: 290px;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  display: block;
  width: 315px;
}

.slide-ie-text:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.slide-media-info .slide-statement {
  font-size: 16px;
  font-weight: 400;
  color: rgba(47, 51, 67, 1);
  line-height: 16px;
}

.slide-media-info .slide-statement .slide-link {
  color: #00b984;
}

.slide-media-banner {
  text-align: right;
  overflow: hidden;
  font-size: 0;
  z-index: 2;
}

.slide-media-banner img {
  width: 95%;
  text-align: right;
  vertical-align: bottom;
  z-index: 1;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-70 {
  padding-top: 70px;
}

.slide-link {
  display: inline-block;
  font-size: 16px;
}

.slide-link-second {
  margin-top: 5px;
}

.slide-link .link-item {
  display: inline-block;
  color: rgba(47, 51, 67, 1);
}

.text-nav {
  position: relative;
  cursor: pointer;
}

.qrcode-text {
  font-size: 10px;
  text-align: center;
  color: #8f8f8f;
  line-height: 20px;
}

.text-nav .hover-qrcode {
  position: absolute;
  top: -160px;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 100;
  width: 120px;
  height: 170px;
  background-image: url(../img/service-code-bg.png);
  background-size: 100% 100%;
  text-align: center;
}

.text-nav .hover-qrcode .bubble img {
  width: 80px;
  margin: 15px auto 10px auto;
}

/* responsibility社会与责任 */

.responsibility-banner {
  width: 100%;
  height: 312px;
  overflow: hidden;
}

.responsibility-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.default-index-banner {
  width: 100%;
  height: 900px;
  overflow: hidden;
}

.default-index-banner img {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width:100%;
  height: 100%;
  object-fit:cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .responsibility-banner {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
}

.annual-wrapper {
  background-image: url(../img/annual-bg.png);
  background-size: 100% 100%;
}

.annual-info .annual-title {
  font-size: 44px;
  font-weight: 800;
  color: #2f3343;
  line-height: 50px;
  margin-bottom: 55px;
}

.annual-info .annual-paragrah {
  margin-bottom: 55px;
  font-size: 23px;
  font-weight: 400;
  color: rgba(143, 143, 143, 1);
  line-height: 39px;
  text-align: justify;
}

.annual-info .annual-download-btn {
  display: block;
  text-align: right;
  color: #00b984;
  font-size: 31px;
  font-weight: 800;
  line-height: 48px;
}

.founder-video-wrapper {
  position: relative;
  margin-top: 64px;
}

.founder-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(4, 185, 132, 0);
  opacity: 0.86;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 31px;
}

.overlay-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-ie-content {
  display: block;
  width: 712px;
  margin: 170px auto;
}

.overlay-ie-content .overlay-con-left {
  display: inline-block;
  vertical-align: top;
  padding-top: 80px;
}

.overlay-ie-content .overlay-con-right {
  display: inline-block;
}

.overlay-con-left {
  padding-right: 96px;
}

.play-btn {
  display: block;
  position: relative;
  width: 204px;
  height: 204px;
  border-radius: 102px;
  z-index: 200;
}

.play-btn .icon-play {
  display: block;
  width: 204px;
  height: 204px;
  font-size: 48px;
  color: #ffffff;
  line-height: 204px;
  text-align: center;
  z-index: 200;
}

.play-btn span {
  position: absolute;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.play-btn .circle1 {
  position: absolute;
  width: 204px;
  height: 204px;
  left: 0;
  bottom: 0;
}

.play-btn .circle2 {
  position: absolute;
  width: 178px;
  height: 178px;
  left: 13px;
  bottom: 13px;
}

.play-btn .circle3 {
  position: absolute;
  width: 152px;
  height: 152px;
  left: 26.4px;
  bottom: 26.4px;
}

.overlay-con-left .active {
  animation: living 0.05s 1 forwards;
}

@keyframes living {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.4);
  }
}

.overlay-con-right {
  width: 408px;
}

.change-wrapper-text {
  width: 100%;
  padding-top: 24px;
}

.overlay-con-right .title-wrapper,
.change-wrapper-text .title-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.title-wrapper-main .subtitle {
  opacity: 0.3;
  font-size: 96px;
  font-weight: 800;
  line-height: 30px;
  position: relative;
  margin: 0;
  text-indent: -2px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.title-wrapper-main .title {
  font-size: 31px;
  line-height: 34px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  white-space: nowrap;
  text-transform: uppercase;
}

.change-paragrah-wrapper {
  border-top: 1px solid #dee0e3;
}

.change-paragrah-wrapper .title {
  font-size: 24px;
  padding: 30px 0 24px 0;
}

.change-paragrah {
  font-size: 16px;
  line-height: 38px;
  text-align: justify;
}

.color-white {
  color: #ffffff;
}

.change-wrapper-img {
  width: 100%;
  overflow: hidden;
}

.change-wrapper-img img {
  width: 100%;
}

/* 资质荣誉时间线 */

.honor-line-wrapper {
  padding: 0 0 57.6px 170px;
}

.honor-section {
  margin-top: 32px;
}

.honor-section-year {
  font-size: 24px;
  color: #2f3343;
  font-weight: 600;
  margin-bottom: 38px;
}

.honor-item .honor-month {
  font-size: 16px;
  color: #2f3343;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding-right: 17px;
  margin-top: -5px;
  width: 55px;
  text-align: right;
}

.honor-item-info {
  padding: 0 0 56px 72px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #e8e9ea;
}

.honor-item-img {
  display: inline-block;
  width: 146px;
  overflow: hidden;
  vertical-align: top;
}

.honor-item-img img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.honor-item-text {
  display: inline-block;
  width: 672px;
  padding-left: 31px;
}

.honor-item-title {
  font-size: 16px;
  font-weight: 800;
  color: rgba(47, 51, 67, 1);
  line-height: 16px;
}

.honor-item-paragragh {
  font-size: 16px;
  font-weight: 400;
  color: #2f3343;
  line-height: 29px;
  letter-spacing: 1px;
  padding-top: 12px;
}

.dot {
  position: absolute;
  top: 0;
  left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #00b984;
  z-index: 10;
}

.line {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 44px;
  height: 1px;
  background-color: #00b984;
  z-index: 10;
}

/* 老爸抽检 */

.superiority-title {
  font-size: 48px;
  color: #2f3343;
  margin-bottom: 64px;
}

.superiority-slogen {
  font-size: 48px;
  color: #04B984;
  margin-bottom: 40px;
}

.sampling_banner {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.sampling_banner img {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width:100%;
  height: 100%;
  object-fit:cover;
  font-family: 'object-fit: cover;';
}

.sampling-submenu {
  overflow-x: scroll;
}

.section {
  position: relative;
}

/* #sam1,
#sam2,
#sam3,
#sam4,
#sam5,
#sam6 {
    position: absolute;
    top: -80px;
} */

/* 隐藏滚动条 */

.sampling-submenu::-webkit-scrollbar {
  display: none;
}

.sampling-submenu {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.superiority-paragrah {
  font-size: 24px;
font-weight: 400;
color: #8F8F8F;
line-height: 24px;
margin-top: 28px;
text-align: center;
}

.sampling-member-avatar {
  width: 120px;
  border-radius: 60px;
  margin: 0 auto;
  overflow: hidden;
}

.sampling-member-avatar img {
  width: 100%;
  border-radius: 50%;
}

.sampling-member-wrap {
  height: 300px;
}

.sampling-member-wrap .nick-name {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-top: 8px;
}

.sampling-member-wrap .person-info {
  text-align: center;
  font-size: 14px;
  color: #81888d;
  padding: 6px 0px;
  text-align: justify;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  margin-right: 8px;
  margin-left: 8px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

.superiority-card {
  overflow: hidden;
  width: 217px;
  height: 160px;
  padding: 20px 0;
  background-image: url(../img/superiority-card-bg.png);
  background-size: 100% 100%;
}


.case-card {
  overflow: hidden;
  width: 48.7%;
  background: #ffffff;
  margin-bottom: 48px;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
.remark {
  font-size: 12px;
  color: #8f8f8f;
  line-height: 24px;
  margin-top: 48px;
  width: 700px;
  margin: 48px auto 0 auto;
}
.remark-deadline{
  font-size: 12px;
  color: #8f8f8f;
  line-height: 24px;
  margin-top: 12px;
  text-align: center;
}
.apply-card {
  display: block;
  position: relative;
  float: none;
}

.superiority-info .case-card:nth-child(2n + 1) {
  margin-left: 24px;
}
.case-title {
  font-size: 20px;
  color: #2f3343;
  line-height: 28px;
  padding: 18px;
}

.superiority-card:hover {
  margin-top: -10px;
}

.superiority-info a:hover,
.superiority-info a:visited,
.superiority-info a:focus,
.superiority-info a:active {
  color: #ffffff;
}
.sampling-join {
  position: relative;
  display: block;
  margin: 69px auto 0 auto;
  width: 167px;
}
.sampling-join-btn {
  display: block;
  width: 176px;
  padding: 18px 0;
  background: rgba(0, 185, 132, 1);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 1);
  color: #ffffff;
  cursor: pointer;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}
.sampling-join-btn:hover{
background: #03A375;
}
.join-hand {
  position: absolute;
  width: 56px;
  height: 54px;
  right: -40px;
  top: 30px;
  z-index: 100;
}

.clearBoth {
  clear: both;
}

.core-img {
  width: 120px;
  margin: 0 auto 10px auto;
  overflow: hidden;
}

.core-img img {
  width: 100%;
}

.superiority-card .card-title {
  font-size: 28px;
  padding: 8px 0;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-weight: 800;
}

.superiority-card .card-text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: .8;
}

.lab-member-wrap {
  padding-bottom: 31px;
  border-radius: 6px;
}

.lab-member-wrap:hover {
  z-index: 2;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 7px 15px 8px rgba(0, 0, 0, 0.03);
}

.lab-member-wrap .card-title {
  font-size: 28px;
  font-weight: 400;
  color: rgba(47, 51, 67, 1);
  text-align: center;
  cursor: pointer;
}

.question-wrapper {
  background: #ffffff;
}

.row-sampling-question {
  padding: 21px 25px 93px 25px;
  word-wrap: break-word;
}

.sampling-section-wrap {
  padding: 0 13px;
  margin-top: 30px;
}

.sampling-question-title {
  color: #3d3e49;
  font-size: 19px;
  margin-bottom: 10px;
}

.sampling-question-text {
  color: #81888d;
  font-size: 16px;
  word-wrap: break-word;
}

.video-swipper {
  width: 1180px;
  margin: 0 auto;
}

.video-swipper .carousel-container {
  padding: 0;
}

.lamp-roll-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.lamp-slide-group {
  width: 100%;
  margin: 0 auto;
}

.lamp-slide {
  display: inline-block;
  vertical-align: middle;
  width: 473px;
  height: 485px;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 24px 20px 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 7px 20px 7px rgba(0, 0, 0, 0.03);
}

.owl-nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.handle-play-btn {
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}

.handle-play-btn .icon-play-circle {
  font-size: 67px;
  color: #ffffff;
  opacity: 0.8;
}

.lamp-video-img {
  width: 473px;
  height: 270px;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
}

.lamp-video-img img {
  width: 100%;
}

.lamp-video-img img:hover {
  animation: blowup 0.6s 1 forwards;
}

@keyframes blowup {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

@keyframes living {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}

.lamp-video-title {
  font-size: 24px;
  font-weight: 400;
  color: #2f3343;
  padding: 24px 24px 13px 24px;
}

.lamp-video-text {
  padding: 0 24px;
  color: #8f8f8f;
  text-align: justify;
}

.lamp-video-more {
  text-align: right;
  padding: 10px 24px 0 0;
}

.lamp-video-more a .icon-more {
  font-size: 8px;
  color: #8f8f8f;
}

.owl-carousel .owl-stage-outer {
  width: 90%;
  margin: 0 auto;
  z-index: 2;
}

.lamp-carousel .owl-dots {
  display: none;
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-25%);
}

.lamp-carousel button.owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(237, 239, 240, 1);
}

.lamp-carousel button.active {
  width: 20px;
  height: 6px;
  background: rgba(0, 185, 132, 1);
  border-radius: 3px;
}

.prev-con,
.next-con {
  display: inline-block;
  width: 48px;
  height: 538px;
  line-height: 538px;
  z-index: 300;
  vertical-align: middle;
}

.prev {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: rgba(250, 251, 252, 1);
  color: #5f6974;
  border-radius: 24px;
  text-align: center;
}

.next {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: rgba(250, 251, 252, 1);
  color: #5f6974;
  border-radius: 24px;
  text-align: center;
}

.prev-con .prev:hover,
.next-con .next:hover {
  color: #00b984;
  background: rgba(4, 185, 132, 0.3);
}

.lamp-hidden-lg {
  display: none;
}

.sampling-flow-mobile {
  display: none;
}

.modal-content {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

.modal-dialog {
  width: 990px;
  margin: 120px auto;
}

.modal-close {
  min-height: 16px;
  padding: 20px 30px;
  top: 40%;
  right: 0;
  color: #f4f;
  z-index: 2000;
  width: 60px;
  position: absolute;
}

.modal-close .close {
  color: #ffffff;
  font-size: 39px;
  font-weight: 300;
  z-index: 2000;
}

.responsibility-body {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}

.responsibility-body .modal-backdrop.in {
  opacity: 0.9;
}

.founder-video-bg {
  display: none;
}

.change-lg-hidden {
  display: none;
}
.slide-media-header .slide-title {
  float: left;
}
.slide-media-header .slide-title-con {
  float: left;
}
.slide-media-header .slide-title-con .slide-title {
  float: none;
  margin: 19px 0 0 0;
}
.slide-title-con .sm-mark {
  margin-top: 6px;
  font-size: 12px;
  font-weight: bold;
  color: rgba(47, 51, 67, 0.45);
}

.slide-media-logo {
  width: 88px;
  overflow: hidden;
  float: left;
}

.monitoring-logo{
  width:66px;
  overflow: hidden;
  float: left;
}

.monitoring-logo img{
  width: 100%;
}

.md-slide-logo{
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

.lb-home-logo{
  width:96px;
}

.lb-jz-logo{
  width:66px;
}

.md-slide-logo img {
  width: 100%;
}

.lb-home-slide-title {
  line-height: 50px;
}

.lbjz-slide-title{
  line-height: 66px;
}

.slide-media-logo img {
  width: 100%;
}

.change-item-lg-hidden {
  display: none;
}

.responsibility-banner .banner-pc {
  display: block;
}

.responsibility-banner .banner-mobile {
  display: none;
}
.default-index-banner .banner-pc {
  display: block;
}

.default-index-banner .banner-mobile {
  display: none;
}

.p-after:after {
  content: "...";
  bottom: 0;
  right: 0;
  padding-left: 40px;
  position: absolute;
}

.more-btn {
  padding-bottom: 0;
  margin-bottom: 0;
}

.honor-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sampling-section-wrap:first-child {
  margin-top: 0;
}

.sampling-section-wrap:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.honor-line-wrapper {
  padding-bottom: 0;
  margin-bottom: 56px;
}

.carousel-container {
  padding-bottom: 0;
  margin-bottom: 56px;
}

.news-content {
  padding-bottom: 0;
  margin-bottom: 56px;
}

.news-list-wrapper {
  padding-bottom: 0;
  margin-bottom: 56px;
}

.row-sampling-question {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 56px;
}

.video-swipper .carousel-container {
  padding: 0;
  margin-bottom: 0;
}

.hide-justify {
  display: inline-block;
  width: 100%;
  opacity: 0;
}
.brand-title {
  margin-bottom: 16px;
  letter-spacing: 4px;
}
.brand-s-mark {
  font-size: 16px;
  color: #8f8f8f;
  line-height: 24px;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
.sam-bg-wrapper{
  background-image: url(../img/sam_exm_bg.png);
  width: 100%;
  height: 1093px;
  background-size: 100% 100%;
}
.sampling-example-wrapper{
  margin-top: -1093px;
}

.sampling-example-title{
  font-size: 22px;
  color: #2F3343;
  font-weight: 600;
}
.sampling-example-btn{
  width: 120px;
  padding: 9px 0;
  border: 1px solid #04B984;
  border-radius: 4px;
  color: #00b984;
  text-align: center;
  line-height: 1;
  display: none;
}
.sampling-example-btn.show{
  display: inline-block;
  vertical-align: middle;
}
.icon-sam_1,
.icon-sam_2,
.icon-sam_3,
.icon-sam_4,
.icon-sam_5 {
  font-size: 22px;
}
.sampling-example-info{
  font-size: 18px;
  font-weight: 400;
  color: rgba(47, 51, 67, 0.61);
  line-height: 38px;
  margin: 8px 0 16px 0;
}
.sampling-example-info.all{
  display: none;
}
.sampling-example-btn:hover{
  color: #ffffff;
  background: #00b984;
}
/* .sampling-example-btn.opened{
  color: #ffffff;
  background: #00b984;
} */
.first-row{
  width: 100%;
  clear: both;
}

.sampling-example-btn-text{
  font-size: 18px;
}
.sam-module-margin{
  margin-top: 80px;
}
.apply-card .banner-pc{
  display: block;
  height: auto !important;
}
.apply-card .banner-mobile{
  display: none;
}
.case-img{
  width: 100%;
  height: 294px;
  overflow: hidden;
}
.case-img img{
  width: 100%;
}



.lab-main-title {
  margin-bottom: 20px;
  font-size: 32px;
}
.lab-detail-text {
  clear: both;
  font-size: 18px;
  font-weight: 400;
  color: #3e3f44;
  line-height: 28px;
}

@keyframes blowup {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}