/**/
:root {
  --brand: #D22C2C;
  --f16: 16px;
  --f18: 18px;
  --f20: 20px;
  --f26: 26px;
  --f30: 30px;
  --f42: 42px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  word-wrap: break-word;
  hyphens: auto;
  line-height: 1.5;
}

ul,
ol {
  list-style: none;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: var(--brand);
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
}

button {
  cursor: pointer;
}

button:focus {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pad_100 {
  padding: 100px 0;
}

.container-fluid {
  padding: 0 7vw;
  margin: 0 auto;
  width: 100%;
}

.d-lg-none {
  display: none !important;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.top_con {
  background: var(--brand);
  color: #fff;
  padding: 10px 0;
}

.top_con .container {
  display: flex;
  justify-content: space-between;
}

.top_con .top_lx span {
  padding-right: 20px;
}

.top_con .topShare {
  display: flex;
}

.top_con .topShare ul {
  display: flex;
  margin-left: 10px;
}

.top_con .topShare ul li a {
  color: #fff;
  padding: 0 10px;
}

.top_con .topShare ul li a:hover {
  color: rgba(255, 255, 255, .8);
}

#header {
  transition: all 0.5s;
  z-index: 999;
  transition: all 0.5s;
  height: 80px;
  position: absolute;
  width: 100%;
}

#header.in-header-transparent {
  background: #fff;
}

#header.header-scrolled {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
}

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

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

.top-box .logo .logo-tu2 {
  display: none;
}

.top-box .logo .logo-tu1 {
  display: block;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block;
}

#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .h_language .icon {
  color: #333;
}

#header.header-scrolled .h_language .icon img {
  filter: brightness(0);
}

#header.in-header-transparent .nav-menu a {
  color: #333;
}

#header.in-header-transparent .nav-menu .drop-down ul a {
  color: #fff;
}

#header.in-header-transparent .logo-tu1 {
  display: none;
}

#header.in-header-transparent .logo-tu2 {
  display: block;
}

#header.in-header-transparent .seaBtn {
  background: url(../images/sousuo1.png) center center no-repeat;
}

#header.in-header-transparent .seaBtn.selected {
  background: url(../images/close1.png) center no-repeat;
}

#header.in-header-transparent .h_language .icon {
  color: #333;
}

#header.in-header-transparent .h_language .icon img {
  filter: brightness(0);
}

/* */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 5;
  height: 80px;
}

.nav-menu ul {
  display: flex;
  justify-content: flex-end;
}

.nav-menu a {
  display: block;
  color: #fff;
  padding: 0 30px;
  height: 80px;
  line-height: 80px;
  transition: 0.3s;
  font-size: 16px;
  transition: all .3s;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: var(--brand) !important;
}

.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  left: 0%;
  top: 80px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 80px;
  visibility: visible;
}

.nav-menu .drop-down ul a {
  padding: 8px 10px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: var(--brand);
  background: none;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 0;
  box-shadow: none;
}

.nav-menu .drop-down .drop-down>ul>li {
  flex: 1;
  text-align: left;
}

.nav-menu .drop-down .drop-down>ul>li>a::after {
  display: none;
}

.nav-menu a i {
  padding-left: 5px;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .nav-menu a {
  color: #333;
}

#header.header-scrolled .nav-menu .drop-down ul li a {
  color: #333;
}

#header.header-scrolled .change-language-title a {
  color: #333;
}

.nav-menu .drop-down>ul {
  display: flex;
  gap: 0;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.nav-menu .drop-down .drop-down>ul {
  padding-top: 20px;
  padding-bottom: 20px;
  background: none;
}

.nav-menu .drop-down>ul>li {
  flex: 1;
  border-bottom: none;
}

.nav-menu .drop-down ul li a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 1.4;
  border-bottom: none;
  height: auto;
  position: relative;
}

.nav-menu .drop-down ul li.drop-down ul li a {
  font-weight: normal;
  font-size: 14px;
}

.nav-menu .drop-down>ul>li .drop-down>ul {
  position: static;
  opacity: 1;
  visibility: visible;
  width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: block;
  height: auto;
}

.nav-menu .drop-down>ul>li .drop-down>ul>li {
  width: 100%;
}

.nav-menu .drop-down>ul>li .drop-down>ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  padding: 4px 18px;

  line-height: 28px;
  height: auto;
  border-bottom: none;
  background: none;
}

.nav-menu .drop-down>ul>li .drop-down>ul a:hover {
  color: var(--brand);
  padding-left: 22px;
  transition: padding 0.2s;
}

.nav-menu .drop-down>ul>li .drop-down>a::after {
  display: none;
}

.nav-menu .drop-down>ul {
  display: none;
}

.nav-menu .drop-down:hover>ul {
  display: flex;
  width: 100%;
}

.nav-menu .drop-down>ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), #ff6b6b);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease 0.1s;
}

.nav-menu .drop-down:hover>ul::before {
  transform: scaleX(1);
}

.nav-menu .drop-down .drop-down:hover>ul::before {
  transform: scaleX(0);
}

.drop-nav {
  display: flex;
  justify-content: space-between;
}

/*  */
.mobile-nav {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 995;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: top 0.4s ease;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #333;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: var(--brand);
  text-decoration: none;
}

.mobile-nav ul li a.expanded {
  color: var(--brand);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  border: none;
  outline: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #f1f1f1;
  color: var(--brand);
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 8px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 9px;
  z-index: 1000;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: var(--brand);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-toggle span {
  position: absolute;
  width: 40%;
  height: 2px;
  color: #FFFFFF;
  background-color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mobile-nav-toggle span::before,
.mobile-nav-toggle span::after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.mobile-nav-toggle span::before {
  top: 300%;
}

.mobile-nav-toggle span::after {
  bottom: 300%;
}

.mobile-nav-toggle.open span {
  background-color: unset;
}

.mobile-nav-toggle.open span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.mobile-nav-toggle.open span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

.mobile-nav-active {
  overflow: hidden;
}

/* .mobile-nav-active .mobile-nav {
  top: 70px; 
} */
.language {
  color: #272727;
  font-size: 16px;
  padding-left: 10px;
}

.language a {
  color: #272727;
  padding: 0 10px;
}

.language a:hover {
  color: var(--brand);
}

.seaBtn {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.seaBtn {
  background: url(../images/sousuo.png) center no-repeat;
}

#header.header-scrolled .seaBtn {
  background: url(../images/sousuo1.png) center no-repeat;
}

.seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}

#header.header-scrolled .seaBtn.selected {
  background: url(../images/close1.png) center no-repeat;
}

.searchWrap {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.searchWrap .searchCont {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;
  color: black;
  min-height: 36px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}

.searchWrap .searchBtn {
  padding: 10px;
  background: var(--brand);
  color: #fff;
  outline: none;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.searchWrap .searchBtn:hover {
  color: #fff;
}

.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #00a2e9;
  font-size: 16px;
}

.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

/* 语言 */
.mobile-language {
  display: none;
}

.headerBotRig {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h_language {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 25px;
}

.h_language .icon {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}

.h_language .icon img {
  margin-right: 8px;
  height: 20px;
}

.h_language .icon i {
  padding-left: 5px;
}

.h_language .lan_down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 3px 5px #d6d6d7;
  padding: 10px;
  display: none;
}

.h_language .lan_down dl {
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.h_language .lan_down dl a {
  display: block;
}

.h_language .lanimg {
  display: none;
}

.h_language .lan_down dl a:hover {
  color: var(--brand);
  font-weight: bold;
}

.h_language .lan_down::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

/*banner*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#banner .pc_banner {
  display: block;
}

#banner .mob_banner {
  display: none;
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 56px;
  font-size: 30px;
  line-height: 56px;
  height: 56px;
  transition: all .5s ease;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner .swiper-button:hover {
  background: var(--brand);
}

.btn-prev {
  left: 30px;
}

.btn-next {
  right: 30px;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--brand);
  width: 40px;
  transition-delay: 0s;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .container-fluid {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.banner_txt {
  position: absolute;
  top: 26%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  text-align: right;
}

.banner_txt p {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.banner_txt b {
  display: block;
  font-size: clamp(22px, 2.08vw, 40px);
  color: #fff;
  margin: 30px;
  width: 40%;
}

.banner_txt h3 {
  color: #fff;
  font-size: clamp(16px, 1.35vw, 26px);
  margin: 0 30px;
}

.banner_txt span {
  color: #fff;
  font-size: 24px;
  display: block;
  line-height: 1.6;
  width: 40%;
  margin: 0 30px;
}

.banner_txt em {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  padding: 0 5px;
}

#banner .swiper-slide {
  overflow: hidden;
}

#banner .swiper-slide .ani {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#banner .swiper-slide.swiper-slide-active .ani {
  opacity: 1;
  transform: translateY(0);
}

#banner .swiper-slide .ani[swiper-animate-effect="fadeInDown"] {
  transform: translateY(-50px);
}

#banner .swiper-slide.swiper-slide-active .ani[swiper-animate-effect="fadeInDown"] {
  transform: translateY(0);
}

#banner .swiper-slide .ani[swiper-animate-effect="fadeInUp"] {
  transform: translateY(50px);
}

#banner .swiper-slide.swiper-slide-active .ani[swiper-animate-effect="fadeInUp"] {
  transform: translateY(0);
}

#banner .swiper-slide .ani[swiper-animate-effect="fadeInLeft"] {
  transform: translateX(-60px);
}

#banner .swiper-slide.swiper-slide-active .ani[swiper-animate-effect="fadeInLeft"] {
  transform: translateX(0);
}

#banner .swiper-slide .ani[swiper-animate-effect="fadeInRight"] {
  transform: translateX(60px);
}

#banner .swiper-slide.swiper-slide-active .ani[swiper-animate-effect="fadeInRight"] {
  transform: translateX(0);
}

#banner .swiper-slide .ani[swiper-animate-delay="0.3s"] {
  transition-delay: 0.3s;
}

#banner .swiper-slide .ani[swiper-animate-delay="0.5s"] {
  transition-delay: 0.5s;
}

#banner .swiper-slide .ani[swiper-animate-delay="0.7s"] {
  transition-delay: 0.7s;
}

#banner .swiper-slide .ani[swiper-animate-delay="1s"] {
  transition-delay: 1s;
}

#banner .swiper-slide .ani[swiper-animate-delay="1.2s"] {
  transition-delay: 1.2s;
}

.pad_80 {
  padding: 80px 0;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
  content: '';
}

/*about*/
.main_title {
  margin-bottom: 10px;
  text-align: left;
}

.main_title h3 {
  font-size: 22px;
  position: relative;
  font-weight: normal;
  color: var(--brand);
}

.main_title .m_p1 {
  font-size: clamp(20px, 1.88vw, 36px);
  font-weight: 600;
  color: #333;
  margin-top: 10px;
  position: relative;
}

.main_title .m_p2 {
  font-size: 24px;
  margin-top: 20px;
  color: #333;
}

.about {
  background: url(../images/abbg.webp) no-repeat center;
  background-size: cover;
}

.about_box {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}

.ab_txt {
  width: 55%;
}

.ab_tit {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.ab_txt .info {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin-top: 40px;
  color: #333;
}

.ab_box {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  box-shadow: 0px 40px 30px -20px rgba(0, 0, 0, 0.4);
  transition: all .3s;
}

.ab_box:hover {
  transform: translateY(-10px) !important;
}

.layui-layer-page .layui-layer-content video {
  background: #000;
}

.video_tu {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.videotu {
  width: 100%;
  object-fit: cover;
}

.video_tu b {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .3);
  width: 58px;
  border-radius: 100%;
  height: 58px;
  position: relative;
}

.video_tu b:after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  animation: rota360 2s linear infinite;
  background: url(../images/bainyuancion1.png) no-repeat center;
  background-size: contain;
}

@keyframes rota360 {
  to {
    transform: rotate(0);
  }

  from {
    transform: rotate(360deg);
  }
}

.video_tu b img {
  width: 26.8%;
  object-fit: contain;
  float: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform: scale(0.91);
}

.layui-layer-page .layui-layer-content {
  overflow: hidden !important;
}

.ab_fr {
  width: 25%;
}

.promore {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  display: block;
  font-size: 14px;
  color: var(--brand);
  border: solid 1px var(--brand);
  transition: all .3s;
  margin-top: 40px;
}

.promore:hover {
  color: #fff;
  background: var(--brand);
}

.ab_bottom {
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

.ab_bottom ul {
  padding: 0;
}

.ab_bottom b {
  font-size: clamp(18px, 1.67vw, 32px);
  color: #333;
}

.ab_bottom li>div {
  text-align: right;
}

.ab_bottom li span {
  font-size: 50px;
  color: #1C509C;
  width: 30%;
}

.ab_bottom li {
  text-decoration: none;
  position: relative;
  background: #fff;
  display: block;
  transition: all .3s;
  margin: 20px 0;
  border-radius: 7px;
  cursor: pointer;
}

.ab_bottom li:last-child a {
  border-right: none;
}

.ab_bottom .ab_num {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.ab_bottom li i {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  padding-left: 6px;
  padding-bottom: 10px;
}

.ab_bottom li p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.ab_bottom li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 14px;
  height: 1px;
  width: 0;
  background: var(--brand);
  transition: all 0.5s ease;
}

.ab_bottom li::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 14px;
  height: 1px;
  width: 0;
  background: var(--brand);
  transition: all 0.5s ease;
}

.ab_bottom li:hover::before {
  width: 100%;
}

.ab_bottom li:hover::after {
  width: 100%;
}

.ab_bottom .border-box {
  position: relative;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.ab_bottom .border-box::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 14px;
  height: 0;
  width: 1px;
  background: var(--brand);
  transition: all 0.5s ease;
}

.ab_bottom li:hover .border-box::before {
  height: 100%;
}

.ab_bottom .border-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 14px;
  height: 0;
  width: 1px;
  background: var(--brand);
  transition: all 0.5s ease;
}

.ab_bottom li:hover .border-box::after {
  height: 100%;
}

.readmore {
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.readmore a {
  height: 47px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 35px;
  border: 1px solid var(--brand);
  position: relative;
}

.readmore a::before {
  content: '';
  width: 100%;
  height: 48px;
  background: var(--brand);
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

.readmore a span {
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  transition: all 0.4s;
}

.readmore a i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: all 0.4s;
  overflow: hidden;
}

.readmore a i svg {
  width: 40%;
  height: 40%;
  animation: arrowRun 5s infinite;
}

.readmore a i svg path {
  fill: #fff;
  transition: all 0.4s;
}

.readmore a:hover::before {
  width: 45px;
}

.readmore a:hover i {
  transform: translateX(19px);
}

.readmore a:hover i svg path {
  fill: #fff;
}

.readmore a:hover span {
  color: var(--brand);
}

.readmore a i svg {
  width: 40%;
  height: 40%;
  animation: arrowRun 5s infinite;
}

@keyframes arrowRun {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  7% {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  7.1% {
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}

/* product */
.probg .main_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sl {
  position: relative;
  overflow: hidden;
}

.sl .gallery-top {
  height: auto;
  margin-top: 20px;
}

.sl .gallery-top .swiper-slide .swiper-container {
  position: relative;
  padding-bottom: 80px;
}

.sl .gallery-thumbs {
  box-sizing: border-box;
  overflow: hidden;
  margin: 40px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.sl .gallery-thumbs .swiper-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.sl .gallery-thumbs .swiper-slide {
  height: auto;
  line-height: 1.2;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #f7f7f7;
}

.sl .gallery-thumbs .swiper-slide a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 16px;

}

.sl .gallery-thumbs .swiper-slide a:hover {
  color: var(--brand);
}

.sl .gallery-thumbs .swiper-slide-thumb-active a {
  color: var(--brand);
}

.sl .gallery-thumbs .swiper-slide-thumb-active {
  border-bottom: 1px solid var(--brand);
}

.top-btn .swiper-button-next {
  top: 70px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  height: 42px;
  border-radius: 100%;
  background: #999;
  color: #fff;
  font-size: 20px;
  display: none;
}

.top-btn .swiper-button-prev {
  top: 70px;
  width: 42px;
  line-height: 42px;
  height: 42px;
  text-align: center;
  border-radius: 100%;
  background: #999;
  color: #fff;
  font-size: 20px;
  display: none;
}

.top-btn .swiper-button-next:hover,
.top-btn .swiper-button-prev:hover {
  background: var(--brand);
}

.pro-list {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.pro-list a {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  display: block;
  margin-bottom: 40px;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;
}

.pro-list a .info {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 20px;
  background-color: hsla(0, 0%, 100%, .7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: calc(100% - 40px);
  border-radius: 10px;
  max-height: 80%;
  overflow: hidden;
  transition: all .3s ease-out;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.pro-list a:hover .info {
  display: flex;
  flex-direction: column;
  background: rgba(210, 44, 44, 1);
  backdrop-filter: blur(0);
  color: #fff;
}

.pro-list a:hover .info h3 {
  color: #fff;
}

.pro-list a .picture {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pro-list a img {
  width: 100%;
  display: block;
  border: none;
  transition: all .3s;
}

.pro-list a {
  display: block;
  position: relative;
  overflow: hidden;
}

.pro-list a .info p {
  color: #666;
  height: 0;
  margin-top: 10PX;
  visibility: hidden;
}

.pro-list a:hover .info p {
  color: #666;
  height: auto;
  visibility: visible;
}

.pro-list a .info h3 {
  display: -webkit-box;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pro-list a:hover img {
  transform: scale(1.1);
}

#case2 .swiper-pagination-bullet {
  opacity: 0.7;
  background: #999;
}

.pro-list a .info .readmore .box {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 25px;
  position: relative;
}

.pro-list a .info .readmore .box::before {
  content: '';
  width: 100%;
  height: 45px;
  background: var(--brand);
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

.pro-list a .info .readmore .box span {
  color: #fff;
  line-height: 1.6;
  font-size: 14px;
  transition: all 0.4s;
}

.pro-list a .info .readmore .box i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: all 0.4s;
  overflow: hidden;
}

.pro-list a .info .readmore .box i svg {
  width: 40%;
  height: 40%;
  animation: arrowRun 5s infinite;
}

.pro-list a .info .readmore .box i svg path {
  fill: #fff;
  transition: all 0.4s;
}

.pro-list a .info .readmore .box:hover::before {
  width: 45px;
}

.pro-list a .info .readmore .box:hover i {
  transform: translateX(9px);
}

.pro-list a .info .readmore .box:hover i svg path {
  fill: #fff;
}

.pro-list a .info .readmore .box:hover span {
  color: var(--brand);
}

.pro-list a .info .readmore .box i svg {
  width: 40%;
  height: 40%;
  animation: arrowRun 5s infinite;
}

.pro-list a .info .readmore {
  display: none;
  opacity: 0;
  transition: opacity .3s ease-out;
}

.pro-list a:hover .readmore {
  display: flex;
  justify-content: flex-end;
  opacity: 1;
  transition: opacity .3s ease-out;
}

/* advantage */
.advantage {
  width: 100%
}

.advantage .swiper-num {
  position: absolute;
  bottom: 28%;
  left: -13%;
  color: rgba(255, 255, 255, .7);
  font-size: 26px;
  z-index: 9;
}

.advantage .swiper-num .active {
  color: #fff;
  padding-right: 4px;
  font-size: 40px;
  font-weight: bold;
}

#ys_top .swiper-slide {
  position: relative;
}

#ys_top .swiper-slide .bg {
  position: relative;
}

#ys_top .swiper-slide .bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  content: '';
}

#ys_top .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

#ys_top .swiper-slide .product-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 999;
}

#ys_top .swiper-slide .container-fluid {
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#ys_top .swiper-slide .product-box {
  width: 60%;
}

#ys_top .swiper-slide .product-box p {
  color: #fff;
}

#ys_top .swiper-slide .product-box em {
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #fff;
  display: block;
  font-style: normal;
}

.advantage {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.advantage img {
  width: 100%;
}

.advantage .swiper-button-prev {
  left: 50px;
  top: 50%;
}

.advantage .swiper-button-next {
  right: 34%;
  top: 50%;
}

.advantage .swiper-button-next,
.advantage .swiper-button-prev {
  background: none;
  outline: none;
  color: #000;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
}

.advantage .swiper-button-next:hover,
.advantage .swiper-button-prev:hover {
  color: #fff;
  background: #006CC9;
}

.advantage .container-fluid {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 3;
}

#ys_bot {}

.advantage .swiper-container-thumbs {
  position: relative;
}

#ys_bot .swiper-wrapper {
  align-items: flex-end;
}

#ys_bot .swiper-wrapper .swiper-slide {
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#ys_bot .swiper-wrapper .swiper-slid .num {
  display: none;
}

.advantage .swiper-container-thumbs .swiper-slide span {
  position: relative;
  z-index: 1;
  display: none;
  padding: 5px 10px;
}

.advantage .swiper-container-thumbs .swiper-slide {
  cursor: pointer;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  transition: all 0.8s;
  background: rgba(0, 0, 0, 0.27);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.advantage .swiper-container-thumbs .swiper-slide p {
  font-size: clamp(16px, 1.25vw, 24px);
  ;
  text-align: center;
  z-index: 2;
  padding: 30px;
}

.advantage .swiper-container-thumbs .swiper-slide .num {
  font-size: 60px;
  padding: 0 50px;
  display: none;
  color: rgba(255, 255, 255, .3);
}

.advantage .swiper-container-thumbs .swiper-slide .span {
  display: none;
}

.advantage .swiper-container-thumbs .swiper-slide-thumb-active {
  background: rgba(216, 36, 37, .6) !important;
  color: #fff !important;
  padding: 20px 0;
}

.advantage .swiper-container-thumbs .swiper-slide-thumb-active .num {
  display: block;
}

.advantage .swiper-container-thumbs .swiper-slide-thumb-active span {
  display: block;
}

.advantage .swiper-container-thumbs .swiper-slide-thumb-active .num img {
  filter: brightness(700%);
}

.advantage .swiper-container-thumbs .swiper-slide-thumb-active p {
  padding: 15px;
}

/* ===== Global Section ===== */
.global-section {
  background: #fff;
  background: url(../images/map.webp) no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.global-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.global-left {
  width: 25%;
}

.global-desc {
  font-size: 16px;
  margin: 30px 0;
  line-height: 1.6;
  color: #666;
}

.global-right {
  width: 70%;
  min-height: 600px;
  position: relative;
  background: radial-gradient(ellipse at 50% 40%, rgba(180, 40, 40, 0.08) 0%, transparent 60%);
  border-radius: 20px;
  overflow: hidden;
}

.global-right .map-box {
  width: 100%;
  height: 100%;
}

.ab_bottom2 {
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
  width: 100%;
  z-index: 1;
}

.ab_bottom2 ul {}

.ab_bottom2 b {
  font-size: clamp(20px, 1.77vw, 34px);
  color: var(--brand);
  display: block;
}

.ab_bottom2 .ab_num {
  display: flex;
  align-items: center;

}

.ab_bottom2 li span {
  font-size: 50px;
  color: #333;
  width: 30%;
}

.ab_bottom2 li {
  text-decoration: none;
  position: relative;
  display: block;
  transition: all .3s;
  padding: 20px 0;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-bottom: 1px solid #dedede;
}

.ab_bottom2 li::before {
  transition: all .3s;
  position: absolute;
  left: 0;
  bottom: 0;
  content: ' ';
  width: 0;
  height: 1px;
  background: var(--brand);
}

.ab_bottom2 li:hover::before {
  width: 100%;
}

.ab_bottom2 li i {
  font-size: 16px;
  color: #333;
  padding-left: 6px;
  padding-bottom: 10px;
}

.ab_bottom2 li p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

/* 新闻 */
.news-box {
  background: #F6F7F9;
  overflow: hidden;
}

.news-box .main_title .fr .promore {
  margin: 0;
  float: right;
}

.news-box .main_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
  margin-top: 30px;
}

.news-one {
  width: 47%;
  background: #fff;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
}

.news-image {
  overflow: hidden;
}

.news-image img {
  transition: all .4s;
}

.news-one a:hover .news-image img {
  transform: scale(1.1);
}

.news-one span {
  display: block;
  overflow: hidden;
}

.news-one em {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 8px;
  font-style: normal;
}

.news-one p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin: 8px 0px;
}

.news-one a:hover b {
  color: var(--brand);
}

.news-one a:hover .time {
  color: #666;
}

.news_tu .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .3);
  transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}

.news_tu .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .3);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
  transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_tu .swiper-button-next:hover,
.news_tu .swiper-button-prev:hover {
  background: var(--brand);
}

.news_tu .swiper-slide .news-image img {
  object-fit: cover;
  width: 100%;
  max-height: 360px;
}

.news_tu .swiper-container:hover .swiper-button-next,
.news_tu .swiper-container:hover .swiper-button-prev {
  opacity: 1;
}

.news_tu .swiper-container:hover .swiper-button-next {
  right: 10px;
}

.news_tu .swiper-container:hover .swiper-button-prev {
  left: 10px;
}

.card-content::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  transition: all .3s;
  width: 0%;
  height: 1px;
  background: var(--brand);
}

.card-content .artic {
  padding: 30px;
}

.card-content b {
  font-size: 24px;
  line-height: 1.4;
  display: block;
  color: #333;
  margin-top: 20px;
  font-weight: normal;
}

.card-content p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
  font-size: 16px;
}

.news_tu .swiper-slide:hover .card-content b {
  color: var(--brand);
}

.news_tu .swiper-slide:hover .newsmore {
  color: var(--brand);
}

.news_tu .swiper-slide:hover .icons .a {
  right: -15px;
}

.news_tu .swiper-slide:hover .icons .a:before {
  border-top: 1px solid var(--brand);
  border-right: 1px solid var(--brand);
}

.news_tu .swiper-slide:hover .icons .a {
  background: var(--brand);
}

.news_tu .swiper-slide:hover .icons .c {
  border: 1px solid var(--brand);
}

.news-two {
  width: 49%;
  margin-left: 20px;
}

.news-two ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.newsmore {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.icons {
  position: relative;
  margin-left: 20px
}

.icons .c {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #666;
  box-sizing: border-box;
  cursor: pointer;
  transition: ease .4s
}

.icons .a {
  width: 30px;
  height: 1px;
  position: absolute;
  right: 8px;
  top: 50%;
  z-index: 3;
  background-color: #666;
  transition: all .25s;
  transform: translateY(-50%)
}

.icons .a:before {
  content: '';
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 92% 10%;
  transform: rotate(45deg)
}

.news-two a {
  display: flex;
  background: #fff;
  padding: 30px;
  transition: .3s;
  margin-bottom: 15px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.news-two a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  transition: all .3s;
  width: 0%;
  height: 1px;
  background: var(--brand);
}

.news-two li:hover a::before {
  width: 100%;
}

.news-two a p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
}

.news-two li:last-child a {
  margin-bottom: 0;
}

.news-two li a:hover .newsmore {
  color: var(--brand);
}

.news-two li a:hover .icons .a {
  right: -15px;
}

.news-two li a:hover .icons .a:before {
  border-top: 1px solid var(--brand);
  border-right: 1px solid var(--brand);
}

.news-two li a:hover .icons .a {
  background: var(--brand);
}

.news-two li a:hover .icons .c {
  border: 1px solid var(--brand);
}

.card-content a:hover .newsmore {
  color: var(--brand);
}

.card-content a:hover .icons .a {
  right: -15px;
}

.card-content a:hover .icons .a:before {
  border-top: 1px solid var(--brand);
  border-right: 1px solid var(--brand);
}

.card-content a:hover .icons .a {
  background: var(--brand);
}

.card-content a:hover .icons .c {
  border: 1px solid var(--brand);
}

.day span {
  color: #000;
  font-size: 18px;
}

.day i {
  margin-top: 20px;
  color: #999;
}

.newscon {
  width: 60%;
}

.news-tu {
  width: 30%;
}

.news-tu img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  object-position: center;
}

.newscon b {
  padding: 20px 0;
  font-size: 24px;
  color: #333;
  display: block;
  font-weight: normal;
}

.news-two a:hover b {
  color: var(--brand);
}

.newscon p {
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.newscon img {
  margin-top: 10px;
}

/*  */
.fot-act-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fot-cat {
  background: #f7f9fd;
  position: relative;
  z-index: 2;
  background: url(../images/bg5.webp)no-repeat center;
  background-size: cover;
}

.fot-act-box .main_title {
  text-align: center;
}

.fot-act-box .main_title p.desc {
  text-align: center;
  font-size: 20px;
}

.fot-act-box .main_title .tit-b::before {
  margin: 0 auto;
  right: 0;
}

.fot-act-box .main_title .m_p1 {
  width: 80%;
  margin: 0 auto;
  font-size: clamp(16px, 1.46vw, 28px);
  ;
}

/*footer*/
.footer-main {
  position: relative;
  background: #0F1B2D;
  padding: 50px 0 30px;
}

.footer-list1 {
  width: 30%;
}

.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {
  width: 15%;
}

.footer-list2 img {
  height: 100px;
}

.footer-list3 {
  width: 30%;
}

.footer-list4 {
  width: 20%;
}

.footer-list4 .ewm {
  margin-top: 20px;
}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  margin-top: 0;
  display: block;
  font-weight: bold;
}

.fot_tel {
  display: flex;
  align-items: center;
}

.fot_tel span {
  color: #fff;
  font-size: 36px;
  padding-right: 10px;
}

.fot_tel .hzzx {
  color: #fff;
  font-size: 24px;
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #C5C5C5;
  font-size: 14px;
  line-height: 32px;
}

.footer-list1 p a,
.footer-list2 p a {
  color: #C5C5C5;
  font-size: 14px;
}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: var(--brand);
}

.footer-list1 img {
  width: 70%;
}

.address-content {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
}

.address-content span {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.address-content p {
  color: #fff;
  font-size: 16px;
}

.ft_logo img {
  max-height: 76px;
}

.footer-copyright {
  padding-top: 20px;
}

.footer-copyright p {
  color: #C5C5C5;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p a {
  color: #C5C5C5
}

.footer-copyright p a:hover {
  color: var(--brand);
}

.footer-copyright .main_box {
  display: flex;
  justify-content: space-between;
}

.footer-copyright .container {
  padding: 10px 0;
}

.fot_top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.fot_top .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fot_bot {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/**/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 8%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: var(--brand);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  font-size: 22px;
  background-color: #f1f1f1;
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#suspension li .txt a {
  display: block;
  line-height: 57px;
  color: #fff;
  padding-left: 10px;
}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: var(--brand);
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent var(--brand);
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  display: block;
}

#suspension li:hover a {
  width: 220px;
}

#suspension li:hover .fa {
  background-color: var(--brand);
  color: #fff;
}

/*  */
.scroll {
  position: fixed;
  right: 30px;
  bottom: 70px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  z-index: 99999;
  color: #fff;
}

.scroll a p {
  color: #fff;
  margin-top: 5px;
}

.scroll .return {
  transform: scaleY(0);
  transition: 0.5s;
  background-color: var(--brand);
  width: 60px;
  line-height: 60px;
  height: 60px;
  border-radius: 5px;
}

.scroll i {
  font-size: 20px;
  color: #fff;
}

.scroll .active {
  transform: scale(1);
}

/* in about */
.page-banner {
  position: relative;
  height: 60vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.page-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-banner .banner-bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.page-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
  z-index: 2;
}

.page-banner .banner-content {
  position: relative;
  z-index: 3;
  color: #fff;
  padding-top: 80px;
}

.page-banner .banner-content h2 {
  font-size: var(--f42);
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-banner .banner-content p {
  font-size: var(--f18);
  margin-bottom: 20px;
}

.page-banner .breadcrumb .box {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.page-banner .breadcrumb {
  display: flex;
  gap: 10px;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 3;
  color: #fff;
}

.page-banner .breadcrumb a {
  color: #fff;
  transition: opacity 0.3s;
}

.page-banner .breadcrumb a:hover {
  opacity: 1;
  color: var(--brand);
}

.page-banner span {
  font-size: 16px;
}

.page-banner .breadcrumb i {
  font-size: 14px;
}

/*  */
.inabout {
  background: url(../images/bgtub.png) no-repeat left top;
}

.inabout_box {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}

.inab_txt {
  width: 35%;
}

.inab_tit {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.inab_fr .info {
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
  margin-bottom: 20px;
  color: #333;
}

.inab_fr {
  width: 50%;
}

.inab-tu {
  position: relative;
}

.inab-tu .container-fluid {
  position: inabsolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.inab_bottom {
  z-index: 3;
  margin: 50px 0;
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

.inab_bottom ul {
  padding: 0;
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}

.inab_bottom b {
  font-size: 36px;
  color: #333;
}

.inab_bottom li span {
  font-size: 50px;
  color: var(--brand);
  padding-right: 20px;
}

.inab_bottom li {
  text-decoration: none;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: block;
  transition: all .3s;
  border-radius: 7px;
  cursor: pointer;
}

.inab_bottom li .border-box {
  display: flex;
  width: 100%;
  align-items: center;
}

.inab_bottom li:last-child a {
  border-right: none;
}

.inab_bottom .inab_num {
  display: flex;
}

.inab_bottom li i {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-left: 6px;
  padding-bottom: 10px;
}

.inab_bottom li p {
  color: #666;
  font-size: 18px;
  line-height: 24px;
}

.inabout .ab_box {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  box-shadow: none;
  transition: all .3s;
}

.inabout .ab_box:hover {
  transform: translateY(0px) !important;
}

/* culture */
.culture {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.culture ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.culture li {
  position: relative;
  overflow: hidden;
  width: calc(25% - 10px);
  margin: 5px;
}

.culture li:last-child {
  border: none;
}

.culture .jiahao div {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}

.culture .img_ar {
  width: 25%;
  height: 600px !important;
  position: relative;
}

.culture .img_ar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_ar .txt {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}

.culture .img_ar em img {
  height: 40px;
  width: 40px;
}

.culture .img_ar span {
  display: block;
  margin-top: 50px;
  color: #D5D5D5;
  font-size: 18px;
}

.culture .img_ar b {
  display: block;
  color: #fff;
  margin: 20px 0;
  font-size: 30px;
  font-weight: normal;
}

.culture .dec_ar p {
  margin-top: 15px;
}

.culture li .cont_ar {
  color: #fff;
  background: rgba(0, 0, 0, .3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.culture li .dec_ar {
  line-height: 28px;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  padding: 30px;
  right: 0;
  bottom: 0;
  color: #333;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.culture li .dec_ar p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.culture li .more {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

.culture li.cur {
  cursor: pointer;
}

.culture li.cur .jiahao {
  opacity: 0;
}

.culture li.cur i {
  color: #00A3E8;
  font-size: 20px;
}

.culture li.cur .dec_ar {
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.culture li.cur .img_ar b {
  width: 100%;
}

.culture li {
  position: relative;
}

.culture li::before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .1);
}

.culture li.cur::before {
  height: 100%;
  background: linear-gradient(to top, rgba(210, 44, 44, 1), transparent);
}

/* honor */
.honors-section {
  background: url(../images/honorbg.webp) no-repeat center;
  background-size: cover;

}

.honor-section {
  background: #f8f9fa;
  overflow: hidden;
}

.honors-carousel-wrap {
  margin-top: 50px;
  position: relative;
}

.honor-3d-swiper {
  width: 100%;
  padding: 20px 0 50px;
}

.honor-3d-swiper .swiper-slide {
  width: 320px;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.honor-3d-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.honor-3d-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.honors-intro {
  margin-top: 20px;
  line-height: 24px;
}

.honor-3d-img {
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor-3d-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s;
}

.honor-3d-card:hover .honor-3d-img img {
  transform: scale(1.05);
}

.honor-3d-label {
  padding: 16px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.honor-pagination {
  bottom: 10px !important;
}

.honor-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 0.5;
  transition: all 0.3s;
}

.honor-pagination .swiper-pagination-bullet-active {
  background: var(--brand);
  opacity: 1;
  width: 30px;
  border-radius: 5px;
}

.honor-3d-swiper .swiper-button-next,
.honor-3d-swiper .swiper-button-prev {
  position: absolute;
  top: 46%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  background: #7A7A7A;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  transition: all .5s ease;
  outline: none;
}

.honor-3d-swiper .swiper-button-next:hover,
.honor-3d-swiper .swiper-button-prev:hover {
  background: var(--brand);
}

/* ===== partner ===== */
.hz_bottom {
  padding-bottom: 60px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.hz_bottom .swiper-wrapper {
  align-items: stretch !important;
}

.hz_bottom .swiper-slide {
  margin-top: 40px;
  background: #fff;
  border: 1px solid #dedede;
  background-size: 100% 100% !important;
}

.hz_bottom .swiper-slide img {
  display: block;
}

.hz_bottom .swiper-slide a {
  display: block;
  position: relative;
  text-align: center;
}

.hz_bottom .swiper-slide a img {
  height: 58px;
}

.hz_bottom .swiper-slide a:hover {
  color: #0066B3;
}

.hz_bottom .swiper-slide em {
  display: block;
  font-size: 18px;
  font-style: normal;
  padding: 10px 15px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hz_bottom .swiper-slide i {
  padding: 10px 15px;
  color: #999;
  display: block;
}

.hz_bottom .swiper-slide b {
  font-size: 15px;
  text-align: center;
  display: block;
}

.hz_bottom .swiper-slide p {
  color: #666;
  line-height: 26px;
  font-size: 16px;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
  text-align: center;
}

.hz_bottom .swiper-slide:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 77, 160, 0.1);
}

.hz_bottom .swiper-slide:hover a {
  border-radius: 10px;
}

.hz_bottom .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 0.5;
  transition: all 0.3s;
}

.hz_bottom .swiper-pagination-bullet-active {
  background: var(--brand);
  opacity: 1;
  width: 30px;
  border-radius: 5px;
}

/* cases */
.casebg {
  background: #f7f7f7;
}

#hyyy {
  overflow: hidden;
  position: relative;
}

#hyyy .swiper-container {
  margin-top: 40px;
  padding-bottom: 50px;
}

#hyyy .swiper-slide {
  background: #fff;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(238, 238, 238);
}

#hyyy .swiper-slide a {
  color: #333;
}

#hyyy .swiper-slide:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

#hyyy .swiper-slide img {
  border-radius: 10px 10px 0 0;
}

#hyyy .swiper-slide h3 {
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  font-weight: normal;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}

#hyyy .swiper-slide .upbg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  transform: translateY(0) scale(0);
  -webkit-transform: translateY(0) scale(0);
  opacity: 0;
  border-radius: 10px;
  color: #fff;
  filter: alpha(opacity=0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  height: calc(100% - 50px);

  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

#hyyy .swiper-slide .upbg b {
  font-size: 16px;
  display: block;
  font-weight: normal;
}

#hyyy .swiper-slide .upbg span {
  display: block;
}

#hyyy .swiper-slide:hover .upbg {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
}

#hyyy .swiper-slide .img {
  overflow: hidden;
}

#hyyy .swiper-slide img {
  transition: all .3s;
}

#hyyy .swiper-slide:hover img {
  transform: scale(1.1);
}

#hyyy .swiper-button-next,
#hyyy .swiper-button-prev {
  position: absolute;
  top: 46%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  background: #7A7A7A;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  transition: all .5s ease;
  outline: none;
}

#hyyy .swiper-button-next:hover,
#hyyy .swiper-button-prev:hover {
  background: var(--brand);
}

/* productdetail */
.inbg {
  background: url(../images/inbg.jpg) no-repeat;
  background-size: cover;
}

.detail_content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail_content .detail_tu {
  width: 54%;
}

.detail_content .detail_txt {
  width: 40%;
}

.detail_content .detail_txt .more a {
  margin-right: 20px;
}

.detail_content .detail_txt p {
  font-size: 16px;
  line-height: 32px;
  margin: 30px 0;
  color: #666;
}

.detail_content .detail_txt p.titl {
  font-size: 24px;
  font-weight: bold;
}

.back-go {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: right;
}

.back-go:hover {
  color: #E2000F;
  text-decoration: underline;
}

.care_fl {
  padding: 20px 0;
  width: 100%;
  position: relative;
}

.hzal {
  width: 100%;
  margin: 0;
}

.care_fl .swiper-wrapper {
  flex-direction: column;
  height: 400px;
}

.hzal .swiper-slide span {
  overflow: hidden;
  display: block;
}

.hzal .swiper-slide span img {
  width: 100%;
  object-fit: contain;
}

.hzal .swiper-slide {
  border: 1px solid #dedede;
  padding: 10px;
  cursor: pointer;
}

.hzal .swiper-slide-thumb-active {
  border: 1px solid #333;
}

.hzal .swiper-slide a:hover b,
.hzal .swiper-slide a:hover p,
.hzal .swiper-slide a:hover i,
.hzal .swiper-slide a:hover em {
  color: #fff;
}

.detail_content .swiper-button-next {
  position: absolute;
  top: 100%;
  left: 40%;
  text-align: center;
  color: #333;
  background: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
  font-size: 30px;
  transition: all .5s ease;
  transform: rotate(180deg);
  outline: none;
}

.detail_content .swiper-button-prev {
  position: absolute;
  top: 0px;
  left: 40%;
  text-align: center;
  color: #333;
  background: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
  font-size: 30px;
  transition: all .5s ease;

  outline: none;
}

.detail_content .swiper-button-prev i,
.detail_content .swiper-button-next i {
  font-size: 30px;
  display: block;
}

.detail_content .swiper-button-prev:hover,
.detail_content .swiper-button-next:hover {
  color: #333;
}

#gallery2 {
  position: relative;
  background-size: cover;
  height: 100%;
  position: relative;
  background: #f7f7f7;
}

#gallery2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#gallery2::before {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background: url(../images/img/logo2.png) no-repeat;
  background-size: 100%;
  width: 116px;
  z-index: 99;
  height: 42px;
}

.detail_cs {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail_cs p {
  padding: 10px 0;
  width: calc(50% - 50px);
  text-align: right;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
}

.detail_cs span {
  color: #666666;
  text-align: left;
}

.tg_bz3 {
  width: 100%;
}

.tg_bz3 li img {
  max-height: 50px;
  opacity: 1;
}

.tg_bz3 ul {
  margin-top: 50px;
  width: 100%;
  justify-content: flex-start;
}

.tg_bz3 ul li {
  margin-right: 20px;
  background: #fff;
  width: 80px;
  height: 80px;
}

.com_btn {
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 16px;
  color: #fff;
  background: var(--brand);
  display: inline-block;
}

.com_btn:hover {
  background: #333;
  color: #fff;
}

.detail_content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.detail_tu {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
}

.care_txt {
  flex: 1;
  background: #f7f7f7;
  border-radius: 12px;
  overflow: hidden;
}

.care_fl {
  width: 105px;
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.hzal {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.hzal .swiper-wrapper {
  flex-direction: column;
}

.hzal .swiper-slide {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
}

.hzal .swiper-slide:last-child {
  margin-bottom: 0;
}

.hzal .swiper-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.hzal .swiper-slide span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hzal .swiper-slide-thumb-active {
  border: 1px solid var(--brand);
  box-shadow: 0 4px 10px rgba(55, 136, 189, 0.2);
}

#gallery2 {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f7f7f7;
  border-radius: 12px;
}

#gallery2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#gallery2 .swiper-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.detail_txt {
  padding: 10px 0 20px;
}

.detail_txt .tit {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 16px;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}

.detail_txt b {
  font-size: 32px;
  font-weight: normal;
  display: block;
  margin: 25px 0 10px;
  color: #1f2a44;
}

.more_box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .detail_tu {
    flex-direction: column;
    width: 100%;
  }

  .care_fl {
    width: 100%;
    flex-direction: row;
    height: auto;
  }

  .hzal .swiper-wrapper {
    flex-direction: row !important;
  }

  .hzal .swiper-slide {
    width: 80px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .detail_txt b {
    font-size: 32px;
  }

  .com_btn {
    padding: 8px 20px;
  }
}

@media (max-width: 992px) {
  .detail_content {
    gap: 28px;
  }

  .detail_tu {
    flex-direction: column;
    width: 100%;
    flex: 1 1 100%;
    min-width: unset;
  }

  .care_txt {
    aspect-ratio: 1 / 1;
    width: 100%;
    min-height: 240px;
  }

  .care_fl {
    width: 100%;
    flex-direction: row;
    height: auto;
    min-height: 80px;
    align-self: auto;
    padding: 0;
  }

  .hzal {
    height: auto;
    width: 100%;
  }

  .hzal .swiper-wrapper {
    flex-direction: row !important;
    height: auto !important;
    padding: 4px 0;
  }

  .hzal .swiper-slide {
    height: auto !important;
    margin-bottom: 0 !important;
    margin-right: 8px;
    flex-shrink: 0;
  }

  .hzal .swiper-slide:last-child {
    margin-right: 0;
  }

  .detail_txt .tit {
    font-size: 34px;
  }

  .detail_txt b {
    font-size: 26px;
  }

  .detail_txt p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .pad_100 {
    padding: 20px 0 30px;
  }

  .container-fluid {
    padding: 0 14px;
  }

  .detail_content {
    gap: 18px;
  }

  .detail_tu {
    gap: 12px;
  }

  .care_txt {
    aspect-ratio: 1 / 1;
    min-height: 180px;
    border-radius: 8px;
  }

  .care_fl {
    min-height: 64px;
  }

  .hzal .swiper-slide {
    margin-right: 6px;
    border-radius: 6px;
  }

  .detail_txt .tit {
    font-size: 28px;
  }

  .detail_txt b {
    font-size: 22px;
  }

  .detail_txt p {
    font-size: 15px;
  }

  .com_btn {
    padding: 10px 22px;
    font-size: 14px;
  }

  .detail_content .swiper-button-next,
  .detail_content .swiper-button-prev {
    width: 32px;
    height: 32px;
  }

  .detail_content .swiper-button-next:after,
  .detail_content .swiper-button-prev:after {
    font-size: 14px;
  }

  .ab_txt .info {
    font-size: 15px;
  }

  .banner_txt span {
    display: none;
  }

  #ys_bot .swiper-wrapper {
    flex-wrap: wrap !important;
  }

  .advantage .swiper-container-thumbs .swiper-slide {
    width: 50% !important;
  }

.advantage .swiper-container-thumbs .swiper-slide .num img {
    margin-top: 15px;
    max-height: 40px;
  }

  .news_tu .swiper-button-prev,
  .news_tu .swiper-button-next {
    top: 30%
  }

  .ab_bottom2 b {
    font-size: 26px;
  }

  .inab_fr .info {
    line-height: 28px;
  }

  .inab_bottom ul {
    display: grid;
    gap: 10px !important;
    grid-template-columns: repeat(2, 1fr) !important;

  }

  .inab_bottom ul li {
    background: #f1f1f1;
    padding: 10px;
  }

  .inab_bottom li p {
    text-align: center;
  }

  .inab_fr .info {
    font-size: 15px;
  }

  .honor-3d-swiper .swiper-slide .honor-3d-label {
    display: none;
  }

  .honor-3d-swiper .swiper-slide.swiper-slide-active .honor-3d-label {
    display: block;
  }

  .page-banner {
    flex-direction: column;
  }

  .page-banner .breadcrumb {
    bottom: 15px;
    width: 100%;
  }

  .page-banner {
    height: 50vh;
  }

  .page-banner .banner-content {
    padding-top: 30px;
  }

  .hongqi-contact-brand-name {
    font-size: 24px !important;
  }

  .main_titlele .fr p {
    font-size: 16px !important;
    line-height: 28px !important;
  }

  .join_rczp_list li b {
    font-size: 18px !important;
    font-weight: normal;
  }

  .join_rczp_list li {

    margin: 10px 0 !important;
    padding: 15px !important;
  }
}

@media (max-width: 420px) {
  .container-fluid {
    padding: 0 10px;
  }

  .care_txt {
    min-height: 140px;
    border-radius: 6px;
  }

  .hzal .swiper-slide {
    margin-right: 4px;
    border-radius: 4px;
  }

  .detail_txt .tit {
    font-size: 22px;
  }

  .detail_txt b {
    font-size: 18px;
  }

  .detail_txt p {
    font-size: 14px;
  }

  .com_btn {
    padding: 8px 16px;
    font-size: 13px;
  }

  .detail_content .swiper-button-next,
  .detail_content .swiper-button-prev {
    width: 26px;
    height: 26px;
  }

  .detail_content .swiper-button-next:after,
  .detail_content .swiper-button-prev:after {
    font-size: 12px;
  }
}

/*  */
.pd-features-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.pd-features-line {
  width: 40px;
  height: 3px;
  background: var(--brand);
  border-radius: 2px;
}

.pd-features-title h3 {
  font-size: 28px;
  color: #1a1a2e;
  font-weight: 600;

  position: relative;
  padding-left: 50px;
  /* 留出横线空间 */
}

/* 左侧红色竖线，垂直居中 */
.pd-features-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  /* 横线粗细 */
  height: 3px;
  /* 竖线高度，按需调整 */
  background-color: #d22c2c;
}

.range {
  padding: 20px;
  font-size: 16px;
  border: 1px dashed #dedede;
  border-radius: 10px;
  background: #fff;
  margin: 20px 0;
}

.range strong {
  color: var(--brand);
}

.tec-adv {
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-top: 50px;
  justify-content: space-between;
}

.tec-adv-fl {
  width: 45%;
}

.tec-adv-fl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.tec-adv-fr {
  width: 49%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ser-info {
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  margin-top: 30px;
}

.pd-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pd-features-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s;
  position: relative;
}

.pd-features-list li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  height: 1px;
  width: 0;
  background: var(--brand);
  transition: all .3s;
}

.pd-features-list li:hover::before {
  width: 100%;
}

.feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(210, 44, 44, 0.06);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  transition: all 0.3s;
}

.pd-features-list li:hover .feature-icon {
  background: var(--brand);
  color: #fff;
  transform: scale(1.1);
}

.pd-features-list li div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-cn {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.feature-en {
  font-size: 13px;
  color: #999;
  font-family: 'Arial', sans-serif;
}

.detail-tit {
  font-size: 20px;
  margin: 40px 0;
  text-align: center;
}

.pd-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.pd-img-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.pd-img-item.large {
  grid-row: span 2;
}

.pd-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.pd-img-item:hover img {
  transform: scale(1.05);
}

.recommend .pro-list-swiper {
  width: 100%;
}

.recommend {
  overflow: hidden;
  position: relative;
}

.recommend .swiper-slide {
  height: auto;
  display: flex;
}

.recommend .swiper-slide a {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  display: block;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;
  border-radius: 12px;
  overflow: hidden;
  flex: 1;
  margin: 0;

}

.recommend .swiper-slide a .info {
  position: relative;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
  background-color: hsla(0, 0%, 100%, .7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  border-radius: 0 0 10px 10px;
  background: #f7f7f7;

  overflow: hidden;
  transition: all .3s ease-out;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.recommend .swiper-slide a:hover .info {
  display: flex;
  flex-direction: column;
  background: rgba(210, 44, 44, 1);
  backdrop-filter: blur(0);
  color: #fff;
}

.recommend .swiper-slide a:hover .info h3 {
  color: #fff;
}

.recommend .swiper-slide a .picture {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.recommend .swiper-slide a img {
  width: 100%;
  display: block;
  border: none;
  transition: all .3s;
}

.recommend .swiper-slide a .info h3 {
  display: -webkit-box;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recommend .swiper-slide a .info p {
  color: #666;
  height: 0;
  margin-top: 10px;
  visibility: hidden;
}

.recommend .swiper-slide a:hover .info p {
  color: #666;
  height: auto;
  visibility: visible;
}

.recommend .swiper-slide a:hover img {
  transform: scale(1.1);
}

.recommend .swiper-pagination-bullet {
  background: #ccc;
}

.recommend .swiper-pagination-bullet-active {
  background: #d22c2c;
}

.recommend .swiper-button-next,
.recommend .swiper-button-prev {
  position: absolute;
  top: 46%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  background: #7A7A7A;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  transition: all .5s ease;
  outline: none;
}

.recommend .swiper-button-next:hover,
.recommend .swiper-button-prev:hover {
  background: var(--brand);
}