* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "AlibabaPuHuiTi-3-55-Regular";
  src: url("../font/AlibabaPuHuiTi-3-55-Regular.eot"); /* IE9 Compat Modes */
  src: url("../font/AlibabaPuHuiTi-3-55-Regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../font/AlibabaPuHuiTi-3-55-Regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../font/AlibabaPuHuiTi-3-55-Regular.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("../font/AlibabaPuHuiTi-3-55-Regular.ttf")
      format("truetype"); /* Safari, Android, iOS */
}
body {
  font-family: "AlibabaPuHuiTi-3-55-Regular";
  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%;
  display: inline-block;
}
.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;
}
.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: 16px;
  font-weight: 600;
  color: #333;
}
.nav-tel {
  float: right;
  color: #07569e !important;
  font-size: 18px;
  font-weight: 600;
}
.nav-tel a {
  color: #07569e !important;
}
.nav-tel a i {
  padding-right: 8px;
  color: #07569e !important;
}
/* 移动端样式 */
@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 .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 850px;
  min-height: 220px;
}
.banner-text {
  display: block;
  width: 600px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 30%;
  left: 20%;
  background: rgba(255, 255, 255, 0.2); /* 半透明白色背景 */
  backdrop-filter: blur(10px); /* 应用模糊效果 */
  padding: 25px 50px;
  border-radius: 15px;
}
.banner-text h2 {
  font-size: 55px;
}
.banner-text p {
  margin-top: 15px;
  padding: 0 55px 0 0;
}
.banner-text a {
  display: block;
  width: 200px;
  margin-top: 25px;
  border: 1px solid #07569e;
  text-align: center;
  font-size: 16px;
  color: #eee;
  padding: 5px 0;
}
.banner-text a:hover {
  background-color: #07569e;
}
/* home-pro */
.home-pro {
  position: relative;
  padding: 150px 10px;
}
.home-pro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 785px;
  min-height: 220px;
  background-color: #eee;
  width: 25%;
  z-index: -1;
}
.pro-banner-logo {
  position: relative;
}
.pro-banner-logo::before {
  position: absolute;
  top: -50px;
  left: 20px;
  content: "ZHONGKE";
  font-size: 165px;
  color: #eee;
}
.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: 15px;
  margin-bottom: 25px;
}
.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;
}

.pro-banners .swiper-button-next,
.pro-banners .swiper-button-prev {
  position: absolute;
  top: 98%;
  width: 25px;
  height: 25px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
}
.pro-banners .swiper-button-next,
.pro-banners .swiper-container-rtl .swiper-button-prev {
  right: 48%;
  left: auto;
}
.pro-banners .swiper-button-prev,
.pro-banners .swiper-container-rtl .swiper-button-next {
  left: 48%;
  right: auto;
}
/* about */
.about-sec {
  background-color: #07569e;
  padding: 120px 10px;
  margin-top: -61px;
}
.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;
  padding: 0 50px;
}
.about-info h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.about-info p {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
  color: #fff;
}
.about-data-box {
  display: inline-block;
  width: 100%;
  padding: 0 50px;
  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: 15px;
  font-style: normal;
  padding-left: 5px;
}
.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;
}
/* 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 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  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: 50px 10px;
  background-color: #07569e;
}
.foot-info {
  width: 100%;
  float: left;
}
.foot-info span img {
  width: 180px;
  padding-top: 15px;
  filter: brightness(0) invert(1);
}
.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 #236cc6;
  padding-top: 25px;
}
.beian span {
  display: block;
  float: left;
  padding-right: 25px;
  color: #ddd;
  font-size: 13px;
  padding-bottom: 15px;
}
.beian span a {
  color: #c3c3c3;
}
.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: #999;
}
.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;
}
.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-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.list-pro-text a::after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
}
.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%;
}
.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-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;
}
.texts-imgs a {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #f1f1f1;
  margin-bottom: 25px;
  font-size: 15px;
}
.texts-imgs a img {
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 15px;
}
.texts-imgs.swiper-container-horizontal > .swiper-pagination-bullets,
.texts-imgs.swiper-pagination-custom,
.texts-imgs.swiper-pagination-fraction {
  bottom: -5px;
  left: 0;
  width: 100%;
}
.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: 175px; /* 根据需要调整 */
  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;
}
