@font-face {
  font-family: "Montserrat";

  src: url("font/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Montserrat-Bold";

  src: url("font/Montserrat-Bold-3.otf");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("font/Montserrat-SemiBold-9.otf");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("font/Montserrat-Medium-7.otf");
}

@font-face {
  font-family: "Montserrat-Thin";
  src: url("font/Montserrat-Thin-10.otf");
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("font/Montserrat-Light-6.otf");
}

@font-face {
  font-family: "Montserrat-Black";
  src: url("font/Montserrat-Black-2.otf");
}


:root {
  --mainColor: rgba(228, 0, 25, 1);
  --bgColor: rgba(239, 239, 239, 1);
  --main-font: 'Montserrat', system-ui, -apple-system, sans-serif;
}

body {
  font-family: var(--main-font);
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}

.com-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}

.tranImg {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.hoverImg:hover img,
.indexBox3 li:hover .mg img,
.aboutBox1 .img:hover .bg,
.aboutBox3 li:hover .bg {
  transform: scale(1.1);
}



.header {
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.3s;
  height: 1.25rem;
  background-color: #fff;

  position: fixed;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}

.header .rt {
  height: 100%;
}

.header .logo {
  display: flex;
  width: 2.275rem;
  height: .8125rem;
}

.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.menu-level1 a {
  color: #000;
  font-size: .2rem;
  font-weight: 600;
}


.language {
  position: relative;
  cursor: pointer;
  width: auto;
  height: 100%;
}

.language p {
  font-size: .2rem;
  font-weight: 600;
  color: #000;
}

.language img {
  width: .25rem;
  height: .25rem;
  margin-right: .1rem;
  object-fit: contain;
  transition: all 0.3s;
}

.language:hover img {

  transform: rotate(180deg);
}

.language::before,
.indexSearch::before {
  display: block;
  content: '';
  width: .0125rem;
  height: .1875rem;
  margin: 0 .25rem 0 .225rem;
  background-color: rgba(0, 0, 0, 0.4);
}

.language::after {
  display: block;
  content: '';
  width: .1625rem;
  height: .0875rem;
  background: url(../images/ic1-3.svg) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.language:hover::after {
  transform: rotate(180deg);
}

.language .con {
  position: absolute;
  display: none;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 1.05rem;
  z-index: 888;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(253, 253, 253, 0.8);
  border-radius: 0 0 5px 5px;
}

.language .con a {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  color: #000;
  transition: all 0.3s;
  padding: 2%;
}

.language .con a:last-child {
  border-radius: 0 0 5px 5px;
}

.language .con a:hover {
  color: #ffffff;
  background-color: var(--mainColor);
}

.menu-level1>li {
  margin-right: .3rem;
}

.indexSearch {
  width: auto;
  height: auto;
  cursor: pointer;
}

.indexSearch p {
  font-size: .2rem;
  font-weight: 600;
  color: #000;
}

.indexSearch .search {
  width: .25rem;
  height: auto;
  object-fit: contain;
  margin-right: .125rem;
  cursor: pointer;
}




.headerSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.headerSwiper .swiper-slide,
.headerSwiper .com-card {
  position: relative;
}

.headerSwiper .text {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.headerSwiper .text .con {
  width: 100%;
  height: auto;
}

.headerSwiper .text .con h3 {
  color: rgba(255, 255, 255, 1);
  font-size: .3rem;
}

.headerSwiper .text .con h2 {
  font-size: .45rem;
  color: #fff;
  width: 56%;
  margin: .1875rem 0 .375rem 0;
}

.headerSwiper .text .con h2 p {
  display: inline;
  color: var(--mainColor);
  font-family: "Montserrat-Medium";
  font-weight: normal;
}

.headerSwiper .con .bto .img {
  width: .775rem;
  height: .775rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.headerSwiper .con .bto .img:hover {
  animation: rotate 2s linear infinite;
}

.headerSwiper .con .bto .img img {
  width: .55rem;
  object-fit: cover;
  height: .55rem;
}

.headerSwiper .con .video {
  cursor: pointer;
  margin-left: .5rem;
}

.headerSwiper .con .video p {
  color: rgba(255, 255, 255, 1);
  font-size: .2rem;
  margin-left: .1625rem;
}

.com-more {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 2.6875rem;
  height: .7rem;
  border-radius: .0625rem;
  background: var(--mainColor);
  color: rgba(255, 255, 255, 1);
  font-size: .2rem;
  transition: all 0.3s;

}

.com-more::after {
  display: block;
  content: '';
  width: .25rem;
  height: .1375rem;
  background: url(../images/ic1-4.svg) no-repeat;
  background-size: cover;
  margin-left: .175rem;
}

.com-tl {
  text-align: center;
  font-family: "Montserrat-Medium";
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  font-size: .45rem;
}

.indexBox1 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1.25rem 0;
  background: url(../images/ic1-6.webp) no-repeat;
  background-size: cover;
}


.indexBox1Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.indexBox1Con {
  width: 100%;
  position: relative;
}

.indexBox1Swiper .con {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 5.975rem;
  border-radius: .075rem;
  box-shadow: 0px .05rem .1875rem 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 1);
  padding: .4875rem .2125rem .625rem .5rem;

}

.indexBox1Swiper .con::after {
  position: absolute;
  display: block;
  content: '';
  width: .6rem;
  height: .6rem;
  background: url(../images/ic1-7.webp) no-repeat;
  background-size: cover;
  opacity: 0.2;
  top: .4625rem;
  right: .325rem;
}

.indexBox1Swiper .con .img {
  width: auto;
  height: 1.0375rem;
  overflow: hidden;
  margin-bottom: .625rem;
}

.indexBox1Swiper .con .img img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.indexBox1Swiper .con h3 {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  font-size: .3rem;
  padding-bottom: .1875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.indexBox1Swiper .con .ls {
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
  line-height: .25rem;
  margin-bottom: .125rem;
}

.indexBox1Swiper .con .ls p {
  display: inline;
  font-weight: 600;
}

.com-more2 {
  display: flex;
  align-items: center;
  color: var(--mainColor);
  font-size: .2rem;
}

.com-more2::after {
  display: block;
  content: '';
  width: .2875rem;
  height: .1375rem;
  background: url(../images/ic1-5.svg) no-repeat;
  background-size: cover;
  margin-left: .25rem;
}

.indexBox1Swiper .con .item {
  flex: 1;
  margin-top: .25rem;
}

.indexBox1Swiper .con .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 1.625rem);
}

.indexBox1-prev,
.indexBox1-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: .2rem;
  height: .375rem;
  background: url(../images/ic1-7.svg) no-repeat;
  background-size: cover;
  z-index: 77;
  filter: sepia(1);
  transition: all 0.3s;
}


.indexBox1-prev {
  left: -66px;
  transform: translateY(-50%) rotate(180deg);
}

.indexBox1-next {
  right: -66px;
}

.indexBox1-prev:hover,
.indexBox1-next:hover {
  filter: none;
}

.indexBox2 {
  width: 100%;
  height: auto;
  padding: 1.1875rem 0;
}

.com-tl2 {
  color: rgba(0, 0, 0, 1);
  font-size: .2rem;
  text-align: center;
  margin-top: .075rem;
}

.indexBox2Swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.indexBox2Swiper .swiper-slide {
  position: relative;
  width: 11.625rem;
  height: 7rem;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.3s;
}

.indexBox2Swiper .text {
  width: 100%;
  height: 174px;
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: end;
  left: 0;
  padding: 0 .25rem .275rem .4875rem;
  bottom: 0;
  background: linear-gradient(180.00deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 100%);
}

.indexBox2Swiper .text h3 {
  color: rgba(255, 255, 255, 1);
  font-size: .3rem;
  font-weight: 600;
  margin-bottom: .0625rem;
}

.com-ls20 {
  color: rgba(255, 255, 255, 1);
  font-size: .2rem;
  line-height: .25rem;
}

.indexBox2Swiper .swiper-slide-active {
  opacity: 1;
}

.indexBox2Swiper .swiper-slide-active .text {
  display: flex;
}

.indexBox2-prev,
.indexBox2-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .6rem;
  height: .6rem;
  background: url(../images/ic1-8.svg) no-repeat;
  background-size: cover;
  z-index: 777;
}

.indexBox2-prev {
  left: 6.75rem;
  transform: translateY(-50%) rotate(180deg);
}

.indexBox2-next {
  right: 6.75rem;
}

.indexBox2-pagination {
  margin-top: .625rem;
}

.indexBox2-pagination .swiper-pagination-bullet {
  width: 33px;
  height: 3px;
  background: rgba(217, 217, 217, 1);
  opacity: 1;
  transition: all 0.3s;
  margin-right: 8px;
  border-radius: 0;
}

.indexBox2-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}

.indexBox3 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  background: rgba(239, 239, 239, 1);
}

.indexBox3 ul {
  margin-top: .5rem;
}

.indexBox3 li {
  width: 5.0938rem;
  height: 3.575rem;
  background-color: #fff;
  margin: 0 .2rem .25rem 0;
  padding: .1875rem .275rem .1875rem .3125rem;
}

.indexBox3 li:nth-child(3n) {
  margin-right: 0;
}

.indexBox3 li h3 {
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  font-weight: 600;
}

.indexBox3 .com-ls20 {
  color: rgba(51, 51, 51, 1);
  margin-top: .05rem;
}

.indexBox3 li .con {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.indexBox3 li .text {
  flex: 1;
}

.indexBox3 .img {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: self-end;
}

.indexBox3 .img .icon {
  width: 1.1rem;
  height: auto;
  object-fit: contain;
}

.indexBox3 .img .mg {
  width: 3.075rem;
  height: 2rem;
  overflow: hidden;
}

.indexBox3 .com-more2 {
  margin-top: .0625rem;
}

.indexBox3 li:first-child,
.indexBox3 li:last-child {
  width: 6.9rem;
}


.indexBox4 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.125rem 0;
}

.indexBox4Con {
  width: 100%;
  margin-top: .5rem;
  height: auto;
}

.indexBox4Con ul {
  flex: 1;
  height: 9.4125rem;
  background: var(--bgColor);
  padding: .5625rem .625rem .5rem 3.25rem;
}

.indexBox4Con .img {
  position: relative;
  width: 12.3875rem;
  overflow: hidden;
  height: 7.9rem;
}

.indexBox4Con li {
  margin-bottom: .5rem;
}

.indexBox4Con li img {
  width: .6rem;
  height: .6rem;
  object-fit: cover;
  margin-right: .275rem;
}

.indexBox4Con li h3 {
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  margin-bottom: .125rem;
  font-weight: 600;
}

.com-ls20.blk {
  color: rgba(51, 51, 51, 1);
}


.indexBox4Con .img p {
  position: absolute;
  top: .4375rem;
  left: .6125rem;
  color: rgba(255, 255, 255, 1);
  font-size: .3rem;
  z-index: 2;
}

.indexBox5 {
  width: 100%;
  height: auto;
  padding: .5rem 0 1.5rem 0;
  background: url(../images/ic1-29.webp) no-repeat;
  background-size: auto 1.5rem;
  background-position: 78.5% 0;
}

.indexBox5 .top {
  width: 100%;
  height: 6.975rem;
}


.indexBox5 .top .img {
  position: relative;
  width: 9.6625rem;
  height: 100%;
}

.indexBox5 .top .text {
  flex: 1;
  padding: .35rem 0 .125rem .975rem;

}

.indexBox5 .top .icon {
  width: auto;
  position: absolute;
  right: -.175rem;
  bottom: 0;
  height: 2.75rem;
  object-fit: cover;
}

.indexBox5 .top .com-tl {
  text-align: left;
}

.indexBox5 .top .text .com-ls20 p {
  display: inline;
  color: var(--mainColor);
  font-weight: 600;
}

.indexBox5 .top .text .com-ls20 {
  margin-top: .1875rem;
}

.indexBox5 .top .more {
  width: 2.6875rem;
  height: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: .0625rem;
  color: rgba(0, 0, 0, 1);
  font-size: .2rem;
  transition: all 0.3s;
  margin-top: .5625rem;
}

.indexBox5 .top .more::after {
  display: block;
  content: '';
  width: .25rem;
  height: .1375rem;
  background: url(../images/ic1-5.svg) no-repeat;
  background-size: contain;
  margin-left: .175rem;
}

.indexBox5 .top .more:hover,
.indexBox6Con li:hover .com-more2 {
  background-color: var(--mainColor);
  border: none;
  color: #fff;
  transform: translateY(-10px);
}

.indexBox5 .top .more:hover::after,
.indexBox6Con li:hover .com-more2::after {
  background: url(../images/ic1-35.svg) no-repeat;
  background-size: contain;
}


.iderIndexBox6{
  width: 100%;
  height: auto;
    padding: 1.125rem 0;
    background-color: var(--bgColor);
}
.iderBox6Con{
  width: 100%;
  height: auto;
  margin-top: .5rem;
}

.iderIndexBox6Swiper{
  position: relative;
  width: 8.75rem;
  height: auto;
  overflow: hidden;
  margin-right: 4%;
  border-radius: .0625rem;
}

.iderBox6Con .rt{
  flex: 1;
}

.iderIndexBox6Swiper .img{
  width: 100%;
  height: 5.5rem;
  overflow: hidden;
}
.iderIndexBox6Swiper .swiper-slide:hover img,
.iderIndexBoxTop .con:hover .img img{
  transform: scale(1.2);
}


.iderIndexBox6Swiper .text{
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 4% 3%;

}
.iderIndexBox6Swiper .text .name{
  font-size: .3rem;
  font-weight: 600;
  color: #000;
}
.iderIndexBox6Swiper .text  .ls{
  width: 100%;
  height: auto;
  margin: 3% 0;
}
.iderIndexBox6Swiper .text p{
  width: 100%;
  font-size: .2rem;
  color: #000;
  margin-bottom: .1875rem;
}
.iderIndexBox6-next,
.iderIndexBox6-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
    width: .6rem;
    height: .6rem;
    background: url(../images/ic1-8.svg) no-repeat;
    background-size: cover;
    z-index: 33;
}
.iderIndexBox6-next{
  left: 0;
  transform: translateY(-50%) rotate(180deg) ;
}

.iderIndexBox6-prev{
 right: 0;
}

.iderIndexBoxTop{
  width: 100%;
  height: 2.5rem;
  margin-bottom: .25rem;
}

.iderIndexBoxTop .con{
  width: 100%;
  height: 100%;
}
.iderIndexBoxTop .con .img{
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-radius: .0625rem;
  margin-right: 3%;
}

.iderIndexBoxTop .con .text{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.iderIndexBoxTop .con .text .time,
.iderIndexBox6 .rt li .time{
  font-size: .225rem;
  color: #000;
  margin-bottom: .125rem;
}
.iderIndexBoxTop .con .text  .name,
.iderIndexBox6 .rt li .name{
  font-size: .25rem;
  color: #000;
  font-weight: 600;
}
.iderIndexBox6 .rt li{
  width: 100%;
  padding-bottom: .25rem;
  margin-top: .275rem;
  border-bottom: 1px solid var(--mainColor);
}
.iderIndexBox6 .rt li .name{
  margin: .125rem 0;
}





.comNumber {
  width: 100%;
  margin-top: .3rem;
  height: 2.925rem;
  border-radius: .2rem;
  box-shadow: 0px .05rem .1875rem 0px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 1);
  padding: .1875rem 0;
}

.comNumber li {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(100% / 4);
  height: 100%;
  padding-left: 1.375rem;
  border-left: .0125rem solid rgba(0, 0, 0, 0.2);
}

.comNumber li::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.0063rem;
  width: .0125rem;
  height: .25rem;
  background-color: var(--mainColor);
}

.comNumber li:first-child {
  border-left: none;
}

.comNumber li:first-child::after {
  display: none;
}

.comNumber li h3 {
  color: var(--mainColor);
  font-size: .6rem;
  font-family: "Montserrat-Medium";
  font-weight: normal;
}

.comNumber li .tl,
.comNumber li .tl .flex {
  align-items: baseline;
}

.comNumber li:first-child .tl p {
  font-size: .3rem;
}

.comNumber li .tl p {
  color: var(--mainColor);
  font-family: "Montserrat-Medium";
  font-size: .45rem;
  font-weight: 600;
  margin-left: .0625rem;
}

.comNumber li .tl .dt {
  font-size: .3rem;
  color: var(--mainColor);
  margin-left: .25rem;
}

.comNumber li .name {
  color: rgba(51, 51, 51, 1);
  font-size: .3rem;
}

.indexBox6 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  background-color: var(--bgColor);
}

.indexBox6Con {
  width: 100%;
  height: 5.525rem;
  margin-top: .5rem;
}

.indexBox6 .lt {
  position: relative;
  width: 8.0875rem;
  height: 100%;
  overflow: hidden;
  margin-right: .2375rem;
  border-radius: .0625rem;
}

.indexBox6 .lt .text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  left: 0;
  bottom: 0;
  border-radius: 0px 0px .0625rem .0625rem;
  height: 2.425rem;
  padding: .3125rem .125rem .25rem .425rem;
  background: linear-gradient(180.00deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 100%);
}

.indexBox6 .text {
  display: inline-block;
  width: 100%;
  height: auto;
}

.indexBox6 .lt .text h3 {
  color: rgba(255, 255, 255, 1);
  font-size: .3rem;
  font-weight: 600;
}

.indexBox6 .lt .ls {
  margin: .1rem 0 .1875rem 0;
}

.indexBox6 .lt .ls p {
  color: rgba(255, 255, 255, 1);
  font-size: .2rem;
  line-height: .25rem;
}

.indexBox6Con ul {
  flex: 1;
  height: 100%;
}

.indexBox6Con ul li {
  height: 100%;
  width: calc((100% - .225rem) / 2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .0625rem;

  background: rgba(255, 255, 255, 1);
  padding: .225rem .2rem;
}

.indexBox6Con li .img {
  width: 100%;
  height: 2.425rem;
  overflow: hidden;
  border-radius: .0625rem;

}

.indexBox6Con li h3 {
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  font-weight: 600;
}

.indexBox6Con li .time {
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
  margin: .125rem 0 .05rem 0;
}

.indexBox6Con li .com-ls20 {
  margin: .0625rem 0 .1875rem 0;
}

.indexBox6Con li .com-more2 {
  width: 100%;
  cursor: pointer;
  justify-content: center;
  height: .55rem;
  transition: all 0.3s;
  border: 1px solid rgba(51, 51, 51, 0.4);
  border-radius: .0625rem;

}

.indexBox6Con li .bto {
  height: 2.6125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.indexBox6Con .tab{
  position: absolute;
  right: .2rem;
  top: .2rem;
  border-radius: 2rem;
  padding: .1rem .2rem;
  color: #fff;
  line-height: 1;
  background-color: var(--mainColor);
}


@media screen and (max-width: 768px) {
  .indexBox6Con .tab{
    font-size: .2rem;
  }
}

.indexBox7 {
  width: 100%;
  height: 4.375rem;
  background: url(../images/ic1-33.webp) no-repeat;
  background-size: cover;
}

.indexBox7 .com-card {
  justify-content: center;
}

.indexBox7 h3 {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: .45rem;
}

.indexBox7 .com-more {
  margin-top: .375rem;
}

.com-more:hover {
  transform: translateY(-5px);
}

.footer {
  width: 100%;
  height: auto;
  background-color: var(--bgColor);
}

.footer .top {
  padding: 1.0625rem 0;
}

.footer ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer ul li {
  display: flex;
  flex-direction: column;
}

.footer .lt {
  width: 4.125rem;
  height: auto;
  margin-right: 2.125rem;
}

.footer .logo {
  width: 2.275rem;
  object-fit: cover;
  vertical-align: bottom;
  height: .8125rem;
  margin-bottom: .275rem;
}

.footer .lt .text .ls {
  font-size: .2rem;
  line-height: .3rem;
  color: rgba(51, 51, 51, 1);
  margin-bottom: .125rem;
}

.footer .lt .text .ls:nth-child(2) {
  color: var(--mainColor);
  font-weight: 600;
}

.footer .lt .text .ls p {
  display: inline;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
}


.footer li h3 {
  color: rgba(0, 0, 0, 1);
  font-size: .225rem;
  font-weight: 600;
  margin-bottom: .2625rem;
}

.footer li a {
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
  line-height: .3rem;
  margin-bottom: .075rem;
  transition: all 0.3s;
}

.footer li a:hover {
  color: var(--mainColor);
}

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

.footLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(204, 204, 204, 0.3);
  margin-right: .225rem;
  transition: all 0.3s;
}

.footLink a:hover {
  transform: translateY(-10px);
}

.footLink a img {
  width: auto;
  height: 12px;
  object-fit: contain;
}

.footer .bto .com-card {
  padding: .5625rem 0;
  border-top: 1px solid var(--mainColor);
}

.footer .bto .name {
  white-space: nowrap;
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
}

.innerBanner {
  position: relative;
  width: 100%;
  height: 6.95rem;
}

.innerBanner .con {
  position: absolute;
  left: 0;
  height: auto;
  width: 100%;
  top: 2.4625rem;
}

.innerBanner .con h6 {
  color: rgba(255, 255, 255, 1);
  font-size: .45rem;
  font-weight: 600;
  margin-top: .125rem;
  width: 60%;
}

.innerBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.com-nav {
  width: 100%;
  height: auto;
}

.com-nav a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  transition: all 0.3s;
}

.com-nav a:hover,
.com-nav a.active {
  font-weight: 600;
}

.com-nav a::after {
  display: block;
  content: '>';
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
}

.com-nav a:last-child::after {
  display: none;
}

.productBox1 {
  width: 100%;
  height: auto;
  padding: .875rem 0;
  background: var(--bgColor);
}

.productBox1let {
  width: 5.0875rem;
  margin-right: 1.125rem;
  height: auto;
  position: sticky;
  top: 1.5rem;
}

.productBox1 .lt {
  width: 100%;
  height: auto;

}

.productBox1 .title {
  width: 100%;
  height: 1.35rem;
  border-radius: .075rem .075rem 0px 0px;
  background: var(--mainColor);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.35rem;
  font-size: .45rem;
  font-weight: 600;
}

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

.productMenu>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 1.05rem;
  background-color: #fff;
  padding: 0 .3125rem 0 .3625rem;
  color: rgba(51, 51, 51, 1);
  font-size: .3rem;
}

.productMenu>li>a::after {
  display: block;
  content: '';
  width: .1875rem;
  height: .1rem;
  background: url(../images/ic1-17.svg) no-repeat;
  background-size: cover;
  filter: grayscale(1);
  transform: rotate(-90deg);
  transition: all 0.3s;
}

.submenus {
  display: none;
}

.productMenu .submenus a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(227, 227, 227, 0.5);
  color: rgba(51, 51, 51, 1);
  font-size: .3rem;
  padding: .3125rem .3125rem .3125rem .3625rem;
}

.productMenu .menu-items.active>a {
  color: var(--mainColor);
}

.productMenu .menu-items.active a::after {
  filter: none;
  transform: rotate(0);
}

.productBox1 .com-card {
  align-items: flex-start;
}

.productBox1 .rt {
  flex: 1;
}

.productBox1 .rt .top {
  margin-bottom: .4375rem;
}

.productBox1 .rt .com-tl {
  text-align: left;
  width: 100%;
  padding-bottom: .1125rem;
  margin-bottom: .1875rem;
  border-bottom: 1px solid rgba(150, 150, 150, 1);
}


.comProduct li {
  width: 3.675rem;
  height: auto;
  margin: 0 .125rem .125rem 0;
  background-color: #fff;
}

.comProduct li:nth-child(3n) {
  margin-right: 0;
}

.comProduct li .img {
  width: 100%;
  height: 2.575rem;
  overflow: hidden;
  padding: .2875rem .3625rem .2875rem .2375rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
}

.comProduct li .text {
  width: 100%;
  height: 1.975rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .125rem .3125rem .1875rem .1875rem;
}

.comProduct li .text h3 {
  color: rgba(0, 0, 0, 1);
  font-size: .275rem;
  font-weight: 600;
}

.comProduct li .com-ls20 {
  flex: 1;
  margin-top: .075rem;
}

.productBox2 {
  width: 100%;
  background-color: var(--bgColor);
  padding-bottom: 1rem;
}

.com-tl.left {
  text-align: left;
}

.productBox2 ul {
  margin-top: .4375rem;
}

.productBox2 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.productBox2 li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.productBox2 li .title {
  width: 100%;
  cursor: pointer;
  padding: .25rem 0;

}

.productBox2 li .title .lt {
  flex: 1;
}

.productBox2 li .title .nu {
  width: .45rem;
  height: .45rem;
  text-align: center;
  line-height: .45rem;
  border: 1px solid rgba(228, 0, 25, 0.1);
  border-radius: .075rem;
  background: var(--bgColor);
  color: var(--mainColor);
  font-family: "Montserrat-Medium";
  font-size: .3rem;
  font-weight: normal;
  margin-right: .25rem;
}

.productBox2 li .title h3 {
  color: rgba(51, 44, 43, 1);
  font-size: .3rem;
  font-weight: 600;
  transition: all 0.3s;
  flex: 1;
}

.productBox2 li .title::after {
  display: block;
  content: '';
  width: .45rem;
  height: .45rem;
  background: url(../images/ic1-18.svg) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

.productBox2 li.active .title::after {
  background: url(../images/ic1-19.svg) no-repeat;
  background-size: contain;
}

.productBox2 li.active h3 {
  color: var(--mainColor);
}

.productBox2 li .text {
  display: none;
  padding-bottom: .25rem;
}

.productBox2 li .text .com-ls24 {
  flex: 1;
}

.productBox2 li .text .nu {
  width: .45rem;
  height: .45rem;
  line-height: .45rem;
  text-align: center;
  border: 1px solid rgba(228, 0, 25, 0.1);
  border-radius: .075rem;
  background-color: var(--mainColor);
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat-Medium";
  font-size: .3rem;
  margin-right: .25rem;
  font-weight: normal;
}

.com-ls24 {
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
  line-height: .3rem;
}


.prDetailsBox1 {
  width: 100%;
  height: auto;
  padding: .125rem 0 .75rem 0;
  background: rgba(247, 247, 247, 1);
}

.prDetailsBox1 .lt {
  width: 9.3125rem;
  height: auto;
  margin-right: .625rem;
}

.prDetailsBox1Swiper1 {
  width: 100%;
  height: 6.525rem;
  overflow: hidden;
  border-radius: .075rem;
}

.prDetailsBox1Swiper2 {
  width: 100%;
  margin-top: .125rem;
  overflow: hidden;
  height: 1.5625rem;
}

.prDetailsBox1Swiper2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: .0125rem;
  cursor: pointer;
}

.prDetailsBox1Swiper2 .swiper-slide {
  opacity: 0.5;
  transition: all 0.3s;
}

.prDetailsBox1Swiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

.com-nav.inner {
  position: sticky;
  top: 1.25rem;
  padding: .375rem 0;
  background: rgba(247, 247, 247, 1);
  z-index: 777;
}

.com-nav.inner a {
  color: #000;
}

.com-nav.inner a::after {
  color: #000;
}

.prDetailsBox1 .text {
  flex: 1;
}

.prDetailsBox1 .text li {
  width: 100%;
  align-items: end;
  margin-bottom: .125rem;
}

.prDetailsBox1 .text li .name {
  width: 1.6625rem;
  margin-right: .3rem;
  border-bottom: 1px solid rgba(51, 51, 51, 1);
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
  padding-bottom: .0625rem;
  font-weight: 600;
}

.prDetailsBox1 .text li .ls {
  color: rgba(51, 51, 51, 1);
  padding-bottom: .0625rem;
  font-size: .2rem;
  flex: 1;
  line-height: .25rem;
  border-bottom: 1px solid rgba(51, 51, 51, 1);
}

.prDetailsBox1 .text ul {
  margin: .4375rem 0 .375rem 0;
}

.prDetailsBox1 .text .com-more {
  margin-top: .4375rem;
}

.prDetailsBox1 .text .com-more::after {
  display: none;
}


.prDetailsBox2 {
  width: 100%;
  height: auto;
  position: sticky;
  top: 2.225rem;
  z-index: 222;
  border-bottom: .0125rem solid rgba(0, 0, 0, 0.1);
  padding: .375rem 0;
  background: rgba(247, 247, 247, 1);
}

.prDetailsBox2 .item {
  position: relative;
  color: rgba(0, 0, 0, 1);
  font-size: .2rem;
  font-weight: 600;
  margin-right: .525rem;
}

.prDetailsBox2 .item::after {
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  display: none;
  content: '';
  border-radius: .075rem .075rem 0px 0px;
  height: .05rem;
  width: 100%;
  background: var(--mainColor);
}

.prDetailsBox2 .item:hover,
.prDetailsBox2 .item.active {
  color: var(--mainColor);
}

.prDetailsBox2 .item:hover::after,
.prDetailsBox2 .item.active::after {
  display: block;
}

.prDetailsBox3 {
  width: 100%;
  height: auto;
  background: rgba(247, 247, 247, 1);
}

.prDetailsBox3Imte1 {
  width: 100%;
  height: auto;
  padding: .5rem 0 .9875rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .prDetailsBox3Imte1 {
    flex-wrap: wrap;
    gap: .5rem;
  }
}

.prDetailsBox3Imte1 .img {
  width: 7.05rem;
  overflow: hidden;
  height: 4.4625rem;
  border-radius: .075rem;
  margin-left: .625rem;
}
@media screen and (max-width: 768px) {
  .prDetailsBox3Imte1 .img {
    margin-left: 0;
  }
}

.prDetailsBox3Imte1 .lt {
  flex: 1;
}

.prDetailsBox3Imte1 .lt .com-tl {
  margin-bottom: .25rem;
}

.prDetailsBox3Imte1 .lt .con {
  margin: .1875rem 0;
}

.prDetailsBox3Imte1 .lt .con p {
  display: inline;
  font-weight: 600;
}

.prDetailsBox3Imte2 {
  width: 100%;
  height: auto;
  padding: .9375rem 0 .9875rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.prDetailsBox3Imte2 li {
  width: 100%;
  height: auto;
  padding: .375rem .4625rem .375rem .5rem;
  border-radius: .075rem;
  margin-bottom: .125rem;

  background: rgba(227, 227, 227, 1);
}

.prDetailsBox3Imte2 ul {
  margin-top: .5rem;
}

.prDetailsBox3Imte2 li:nth-child(2n+1) {
  background: rgba(237, 237, 237, 1);
}

.prDetailsBox3Imte2 li h3 {
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  font-weight: 600;
  margin-bottom: .3125rem;
}

.prDetailsBox3Imte2 li .com-ls24 {
  position: relative;
  width: 100%;
  padding-left: .2rem;
  margin-bottom: .125rem;
}

.prDetailsBox3Imte2 li .com-ls24::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: .0875rem;
  width: .075rem;
  height: .075rem;
  border-radius: 50%;
  background-color: var(--mainColor);
}

.prDetailsBox3Imte2 li .item p {
  position: relative;
  padding-left: 20px;
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
  line-height: .3rem;
  margin-left: .2rem;
}

.prDetailsBox3Imte2 li .item {
  margin-bottom: .125rem;
}

.prDetailsBox3Imte2 li .item .com-ls24 {
  margin-bottom: .0625rem;
}

.prDetailsBox3Imte2 li .item p::after {
  display: block;
  content: '';
  width: .05rem;
  height: .05rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.prDetailsBox3Imte3 {
  width: 100%;
  height: auto;
  padding: .75rem 0 1.125rem 0;

  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.prDetailsBox3Imte3 .com-tl {
  margin-bottom: .25rem;
}

.prDetailsBox3Imte3 .table {
  margin-top: .4375rem;
}

.prDetailsBox3Imte3 .table,
.prDetailsBox3Imte3 table {
  width: 100%;
  border: 1px solid rgba(175, 175, 175, 1);
  border-radius: .075rem;
  overflow: hidden;
}

.prDetailsBox3Imte3 thead tr:first-child {
  width: 100%;
}

.prDetailsBox3Imte3 thead tr:first-child th {
  height: .95rem;
  border-radius: .075rem .075rem 0px 0px;
  background: rgba(87, 87, 87, 1);
  color: rgba(255, 255, 255, 1);
  font-family: 600;
  font-size: .3rem;
  text-align: center;
}

.prDetailsBox3Imte3 thead tr:last-child th {
  height: .7rem;
  border-bottom: 1px solid rgba(175, 175, 175, 1);
  border-right: 1px solid rgba(175, 175, 175, 1);
  background: rgba(241, 241, 241, 1);
  color: var(--mainColor);
  font-size: .225rem;
  font-weight: 600;
  text-align: center;
}

.prDetailsBox3Imte3 tbody td {
  border-bottom: 1px solid rgba(175, 175, 175, 1);
  border-right: 1px solid rgba(175, 175, 175, 1);
  border-radius: 0px 0px .0625rem 0px;
  height: .525rem;
  background: rgba(255, 255, 255, 1);
  color: rgba(51, 51, 51, 1);
  font-size: .225rem;
  text-align: center;
}

.prDetailsBox3Imte4 {
  width: 100%;
  height: auto;
  padding: .75rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.prDetailsBox3Imte4 .top {
  margin-top: .275rem;
}

.prDetailsBox3Imte4 .top .img {
  width: 7.325rem;
  overflow: hidden;
  height: 8.3875rem;
  border-radius: .075rem;
  background: rgba(217, 217, 217, 1);
  margin-right: .4875rem;
}

.prDetailsBox3Imte4 .rt {
  flex: 1;
}

.prDetailsBox3Imte4 .rt h2 {
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  font-weight: 600;
  margin-bottom: .1875rem;
}


.prDetailsBox3Imte4 .rt li h3 {
  color: rgba(0, 0, 0, 1);
  font-size: .225rem;
  font-weight: 600;
  margin-bottom: .125rem
}

.prDetailsBox3Imte4 .rt li {
  position: relative;
  margin-bottom: .15rem;
}

.prDetailsBox3Imte4 .rt .nu {

  width: .6rem;
  height: .6rem;
  text-align: center;
  line-height: .6rem;
  color: rgba(255, 255, 255, 1);
  font-size: .2rem;
  border-radius: 50%;
  margin-right: .3125rem;
  background-color: var(--mainColor);
}

.prDetailsBox3Imte4 .rt li::after {
  position: absolute;
  left: .3rem;
  top: .625rem;
  display: block;
  content: '';
  height: 60%;
  width: .0125rem;
  background-color: rgba(0, 0, 0, 0.12);
}

.prDetailsBox3Imte4 .rt .text {
  flex: 1;
}

.prDetailsBox3Imte4 .rt li:last-child::after {
  display: none;
}

.prDetailsBox3Imte4 .bto {
  margin-top: .1875rem;
}

.prDetailsBox3Imte4 .bto li {
  width: 4.275rem;
  margin: 0 .1125rem .25rem 0;
}

.prDetailsBox3Imte4 .bto li .img {
  width: 100%;
  height: 2.8875rem;
  border-radius: .075rem;
  overflow: hidden;
}

.prDetailsBox3Imte4 .bto li h3 {
  color: rgba(0, 0, 0, 1);
  margin-top: .125rem;
  font-size: .3rem;
  text-align: center;
}

.prDetailsBox3Imte4 .bto li:nth-child(4n) {
  margin-right: 0;
}

.prDetailsBox3Imte5 {
  width: 100%;
  height: auto;
  padding: .75rem 0 1.125rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.prDetailsBox3Imte5 .table {
  margin-top: .4625rem;
}

.prDetailsBox3Imte5 table,
.prDetailsBox3Imte5 .table {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(175, 175, 175, 1);
  border-radius: .075rem;

}

.prDetailsBox3Imte5 tr {
  height: .95rem;
}

.prDetailsBox3Imte5 tr td {
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
  text-align: left;
  padding-left: .125rem;
  border-bottom: 1px solid rgba(175, 175, 175, 1);
  border-right: 1px solid rgba(175, 175, 175, 1);
}

.prDetailsBox3Imte5 tr td:first-child {
  border-bottom: 1px solid rgba(175, 175, 175, 1);
  border-left: 1px solid rgba(175, 175, 175, 1);
  background-color: rgba(241, 241, 241, 1);
  border-right: 1px solid rgba(175, 175, 175, 1);
  color: var(--mainColor);
  font-size: .25rem;
  text-align: center;
}

.prDetailsBox3Imte6 {
  width: 100%;
  height: auto;
  padding: .75rem 0 0 0;
}

.prDetailsBox3Imte6 ul {
  margin-top: .275rem;
}

.prDetailsBox3Imte6 li {
  width: 5.6625rem;
  height: auto;
  margin: 0 .25rem .25rem 0;
}

.prDetailsBox3Imte6 li:nth-child(3n) {
  margin-right: 0;
}

.prDetailsBox3Imte6 li .img {
  width: 100%;
  height: 3.825rem;
  overflow: hidden;
  border-radius: .075rem;

}

.prDetailsBox3Imte6 li h3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  text-align: left;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: .1875rem 0 .125rem 0;
}

.prDetailsBox3Imte6 li h3::after {
  display: block;
  content: '-';
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  font-weight: 600;
  transition: all 0.3s;
}

.prDetailsBox3Imte6 li:hover h3,
.prDetailsBox3Imte6 li:hover h3::after {
  color: var(--mainColor);
}

.prDetailsBox4 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  background: rgba(247, 247, 247, 1);
}

.prDetailsBox4 ul {
  margin-top: .5rem;
}

.prDetailsBox4 li {
  width: 4.275rem;
  height: auto;
  margin: 0 .1125rem 0 0;
}

.prDetailsBox4 li:nth-child(4n) {
  margin-right: 0;
}

.prDetailsBox4 li .img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  border-radius: .075rem;
}

.prDetailsBox4 li .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 2.3rem;
  padding: .125rem .125rem .2125rem .2125rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px .075rem .075rem;
  background: rgba(255, 255, 255, 1);
}

.prDetailsBox4 li h3 {
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  font-weight: 600;
}

.prDetailsBox4 li .com-ls24 {
  flex: 1;
  margin-top: .0875rem;
}

.prDetailsBox5 {
  width: 100%;
  height: auto;
  padding: .9375rem 0 1.0625rem 0;
  background: url(../images/ic3-25.webp) no-repeat;
  background-size: cover;
}

.prDetailsBox5 .com-tl {
  color: #fff;
}

.prDetailsBox5 form {
  width: 100%;
  height: auto;
}

.prDetailsBox5 .lt {
  width: 7.3rem;
  margin-right: .225rem;
  height: auto;
}

.prDetailsBox5 .rt {
  flex: 1;
}

.prDetailsBox5 .elementor-field-group {
  position: relative;
  /* height: .6625rem; */
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  border-radius: .075rem;

  margin-bottom: .175rem;
}
.prDetailsBox5 .elementor-field-type-html{
  margin-top: 0;
}

.prDetailsBox5 input[type=text],.prDetailsBox5 input[type=email] {
  width: 100%;
  height: 100%;
  color: rgba(122, 122, 122, 1) !important;
  padding-left: .25rem;
  background: rgba(247, 247, 247, 1);
  border-radius: .075rem !important;
  font-size: .2rem !important;
}


.prDetailsBox5 .imgVerifyCode input {
  flex: 1;
}

.prDetailsBox5 .imgVerifyCode img {
  position: static;
  width: 2.3rem;
  height: 100%;
  object-fit: cover;
  border-radius: .075rem;
  margin-left: .075rem;
}

.prDetailsBox5 .imgVerifyCode .tips {
  left: 0;
  bottom: -0.3375rem;
  top: auto;
}

.prDetailsBox5 .rt {
  flex: 1;
}

.prDetailsBox5 .rt textarea {
  width: 100%;
  height: 2.3375rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .075rem !important;
  background: rgba(247, 247, 247, 1);
  color: rgba(122, 122, 122, 1) !important;
  font-size: .2rem !important;
  padding: .1375rem 0 0 .25rem;
}

.prDetailsBox5 .form {
  margin-top: .5rem;
}

.prDetailsBox5 .rt .ls {
  color: rgba(255, 255, 255, 1);
  font-size: .2rem;
  line-height: .3rem;
}

.prDetailsBox5 .rt .ls a {
  text-decoration: underline !important;
}

.prDetailsBox5 button[type=submit] {
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  border-radius: .075rem !important;
  color: rgba(247, 247, 247, 1);
  text-align: center;
  font-size: .225rem;
  background: var(--mainColor) !important;
  margin-top: .375rem;
}
.prDetailsBox5 button[type=submit]:hover{
  transform: translateY(-5px);
}

.caseDelBox1 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}

.caseDelBox1 .lt {
  position: relative;
  width: 9.6875rem;
  height: 5.1125rem;
  background: rgba(87, 87, 87, 1);
  margin-right: 1.5rem
}

.caseDelBox1 .rt {
  flex: 1;
  padding-right: 3.25rem;


}

.caseDelBox1 .lt .text {
  position: absolute;
  right: -0.5125rem;
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
  height: 4.15rem;
  border-radius: .075rem;
  background: rgba(87, 87, 87, 1);
  padding: .625rem .4375rem 0 0;
}

.caseDelBox1 .lt .text::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  width: .45rem;
  height: .025rem;
  margin-top: .3rem;
  background: rgba(255, 255, 255, 1);
}

.caseDelBox1 .lt .text h3 {
  color: rgba(255, 255, 255, 1);
  font-size: .45rem;
  font-weight: 600;
  text-align: center;
}

.caseDelBox1 .rt .text .ls {
  color: rgba(51, 51, 51, 1);
  font-size: .3rem;
  line-height: .4rem;
  margin-bottom: .375rem;
}

.caseDelBox1 .top .rt li {
  margin-bottom: .125rem;
}

.caseDelBox1 .rt .text .name {
  color: rgba(51, 51, 51, 1);
  width: 1.45rem;
  font-size: .2rem;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid rgba(51, 51, 51, 1);
  margin-right: .3rem;
}

.caseDelBox1 .rt .text .lss {
  width: 50%;
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
  border-bottom: 1px solid rgba(51, 51, 51, 1);
  line-height: .3rem;
}

.caseDelBox1 .bto {
  width: 100%;
  height: auto;
  margin-top: .875rem;
}

.caseDelBox1 .bto ul {
  margin-top: .5rem;
}

.caseDelBox1 .bto li {
  width: calc((100% - .4rem) / 3);
  height: 3.85rem;
  border-radius: .075rem;
  box-shadow: 0px 0px .175rem 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
  transition: all 0.3s;
  padding: .375rem .4375rem .375rem .4375rem;
}

.caseDelBox1 .bto li:hover {
  cursor: pointer;
  transform: translateY(-10px);
  box-shadow: 0px .1rem .175rem rgba(0, 0, 0, 0.1);
}

.caseDelBox1 .bto li h3 {
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  font-weight: 600;
  transition: all 0.3s;
  margin-bottom: .175rem;
}

.caseDelBox1 .bto li:hover h3,
.caseDelBox2Con li:hover h3 {
  color: var(--mainColor);
}

.caseDelBox2 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  background-color: var(--bgColor);
}

.caseDelBox2 .com-tl {
  width: 42%;
}

.caseDelBox2Con {
  width: 100%;
  margin-top: .9375rem;
}

.caseDelBox2Con .img {
  width: 9.475rem;
  height: 6.0625rem;
  overflow: hidden;
}

.caseDelBox2Con li h3 {
  color: rgba(51, 51, 51, 1);
  font-size: .3rem;
  font-weight: 600;
  margin-bottom: .0625rem;
  transition: all 0.3s;
}

.caseDelBox2Con ul {
  flex: 1;
}

.caseDelBox2Con li {
  width: 100%;
  height: 1.2125rem;
  background: rgba(217, 217, 217, 1);
  padding: .25rem .2rem .0625rem .25rem;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
}

.caseDelBox2Con li:hover h3 {
  cursor: pointer;
  transform: translateX(3%);
}

.caseDelBox3 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}

.caseDelBox3 .img {
  width: 100%;
  height: auto;
  margin-top: .5rem;
  overflow: hidden;
}

.caseDelBox4 {
  width: 100%;
  height: auto;
  padding: .875rem 0;
  background-color: var(--bgColor);
}

.caseDelBox4 .com-tl {
  width: 40%;
}

.caseDelBox4 .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.prDetailsBox4.inner,
.productBox2.inner {
  background-color: transparent;
}

.caseDelBox5 {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}

.caseDelBox5Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.prDetailsBox4-pagination,
.solutionBox8-pagination {
  margin-top: .625rem;
}

.caseDelBox5Swiper .img {
  position: relative;
  width: 100%;
  height: 3.3875rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: .075rem;

}

.caseDelBox5Swiper .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: .65rem;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.caseDelBox5Swiper .swiper-slide:hover .bg {
  transform: scale(1.1);
}

.caseDelBox5Swiper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caseDelBox5Swiper .name {
  color: rgba(45, 45, 45, 1);
  font-size: .3rem;
  font-weight: normal;
  margin-top: .1875rem;
  font-family: "Montserrat-Medium";
  text-align: center;
}

.caseDelBox5-pagination .swiper-pagination-bullet,
.aboutBox6-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid rgb(91, 103, 112);
  transition: all 0.3s;
}

.caseDelBox5-pagination .swiper-pagination-bullet-active,
.aboutBox6-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
}

.caseDelBox5-pagination,
.aboutBox6-pagination {
  margin-top: .625rem;
}


.aboutBox1 {
  width: 100%;
  height: auto;
  padding: 1.75rem 0 1rem 0;
}

.aboutBox1Con {
  width: 100%;
  position: relative;
  height: 6.2875rem;
}

.aboutBox1 .img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 8.5rem;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}

.aboutBox1 .text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9.6875rem;
  height: 7.0625rem;
  border-radius: .075rem;
  box-shadow: 0px .05rem .225rem 0px rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 1);
  padding: .6875rem .25rem .2875rem 1.25rem;
}

.aboutBox1 .text .com-tl {
  margin-bottom: .25rem;
}

.aboutBox1 .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.1375rem;
  height: auto;
  object-fit: cover;
}

.aboutBox1 .text .com-ls24 {
  margin-bottom: .25rem;
}

.aboutBox1 .text .bto {
  overflow-y: scroll;
  height: 5.1125rem;

}

.aboutBox1 .text p {
  display: inline;
  color: var(--mainColor);
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
  line-height: .3rem;

}

.aboutBox1 ::-webkit-scrollbar {
  width: 4px;
  height: auto;
}

.aboutBox1 ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.aboutBox1 ::-webkit-scrollbar-thumb {
  background: var(--mainColor);
  border-radius: 6px;
}

.aboutBox1 ::-webkit-scrollbar-thumb:hover {
  background: rgba(217, 217, 217, 1);
}

.aboutBox2 {
  width: 100%;
  height: 3.4rem;
  background-color: var(--bgColor);
}

.aboutBox2 ul {
  background-color: transparent;
  box-shadow: none;
  margin-top: 0;
}



.aboutBox3 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}

.aboutBox3 ul {
  margin-top: .4375rem;
}

.aboutBox3 li {
  position: relative;
  height: 4.8375rem;
  overflow: hidden;
  width: 4.575rem;
}

.aboutBox3 li:first-child {
  width: 7.9375rem;
}

.aboutBox3 li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.1rem .375rem .625rem .5625rem;
}

.aboutBox3 li h3 {
  color: rgba(255, 255, 255, 1);
  font-size: .3rem;
  font-weight: 600;
  margin: .3125rem 0 .125rem 0;
}

.aboutBox3 li .icon {
  width: .8rem;
  height: .8rem;
  object-fit: cover;
}

.aboutBox3 li .com-ls24 {
  color: #fff;
}

.aboutBox4 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  background: url(../images/ic6-31.webp) no-repeat;
  background-size: cover;
}

.aboutBox4 .top {
  width: 100%;
  height: auto;
  border-top: .0125rem solid rgba(0, 0, 0, 0.2);
  margin-top: .6875rem;
}

.aboutBox4Swiper1 {
  width: 100%;
  height: auto;
  overflow-x: clip;
  margin-bottom: .5rem;
}

.aboutBox4Swiper1 .time {
  color: rgba(33, 41, 58, 1);
  font-size: .2rem;
  line-height: .3rem;
  text-align: center;
  font-weight: 600;
  margin-top: .3125rem;
  transition: all 0.3s;
}

.aboutBox4Swiper1 .swiper-slide {
  cursor: pointer;
  position: relative;
}

.aboutBox4Swiper1 .dot {
  position: absolute;
  top: -0.05rem;
  left: 50%;
  transform: translateX(-50%);
  width: .0875rem;
  height: .0875rem;
  border-radius: 50%;
  background: rgba(126, 126, 126, 1);
  transition: all 0.3s;
}

.aboutBox4Swiper1 .swiper-slide-thumb-active .time {
  color: var(--mainColor);
}

.aboutBox4Swiper1 .swiper-slide-thumb-active .dot {
  width: .25rem;
  height: .25rem;
  background-color: #fff;
  top: -0.125rem;
  border: .075rem solid var(--mainColor);
}

.aboutBox4Swiper2 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.aboutBox4Swiper2 .con {
  width: 100%;
  height: 5.4875rem;
  border-radius: .075rem;
  background-color: #fff;

}

.aboutBox4Swiper2 .img {
  width: 8.1125rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0px .075rem .075rem 0px;

}

.aboutBox4Swiper2 .text {
  flex: 1;
  padding: .75rem;
}

.aboutBox4Swiper2 .com-tl {
  margin-bottom: .375rem;
}

.aboutBox4Swiper2 .com-tl::after {
  display: block;
  content: '';
  width: .625rem;
  height: .1375rem;
  background: url(../images/ic5-10.webp) no-repeat;
  background-size: cover;
  margin-top: .1875rem;
}

.aboutBox4Swiper2 .bto {
  position: absolute;
  left: .75rem;
  bottom: .875rem;
  z-index: 66;
}

.aboutBox4-next,
.aboutBox4-prev {
  cursor: pointer;
  width: .625rem;
  height: .625rem;
  background: url(../images/ic1-38.svg) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.aboutBox4-next {
  transform: rotate(180deg);
  margin-left: .125rem;
}

.aboutBox4-next:hover {
  background: url(../images/ic1-39.svg) no-repeat;
  background-size: cover;
  transform: rotate(0);
}

.aboutBox4-prev:hover {
  background: url(../images/ic1-39.svg) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

.aboutBox5 {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}

.aboutBox5 .com-ls24 {
  margin: .25rem 0 .375rem 0;
}


.aboutBox5 li {
  width: 4.225rem;
  height: auto;
  margin: 0 .2rem .2rem 0;
  padding: .125rem;
  background: rgba(247, 247, 247, 1);
  border-radius: .075rem;
  transition: all 0.3s;
}

.aboutBox5 li:nth-child(4n) {
  margin-right: 0;
}

.aboutBox5 li .img {
  width: 100%;
  display: flex;
  align-items: center;
  height: 4.625rem;
  background: rgba(247, 247, 247, 1);
  padding: .3rem .6rem;
  border-bottom: 1px solid #fff;
}

.aboutBox5 li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.aboutBox5 li .name {
  width: 100%;
  height: .875rem;
  line-height: .875rem;
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  font-weight: 600;
  transition: all 0.3s;
  text-align: center;
}

.aboutBox5 li:hover {
  cursor: pointer;
  transform: translateY(-10px);
  background-color: var(--mainColor);
}

.aboutBox5 li:hover .name {
  color: #fff;
}

.aboutBox6 {
  width: 100%;
  height: auto;
  padding: .875rem 0;
}

.aboutBox6Swiper {
  width: 100%;
  height: auto;
  margin-top: .4375rem;
  overflow-x: clip;
}

.aboutBox6Swiper .swiper-slide {
  width: 100%;
  height: 1.7rem;
  border-radius: .075rem;
  box-shadow: 0px .05rem .2rem 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1), ;
}

.whyUsBox1 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}

.whyUsBox1 li {
  width: calc((100% - .4rem) / 3);
  height: 3.85rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
  padding: .75rem;
  transition: all 0.3s;
}

.whyUsBox1 li img {
  width: .75rem;
  height: .75rem;
  object-fit: cover;

}

.whyUsBox1 li h3 {
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  font-weight: 600;
  margin: .175rem 0 .125rem 0;
  text-align: center;
}

.whyUsBox1 li .com-ls24 {
  text-align: center;
}


.whyUsBox1 li:hover {
  cursor: pointer;
  transform: translateY(-10px);
  border-radius: .075rem;
  box-shadow: 0px 0px .325rem 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
}

.whyUsBox2 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  background-color: var(--bgColor);
}

.whyUsBox2 .text {
  flex: 1;
}

.whyUsBox2 .img {
  width: 8.75rem;
  height: 5.675rem;
  overflow: hidden;
  margin-left: .8375rem;
  border-radius: .075rem;
}

.whyUsBox2 .text .item {
  margin-top: .1875rem;
}

.whyUsBox2 .text .com-ls24 p {
  display: inline;
  /* font-weight: 600; */
}

.whyUsBox3 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}

.whyUsBox3 ul {
  margin-top: .4375rem;
}

.whyUsBox3 li {
  width: 5.7rem;
  height: 4.1875rem;
  border-radius: .075rem;
  padding: .2375rem;
  background-color: var(--bgColor);
  margin: 0 .1875rem .2rem 0;
}

.whyUsBox3 li:nth-child(3n) {
  margin-right: 0;
}

.whyUsBox3 li .img {
  width: 100%;
  height: 3.1875rem;
  border-radius: .075rem;
  overflow: hidden;
}

.whyUsBox3 li .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 1);
  font-size: .3rem;
  font-weight: 600;
  margin-top: .1875rem;
  transition: all 0.3s;
}

.whyUsBox3 li .name::after {
  display: block;
  content: '';
  width: .175rem;
  height: .05rem;
  background-color: #000;
  transition: all 0.3s;
}

.whyUsBox3 li:hover .name {
  color: var(--mainColor);
}

.whyUsBox3 li:hover .name::after {
  background-color: var(--mainColor);
}

.whyUsBox4 {
  width: 100%;
  height: 7.95rem;
}

.whyUsBox4Swiper1 {
  width: 12.6125rem;
  height: 100%;
  overflow: hidden;
}

.whyUsBox4Swiper1 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.whyUsBox4 .rt {
  width: calc(100% - 12.6125rem);
  height: 100%;
  background-color: var(--bgColor);
  padding: 1.125rem 3.25rem 1.25rem 1.125rem;
}

.whyUsBox4 .rt .com-ls24 {
  margin: .25rem 0 .375rem 0;
}

.whyUsBox4Swiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.whyUsBox4Swiper2 .img {
  width: 100%;
  cursor: pointer;
  height: 1.4rem;
  overflow: hidden;
  transition: all 0.3s;
}

.whyUsBox4Swiper2 .swiper-slide-thumb-active .img {
  border: .05rem solid var(--mainColor);
}

.whyUsBox5 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 .75rem 0;
}

.whyUsBox5 .tl {
  margin-bottom: .75rem;
}


.whyUsBox5 li {
  width: calc(100% / 4);
  height: 3.25rem;
  border-left: 1px solid rgba(202, 202, 202, 1);
  margin-bottom: .5rem;
  padding: 0 .3125rem 0 .4rem;
}

.whyUsBox5 li .img {
  width: .575rem;
  height: .575rem;
  border-radius: .075rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mainColor);
  transition: all 0.3s;
}

.whyUsBox5 li img {
  width: .35rem;
  height: .35rem;
  object-fit: contain;
}

.whyUsBox5 li h3 {
  color: rgba(0, 0, 0, 1);
  font-size: .2rem;
  font-weight: 600;
  margin: .25rem 0 .0625rem 0;
}

.whyUsBox5 li:hover .img {
  transform: translateY(-10px);
}

.whyUsBox6 {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}

.whyUsBox6 .com-ls24 {
  margin: .3125rem 0 .375rem 0;
}

.whyUsBox6 li {
  position: relative;
  width: 5.6625rem;
  height: 6.825rem;
  border-radius: .075rem;
  overflow: hidden;
  margin: 0 .2375rem .3rem 0;
}

.whyUsBox6 li:nth-child(3n) {
  margin-right: 0;
}


.whyUsBox6 li .text {
  width: 100%;
  height: .8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: .075rem;
  background: linear-gradient(180.00deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 100%);
  color: rgba(255, 255, 255, 1);
  font-size: .3rem;
  text-align: left;
  padding: .15rem .3375rem;
}

@media screen and (max-width: 1024px) {

  .header,
  .prDetailsBox3Imte4 .top .img,
  .whyUsBox2 .img {
    display: none;
  }

  body {
    padding-top: 60px;
  }

  .mobileHeader {
    display: flex;
  }

  .com-card {
    width: 100%;
    padding: 0 4%;
  }

  .headerSwiper .text .con h3,
  .indexBox1Swiper .con h3,
  .com-more2,
  .indexBox2Swiper .text h3,
  .indexBox3 li h3,
  .indexBox4Con li h3,
  .indexBox4Con .img p,
  .indexBox6Con li h3,
  .indexBox6 .lt .text h3,
  .footer li h3,
  .aboutBox3 li h3,
  .caseDelBox1 .bto li h3,
  .caseDelBox2Con li h3,
  .prDetailsBox4 li h3,
  .caseDelBox5Swiper .name,
  .productBox2 li .title h3,
  .prDetailsBox3Imte2 li h3,
  .prDetailsBox3Imte3 thead tr:first-child th,
  .prDetailsBox2 .item,
  .prDetailsBox3Imte4 .rt h2,
  .prDetailsBox3Imte4 .bto li h3,
  .prDetailsBox3Imte6 li h3,
  .productMenu .submenus a,
  .comProduct li .text h3,
  .whyUsBox1 li h3,
  .whyUsBox3 li .name,
  .whyUsBox5 li h3,
  .whyUsBox6 li .text {
    font-size: 15px;
  }

  .headerSwiper .text .con h2 p,
  .headerSwiper .text .con h2,
  .com-tl,
  .indexBox7 h3,
  .innerBanner .con h6,
  .caseDelBox1 .lt .text h3,
  .prDetailsBox5 input[type=submit],
  .productMenu>li>a {
    font-size: 16px;
  }

  .productBox1 .title {
    font-size: 18px;
  }

  .com-tl2,
  .prDetailsBox3Imte3 thead tr:last-child th,
  .prDetailsBox3Imte4 .rt li h3 {
    font-size: 14px;
  }

  .indexBox1Swiper .con .img,
  .indexBox4Con ul,
  .indexBox5 .top,
  .comNumber,
  .indexBox6Con,
  .indexBox6Con li .img,
  .indexBox7,
  .innerBanner,
  .aboutBox1Con,
  .aboutBox1 .img,
  .aboutBox4Swiper2 .con,
  .aboutBox5 li .img,
  .aboutBox6Swiper .swiper-slide,
  .prDetailsBox4 li .img,
  .prDetailsBox3Imte4 .bto li .img,
  .prDetailsBox3Imte6 li .img,
  .comProduct li .img,
  .whyUsBox3 li .img,
  .whyUsBox3 li,
  .whyUsBox4,
  .whyUsBox4Swiper2 .img,
  .whyUsBox6 li {
    height: auto;
  }

  .indexBox1Swiper .con .ls,
  .com-ls20,
  .indexBox6 .lt .ls p,
  .footer li a,
  .footer .lt .text .ls,
  .footer .bto .name,
  .com-ls24,
  .caseDelBox1 .rt .text .name,
  .caseDelBox1 .rt .text .lss,
  .caseDelBox1 .rt .text .ls,
  .prDetailsBox3Imte2 li .item p,
  .prDetailsBox3Imte3 tbody td,
  .prDetailsBox5 .rt .ls {
    font-size: 14px;
    line-height: 20px;
  }

  .com-more {
    width: fit-content;
    padding: 0 15px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  .indexBox1,
  .indexBox2,
  .indexBox3,
  .indexBox4,
  .indexBox5,
  .indexBox6,
  .aboutBox1,
  .aboutBox3,
  .aboutBox4,
  .aboutBox6,
  .caseDelBox1,
  .caseDelBox2,
  .caseDelBox3,
  .caseDelBox4,
  .prDetailsBox4,
  .prDetailsBox3Imte2,
  .prDetailsBox3Imte3,
  .prDetailsBox3Imte5,
  .prDetailsBox3Imte4,
  .prDetailsBox3Imte6,
  .productBox1,
  .whyUsBox1,
  .whyUsBox2,
  .whyUsBox3,
  .whyUsBox5 {
    padding: 20px 0;
  }

  .indexBox1Swiper,
  .indexBox2Swiper,
  .indexBox3 ul,
  .indexBox4Con,
  .indexBox6Con,
  .aboutBox3 ul,
  .aboutBox4 .top,
  .caseDelBox1 .bto,
  .caseDelBox2Con,
  .prDetailsBox4 ul,
  .prDetailsBox1 .text,
  .prDetailsBox3Imte2 ul,
  .prDetailsBox3Imte5 .table {
    margin-top: 15px;
  }

  .aboutBox5 {
    padding-top: 20px;
  }

  .whyUsBox5 .tl {
    margin-bottom: 15px;
  }

  .caseDelBox5,
  .productBox2,
  .prDetailsBox3Imte1,
  .whyUsBox6 {
    padding-bottom: 20px;
  }

  .indexBox4Con,
  .indexBox5 .top,
  .comNumber,
  .indexBox6Con,
  .footer .top,
  .footer .bto .com-card,
  .aboutBox1 .com-card,
  .aboutBox3 ul,
  .aboutBox4Swiper2 .con,
  .caseDelBox1 .top,
  .caseDelBox1 .bto ul,
  .caseDelBox2Con,
  .prDetailsBox1 .com-card,
  .prDetailsBox2 .com-card,
  .prDetailsBox5 .top,
  .productBox1 .com-card,
  .whyUsBox1 ul,
  .whyUsBox2 .com-card,
  .whyUsBox4,
  .whyUsBox5 .tl {
    flex-wrap: wrap;
  }

  .indexBox1-next,
  .indexBox2-next {
    position: static;
    transform: translateY(0);
  }

  .indexBox1-prev,
  .indexBox2-prev {
    position: static;
    transform: translateY(0) rotate(180deg);
    margin-right: 10%;
  }

  .indexBox1Con .bto {
    margin-top: 20px;
  }

  .indexBox2Swiper .bto {
    padding: 0 20%;
    margin-top: 20px;
  }

  .indexBox2-prev {
    margin-right: 0;
  }

  .indexBox2-pagination {
    margin-top: 0;
    flex: 1;
  }

  .indexBox2Swiper .swiper-slide,
  .indexBox4Con .img,
  .indexBox6 .lt,
  .caseDelBox1 .lt,
  .prDetailsBox1 .lt,
  .prDetailsBox1Swiper2,
  .prDetailsBox5 .lt,
  .productBox1let,
  .whyUsBox4 .rt,
  .whyUsBox4Swiper1 {
    width: 100%;
    height: auto;
  }

  .indexBox3 li {
    height: 250px;
    width: calc((100% - 10px) / 2) !important;
    margin: 0 10px 10px 0;
  }

  .prDetailsBox1 .lt {
    width: 60%;
  }

  .indexBox3 li:nth-child(3n) {
    margin-right: 10px;
  }

  .indexBox3 li:nth-child(2n) {
    margin-right: 0;
  }

  .indexBox4Con ul {
    padding: 2% 4%;
    flex: none;
    width: 100%;
  }

  .indexBox4Con li {
    margin-bottom: 10px;
  }

  .indexBox5 .top .text {
    flex: none;
    width: 100%;
    padding: 2% 0;
  }

  .comNumber li {
    width: calc(100% / 2);
    margin-bottom: 15px;
  }

  .comNumber li:nth-child(3) {
    border-left: none;
  }

  .comNumber li:nth-child(3)::after {
    display: none;
  }

  .indexBox6 .lt {
    margin: 0 0 10px 0;
  }

  .indexBox7 {
    padding: 6% 0;
  }

  .footer .top,
  .footer .bto .com-card {
    padding: 3% 4%;
  }

  .footer ul {
    flex: none;
    width: 100%;
    margin-top: 3%;
  }

  .footLink {
    margin-bottom: 2%;
  }

  .footer .bto .name {
    white-space: normal;
  }

  .aboutBox1 .img,
  .aboutBox1 .text,
  .caseDelBox1 .lt .text {
    position: static;
  }

  .aboutBox1 .text {
    width: 100%;
    height: auto;
    padding: 3%;
    margin-top: 10px;
  }

  .aboutBox3 li {
    width: calc((100% - 10px) / 2) !important;
    height: 250px;
    margin-bottom: 10px;
  }

  .aboutBox4Swiper2 .text,
  .prDetailsBox3Imte2 li {
    padding: 2%;
  }

  .aboutBox5 li,
  .prDetailsBox4 li,
  .prDetailsBox3Imte4 .bto li,
  .comProduct li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }

  .aboutBox5 li:nth-child(4n),
  .prDetailsBox4 li:nth-child(4n),
  .prDetailsBox3Imte4 .bto li:nth-child(4n),
  .comProduct li:nth-child(4n) {
    margin-right: 10px;
  }

  .aboutBox5 li:nth-child(3n),
  .prDetailsBox4 li:nth-child(3n),
  .prDetailsBox3Imte4 .bto li:nth-child(3n),
  .comProduct li:nth-child(3n) {
    margin-right: 0;
  }

  .caseDelBox1 .lt .text {
    transform: translateY(0);
    width: 100%;
    padding: 3% 4%;
    height: auto;
  }

  .aboutBox5 li .name {
    height: auto;
    font-size: 15px;
    line-height: 24px;
    padding: 2% 0;
  }

  .caseDelBox1 .lt {
    margin: 0 0 10px 0;
  }

  .caseDelBox1 .rt {
    flex: none;
    width: 100%;
    padding: 0 4%;
  }

  .caseDelBox1 .rt .text .name {
    width: 20%;
  }

  .caseDelBox1 .rt .text .lss {
    width: 80%;
  }

  .caseDelBox1 .bto li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
  }

  .caseDelBox2Con ul,
  .prDetailsBox1 .text {
    flex: none;
    width: 100%;
  }

  .caseDelBox5Swiper .img {
    height: 270px;
  }

  .com-nav.inner {
    top: 60px;
  }

  .prDetailsBox3Imte3 tbody td {
    height: auto;
    padding: 10px;
  }

  .prDetailsBox3Imte3 .table,
  .prDetailsBox3Imte3 table,
  .prDetailsBox3Imte5 table,
  .prDetailsBox3Imte5 .table {
    overflow-x: scroll;
  }

  .prDetailsBox2 {
    top: 123px;
  }

  .prDetailsBox2 .item {
    margin-bottom: 15px;
  }

  .prDetailsBox2 .item::after {
    bottom: -10px;
  }

  .prDetailsBox3Imte6 li,
  .whyUsBox1 li,
  .whyUsBox3 li,
  .whyUsBox6 li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }

  .prDetailsBox3Imte6 li:nth-child(3n),
  .whyUsBox3 li:nth-child(3n),
  .whyUsBox6 li:nth-child(3n) {
    margin-right: 10px;
  }

  .prDetailsBox3Imte6 li:nth-child(2n),
  .whyUsBox1 li:nth-child(2n),
  .whyUsBox3 li:nth-child(2n),
  .whyUsBox6 li:nth-child(2n) {
    margin-right: 0;
  }

  .prDetailsBox5 .lt {
    margin: 0 0 10px 0;
  }

  .prDetailsBox5 .imgVerifyCode .tips {
    bottom: -29px;
  }

  .productBox1let {
    margin: 0 0 10px 0;
    position: static;
  }

  .whyUsBox4 .rt {
    padding: 20px 4%;
  }

  .whyUsBox5 li {
    width: calc(100% / 2);
  }
.iderIndexBox6{
  padding: 20px 0;
}
.iderBox6Con{
  flex-wrap: wrap;
}
.iderIndexBox6Swiper{
  width: 100%;
  height: auto;
  margin:  0 0 10px 0;
}
.iderIndexBox6Swiper .img,
.iderIndexBoxTop{
  height: auto;
}
.iderIndexBox6Swiper .text .name{
  font-size: 15px;
  line-height: 20px;
}
.iderIndexBoxTop .con .text .time, .iderIndexBox6 .rt li .time{
  font-size: 15px;
}
.iderIndexBox6Swiper .text p{
  font-size: 14px;
  line-height: 25px;
}


}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: 48px;
  }

  .headerSwiper .text .con h2,
  .innerBanner .con h6,
  .aboutBox1 .img,
  .caseDelBox2 .com-tl,
  .caseDelBox4 .com-tl,
  .prDetailsBox1 .lt {
    width: 100%;
  }

  .indexBox1Swiper .con .img {
    margin-bottom: 10px;
  }

  .indexBox3 li,
  .aboutBox3 li,
  .caseDelBox1 .bto li {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .indexBox5 .top .img,
  .caseDelBox1 .bto li,
  .caseDelBox2Con .img,
  .caseDelBox2Con li,
  .prDetailsBox1Swiper1 {
    width: 100%;
    height: auto;
  }

  .indexBox5 .top .icon {
    height: 13vh;
  }

  .comNumber li h3 {
    font-size: 24px;
  }

  .footer ul li {
    display: none;
  }

  .aboutBox3 li .text {
    padding: 3%;
  }

  .footer .lt {
    width: 100%;
    margin-right: 0;
  }

  .innerBanner .con {
    top: 50%;
    transform: translateY(-50%);
  }

  .aboutBox4Swiper2 .text {
    flex: none;
    width: 100%;
  }

  .aboutBox4Swiper2 .img {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
  }

  .aboutBox4Swiper2 .bto {
    position: static;
    justify-content: center;
    margin-top: 20px;
  }

  .aboutBox5 li,
  .prDetailsBox4 li,
  .prDetailsBox3Imte4 .bto li,
  .comProduct li {
    width: calc((100% - 10px) / 2);
  }

  .aboutBox5 li:nth-child(3n),
  .prDetailsBox4 li:nth-child(3n),
  .prDetailsBox3Imte4 .bto li:nth-child(3n),
  .comProduct li:nth-child(3n) {
    margin-right: 10px;
  }

  .aboutBox5 li:nth-child(2n),
  .prDetailsBox4 li:nth-child(2n),
  .prDetailsBox3Imte4 .bto li:nth-child(2n),
  .comProduct li:nth-child(2n) {
    margin-right: 0;
  }

  .whyUsBox1 li {
    padding: 3%;
  }
  .iderIndexBoxTop .con{
  flex-wrap: wrap;
}
.iderIndexBoxTop .con .img{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.iderIndexBox6Swiper .text p{
  width: 100%;
  margin-bottom: 0;
}


}

@media screen and (max-width: 500px) {
  .indexBox1Swiper .con {
    height: auto;
    padding: 3%;
  }

  .comNumber li {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .indexBox6Con ul {
    flex-wrap: wrap;
  }

  .indexBox6Con ul li,
  .whyUsBox5 li {
    width: 100%;
    margin-bottom: 10px;
  }

  .whyUsBox5 li {
    height: auto;
  }

  .prDetailsBox4 li,
  .prDetailsBox3Imte4 .bto li,
  .prDetailsBox3Imte6 li,
  .comProduct li,
  .whyUsBox3 li {
    width: 100%;
    margin-right: 0 !important;
  }

  .prDetailsBox3Imte4 .rt li::after {
    height: 100%;
  }

  .whyUsBox6 li .text {
    height: auto;
    padding: 2%;
  }
}


@media screen and (max-width: 420px) {
  .headerSwiper .bg {
    height: 40vh;
  }

  .indexBox3 li,
  .whyUsBox1 li {
    height: auto;
  }

  .whyUsBox1 li {
    width: 100%;
    margin-right: 0 !important;
  }

  .comNumber li::after {
    left: -1.3px;
  }

  .productBox2 li .title h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .productBox2 li.active .title h3 {
    display: inline;
  }

}

@media screen and (max-width: 375px) {
  .aboutBox5 li {
    width: 100%;
    margin-right: 0 !important;
  }
}













































@media screen and (max-width: 1024px) {
  .searchForm {
    top: 60px;
  }

  .language {
    width: 23px;
    height: auto;
    object-fit: contain;
  }

  .languageSwitching {
    width: auto;
    position: relative;
    height: 100%;
  }

  .searchForm input[type="text"] {
    flex: none;
    width: 70%;
    height: 35px;
    font-size: 15px;
  }

  .searchForm input[type="text"]::placeholder {
    font-size: 15px;
  }

  .searchForm input[type="submit"] {
    width: fit-content;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    margin-left: 3%;
    border-radius: 5px;
    padding: 0 20px;
    background-color: var(--mainColor);
  }

  .languageSwitching .con {
    top: 60px;
  }

  .languageSwitching a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .mobileHeader .lt {
    height: 100%;
  }

  .mobileHeader .search {
    width: 24px;
    height: auto;
    object-fit: contain;
    margin-right: 10px;
  }


}

@media screen and (max-width: 768px) {

  .Fast_contact {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    z-index: 999;
    transform: translateY(0%);
    display: block;
  }

  .Fast_contact ul li.onlineservice_li {
    width: 33.33%;
    float: left;
    margin-bottom: 0;
    border-left: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .Fast_contact ul li.onlineservice_li.email_click {
    display: block
  }

  .Fast_contact ul li.onlineservice_li,
  .onlineservice_tips {
    display: none;
  }

  .Fast_contact ul li.onlineservice_li:nth-of-type(1) {
    border-left: 0
  }

  .Fast_contact ul li.onlineservice_li:nth-of-type(1),
  .Fast_contact ul li.onlineservice_li:nth-of-type(2),
  .Fast_contact ul li.onlineservice_li:nth-of-type(3) {
    display: block;
  }

  .inquireFormBox {
    top: 50%;
    left: 50%;
    width: 90%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 600px) {
  .searchForm input[type="text"] {
    width: 50%;
  }

  .ejectEmail_form {
    width: 90%;
  }

  .agreementBox {
    padding: 20px 0;
  }
}


@media screen and (max-width: 360px) {
  .mobileHeader .logo {
    align-items: center;
    justify-content: center;
  }

  .mobileHeader .logo img {
    width: 80%;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

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




.prDetailsBox3Imte2 li ul li {
  position: relative;
  width: 100%;
  margin-bottom: .125rem;
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
  line-height: .3rem;
  padding: 0;
  border-radius: none;
  background: none !important;
  padding-left: .2rem;
}

.prDetailsBox3Imte2 li ul h4 {
  position: relative;
  padding-left: 20px;
  color: rgba(51, 51, 51, 1);
  font-size: .2rem;
  line-height: .3rem;
  margin-left: .2rem;
  margin-bottom: .1rem;
}

.prDetailsBox3Imte2 li ul h4::after {
  display: block;
  content: '';
  width: .05rem;
  height: .05rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.prDetailsBox3Imte2 li ul li::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: .0875rem;
  width: .075rem;
  height: .075rem;
  border-radius: 50%;
  background-color: var(--mainColor);
}

@media screen and (min-width: 1960px) {
  .whyUsBox4Swiper2 .img{
    height: 150px;
  }

}
@media screen and (min-width: 2000px) {
  .whyUsBox4Swiper2 .img{
    height: 190px;
  }
}