@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* 全宽图片 */

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  min-height: 500px;
  object-fit: cover;
}

/* 加深遮罩层 */

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* 适配标准container */

.hero-section .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-content {
  color: #fff;
  max-width: 600px;
  width: 100%;
  padding: 20px;
}

/* 文字样式 */

.hero-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  position: relative;
}

.hero-title::before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 0.225rem;
  background-color: #fa001c;
  position: absolute;
  top: 3.5rem;
}

.hero-title::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 0.225rem;
  background-color: #fff;
  position: absolute;
  top: 3.5rem;
  left: 2.5rem;
}

.hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.5;
  text-transform: uppercase;
}

/* 响应式适配 */

@media (max-width: 768px) {
  .hero-image {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-title::before, .hero-title::after {
    top: 2.5rem;
    width: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-title::after {
    left: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-section .container {
    padding: 0 15px;
  }
}

#contact {
  padding: 5rem 0;
}

.contact-one {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.10);
  padding: 40px 70px 34px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .contact-one {
    padding: 40px 15px 34px;
  }
}

@media (max-width: 768px) {
  .contact-one {
    padding: 40px 15px 34px;
  }
}

.contact-one-ico i {
  position: relative;
  display: inline-block;
  font-size: 80px;
  color: #fa001c;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-one:hover .contact-one-ico i {
  transform: scale(.9);
}

.contact-one-tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 22px;
  margin-bottom: 13px;
}

.contact-one-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4D5054;
  min-height: 60px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.contact-two {
  text-align: center;
  margin: 0rem 0 2rem 0;
}

.contact-two span {
  color: #fa001c;
  text-transform: uppercase;
}

.contact-two-inp input {
  width: 100%;
  background-color: #F5F5F5;
  border: none;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  font-size: 16px;
  height: 50px;
  margin: 12px 0px;
}

.contact-two-txt textarea {
  width: 100%;
  background-color: #F5F5F5;
  border: none;
  border-radius: 0;
  padding: 15px;
  outline: none;
  font-size: 16px;
  height: 150px;
  margin: 12px 0px;
}

.contact-two-code input {
  width: calc(350px - 130px);
  background-color: #F5F5F5;
  border: none;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  font-size: 16px;
  height: 50px;
  margin: 12px 0px;
}

.contact-two-code img {
  width: 130px;
  height: 50px;
  margin-top: -3px;
}

.contact-one-btn button {
  width: 100%;
  background: #fa001c;
  border-radius: 0;
  color: #fff;
  height: 50px;
  margin: 15px 0;
}

.contact-one-btn button:hover {
  background: #000;
  color: #fff;
}

#footer {
  padding: 5rem 0 0 0;
  background: #0e0e0e;
}

.footer-one .footer-one-logo img {
  height: 60px;
}

.footer-one p {
  color: #999999;
  line-height: 25px;
  font-size: 14px;
  padding-top: 20px;
  padding-right: 30px;
}

.footer-two .footer-two-tit, .footer-three .footer-three-tit {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  position: relative;
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: bold;
}

.footer-two .footer-two-tit:before, .footer-three .footer-three-tit:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 2px;
  width: 36px;
  background-color: #fa001c;
}

.footer-two ul li, .footer-three ul li {
  height: 40px;
}

.footer-two ul li a i, .footer-three ul li i {
  padding-right: 5px;
}

.footer-two ul li a, .footer-three ul li {
  color: #999999;
  font-size: 15px;
}

.footer-two ul li a:hover {
  color: #fa001c;
}

.footer-copy {
  border-top: 1px solid #3c3c3c;
  height: 60px;
  line-height: 60px;
  color: #999999;
  font-size: 14px;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

#news, #case, #product, #about {
  margin: 5rem 0;
}

.news-list {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
  padding: 5px;
}

.news-list .news-list-pic {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.news-list img {
  display: block;
  width: 100%;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

.news-list:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news-list-des-t a {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  
  font-size: 18px;
	height: 55px;
}

.news-list-des {
  padding: 15px 15px;
  background: #f8f9fa;
}

.news-list:hover .news-list-des {
  background: #eeeeee;
}

.news-list:hover .news-list-des .news-list-des-t a, .news-list:hover .news-list-des .news-list-des-m a {
  color: #fa001c;
}

.news-list-des-i {
  font-size: 14px;
  display: inline-block;
  padding-bottom: 10px;
	padding-top: 10px;
  color: #666;
}

.news-list-des-i i {
  padding-right: 5px;
  font-size: 14px;
  float: left;
  padding-top: 3px;
}

.news-list-des-i span {
  padding-top: 2px;
  float: left;
}

.news-list-des-d {
  padding-bottom: 15px;
}

.news-list-des-d a {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
  font-size: 14px;
}

.news-list-des-m {
  padding-bottom: 10px;
}

.news-list-des-m a {
  color: #333;
}

.news-list-des-m i {
  padding-left: 8px;
}

.showpage {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.showpage a {
  display: inline-block;
  vertical-align: top;
  min-width: 32px;
  text-align: center;
  line-height: 30px;
  margin: 10px 10px 0px 0px;
  font-size: 12px;
  color: #000;
  background: #ebebeb;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  font-family: 华文细黑, STXihei;
}

.showpage .active {
  color: #fff;
  background: #fa001c;
  border: 1px solid #fa001c;
}

.news-detail .news-detail-tit {
  font-size: 24px;
}

.news-detail .news-detail-date {
  font-size: 14px;
  margin: 20px 0;
}

.news-detail .news-detail-date a {
  color: #666;
  padding: 0px 20px 0px 0;
}

.news-detail .news-detail-txt {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 45px;
  padding-top: 30px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.news-detail .news-detail-txt img {
  max-width: 100%;
}

.pre-next {
  padding-top: 30px;
}

#product .pre-next {
  border-top: 1px solid #EBEBEB;
}

.pre-next a {
  color: #666;
  font-size: 14px;
}

.pre-next a:hover {
  color: #fa001c;
}

.footer-copy p {
  margin: 0;
  width: 50%;
  float: left;
}

@media (max-width: 768px) {
  .footer-copy p {
    margin: 0;
    width: 100%;
    float: left!important;
    text-align: left;
  }
}

.footer-copy-left {
}

.footer-copy-right {
  text-align: right;
  float: right;
}

.footer-copy-right a {
  color: #999999;
}

.image-card {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  transition: transform 0.3s;
  padding: 5px;
}

.image-container {
  height: 380px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* 悬停效果 */

.image-container:hover img {
  transform: scale(1.05);
  opacity: 0.8;
  cursor: pointer;
}

.image-container:hover .hover-icon {
  opacity: 1;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
}

.hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  color: rgba(255,255,255,0.9);
  font-size: 2.5rem;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  pointer-events: none;
}

.image-caption {
  padding: 1rem;
  background: #f8f9fa;
  text-align: center;
}

.image-caption-text {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

/* 移动端适配 */

@media (max-width: 768px) {
  .image-container {
    height: 330px;
  }
}

@media (max-width: 768px) {
  .image-caption {
    padding: 0.75rem;
  }
}

.product-list-item {
  height: 550px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s;
}

.product-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.product-list-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-list a:hover .product-list-overlay {
  opacity: 1;
}

.product-list a:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .product-list-item {
    height: 500px;
  }
}

.product-list:hover .product-list-tit {
  opacity: 1;
}

.product-list-tit {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  background-color: white;
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  padding: 15px 10px;
}

.product-list-tit h4 {
  color: #333;
  margin: 0;
}

.product-list {
  padding: 5px;
  margin-bottom: 30px;
}

/* 初始状态不固定 */

.sticky-center {
  transition: all 0.3s ease;
  height: fit-content;
  padding: 1.5rem;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .sticky-center {
    padding: 0;
  }
}

.sticky-center h2 {
  padding-bottom: 20px;
}

.sticky-center p {
  color: #615e5e;
  font-size: 14px;
}

.product-detail, .product-detail p {
  color: #000;
  font-size: 16px;
}

.product-detail img {
  max-width: 100%;
}

table, tr, td, th {
  border: 1px solid #eee;
}

/* 激活状态 */

.sticky-center.active {
  position: sticky;
  top: 0;
  transform: translateY(0%);
}

.product-left .product-left-item {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.product-left .product-left-item img {
  width: 100%;
}

.product-left .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}

.product-left:hover .zoom-icon {
  opacity: 1;
}

/* 弹窗样式 */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal .modal-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.modal button.prev, .modal button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 36px;
  color: white;
  cursor: pointer;
  padding: 10px;
  z-index: 2;
}

.modal button.prev {
  left: 20px;
}

.modal button.next {
  right: 20px;
}

/* 新增关闭按钮样式 */

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  z-index: 3;
}

/* 点击空白区域关闭的透明覆盖层 */

.modal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (max-width: 768px) {
  .sticky-center.active {
    position: static;
    top: auto;
    transform: none;
  }
}

.about-tit h3 {
  text-align: center;
  padding-bottom: 25px;
}

.about-des p {
  font-size: 16px;
  color: #666;
}

.about-des img {
  max-width: 100%;
}

#in-about {
  padding: 5rem 0;
  background: #f7f7f7;
}

.in-tit {
  text-align: center;
  padding: 3rem 0;
}

.in-tit h2 {
  font-size: 35px;
  margin: 1rem;
  /*font-weight: bold;*/
}

.in-tit span {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #777;
  text-transform: uppercase;
}

.in-tit span::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 8px;
  width: 64px;
  height: 1px;
  background-color: #fa001c;
}

.swiper-slide {
  transition: transform 0.3s;
}

/* 隐藏滚动条 */

.product-swiper {
  overflow: hidden;
}

#in-product {
  overflow-x: hidden;
}

#in-product, #in-news, #in-case {
  margin-bottom: 3rem;
}

/* 其他保持原有样式 */

.swiper-container {
  width: 100%;
  /*padding: 0 15px;*/
}

.swiper-slide {
  width: auto;
  height: auto;
}

/* 分页器绝对居中 */

.swiper-pagination {
  position: relative;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 20px 0;
}

.swiper-pagination-bullet {
  float: none !important;
  vertical-align: middle;
  width: 10px !important;
  height: 10px !important;
  background: #ddd !important;
  opacity: 1 !important;
  margin: 0 8px !important;
  transition: all 0.3s !important;
  transform: none !important;
  position: relative;
  border-radius: 5px;
}

.swiper-pagination-bullet-active {
  background: #fa001c!important;
  width: 30px !important;
}

/* 强制覆盖Swiper默认样式 */

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap;
}

#advantage {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  position: relative;
  background: #f7f7f7;
}

.feature-box {
  padding: 20px;
  height: 100%;
  text-align: center;
  color: #000;
}

.feature-box p {
  padding: 10px 0px;
  font-size: 14px;
  color: #999;
}

.feature-box img {
  margin-bottom: 20px;
  color: #fff;
  width: 60px;
}

.in-about-left {
  /*position: relative;*/
  /*padding-right: 60px !important;*/
}

.in-about-left img {
  max-width: 100%;
}

.in-about-left, .in-about-right {
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .in-about-left, .in-about-right {
    padding: 10px 5px;
  }
}

.in-about-right span {
  display: flex;
  align-items: center;
  color: #777;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  margin-top: 20px;
}

.in-about-right span::before {
  content: "";
  position: relative;
  margin-right: 1rem;
  width: 3rem;
  height: 1px;
  color: #fa001c;
  background-color: currentColor;
}

.in-about-right h3 {
  padding: 10px 0px 30px 0;
}

.in-about-right-des {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

#in-case .more {
  text-align: center;
  margin-bottom: 50px;
}

.more {
  margin-top: 50px;
  margin-bottom: 30px;
}

.more a {
  border: 1px solid #ddd;
  padding: 15px 35px;
  color: #666;
  font-size: 14px;
}

.more a i {
  padding-left: 10px;
}

.more a:hover {
  background: #fa001c;
  color: #fff;
}

#innovate {
  padding: 5rem 0;
  background: #f7f7f7;
}

.innovate-right img {
  max-width: 100%;
}

.innovate-left span {
  display: flex;
  align-items: center;
  color: #777;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  margin-top: 20px;
}

.innovate-left span::before {
  content: "";
  position: relative;
  margin-right: 1rem;
  width: 3rem;
  height: 1px;
  color: #fa001c;
  background-color: currentColor;
}

.innovate-left h3 {
  padding: 10px 0px 15px 0;
  font-size: 35px;
}

.innovate-item {
  border-bottom: 1px solid #E1E1E1;
  padding: 15px 0px;
  margin-bottom: 15px;
}

.innovate-item {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .innovate-item {
    margin-right: 10px;
  }
}

.innovate-item-t {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: bold;
}

.innovate-item-d {
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #8c8c8c;
}
tr,td,th{padding: 8px 13px!important;}
