@charset "UTF-8";

body {
  font-family: firaSansReg, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.body {
  font-size: 14px;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

#solution-pagination,
.page-box {
  display: none;
}

.title-family {
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.laboratory-page .block-a>.w1200>.title,
.laboratory-page .block-b .w1200 .title,
.laboratory-page .block-c .title,
.laboratory-page .model-a .w1200 .title,
.laboratory-page .model-b .block-title,
.laboratory-page .model-c .block-title,
.laboratory-page .model-d .block-title,
.laboratory-page .model-e .block-title,
.laboratory-page .model-f .block-title,
.laboratory-page .modal-a .block-title,
.laboratory-page .modal-b .inner-box .item .item-title,
.laboratory-page .modal-c .w1200 .block-title {
  font-weight: bold;
  font-size: 32px;
  color: #4e545d;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .block-a .w1200 {
  padding-top: 60px;
}

.laboratory-page .block-a .w1200 .title {
  line-height: 1.5625;
  margin-bottom: 47px;
}

.laboratory-page .block-a .w1200 .about-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.6%;
  position: relative;
}

.laboratory-page .block-a .w1200 .about-info .right-img.pc {
  display: block;
}

.laboratory-page .block-a .w1200 .about-info .right-img.mo {
  display: none;
}

.laboratory-page .block-a .w1200 .about-info .right-img {
  width: 38.3333333333%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  overflow: hidden;
}

.laboratory-page .block-a .w1200 .about-info .right-img img {
  width: 100%;
  transition: all 0.3s ease-in;
}

.laboratory-page .block-a .w1200 .about-info .right-img:hover img {
  transform: scale(1.05);
}

.laboratory-page .block-a .w1200 .about-info .left-content {
  width: 58%;
}

.laboratory-page .block-a .w1200 .about-info .left-content .text-block {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 2.25;
}

.laboratory-page .block-a .w1200 .about-info .left-content .view-btn {
  margin-top: 45px;
  display: block;
  width: 202px;
  height: 52px;
  line-height: 48px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #19528c;
  border: 2px solid #19528c;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.laboratory-page .block-a .w1200 .about-info .left-content .view-btn:hover {
  background: #19528c;
  color: #fff;
}

.laboratory-page .block-a .w1200 .lcoal-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}

.laboratory-page .block-a .w1200 .lcoal-info .item {
  width: 46.4166666667%;
  display: flex;
  align-items: center;
}

.laboratory-page .block-a .w1200 .lcoal-info .item .icon {
  width: 70px;
  height: 70px;
  margin-right: 33px;
}

.laboratory-page .block-a .w1200 .lcoal-info .item .icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.laboratory-page .block-a .w1200 .lcoal-info .item .info {
  width: calc(100% - 103px);
  line-height: 36px;
  font-size: 18px;
  color: #333333;
}

.laboratory-page .block-a .w1200 .lcoal-info .item .info .title {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 22px;
}

.video-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  color: #4e545d;
}

.laboratory-page .pc {
  display: block;
}

.laboratory-page .mo {
  display: none;
}

.video-download-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
  align-items: flex-start;
}

.video-download-section .main-video-player {
  width: 65%;
  position: relative;
  overflow: hidden;
}

.video-download-section .main-video-player .video-background {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-download-section .main-video-player .video-background::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.video-download-section .main-video-player .video-background video {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  position: relative;
  display: block;
}

.video-download-section .main-video-player .video-background .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  cursor: pointer;
  z-index: 20;
}

.video-download-section .main-video-player .video-background .play-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.video-download-section .main-video-player .no-mask::after {
  display: none;
}

.video-download-section .main-video-player .video-overlay {
  width: 100%;
  background: rgba(4, 4, 4, 0.7);
  height: 184px;
  padding: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  transform: translateY(100%);
  transition: all 0.3s ease-in;
  display: none;
}

.video-download-section .main-video-player .video-overlay .video-description {
  height: 100%;
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6666666667;
}

.video-download-section .main-video-player:hover .video-overlay {
  transform: translateY(0);
}

.video-download-section .no-overlay .video-overlay {
  transform: translateY(100%) !important;
}

.video-download-section .download-content-block {
  width: 32.5%;
}

.video-download-section .download-content-block .small-video-thumbnail {
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
}

.video-download-section .download-content-block .small-video-thumbnail .thumbnail-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 395/222;
}

.video-download-section .download-content-block .small-video-thumbnail .thumbnail-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.video-download-section .download-content-block .small-video-thumbnail .thumbnail-image .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 20;
}

.video-download-section .download-content-block .small-video-thumbnail .thumbnail-image .play-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.video-download-section .download-content-block .small-video-thumbnail .thumbnail-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.video-download-section .download-content-block .small-video-thumbnail .no-mask::after {
  display: none;
}

.video-download-section .download-content-block .small-video-thumbnail .thumbnail-overlay {
  display: none;
  width: 100%;
  background: rgba(4, 4, 4, 0.7);
  height: 96px;
  padding: 26px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  transform: translateY(100%);
  transition: all 0.3s ease-in;
}

.video-download-section .download-content-block .small-video-thumbnail .thumbnail-overlay .thumbnail-description {
  height: 100%;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
}

.video-download-section .download-content-block .small-video-thumbnail:hover .thumbnail-overlay {
  transform: translateY(0);
}

.video-download-section .download-content-block .no-overlay .thumbnail-overlay {
  transform: translateY(100%) !important;
}

.video-download-section .download-content-block .small-video-thumbnail.m34 {
  margin-bottom: 34px;
}

.video-download-section .download-content-block .download-section .download-title {
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #4e545d;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

.video-download-section .download-content-block .download-section .jxh-download-list .download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  margin-bottom: 7px;
  padding: 0 20px;
  background: #20355c;
  transition: all 0.3s ease-in;
}

.video-download-section .download-content-block .download-section .jxh-download-list .download-item:last-child {
  margin-bottom: 0;
}

.video-download-section .download-content-block .download-section .jxh-download-list .download-item:hover {
  background: rgba(32, 53, 92, 0.9);
}

.video-download-section .download-content-block .download-section .jxh-download-list .download-item .img {
  width: 28px;
}

.video-download-section .download-content-block .download-section .jxh-download-list .download-item .download-text {
  width: calc(100% - 50px);
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-download-section .download-content-block .download-section .jxh-download-list .download-item .download-icon {
  width: 24px;
}

.laboratory-page .w1200 .videohs-box {
  display: flex;
}

.laboratory-page .w1200 .videohs-box,
.laboratory-page .w1200 .video-s-box {
  margin-bottom: 47px;
}

.laboratory-page .w1200 .videohs-box video {
  display: block;
}

.laboratory-page .w1200 .videohs-box .h-video-box {
  width: 74.53625%;
  margin-right: 2.5%;
}

.laboratory-page .w1200 .videohs-box .h-video-box .video-box {
  aspect-ratio: 16/9;
}

.laboratory-page .w1200 .videohs-box .s-video-box {
  width: 23.58875%;
}

.laboratory-page .w1200 .videohs-box .s-video-box .video-box {
  aspect-ratio: 9/16;
}

.laboratory-page .w1200 .videohs-box .video-box {
  position: relative;
}

.laboratory-page .w1200 .videohs-box .video-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.laboratory-page .w1200 .videohs-box .video-box .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  cursor: pointer;
  z-index: 20;
}

.laboratory-page .w1200 .videohs-box .video-box .play-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.laboratory-page .w1200 .video-s-box .video-s-item .video-box {
  aspect-ratio: 9/16;
  position: relative;
}

.laboratory-page .w1200 .video-s-box .video-s-item .video-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.laboratory-page .w1200 .video-s-box .video-s-item .video-box .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  cursor: pointer;
  z-index: 20;
}

.laboratory-page .w1200 .video-s-box .video-s-item .video-box .play-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.video-download-section .download-content-block .small-video-thumbnail {
  margin-bottom: 24px !important;
}

.laboratory-page .block-b {
  margin-bottom: 60px;
}

.laboratory-page .block-b .w1200 .title {
  line-height: 1;
  margin-bottom: 47px;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .block-b .service-columns {
  display: flex;
}

.laboratory-page .block-b .service-columns .service-column {
  width: 33.3333%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all 0.3s ease-in;
  position: relative;
}

.laboratory-page .block-b .service-columns .service-column .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.laboratory-page .block-b .service-columns .service-column .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  transition: all 0.3s ease-in;
}

.laboratory-page .block-b .service-columns .service-column .img-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.laboratory-page .block-b .service-columns .service-column:hover .img-box img {
  transform: scale(1.05);
}

.laboratory-page .block-b .service-columns .service-column .column-content {
  width: 100%;
  height: 100%;
  padding: 7% 9.25%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 20;
}

.laboratory-page .block-b .service-columns .service-column .column-content .column-title {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 25px;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .block-b .service-columns .service-column .column-content .column-text {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 22px;
}

.laboratory-page .block-b .service-columns .service-column .column-content .view-more-btn {
  width: 202px;
  height: 52px;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 48px;
  color: #fff;
  display: block;
  font-size: 16px;
  transition: all 0.3s ease-in;
}

.laboratory-page .block-b .service-columns .service-column .column-content .view-more-btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
}

.laboratory-page .block-b .service-columns .service-column:nth-child(1) .img-box::after {
  background: rgba(134, 189, 225, 0.8);
}

.laboratory-page .block-b .service-columns .service-column:nth-child(2) .img-box::after {
  background: rgba(26, 83, 141, 0.7);
}

.laboratory-page .block-b .service-columns .service-column:nth-child(3) .img-box::after {
  background: rgba(229, 149, 27, 0.7);
}

.laboratory-page .block-c {
  padding-bottom: 60px;
}

.laboratory-page .block-c .title {
  margin-bottom: 47px;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .block-c .title-text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 2.25;
  margin-bottom: 47px;
}

.laboratory-page .block-c .service-list .item {
  height: 150px;
  position: relative;
  perspective: 1000px;
}

.laboratory-page .block-c .service-list .item .text {
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
  padding: 0 20px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  transform: rotateX(0deg);
  transition: all 0.4s;
  z-index: 2;
}

.laboratory-page .block-c .service-list .item .content {
  background: #1d598a;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.875;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  backface-visibility: hidden;
  transform: rotateX(180deg);
  transition: transform 0.6s;
  z-index: 1;
}

.laboratory-page .block-c .service-list .item:nth-child(3n+1) .text {
  background: #d8dfda;
}

.laboratory-page .block-c .service-list .item:nth-child(3n+2) .text {
  background: #d7d9de;
}

.laboratory-page .block-c .service-list .item:nth-child(3n) .text {
  background: #dde2f3;
}

.laboratory-page .block-c .service-list .item:nth-child(3n) {
  margin-right: 0;
}

.laboratory-page .block-c .service-list .item:last-child(1),
.laboratory-page .block-c .service-list .item:last-child(2),
.laboratory-page .block-c .service-list .item:last-child(3) {
  margin-bottom: 0;
}

.laboratory-page .block-c .service-list .item:hover .text {
  background: #1d598a;
  color: #fff;
}

/* .laboratory-page .block-c .service-list .item:hover .content {
  transform: rotateX(0deg);
} */
.laboratory-page .block-d {
  height: 289px;
  background: linear-gradient(90deg, #00528d, #3d82c6);
  margin-bottom: 60px;
}

.laboratory-page .block-d .w1200 {
  height: 100%;
}

.laboratory-page .block-d .w1200 .inner-box {
  padding: 0 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.laboratory-page .block-d .w1200 .inner-box .left-title {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .block-d .w1200 .inner-box .right-btn {
  width: 252px;
  height: 52px;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 48px;
  color: #fff;
  display: block;
  font-size: 16px;
  transition: all 0.3s ease-in;
}

.laboratory-page .block-d .w1200 .inner-box .right-btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
}

.laboratory-page .block-e {
  margin-bottom: 60px;
}

.laboratory-page .block-e .w1200 .main-video-player {
  height: 675px;
  position: relative;
  overflow: hidden;
}

.laboratory-page .block-e .w1200 .main-video-player .video-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.laboratory-page .block-e .w1200 .main-video-player .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.laboratory-page .block-e .w1200 .main-video-player .video-background .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  cursor: pointer;
  z-index: 20;
}

.laboratory-page .block-e .w1200 .main-video-player .video-background .play-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.laboratory-page .block-e .w1200 .main-video-player .video-background::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.laboratory-page .block-e .w1200 .main-video-player .no-mask::after {
  display: none;
}

.laboratory-page .block-e .w1200 .main-video-player .video-overlay {
  width: 100%;
  background: rgba(4, 4, 4, 0.7);
  height: 244px;
  padding: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  transform: translateY(100%);
  transition: all 0.3s ease-in;
}

.laboratory-page .block-e .w1200 .main-video-player .video-overlay .video-description {
  height: 100%;
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6666666667;
}

.laboratory-page .block-e .w1200 .main-video-player:hover .video-overlay {
  transform: translateY(0);
}

.laboratory-page .block-e .w1200 .no-overlay .video-overlay {
  transform: translateY(100%) !important;
}

.laboratory-page .block-f {
  margin-bottom: 60px;
}

.laboratory-page .block-f .w1200 .block-title {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 47px;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .block-f .w1200 .inner-box {
  position: relative;
}

.laboratory-page .block-f .w1200 .inner-box .block-title {
  display: none;
}

.laboratory-page .block-f .w1200 .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #dcdddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.laboratory-page .block-f .w1200 .btn:hover {
  background: #00528d;
}

.laboratory-page .block-f .w1200 .prev-btn {
  left: -90px;
}

.laboratory-page .block-f .w1200 .next-btn {
  right: -90px;
}

.laboratory-page .block-f .w1200 .swiper-slide {
  height: 268px;
  background: #3573a7;
  transition: all 0.3s ease-in;
  width: calc((100% - 16px) / 5);
  padding-top: 57px;
}

.laboratory-page .block-f .w1200 .swiper-slide .icon {
  width: 58px;
  margin: 0 auto 40px;
}

.laboratory-page .block-f .w1200 .swiper-slide .icon img {
  width: 100%;
}

.laboratory-page .block-f .w1200 .swiper-slide .text {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  padding: 0 24px;
  letter-spacing: 1px;
  text-align: center;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .block-f .w1200 .swiper-slide:hover {
  background: rgba(0, 82, 141, 0.9);
}

.laboratory-page .block-g {
  margin-bottom: 75px;
}

.laboratory-page .block-g .block-g-item {
  height: 320px;
  position: relative;
  background: #ee951c;
}

.laboratory-page .block-g .block-g-item .img-box {
  height: 100%;
  width: 50%;
  position: absolute;
  overflow: hidden;
}

.laboratory-page .block-g .block-g-item .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.laboratory-page .block-g .block-g-item .img-box .pc {
  display: block;
}

.laboratory-page .block-g .block-g-item .img-box .mo {
  display: none;
}

.laboratory-page .block-g .block-g-item .text-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.laboratory-page .block-g .block-g-item .text-box .inner-box {
  width: 50%;
}

.laboratory-page .block-g .block-g-item .text-box .inner-box .title {
  padding-top: 60px;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 38px;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .block-g .block-g-item .text-box .inner-box .info .item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.laboratory-page .block-g .block-g-item .text-box .inner-box .info .item:last-child {
  margin-bottom: 0;
}

.laboratory-page .block-g .block-g-item .text-box .inner-box .info .item .icon {
  width: 36px;
  height: 36px;
  margin-right: 17px;
}

.laboratory-page .block-g .block-g-item .text-box .inner-box .info .item .icon img {
  width: 100%;
}

.laboratory-page .block-g .block-g-item .text-box .inner-box .info .item .span {
  width: calc(100% - 53px);
  color: #fff;
}

.laboratory-page .block-g .block-g-item .text-box .inner-box .info .hz .span {
  font-size: 22px;
}

.laboratory-page .block-g .block-g-item .text-box .inner-box .info .en {
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
  font-weight: bold;
}

.laboratory-page .block-g .block-g-item .text-box .inner-box .info .en .span {
  font-size: 22px;
  font-style: italic;
}

.laboratory-page .block-g .block-g-item:nth-child(1) {
  margin-bottom: 43px;
}

.laboratory-page .block-g .block-g-item:nth-child(1) .img-box {
  right: 0;
}

.laboratory-page .block-g .block-g-item:nth-child(2) .text-box .w1200 {
  display: flex;
  justify-content: flex-end;
}

.laboratory-page .block-g .block-g-item:nth-child(2) .text-box .w1200 .inner-box {
  padding-left: 60px;
}

.laboratory-page .block-g .block-g-item:nth-child(2) .text-box .w1200 .inner-box .title {}

.laboratory-page .model-a {
  margin-bottom: 60px;
}

.laboratory-page .model-a .w1200 .title {
  line-height: 1;
  margin-bottom: 47px;
}

.laboratory-page .model-a .w1200 .inner-box {
  width: calc(100% + 22px);
  margin-left: -16px;
  position: relative;
}

.laboratory-page .model-a .w1200 .inner-box .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #dcdddd;
  border-radius: 50%;
}

.laboratory-page .model-a .w1200 .inner-box .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #dcdddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.laboratory-page .model-a .w1200 .inner-box .btn:hover {
  background: #00528d;
}

.laboratory-page .model-a .w1200 .inner-box .prev-btn {
  left: -90px;
}

.laboratory-page .model-a .w1200 .inner-box .next-btn {
  right: -90px;
}

.laboratory-page .model-a .w1200 .inner-box .swiper-slide {
  padding: 11px;
  position: relative;
  width: calc((100% - 87px) / 4);
  padding: 40px 20px 0 20px;
  height: 137px;
  transition: all 0.3s ease-in;
}

.laboratory-page .model-a .w1200 .inner-box .swiper-slide .name {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 14px;
  position: relative;
  z-index: 10;
  color: #20355C;
}

.laboratory-page .model-a .w1200 .inner-box .swiper-slide .text {
  font-size: 24px;
  color: #20355C;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

.laboratory-page .model-a .w1200 .inner-box .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease-in;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.laboratory-page .model-a .w1200 .inner-box .swiper-slide:hover::after {
  opacity: 1;
}

/* .laboratory-page .model-a .w1200 .inner-box .swiper-slide:nth-child(1)::after {
  background: #d8dfda;
}
.laboratory-page .model-a .w1200 .inner-box .swiper-slide:nth-child(3n+2)::after {
  background: #d7d9de;
}
.laboratory-page .model-a .w1200 .inner-box .swiper-slide:nth-child(3n)::after {
  background: #dde2f3;
} */
.laboratory-page .model-b {
  margin-bottom: 60px;
}

.laboratory-page .model-b .block-title {
  line-height: 1;
  margin-bottom: 47px;
}

.laboratory-page .model-b .inner-box {
  background: #f3f4f9;
  height: 573px;
}

.laboratory-page .model-b .inner-box .w1200 {
  height: 100%;
  display: flex;
}

.laboratory-page .model-b .inner-box .w1200 .right-box {
  height: 100%;
  width: 58.3333333333%;
  display: flex;
  align-items: center;
}

.laboratory-page .model-b .inner-box .w1200 .right-box .ul {
  height: 400px;
  padding-left: 60px;
  overflow: auto;
}

.laboratory-page .model-b .inner-box .w1200 .right-box .ul::-webkit-scrollbar {
  width: 0;
}

.laboratory-page .model-b .inner-box .w1200 .right-box .ul .li {
  display: flex;
  margin-bottom: 22px;
}

.laboratory-page .model-b .inner-box .w1200 .right-box .ul .li:last-child {
  margin-bottom: 0;
}

.laboratory-page .model-b .inner-box .w1200 .right-box .ul .li .icon {
  width: 32px;
  height: 32px;
  margin-right: 23px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #00528d;
  border-radius: 50%;
}

.laboratory-page .model-b .inner-box .w1200 .right-box .ul .li .icon img {
  position: relative;
  z-index: 10;
  width: 10px;
  transition: all 0.3s ease-in;
}

.laboratory-page .model-b .inner-box .w1200 .right-box .ul .li .icon::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #00528d;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.laboratory-page .model-b .inner-box .w1200 .right-box .ul .li .container {
  width: calc(100% - 55px);
}

.laboratory-page .model-b .inner-box .w1200 .right-box .ul .li .container .title {
  font-size: 24px;
  line-height: 32px;
  color: #00528d;
  font-weight: 500;
  cursor: pointer;
}

.laboratory-page .model-b .inner-box .w1200 .right-box .ul .li .container .text {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.875;
  color: #333;
}

.laboratory-page .model-b .inner-box .w1200 .right-box .ul .active .icon img {
  transform: rotateX(180deg);
}

.laboratory-page .model-b .inner-box .w1200 .left-box {
  height: 100%;
  width: 41.6666666667%;
}

.laboratory-page .model-b .inner-box .w1200 .left-box .img-box {
  height: 100%;
  width: 100%;
  position: relative;
}

.laboratory-page .model-b .inner-box .w1200 .left-box .img-box img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  max-width: 10000px;
  height: 100%;
}

.laboratory-page .model-c {
  margin-bottom: 60px;
}

.laboratory-page .model-c .block-title {
  line-height: 1;
  margin-bottom: 47px;
}

.laboratory-page .model-c .inner-box {
  position: relative;
}

.laboratory-page .model-c .inner-box .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}

.laboratory-page .model-c .inner-box .btn:hover {
  background: rgba(255, 255, 255, 0.8);
}

.laboratory-page .model-c .inner-box .prev-btn-2 {
  left: 35px;
}

.laboratory-page .model-c .inner-box .next-btn-2 {
  right: 35px;
}

.laboratory-page .model-c .inner-box .card-box .card-img {
  position: relative;
  width: 100%;
}

.laboratory-page .model-c .inner-box .card-box .card-img img {
  width: 100%;
}

.laboratory-page .model-c .inner-box .card-box .card-img .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 17%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 20;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.laboratory-page .model-c .inner-box .card-box .card-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 82, 141, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.laboratory-page .model-c .inner-box .swiper-slide {
  border-right: 1px solid #fff;
  cursor: pointer;
}

.laboratory-page .model-c .inner-box .card-list {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
  transform: translateX(100%);
  transition: all 0.3s ease-in;
}

.laboratory-page .model-c .inner-box .card-list .card-item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-box {
  width: 16.6666%;
  height: 100%;
  float: left;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail {
  float: left;
  width: 83.3333%;
  height: 100%;
  background: #f3f4f9;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .placebox {
  height: 8%;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper {
  height: 85%;
  width: 80%;
  padding-left: 50px;
  overflow: auto;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper::-webkit-scrollbar {
  height: 2px;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper .big-title {
  font-weight: bold;
  font-size: 32px;
  color: #00528d;
  line-height: 1;
  margin-bottom: 36px;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper .text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 40px;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper .small-title {
  font-weight: bold;
  font-size: 24px;
  color: #00528d;
  line-height: 1;
  margin-bottom: 35px;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper .params-box {
  margin-bottom: 50px;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper .params-box .li {
  display: flex;
  margin-bottom: 17px;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper .params-box .li:last-child {
  margin-bottom: 0;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper .params-box .li .icon {
  width: 26px;
  margin-right: 16px;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper .params-box .li .icon img {
  width: 100%;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper .params-box .li .title {
  width: calc(100% - 42px);
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.laboratory-page .model-c .inner-box .card-list .card-item .card-detail .in-wrapper .view-btn {
  display: block;
  width: 182px;
  height: 48px;
  background: #ffffff;
  border-radius: 1px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  border: 2px solid #215188;
  color: #215188;
}

.laboratory-page .model-c .inner-box .card-list .active {
  z-index: 20;
}

.laboratory-page .model-c .inner-box .active-card {
  transform: translate(0);
}

.laboratory-page .model-c .mo {
  display: none;
}

.laboratory-page .model-d {
  margin-bottom: 60px;
}

.laboratory-page .model-d .block-title {
  line-height: 1;
  margin-bottom: 47px;
}

.laboratory-page .model-d .inner-box {
  border: 1px solid #00528d;
}

.laboratory-page .model-d .inner-box .top-box {
  line-height: 75px;
  padding: 0 45px 0 40px;
}

.laboratory-page .model-d .inner-box .top-box .left {
  float: left;
  font-weight: bold;
  font-size: 30px;
  color: #4e545d;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .model-d .inner-box .top-box .right {
  float: right;
  font-weight: bold;
  font-size: 18px;
  color: #4e545d;
}

.laboratory-page .model-d .inner-box .table table {
  width: 100%;
  border-top: none;
}

.laboratory-page .model-d .inner-box .table table thead {
  background: #00528d;
  height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.laboratory-page .model-d .inner-box .table table thead th {
  border-right: 1px solid #00528d;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .model-d .inner-box .table table thead th:last-child {
  border-right: none;
  background: #ed951c;
}

.laboratory-page .model-d .inner-box .table table td {
  padding: 0 20px;
  border-right: 1px solid #00528d;
}

.laboratory-page .model-d .inner-box .table table td .cell {
  padding: 50px 0;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.laboratory-page .model-d .inner-box .table table td:last-child {
  border-right: none;
}

.laboratory-page .model-d .inner-box .table table td .yellow {
  font-weight: bold;
  font-size: 24px;
  color: #ed951c;
  text-align: center;
}

.laboratory-page .model-d .inner-box .mo-table {
  display: none;
}

.laboratory-page .model-e {
  margin-bottom: 60px;
}

.laboratory-page .model-e .block-title {
  line-height: 1;
  margin-bottom: 47px;
}

.laboratory-page .model-e .ul {
  margin-bottom: 53px;
}

.laboratory-page .model-e .ul .li {
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 6px 20px 1px rgba(207, 208, 211, 0.5);
  border-radius: 1px;
  padding: 22px 24px;
}

.laboratory-page .model-e .ul .li .row-box {
  display: flex;
}

.laboratory-page .model-e .ul .li .row-box .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-right: 26px;
}

.laboratory-page .model-e .ul .li .row-box .text,
.laboratory-page .model-e .ul .li .row-box .title {
  line-height: 32px;
  width: calc(100% - 56px);
  font-size: 18px;
}

.laboratory-page .model-e .ul .li .row-box .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #00528d;
  font-weight: bold;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
  color: #00528d;
}

.laboratory-page .model-e .ul .li .top-box {
  margin-bottom: 10px;
}

.laboratory-page .model-e .ul .li .top-box .icon {
  background: #00528d;
}

.laboratory-page .model-e .ul .li .bottom-box .icon {
  background: #ed951c;
}

.laboratory-page .model-e .ul .li:nth-child(n+4) {
  display: none;
}

.laboratory-page .model-e .show-more .li:nth-child(n+4) {
  display: block;
}

.laboratory-page .model-e .btn-box .view-btn {
  margin: 0 auto;
  width: 182px;
  height: 48px;
  line-height: 44px;
  background: #ffffff;
  border-radius: 1px;
  text-align: center;
  color: #215188;
  font-size: 18px;
  border: 2px solid #215188;
  cursor: pointer;
}

.laboratory-page .model-f {
  margin-bottom: 60px;
}

.laboratory-page .model-f .block-title {
  line-height: 1;
  margin-bottom: 47px;
}

.laboratory-page .model-f .inner-box {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.laboratory-page .model-f .inner-box .left {
  width: 29.5%;
}

.laboratory-page .model-f .inner-box .left .row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.laboratory-page .model-f .inner-box .left .row .item {
  flex: 0 0 calc(50% - 4px);
  box-sizing: border-box;
  height: 118px;
  background: #3573a7;
  padding: 0 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.laboratory-page .model-f .inner-box .left .row .item:hover {
  background: #ed951c;
}

.laboratory-page .model-f .inner-box .left .row .active {
  background: #ed951c;
}

.laboratory-page .model-f .inner-box .left .row .item:last-child:nth-child(odd) {
  flex: 0 0 100%;
}

.laboratory-page .model-f .inner-box .right {
  width: 70%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.laboratory-page .model-f .inner-box .right .ul {
  height: 100%;
}

.laboratory-page .model-f .inner-box .right .li {
  height: 100%;
  position: relative;
  display: none;
}

.laboratory-page .model-f .inner-box .right .active {
  display: block;
}

.laboratory-page .model-f .inner-box .right .img {
  height: 100%;
  width: 100%;
  position: relative;
}

.laboratory-page .model-f .inner-box .right .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.laboratory-page .model-f .inner-box .right .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.laboratory-page .model-f .inner-box .right .content {
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
  overflow: auto;
  padding: 0 70px;
  width: 100%;
  z-index: 20;
}

.laboratory-page .model-f .inner-box .right .content::-webkit-scrollbar {
  width: 0;
}

.laboratory-page .model-f .inner-box .right .content .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.laboratory-page .model-f .inner-box .right .content .item:last-child {
  margin-bottom: 0;
}

.laboratory-page .model-f .inner-box .right .content .item .icon {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.laboratory-page .model-f .inner-box .right .content .item .title {
  width: calc(100% - 33px);
  font-size: 16px;
  line-height: 1;
  color: #333333;
}

.laboratory-page .model-g {
  margin-bottom: 60px;
}

.laboratory-page .model-g .inner-box {
  display: flex;
  justify-content: space-between;
}

.laboratory-page .model-g .inner-box .img {
  width: 33.5833333333%;
}

.laboratory-page .model-g .inner-box .img.pc {
  display: block;
}

.laboratory-page .model-g .inner-box .img.mo {
  display: none;
}

.laboratory-page .model-g .inner-box .right-box {
  width: 59.1666666667%;
}

.laboratory-page .model-g .inner-box .right-box .title {
  font-weight: bold;
  font-size: 48px;
  color: #00528D;
  line-height: 36px;
  margin-bottom: 40px;
}

.laboratory-page .model-g .inner-box .right-box .text {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 2.25;
  margin-bottom: 40px;
}

.laboratory-page .model-g .inner-box .right-box .btn {
  display: block;
  width: 416px;
  height: 72px;
  background: #ffffff;
  border-radius: 4px;
  border: 2px solid #00528D;
  text-align: center;
  line-height: 68px;
  font-weight: bold;
  font-size: 24px;
  color: #00528D;
}

.laboratory-page .model-h {
  background: #3b765e;
}

.laboratory-page .modal-a {
  padding: 60px 0;
  background: #dcdddd;
}

.laboratory-page .modal-a .block-title {
  line-height: 1;
  margin-bottom: 47px;
  text-align: center;
}

.laboratory-page .modal-a .inner-box {
  padding: 0 30px;
  position: relative;
}

.laboratory-page .modal-a .inner-box .btn {
  width: 60px;
  height: 60px;
  background: #dcdddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.laboratory-page .modal-a .inner-box .prev-btn {
  left: 33px;
}

.laboratory-page .modal-a .inner-box .next-btn {
  right: 33px;
}

.laboratory-page .modal-a .inner-box .btn:hover {
  background: #00528d;
}

.laboratory-page .modal-a .inner-box .swiper-slide {
  height: 354px;
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 65px;
  transition: all 0.1s ease-in;
  background-color: #fff;
}

.laboratory-page .modal-a .inner-box .swiper-slide .title {
  padding: 0 17px 0 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .modal-a .inner-box .swiper-slide .text {
  padding: 0 17px 0 20px;
  font-size: 18px;
  line-height: 24px;
}

.laboratory-page .modal-a .inner-box .swiper-slide:hover {
  background-size: auto 105%;
}

.laboratory-page .modal-b {
  padding: 60px 0;
}

.laboratory-page .modal-b .inner-box {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.laboratory-page .modal-b .inner-box .item {
  margin-bottom: 50px;
}

.laboratory-page .modal-b .inner-box .item:last-child {
  margin-bottom: 0;
}

.laboratory-page .modal-b .inner-box .item .item-title {
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 37px;
}

.laboratory-page .modal-b .inner-box .item .swiper-box {
  position: relative;
}

.laboratory-page .modal-b .inner-box .item .swiper-box .btn {
  width: 60px;
  height: 60px;
  background: #dcdddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.laboratory-page .modal-b .inner-box .item .swiper-box .btn:hover {
  background: #00528d;
}

.laboratory-page .modal-b .inner-box .item .swiper-box .prev-btn {
  left: -84px;
}

.laboratory-page .modal-b .inner-box .item .swiper-box .next-btn {
  right: -84px;
}

.laboratory-page .modal-b .inner-box .item .swiper-container {
  padding: 10px;
}

.laboratory-page .modal-b .inner-box .item .swiper-slide {
  height: 226px;
  margin-bottom: 0;
}

.laboratory-page .modal-b .inner-box .item .swiper-box-1 .swiper-slide {
  width: calc((100% - 45px) / 4);
  margin-bottom: 0;
  padding-top: 56px;
  background: #ffffff;
  box-shadow: 0px 2px 9px 1px rgba(207, 208, 211, 0.5);
  transition: all 0.3s ease-in;
}

.laboratory-page .modal-b .inner-box .item .swiper-box-1 .swiper-slide:nth-child(3n) {
  margin-right: 0;
}

.laboratory-page .modal-b .inner-box .item .swiper-box-1 .swiper-slide:hover {
  background: #dde2f3;
}

.laboratory-page .modal-b .inner-box .item .swiper-box-1 .swiper-slide .title {
  font-weight: bold;
  font-size: 30px;
  color: #00528d;
  line-height: 1;
  margin-bottom: 43px;
  text-align: center;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .modal-b .inner-box .item .swiper-box-1 .swiper-slide .text {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  padding: 0 34px;
}

.laboratory-page .modal-b .inner-box .item .swiper-box-2 .swiper-slide {
  height: 150px;
  width: calc((100% - 45px) / 4);
  position: relative;
  perspective: 1000px;
}

.laboratory-page .modal-b .inner-box .item .swiper-box-2 .swiper-slide:nth-child(2n) .item-content .title {
  background: #d7d9de;
}

.laboratory-page .modal-b .inner-box .item .swiper-box-2 .swiper-slide:nth-child(2n+1) .item-content .title {
  background: #dde2f3;
}

.laboratory-page .modal-b .inner-box .item .swiper-box-2 .swiper-slide:hover .item-content {
  transform: rotateX(180deg);
}

.laboratory-page .modal-b .inner-box .item .swiper-box-2 .item-content {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  box-shadow: 0px 2px 9px 1px rgba(207, 208, 211, 0.5);
}

.laboratory-page .modal-b .inner-box .item .swiper-box-2 .item-content .title {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: transform 0.6s;
  left: 0;
  top: 0;
  z-index: 2;
  font-weight: 800;
  font-size: 24px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: firaSans, "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

.laboratory-page .modal-b .inner-box .item .swiper-box-2 .item-content .text {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  transform: rotateX(180deg);
  transition: transform 0.6s;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  background: #00528d;
}

.laboratory-page .modal-c {
  position: relative;
}

.laboratory-page .modal-c .w1200 {
  position: absolute;
  left: 50%;
  top: 63px;
  transform: translateX(-50%);
  z-index: 20;
}

.laboratory-page .modal-c .w1200 .block-title {
  line-height: 1;
}

.laboratory-page .modal-c .inner-box {
  position: relative;
}

.laboratory-page .modal-c .inner-box .banner {
  width: 100%;
  height: 888px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.laboratory-page .modal-c .inner-box .mo {
  display: none;
}

.laboratory-page .modal-c .inner-box .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.laboratory-page .modal-c .inner-box .content .item {
  position: absolute;
}

.laboratory-page .modal-c .inner-box .content .item .hover-box {
  display: flex;
  align-items: center;
}

.laboratory-page .modal-c .inner-box .content .item .hover-box .icon {
  margin-right: 13px;
}

.laboratory-page .modal-c .inner-box .content .item .hover-box .icon .circle-1 {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #215188;
  display: flex;
  align-items: center;
  justify-content: center;
}

.laboratory-page .modal-c .inner-box .content .item .hover-box .icon .circle-2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(33, 81, 136, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.laboratory-page .modal-c .inner-box .content .item .hover-box .icon .box {
  width: 33px;
  height: 33px;
  background: #215188;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease-in;
}

.laboratory-page .modal-c .inner-box .content .item .hover-box .icon .box .h,
.laboratory-page .modal-c .inner-box .content .item .hover-box .icon .box .s {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  background: #fff;
}

.laboratory-page .modal-c .inner-box .content .item .hover-box .icon .box .h {
  width: 15px;
  height: 1px;
}

.laboratory-page .modal-c .inner-box .content .item .hover-box .icon .box .s {
  height: 15px;
  width: 1px;
}

.laboratory-page .modal-c .inner-box .content .item .hover-box .span {
  font-weight: 500;
  font-size: 24px;
  color: #00528d;
  line-height: 40px;
  text-decoration: underline !important;
  text-underline-offset: 8px;
}

.laboratory-page .modal-c .inner-box .content .item .content-box {
  position: absolute;
  top: calc(100% + 45px);
  left: -30px;
  width: 410px;
  padding: 30px 40px;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  border-radius: 6px;
  border: 2px solid #215188;
  transition: all 0.3s ease-in;
  opacity: 0;
  pointer-events: none;
}

.laboratory-page .modal-c .inner-box .content .item .content-box .sj {
  display: block;
  width: 68px;
  height: 23px;
  background: url(../images/sj.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 29px;
  top: -23px;
}

.laboratory-page .modal-c .inner-box .content .item:nth-child(1) {
  left: 26.9270833333%;
  top: 23.0855855856%;
}

.laboratory-page .modal-c .inner-box .content .item:nth-child(2) {
  left: 64.3229166667%;
  top: 21.7342342342%;
}

.laboratory-page .modal-c .inner-box .content .item:nth-child(2) .content-box {
  /*opacity: 1;*/
}

.laboratory-page .modal-c .inner-box .content .item:nth-child(3) {
  left: 23.75%;
  top: 63.8513513514%;
}

.laboratory-page .modal-c .inner-box .content .item:nth-child(4) {
  left: 59.21875%;
  top: 60.378378%;
}

.laboratory-page .modal-c .inner-box .content .item:hover .hover-box .icon .box {
  transform: rotate(45deg);
}

.laboratory-page .modal-c .inner-box .content .item.hover .content-box {
  opacity: 1;
  pointer-events: auto;
}

.filelinks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filelinks li {
  padding: 0;
  line-height: 1.3;
}

.filelinks ul,
.filelinks ol {
  padding-left: 0;
}

.filelink {
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease;
  font-size: 0.7875rem;
  cursor: pointer;
  border-top: 2px solid #70747a;
}

.filelink:last-child {
  border-bottom: 2px solid #70747a;
}

.download {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: break-word;
  padding: 5px 16px;
}

.download .downloadinfo__wrapper {
  display: flex;
  flex-direction: column;
}

.download .ce-uploads-description {
  font-weight: 400;
}

.download .ce-uploads-fileName {
  color: #00528c;
}

.download .download-icon {
  margin: 0 0 0 20px;
  position: relative;
  flex-shrink: 0;
}

.download .download-icon img {
  transition: all 0.3s ease;
}

.download .download-icon .nor {
  opacity: 1;
}

.download .download-icon .act {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.download>span:last-of-type {
  margin-right: 5px;
}

.download:after {
  line-height: 1;
  font-size: 19.6px;
}

.download__icon {
  margin-left: auto;
  line-height: 1;
  position: relative;
  word-break: keep-all;
}

.download__icon:before {
  font-size: 23.1px;
}

.download__icon .download__file-extension {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 8%;
  text-transform: uppercase;
  font-size: 0.65em;
  background-color: #fff;
  padding: 1px;
  border-radius: 1px;
  transition: background-color 0.2s ease;
}

.filelink__select {
  display: flex;
  justify-content: flex-end;
  width: 45px;
}

.filelink__select select.select--language~.select2-container.select2-container--disabled {
  margin-right: 10px;
}

/* ===== hover / focus / active ===== */
.filelink:hover,
.filelink:focus,
.filelink:active {
  background-color: #f1f1f1;
}

.filelink:hover .download .ce-uploads-fileName {
  color: #f4951b;
}

.filelink:hover .download .download-icon .nor {
  opacity: 0;
}

.filelink:hover .download .download-icon .act {
  opacity: 1;
}

/* ===== 响应式：media 全部后置 ===== */
@media (min-width: 576px) {
  .filelink {
    font-size: 0.9rem;
  }

  .download {
    padding: 5px 16px;
  }

  .download:after {
    font-size: 22.4px;
  }

  .download__icon:before {
    font-size: 26.4px;
  }
}

@media (min-width: 768px) {
  .filelink {
    font-size: 1.0125rem;
  }

  .filelink__select {
    width: 47px;
  }

  .download {
    padding: 5px 16px;
  }

  .download:after {
    font-size: 25.2px;
  }

  .download__icon:before {
    font-size: 29.7px;
  }
}

@media (min-width: 992px) {
  .filelink {
    font-size: 1.06875rem;
  }

  .filelink__select {
    width: 50px;
  }

  .download {
    padding: 5px 16px;
  }

  .download:after {
    font-size: 26.6px;
  }

  .download__icon:before {
    font-size: 31.35px;
  }
}

@media (min-width: 1200px) {
  .filelink {
    font-size: 1.125rem;
  }

  .download {
    padding: 5px 16px;
  }

  .download:after {
    font-size: 28px;
  }

  .download__icon:before {
    font-size: 33px;
  }
}