* {
  margin: 0;
  padding: 0;
}

html {
  --main-bg-color: #f0f0f0;
  --main-color: #0e7af9;
  --nav-active-color: #f9061b;
  --main-text-color: #37474f;
}

html,
body {
  font-size: 16px;
  font-family: 'Arial', 'Microsoft YaHei', sans-serif;
  color: var(--main-text-color);
  font-weight: normal;
  background-color: var(--main-bg-color);
}

.container {
  width: 100% !important;
  max-width: 1600px;
}

section {
  padding: 5rem 0;
  overflow-x: hidden;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#fenye {
  clear: both;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  width: 100%;
}

#fenye a {
  text-decoration: none;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  line-height: 2;
  font-size: 12px;
  margin: 0.25rem;
  border: 1px solid #ddd;
  color: #333;
}

#fenye a.curr {
  border: 1px solid #ff8300;
  color: #ff8300;
}

#fenye span {
  font-size: 12px;
}

.bg-fa {
  background-color: #fafafa;
}

.location {
  padding: 1rem 0;
  line-height: 2;
}

.location a {
  color: var(--main-text-color);
  text-decoration: none;
}

.location i {
  margin: 0 0.5rem;
}

.location a>i {
  margin: 0 0.25rem 0 0;
}

.location a:hover,
.location a:first-child {
  color: var(--main-color);
}

.title {
  text-align: center;
  margin-bottom: 3.125rem;
}

.title em {
  font-size: 3.125rem;
  line-height: 3.125rem;
  color: #0085ec;
  font-family: Impact;
  margin-bottom: -36px;
  display: block;
  text-transform: uppercase;
  opacity: 0;
}

.title b {
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #000;
  text-transform: uppercase;
}

.title b span {
  color: #000;
}

.title p {
  line-height: 2.25rem;
  color: #333;
  margin-bottom: 0.625rem;
}

.title i {
  height: 30px;
}

/* header */

/* header 原有样式保持不变，新增部分在下方标注 */

header .mid {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

header .mid .logo {
  max-width: 31.25rem;
}

header .mid .slogan {
  margin-left: 1.25rem;
  position: relative;
  padding-left: 1.25rem;
  font-family: 楷体;
}

header .mid .slogan::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #fff -4%, #ccc 50%, #fff 100%);
  background: -ms-linear-gradient(bottom, #fff -4%, #ccc 50%, #fff 100%);
  background: linear-gradient(bottom, #fff -4%, #ccc 50%, #fff 100%);
  position: absolute;
  left: 0;
  top: 0;
}

header .mid .slogan h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

header .mid .slogan p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.25rem;
}

header .mid .tel {
  background: url("../img/tel.png")left center no-repeat;
  padding-left: 52px;
  height: 60px;
}

header .mid .tel h5 {
  color: #868686;
  font-size: 1.25rem;
  margin-top: 0;
}

header .mid .tel p {
  margin-bottom: 0;
  color: var(--nav-active-color);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

header .mid .contact p {
  margin-bottom: 0;
  line-height: 2;
  color: #000;
  font-size: 18px;
  text-align: right;
}

header .mid .contact p+p {
  margin-left: 1.25rem;
}

/* 原有导航容器样式 */
header .bot {
  background-color: #3b3b3b;
}

header .bot .navbar {
  padding: 0;
}

header .bot .navbar .navbar-brand {
  color: #fff;
}

header .bot .navbar .navbar-toggler {
  color: #fff;
  padding: 0;
  border: 0;
  font-size: 2rem;
}

header .bot .navbar .navbar-nav .nav-item {
  width: calc(100%/7);
  text-align: center;
  font-weight: bolder;
}

header .bot .navbar .navbar-nav .nav-item.active,
header .bot .navbar .navbar-nav .nav-item:hover {
  background-color: var(--nav-active-color);
}

header .bot .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 1rem 0;
  font-size: 1.25rem;
}

header .bot .navbar .navbar-nav .nav-item .dropdown-menu {
  top: 100%;
  border: 0;
  min-width: 100%;
  margin-top: 1px;
  border-radius: 0;
  background-color: #3b3b3b;
  padding: 0;
}

header .bot .navbar .navbar-nav .nav-item .dropdown-menu a {
  line-height: 2.5;
  color: #fff;
  text-transform: capitalize;
  padding: 0 1rem;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}

header .bot .navbar .navbar-nav .nav-item .dropdown-menu a:hover {
  background-color: var(--nav-active-color);
}

.carousel-item {
  position: relative;
}

.carousel-item img {
  transform: scale(1.2);
  transition: 4s all;
}

.carousel-item.active img {
  transform: scale(1);
}

.carousel-item-info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
}

.carousel-item-info h2 {
  font-size: 3.75rem;
  font-weight: bold;
  margin-bottom: 0;
}

.carousel-item-info h2+h2 {
  margin-top: 1rem;
}

.carousel-indicators li {
  background-color: var(--main-color);
}

/* ============================================== */
/* 新增：导航固定到顶部的核心样式（初始隐藏，滚动时添加） */
/* ============================================== */
/* 1. 导航固定类：滚动到顶部时添加，使导航固定在窗口顶部 */
header .bot.is-fixed {
  position: fixed;
  /* 固定定位，相对于窗口 */
  top: 0;
  /* 距离窗口顶部0px */
  left: 0;
  /* 距离窗口左侧0px */
  right: 0;
  /* 距离窗口右侧0px，实现全屏宽度 */
  z-index: 1030;
  /* 确保导航在最上层（Bootstrap固定元素默认层级） */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  /* 可选：添加阴影增强层次感 */
}

/* 2. 内容补偿类：导航固定后会脱离文档流，给body加padding防止内容上移 */
body.nav-fixed {
  /* 使用CSS变量存储导航高度，JS会动态更新实际高度 */
  padding-top: var(--nav-height, 60px);
}


/* index */
.index .section-1 .img {
  width: 50%;
}

.index .section-1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .section-1 .img video {
  width: 100%;
  height: 100% !important;
  background-color: #000;
}

.index .section-1 .info {
  width: 47.5%;
  padding-top: 1%;
}

.index .section-1 .info .Htitle {
  font-size: 1.875rem;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.index .section-1 .info .Htitle span {
  font-size: 1rem;
  color: #37474f;
  text-transform: uppercase;
}

.index .section-1 .Habout_info h4 {
  font-size: 1.25rem;
  color: #000;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.index .section-1 .Habout_info .p {
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.875;
}

.index .section-1 .Habout_num {
  background: #f7f8fa;
  margin-top: 2.5%;
}

.ytable {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ytable_cell {
  display: table-cell;
  vertical-align: middle;
}

.index .section-1 .Habout_num li {
  width: 25%;
  text-align: center;
  vertical-align: top;
  padding-top: 2%;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1%;
  border-right: 1px solid #edeff2;
  position: relative;
}

.index .section-1 .Habout_num li * {
  z-index: 5;
  position: relative;
  transition: all 0.5s;
  line-height: 50px;
  font-size: 50px;
}

.index .section-1 .Habout_num li:before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background: #f9061b;
  left: -5%;
  top: -5%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}

.index .section-1 .Habout_num .num b {
  color: #f9061b;
  margin-right: 0.5rem;
}

.index .section-1 .Habout_num .num sup {
  font-style: normal;
  vertical-align: top;
  color: #f9061b;
  font-size: 12px;
  line-height: 1;
}

.index .section-1 .Habout_num p {
  max-width: 120px;
  margin: 0 auto;
  line-height: 3rem;
  color: #999999;
  height: 3rem;
  overflow: hidden;
  font-size: 14px;
}

.index .section-1 .Habout_num li:hover * {
  color: #fff;
}

.index .section-1 .Habout_num li:hover:before {
  opacity: 1;
}

.more_iocn {
  font-size: 1.25rem;
  width: 180px;
  line-height: 55px;
  background: #f9061b;
  color: #fff;
  text-align: center;
  display: block;
  transition: all 0.5s;
  text-decoration: none;
}

.more_iocn:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 10px;
  margin-top: -2px;
  background: url("../img/more_icon2.png") no-repeat center;
  margin-left: 20px;
}

.more_iocn:hover {
  background: #fff;
  border: 1px solid #f9061b;
  color: #f9061b;
  text-decoration: none;
}

.more_iocn:hover:after {
  background-image: url("../img/more_icon.png");
}

.adv {
  padding: 0;
}

.adv h4 {
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 1.875rem;
}

.adv ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.adv ul li {
  background-color: #fff;
  margin: 0 0.5rem;
  color: #0467c4;
  padding: 5px 15px;
  border-radius: 0.25rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  margin-bottom: 1rem;
}

.index .section-2 .list {
  display: grid;
  grid: auto/repeat(6, 1fr);
}

.index .section-2 .list .item {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.index .section-2 .list .item a {
  text-decoration: none;
}

.index .section-2 .list .item .img {
  overflow: hidden;
  aspect-ratio: 1/1.67;
}

.index .section-2 .list .item .img img {
  transition: all linear 0.4s;
}

.index .section-2 .list .item .info {
  padding: 1.25rem 0;
  font-size: 0.875rem;
  color: #3b3b3b;
}

.index .section-2 .list .item .info p {
  text-transform: capitalize;
  color: #727272;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.index .section-2 .list .item:hover .img img {
  transform: scale(1.1);
}

.more {
  padding-top: 1.875rem;
}

.index .section-3 .list {
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 1.25rem;
}

.index .section-3 .list .item {
  text-align: center;
}

.index .section-3 .list .item .img {
  overflow: hidden;
  border: 1px solid #ddd;
}

.index .section-3 .list .item .img img {
  transition: all linear 0.4s;
}

.index .section-3 .list .item p {
  line-height: 2;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.index .section-3 .list .item p a {
  color: var(--main-text-color);
  text-decoration: none;
}

.index .section-3 .list .item:hover .img img {
  transform: scale(1.1);
}

.index .section-3 .list .item:hover p a {
  color: var(--main-color);
}

.index .section-4::after {
  clear: both;
  display: table;
  content: " ";
}

.index .section-5 {
  background: url('../img/x249.jpg') center/cover no-repeat;

}

.index .section-5 .list {
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: clamp(1.25rem, 5vw, 2.625rem) clamp(1.25rem, 3.6vw, 2.625rem);
}

.index .section-5 .list .item {
  background-color: #fff;
}

.index .section-5 .list .item .img {
  overflow: hidden;
  aspect-ratio: 2/1;
}

.index .section-5 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 0.4s;
}

.index .section-5 .list .item:hover .img img {
  transform: scale(1.1);
}

.index .section-5 .list .item .info {
  padding: 1.25rem;
  text-align: center;
}

.index .section-5 .list .item .info h4 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.625rem;
}

.index .section-5 .list .item:hover h4 {
  color: #3173ce;
}

.index .section-5 .list .item .info h4::after {
  content: '';
  display: inline-block;
  width: 1.875rem;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
}

.index .section-5 .list .item .info p {
  font-size: 0.875rem;
  line-height: 2;
  color: #666;
}


.index .section-16 .list {
  display: grid;
  grid: auto/repeat(6, 1fr);
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
}

.index .section-16 .list .item {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .section-16 .list .item img {
  max-width: 100%;
  max-height: 100%;
}

.index .section-16 .list .item:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}



@media (min-width:992px) {

  .index .section-5 .panel:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.index .section-6 .title p {
  margin-bottom: 0;
}

.index .section-6 nav {
  display: flex;
  justify-content: center;
  margin-bottom: 3.125rem;
  flex-wrap: wrap;
}

.index .section-6 nav a {
  display: inline-block;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  margin: 0.25rem;
  width: 10rem;
  text-align: center;
  line-height: 2.5;
}

.index .section-6 nav a.active {
  border-color: var(--nav-active-color);
  background-color: var(--nav-active-color);
  color: #fff;
}

.index .section-6 nav a.all_case_btn {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  color: #fff;
}

.index .section-6 .panel_body {
  display: none;
}

.index .section-6 .panel_body.active {
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 1.25rem;
}

.index .section-6 .panel_item {
  position: relative;
  border: 1px solid #ddd;
}

.index .section-6 .panel_item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  opacity: 0;
  transition: all linear .4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.index .section-6 .panel_item:hover .info {
  opacity: 1;
}

.index .section-6 .panel_item .info>* {
  max-width: 61.8%;
  margin-left: 19.1%;
}

.index .section-6 .panel_item .info p {
  margin: 1.125rem 19.1%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 2;
}

.index .section-7 .list {
  display: grid;
  grid: auto/11fr 15fr;
  gap: 1.25rem;
}

.index .section-7 .list .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index .section-7 .list .info dl {
  display: grid;
  align-items: center;
  border: 1px solid #cecece;
  margin-bottom: 0;
  grid: auto/7.25rem auto;
}

.index .section-7 .list .info dl+dl {
  margin-top: 1.25rem;
}

.index .section-7 .list .info dl dt {
  text-align: center;
  padding: 1rem;
  font-weight: normal;
  min-width: 7.25rem;
}

.index .section-7 .list .info dl dt b {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
}

.index .section-7 .list .info dl dt span {
  font-size: 12px;
}

.index .section-7 .list .info dl dd {
  padding: 1rem;
  border-left: 1px solid #cecece;
  overflow: hidden;
  margin-bottom: 0;
}

.index .section-7 .list .info dl dd h5 {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index .section-7 .list .info dl dd h5 a {
  color: #000;
}

.index .section-7 .list .info dl dd p {
  font-size: 0.875REM;
  line-height: 2em;
  margin-bottom: 0;
  color: #777;
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index .section-7 .list .info dl dd h5 a:hover {
  color: var(--main-color);
}

/* footer */
footer {
  background-color: #3b3b3b;
  color: #fff;
}

footer .footNav {
  display: grid;
  grid: auto/repeat(4, 1fr);
  gap: 3.125rem;
  padding-top: 3.125rem;
  padding-bottom: 1.25rem;
}


footer .footNav dl {
  margin-bottom: 1.25rem;
  min-width: 0;
}

footer .footNav dl dt {
  font-weight: normal;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.5rem;
}

footer .footNav dl dt::after {
  width: 2rem;
  height: 3px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #f9061b;
}

footer .footNav dl dd {
  line-height: 2;
  font-size: 0.875rem;
}

footer .footNav dl dd>a,
footer .footNav dl dd p {
  color: #fff;
  display: block;
  color: #cfcfcf;
}

footer .footNav dl dd a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  text-decoration: none;
}

footer .footNav dl dd a:hover {
  color: #ffc001;
}


footer .footNav dl dd p {
  margin-bottom: 0;
}

footer .footNav dl dd p a {
  color: #fff;
  text-decoration: none;
}

footer .footNav dl dd p a:hover {
  color: #ffc001;
}

footer .footNav .rightContact {
  display: grid;
  grid: auto/repeat(2, auto);
  gap: 1.25rem;
  margin-left: 10%;
}

footer .footNav .rightContact .wx img {
  max-width: 9.375rem;
}

footer .copyright {
  text-align: center;
  padding: 1.25rem;
  line-height: 2;
  font-size: 0.875rem;
  border-top: 2px solid #403f3f;
}

footer .copyright .links {
  margin-bottom: 0.5rem;
}

footer .copyright .links a {
  color: #fff;
  margin: 0 1rem;
}

footer .copyright p {
  margin-bottom: 0;
}

footer .copyright p span+span {
  margin-left: 1rem
}

footer .copyright p a {
  color: #fff;
}

/* main */
.main {
  margin-bottom: 3.125rem;
}

.main .content {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
  padding: 30px;
  font-size: 1rem;
}

.main .content>h5 {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
  color: var(--main-color);
}

.main .content form {
  padding: 0 1rem 1.25rem;
}

.main .content #MyContent {
  padding: 1rem 1.25rem;
  color: #666;
}

.main .content #MyContent p {
  font-size: 1.05rem;
  color: #000;
}

.main .content #MyContent p img {
  max-width: 100%;
}

.main .content #MyContent table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.main .content #MyContent table tr td {
  border: 1px solid #ddd !important;
  padding: 0.5rem !important;
}

.main .content #MyContent table tr td p {
  margin-bottom: 0;
}

.main .box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.main .box+.box {
  margin-top: 1.25rem;
}

.main .box>h5 {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  background-color: #f9061b;
  text-transform: capitalize;
}

.main .box ul {
  margin-bottom: 0;

}

.main .box ul li {
  list-style: none;
}

.main .box ul li a {
  display: block;
  padding: 1rem 1.25rem;
  border-bottom: 1px dashed #f0f0f0;
  color: var(--main-text-color);
  text-decoration: none;
}

.main .box ul li a i {
  margin-right: 0.5rem;
}


.main .box ul li a:hover {
  color: var(--main-color);
  background-color: #f6f6f6;
}

.main .box ul li p {
  padding: 1rem 1.25rem;
  border-bottom: 1px dashed #f0f0f0;
  color: var(--main-text-color);
  margin-bottom: 0;
  font-size: 0.875rem;
}

.main .box>dl {
  margin-bottom: 0;
  padding: 1rem 1.25rem
}

.main .box>dl+dl {
  padding-top: 0;
}

.main .box>dl dt {
  background-color: var(--main-color);
  border-radius: 0.25rem;
}

.main .box>dl dt a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0.5rem;
}

.main .box>dl dt:hover {
  background-color: var(--nav-active-color);
}

.main .box>dl dd {
  margin-bottom: 0;
  display: none;
}

.main .box>dl dd a {
  display: block;
  color: #2b88dc;
  text-decoration: none;
  border-bottom: 1px dashed #ddd;
  line-height: 2;
  text-transform: capitalize;
  padding: 0.75rem 0 0.5rem;
}

.main .box>dl dd a:hover {
  color: #000;
}

.my-map {
  margin: 0 auto;
  width: 100%;
  height: 35vh;
  margin-top: 1rem;
  padding: 0 1.25rem;
}

.my-map .amap-container {
  border: 1px solid #ddd;
}

.my-map .icon {
  background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-blue {
  background-position: -11px -55px;
}

.amap-container {
  height: 100%;
}

.myinfowindow {
  width: 240px;
  min-height: 50px;
}

.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}

.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}

.main .list {
  padding: 1rem 1.25rem;
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 1.25rem;
}

.main .list .item {
  text-align: center;
}

.main .list .item .img {
  overflow: hidden;
  border: 1px solid #ddd;
}

.main .list .item .img img {
  transition: all linear 0.4s;
}

.main .list .item p {
  margin-top: 0.5rem;
  line-height: 2;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main .list .item p a {
  color: var(--main-text-color);
}

.main .list .item:hover .img img {
  transform: scale(1.1);
}

.main .list .item:hover p a {
  color: var(--main-color);
}

.productShow {
  padding: 1rem 0;
  margin-bottom: 1.875rem;
}

.productShow .img {
  overflow: hidden;
  border: 1px solid #ddd;
}

.productShow .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productShow .info {
  line-height: 2;
}

.productShow .info h5 {
  margin-top: 1rem;
}

.productShow .info p {
  color: #868686;
}


.news-list dl {
  margin-bottom: 1.25rem;
  overflow: hidden;
  background-color: #f8f9fa;
  margin-top: 1.875rem;
}


.news-list dl dt {
  width: 14.5rem;
  height: 10.125rem;
  min-width: 14.5rem;
  padding: 1rem;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news-list dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list dl dd {
  margin-bottom: 0;
  overflow: hidden;
  padding: 1rem 1.25rem;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news-list dl dd h5 {
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0
}

.news-list dl dd h5 a {
  color: var(--main-text-color);
  text-decoration: none;
}

.news-list dl dd p {
  margin-bottom: 0;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2;
  margin-top: 1rem;
  color: #a2a2a2
}

.news-list dl dd.time {
  flex-shrink: 0;
  padding-right: 3.125rem
}

.news-list dl dd.time h4 {
  font-size: 1.125rem;
  color: rgb(153, 153, 153);
  font-weight: normal
}

.news-list dl dd.time a {
  border: 1px solid #ddd;
  font-size: 12px;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 1rem;
  margin-top: 1.875rem;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  text-decoration: none;
}

.news-list dl:hover dt {
  background-color: #ccc
}

.news-list dl:hover dd {
  padding-left: 2.5rem;
}

.news-list dl:hover dd.time {
  padding-right: 2.5rem
}

.news-list dl:hover dd.time a {
  background-color: #3b3b3b;
  color: #fff
}


.main ul.redirect {
  margin-bottom: 0;
  list-style: none;
  padding: 0 1.25rem 1rem;
}

.main ul.redirect li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
}

.main ul.redirect li a {
  color: var(--main-text-color);
}

.main ul.redirect li a:hover {
  color: var(--main-color);
}

.main .flist {
  padding: 1rem 1.25rem;
}

.main .flist dl {
  margin-bottom: 0;
  display: grid;
  grid: auto/auto 4.5rem;
  gap: 1.25rem;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1rem;
  align-items: center;
}

.main .flist dl+dl {
  margin-top: 1.25rem;
}

.main .flist dl dt {
  font-weight: normal;
}

.main .flist dl dd {
  margin-bottom: 0;
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--main-color);
}

.main .flist dl dd a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  display: block;
}

.main .flist dl dd:hover {
  background-color: var(--nav-active-color);
}

/* 2023/02/17 */
.index .section-8 .list {
  display: grid;
  grid: auto/repeat(4, 1fr);
  gap: 1.875rem;
}

.index .section-8 .list .item {
  text-align: center;
  transition: all linear 0.4s;
}

.index .section-8 .list .item p {
  line-height: 2.5;
  margin-bottom: 0;
}

.index .section-8 .list .item:hover {
  transform: scale(1.05);
}

.index .section-9 {
  background: url("../img/9-bg.jpg") top center/cover no-repeat;
}

.index .section-9 .title b {
  color: #fff;
}

.index .section-9 .title p {
  color: #fff;
}

.index .section-9 .list {
  display: grid;
  grid: auto/repeat(5, 1fr);
  gap: 1.875rem;
}

.index .section-9 .list .item {
  text-align: center;
  color: #fff;
}

.index .section-9 .list .item h5 {
  margin-top: 1rem;
  font-size: 1.5rem;
}

.index .section-9 .list .item p {
  margin-bottom: 0;
}

.enquiryFormBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 9999999;
  align-items: center;
  justify-content: center;
  display: none;
}

.enquiryForm {
  width: 61.8%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 0.25rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.enquiryFormTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border-bottom: 1px solid #ddd;
}

.enquiryFormTitle h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #000;
}

.enquiryFormTitle a.closeBtn {
  color: #000;
}

.enquiryFormTitle a.closeBtn:hover {
  color: red;
}

.enquiryForm form {
  padding: 1.25rem;
}

@media (max-width:576px) {
  .enquiryForm {
    width: 100%;
  }
}

.descriptions .content>h5 a {
  color: #000;
  text-decoration: none;
  position: relative;
}

.descriptions .content>h5 a::before {
  content: '';
  display: none;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  top: 100%;
}

.descriptions .content>h5 a.active {
  color: var(--main-color);
}

.descriptions .content>h5 a.active::before {
  display: block;
}

.descriptions .content>h5 a+a {
  margin-left: 1.25rem;
}

.descriptions .content .details,
.descriptions .content .video {
  display: none;
}

.descriptions .content .details.active,
.descriptions .content .video.active {
  display: block;
}

.descriptions .content .details,
.descriptions .content .video {
  padding: 1rem 1.25rem;
}

.descriptions .content .details p {
  font-size: 1.25rem;
  color: #000;
}

.descriptions .content .details p img {
  max-width: 100%;
}

.descriptions .content .details table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.descriptions .content .details table tr td {
  border: 1px solid #ddd !important;
  padding: 0.5rem !important;
}

.descriptions .content .details table tr td p {
  margin-bottom: 0;
}

.descriptions .content .video video {
  width: 100%;
  background-color: #000;
}

#bot {
  background-color: var(--main-color);
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, .15);
  display: grid;
  grid: auto/repeat(2, 1fr);
}

#bot a {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-decoration: none;
}

.index .video .list {
  display: grid;
  grid: auto/repeat(4, 1fr);
  gap: 1.875rem;
}

.list#video {
  display: grid;
  grid: auto/repeat(2, 1fr);
  gap: 1.875rem;
}

.index .video .list .item video,
#video .item video,
#MyContent video {
  background-color: #000;
  width: 100%;
}

#video .item {
  text-align: left;
}

.index .video .list .item p,
#video .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2;
  text-transform: capitalize;
  margin-bottom: 0;
}

.index .video .list .item p a,
#video .item p a {
  color: #2b88dc;
  text-decoration: none;
}

.productShow .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.productShow .swiper-slide {
  padding: 2px;
}

.productShow .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productShow .gallery-top {
  width: 100%;
  border: 1px solid #ddd;
}

.productShow .gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0 0;
}

.productShow .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  border: 1px solid #ddd;
  cursor: pointer;
}

.productShow .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #e62129;
}

.main .content>nav,
.productShow nav {
  background-color: var(--main-bg-color);
  margin: 0 0 1.25rem 0;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.main .content>nav a,
.productShow nav a {
  color: #2b88dc;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 0.25rem;
}

.main .content>nav a:hover,
.productShow nav a:hover {
  background-color: #fff;
  color: #000;
}

.main .content>nav {
  margin: 1.25rem 1.25rem 0 1.25rem;
}

#wmkc {
  position: fixed;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif !important;
  padding-bottom: 80px;
  z-index: 99999;
}

#wmkc * {
  box-sizing: border-box;
  font-size: 12px
}

.wmkc-list {
  padding: 0;
  border: 1px solid #EEE;
  background-color: #FFF;
  max-width: 78px;
  overflow-x: hidden;
  border-radius: 4px;
  margin: 0
}

.wmkc-icon {
  display: inline-block;
  background: url(../img/wmkc-ico.png) no-repeat;
  width: 32px;
  height: 32px
}

.wmkc-list>li {
  width: 100%;
  line-height: 115%;
  border-bottom: 1px solid #EEE;
  list-style: none;
  text-align: center;
  padding: 5px;
  transition: all .2s ease-in-out
}

.wmkc-list>li p {
  margin: 2px 0 0;
  font-size: 11px;
}

.wmkc-list>li a {
  color: #555;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.wmkc-email .wmkc-icon {
  background-position: -6px -6px
}

.wmkc-whatsapp .wmkc-icon {
  background-position: -50px -50px;
}

.wmkc-skype .wmkc-icon {
  background-position: -50px -6px
}

.wmkc-list li:hover a {
  color: #FFF
}

.wmkc-email:hover {
  background-color: #F90
}

.wmkc-whatsapp:hover {
  background-color: #2CB740
}

.wmkc-skype:hover {
  background-color: #0091DF
}

.wmkc-email:hover .wmkc-icon {
  background-position: -94px -6px;
}

.wmkc-whatsapp:hover .wmkc-icon {
  background-position: -50px -94px
}

.wmkc-skype:hover .wmkc-icon {
  background-position: -94px -50px;
}

.wmkc-list>li:first-child {
  border-radius: 4px 4px 0 0
}

.wmkc-list>li:last-child {
  border-radius: 0px 0px 4px 4px;
  border: none
}

.wmkc-top {
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid #EEE;
  background-color: #FFF;
  padding: 5px 4px;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.wmkc-top .wmkc-icon {
  background-position: -6px -50px
}

.wmkc-top p {
  color: #777;
  margin: 2px 0 0;
  font-size: 14px
}

.wmkc-top:hover {
  background-color: #BBB;
}

.wmkc-top:hover p {
  color: #FFF
}

.wmkc-top:hover .wmkc-icon {
  background-position: -6px -94px;
}

@media(max-width:768px) {
  #wmkc {
    display: none
  }
}

/*---电话---*/

#wmkc .wmkc-list>li.wmkc-phone .fa {
  font-size: 20px;
  margin: 6px;
  color: var(--main-color);
}

#wmkc .wmkc-list>li.wmkc-phone:hover {
  background-color: var(--main-color);
}

#wmkc .wmkc-list>li.wmkc-phone:hover .fa {
  color: #fff;
}

#wmkc .wmkc-list>li.wmkc-phone:hover p {
  color: #fff;
}


/* 多语言自定义样式 */
.language-dropdown {
  margin-right: 15px;
}

.language-dropdown .dropdown-toggle {
  padding: 6px 12px;
  background: transparent;
  border: none;
  color: #333;
  font-size: 0.9rem;
}

.language-dropdown .dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}

.language-dropdown .dropdown-menu {
  min-width: 180px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}

.language-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  font-size: 0.9rem;
  transition: all 0.2s;
}

.language-dropdown .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.language-dropdown .flag-icon {
  margin-right: 10px;
  font-size: 1.1rem;
}


/* 2025/02/26 start 
* related products css
*/
.related-product-container {
  overflow: hidden;
}

.related-product-container .related-product-swiper {
  overflow: hidden;
  position: relative;
  margin: 0 1.25rem;
}

.related-product-container .swiper-btn {
  color: var(--main-color);
}

.related-product-container .swiper-btn.swiper-button-disabled {
  opacity: .35;
  color: gray;
}

.related-product-container .item {
  text-align: center;
}

.related-product-container .item .img {
  overflow: hidden;
  border: 1px solid #ddd;
}

.related-product-container .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: all linear 0.4s;
}

.related-product-container .item {
  overflow: hidden;
}

.related-product-container .item h5 {
  padding: 0.75rem 0;
  margin-bottom: 0;
}

.related-product-container .item h5 a {
  color: #333;
  text-decoration: none;
}

.related-product-container .item:hover .img {
  border-color: var(--main-color);
}

.related-product-container .item:hover .img img {
  transform: scale(1.05);
}

.related-product-container .item:hover h5 a {
  color: var(--main-color);
}

/* end */

/* 20250912 */
.title1 {
  padding: 5.625rem 0 3.75rem;
  text-align: center;
}

.title1 p {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #727272;
}

.case-container nav {
  padding: 1.25rem 0;
}

.case-container nav a {
  color: #333;
  background-color: var(--main-bg-color);
  padding: 0 0.75rem;
  font-size: 1.125rem;
  display: inline-block;
  height: 2.25rem;
  line-height: 2.25rem;
  margin: 0.625rem 0.625rem;
  border-radius: 2.25rem;
  text-decoration: none;
}

.case-container nav a.is_active,
.case-container nav a:hover {
  background-color: #3b3b3b;
  color: #fff;
}

.case-container .list {
  display: grid;
  grid: auto/repeat(4, 1fr);
}

.case-container .list .item {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case-container .list .item a {
  color: #404041;
  text-decoration: none;
}

.case-container .list .item .img {
  overflow: hidden;
  aspect-ratio: 3/2;
}

.case-container .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 0.4s;
}

.case-container .list .item .info {
  padding: 1.25rem 0;
}

.case-container .list .item .info h5 {
  font-size: 1.125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case-container .list .item .info p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.case-container .list .item .info p span+span {
  margin-left: 1rem;
}

.case-container .list .item:hover a {
  color: var(--nav-active-color);
}

.case-container .list .item:hover .img img {
  transform: scale(1.1);
}

.main-container .img-container .img-item+.img-item {
  margin-top: 3.75rem;
}

.main-container .honor-container .list {
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 0 0.625rem;
}

.main-container .honor-container .list .item {
  text-align: center;
  margin-bottom: 1.25rem;
}

.main-container .honor-container .list .item a {
  text-decoration: none;
  color: #404041;
}

.main-container .honor-container .list .item .img {
  border: 0.25rem solid #ccc;
}

.main-container .honor-container .list .item h5 {
  margin-top: 0.625rem;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 2;
}

.advtanges-container dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
  background-color: #fff;
  margin-bottom: 0;
}

.advtanges-container dl:nth-child(even) {
  flex-direction: row-reverse;
}

.advtanges-container dl dt {
  width: 50%;
  overflow: hidden;
}

.advtanges-container dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 0.4s;
}

.advtanges-container dl dt:hover img {
  transform: scale(1.1);
}

.advtanges-container dl dd {
  width: 50%;
  padding: 0 9%;
  margin-bottom: 0;
}

.advtanges-container dl dd h4 {
  color: #404041;
  font-size: 2.5rem;
  font-weight: bold;
}

.advtanges-container dl dd p {
  color: #404041;
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 2.5;
}

.advtanges-container dl+dl {
  margin-top: 3.75rem;
}

.news-container {
  padding-bottom: 3.125rem;
}

.news-container nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.875rem 0 0;
}

.news-container nav a {
  margin-bottom: 0.625rem;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  color: #000;
  box-shadow: 0 2px 2px #c2c2c266;
  width: 8rem;
  text-align: center;
  text-decoration: none;
}

.news-container nav a+a {
  margin-left: -1px;
}

.news-container nav a:hover {
  background-color: #3b3b3b;
  color: #fff;
}

.news-container .content>h5 {
  padding-top: 1rem;
  font-weight: bold;
  margin-top: 1.25rem;
  font-size: 1.875rem;
  color: #404041;
  margin-bottom: 0;
}

.news-container .content>h6 {
  display: block;
  font-size: 12px;
  color: #868686;
  font-style: normal;
  font-weight: normal;
  margin-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.25ewm;
}

.news-container .content #MyContent p {
  text-indent: 2em;
  margin-bottom: 0;
  line-height: 2;
}

.news-container .content #MyContent p+p {
  margin-top: 0.5rem;
}

.news-container .content #MyContent p img {
  max-width: 100%;
  margin-left: -2em;
}

ul.redirect {
  list-style: none;
  margin-bottom: 1.875rem0;
  line-height: 2
}

ul.redirect li a {
  color: var(--main-color)
}

ul.redirect li a:hover {
  color: var(--main-active-color)
}

.about-container section {
  padding: 3.125rem 0;
}

.about-container .about_tit {
  text-align: center;
  margin-bottom: 1.875rem
}

.about-container .about_tit h5 {
  font-size: 1.5rem;
  color: rgb(51, 51, 51);
  line-height: 1;
}

.about-container .about_tit span {
  display: inline-block;
  background-color: rgb(255, 102, 0);
  height: 3px;
  width: 3rem;
  line-height: 1
}

.about-container .about-section-1 .info {
  width: 52%;
}

.about-container .about-section-1 .info p {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-indent: 2em;
  text-align: justify;
  color: rgb(112, 112, 112)
}

.about-container .about-section-1 .img {
  width: 48%;
  padding-left: 2%
}

.about-container .about-section-2 {
  background: rgba(235, 235, 234, 1) url('../img/ywfw_01.png')left center no-repeat;
}

.about-container .about-section-2 .info {
  background-color: #fff;
  padding: 1.875rem;
}

.about-container .about-section-2 .info p {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: rgb(112, 112, 112);
  line-height: 2.125rem;
  text-align: justify
}

.about-container .about-section-2 dl {
  margin-bottom: 0;
  background-color: #fff;
}

.about-container .about-section-2 dl+dl {
  margin-top: 1.25rem;
}

.about-container .about-section-2 dl dt {
  background-color: var(--main-color);
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: center;
  flex-shrink: 0;
  width: 6.5rem;
  padding: 1.25rem 0
}

.about-container .about-section-2 dl dd {
  flex-grow: 1;
  margin-bottom: 0;
  padding: 1.25rem;
  font-size: 0.875rem;
  color: rgb(112, 112, 112);
  line-height: 2.125rem;
  align-self: center
}

.about-container .about-section-3 .partnerList {
  display: grid;
  grid: auto/repeat(6, 1fr);
  gap: 1.25rem;
}

.about-container .about-section-3 .partnerList .item {
  aspect-ratio: 2/1;
  border: 1px solid #e2e2e2;
  text-align: center;
}

.about-container .about-section-3 .partnerList .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-section-1 .list {
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 1.25rem;
}

.contact-section-1 .list dl {
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
  padding: 2.25rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section-1 .list dl dt {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  background-color: #fee100;
  text-align: center;
  line-height: 3.75rem;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.contact-section-1 .list dl dd {
  margin-bottom: 0;
  text-align: center;

}

.contact-section-1 .list dl dd p {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 0;
  line-height: 2;
}

.contact-section-1 .list dl dd h4 {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #404041;
  line-height: 2;
  word-break: break-all;
}

.main .case-info {
  background-color: var(--main-bg-color);
  padding: 1.25rem;
}

.main .familiar-case h3 {
  font-size: 1rem;
  position: relative;
  padding-left: 1.25rem;
}

.main .familiar-case h3::before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: var(--nav-active-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.main .familiar-case .case-list {
  display: grid;
  grid: auto/repeat(1, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.main .familiar-case .case-list .case-item a {
  color: #333;
  text-decoration: none;
}

.main .familiar-case .case-list .case-item .img {
  overflow: hidden;
}

.main .familiar-case .case-list .case-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear .3s;
}

.main .familiar-case .case-list .case-item p {
  margin-bottom: 0;
  line-height: 2;
  margin-top: 0.5rem;
}

.main .familiar-case .case-list .case-item:hover a {
  color: var(--nav-active-color);
}

.main .familiar-case .case-list .case-item:hover .img img {
  transform: scale(1.1);
}