#huake-banner {
    position: relative;
}

#huake-banner img {
    width: 100%;
}

#huake-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}

#huake-banner .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box;
}

#huake-banner .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 20px;
    background: #fff;
}

#huake-banner .swiper-button-prev,
#huake-banner .swiper-button-next {
    width: 60px;
  height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    margin-top: -30px;
    text-align: center;
}

#huake-banner .swiper-button-prev i,
#huake-banner .swiper-button-next i {
    font-size: 16px;
  line-height: 60px;
    color: #f8f6f5;
}

#huake-banner .swiper-button-prev,
#huake-banner .swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto;
}

#huake-banner .swiper-button-next,
#huake-banner .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto;
}

#huake-banner .swiper-button-prev::after,
#huake-banner .swiper-button-next::after {
    display: none
}

#huake-banner .swiper-button-prev:hover,
#huake-banner .swiper-button-next:hover {
    background: var(--bg-color);
}

#huake-banner .swiper-button-prev:hover i,
#huake-banner .swiper-button-next:hover i {
    color: #f8f6f5;
}

/* 移动端响应式样式 */
@media screen and (max-width:768px) {
    #huake-banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px;
    }

    #huake-banner .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        margin: 0 2px;
        border-radius: 50%;
    }

    #huake-banner .swiper-pagination-bullet-active {
        width: 10px;
        border-radius: 50%;
        background: #009B4C;
    }

    #huake-banner .swiper-button-prev,
    #huake-banner .swiper-button-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    #huake-banner .swiper-button-prev i,
    #huake-banner .swiper-button-next i {
        font-size: 12px;
        line-height: 30px;
    }

    #huake-banner .swiper-button-prev,
    #huake-banner .swiper-container-rtl .swiper-button-next {
        left: 5px;
    }

    #huake-banner .swiper-button-next,
    #huake-banner .swiper-container-rtl .swiper-button-prev {
        right: 5px;
    }
}



/* 公司介绍区域 CSS 样式 */

.indexA-arshine {
  width: 100%;
  aspect-ratio: 5;
  position: relative;
}

.indexA-arshine .background {
  width: 100%;
  aspect-ratio: 4;
  object-fit: cover;
}

.indexA-arshine .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.indexA-arshine .txt {
  width: 686px;
}

.indexA-arshine .txt h3 {
  color: #fff;
  font-size: 48px;
  color: #fff;
  line-height: 1;
}

.indexA-arshine .txt .t {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 20px 0 0;
}

.indexA-arshine .txt .more {
  margin-top: 25px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 60px;
  border-radius: var(--button-radius);
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.indexA-arshine .txt .more:hover {
  background: color-mix(in srgb, var(--color-primary) 70%, transparent);
  text-decoration: none;
}

/* 响应式样式 */
@media screen and (max-width: 1441px) {
  .indexA-arshine .txt h3 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1367px) {
  .indexA-arshine .txt h3 {
    font-size: 44px;
  }

  .indexA-arshine .txt .t {
    font-size: 17px;
    line-height: 28px;
  }

  .indexA-arshine .txt .more {
    padding: 0 50px;
    font-size: 17px;
  }
}

@media screen and (max-width: 1281px) {
  .indexA-arshine .txt h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1171px) {
  .indexA-arshine .txt h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .indexA-arshine .txt h3 {
    font-size: 32px;
  }

  .indexA-arshine {
    aspect-ratio: 4;
  }

  .indexA-arshine .background {
    width: 100%;
    aspect-ratio: 3;
  }
}

@media screen and (max-width: 768px) {
  .indexA-arshine .txt h3 {
    font-size: 28px;
  }

  .indexA-arshine {
    aspect-ratio: 2;
  }

  .indexA-arshine .background {
    aspect-ratio: 2;
  }

  .indexA-arshine .txt {
    width: 100%;
    text-align: center;
  }

  .indexA-arshine .txt .t {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0;
    text-align: left;
  }

  .indexA-arshine .txt .more {
    margin-top: 20px;
    height: 45px;
    line-height: 43px;
    padding: 0 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .indexA-arshine .txt h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .indexA-arshine {
    aspect-ratio: 3;
  }

  .indexA-arshine .background {
    width: 100%;
    aspect-ratio: 1.4;
  }

  .indexA-arshine .txt h3 {
    font-size: 24px;
  }

  .indexA-arshine ul li > a {
    padding: 20px 10px;
  }
}



/* 公司数据统计区域 CSS 样式 */


:root {
    --bobo-indicator-p: 0 0 100px;
    --bobo-indicator-text-size: 18px;
  }
  
  .bobo-indicator {
    /*padding: var(--bobo-indicator-p);*/
  }
  
  .bobo-indicator .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .bobo-indicator ul {
    display: -webkit-flex;
  display: flex;
    -webkit-justify-content: space-between;
  justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 56px;
}

  .bobo-indicator ul li {
    flex: 1;
    position: relative;
    padding: 32px 78px 32px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #e6e6e6
  }
  
  .bobo-indicator ul li::after {
    content: "";
    width: 0;
    height: 2px;
    background: var(--color-primary);
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all 0.3s cubic-bezier(0.55,0.23,0.62,1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.55,0.23,0.62,1) 0s
  }
  
  .bobo-indicator ul li h5 {
    color: var(--color-primary);
    font-size: 46px;
    line-height: 1;
    display: inline-flex;
    align-items: flex-start;
    position: relative;
  font-weight: 700;
  }
  
  .bobo-indicator ul li h5 .icon {
    margin-left: 8px;
    font-size: 28px;
  }
  
  .bobo-indicator ul li h5::after {
    content: attr(date-txt);
    position: absolute;
    right: -25px;
    top: 0;
    color: var(--title-text-color);
    font-size: 46px;
    font-weight: 400
  }
  
  .bobo-indicator ul li:nth-child(3) h5::after {
    right: -50px;
    font-size: 22px;
    top: 2px
  }
  
  .bobo-indicator ul li p {
    font-size: var(--bobo-indicator-text-size);
    line-height: 1.5;
    margin: 13px 0 0
  }
  
  .bobo-indicator ul li:hover::after {
    width: 100%
  }
  
  /* 响应式样式 */
  @media screen and (max-width: 1500px) {
    :root {
      --bobo-indicator-p: 0 0 85px;
      --bobo-indicator-text-size: 16px;
    }
  
    .bobo-indicator ul {
      gap: 50px;
}

    .bobo-indicator ul li {
      padding: 30px 70px 30px 0;
    }
  
    .bobo-indicator ul li h5 {
      font-size: 42px;
    }
  }
  
  @media screen and (max-width: 1280px) {
    :root {
      --bobo-indicator-p: 0 0 70px;
      --bobo-indicator-text-size: 14px;
    }
  
    .bobo-indicator ul {
      gap: 44px;
    }
  
    .bobo-indicator ul li {
      padding: 28px 62px 28px 0;
    }
  
    .bobo-indicator ul li h5 {
      font-size: 38px;
    }
  
    .bobo-indicator ul li p {
  font-size: 16px
}
  }
  
  @media screen and (max-width: 992px) {
    :root {
      --bobo-indicator-p: 0 0 70px;
      --bobo-indicator-text-size: 16px;
    }
  
    .bobo-indicator ul {
      flex-wrap: wrap;
      gap: 0;
    }
    .bobo-indicator ul li{
      flex: unset;
      width: calc(50% - 28px);
    }
  
    .bobo-indicator ul li {
      padding: 30px 72px 30px 0;
    }
  
    .bobo-indicator ul li h5 {
      font-size: 34px;
    }
  }
  
  @media screen and (max-width: 768px) {
    :root {
      --bobo-indicator-p: 0 0 55px;
      --bobo-indicator-text-size: 14px;
}

    .bobo-indicator ul {
      margin: 20px 15px 0;
    }
  
    .bobo-indicator ul li {
      flex: unset;
      width: calc(50% - 20px);
      padding: 20px 15px 20px 0;
    }
  
    .bobo-indicator ul li h5 {
      font-size: 30px
    }
  
    .bobo-indicator ul li p {
      line-height: 1.3;
      margin: 13px 0 0
    }
  
    .bobo-indicator ul li p br {
      display: none
    }
  }
  
  @media screen and (max-width: 576px) {
    :root {
      --bobo-indicator-p: 0 0 30px;
}
  }



  /* Hot Products 区域 CSS 样式 */

.dh-casestudy-area .dh-section-title {
  margin-bottom: 47px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
padding-right: 0;
  padding-left: 0;}
  
  
  
.dh-casestudy-area {
background: #ffffff;
padding: 113px 0 0px;
}
.dh-casestudy-thumb {
position: relative;
}
.dh-casestudy-thumb img {
width: 100%;
}
.dh-casestudy-content {
  position: absolute;
bottom: -70px;
right: 50%;
background: var(--color-primary);
width: 69%;
padding: 25px;
border-radius: 10px;
transform: translateY(-50%);
margin: auto;
left: 87px;
transition: .5s;
opacity: 0;
}
.dh-casestudy-content-box {
position: relative;
}
.dh-casestudy-title h3 a {
font-size: 20px;
font-weight: 700;
color: var(--color-second);
display: inline-block;
margin-right: 42px;
}
.dh-casestudy-description p {
font-size: 16px;
padding-top: 9px;
color: #d1cece;
margin-right: 42px;
}
.dh-casestudy-icon {
position: absolute;
right: 24px;
top: 50%;
transform: translate(24px, -50%);
}
.dh-casestudy-icon i {
background: #fff;
height: 40px;
width: 40px;
  line-height: 40px;
  text-align: center;
border-radius: 50%;
color: var(--color-primary);
font-size: 22px;
display: inline-block;
}
.dh-casestudy-area .owl-dots {
text-align: center;
padding-top: 49px;
}
.dh-casestudy-area .owl-dot {
width: 15px;
height: 15px;
background: #b7b6c0;
display: inline-block;
margin-right: 7px;
border-radius: 50%;
}
.dh-casestudy-area .owl-dot.active {
background: var(--color-primary);
}
.dh-casestudy-thumb:hover .dh-casestudy-content {
opacity: 1;
bottom: 76px;
}

.dh-casestudy-area .dh-section-title {
margin-bottom: 60px;
}
.dh-casestudy-area .dh-section-title.upper {
margin: 0 0 25px;
}

.dh-casestudy-area .dh-section-sub-title {
display: flex;
align-items: center;
justify-content: center;
}
.dh-casestudy-area .dh-section-sub-title h4 {
font-family: var(--font-family);
display: flex;
align-items: center;
justify-content: center;
font-size: 50px;
font-weight: 500;
color: var(--color-primary) !important;
position: static;
margin-bottom: 0;
}

.dh-casestudy-area .dh-section-title-description p {
font-size: 16px;
font-weight: 400;
padding: 24px 0 5px;
width: 99%;
}

.dh-casestudy-area .dh-section-main-title h2 {
width: 615px;
margin: auto;
font-size: 40px;
font-weight: 700;
line-height: 52px;
}
.dh-single-casestudy-box {
margin-bottom: 30px;
}

/* 响应式样式 */
@media (min-width: 1200px) and (max-width: 1600px) {
.dh-casestudy-thumb:hover .dh-casestudy-content {
  bottom: 77px;
}
}

@media (min-width: 1170px) and (max-width: 1199px) {
.dh-casestudy-thumb:hover .dh-casestudy-content {
  bottom: 40px;
}

.dh-casestudy-content {
  left: 69px;
}

.dh-casestudy-icon {
  right: 23px;
  transform: translate(23px, -50%);
}
}

@media (min-width: 992px) and (max-width: 1169px) {
.dh-casestudy-area .dh-section-title h2 {
  font-size: 34px;
  line-height: 43px;
}
.dh-casestudy-thumb:hover .dh-casestudy-content {
  opacity: 1;
  bottom: 36px;
}
.dh-casestudy-content {
  left: 69px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.dh-casestudy-area .dh-section-title-description p {
  font-size: 17px;
  padding: 5px 0 9px;
}
.dh-casestudy-area .dh-section-sub-title h4 {
  font-size: 19px;
}
.dh-casestudy-area {
  padding: 64px 0 62px;
}
.dh-casestudy-content {
  left: 49px;
}
.dh-casestudy-thumb:hover .dh-casestudy-content {
  bottom: 6px;
}
.dh-casestudy-icon {
  right: 17px;
  transform: translate(17px, -50%);
}
.dh-casestudy-title h3 {
  font-size: 18px;
  margin-right: 37px;
}
.dh-casestudy-description p {
  font-size: 18px;
  margin-right: 37px;
}
.dh-casestudy-icon i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 20px;
}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
.dh-casestudy-area .dh-section-main-title h2 {
  width: 80%;
  font-size: 33px;
  line-height: 43px;
}
.dh-casestudy-area {
  padding: 65px 0 62px;
}
.dh-casestudy-thumb:hover .dh-casestudy-content {
  bottom: 66px;
}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
.dh-casestudy-area .dh-section-main-title h2 {
  width: 80%;
  font-size: 29px;
  line-height: 39px;
}
.dh-casestudy-area {
  padding: 63px 0 64px;
}
.dh-casestudy-thumb:hover .dh-casestudy-content {
  bottom: 42px;
}
.dh-casestudy-content {
  left: 70px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.dh-casestudy-area .dh-section-sub-title h4 {
  font-size: 15px;
}
.dh-casestudy-area .dh-section-main-title h2 {
  width: 80%;
  font-size: 21px;
  line-height: 30px;
}
.dh-casestudy-area .dh-section-title {
  margin-bottom: 35px;
}
.dh-casestudy-area {
  padding: 62px 0 63px;
}
.dh-casestudy-content {
  width: 71%;
}
.dh-casestudy-content {
  padding: 17px 15px 10px;
}
.dh-casestudy-title h3 a {
  font-size: 18px;
  line-height: 25px;
}
.dh-casestudy-title h3 {
  font-size: 13px;
  margin-right: 32px;
}
.dh-casestudy-description p {
  font-size: 15px;
  line-height: 15px;
  margin-right: 32px;
}
.dh-casestudy-icon i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15px;
  margin: 6px -5px 0 0;
}
.dh-casestudy-thumb:hover .dh-casestudy-content {
  bottom: 0;
}
}



/* Application scenarios 区域 CSS 样式 */
.sutong-cases {
  padding: 65px 0;
  position: relative
}

.sutong-cases .more1 {
  padding: 0 40px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #dbe0e3;
  font-size: 15px;
  color: var(--title-text-color);
  font-weight: 700
}

.sutong-cases .more1 span {
  width: 13px;
  height: 12px;
  background: var(--color-primary);
  margin-right: 10px
}

.sutong-cases .more1 span:last-child {
  margin-right: 27px
}

.sutong-cases .more1:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
}

.sutong-cases .more1:hover span {
  background: #fff
}

.sutong-cases .tit {
  text-align: center;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px solid #eaedef
}

.sutong-cases .tit h4 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  line-height: 1;
  text-shadow: rgba(210, 217, 221, .75) 1px 0 0, rgba(210, 217, 221, .75) 0 1px 0, rgba(210, 217, 221, .75) -1px 0 0, rgba(210, 217, 221, .75) 0 -1px 0
}

.sutong-cases .top {
  margin: 65px 0 0;
  display: flex;
  justify-content: space-between
}

.sutong-cases .t {
  width: 685px
}

.sutong-cases .t h3 {
  font-family: var(--font-family);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.sutong-cases .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: var(--color-primary);
  margin: 10px auto 0 0
}

.sutong-cases .t .more1 {
  margin: 34px 0 0
}

.sutong-cases .top .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  line-height: 36px
}

.sutong-cases ul {
  margin: 75px -20px 0;
  display: flex;
  flex-wrap: wrap
}

.sutong-cases ul li {
  width: 33.3333%;
  padding: 15px 20px
}

.sutong-cases ul li>a {
  position: relative;
  overflow: hidden;
  display: block
}

.sutong-cases ul li img {
  display: block;
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}

.sutong-cases ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 0 34px 29px;
  transition: opacity .2s, transform .35s;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column
}

.sutong-cases ul li .txt::after {
  content: "";
  background: var(--color-primary);
  opacity: 0.85;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s ease 0s
}

.sutong-cases ul li .txt>* {
  position: relative;
  z-index: 10
}

.sutong-cases ul li .txt h6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1
}

.sutong-cases ul li .txt p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  height: 0;
  overflow: hidden;
  transition: all .5s ease 0s;
  margin: 15px 0 0
}

.sutong-cases ul li .txt .more {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 25px 0 0
}

.sutong-cases ul li .txt .more i {
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 20px
}

.sutong-cases ul li:hover .txt::after {
  height: 100%
}

.sutong-cases ul li:hover .txt p {
  height: 112px
}

.sutong-cases ul li:hover .more i {
  background: #fafbfb;
  color: var(--color-primary);
  border-color: #fafbfb
}

/* 响应式样式 */
@media screen and (max-width: 1600px) {
  .sutong-cases .t,
  .indexF .t {
    width: 635px
  }
}

@media screen and (max-width: 1500px) {
  .sutong-cases .t {
    width: 560px
  }
}

@media screen and (max-width: 1441px) {
  .sutong-cases .tit h4 {
    font-size: 90px
  }

  .sutong-cases .t h3 {
    font-size: 38px
  }

  .sutong-cases .more1 {
    padding: 0 35px
  }

  .sutong-cases .t {
    width: 540px
  }
}

@media screen and (max-width: 1367px) {
  .sutong-cases .tit h4 {
    font-size: 80px
  }

  .sutong-cases .t h3 {
    font-size: 36px
  }

  .sutong-cases .t {
    width: 520px
  }

  .sutong-cases .tit {
    height: 65px
  }

  .sutong-cases ul {
    margin: 50px -20px 0
}

  .sutong-cases ul li .txt h6 {
    font-size: 19px
  }

  .sutong-cases ul li .txt p {
    line-height: 26px
  }
}

@media screen and (max-width: 1281px) {
  .sutong-cases .tit h4 {
    font-size: 70px
  }

  .sutong-cases .t h3 {
    font-size: 34px
  }

  .sutong-cases .tit {
    height: 60px
  }

  .sutong-cases .top .txt {
    line-height: 32px
  }

  .sutong-cases .t,
  .indexF .t {
    width: 500px
  }

  .sutong-cases ul {
    margin: 48px -15px 0
  }

  .sutong-cases ul li {
    padding: 12px 15px
  }

  .sutong-cases ul li .txt {
    padding: 0 25px 20px
  }

  .sutong-cases ul li .txt p {
    line-height: 23px
  }

  .sutong-cases ul li .txt .more {
    margin: 20px 0 0
  }
}

@media screen and (max-width: 1171px) {
  .sutong-cases .tit h4 {
    font-size: 60px
  }

  .sutong-cases .t h3 {
    font-size: 32px
  }

  .sutong-cases .tit {
    height: 50px
  }

  .sutong-cases .t {
    width: 480px
  }

  .sutong-cases .top .txt {
    line-height: 30px
  }

  .sutong-cases ul li .txt p {
    margin: 0
  }
}

@media screen and (max-width: 992px) {
  .sutong-cases .top .txt {
    line-height: 30px
  }

  .sutong-cases .t {
    width: 100%
  }

  .sutong-cases .t {
    text-align: center
  }

  .sutong-cases .t h3::after {
    margin: 10px auto 0
  }

  .sutong-cases .top .txt {
    margin: 15px 0 0;
    line-height: 28px
  }

  .sutong-cases ul {
    margin: 25px -15px 0
  }

  .sutong-cases ul li .txt {
    padding: 0 20px 18px
  }

  .sutong-cases ul li .txt .more {
    display: none
  }

  .sutong-cases .top {
    margin: 45px 0 0;
    display: block
  }
}

@media screen and (max-width: 768px) {
  .sutong-cases .more1 {
    padding: 0 30px;
    height: 50px
  }

  .sutong-cases .tit h4 {
    font-size: 50px
  }

  .sutong-cases .t h3 {
    font-size: 28px
  }

  .sutong-cases .tit {
    height: 45px
  }

  .sutong-cases .top .txt {
    line-height: 28px
  }

  .sutong-cases {
    padding: 40px 0 30px
  }

  .sutong-cases .top {
    margin: 30px 0 0
  }

  .sutong-cases .t h3::after {
    margin: 15px auto 0
  }

  .sutong-cases .t .more1 {
    margin: 25px 0 0
  }

  .sutong-cases .top .txt {
    margin: 15px 0 0;
    font-size: 16px
  }

  .sutong-cases ul {
    margin: 20px -10px 0
  }

  .sutong-cases ul li {
    width: 50%;
    padding: 10px
  }

  .sutong-cases ul li .txt {
    padding: 0 15px 15px
  }

  .sutong-cases ul li .txt h6 {
    font-size: 18px
  }
}

@media screen and (max-width: 576px) {
  .sutong-cases .t h3 {
    font-size: 26px
  }

  .sutong-cases .tit h4 {
    font-size: 40px
  }

  .sutong-cases .tit {
    height: 35px
  }

  .sutong-cases ul li .txt .more {
    display: none
  }

  .sutong-cases ul li .txt h6 {
    font-size: 17px
  }
}

@media screen and (max-width: 480px) {
  .sutong-cases .more1 {
    padding: 0 25px
  }

  .sutong-cases .t h3 {
    font-size: 24px
  }

  .sutong-cases .tit h4 {
    font-size: 30px
  }

  .sutong-cases .tit {
    height: 25px
  }

  .sutong-cases ul {
    margin: 14px 0 0
  }

  .sutong-cases ul li {
    width: 100%;
    padding: 6px 0
  }
}

  


/* 公司优势展示区域 CSS 样式 */
.indexE-sengong {
  padding: 80px 0;
  position: relative;
}

.indexE-sengong:after {
  content: "";
  /*background: var(--bg-color);*/
  border-radius: 50%;
  height: 690px;
  width: 670px;
  position: absolute;
  left: -220px;
  top: 30%;
}

.indexE-sengong .container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.indexE-sengong .txt {
  width: 43%;
  z-index: 20;
}

.indexE-sengong .txt h3 {
  font-family: var(--font-family);
  font-size: 60px;
  text-transform: uppercase;
  width: 65%;
  font-weight: 700;
  line-height: 60px;
}

.indexE-sengong .txt h5 {
  color: var(--color-primary);
  font-size: 29px;
  margin: 20px 0 30px;
}

.indexE-sengong .txt span {
  color: var(--color-primary);
  font-size: 18px;
}

.indexE-sengong .txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2em;
}

.indexE-sengong .list {
  width: 52%;
}

.indexE-sengong .list ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 -25px;
}

.indexE-sengong .list ul li {
  width: 50%;
  padding: 0 25px 35px;
  cursor: pointer;
}

.indexE-sengong .list ul li:nth-child(2n) {
  padding: 35px 25px 0;
}

.indexE-sengong .list ul li>div {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  height: 300px;
  background: var(--bg-color);
  padding: 0 30px;
  transition: all .4s ease 0s;
}

.indexE-sengong .list ul li:nth-child(2)>div,
.indexE-sengong .list ul li:nth-child(3)>div {
  background: var(--color-primary);
  color: #fff;
}

.indexE-sengong .list ul li p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8em;
  margin-top: 15px;
}

.indexE-sengong .list ul li .pic {
  position: relative
}

.indexE-sengong .list ul li .pic .B {
  display: none;
}

.indexE-sengong .list ul li:hover .pic .B {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.indexE-sengong .list ul li:hover:nth-child(2)>div,
.indexE-sengong .list ul li:hover:nth-child(3)>div {
  background: var(--bg-color);
  color: var(--text-color);
}

.indexE-sengong .list ul li:hover:nth-child(1)>div,
.indexE-sengong .list ul li:hover:nth-child(4)>div {
  background: var(--color-primary);
  color: #fff;
}

.indexE-sengong-intro ul {
  list-style: unset;
}
.indexE-sengong-intro ol {
  list-style: decimal;
}

/* 响应式样式 */
@media screen and (max-width:1440px) {
  .indexE-sengong .txt h3 {
    font-size: 50px;
  }
}

@media screen and (max-width:1280px) {
  .indexE-sengong .txt h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .indexE-sengong {
    padding: 50px 0;
}

  .indexE-sengong::after {
    height: 560px;
    width: 560px;
  }

  .indexE-sengong .txt h5 {
    font-size: 22px;
    margin: 10px 0 20px;
  }

  .indexE-sengong .txt p {
    font-size: 14px;
    line-height: 1.8em;
}

  .indexE-sengong .list ul li {
    padding: 0 15px 35px;
  }

  .indexE-sengong .list ul li:nth-child(2n) {
    padding: 35px 15px 0;
  }

  .indexE-sengong .list ul li p {
    font-size: 15px;
    line-height: 1.4em;
  }

  .indexE-sengong .list ul li .pic img {
    width: 80px;
  }

  .indexE-sengong .list ul li>div {
    height: 240px;
    padding: 0 20px;
  }

}

@media screen and (max-width:820px) {
  .indexE-sengong .txt h3 {
    font-size: 28px;
  }

  .indexE-sengong .txt h5 {
    font-size: 20px;
    margin: 5px 0 15px;
}

  .indexE-sengong {
    padding: 30px 0;
  }

  .indexE-sengong .container {
    display: block;
  }

  .indexE-sengong::after {
    display: none;
  }

  .indexE-sengong .txt {
  width: 100%;
    text-align: center;
}

  .indexE-sengong .txt h3 {
  width: 100%;
}

  .indexE-sengong .list {
  width: 100%;
    margin-top: 30px;
    padding: 20px;
  }

  .indexE-sengong .list ul li,
  .indexE-sengong .list ul li:nth-child(2n) {
    padding: 0 15px 20px;
  }
}

@media screen and (max-width:480px) {
  .indexE-sengong .txt h3 {
    font-size: 22px;
  }

  .indexE-sengong .txt h5 {
  font-size: 16px;
    margin: 3px 0 10px;
  }

  .indexE-sengong .list ul li {
    width: 100%;
    text-align: center;
  }

  .indexE-sengong .list ul li:hover .pic .B {
    left: calc(50% - 40px);
  }

}


/* Market 区域 CSS 样式 */
:root {
  --sung-market-padding-bottom: 100px;
  --sung-market-title-mb: 30px;
  --sung-market-desc-mb: 40px;
  --sung-market-title-leading: 1.3;
  --sung-market-title-size: 40px;
  --sung-market-subtitle-size: 20px;
  --sung-market-text-size: 16px;
  --sung-market-text-leading: 2;
}

.sung_market {
  padding-bottom: var(--sung-market-padding-bottom);
}

.sung_market h3 {
  font-family: var(--font-family);
  text-align: center;
  font-size: 50px;
  line-height: var(--sung-market-title-leading);
  margin-bottom: var(--sung-market-title-mb);
}

.sung_market p {
  font-size: var(--sung-market-text-size);
  line-height: var(--sung-market-text-leading);
}

.sung_market img {
  aspect-ratio: 2;
  object-fit: cover;
}

.sung_market .desc {
  margin-bottom: var(--sung-market-desc-mb);
}

.sung_market .list {
  position: relative;
}
.sung_market .list .item {
  position: absolute;
}
.sung_market .list .item span {
  width: 14px;
  height: 14px;
  border: 4px solid #ff0000;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: scale2 1.5s linear infinite;
}

@keyframes scale2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sung_market .txt h4 {
  font-size: var(--sung-market-subtitle-size);
  margin-bottom: var(--sung-market-title-mb);
  line-height: 1.5;
}

.sung_market .txt p {
  margin-bottom: 60px;
}

.sung_market .txt .more {
  display: inline-flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 0;
  padding: 11px 10px;
  border: 1px solid #dbe0e3;
  color: var(--title-text-color);
  transition: background-color 0.3s ease;
  border-radius: 2px;
}

.sung_market .txt .more a {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.sung_market .txt .more:hover {
  background-color: var(--color-second);
}
.sung_market .txt .more:hover a {
  text-decoration: none;
}

.sung_market .txt .more a:hover,
.sung_market .txt .more:hover i {
  color: #fff;
}

/* 响应式样式 */
@media screen and (max-width: 1500px) {
  :root {
    --sung-market-title-size: 36px;
    --sung-market-text-size: 16px;
    --sung-market-padding-bottom: 85px;
  }
  .sung_market .txt p {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --sung-market-title-size: 32px;
    --sung-market-text-size: 14px;
    --sung-market-padding-bottom: 70px;
    --sung-market-title-mb: 25px;
  }
  .sung_market .txt p {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --sung-market-title-size: 28px;
    --sung-market-text-size: 14px;
    --sung-market-padding-bottom: 55px;
    --sung-market-title-mb: 20px;
  }
  .sung_market .txt p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --sung-market-title-size: 24px;
    --sung-market-text-size: 14px;
    --sung-market-padding-bottom: 40px;
    --sung-market-title-mb: 15px;
  }
  .sung_market .txt p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --sung-market-title-size: 20px;
    --sung-market-text-size: 14px;
    --sung-market-padding-bottom: 25px;
    --sung-market-title-mb: 10px;
  }
  .sung_market .txt p {
  margin-bottom: 10px;
}
  .sung_market .list .item {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --sung-market-title-size: 20px;
    --sung-market-text-size: 14px;
    --sung-market-padding-bottom: 25px;
    --sung-market-title-mb: 10px;
  }
  .sung_market .txt p {
    margin-bottom: 10px;
  }
}





/* 联系表单 CSS 样式 */

.custom-pop-inquiry {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1000;
  margin: 0;
}

.custom-pop-inquiry.is-visible {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.custom-pop-inquiry .div_info {
  width: 50%;
  max-height: calc(100% - 80px);
  padding: 40px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  float: none;
  overflow: auto;
}

.custom-pop-inquiry .cd-popup-close {
  position: absolute;
  right: 7%;
  top: 30px;
  font-size: 22px;
  line-height: 42px;
  color: #999;
  z-index:10
}

.custom-pop-inquiry .cd-popup-close:hover {
  text-decoration: none;
}

.custom-pop-inquiry .input-position {
  position: relative;
}

/* 表单样式 标题 */
.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury_title_box {
  padding: 20px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury_title_box .inqury_title_text {
  font-family: var(--title-font-family);
  color:  var(--title-text-color, #000);
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury_title_box .inqury_titl_desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form {
  display: flex;
  flex-wrap: wrap;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .input-wrap {
  position: relative;
  padding: 12px 10px 12px 10px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .input-wrap .input-wrap-box {
  position: relative;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .input-wrap.half {
  width: 50%;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .input-wrap.full {
  width: 100%;
}

/* 表单标签样式 */
.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .input-wrap .input-label {
  width: 100%;
  color: #666;
  padding-bottom: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .input-wrap .input-label.required::before {
  content: "*";
  color: #F0150F;
  padding-right: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .input-wrap .input-placeholder {
  width: 100%;
  color: #8C8C8C;
}

/* 单行文本 */
.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .one-line-input {
  width: 100%;
  height: 36px;
  padding: 0 58px 0 10px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .text-wrap .char-count, .crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap .char-count {
  font-size: 12px;
  color: #8c8c8c;
  position: absolute;
  right: 18px;
  top: 11px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .one-line-input::placeholder {
  color: #BFBFBF;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .one-line-input:focus {
  border-color: var(--color-primary);
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .one-line-input.error {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .text-wrap .crmForm-error {
  margin-top: 3px;
}

/* 多行文本 */
.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .textarea-input {
  width: 100%;
  padding: 8px 12px;
  height: 96px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .textarea-input::placeholder {
  color: #BFBFBF;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .textarea-input.error {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .textarea-wrap .char-count {
  position: absolute;
  right: 20px;
  bottom: 22px;
  font-size: 12px;
  color: #8c8c8c;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .textarea-wrap textarea:focus {
  border-color: var(--color-primary);
}

/* phone */
.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap input::placeholder {
  color: #BFBFBF;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap .bootstrap-select {
  width: 100px !important;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap .bootstrap-select .dropdown-menu,
.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .bootstrap-select .dropdown-menu {
  width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #333;
  background-color: #F5F5F5 !important;
}

/* 隐藏箭头 */
.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap input[type="number"]::-webkit-inner-spin-button,
.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .bootstrap-select .dropdown-menu li.active small {
  color: #333;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap .phone_number {
  width: 100%;
  flex: 1 1;
  height: 36px;
  padding: 0 48px 0 12px;
  border: 1px solid #D9D9D9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap .bootstrap-select>.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 36px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap .bootstrap-select>.dropdown-toggle.bs-placeholder {
  height: 36px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap .phone_number.error {
  border: 1px solid #F0150F;
  border-left: none;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap .bootstrap-select .selectpicker.error~button {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .phone-wrap .bootstrap-select .crmForm-error {
  display: none;
}

.bootstrap-select .dropdown-menu li small.text-muted {
  color: #333333 !important;
}

.bootstrap-select .dropdown-menu li.active small.text-muted {
  color: #333333 !important;
}

/* 提交 */
.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury_submit {
  color: #fff;
  background-color: var(--color-primary);
  padding: 10px 40px;
  border-radius: var(--button-radius);
  cursor: pointer;
}

/* error */
.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .crmForm-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  z-index: 99;
}

#crmMailMask {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10999;
  background: rgba(80, 80, 80, 0.5)
}

#crmMailMask,
#crmMailMask * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

#crmMailMask:after,
#crmMailMask>div {
  display: inline-block;
  vertical-align: middle
}

#crmMailMask:after {
  content: '';
  height: 100%;
  width: 0;
  overflow: hidden
}

#crmMailMask .crmMailMask-box {
  background: #fff;
  width: 300px;
  border-radius: 4px;
  max-width: 98%;
  padding: 25px 20px;
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot {
  margin-top: 10px
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot button {
  line-height: 1;
  border: 0 none;
  padding: 10px 15px;
  background: #135287;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 button.submit .crm-submit-load {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url("../../../../../../../okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/images/small-load.gif") no-repeat center right;
  vertical-align: middle
}

.crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 button.create-form-submit[disabled] {
  cursor: not-allowed !important;
}

.crm-body-clear {
  overflow: hidden !important
}

/* 响应式样式 */
@media screen and (max-width: 1580px) {
  .custom-pop-inquiry .cd-popup-close {
    top: 24px;
  }
}

@media screen and (max-width: 1280px) {
  .custom-pop-inquiry .div_info {
    width: 80%;
    padding: 0px;
  }

  .custom-pop-inquiry .cd-popup-close {
    top: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .custom-pop-inquiry .div_info {
    width: 90%;
  }
  
  .crm_inquiry_form_boxcustom_inquiry_form_1742279449729424 .inqury-form .input-wrap.half {
    width: 100%
  }
}


/* 新闻区域 CSS 样式 */
.indexF-sengong {
  padding: 80px 0;
  background: var(--bg-color);
  position: relative;
}

.indexF-sengong .txt {
  position: relative;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.indexF-sengong .txt h5 {
  color: var(--color-primary);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 600;
}

.indexF-sengong .txt h3 {
  font-family: var(--font-family);
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
}

.indexF-sengong .txt a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 10px 45px;
  background: #2F2F2F;
  border-radius: var(--button-radius);
  display: inline-block;
  text-decoration: none;
}

.indexF-sengong .txt a:hover,
.indexF-sengong .txt a:active,
.indexF-sengong .txt a:focus {
  background: rgba(47, 47, 47, 0.7);
  text-decoration: none;
}

.indexF-sengong .txt a:visited {
  background: #2F2F2F;
  text-decoration: none;
}

.indexF-sengong .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.indexF-sengong .swiper-wrapper {
  align-items: stretch;
}

.indexF-sengong .swiper-slide div {
  background: #fff;
  padding: 10px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.indexF-sengong .swiper-slide .pic {
  display: block;
  overflow: hidden;
}

.indexF-sengong .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: transform .5s;
  -webkit-transition: transform .5s;
}

.indexF-sengong .swiper-slide em {
  font-size: 18px;
  color: #B6B6B6;
  font-weight: 300;
  line-height: 40px;
}

.indexF-sengong .swiper-slide h5 {
  color: var(--title-text-color);
  font-size: 22px;
  line-height: 28px;
  height: 56px;
}

.indexF-sengong .swiper-slide h5 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: none;
  color: inherit;
}

.indexF-sengong .swiper-slide h5 a:hover {
  color: #555653;
  text-decoration: none;
}

.indexF-sengong .swiper-slide .pic {
  text-decoration: none;
}

.indexF-sengong .swiper-slide .pic:hover {
  text-decoration: none;
}

.indexF-sengong .swiper-slide .more {
  color: #000;
  font-size: 18px;
  line-height: 3;
  text-decoration: none;
  }
  
.indexF-sengong .swiper-slide .more .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  }

.indexF-sengong .swiper-slide .more:hover {
  color: #555653;
  text-decoration: none;
  }

.indexF-sengong .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  }

.indexF-sengong .swiper-pagination {
    display: block;
  position: static;
  width: 100%;
  margin-top: 70px;
  }

.indexF-sengong .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  margin: 0 5px;
  background: #ABABAB;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
  }

.indexF-sengong .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

/* 响应式样式 */
@media screen and (max-width:1440px) {
  .indexF-sengong .txt h3 {
      font-size: 50px;
  }
}

@media screen and (max-width:1280px) {
  .indexF-sengong .txt h3 {
      font-size: 40px;
  }

  .indexF-sengong {
      padding: 40px 0;
  }

  .indexF-sengong .txt h5 {
      font-size: 16px;
      letter-spacing: 6px;
  }

  .indexF-sengong .txt a {
      font-size: 18px;
      padding: 6px 35px;
  }

  .indexF-sengong .txt {
      margin-bottom: 30px;
  }

  .indexF-sengong .swiper-slide h5 {
      font-size: 18px;
      line-height: 24px;
      height: 48px;
  }

  .indexF-sengong .swiper-slide .more {
      font-size: 16px;
  }

  .indexF-sengong .swiper-pagination {
      margin-top: 40px;
  }
}

@media screen and (max-width:820px) {
  .indexF-sengong .txt h3 {
      font-size: 28px;
      line-height: 50px;
  }

  .indexF-sengong .txt {
      margin-bottom: 30px;
      display: block;
      text-align: center;
  }

  .indexF-sengong .txt a {
      font-size: 16px;
      padding: 6px 25px;
      margin-top: 20px;
  }
}

@media screen and (max-width:480px) {
  .indexF-sengong .txt h3 {
      font-size: 22px;
  }

  .indexF-sengong .swiper-slide h5 {
      font-size: 16px;
  }

  .indexF-sengong .swiper-pagination {
      margin-top: 20px;
  }

  .indexF-sengong .swiper-pagination-bullet {
      height: 10px;
      width: 10px;
  }
}
