@media (min-width: 768px) {
  body {
    padding-top: 106px;
  }
}

.chuangcuhei {
  color: #111;
}

.page-banner {
  height: 860px;
}

.page-banner .slogin {
  top: 279px;
  transform: translateY(0);
}

.page-banner h3 {
  color: #fff;
  font-size: 70px;
  height: auto;
  position: relative;
}

.page-banner h3::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  overflow: hidden;
  height: 4px;
  width: 92px;
  background-color: #e60d16;
  display: block;
  transform: skewX(-30deg);
  margin-top: 15px;
}

.page-banner .crumbs_box {
  position: absolute;
  left: 0;
  bottom: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-banner .crumbs_box a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.page-banner .crumbs_box a:hover {
  color: #111;
}

.page-banner .crumbs_box span {
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.page-banner .crumbs_box p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.column-title .descript {
  padding-bottom: 0;
}

.thumbnail-mask::after {
  transition: .3s;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0;
  z-index: 0;
}

.page-tab.fixed {
  z-index: 1001;
  top: 0 !important;
}

.page-tab .page-tab-content ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.page-tab .page-tab-content ul li {
  margin-right: 90px;
}

.page-tab .page-tab-content ul li a {
  color: #666;
  font-size: 16px;
}

.page-tab .page-tab-content ul li.active a {
  color: #111;
}

.intelligent {
  width: 100%;
  height: auto;
}

.intelligent .intell_box {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 95px;
}

.intelligent .intell_box .intell_b_item {
  width: 340px;
  height: 660px;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
}

.intelligent .intell_box .intell_b_item::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.intelligent .intell_box .intell_b_item.active {
  width: 910px;
  position: relative;
}

.intelligent .intell_box .intell_b_item.active::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.intelligent .intell_box .intell_b_item.active .item_content {
  display: none;
}

.intelligent .intell_box .intell_b_item.active .item_content_hover {
  opacity: 1;
  transform: translateY(0%);
}

.intelligent .intell_box .intell_b_item.active .item_content_hover img {
  animation: indalRun 1s ease both .5s;
}

.intelligent .intell_box .intell_b_item.active .item_content_hover .item_title {
  animation: indalRun 1s ease both .6s;
}

.intelligent .intell_box .intell_b_item.active .item_content_hover .item_text {
  animation: indalRun 1s ease both .7s;
}

.intelligent .intell_box .intell_b_item .item_click {
  display: none;
}

.intelligent .intell_box .intell_b_item .item_content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
}

.intelligent .intell_box .intell_b_item .item_content img {
  width: 50px;
  height: 50px;
}

.intelligent .intell_box .intell_b_item .item_content .item_title {
  margin-top: 17px;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 115.385% */
}

.intelligent .intell_box .intell_b_item .item_content_hover {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 100px 50px 100px;
}

.intelligent .intell_box .intell_b_item .item_content_hover img {
  width: 50px;
  height: 50 px;
}

.intelligent .intell_box .intell_b_item .item_content_hover .item_title {
  margin-top: 17px;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 115.385% */
}

.intelligent .intell_box .intell_b_item .item_content_hover .item_text {
  margin-top: 17px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

@keyframes indalRun {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.technology {
  width: 100%;
  height: auto;
  padding: 72px 0 120px;
  background: #F9F9F9;
}

.technology .column-title {
  margin-bottom: 63px;
}

.technology .technolo_box {
  width: 1250px;
  height: 420px;
  margin: 0 auto;
  background: #FFF;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.technology .technolo_box .tech_l {
  width: 625px;
  height: 100%;
  padding: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.technology .technolo_box .tech_l .tech_l_title {
  color: #111;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 150% */
}

.technology .technolo_box .tech_l .tech_l_desc {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.technology .technolo_box .tech_r {
  width: 625px;
  height: 100%;
  overflow: hidden;
}

.technology .technolo_box .tech_r:hover img {
  transform: scale(1.05);
}

.technology .technolo_box .tech_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.innocation {
  width: 100%;
  height: auto;
}

.innocation .column-title {
  margin-bottom: 63px;
}

.innocation .content {
  width: 100%;
  height: auto;
  padding: 0 95px;
}

.innocation .content .inn_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.innocation .content .inn_box .inn_item {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.innocation .content .inn_box .inn_item:nth-of-type(1) {
  margin-right: 204px;
}

.innocation .content .inn_box .inn_item:nth-of-type(2) {
  margin-right: 260px;
}

.innocation .content .inn_box .inn_item:nth-of-type(3) {
  margin-right: 211px;
}

.innocation .content .inn_box .inn_item img {
  width: 60px;
  height: 60px;
}

.innocation .content .inn_box .inn_item .item_num {
  margin-top: 36px;
  color: #E60012;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  /* 80% */
}

.innocation .content .inn_box .inn_item .item_num span {
  font-size: 28px;
}

.innocation .content .inn_box .inn_item .item_text {
  margin-top: 11px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

.quality_system {
  width: 100%;
  height: auto;
  padding: 77px 0 119px;
  background: #F9F9F9;
}

.quality_system .quality_box {
  margin: 0 auto;
  width: 1250px;
  height: 420px;
  position: relative;
  display: flex;
  flex-direction: row;
  background: #fff;
}

.quality_system .quality_box .qua_img {
  width: 625px;
  height: 100%;
  overflow: hidden;
}

.quality_system .quality_box .qua_img:hover img {
  transform: scale(1.05);
}

.quality_system .quality_box .qua_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.6s;
}

.quality_system .quality_box .qua_img img.active {
  display: block;
}

.quality_system .quality_box .sector_box {
  width: calc(100% - 625px);
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 47px;
}

.quality_system .quality_box .sector_box .sector_item {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

.quality_system .quality_box .sector_box .sector_item:first-child {
  margin-top: 0;
}

.quality_system .quality_box .sector_box .sector_item .item_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.quality_system .quality_box .sector_box .sector_item .item_content .item_title {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
}

.quality_system .quality_box .sector_box .sector_item .item_content .item_text {
  margin-top: 12px;
  color: #666;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.quality_system .quality_box .sector_box .solution_b_item {
  width: 340px;
  height: 700px;
  transition: all 0.6s;
}

.quality_system .quality_box .sector_box .solution_b_item.active {
  width: 1100px;
}

.quality_system .quality_box .sector_box .solution_b_item.active .item_content {
  display: none;
}

.quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover {
  opacity: 1;
  transform: translateY(0%);
}

.quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover img {
  animation: indalRun 1s ease both .5s;
}

.quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover .item_title {
  animation: indalRun 1s ease both .6s;
}

.quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover .item_text {
  animation: indalRun 1s ease both .7s;
}

.quality_system .quality_box .sector_box .solution_b_item .item_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
}

.quality_system .quality_box .sector_box .solution_b_item .item_content img {
  width: 40px;
  height: 40px;
}

.quality_system .quality_box .sector_box .solution_b_item .item_content .item_title {
  margin-top: 17px;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 115.385% */
}

.quality_system .quality_box .sector_box .solution_b_item .item_content_hover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 100px 50px 100px;
}

.quality_system .quality_box .sector_box .solution_b_item .item_content_hover img {
  width: 40px;
  height: 40px;
}

.quality_system .quality_box .sector_box .solution_b_item .item_content_hover .item_title {
  margin-top: 17px;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 115.385% */
}

.quality_system .quality_box .sector_box .solution_b_item .item_content_hover .item_text {
  margin-top: 17px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.system_certification {
  width: 100%;
  height: auto;
}

.system_certification .certi_box {
  width: 100%;
  height: auto;
}

.system_certification .certi_box .certi_top {
  width: 100%;
  height: auto;
  padding: 10px 0 25px 0;
}

.system_certification .certi_box .certi_top .certi_t_item {
  width: 180px;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.system_certification .certi_box .certi_top .certi_t_item img {
  width: 80px;
  height: 80px;
}

.system_certification .certi_box .certi_top .certi_t_item.swiper-slide-active {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.system_certification .certi_box .certi_top .swiper-button-prev {
  width: 11px;
  height: 20px;
  left: 0%;
}

.system_certification .certi_box .certi_top .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.system_certification .certi_box .certi_top .swiper-button-prev::after {
  content: '';
}

.system_certification .certi_box .certi_top .swiper-button-next {
  width: 11px;
  height: 20px;
  right: 0%;
}

.system_certification .certi_box .certi_top .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.system_certification .certi_box .certi_top .swiper-button-next::after {
  content: '';
}

.system_certification .certi_box .certi_bot {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.system_certification .certi_box .certi_bot .certi_b_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.system_certification .certi_box .certi_bot .certi_b_item .item_date {
  color: #111;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 115.385% */
}

.system_certification .certi_box .certi_bot .certi_b_item .item_date span {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.system_certification .certi_box .certi_bot .certi_b_item .item_date span::before {
  content: '';
  width: 5px;
  height: 16px;
  transform: skewX(-15deg) translateY(-50%);
  background: #e60d16;
  position: absolute;
  top: 50%;
  left: 0;
}

.system_certification .certi_box .certi_bot .certi_b_item .item_desc {
  margin-top: 19px;
  color: #666;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.competencies .content {
  padding: 0 95px;
}

.thumbnail-mask .caption {
  font-size: 20px;
}

.thumbnail-mask::before {
  display: none;
}

@media screen and (max-width: 1440px) {
  .page-banner {
    height: 50.76389vw;
  }
  .page-banner .slogin {
    top: 16.46875vw;
    transform: translateY(0);
  }
  .page-banner h3 {
    color: #fff;
    font-size: 4.13194vw;
    height: auto;
    position: relative;
  }
  .page-banner h3::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    overflow: hidden;
    height: 0.23611vw;
    width: 5.43056vw;
    background-color: #e60d16;
    display: block;
    transform: skewX(-30deg);
    margin-top: 0.88542vw;
  }
  .page-banner .crumbs_box {
    position: absolute;
    left: 0;
    bottom: 2.53819vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .page-banner .crumbs_box a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box a:hover {
    color: #111;
  }
  .page-banner .crumbs_box span {
    margin: 0 0.29514vw;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  .column-title .descript {
    padding-bottom: 0;
  }
  .thumbnail-mask::after {
    transition: .3s;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0;
    z-index: 0;
  }
  .page-tab.fixed {
    z-index: 1001;
    top: 0 !important;
  }
  .page-tab .page-tab-content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .page-tab .page-tab-content ul li {
    margin-right: 5.3125vw;
  }
  .page-tab .page-tab-content ul li a {
    color: #666;
    font-size: 0.94444vw;
  }
  .page-tab .page-tab-content ul li.active a {
    color: #111;
  }
  .intelligent {
    width: 100%;
    height: auto;
  }
  .intelligent .intell_box {
    max-width: 113.33333vw;
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 5.60764vw;
  }
  .intelligent .intell_box .intell_b_item {
    width: 20.06944vw;
    height: 38.95833vw;
    transition: all 0.6s;
    overflow: hidden;
    position: relative;
  }
  .intelligent .intell_box .intell_b_item::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .intelligent .intell_box .intell_b_item.active {
    width: 53.71528vw;
    position: relative;
  }
  .intelligent .intell_box .intell_b_item.active::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .intelligent .intell_box .intell_b_item.active .item_content {
    display: none;
  }
  .intelligent .intell_box .intell_b_item.active .item_content_hover {
    opacity: 1;
    transform: translateY(0%);
  }
  .intelligent .intell_box .intell_b_item.active .item_content_hover img {
    animation: indalRun 1s ease both .5s;
  }
  .intelligent .intell_box .intell_b_item.active .item_content_hover .item_title {
    animation: indalRun 1s ease both .6s;
  }
  .intelligent .intell_box .intell_b_item.active .item_content_hover .item_text {
    animation: indalRun 1s ease both .7s;
  }
  .intelligent .intell_box .intell_b_item .item_content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 2.95139vw;
  }
  .intelligent .intell_box .intell_b_item .item_content img {
    width: 2.95139vw;
    height: 2.95139vw;
  }
  .intelligent .intell_box .intell_b_item .item_content .item_title {
    margin-top: 1.00347vw;
    color: #FFF;
    text-align: center;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 115.385% */
  }
  .intelligent .intell_box .intell_b_item .item_content_hover {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 5.90278vw 2.95139vw 5.90278vw;
  }
  .intelligent .intell_box .intell_b_item .item_content_hover img {
    width: 2.95139vw;
    height: 2.95139vw;
  }
  .intelligent .intell_box .intell_b_item .item_content_hover .item_title {
    margin-top: 1.00347vw;
    color: #FFF;
    text-align: center;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 115.385% */
  }
  .intelligent .intell_box .intell_b_item .item_content_hover .item_text {
    margin-top: 1.00347vw;
    color: #FFF;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  @keyframes indalRun {
    0% {
      opacity: 0;
      transform: translateY(4.72222vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0vw);
    }
  }
  .technology {
    width: 100%;
    height: auto;
    padding: 4.25vw 0 7.08333vw;
    background: #F9F9F9;
  }
  .technology .column-title {
    margin-bottom: 3.71875vw;
  }
  .technology .technolo_box {
    width: 73.78472vw;
    height: 24.79167vw;
    margin: 0 auto;
    background: #FFF;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .technology .technolo_box .tech_l {
    width: 36.89236vw;
    height: 100%;
    padding: 0 4.42708vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.47222vw;
  }
  .technology .technolo_box .tech_l .tech_l_title {
    color: #111;
    font-size: 2.125vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.125vw;
    /* 150% */
  }
  .technology .technolo_box .tech_l .tech_l_desc {
    color: #666;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 166.667% */
  }
  .technology .technolo_box .tech_r {
    width: 36.89236vw;
    height: 100%;
    overflow: hidden;
  }
  .technology .technolo_box .tech_r:hover img {
    transform: scale(1.05);
  }
  .technology .technolo_box .tech_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .innocation {
    width: 100%;
    height: auto;
  }
  .innocation .column-title {
    margin-bottom: 3.71875vw;
  }
  .innocation .content {
    width: 100%;
    height: auto;
    padding: 0 5.60764vw;
  }
  .innocation .content .inn_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .innocation .content .inn_box .inn_item {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .innocation .content .inn_box .inn_item:nth-of-type(1) {
    margin-right: 12.04167vw;
  }
  .innocation .content .inn_box .inn_item:nth-of-type(2) {
    margin-right: 15.34722vw;
  }
  .innocation .content .inn_box .inn_item:nth-of-type(3) {
    margin-right: 12.45486vw;
  }
  .innocation .content .inn_box .inn_item img {
    width: 3.54167vw;
    height: 3.54167vw;
  }
  .innocation .content .inn_box .inn_item .item_num {
    margin-top: 2.125vw;
    color: #E60012;
    font-size: 2.125vw;
    font-style: normal;
    font-weight: 900;
    line-height: 2.36111vw;
    /* 80% */
  }
  .innocation .content .inn_box .inn_item .item_num span {
    font-size: 1.65278vw;
  }
  .innocation .content .inn_box .inn_item .item_text {
    margin-top: 0.64931vw;
    color: #111;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  .quality_system {
    width: 100%;
    height: auto;
    padding: 4.54514vw 0 7.02431vw;
    background: #F9F9F9;
  }
  .quality_system .quality_box {
    margin: 0 auto;
    width: 73.78472vw;
    height: 24.79167vw;
    position: relative;
    display: flex;
    flex-direction: row;
    background: #fff;
  }
  .quality_system .quality_box .qua_img {
    width: 36.89236vw;
    height: 100%;
    overflow: hidden;
  }
  .quality_system .quality_box .qua_img:hover img {
    transform: scale(1.05);
  }
  .quality_system .quality_box .qua_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.6s;
  }
  .quality_system .quality_box .qua_img img.active {
    display: block;
  }
  .quality_system .quality_box .sector_box {
    width: calc(100% - 36.89236vw);
    height: 24.79167vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.77431vw;
  }
  .quality_system .quality_box .sector_box .sector_item {
    margin-top: 1.77083vw;
    width: 100%;
    height: auto;
  }
  .quality_system .quality_box .sector_box .sector_item:first-child {
    margin-top: 0;
  }
  .quality_system .quality_box .sector_box .sector_item .item_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .quality_system .quality_box .sector_box .sector_item .item_content .item_title {
    color: #111;
    font-size: 1.41667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 125% */
  }
  .quality_system .quality_box .sector_box .sector_item .item_content .item_text {
    margin-top: 0.70833vw;
    color: #666;
    font-family: "PingFang SC";
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  .quality_system .quality_box .sector_box .solution_b_item {
    width: 20.06944vw;
    height: 41.31944vw;
    transition: all 0.6s;
  }
  .quality_system .quality_box .sector_box .solution_b_item.active {
    width: 64.93056vw;
  }
  .quality_system .quality_box .sector_box .solution_b_item.active .item_content {
    display: none;
  }
  .quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover {
    opacity: 1;
    transform: translateY(0%);
  }
  .quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover img {
    animation: indalRun 1s ease both .5s;
  }
  .quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover .item_title {
    animation: indalRun 1s ease both .6s;
  }
  .quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover .item_text {
    animation: indalRun 1s ease both .7s;
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 2.95139vw;
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content img {
    width: 2.36111vw;
    height: 2.36111vw;
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content .item_title {
    margin-top: 1.00347vw;
    color: #FFF;
    text-align: center;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 115.385% */
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content_hover {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 5.90278vw 2.95139vw 5.90278vw;
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content_hover img {
    width: 2.36111vw;
    height: 2.36111vw;
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content_hover .item_title {
    margin-top: 1.00347vw;
    color: #FFF;
    text-align: center;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 115.385% */
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content_hover .item_text {
    margin-top: 1.00347vw;
    color: #FFF;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  .system_certification {
    width: 100%;
    height: auto;
  }
  .system_certification .certi_box {
    width: 100%;
    height: auto;
  }
  .system_certification .certi_box .certi_top {
    width: 100%;
    height: auto;
    padding: 0.59028vw 0 1.47569vw 0;
  }
  .system_certification .certi_box .certi_top .certi_t_item {
    width: 10.625vw;
    height: 5.90278vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .system_certification .certi_box .certi_top .certi_t_item img {
    width: 4.72222vw;
    height: 4.72222vw;
  }
  .system_certification .certi_box .certi_top .certi_t_item.swiper-slide-active {
    border-radius: 0.47222vw;
    background: #FFF;
    box-shadow: 0 0.59028vw 1.18056vw 0 rgba(0, 0, 0, 0.1);
  }
  .system_certification .certi_box .certi_top .swiper-button-prev {
    width: 0.64931vw;
    height: 1.18056vw;
    left: 0%;
  }
  .system_certification .certi_box .certi_top .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .system_certification .certi_box .certi_top .swiper-button-prev::after {
    content: '';
  }
  .system_certification .certi_box .certi_top .swiper-button-next {
    width: 0.64931vw;
    height: 1.18056vw;
    right: 0%;
  }
  .system_certification .certi_box .certi_top .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .system_certification .certi_box .certi_top .swiper-button-next::after {
    content: '';
  }
  .system_certification .certi_box .certi_bot {
    margin-top: 1.18056vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .system_certification .certi_box .certi_bot .certi_b_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .system_certification .certi_box .certi_bot .certi_b_item .item_date {
    color: #111;
    text-align: center;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 115.385% */
  }
  .system_certification .certi_box .certi_bot .certi_b_item .item_date span {
    display: inline-block;
    padding-left: 0.88542vw;
    position: relative;
  }
  .system_certification .certi_box .certi_bot .certi_b_item .item_date span::before {
    content: '';
    width: 0.29514vw;
    height: 0.94444vw;
    transform: skewX(-15deg) translateY(-50%);
    background: #e60d16;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .system_certification .certi_box .certi_bot .certi_b_item .item_desc {
    margin-top: 1.12153vw;
    color: #666;
    text-align: center;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 166.667% */
  }
  .competencies .content {
    padding: 0 5.60764vw;
  }
  .thumbnail-mask .caption {
    font-size: 1.18056vw;
  }
  .thumbnail-mask::before {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .page-banner {
    height: 160vw;
  }
  .page-banner::after {
    content: '';
    width: 100%;
    height: 160vw;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .page-banner .slogin {
    top: 23.2vw;
    transform: translateY(0);
  }
  .page-banner h3 {
    text-align: center;
    color: #fff;
    font-size: 8.53333vw;
    height: auto;
    position: relative;
  }
  .page-banner h3::after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    overflow: hidden;
    height: 0.53333vw;
    width: 16vw;
    background-color: #e60d16;
    display: block;
    transform: skewX(-30deg) translateX(-50%);
    margin-top: 2vw;
  }
  .page-banner .crumbs_box {
    padding: 0 4vw;
    position: absolute;
    left: 0;
    bottom: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 2;
  }
  .page-banner .crumbs_box a {
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box a:hover {
    color: #fff;
  }
  .page-banner .crumbs_box span {
    margin: 0 1.33333vw;
    color: rgba(255, 255, 255, 0.6);
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  .column-title .descript {
    padding-bottom: 0;
  }
  .thumbnail-mask::after {
    transition: .3s;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0;
    z-index: 0;
  }
  .page-tab.fixed {
    z-index: 1001;
    top: 0 !important;
  }
  .page-tab .page-tab-content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: inherit;
  }
  .page-tab .page-tab-content ul li {
    margin-right: 6.4vw;
  }
  .page-tab .page-tab-content ul li a {
    color: #666;
    font-size: 4.26667vw;
  }
  .page-tab .page-tab-content ul li.active a {
    color: #111;
  }
  .intelligent {
    width: 100%;
    height: auto;
  }
  .intelligent .intell_box {
    max-width: 92vw;
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0vw;
  }
  .intelligent .intell_box .intell_b_item {
    width: 100%;
    height: 53.33333vw;
    transition: all 0.6s;
    overflow: hidden;
    position: relative;
  }
  .intelligent .intell_box .intell_b_item::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .intelligent .intell_box .intell_b_item.active {
    width: 100%;
    position: relative;
  }
  .intelligent .intell_box .intell_b_item.active::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .intelligent .intell_box .intell_b_item.active .item_click img:first-child {
    display: none;
  }
  .intelligent .intell_box .intell_b_item.active .item_click img:last-child {
    display: block;
  }
  .intelligent .intell_box .intell_b_item.active .item_content {
    display: none;
  }
  .intelligent .intell_box .intell_b_item.active .item_content_hover {
    opacity: 1;
    transform: translateY(0%);
    top: 0;
  }
  .intelligent .intell_box .intell_b_item.active .item_content_hover img {
    animation: none;
  }
  .intelligent .intell_box .intell_b_item.active .item_content_hover .item_title {
    animation: none;
  }
  .intelligent .intell_box .intell_b_item.active .item_content_hover .item_text {
    animation: none;
  }
  .intelligent .intell_box .intell_b_item .item_click {
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    position: absolute;
    right: 6.13333vw;
    bottom: 3.73333vw;
    z-index: 5;
  }
  .intelligent .intell_box .intell_b_item .item_click img {
    width: 100%;
    height: 100%;
  }
  .intelligent .intell_box .intell_b_item .item_click img:first-child {
    display: block;
  }
  .intelligent .intell_box .intell_b_item .item_click img:last-child {
    display: none;
  }
  .intelligent .intell_box .intell_b_item .item_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: inherit;
    padding: 0 5.86667vw;
    padding-bottom: 3.2vw;
    padding-top: 21.6vw;
  }
  .intelligent .intell_box .intell_b_item .item_content img {
    width: 5.86667vw;
    height: 5.86667vw;
  }
  .intelligent .intell_box .intell_b_item .item_content .item_title {
    margin-left: 2.13333vw;
    margin-top: 0vw;
    color: #FFF;
    text-align: center;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.93333vw;
    /* 115.385% */
  }
  .intelligent .intell_box .intell_b_item .item_content_hover {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    opacity: 0;
    transform: translateY(0%);
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5.86667vw 0vw 5.86667vw;
    transition: all 0.6s ease 0.3s;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
  }
  .intelligent .intell_box .intell_b_item .item_content_hover img {
    width: 5.86667vw;
    height: 5.86667vw;
  }
  .intelligent .intell_box .intell_b_item .item_content_hover .item_title {
    margin-left: 2.13333vw;
    margin-top: 0vw;
    color: #FFF;
    text-align: center;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.93333vw;
    /* 115.385% */
  }
  .intelligent .intell_box .intell_b_item .item_content_hover .item_text {
    transform: translateY(-5.33333vw);
    text-align: center;
    margin-top: 2.13333vw;
    color: #FFF;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.33333vw;
    /* 187.5% */
  }
  @keyframes indalRun {
    0% {
      opacity: 0;
      transform: translateY(10.66667vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0vw);
    }
  }
  .technology {
    width: 100%;
    height: auto;
    padding: 10.66667vw 0 10.66667vw;
    background: #F9F9F9;
  }
  .technology .column-title {
    margin-bottom: 10.66667vw;
  }
  .technology .technolo_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #FFF;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .technology .technolo_box .tech_l {
    width: 100%;
    height: auto;
    padding: 4.26667vw 3.2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.06667vw;
  }
  .technology .technolo_box .tech_l .tech_l_title {
    color: #111;
    font-size: 5.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 150% */
  }
  .technology .technolo_box .tech_l .tech_l_desc {
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.67;
    /* 166.667% */
  }
  .technology .technolo_box .tech_r {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .technology .technolo_box .tech_r:hover img {
    transform: scale(1);
  }
  .technology .technolo_box .tech_r img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.6s;
  }
  .innocation {
    width: 100%;
    height: auto;
  }
  .innocation .column-title {
    margin-bottom: 10.66667vw;
  }
  .innocation .content {
    width: 100%;
    height: auto;
    padding: 0 0vw;
  }
  .innocation .content .inn_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 8.53333vw;
  }
  .innocation .content .inn_box .inn_item {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .innocation .content .inn_box .inn_item:nth-of-type(1) {
    margin-right: 0vw;
  }
  .innocation .content .inn_box .inn_item:nth-of-type(2) {
    margin-right: 0vw;
  }
  .innocation .content .inn_box .inn_item:nth-of-type(3) {
    margin-right: 0vw;
  }
  .innocation .content .inn_box .inn_item img {
    width: 10.66667vw;
    height: 10.66667vw;
  }
  .innocation .content .inn_box .inn_item .item_num {
    margin-top: 5.33333vw;
    color: #E60012;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 900;
    line-height: 6.4vw;
    /* 80% */
  }
  .innocation .content .inn_box .inn_item .item_num span {
    font-size: 4.26667vw;
  }
  .innocation .content .inn_box .inn_item .item_text {
    margin-top: 2.93333vw;
    color: #111;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  .quality_system {
    width: 100%;
    height: auto;
    padding: 10.66667vw 0 10.66667vw;
    background: #F9F9F9;
  }
  .quality_system .quality_box {
    margin: 0 auto;
    width: 92%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .quality_system .quality_box .qua_img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .quality_system .quality_box .qua_img:hover img {
    transform: scale(1);
  }
  .quality_system .quality_box .qua_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.6s;
  }
  .quality_system .quality_box .qua_img img.active {
    display: block;
  }
  .quality_system .quality_box .sector_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4.26667vw;
  }
  .quality_system .quality_box .sector_box .sector_item {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
  }
  .quality_system .quality_box .sector_box .sector_item:first-child {
    margin-top: 0;
  }
  .quality_system .quality_box .sector_box .sector_item .item_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .quality_system .quality_box .sector_box .sector_item .item_content .item_title {
    color: #111;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    /* 125% */
  }
  .quality_system .quality_box .sector_box .sector_item .item_content .item_text {
    margin-top: 3.2vw;
    color: #666;
    font-family: "PingFang SC";
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.87;
    /* 187.5% */
  }
  .quality_system .quality_box .sector_box .solution_b_item {
    width: 45.33333vw;
    height: 93.33333vw;
    transition: all 0.6s;
  }
  .quality_system .quality_box .sector_box .solution_b_item.active {
    width: 146.66667vw;
  }
  .quality_system .quality_box .sector_box .solution_b_item.active .item_content {
    display: none;
  }
  .quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover {
    opacity: 1;
    transform: translateY(0%);
  }
  .quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover img {
    animation: indalRun 1s ease both .5s;
  }
  .quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover .item_title {
    animation: indalRun 1s ease both .6s;
  }
  .quality_system .quality_box .sector_box .solution_b_item.active .item_content_hover .item_text {
    animation: indalRun 1s ease both .7s;
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 6.66667vw;
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content .item_title {
    margin-top: 2.26667vw;
    color: #FFF;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 115.385% */
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content_hover {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 13.33333vw 6.66667vw 13.33333vw;
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content_hover img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content_hover .item_title {
    margin-top: 2.26667vw;
    color: #FFF;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 115.385% */
  }
  .quality_system .quality_box .sector_box .solution_b_item .item_content_hover .item_text {
    margin-top: 2.26667vw;
    color: #FFF;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 187.5% */
  }
  .system_certification {
    width: 100%;
    height: auto;
  }
  .system_certification .certi_box {
    width: 100%;
    height: auto;
  }
  .system_certification .certi_box .certi_top {
    width: 100%;
    height: auto;
    padding: 1.33333vw 0 3.33333vw 0;
  }
  .system_certification .certi_box .certi_top .certi_t_item {
    width: 48vw;
    height: 26.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .system_certification .certi_box .certi_top .certi_t_item img {
    width: 21.33333vw;
    height: 21.33333vw;
  }
  .system_certification .certi_box .certi_top .certi_t_item.swiper-slide-active {
    border-radius: 1.06667vw;
    background: #FFF;
    box-shadow: 0 1.33333vw 2.66667vw 0 rgba(0, 0, 0, 0.1);
  }
  .system_certification .certi_box .certi_top .swiper-button-prev {
    width: 1.46667vw;
    height: 2.66667vw;
    left: 0%;
  }
  .system_certification .certi_box .certi_top .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .system_certification .certi_box .certi_top .swiper-button-prev::after {
    content: '';
  }
  .system_certification .certi_box .certi_top .swiper-button-next {
    width: 1.46667vw;
    height: 2.66667vw;
    right: 0%;
  }
  .system_certification .certi_box .certi_top .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .system_certification .certi_box .certi_top .swiper-button-next::after {
    content: '';
  }
  .system_certification .certi_box .certi_bot {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .system_certification .certi_box .certi_bot .certi_b_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .system_certification .certi_box .certi_bot .certi_b_item .item_date {
    color: #111;
    text-align: center;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.26667vw;
    /* 115.385% */
  }
  .system_certification .certi_box .certi_bot .certi_b_item .item_date span {
    display: inline-block;
    padding-left: 4vw;
    position: relative;
  }
  .system_certification .certi_box .certi_bot .certi_b_item .item_date span::before {
    content: '';
    width: 1.33333vw;
    height: 4.26667vw;
    transform: skewX(-15deg) translateY(-50%);
    background: #e60d16;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .system_certification .certi_box .certi_bot .certi_b_item .item_desc {
    margin-top: 5.33333vw;
    color: #666;
    text-align: center;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6777;
    /* 166.667% */
  }
  .competencies .content {
    padding: 0 12.66667vw;
  }
  .thumbnail-mask .caption {
    font-size: 2.66667vw;
  }
  .thumbnail-mask::before {
    display: none;
  }
}
