@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p {
  margin-bottom: 0;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.container {
  max-width: 1500px;
}
/* 减少间距  */
.cut-spac > [class^="col-"] {
  padding: 5px;
}

.page-title {
  width: 100%;
}
.page-title h3 {
  font-size: 30px;
}
.page-title span {
  display: inline-block;
  margin-top: 15px;
  position: relative;
  padding-bottom: 5px;
  color: #07569e;
}
.page-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 2px;
  background-color: #07569e;
}
/* navs */
header {
  position: relative;
  z-index: 999;
}
.header-top {
  width: 100%;
  background-color: #07569e !important;
  padding: 8px 10px;
  color: #fff;
}
.top-text {
  display: flex;
  justify-content: space-between;
}
.top-text p {
  font-size: 15px;
  color: #eee;
}
.bg-light {
  background-color: #fff !important;
}
/* 多级菜单样式 */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: 0rem;
  min-width: 200px;
}
.navbar-light .navbar-nav .nav-link {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  font-weight: 600;
  color: #333;
}
.navbar {
  padding: 18px 10px;
}
/* 移动端样式 */
@media (max-width: 991px) {
  .dropdown-menu {
    margin-left: 15px !important;
    border: none !important;
    display: none !important;
    box-shadow: none !important;
  }
  .dropdown-menu.show {
    display: block !important;
  }
  .dropdown-submenu > .dropdown-menu {
    left: 15px;
    margin-left: 15px;
  }
  .dropdown-toggle-btn.active::after {
    transform: rotate(180deg);
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background: white;
    z-index: 1000;
    transition: right 0.3s ease;
    padding: 20px;
    overflow-y: auto;
    display: block !important;
  }
  .navbar-collapse.active {
    right: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    margin: 20px 0;
  }
  .dropdown-toggle-btn {
    width: 140px !important;
    text-align: right;
  }
  .nav-link-wrapper {
    border: 1px solid #eee;
  }
  .dropdown-item {
    padding: 20px;
    border: 1px dashed #eee;
    box-shadow:
      rgba(177, 177, 177, 0.12) 0px 1px 3px,
      rgba(206, 206, 206, 0.24) 0px 1px 2px;
  }
}
/* 桌面端hover */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
/* 导航链接布局 */
.nav-link-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dropdown-item {
  padding: 20px;
}
.dropdown-toggle-btn {
  padding: 0 0.5rem;
  margin-left: 0;
  border: none;
  background: transparent;
  width: 30px;
  transition: transform 0.3s;
  position: relative;
  left: -10px;
}
.dropdown-toggle-btn::after {
  display: inline-block;
  content: "\f103";
  font-family: "FontAwesome";
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #07569e;
}
/* 新增遮罩和移动菜单样式 */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}
/* banner */
.banner {
  width: 100%;
  position: relative;
}
/* banner */
.carousel,
.carousel-inner,
.carousel-item {
  height: 60vh;
}
/* 普通图片 */
.carousel-item img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  filter: brightness(0.75);
}
.carousel-control-next,
.carousel-control-prev {
  top: 0 !important;
}
/* 文字层 */
.carousel-caption {
  bottom: 40%;
  left: 15%;
  right: auto;
  text-align: left;
  max-width: 600px;
  z-index: 2;
}
.carousel-caption h2 {
  font-size: 48px;
  font-weight: 700;
}
.carousel-caption p {
  font-size: 18px;
  opacity: 0.9;
}
/* home-pro */
.home-pro {
  position: relative;
  padding: 150px 10px;
}
.home-pro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 220px;
  background-color: #eee;
  width: 25%;
  z-index: -1;
}
.pro-banner-logo {
  position: relative;
}
.pro-banner-logo::before {
  position: absolute;
  top: -90px;
  right: 0;
  content: "ZHONGKE";
  font-size: 165px;
  color: #9f9f9f35;
}
.pro-banner {
  padding: 0 5px;
}
.pro-nav ul {
  width: 100%;
  display: block;
  margin-top: 15px;
}
.pro-nav ul li a {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  width: 200px;
}
.pro-info {
  padding: 2px;
  margin-bottom: 35px;
}
.pro-img img {
  padding: 8px;
  transition: transform 0.3s ease;
}
.pro-img img:hover {
  transform: translateY(-10px);
}
.pro-text a {
  font-size: 15px;
  font-weight: 600;
}
.pro-text p {
  font-size: 14px;
  margin: 10px 0;
  color: #333;
}
.pro-text span a {
  font-size: 14px;
  font-weight: 500;
  color: #07569e;
}

.product-slider {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.slider-track {
  display: flex;
  transition: 0.5s ease;
}

.product-item {
  padding: 5px;
}

.product-card {
  overflow: hidden;
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
}
.product-card img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  height: 100%;
}
.product-card img:hover {
  transform: translateY(-8px);
}
.product-body {
  padding: 25px;
}

.product-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-desc {
  color: #666;
  font-size: 14px;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 45px;
  border: none;
  background: #adadad4a;
  z-index: 10;
  cursor: pointer;
  font-size: 25px;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

.slider-btn:hover {
  background: #007bff;
  color: #fff;
}
/* about */
.about-sec {
  background-color: #07569e;
  padding: 120px 10px;
}
.about-bg {
  background-image: url(../images/bg1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-info {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.about-info h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px #000000;
}
.about-info p {
  font-size: 17px;
  line-height: 35px;
  padding: 12px 0;
  color: #eee;
  text-shadow: 2px 2px 4px #000000;
}
.about-data-box {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.about-data {
  width: 25%;
  float: left;
  padding: 30px 0px;
  text-align: center;
  color: #333;
  background-color: #eee;
  border-right: 1px solid #ddd;
}
.about-data-color {
  background-color: #07569e !important;
  color: #fff !important;
  border-right: 1px solid #004495 !important;
}
.about-data i {
  font-size: 50px;
}
.about-data span {
  display: inline-block;
  width: 100%;
  font-size: 30px;
}
.about-data span em {
  font-size: 25px;
  font-style: normal;
  padding-left: 5px;
  position: relative;
  top: -2px;
}
.about-data p {
  font-size: 15px;
}
.about-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-btn a {
  display: block;
  width: 200px;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #eee;
  margin-top: 15px;
  color: #fff;
}
.p-back {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
/* adv */
.adv-sec {
  padding: 50px 10px;
}
.adv-title {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0 50px;
  margin-bottom: 30px;
}
.adv-title h3 {
  font-size: 30px;
  text-align: center;
}
.adv-title p {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
  text-align: center;
}
.adv-img {
  overflow: hidden;
  margin-bottom: 1px;
}
.adv-img img {
  width: 100%;
  margin-bottom: 20px;
  transition: transform 0.34s ease; /* 平滑过渡效果 */
}
.adv-img img:hover {
  transform: scale(1.1); /* 放大到原始尺寸的120% */
}
.adv-text a {
  display: block;
  width: 100%;
  border-bottom: 2px solid #07569e;
  padding-bottom: 5px;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.adv-text p {
  font-size: 15px;
  line-height: 25px;
  color: #333;
}
.adv-text a i {
  fill: #004495;
  transform: translateX(-15px);
  opacity: 0;
  transition: all 0.5s;
  float: right;
}
.adv-data {
  margin-bottom: 25px;
}
.adv-data:hover .adv-text a {
  color: #07569e;
}
.adv-data:hover .adv-text a i {
  transform: translateX(0px);
  opacity: 1;
}
.sel-sec {
  padding: 150px 10px;
}
.sel-sec-bg {
  background-image: url(../images/12.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sel-text h3 {
  font-size: 30px;
}
.sel-text p {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
}
.sel-text a {
  display: block;
  width: 200px;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #333;
  margin-top: 15px;
  color: #333;
}
.news {
  padding: 50px 10px;
}
.new-info {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.new-img {
  overflow: hidden;
}
.new-img img {
  width: 100%;
  transition: transform 0.34s ease; /* 平滑过渡效果 */
}
.new-img img:hover {
  transform: scale(1.1); /* 放大到原始尺寸的120% */
}
.new-text {
  position: absolute;
  bottom: 0;
  padding-top: 20px;
  padding-left: 25px;
  padding-bottom: 15px;
  color: #fff;
  background-color: #33333399;
  width: 100%;
  display: block;
}
.new-text a {
  font-size: 18px;
  color: #fff;
}
.new-text p {
  font-size: 15px;
  padding-top: 15px;
}
.new-data {
  background-color: #eee;
  padding: 25px;
  margin-bottom: 25px;
}
.new-data span {
  background-color: #07569e;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
}
.new-data h4 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.new-data p {
  font-size: 15px;
  line-height: 25px;
  color: #666;
  margin-bottom: 15px;
}
.new-data em a {
  font-size: 14px;
  color: #07569e;
  font-style: normal;
}
.foot {
  padding: 40px 10px 30px 10px;
  background-color: #191919;
}
.foot-info {
  width: 100%;
  float: left;
}
.foot-info span img {
  width: 180px;
  padding-top: 15px;
  filter: brightness(0) invert(1);
}
.foot-info p {
  color: #eee;
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
  margin-bottom: 35px;
}
.foot-info span {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.foot-info ul {
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
}
.foot-info ul li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  color: #eee !important;
}
.adds::before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  left: -20px;
}
.tels::before {
  content: "\f095";
  font-family: "FontAwesome";
  position: absolute;
  left: -20px;
}
.emls::before {
  content: "\f003";
  font-family: "FontAwesome";
  position: absolute;
  left: -20px;
}
.media-img a {
  display: block;
  width: 30.333%;
  float: left;
  color: #eee;
  margin-right: 3%;
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}
.media-img a img {
  margin-bottom: 5px;
}
.beian {
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgb(78, 78, 78);
  padding-top: 25px;
}
.beian span {
  display: block;
  text-align: center;
  color: #c3c3c3;
  font-size: 13px;
}
.beian span a {
  color: #c3c3c3;
}
.facebookcolor {
  background-color: #155dfc;
  display: inline-block;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-top: 15px;
  margin-right: 5px;
}
.facebookcolor i,
.linkcolor i,
.youtubecolor i,
.whatappcolor i {
  line-height: 30px;
}
.linkcolor {
  background-color: #1447e6;
  display: inline-block;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-top: 15px;
  margin-right: 5px;
}
.youtubecolor {
  background-color: #e60a0a;
  display: inline-block;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-top: 15px;
  margin-right: 5px;
}
.whatappcolor {
  background-color: #07b848;
  display: inline-block;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-top: 15px;
  margin-right: 5px;
}
.foot-info ul li a:hover {
  filter: brightness(90%);
}
.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  opacity: 0.9;
  position: relative;
}
.page-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.7;
  background: #06121c6d;
  z-index: -1;
}
.page-banner-title {
  display: flex;
  justify-content: center;
  height: 300px;
  flex-direction: column;
  text-align: center;
}
.page-banner span {
  font-size: 50px;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.page-barnav {
  width: 100%;
  display: flex;
  margin-top: 5px;
  justify-content: center;
}
.page-barnav a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding-right: 20px;
  position: relative;
}
.page-barnav a::after {
  content: ">";
  position: absolute;
  padding-left: 5px;
}
.page-barnav a:last-child::after {
  content: "";
}
.page-about-sec {
  padding: 50px 10px;
}
.page-about {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.page-about p {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 15px;
}
.page-about-icon {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.page-about-icon span {
  display: flex;
  justify-content: center;
  font-size: 40px;
  color: #07569e;
  font-weight: 600;
  margin-bottom: 15px;
}
.span-img {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.span-img img {
  background-color: #fff;
  z-index: 99;
}
.span-img::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #eee;
}
.span-img::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 0;
  width: 50%;
  height: 1px;
  background-color: #eee;
}
.page-about-icon span em {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #005bac;
  text-align: center;
  line-height: 28px;
}
.page-advs {
  background-color: #f2f2f2;
}
.page-imgs {
  padding: 50px 10px;
}
.pageimg {
  width: 100%;
  display: block;
  padding: 5px;
  background-color: #f2f2f2;
  margin-bottom: 30px;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  text-align: center;
}
.pageimg img {
  width: 100%;
  /* height: 210px; */
  margin-bottom: 5px;
}
.page-zl-img {
  background: white;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.page-zl-img img {
  margin-bottom: 15px;
}
.page-zl-img:hover {
  transform: translateY(-10px);
}
.page-zl-banner.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
}
.page-zl-banner.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
}
.list-new {
  padding: 50px 10px;
}
.list-new-info {
  width: 100%;
}
.list-new-info ul {
  width: 100%;
  display: block;
}
.list-new-info ul li {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
  padding-top: 35px;
  padding-bottom: 35px;
}
.list-new-img {
  width: 30%;
  float: left;
}
.list-new-img img {
  border: 1px solid #eee;
}
.list-new-text {
  width: 70%;
  float: left;
  padding-left: 30px;
}
.list-new-text h3 a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.list-new-text span a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #07569e;
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
}
.list-new-text p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
}
.list-new-text em a {
  font-size: 15px;
  font-style: normal;
  display: block;
  margin-top: 15px;
}
.pages-nums {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
.list-new-c {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
  border: 1px solid #eee;
  padding: 25px;
  border-top: 3px solid #07569e;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.list-new-c span {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.list-new-c ul {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.list-new-c ul li a {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px dashed #eee;
}
.list-new-c ul li:last-of-type a {
  border-bottom: none;
}
.list-new-hot {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
  border: 1px solid #eee;
  padding: 25px;
  border-top: 3px solid #07569e;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.list-new-hot span {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.new-hot {
  width: 100%;
  display: block;
  margin-top: 25px;
}
.new-hot-img {
  width: 100%;
  display: block;
}
.new-hot-img img {
  border: 1px solid #eee;
}
.new-hot-text a {
  width: 100%;
  margin-top: 5px;
  color: #666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.detail-news {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.detail-news-title h1 {
  display: block;
  width: 100%;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  line-height: 25px;
}
.detail-news-text {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
}
.detail-news-text p {
  font-size: 17px;
  color: #333;
  line-height: 30px;
  padding-bottom: 20px;
}
.detail-news-text img {
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.detail-news-title span {
  display: flex;
  justify-content: center;
}
.detail-news-title span a {
  display: block;
  margin-right: 20px;
  font-size: 13px;
  color: #666;
}
.detail-news-links {
  width: 100%;
  display: block;
  padding-top: 25px;
  border-top: 1px solid #eee;
}
.detail-news-pre {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}
.detail-news-next {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
}
.detail-news-pre a {
  flex: 1;
  margin-left: 15px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.detail-news-next a {
  flex: 1;
  margin-left: 15px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.contact {
  padding: 100px 10px;
}
.contact-info {
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}
.contact-info-icon i {
  font-size: 30px;
}
.contact-info-text {
  padding-left: 15px;
}
.contact-info-text span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}
.contact-info-text p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.contact-info-people {
  padding: 15px;
  width: 100%;
}
.contact-info-people span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 15px;
}
.contact-info-people p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.contact-title h3 {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #eee;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 20px;
}
.contact-bg {
  padding: 35px;
  border-radius: 15px;
  background-image: url(../images/contact-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.con-ul-1 {
  width: 100%;
  margin-top: 25px;
  border-right: 1px solid #ddd;
  padding-right: 35px;
}
.con-ul-1 li {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}
.con-ul-1 i {
  font-size: 20px;
  background-color: #055ead;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 15px;
}
.con-text {
  padding-left: 10px;
}
.con-text a {
  display: block;
  width: 100%;
  padding-bottom: 8px;
}
.page-sel {
  padding: 50px 10px;
}
.page-sel-box {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  background-color: #eee;
  overflow: hidden;
  margin-top: 50px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.page-sel-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 1500px 0 0;
  border-color: #fff transparent transparent transparent;
}
.page-sel-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 1500px;
  border-color: transparent transparent #fff transparent;
}
.page-sel-left {
  width: 50%;
  float: left;
  padding-left: 10%;
  padding-top: 5%;
}
.page-sel-left-2 {
  padding-left: 1%;
  padding-top: 0;
  padding-right: 5%;
}
.page-sel-right {
  width: 50%;
  float: left;
}
.page-sel-img {
  width: 100%;
  text-align: center;
  z-index: 99;
  position: relative;
}
.page-sel-img img {
  width: 100%;
  max-width: 550px;
}
.page-sel-text h3 a {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}
.page-sel-text {
  z-index: 99;
  position: relative;
}
.page-sel-text p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.page-sel-text span a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #999;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 25px;
}
.list-pro {
  padding: 50px 10px;
}
.list-title h1 {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.list-pro-box {
  width: 100%;
  background-color: #f1f1f1;
}
.list-pro-img {
  width: 100%;
  padding: 25px;
}
.list-pro-img img {
  max-width: 100%;
  transition: transform 0.3s ease;
}
.list-pro-box:hover .list-pro-img img {
  transform: translateY(-10px);
}
.list-pro-text a {
  display: block;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 15px 25px 15px 25px;
  position: relative;
  text-align: center;
}
.list-navs {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.list-navs span {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.list-navs ul {
  width: 100%;
}
.list-navs ul li a {
  display: block;
  width: 100%;
  padding: 15px 0;
}
.detail-pro-navs {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #eee;
}
.detail-pro-nav {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: left;
}
.detail-pro-nav a {
  display: block;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-right: 25px;
  padding-left: 18px;
}
.detail-pro-nav a::after {
  content: ">";
  position: absolute;
  right: 0;
}
.detail-pro-nav a:last-child::after {
  content: "";
}
.detail-pro-sec {
  padding: 50px 10px;
}
.pro-details-box {
  width: 100%;
  overflow: hidden;
}
.pro-box {
  padding: 25px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.pro-box-span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600;
}
.pro-box-imgs {
  width: 50%;
  float: left;
}
.pro-box-imgs img {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 15px;
}
.pro-box-imgs iframe {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.pro-box-texts {
  width: 50%;
  float: left;
}
.pro-title h1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}
.pro-title p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  margin-bottom: 25px;
}
.pro-adv {
  width: 100%;
}
.pro-adv span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.pro-adv-text p {
  font-size: 15px;
  color: #666;
  padding-bottom: 8px;
  line-height: 35px;
}
.pro-box-imgs {
  padding: 10px;
}

.pro-adv-zhu {
  width: 100%;
}
.pro-adv-zhu span {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
.pro-adv-zhu p {
  font-size: 13px;
  color: #666;
  padding-bottom: 8px;
  line-height: 30px;
}
.pro-iqu a{
  display: inline-block;
  width: 100%;
}
.btn-hover {
  position: relative;
  display: inline-block;
  padding: 15px 0px;
  color: #fff;
  overflow: hidden;
  transition: color 0.4s;
  z-index: 1;
  background-color:#005bac;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}
.btn-hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: rgb(51, 51, 51);
  transform: translateX(-50%);
  transition: width 0.4s ease;
  z-index: -1;
}
.btn-hover:hover {
  color: #fff;
}
.btn-hover:hover::before {
  width: 101%;
}

.pro-box-detail-text {
  width: 100%;
}
.pro-box-detail-text img {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  box-shadow:
    rgba(0, 0, 0, 0.12) 0px 1px 3px,
    rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.pro-box-nav {
  width: 100%;
}
.pro-box-nav ul {
  width: 100%;
}
.pro-box-nav ul li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 15px;
}
.pro-box-nav .active {
  color: #07569e;
  border-bottom: 2px solid #07569e;
}
.pro-box-nav span a {
  display: inline-block;
  text-align: center;
  border: 1px solid #07569e;
  margin-top: 35px;
  padding: 5px 25px;
  font-size: 13px;
  color: #07569e;
}
.pro-box-nav span a i {
  padding-right: 15px;
}
#sidebars {
  position: fixed; /* 或者使用 sticky */
  top: 275px; /* 根据需要调整 */
  height: 500px; /* 根据需要调整 */
  overflow-y: auto; /* 如果内容超出可视区域 */
  width: 100%;
  max-width: 200px;
}
.tops {
  top: 50px !important; /* 根据需要调整 */
}
/* 顶部进度条 */
.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  z-index: 1000;
}
.progress-bar {
  height: 4px;
  background: linear-gradient(90deg, #4cc9f0 0%, #4361ee 100%);
  width: 0%;
  transition: width 0.3s ease;
}
.his-sec {
  padding: 50px 10px;
}
.about-his {
  width: 100%;
  overflow: hidden;
}
.about-his ul {
  width: 100%;
}
.about-his ul li {
  display: flex;
}
.about-time {
  width: 20%;
}
.about-time span b {
  font-size: 30px;
  color: #07569e;
}
.about-time span {
  font-size: 18px;
}
.about-case {
  width: 80%;
  border-left: 3px solid #eee;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.about-his-box {
  background-color: #f2f2f2;
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden;
  padding: 25px;
}
.about-r {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #07569e;
  left: -10px;
  top: 20px;
  border-radius: 50%;
}
.about-case-img {
  display: block;
  width: 30%;
  float: left;
}
.about-case-img img {
  max-width: 100%;
}
.about-case-text {
  display: block;
  width: 65%;
  float: left;
  padding-left: 5%;
}
.about-case-text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.pagination {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 25px;
  justify-content: center;
}

.pagination a {
  position: relative;
  display: inline-block;
  line-height: 26px;
  height: 30px;
  font-size: 14px;
  min-width: 30px;
  color: #07569e;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  border: 2px solid #07569e;
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  font-family: "Open Sans", sans-serif;
  margin-right: 5px;
}
.page-num-current {
  background-color: #07569e !important;
  color: #ffffff !important;
}
.page-num {
  display: none;
}
.pagination a:hover,
.pagination a.active {
  color: #ffffff;
  border-color: #07569e;
  background-color: #07569e;
}
.about-jx {
  width: 100%;
  margin-top: 50px;
  background-color: #f2f2f2;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.about-jx p {
  border-left: 10px solid #07569e;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 30px;
}
.cookie-consent{
    position:fixed;
    left:0;
    bottom:20px;
    width:100%;
    z-index:9999;

    opacity:0;
    visibility:hidden;
    transform:translateY(50px);

    transition:all .5s ease;
}

.cookie-consent.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.cookie-box{
    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:20px 25px;

    border-radius:16px;

    background:rgba(20,20,20,.75);

    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);

    box-shadow:
    0 10px 40px rgba(0,0,0,.2);

    color:#fff;
}

.cookie-text{
    flex:1;
    font-size:14px;
    line-height:1.8;
    padding-right:20px;
}

.cookie-text a{
    color:#4da3ff;
    text-decoration:none;
}

.cookie-text a:hover{
    text-decoration:underline;
}

.cookie-btns{
    white-space:nowrap;
}

.cookie-btns .btn{
    min-width:90px;
}

@media(max-width:768px){

    .cookie-consent{
        bottom:10px;
        padding:0 10px;
    }

    .cookie-box{
        flex-direction:column;
        text-align:center;
    }

    .cookie-text{
        padding-right:0;
        margin-bottom:15px;
    }

    .cookie-btns{
        width:100%;
    }

    .cookie-btns .btn{
        width:48%;
    }
}