* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.active {
  color: #e45124 !important;
}

.current {
  color: #fff !important;
  background-color: #e45124;
}

.product-current {
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #333 !important;
}

.concat-us table {
  display: flex;
  justify-content: center;
  align-items: center;
}

.concat-us table tbody td {
  border: 1px solid #e5e7eb;
}

.about-box p,
.adetail-box p {
  width: 100%;
}

.about-box p img,
.adetail-box p img {
  display: inline-block;
}

.case-box a .case-tit-box:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 0;
  background-color: #e45124;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.case-box a:hover .case-tit-box {
  color: white;
}

.case-box a:hover .case-tit-box:after {
  top: 0;
  height: 100%;
}

.footer-box .footer-tit:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #e45124;
}

.footer-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #476a8d;
}

a {
  cursor: pointer;
  white-space: nowrap;
}

.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.indexTitle {
  font-size: 36px;
}

.indexTitleEn {
  font-size: 14px;
  color: #999;
}

.container {
  padding: 0 12.5vw;
  max-width: none !important;
}

.pr {
  padding-right: 12.5vw;
}

.pl {
  padding-left: 12.5vw;
}

.banner {
  --swiper-pagination-bottom: clamp(30px, 3.1vw, 65px);
  --swiper-pagination-top: auto;
}

.banner .swiper-pagination {
  text-align: right;
  padding-right: 12.5vw;
}

.swiper-pagination-bullet {
  background: #b4babf;
  width: 39px;
  height: 2px;
  border-radius: 0px;
  opacity: 1 !important;
}

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


/* 手机菜单按钮 */
.burger {
  position: relative;
  width: 20px;
  height: 16px;
  background: transparent;
  display: block;
}

.burger input {
  display: none;
}

.burger span {
  display: block;
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.burger input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 14px;
  left: 4px;
}

.more {
  position: relative;
}

/* .more::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: #e45124;
  transition: all 0.35s ease-in-out;
} */

.more:hover {
  color: white;
}

.more:hover::after {
  width: 100%;
  left: 0;
}

table {
  width: 100%;
}

td {
  border: 1px solid #e5e7eb;
}

@media (min-width: 1024px) {
  [pc="hide"] {
    display: none !important;
  }
}

@media (max-width: 1536px) {
  .container {
    padding: 0 6.25vw;
  }

  .pr {
    padding-right: 6.25vw;
  }

  .pl {
    padding-left: 6.25vw;
  }

  .indexTitle {
    font-size: 32px;
  }

  .banner .swiper-pagination {
    padding-right: 6.25vw;
  }
}

@media (max-width: 1280px) {
  .container {
    padding: 0 5.208vw;
  }

  .pr {
    padding-right: 5.208vw;
  }

  .pl {
    padding-left: 5.208vw;
  }

  .indexTitle {
    font-size: 28px;
  }

  .banner .swiper-pagination {
    padding-right: 5.208vw;
  }
}

@media (max-width: 1023px) {
  .container {
    padding: 0 4.166vw;
  }

  .indexTitle {
    font-size: 24px;
  }

  .pr {
    padding-right: 4.166vw;
  }

  .pl {
    padding-left: 4.166vw;
  }

  .footer-box:after {
    display: none;
  }

  .banner .swiper-pagination {
    padding-right: 4.166vw;
  }

  [wap="hide"] {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 2.604vw;
  }

  .pr {
    padding-right: 2.604vw;
  }

  .pl {
    padding-left: 2.604vw;
  }

  .indexTitle {
    font-size: 20px;
  }

  .banner {
    --swiper-pagination-bottom: 10px;
    --swiper-pagination-top: auto;
  }

  .banner .swiper-pagination {
    padding-right: 0;
    text-align: center;
  }

  .about-box {
    overflow: hidden;
    overflow-x: scroll;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }

  .banner .swiper-pagination {
    padding-right: 20px;
  }

  .pr {
    padding-right: 20px;
  }

  .pl {
    padding-left: 20px;
  }

  .indexTitle {
    font-size: 18px;
  }
}
/* img {
  display: inline-block !important;
} */

.news-box p:has(img) {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-box {
  background-color: #fff;
}

.footer-box .footer-nav {
  display: flex;
  flex-wrap: wrap;
}
.qr-code-box {
  display: flex;
  gap: 20px;
}

.footer-box .footer-nav .nav-item {
  width: 100px;
  float: left;
  margin-right: 35px;
}

.footer-box .footer-nav .nav-item > a {
  font-size: 16px;
  color: #333;
  text-align: left;
}

.footer-box .footer-nav .nav-item .nav-subnav {
  padding-top: 10px;
}

.footer-box .footer-nav .nav-item .nav-subnav a {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.footer-box .footer-nav .nav-item .nav-subnav a:hover {
  text-decoration: underline;
  color: #333;
}

.footer-box .contact-us .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #35363a;
  overflow: hidden;
}

.footer-box .contact-us .icon img {
  display: block;
  margin: 12px auto;
}

.footer-box .contact-us .hotline {
  margin-left: 15px;
}

.footer-box .contact-us .hotline span {
  font-size: 16px;
  color: #333;
}

.footer-box .contact-us .hotline h4 {
  font-size: 24px;
  color: #666;
  font-family: arial;
  font-weight: normal;
}

.footer-box .contact-us .hotline .code {
  background-color: #f5f5f5;
  width: 110px;
  margin-top: 10px;
  padding: 10px;
}
.footer-box .contact-us .hotline .code img{
  width: 100%;
  height: 110px;
  object-fit: contain;
}

.footer-box .contact-us .hotline .code span {
  font-size: 15px;
  color: #666;
  display: block;
  text-align: center;
}

.copyright-box {
  background-color: #fff;
  border-top: 1px solid #e3e5ec;
  padding: 20px 0;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.copyright-box a{
  color: #ccc !important;
}
.copyright-box a img{
  display: inline-block !important;
}
.copyright-box p {
  font-size: 13px;
  line-height: 24px;
  color: #000000a6;
}

.copyright-box p.record {
  color: #fff;
}
.area {
  display: flex;
}

@media screen and (max-width: 768px) {
  .copyright-box {
    margin-bottom: 40px;
  }
  .footer-box .contact-us .hotline {
    width: 100%;
    text-align: center;
  }
  .qr-code-box {
    width: 100%;
    gap: 20px;
    justify-content: center;
  }
  .footer-box .contact-us .hotline .code {
    background-color: #fff;
    width: 80px;
    padding: 3px;
    margin-top: 0px;
  }
  .footer-box .footer-nav .nav-item {
    width: auto;
    float: left;
    margin-right: 10px;
  }
  .footer-box .footer-nav .nav-item .nav-subnav {
    padding-top: 10px;
  }
  .footer-box .footer-nav .nav-item > a {
    font-size: 16px;
  }
  .footer-box .footer-nav {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-around;
  }
  .footer-box .contact-us .hotline {
    margin-left: 0px;
  }
}
.map-box .map {
  height: 30vh;
  border: 1px solid #333;
  background: url(/Theme/ip082/images/map.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.map-box .concat {
  line-height: 50px;
}
