@charset "UTF-8";
p {
  margin-bottom: 0;
  font-weight: 300;
}

a {
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

/* 自定义容器样式 */
.container__1600 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 响应式断点设置 */
@media (min-width: 576px) {
  .container__1600 {
    max-width: 570px;
  }
}

@media (min-width: 768px) {
  .container__1600 {
    max-width: 760px;
  }
}

@media (min-width: 992px) {
  .container__1600 {
    max-width: 980px;
  }
}

@media (min-width: 1200px) {
  .container__1600 {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container__1600 {
    max-width: 1600px;
    /* 自定义最大宽度 */
  }
}

/* 可选：添加1600px以上屏幕的额外padding */
@media (min-width: 1620px) {
  .container__1600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* header CSS */
.header-wrapper {
  background-color: #fff;
}

.header-main {
  margin-left: 72px;
  margin-right: 72px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main .header-mina__log .logo img {
  max-width: 180px;
}

.header-main .header-main__menu {
  flex: 1;
  margin: 0 40px;
}

.header-main .header-main__menu ul {
  display: flex;
  justify-content: space-around;
}

.header-main .header-main__menu ul li {
  min-width: 88px;
}

.header-main .header-main__menu ul li > a {
  padding-top: 38px;
  padding-bottom: 38px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.header-main .header-main__menu ul li.active > a {
  color: #237d87;
  position: relative;
}

.header-main .header-main__menu ul li.active > a::after {
  content: "";
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #237D87;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header-main .header-main__menu-toggle {
  display: flex;
  align-items: center;
  gap: 130px;
}

.header-main .header__contact {
  display: flex;
  align-items: center;
}

.header-main .header__contact img {
  display: block;
  width: 20px;
  height: fit-content;
}

.header-main .header__contact dl {
  flex: 1;
  margin-left: 6px;
  margin-bottom: 0;
}

.header-main .header__contact dl dt {
  padding-left: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}

.header-main .header__contact dl dd {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 0;
}

.header-main .header__hamburger .sidebar__toggle {
  width: 32px;
  height: 24px;
  cursor: pointer;
}

.header-main .header__hamburger span {
  width: 32px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  background-color: rgba(25, 41, 41, 0.14);
}

.header-main .header__hamburger span:nth-child(2) {
  margin-left: 5px;
}

.header-main .header__hamburger:hover span:first-of-type, .header-main .header__hamburger:hover span:last-of-type {
  margin-left: 5px;
}

.header-main .header__hamburger:hover span:nth-child(2) {
  margin-left: 0px;
}

@media (max-width: 1400px) {
  .header-main {
    margin-left: 52px;
    margin-right: 52px;
  }
  .header-main .header-main__menu {
    margin: 0 30px;
  }
}

@media (max-width: 1200px) {
  .header-main {
    margin-left: 32px;
    margin-right: 32px;
  }
  .header-main .header-main__menu {
    margin: 0 20px;
  }
}

/* 小于 1140px */
@media (max-width: 1139.98px) {
  .header-main .header-main__menu {
    display: none;
  }
  .header-main .header-main__menu-toggle .header__hamburger {
    display: block;
  }
}

/* ≥1140px 显示 */
@media (min-width: 1140px) {
  .header-main .header__hamburger {
    display: block;
  }
  .header-main .header-main__menu-toggle .header__hamburger {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-main .header-main__menu-toggle .header__contact {
    display: none;
  }
  .header-main .header-main__menu-toggle .header__hamburger {
    display: block;
  }
}

/* main-submenu CSS */
.main-midder {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
}

.main-submenu ul li {
  padding: 0 26px;
}

.main-submenu ul li a {
  padding: 32px 0;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}

.main-submenu ul li a:hover {
  font-weight: 500;
  color: #1C7882;
}

.main-submenu .nav-link.active {
  font-weight: 500;
  color: #1C7882;
}

.breadcrumb-container {
  height: 100%;
}

.breadcrumb-container .breadcrumb {
  margin: 0;
  padding: 24px 0;
  justify-content: flex-end;
}

.breadcrumb-container .breadcrumb .breadcrumb-location {
  color: #1B7882;
  display: flex;
  align-items: center;
}

.breadcrumb-container .breadcrumb .breadcrumb-location img {
  margin-right: 4px;
}

.breadcrumb-container .breadcrumb .breadcrumb-itme {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.breadcrumb-container .breadcrumb .breadcrumb-itme:hover {
  color: #1B7882;
}

.breadcrumb-container .breadcrumb .breadcrumb-itme:first-child {
  color: red;
}

/* pagination CSS */
.pagination-wrapper ul li {
  margin: 0 5px;
}

.pagination-wrapper ul li a {
  font-size: 16px;
  color: #333333;
  background: transparent;
  border: 1px solid #797777;
  border-radius: 0 !important;
}

.pagination-wrapper ul li:hover a {
  color: #1B7882;
  border: 1px solid #1B7882;
}

.pagination-wrapper ul li.active a {
  color: #ffffff;
  border: 1px solid #1B7882;
  background: #1B7882;
}

/* footer CSS */
.footer-wrapper {
  background: #1b2028;
}

.footer-wrapper .footer-section__widget .footer-section__title {
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ABADB0;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-align: left;
  position: relative;
}

.footer-wrapper .footer-section__widget .footer-section__title::after {
  content: " ";
  display: block;
  width: 20px;
  height: 3px;
  background: #1B7882;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.footer-wrapper .footer-section__widget .footer-section__menu ul {
  list-style: none;
  padding: 0;
}

.footer-wrapper .footer-section__widget .footer-section__menu ul li {
  font-weight: 500;
  font-size: 14px;
  color: #B2B2B2;
  margin-bottom: 20px;
}

.footer-wrapper .footer-section__widget .footer-section__menu ul li:last-of-type {
  margin: 0;
}

.footer-wrapper .footer-section__whatsapp {
  display: flex;
  gap: 18px;
  align-items: center;
  height: 100%;
}

.footer-wrapper .footer-section__whatsapp .whatsapp__wrap {
  color: #fff;
}

.footer-wrapper .footer-section__whatsapp .whatsapp__wrap .footer-section__title {
  font-family: Impact, Impact;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.footer-wrapper .footer-section__whatsapp .whatsapp__wrap .whatsap__tel {
  font-weight: 400;
  font-size: 30px;
}

.footer-wrapper .footer-section__whatsapp .whatsapp__wrap .whatsap__text {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.footer-wrapper .footer-section__whatsapp .whatsapp__image {
  width: 120px;
  height: 120px;
}

.footer-wrapper .footer-section__whatsapp .whatsapp__image img {
  display: block;
}

.footer-wrapper .footer-menu__wrap {
  padding: 70px 0 72px;
}

@media only screen and (max-width: 1440px) {
  .footer-wrapper .footer-menu__wrap {
    flex-wrap: wrap;
  }
}

.footer-wrapper .footer-copyright {
  background: #131314;
}

.footer-wrapper .footer-copyright .copyright__wrap {
  display: flex;
  padding: 18px 0;
  align-items: center;
  border-radius: 500px;
  justify-content: space-between;
}

.footer-wrapper .footer-copyright .copyright__wrap .copyright__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}

@media only screen and (max-width: 1440px) {
  .footer-wrapper .footer-copyright .copyright__wrap {
    gap: 15px;
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 19px 10px;
    justify-content: center;
  }
}

/* 章节标题 CSS */
.chapter-title {
  margin: 0;
  position: relative;
  z-index: 2;
  font-weight: 800;
  font-size: 38px;
  color: #333333;
  line-height: 92px;
}

.chapter-title::before {
  content: attr(data-tooltip);
  position: absolute;
  z-index: -1;
  font-weight: 800;
  font-size: 66px;
  color: #D9D9D9;
  -webkit-text-stroke: 1px #D9D9D9;
  -webkit-background-clip: text;
  /* 背景裁剪到文字 */
  background-clip: text;
  color: transparent;
  /* 文字透明，显示背景 */
}

@media (max-width: 1200px) {
  .chapter-title {
    font-size: 34px;
    line-height: 86px;
  }
  .chapter-title::before {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .chapter-title {
    font-size: 30px;
    line-height: 78px;
  }
  .chapter-title::before {
    font-size: 54px;
  }
}

@media (max-width: 768px) {
  .chapter-title {
    font-size: 26px;
    line-height: 70px;
  }
  .chapter-title::before {
    font-size: 48px;
  }
}

@media (max-width: 576px) {
  .chapter-title {
    font-size: 22px;
    line-height: 60px;
  }
  .chapter-title::before {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .chapter-title {
    font-size: 16px;
    line-height: 60px;
  }
  .chapter-title::before {
    font-size: 28px;
  }
}

.section-more {
  font-weight: 400;
  font-size: 14px;
  color: #1B7882;
}

.section-more a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-more a img {
  width: 32px;
  height: auto;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-header .chapter-title {
  flex: 1;
}

.section-about-wrapper {
  padding: 64px 0 106px;
  background: #ffffff;
}

.section-about-wrapper .section-header {
  margin-bottom: 18px;
}

.about-card {
  padding: 42px 0 32px 50px;
  background: #F3F3F3;
}

.about-card .about-card__count {
  position: relative;
  margin-bottom: 8px;
}

.about-card .about-card__count .count {
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 60px;
  color: #1B7882;
  line-height: 74px;
  display: inline-block;
}

.about-card .about-card__count .unit {
  font-weight: 500;
  font-size: 16px;
  color: #1B7882;
  line-height: 22px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: 30px;
}

.about-card .about-card__detail {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.section-mission-wrapper {
  background: #1B7882;
  position: relative;
  height: 850px;
}

.section-mission-picture {
  float: right;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60%;
}

.section-mission-picture .mission-picture {
  height: 100%;
  position: relative;
}

.section-mission-picture .mission-picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 1400px) {
  .section-mission-picture {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .section-mission-picture {
    width: 100%;
  }
  .section-mission-picture .mission-picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.34);
    /* 黑色半透明遮罩 */
    /* background: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.3)); 渐变遮罩示例 */
    z-index: 1;
    pointer-events: none;
    /* 允许点击穿透 */
  }
}

.mission-left {
  padding: 82px 0 128px;
  position: relative;
  z-index: 10;
}

.mission-left .section-header {
  position: relative;
}

.mission-left .section-header .chapter-title {
  color: #ffffff;
}

.mission-left .section-header .mission-process {
  font-weight: 800;
  font-size: 78px;
  color: #FFFFFF;
  line-height: 110px;
  position: absolute;
  right: 0;
}

.mission-left .section-more {
  color: #ffffff;
}

.mission-left .mission-content {
  display: flex;
  align-items: baseline;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 38px;
  margin-top: 70px;
}

.mission-left .mission-content img {
  width: 10px;
  margin-right: 20px;
  position: relative;
  top: -2px;
}

.mission-left .mission-step {
  display: flex;
  gap: 30px;
  margin-top: 180px;
}

.mission-left .mission-step dl {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 28px 28px 14px;
  min-width: 248px;
}

.mission-left .mission-step dl.active {
  background: rgba(255, 255, 255, 0.11);
}

.mission-left .mission-step dl dt {
  font-weight: 800;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 48px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.mission-left .mission-step dl dd {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}

.section-products-wrapper {
  padding: 62px 0 130px;
  background: #ffffff;
}

.section-products-wrapper .section-header {
  margin-bottom: 76px;
}

.products-card {
  background: #F3F3F3;
  cursor: pointer;
}

.products-card .products-card__image {
  padding: 10px 12px;
  height: 256px;
  background: #FFFFFF;
}

.products-card .products-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.products-card .products-card__body {
  padding: 30px 10px 22px;
}

.products-card .products-card__body .products-title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 12px;
}

.products-card .products-card__body .products-content {
  font-weight: 400;
  font-size: 14px;
  color: #1B7882;
  line-height: 24px;
  margin-bottom: 20px;
  /* 基础换行设置 */
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.products-card .products-card__body .products-content p, .products-card .products-card__body .products-content span {
  white-space: normal !important;
  word-break: break-word !important;
}

.products-card a {
  display: block;
  text-align: center;
}

.products-card .products-more {
  display: inline-block;
  border: 1px solid #1B7882;
  font-weight: 400;
  font-size: 12px;
  color: #1B7882;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 38px;
  max-width: 156px;
}

.products-card .products-more img {
  width: 14px;
  height: 12px;
  display: block;
}

.products-card .products-more .fill-more {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.products-card .products-more .white-more {
  width: 36px;
  height: 36px;
  text-align: center;
  background: #1B7882;
  display: none;
}

.products-card:hover .products-more .fill-more img {
  display: none;
}

.products-card:hover .products-more .white-more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cases-products-wrapper {
  padding: 62px 0 100px;
}

.cases-card {
  background: #F3F3F3;
  cursor: pointer;
  margin-bottom: 36px;
}

.cases-card .cases-card__image {
  width: 100%;
  height: 262px;
  max-height: 300px;
  margin-bottom: 24px;
}

.cases-card .cases-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.cases-card .cases-card__content {
  padding: 0 16px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 28px;
}

.cases-card .cases-card__more {
  padding-bottom: 16px;
}

.cases-card .cases-card__more .more-link {
  width: 38px;
  height: 38px;
  background: #1B7882;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.section-news-wrapper {
  padding: 56px 0 142px;
  background-color: #f5f5f5;
  background: url("/static/news/section-bg.jpg") no-repeat center/cover;
}

.section-news-wrapper .section-header {
  margin-bottom: 46px;
}

.news-card {
  background: #FFFFFF;
  padding: 30px 28px 26px 28px;
  cursor: pointer;
}

.news-card .news-card__date {
  margin-bottom: 14px;
}

.news-card .news-card__date .days {
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  text-align: center;
  background: #1B7882;
}

.news-card .news-card__date span {
  margin-top: 3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.news-card .news-card__body .news-image {
  width: 100%;
  height: 240px;
  display: block;
  margin-bottom: 16px;
  background: #F5F5F5;
  margin-bottom: 14px;
  object-fit: cover;
}

.news-card .news-card__body .news-title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
  line-height: 24px;
}

.news-card .news-card__body .news-content {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-bottom: 22px;
  line-height: 20px;
  /* 基础换行设置 */
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.news-card .news-card__body .news-content p, .news-card .news-card__body .news-content span {
  white-space: normal !important;
  word-break: break-word !important;
}

.news-card .news-card__more {
  display: inline-block;
  border: 1px solid #1B7882;
  font-weight: 400;
  font-size: 12px;
  color: #1B7882;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 38px;
  max-width: 156px;
}

.news-card .news-card__more img {
  width: 14px;
  height: 12px;
  display: block;
}

.news-card .news-card__more .fill-more {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.news-card .news-card__more .white-more {
  width: 36px;
  height: 36px;
  text-align: center;
  background: #1B7882;
  display: none;
}

.news-card:hover {
  border-bottom: 2px solid #1B7882;
}

.news-card:hover .news-card__more .fill-more img {
  display: none;
}

.news-card:hover .news-card__more .white-more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-contact-wrapper {
  padding: 60px 0 100px;
  background: #ffffff;
}

.section-contact-wrapper .section-header {
  margin-bottom: 40px;
}

.contact-container {
  width: 100%;
  min-height: 790px;
  background-color: #f5f5f5;
  position: relative;
}

.contact-container .contact-map {
  width: 100%;
  height: 790px;
}

.contact-container .contact-card {
  width: calc(100% - 100px);
  padding: 48px 100px;
  background: #1B7882;
  margin: 0 50px;
  position: absolute;
  bottom: 64px;
  display: flex;
}

@media (max-width: 1400px) {
  .contact-container .contact-card {
    width: calc(100% - 60px);
    padding: 34px 60px;
    margin: 0 30px;
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .contact-container .contact-card {
    flex-direction: column;
  }
}

.contact-container .contact-card .row {
  flex: 1;
}

.contact-container .contact-card .divider {
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 80px;
}

.contact-container .contact-card dl dt {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  margin-bottom: 14px;
}

.contact-container .contact-card dl dt img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.contact-container .contact-card dl dd {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}

.contact-container .contact-card .contact-wechat {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .contact-container .contact-map {
    height: 580px;
  }
  .contact-container .contact-card {
    width: 100%;
    position: static;
    margin: 0;
  }
}

/* 中等屏幕（≤992px） */
@media (max-width: 992px) {
  .contact-card {
    order: 1;
    /* 卡片显示在上方 */
  }
  .contact-map {
    order: 2;
    /* 地图显示在下方 */
    height: 40vh;
  }
}

/* 小屏幕（≤576px） */
@media (max-width: 576px) {
  .contact-card {
    padding: 24px 15px;
  }
}

.section-message-wrapper {
  padding: 74px 0 106px;
  background: #f3f3f3;
}

.section-message-wrapper .section-header {
  margin-bottom: 82px;
  position: relative;
}

.section-message-wrapper .message-welcome {
  font-weight: 400;
  font-size: 20px;
  color: #8D8D8D;
  position: absolute;
  z-index: 10;
  bottom: -16px;
}

.message-form input {
  height: 56px;
}

.message-form .form-control {
  background: #FFFFFF;
  border: none;
}

.message-form .form-control::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}

.message-form .form-control:focus {
  border-color: #1B7882;
  box-shadow: 0 0 0 0.1rem #1B7882;
}

.message-form .btn-primary {
  background-color: #1B7882;
  border-color: #1B7882;
  padding: 0.5rem 2rem;
  width: 470px;
  height: 58px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}

.message-form .btn-primary:hover {
  background-color: #1B7882;
  border-color: #1B7882;
}

.section-partner-wrapper {
  padding: 100px 0;
  background: #ffffff;
}

.section-partner-wrapper .chapter-title {
  margin-bottom: 74px;
}

.side_bar_wrapper {
  position: fixed;
  z-index: 100;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.side_bar_wrapper ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.side_bar_wrapper ul li {
  width: 68px;
  height: 68px;
  background: #1B7882;
  box-shadow: 0px 3px 21px 1px rgba(0, 0, 0, 0.11);
  border-radius: 2px 2px 2px 2px;
  position: relative;
}

.side_bar_wrapper ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.side_bar_wrapper ul li .icon {
  width: 25px;
  margin-bottom: 5px;
}

.side_bar_wrapper ul li .text {
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
}

.side_bar_wrapper ul li .side_bar_popover {
  display: none;
  min-height: 100%;
  width: max-content;
  padding-right: 12px;
  position: absolute;
  right: 100%;
  top: 0;
}

.side_bar_wrapper ul li .side_popover_content {
  background: #1B7882;
  height: 100%;
}

.side_bar_wrapper ul li .side_popover_mobile {
  color: #FFFFFF;
  height: 100%;
  font-size: 24px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side_bar_wrapper ul li .side_popover_wechat {
  color: #FFFFFF;
}

.side_bar_wrapper ul li .side_popover_wechat img {
  width: 120px;
  height: 120px;
  margin: 0;
  display: block;
}

.side_bar_wrapper ul li:hover .side_bar_popover {
  display: block;
}

.carousel-slide {
  position: relative;
  height: 358px;
}

.carousel-slide .slide-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.carousel-slide .slide-container {
  height: 100%;
}

.carousel-slide .slide-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 38px;
  color: #FFFFFF;
}

.main-slider-menu {
  position: relative;
}

.main-slider-menu::after {
  content: "";
  display: inline-block;
  height: 100%;
  border: 1px solid #1B7882;
  position: absolute;
  right: -20px;
  top: 0;
}

.main-slider-menu h2 {
  background: #1B7882;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 36px;
}

.main-slider-menu h2 img {
  width: 38px;
  margin-right: 28px;
  display: block;
}

.main-slider-menu h2 .title {
  flex: 1;
}

.main-slider-menu nav {
  padding-bottom: 30px;
}

.main-slider-menu ul {
  padding-left: 24px;
}

.main-slider-menu ul li a {
  padding: 20px 0;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}

.main-slider-menu ul li.active a {
  color: #1B7882;
}

.products-detail-wrapper .products-detail__header {
  padding: 10px 20px;
  margin-bottom: 30px;
  border-bottom: 4px solid #f3f3f3;
}

.products-detail-wrapper .products-detail__header .products-title {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 20px;
}

.products-detail-wrapper .products-detail__content {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.products-detail-wrapper .products-detail__content p, .products-detail-wrapper .products-detail__content span {
  white-space: normal !important;
  word-break: break-word !important;
}

.products-detail-wrapper .products-detail__content img {
  max-width: 100%;
}

.cases-detail-wrapper {
  padding: 52px 0 106px 0;
}

.cases-detail-wrapper .cases-detail__header {
  margin-bottom: 50px;
}

.cases-detail-wrapper .cases-detail__header .cases-title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
}

.cases-detail-wrapper .cases-detail__content {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.cases-detail-wrapper .cases-detail__content p, .cases-detail-wrapper .cases-detail__content span {
  white-space: normal !important;
  word-break: break-word !important;
}

.cases-detail-wrapper .cases-detail__content img {
  max-width: 100%;
}

.news-detail-wrapper {
  padding: 38px 0 100px 0;
  background: #FBFBFB;
}

.news-detail-wrapper .news-detail__header {
  background: #FFFFFF;
  padding: 20px 40px 32px;
  margin-bottom: 50px;
}

.news-detail-wrapper .news-detail__header .news-title {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 20px;
}

.news-detail-wrapper .news-detail__header .news-date {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}

.news-detail-wrapper .news-detail__content {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.news-detail-wrapper .news-detail__content p, .news-detail-wrapper .news-detail__content span {
  white-space: normal !important;
  word-break: break-word !important;
}

.news-detail-wrapper .news-detail__content img {
  max-width: 100%;
}

.news-detail-wrapper .news-control {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 40px;
}

.news-detail-wrapper .news-control .news-control__item {
  background: #FFFFFF;
  flex: 1;
  padding: 20px 24px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.layout-content-wrapper {
  padding: 50px 0 116px;
  background: #FBFBFB;
}

.layout-content-wrapper .layout-content {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  /* 基础换行设置 */
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.layout-content-wrapper .layout-content p, .layout-content-wrapper .layout-content span {
  white-space: normal !important;
  word-break: break-word !important;
}

.layout-content-wrapper .layout-content img {
  max-width: 100%;
}

.about-content-wrapper {
  padding: 50px 0 120px;
  background: #FBFBFB;
}

.about-content-wrapper .about-content {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 68px;
  /* 基础换行设置 */
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.about-content-wrapper .about-content p, .about-content-wrapper .about-content span {
  white-space: normal !important;
  word-break: break-word !important;
}

.about-content-wrapper .about-content img {
  max-width: 100%;
}

.contact-content-wrapper {
  padding: 30px 0 100px;
  background: #ffffff;
}

.contact-content-wrapper .section-header {
  margin-bottom: 40px;
  position: relative;
}

.message-content-wrapper {
  padding: 74px 0 106px;
  background: #F3F3F3;
}

.message-content-wrapper .section-header {
  margin-bottom: 82px;
  position: relative;
}

.message-content-wrapper .message-welcome {
  font-weight: 400;
  font-size: 20px;
  color: #8D8D8D;
  position: absolute;
  z-index: 10;
  bottom: -16px;
}
