@charset "utf-8";
body {
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
  font-family: 微软雅黑；
}
a:hover {
  color: #333;
  text-decoration: none;
}
.img-fluid {
	aspect-ratio: 1;
}
.mbx {
  heiht: 40px;
  background: #eee;
  font-size: 0.875rem;
  line-height: 40px;
}
.mbx .active {
  color: #146ddc;
}
.enterprise-title::after {
  content: "";
  display: block;
  width: 36px;
  height: 6px;
  background-color: #146ddc;
  margin: 10px auto 0;
}
.navbar-brand img {
  height: 54px;
	padding-left: 1rem;
}
.hero-section {
  text-align: center;
  position: relative;
 overflow: hidden;
	width: 100%;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-content {
  position: relative;
  z-index: 1;
}
.product-section {
  padding: .8rem 0;
}
.equipment-img {
  margin-bottom: .2rem;
  object-fit: cover;
  height: 2rem;
}
.footer {
  background-color: #002056;
  color: white;
  padding: 40px 0 20px;
}
.footer-contact {
  background-color: #002347;
  padding: .2rem 0;
}
.navbar {
  background-color: #fff !important;
  padding: 0;
}
.dropdown-menu {
  background-color: #003366;
}
.dropdown-item {
  color: white;
  text-align: center;
}
.dropdown-item:hover {
  background-color: #004d99;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #003366;
}
.nav-item {
  line-height: 40PX;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  background: #146ddc;
}
.nav-link:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .hero-section {
    padding: 0;
  }
  .product-section {
    padding: .4rem 0;
  }
}
.navbar-dark .navbar-nav .nav-item:hover .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  background: #146ddc !important;
  color: #fff;
}
.hover-dropdown .dropdown-menu {
  background-color: #146ddc;
  border: none;
  border-bottom: 1px solid #3e8ef1;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  padding: 0;
  margin-top: 0px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.hover-dropdown .dropdown-item {
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
  white-space: nowrap;
}
.hover-dropdown .dropdown-item:hover {
  background-color: #ff7800;
  color: #fff;
}
.hover-dropdown .dropdown-item:last-child {
  border-bottom: none;
}
.hover-dropdown {
  position: relative;
}
@media (min-width: 992px) {
  .navbar-brand img {
    height: 84px;
  }
  .nav-item {
    line-height: 84PX;
    border: 0;
  }
  .hover-dropdown .dropdown-menu {
    top: 90px;
    left: -60%;
    transform: translateY(10px);
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hover-dropdown .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100%;
    border: 0;
    box-shadow: none;
  }
  .hover-dropdown .dropdown-item {
    height: auto;
    line-height: 1.5;
    padding: 0.5rem 1rem;
  }
  .hover-dropdown .dropdown-item:last-child {
    border-bottom: none;
  }
}
.cnen {
  border-radius: 20px;
  background: #146ddc;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.cnen a {
  padding: 0;
  width: 80px;
  text-align: center;
  color: #fff !important;
  border-radius: 20px;
}
.cnen:hover, .cnen a:hover {
  border-radius: 20px;
}
.cnen, .nav-item:hover {
  background: #ff7800 !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../webfonts/iconfont.woff2') format('woff2'), url('../webfonts/iconfont.woff') format('woff'), url('../webfonts/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.daohang {
  color: #146ddc;
  font-size: 30px;
  margin-top: 10px;
}
.custom-button-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  gap: 10px;
  margin: 0 auto;
  max-width: 100%;
}
.custom-button-item {
  flex: 1 0 calc(33.333333% - 10px);
  min-width: calc(33.333333% - 10px);
}
.custom-button {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-radius: 10px;
  color: #333;
  font-size: 1.25rem;
  background-color: #e9ecef;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.custom-button:hover {
  background-color: #d1d8e0;
}
.custom-button.active {
  background-color: #4285f4;
  color: white;
}
@media (min-width: 768px) {
  .custom-button-item {
    flex: 0 1 auto;
    min-width: auto;
  }
  .custom-button {
    text-align: center;
  }
  .custom-button-group {
    gap: 10;
  }
  .custom-button {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .custom-button-group > .custom-button-item:last-child > .custom-button {
    margin-right: 0;
  }
}
.float-buttons {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.float-buttons a {
	width: 80px;
    height: 80px;
}
.float-btn {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .875rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  margin-bottom: 3px;
}
.float-btn i {
  text-align: center;
  font-size: 1.5rem;
}
.float-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.msg-btn {
  background-color: #4c4c4c;
}
.float-buttons i {
  width: 56px;
  display: block;
}
.float-btn span {
  width: 100%;
  display: block;
  text-align: center;
}
.wechat-btn {
  background-color: #4c4c4c;
}
.backtop-btn {
  background-color: #4c4c4c;
}
.wechat-qrcode {
  position: absolute;
  right: calc(100% + 10px);
  top: -10px;
  width: 200px;
  padding: 15px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateX(10px);
}
.wechat-qrcode.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.wechat-qrcode img {
  width: 170px;
  height: 170px;
}
.foottubiao {
  font-size: 2rem;
  background: #213d6c;
  border-radius: 5px;
  width: 50px;
}
.footer a {
  color: #fff;
}
.footer button {
  color: #fff;
  border: 0;
  box-shadow: none !important;
  width: 100%;
}
.erweima img {
  width: 100%;
}
.footer button:hover {
  color: #Fff;
}
.no-underline, .no-underline:hover, .no-underline:focus, .no-underline:active {
  text-decoration: none !important;
}
.no-underline .text-white {
  color: #fff !important;
}
.no-underline:focus {
  outline: none !important;
  box-shadow: none !important;
}
.form-container {
  max-width: 600px;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 25px;
}
label {
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  color: #333;
}
.required::after {
  content: " *";
  color: #ff0000;
}
input[type="text"], input[type="tel"], textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
}
.captcha-container {
  display: flex;
  margin-top: 5px;
  flex-wrap: wrap;
}
.captcha-container {
  display: flex;
  margin-top: 5px;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.captcha-input-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 150px;
}
.captcha-image {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  font-weight: bold;
  color: #000;
  margin-left: 10px;
  flex-shrink: 0;
  vertical-align: bottom;
}
.btn-submit {
  width: 100%;
  background-color: #007bff;
  border-color: #007bff;
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
}
.form-group {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .form-group {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .captcha-container {
    width: 100%;
  }
}
.tijiao {
  width: 30%;
  margin: 0 auto;
  background: #146ddc;
}
.accordion-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.accordion-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  position: relative;
}
.accordion-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #146ddc;
}
.accordion-item {
  margin-bottom: 5px;
  border-radius: 4px;
  overflow: hidden;
}
.accordion-item:nth-child(odd) .accordion-header {
  background-color: #f3f3f3;
}
.accordion-item:nth-child(even) .accordion-header {
  background-color: #dcdcdc;
}
.accordion-item .accordion-header.active {
  background-color: #146ddc !important;
  color: white;
}
.accordion-header {
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
.accordion-header:hover {
  opacity: 0.9;
}
.accordion-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.accordion-icon {
  transition: transform 0.3s ease;
}
.accordion-header.active .accordion-icon {
  transform: rotate(180deg);
}
.accordion-content {
  background-color: #edf5ff;
  padding: 15px 20px;
  display: none;
}
.accordion-content.show {
  display: block;
}
.accordion-content p {
  margin: 0 0 10px;
  line-height: 1.6;
}
.accordion-content ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.accordion-content li {
  margin-bottom: 5px;
}
.news-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news-title2 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 15px 0;
  line-height: 1.3;
  text-align: center;
}
.news-meta {
  color: #777;
  font-size: 15px;
  text-align: center;
  margin: 15px 0;
}
.news-content {
  font-size: 17px;
  color: #444;
}
.news-content p {
  margin-bottom: 22px;
}
.news-navigation {
  margin-top: 50px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.news-navigation a {
  color: #1e6de9;
  text-decoration: none;
  font-size: 16px;
}
.news-navigation a:hover {
  color: #1552b3;
}
@media (max-width: 768px) {
  .news-title {
    font-size: 22px;
  }
  .news-content {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .news-navigation {
    flex-direction: column;
    align-items: stretch;
  }
  .nav-link {
    max-width: 100%;
    margin-bottom: 0px;
    text-align: center;
    white-space: normal;
    padding: 12px;
  }
  .nav-link:last-child {
    margin-bottom: 0;
  }
}
.news-navigation a {
  text-decoration: none;
}
.product-images img {
  max-width: 100%;
}
.product-images {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.section-title2 {
  font-weight: bold;
  margin: 10px auto;
}
.section-text {}
.product-card {
  transition: all 0.3s ease;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f3f7;
  position: relative;
  overflow: hidden;
}
.product-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(30, 87, 153, 0.1), rgba(32, 124, 202, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .product-img::before {
  opacity: 1;
}
.product-content {
  padding: 20px;
  text-align: center;
}
.product-name {
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.product-desc {
  color: #7f8c8d;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
	text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.section-title {
  color: #1e5799;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 2rem;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #1e5799, #207cca);
  border-radius: 2px;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.page-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}
.company-name {
  color: #207cca;
  font-weight: 700;
  letter-spacing: 1px;
}
.product-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.product-link:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .product-img {}
  .page-title {
    font-size: 1.5rem;
  }
}
.news-container {
  background: white;
}
.section-title {
  color: #1e5799;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background: linear-gradient(to right, #1e5799, #207cca);
  border-radius: 2px;
}
.news-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #dee2e6;
  transition: all 0.3s ease;
  flex-direction: row;
align-items: center;
}
.news-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news-date {
  min-width: 80px;
  background: linear-gradient(135deg, #1e5799 0%, #207cca 100%);
  color: white;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.day {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.month-year {
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.news-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
  transition: all 0.3s ease;
  text-align: left;
}
.news-title a {
  color: #2c3e50;
  text-decoration: none;
}
.news-title a:hover {
  color: #207cca;
}
.news-description {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
}
.pagination-area {
  margin-top: 25px;
}
.pagination .page-link {
  color: #1e5799;
  border: 1px solid #dee2e6;
  margin: 0 3px;
  border-radius: 4px;
  min-width: 36px;
  text-align: center;
}
.pagination .page-link:hover {
  background-color: #e9ecef;
}
.pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #1e5799 0%, #207cca 100%);
  border-color: #207cca;
}
@media (max-width: 767.98px) {
  .news-item {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
  .news-date {
    min-width: 70px;
    padding: 8px;
    margin-right: 12px;
    min-height: 70px;
  }
  .day {
    font-size: 1.5rem;
  }
  .month-year {
    font-size: 0.7rem;
  }
  .news-title {
    font-size: 1rem;
  }
  .news-description {
    font-size: 0.85rem;
  }
  .section-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .news-date {
    min-width: 60px;
    padding: 6px;
    min-height: 60px;
  }
  .day {
    font-size: 1.3rem;
  }
  .month-year {
    font-size: 0.65rem;
  }
  .news-title {
    font-size: 0.95rem;
    margin-top: 1REM;
  }
  .news-description {
    font-size: 0.8rem;
  }
}
.banner-container {
  position: relative;
  height: 905px;
  overflow: hidden;
}
.carousel-item {
  height: 905px;
  position: relative;
}
.carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
.custom-indicators {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 15;
}
.custom-indicators li {
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.custom-indicators li.active {
  background-color: #146ddc;
}
.custom-indicators li:hover {
  background-color: rgba(20, 109, 220, 0.8);
  transform: scale(1.2);
}
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.carousel-control:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel-control.prev {
  left: 30px;
}
.carousel-control.next {
  right: 30px;
}
.carousel-control-icon {
  color: white;
  font-size: 40px;
  line-height: 60px;
}
@media (max-width: 991.98px) {
  .banner-container, .carousel-item {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .banner-container, .carousel-item {
    height: 350px;
  }
  .carousel-control {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .banner-container, .carousel-item {
    height: 300px;
  }
  .carousel-control {
    width: 40px;
    height: 40px;
  }
  .carousel-control.prev {
    left: 15px;
  }
  .carousel-control.next {
    right: 15px;
  }
}
.btn-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  background: linear-gradient(135deg, #1e5799 0%, #207cca 100%);
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(30, 87, 153, 0.3);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-custom:hover {
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(30, 87, 153, 0.4);
}
.btn-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #207cca 0%, #1e5799 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.btn-custom:hover::before {
  opacity: 1;
}
.btn-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}
.btn-custom:hover::after {
  width: 300px;
  height: 300px;
}
.btn-custom i {
  margin-right: 8px;
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.5rem;
  }
  .btn-custom {
    width: 140px;
    height: 45px;
    font-size: 1rem;
  }
}
.btn-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  background: linear-gradient(135deg, #ff9b44 0%, #ff6b6b 100%);
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(255, 155, 68, 0.3);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-orange:hover {
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(255, 155, 68, 0.4);
}
.btn-orange::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff9b44 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.btn-orange:hover::before {
  opacity: 1;
}
.btn-orange::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}
.btn-orange:hover::after {
  width: 300px;
  height: 300px;
}
.btn-orange i {
  margin-right: 8px;
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.5rem;
  }
  .btn-orange {
    width: 140px;
    height: 45px;
    font-size: 1rem;
  }
}
.NewsCenter {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f3f3f3;
}
.NewsCenterTitle {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}
.NewsCenterTitle h2 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 32px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.NewsCenterTitle h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  border-radius: 2px;
}
.NewsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.NewsItem {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  display: flex;
  height: 100%;
  border: 1px solid var(--border-color);
  overflow: hidden;
}
.NewsItem:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-color: #d0e0f0;
}
.NewsDate {
  width: 100px;
  background: linear-gradient(135deg, #1e5799, #207cca);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  flex-shrink: 0;
}
.DateDay {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: white;
}
.DateMonth {
  font-size: 16px;
  margin-top: 6px;
  color: white;
}
.FullDate {
  display: none;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
}
.NewsContent {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.NewsTitle {
  font-weight: 700;
  color: var(--text-dark);
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s;
}
.NewsItem:hover .NewsTitle {
  color: var(--secondary-color);
}
.NewsDesc {
  color: var(--text-gray);
  font-size: 14px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .NewsList {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .NewsItem {
    flex-direction: column;
  }
  .NewsDate {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding: 15px 25px;
    position: relative;
  }
  .DateDay, .DateMonth {
    display: none;
  }
  .FullDate {
    display: block;
  }
  .NewsCenterTitle h2 {
    font-size: 26px;
  }
  .NewsContent {
    padding: 20px;
  }
}
.ViewMoreArea {
  text-align: center;
}
.ViewMoreBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff9b44 0%, #ff6b6b 100%);
  color: white;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  padding: 12px 40px;
  box-shadow: 0 5px 15px rgba(255, 155, 68, 0.3);
  transition: all 0.4s ease;
}
.ViewMoreBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 155, 68, 0.45);
}
.ViewMoreBtn i {
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.ViewMoreBtn:hover i {
  transform: translateX(3px);
}
@media (max-width: 991px) {
  .NewsList {
    grid-template-columns: 1fr;
  }
  .NewsDate {
    padding: 18px 15px;
  }
  .DateDay {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .NewsCenter {
    padding: 40px 15px;
  }
  .NewsCenterTitle h2 {
    font-size: 28px;
  }
  .NewsItem {
    flex-direction: column;
  }
  .NewsDate {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    padding: 15px 10px;
  }
  .DateDay {
    margin-right: 15px;
  }
  .NewsContent {
    padding: 20px;
  }
  .ViewMoreBtn {
    padding: 11px 35px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .NewsCenterTitle h2 {
    font-size: 24px;
    padding-bottom: 12px;
  }
  .NewsCenterTitle h2::after {
    width: 70px;
  }
  .NewsTitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.info-section {
  position: relative;
  padding: 80px 0 180px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #fff, #207cca);
  color: white;
}
.city-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/city-background.jpg') center bottom no-repeat;
  background-size: cover;
  opacity: 0.1;
}
.curved-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(90deg, #207cca, #ff9b44);
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.info-container {
  position: relative;
  z-index: 5;
}
.info-card {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 30px;
  height: 100%;
  transition: all 0.4s ease;
  
}
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.info-title {
  color: #1e5799;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}
.info-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #1e5799, #207cca);
  border-radius: 2px;
}
.info-text {
  color: #555;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 25px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1e5799, #207cca);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
  margin-right: 15px;
}
.contact-details {
  flex: 1;
}
.contact-label {
  color: #1e5799;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-value {
  color: #333;
  font-size: 1.05rem;
  font-weight: 500;
}
.view-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff9b44 0%, #ff6b6b 100%);
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  padding: 10px 30px;
  box-shadow: 0 5px 15px rgba(255, 155, 68, 0.3);
  transition: all 0.4s ease;
}
.view-more-btn:hover {
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 155, 68, 0.45);
}
.view-more-btn i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}
.view-more-btn:hover i {
  transform: translateX(3px);
}
@media (max-width: 767.98px) {
  .info-section {
    padding: 60px 0;
  }
  .col-lg-6 {}
  .info-card {
    padding: 25px;
  }
  .info-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .info-section {
    padding: 40px 0;
  }
  .info-card {
    padding: 20px;
  }
  .info-title {
    font-size: 1.3rem;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .info-title::after {
    width: 50px;
    height: 3px;
  }
  .contact-item {
    margin-bottom: 20px;
  }
}
.close-icon {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .menu-icon {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .close-icon {
  display: inline;
}
.zdy {
  width: 60px;
}

.hero-section {
  width: 100%;
  overflow: hidden; 
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .hero-image {
    width: 750px;       
    height: 203px;      
    object-fit: cover;  
    object-position: center; 
    margin: 0 auto;     
    transform: translateX(-50%); 
    left: 50%;
    position: relative;
  }
}
/* 基础按钮样式 */
.btn-submit.tijiao {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: translateZ(0); 
  z-index: 1;
}
.btn-submit.tijiao:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}
.btn-submit.tijiao::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, 
    rgba(255,255,255,0.1) 0%, 
    rgba(255,255,255,0.3) 50%, 
    rgba(255,255,255,0.1) 100%);
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
btn-submit.tijiao:hover::before {
  transform: translateX(100%);
}
.btn-submit.tijiao:active {
  transform: translateY(1px);
}
.news-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.1);
  border-left-color: #207cca;
  background: linear-gradient(to right, white 98%, rgba(32, 124, 202, 0.1));
}
.news-item-link {
    display: flex;
    flex-direction: row;
    color: inherit;
    text-decoration: none;
	width: 100%;
	cursor: pointer;
	align-items: center;
}
	.bgzy{
		height:620px;
	
		background:url("../images/bg.png") no-repeat bottom,linear-gradient(to bottom, #0a5ac0 0%,#e7eff5 80%, #fff);
		
		background-size: 200% auto; 
			background-position: bottom left ;
		
	}
.whdp {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
	padding:0;
  
}

.hdp {
  position: relative;
  background: #3498db;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 40px;
  flex: 0 0 calc(25% - 15px);
  margin-bottom: 20px;
  height: 200px;
	
  transition: all 0.3s ease-out; 
  transform: translateY(0);   
}
.hdp:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
}
.hdptitle {
  margin: 0;
  width: 100%;
  text-align: center;
font-size:14px;
}

.whdp::before {
  content: "";
  width: 100%;
  order: 1;
}

.hdp:nth-child(-n+3) {
  order: -1;
}
.enterprise-title2 {color:#fff; font-size: 28px}
.enterprise-title2::after {
  content: "";
  display: block;
  width: 36px;
  height: 6px;
  background-color: #fff;
	margin: 10px auto 0;}
.hthk {background: url("../images/01.jpg") no-repeat;
background-size:cover;
	border-radius: 10px 10px 0 0 ;
}
.yjxs {background: url("../images/02.jpg") no-repeat;
background-size:cover;
	border-radius: 10px 10px 0 0 ;
}
.sykc {background: url("../images/03.jpg") no-repeat;
background-size:cover;
	border-radius: 10px 10px 0 0 ;
}
.dgy {background: url("../images/04.jpg") no-repeat;
background-size:cover;
	border-radius: 10px 10px 0 0 ;
}
.zkbl {background: url("../images/05.jpg") no-repeat;
background-size:cover;
	border-radius: 10px 10px 0 0 ;
}
.tynjrg {background: url("../images/06.jpg") no-repeat;
background-size:cover;
	border-radius: 10px 10px 0 0 ;
}
.qita {background: url("../images/07.jpg") no-repeat;
background-size:cover;
	border-radius: 10px 10px 0 0 ;
}
.number {
   font-size: 60px;
  font-weight: bold;
  color: white;
  font-family: Arial, sans-serif;
  position: absolute;
  left: -10px;
  bottom: -10px;
	line-height: 60px;
  
  /* 新增斜体+描边效果 */
  font-style: italic;
  text-shadow: 
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; 
  
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill; 
}

.reflection-wrapper {
  position: absolute;
  top: 100%;
  left: -12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.reflection {
  position: absolute;
	left:0px;
        top: -28px;
    font-size: 60px;
    font-weight: bold;
    color: white;
    font-family: Arial, sans-serif;
    transform: scaleY(-0.8) translateY(0px);
    opacity: 0.1;
    filter: blur(1px);
    background: llinear-gradient(to top, 
      rgba(255,255,255,0.8) 0%, 
      rgba(255,255,255,0.4) 30%,
      rgba(255,255,255,0) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    
	text-shadow: 
    2px 0 0 rgba(0,0,0,0.3), 
    -2px 0 0 rgba(0,0,0,0.3),
    0 2px 0 rgba(0,0,0,0.3);
	mask-image: linear-gradient(to top, 
    black 0%, 
    rgba(0,0,0,0.8) 60%, 
    transparent 100%);
  -webkit-mask-image: linear-gradient(to top, 
    black 0%, 
    rgba(0,0,0,0.8) 60%, 
    transparent 100%);
}
@media (min-width: 768px) {
	
	.number{font-size: 150px !important;
        line-height: 150px !important;
	bottom: -25px !important;}
  .whdp {
    flex-wrap: nowrap;
    justify-content: space-between;
	  gap: 20px;
	  padding:0 15px;
  }



  .hdp {
    flex: 1;
    margin-bottom: 0;
    height: 400px;
  }
  .whdp::before {
    display: none;
  }
  .bgzy {
    height: 660px;
    background: url("../images/bg.png") no-repeat bottom, linear-gradient(to bottom, #0a5ac0 0%,#e7eff5 80%, #fff);
    background-size: 100% auto; 
    background-position: bottom left;
  }
	.hdptitle {
  margin: 0;
  width: 100%;
  text-align: center;
font-size:20px;
}
	.reflection {
		font-size:160px;
		 top: -70px;
	}
	.reflection-wrapper {left: -18px;}
}
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px; 
    min-height: 100px;
    max-height: 150px;
}
.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}
.content a {
    margin: 0 5px;
    font-size: 12px;
    color: #333;
}
.content a:hover {
    color: #000;
}
/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
    .content {
        height: 30vh;
    }
    h1 {
        font-size: 24px;
    }
}
.wave-container {
	position: absolute; bottom:0; width:100%;
}