/**首页banner**/
.index-banner {
  position: relative;
}
.index-banner .box {
  display: block;
}
.index-banner .box .pc {
  display: block;
}
.index-banner .box .phone {
  display: none;
}
.index-banner .swiper-slide {
  overflow: hidden;
}
.index-banner .swiper-other {
  position: absolute;
  left: 0;
  bottom: 7.8%;
  z-index: 2;
  width: 100%;
}
.index-banner .swiper-other .swiper-pagination-bullet {
  --cw: 12px;
  margin: 0 7px;
  position: relative;
  cursor: pointer;
}
.index-banner .swiper-other .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.44);
  width: var(--cw);
  height: var(--cw);
  opacity: 1;
  transition: opacity 0.3s;
}
.index-banner .swiper-other .cycle-box {
  --size: var(--cw);
  --b-c: #ffffff;
  --b-w: 1px;
  display: block;
}
@media (max-width: 1200px) {
  .index-banner .box .pc {
    display: none;
  }
  .index-banner .box .phone {
    display: block;
  }
  .index-banner .swiper-other {
    bottom: 0.35rem;
  }
  .index-banner .swiper-other .swiper-pagination-bullet {
    --cw: 0.26rem;
    margin: 0 0.08rem;
  }
  .index-banner .swiper-other .swiper-pagination-bullet::before {
    border-width: 2px;
  }
  .index-banner .swiper-other .cycle-box {
    --b-w: 2px;
  }
}
.index-about {
  --wrap-w: var(--wrap-1600-width);
  position: relative;
  padding-top: clamp(0px, 15.14%, 290px);
  padding-bottom: clamp(0px, 12.53%, 240px);
  overflow: hidden;
}
.index-about .icon-img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 385px;
  max-width: 20%;
}
.index-about .icon-img-box img {
  display: block;
  transform: translate(-10%, 5%);
}
.index-about .logo {
  display: block;
  margin: 0 auto;
  max-width: 50%;
}
.index-about .cont-box {
  margin: 6.25% auto 4.5%;
  position: relative;
  max-width: 1150px;
}
.index-about .cont-box .big {
  margin-top: -0.35em;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  pointer-events: none;
  font-size: calc(var(--wrap-w)*0.075);
  font-weight: bold;
  line-height: 0.7em;
  color: #333333;
  opacity: 0.06;
}
.index-about .cont-box .cont {
  text-align: left;
  font-size: 20px;
  line-height: 1.4em;
  color: #666666;
}
@media (max-width: 1600px) {
  .index-about {
    padding-top: clamp(0px, 12%, 290px);
    padding-bottom: clamp(0px, 9%, 240px);
  }
}
@media (max-width: 1300px) {
  .index-about {
    padding-top: clamp(0px, 10%, 290px);
    padding-bottom: clamp(0px, 7%, 240px);
  }
  .index-about .cont-box .cont {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .index-about {
    padding-top: 0.75rem;
    padding-bottom: 0.65rem;
  }
  .index-about .logo {
    width: 4.2rem;
    max-width: 100%;
  }
  .index-about .cont-box {
    margin: 0.4rem auto 0.35rem;
  }
  .index-about .cont-box .big {
    font-size: calc(var(--wrap-w)*0.15);
  }
  .index-about .cont-box .cont {
    font-size: 0.27rem;
    line-height: 1.6em;
  }
}
.index-solution {
  --wrap-w: var(--wrap-1600-width);
  position: relative;
  background: url(../image/bg1.jpg) no-repeat center / 100% 100%;
  padding-top: clamp(0px, 8.1%, 155px);
  padding-bottom: clamp(0px, 15.4%, 295px);
  overflow: hidden;
  color: #ffffff;
}
.index-solution .wave-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.index-solution .title-en {
  margin-bottom: -0.4em;
  font-family: Arial-Black;
  font-size: calc(var(--wrap-w)*0.0875);
  font-weight: bold;
  line-height: 0.8em;
  letter-spacing: 0.1em;
  color: #ffffff;
  opacity: 0.1;
}
.index-solution .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
  color: #ffffff;
}
.index-solution .cont {
  margin-top: 23px;
  margin-bottom: 75px;
  width: 1090px;
  max-width: 100%;
  font-size: 16px;
  line-height: 2em;
}
@media (max-width: 1400px) {
  .index-solution .cont {
    margin-top: 18px;
    margin-bottom: 55px;
    line-height: 1.8em;
  }
}
@media (max-width: 1200px) {
  .index-solution {
    padding-top: 0.75rem;
    padding-bottom: 2rem;
  }
  .index-solution .wave-box {
    bottom: -0.6rem;
  }
  .index-solution .title {
    font-size: 0.34rem;
  }
  .index-solution .cont {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
    line-height: 1.7em;
  }
}
.index-product {
  --wrap-w: var(--wrap-1600-width);
  padding-top: 60px;
  padding-bottom: clamp(0px, 7.57%, 145px);
}
.index-product .auto-title-block .auto-title-en {
  margin-left: -0.07em;
}
.index-product .left-cont {
  width: 520px;
  max-width: 47%;
}
.index-product .left-cont .swiper {
  margin-top: 28px;
}
.index-product .left-cont .swiper .img {
  display: none;
}
.index-product .left-cont .swiper .cont {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
.index-product .left-cont .swiper .more-box-a {
  margin-top: 90px;
}
.index-product .left-cont .swiper-switch {
  --cw: 36px;
  --hc: #000000;
  margin-top: 95px;
}
.index-product .left-cont .swiper-switch .swiper-switch-li {
  margin: 0 0.9em;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4em;
  color: #666666;
}
.index-product .left-cont .swiper-switch .swiper-switch-li.on .switch-li-icon::before {
  background-color: var(--hc);
}
.index-product .left-cont .swiper-switch .switch-li-icon {
  margin: 0 auto 12px;
  position: relative;
  border-radius: 50%;
  border: solid 2px #dcdcdc;
  width: var(--cw);
  height: var(--cw);
}
.index-product .left-cont .swiper-switch .switch-li-icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #999999;
}
.index-product .left-cont .swiper-switch .switch-li-icon .cycle-box {
  --size: var(--cw);
  --b-c: var(--hc);
  --b-w: 2px;
  position: absolute;
  left: -2px;
  top: -2px;
}
.index-product .right-cont {
  max-width: 50%;
}
@media (max-width: 1600px) {
  .index-product {
    padding-top: 0.75rem;
    padding-bottom: 0.65rem;
  }
  .index-product .left-cont .swiper {
    margin-top: 23px;
  }
  .index-product .left-cont .swiper .cont {
    margin-top: 20px;
    line-height: 1.9em;
  }
  .index-product .left-cont .swiper .more-box-a {
    margin-top: 60px;
  }
  .index-product .left-cont .swiper-switch {
    margin-top: 75px;
  }
  .index-product .left-cont .swiper-switch .switch-li-icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .index-product {
    position: relative;
    text-align: center;
  }
  .index-product .left-cont {
    width: 100%;
    max-width: 100%;
  }
  .index-product .left-cont .swiper {
    margin-top: 0.2rem;
    padding-bottom: 2px;
  }
  .index-product .left-cont .swiper .img {
    display: block;
    margin: 0.3rem auto 0;
    width: 7rem;
  }
  .index-product .left-cont .swiper .img img {
    display: block;
  }
  .index-product .left-cont .swiper .cont {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.8em;
  }
  .index-product .left-cont .swiper .more-box-a {
    margin-top: 0.4rem;
    justify-content: center;
  }
  .index-product .left-cont .swiper-switch {
    --cw: 0.5rem;
    margin-top: 0.3rem;
  }
  .index-product .left-cont .swiper-switch .swiper-switch-li {
    margin: 0 0.5em;
    font-size: 0.24rem;
  }
  .index-product .left-cont .swiper-switch .switch-li-icon {
    margin: 0 auto 0.15rem;
  }
  .index-product .left-cont .swiper-switch .switch-li-icon::before {
    width: 0.1rem;
    height: 0.1rem;
  }
  .index-product .right-cont {
    position: absolute;
    opacity: 0;
    z-index: -999;
    pointer-events: none;
  }
}
.index-case {
  position: relative;
  padding-top: clamp(0px, 6.27%, 120px);
  padding-bottom: clamp(0px, 7.57%, 145px);
  overflow: hidden;
}
.index-case .title-flex {
  padding-bottom: 40px;
}
.index-case .auto-title-block .auto-title-en {
  position: absolute;
  left: 0;
}
.index-case .list1 {
  position: relative;
}
@media (max-width: 1600px) {
  .index-case .title-flex {
    padding-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .index-case {
    padding-top: 0.75rem;
    padding-bottom: 0.65rem;
  }
  .index-case .title-flex {
    padding-bottom: 0.3rem;
  }
}
.index-news {
  position: relative;
  padding-top: clamp(0px, 6.27%, 120px);
  padding-bottom: clamp(0px, 13.84%, 265px);
  overflow: hidden;
}
.index-news .title-flex {
  padding-bottom: 40px;
}
.index-news .auto-title-block .auto-title-en {
  position: absolute;
  left: 0;
}
.index-news .li {
  position: relative;
  width: 50%;
}
.index-news .li:nth-child(2n+1) .img-box {
  margin-left: calc(var(--bettwen-1600-pad)*-1);
}
.index-news .li:nth-child(2n+1) .cont {
  width: 320px;
}
.index-news .li:nth-child(2n+2) .img-box {
  margin-right: calc(var(--bettwen-1600-pad)*-1);
}
.index-news .li:nth-child(2n+2) .cont {
  width: 390px;
  margin-left: 130px;
}
.index-news .li .img-box::before {
  padding-top: 46.875%;
}
.index-news .li .cont {
  position: absolute;
  top: 0;
  padding-top: 33px;
}
.index-news .li .cont .des {
  margin-top: -28px;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
@media (max-width: 1600px) {
  .index-news .title-flex {
    padding-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .index-news {
    padding-top: 0.75rem;
    padding-bottom: 2.4rem;
  }
  .index-news .title-flex {
    padding-bottom: 0.3rem;
  }
}
.auto-banner {
  position: relative;
  overflow: hidden;
}
.auto-banner .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.auto-banner .cont .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.05;
}
.auto-banner .cont .line {
  display: block;
  margin: 10px 0;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.6;
}
.auto-banner .cont .title-en {
  font-size: 24px;
  line-height: 1.4em;
  opacity: 0.4;
}
@media (max-width: 1600px) {
  .auto-banner .cont .title {
    font-size: 36px;
  }
  .auto-banner .cont .title-en {
    font-size: 22px;
  }
}
@media (max-width: 1400px) {
  .auto-banner .cont .title {
    font-size: 32px;
  }
  .auto-banner .cont .title-en {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .auto-banner .cont .title {
    font-size: 0.32rem;
  }
  .auto-banner .cont .line {
    margin: 0.15rem 0;
    width: 0.4rem;
  }
  .auto-banner .cont .title-en {
    font-size: 0.26rem;
  }
}
.product-list {
  padding-top: 80px;
  padding-bottom: 300px;
}
@media (max-width: 1600px) {
  .product-list {
    padding-top: 60px;
    padding-bottom: 240px;
  }
}
@media (max-width: 1400px) {
  .product-list {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .product-list {
    padding-top: 0.4rem;
    padding-bottom: 2.4rem;
  }
}
.product-info .info-top .flex-block {
  padding-top: 30px;
  padding-bottom: 170px;
}
.product-info .info-top .big-img {
  --simg: 120px;
  position: relative;
  z-index: 2;
  width: 52%;
  padding-left: calc(var(--simg) + 15px);
}
.product-info .info-top .big-img .img-box {
  display: block;
}
.product-info .info-top .big-img .Imgs {
  width: 660px;
}
.product-info .info-top .big-img .Imgs .img-box::before {
  padding-top: 66.67%;
}
.product-info .info-top .big-img .Imgs .probox {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.product-info .info-top .big-img .Imgs .hoverbox {
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 50%;
  width: 50%;
  cursor: move;
  background: #d0111b;
  opacity: 0.7;
}
.product-info .info-top .big-img .Imgs .icons {
  --size1: 30px;
  --size: 80%;
  --fill: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.product-info .info-top .big-img .Imgs .icons .self-svg {
  width: var(--size1);
  height: var(--size1);
  background: rgba(0, 0, 0, 0.2);
}
.product-info .info-top .big-img .swiper-box {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--simg);
  height: 100%;
  padding: 25px 0;
}
.product-info .info-top .big-img .swiper-box .swiper-slide {
  height: auto;
  padding: 5px 0;
}
.product-info .info-top .big-img .swiper-box .swiper-slide.on .img-box {
  border-color: var(--main-color);
}
.product-info .info-top .big-img .swiper-box .img-box {
  border: 1px solid #e4e4e4;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.product-info .info-top .big-img .swiper-box .img-box::before {
  padding-top: 66.67%;
}
.product-info .info-top .big-img .showbox {
  display: none;
  position: absolute;
  left: 102%;
  top: 0;
  z-index: 2;
  border: 1px solid #eee;
  width: 80%;
  height: 80%;
  overflow: hidden;
  background-color: #ffffff;
}
.product-info .info-top .big-img .showbox img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  max-width: 99999%;
  object-fit: contain;
}
.product-info .info-top .big-img .swiper {
  height: 100%;
}
.product-info .info-top .big-img .swiper-btns .swiper-btn {
  --s: 30px;
  position: absolute;
  left: 0;
  width: 100%;
}
.product-info .info-top .big-img .swiper-btns .self-svg {
  --size: 100%;
  --fill: #6a6a6a;
  margin: 0 auto;
  background: transparent;
}
.product-info .info-top .big-img .swiper-btns .prev {
  top: 0;
}
.product-info .info-top .big-img .swiper-btns .prev .self-svg {
  transform: scaleY(-1);
}
.product-info .info-top .big-img .swiper-btns .next {
  bottom: 0;
}
.product-info .info-top .right-cont {
  --lh: 2em;
  padding-top: 2%;
  width: 45%;
  font-size: 16px;
  line-height: var(--lh);
  color: #666666;
}
.product-info .info-top .right-cont .h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
  color: #000000;
}
.product-info .info-top .right-cont .h2 .tips {
  margin-left: 12px;
  margin-bottom: 0.4em;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  color: #666666;
}
.product-info .info-top .right-cont .line {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  border: 0 none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-info .info-top .right-cont .des {
  margin-top: 0.625em;
}
.product-info .info-top .right-cont .ul {
  margin-top: 1.4em;
  padding-bottom: 1.25em;
}
.product-info .info-top .right-cont .ul .li .self-svg {
  --size: 0.7em;
  --fill: #0086cd;
  margin-right: 0.6em;
  height: var(--lh);
}
.product-info .info-top .right-cont .ul .li:hover::before {
  border-left-color: var(--main-color);
}
.product-info .info-top .right-cont .return-btn {
  padding-top: 20px;
}
.product-info .info-top .right-cont .return-btn .return-a {
  --c: #666666;
  border-radius: 5px;
  border: solid 1px #cccccc;
  min-width: 10.5em;
  padding: 0 1em;
  text-align: center;
  font-size: 16px;
  line-height: calc(3em - 2px);
  color: var(--c);
  transition: all 0.3s;
}
.product-info .info-top .right-cont .return-btn .return-a .self-svg {
  --size: 1.1em;
  --fill: var(--c);
  margin-right: 0.7em;
}
.product-info .info-top .right-cont .return-btn .return-a:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}
.product-info .info-top .right-cont .return-btn .return-a:hover .self-svg {
  --fill: var(--main-color);
}
.product-info .info-cont {
  padding-bottom: 90px;
}
.product-info .info-cont .title-box {
  background: #070b0f;
  padding: 22px 0;
  font-size: 18px;
  line-height: 1.4em;
  color: #fefefe;
}
.product-info .info-cont .title-box .line {
  margin: 0 50px;
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
}
.product-info .info-cont .list {
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
.product-info .info-cont .list .list-li:nth-child(2n+2) .img-box {
  order: -1;
}
.product-info .info-cont .list .li-title {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  color: #333333;
}
.product-info .info-cont .list .li-line {
  display: block;
  margin: 10px 0 20px;
  width: 1.25em;
  height: 3px;
  background-color: #070b0f;
}
.product-info .info-cont .list .li-cont {
  width: 50%;
  padding: 1.5% 3.75%;
}
.product-info .info-cont .list .img-box {
  background-color: #d2d2d2;
  width: 50%;
}
.product-info .info-cont .table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  align-items: center;
  font-size: 16px;
  line-height: 1.4em;
  color: #333333;
}
.product-info .info-cont .table tr td {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  width: 25%;
  height: 60px;
  padding: 0.5em 1em;
}
.product-info .info-cont .table tr td:nth-child(2n+1) {
  background: #f7f7f7;
}
@media (max-width: 1200px) {
  .product-info .info-top .flex-block {
    padding-top: 0.3rem;
    padding-bottom: 0.55rem;
  }
  .product-info .info-top .big-img {
    width: 100%;
    padding-left: 0;
  }
  .product-info .info-top .big-img .Imgs {
    order: -1;
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .product-info .info-top .big-img .Imgs .probox {
    display: none;
  }
  .product-info .info-top .big-img .swiper-box {
    position: relative;
    width: 100%;
    padding: 0 0.35rem;
  }
  .product-info .info-top .big-img .swiper-box .swiper-slide {
    padding: 0 0.08rem;
  }
  .product-info .info-top .big-img .swiper-btns .swiper-btn {
    height: 100%;
    width: 0.35rem;
  }
  .product-info .info-top .big-img .swiper-btns .self-svg {
    --h: 100%;
  }
  .product-info .info-top .big-img .swiper-btns .prev svg {
    transform: rotate(90deg);
  }
  .product-info .info-top .big-img .swiper-btns .next {
    left: auto;
    right: 0;
  }
  .product-info .info-top .big-img .swiper-btns .next svg {
    transform: rotate(-90deg);
  }
  .product-info .info-top .right-cont {
    width: 100%;
    padding-top: 0.5rem;
    font-size: 0.26rem;
  }
  .product-info .info-top .right-cont .h2 {
    align-items: center;
    font-size: 0.38rem;
  }
  .product-info .info-top .right-cont .h2 .tips {
    margin-bottom: 0;
    font-size: 0.26rem;
  }
  .product-info .info-top .right-cont .line {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .product-info .info-top .right-cont .des {
    margin: 0;
    font-size: 0.28rem;
    line-height: 1.6em;
  }
  .product-info .info-top .right-cont .ul {
    margin-top: 0.5em;
    padding-bottom: 0;
  }
  .product-info .info-top .right-cont .ul .li {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
  .product-info .info-top .right-cont .return-btn {
    padding-top: 0.1rem;
  }
  .product-info .info-top .right-cont .return-btn .return-a {
    border-radius: 0.1rem;
    min-width: 8.5em;
    font-size: 0.26rem;
  }
  .product-info .info-top .right-cont .return-btn .return-a .self-svg {
    --size: 1.1em;
    margin-right: 0.5em;
  }
  .product-info .info-cont {
    padding-bottom: 0.7rem;
  }
  .product-info .info-cont .title-box {
    padding: 1em 0;
    font-size: 0.3rem;
  }
  .product-info .info-cont .title-box .line {
    margin: 0 0.4rem;
    width: 1px;
    height: 1em;
  }
  .product-info .info-cont .list {
    font-size: 0.26rem;
    line-height: 1.8em;
    color: #666666;
  }
  .product-info .info-cont .list .list-li:nth-child(2n+1) .img-box,
  .product-info .info-cont .list .list-li:nth-child(2n+2) .img-box {
    order: -1;
  }
  .product-info .info-cont .list .li-title {
    font-size: 1.4em;
  }
  .product-info .info-cont .list .li-line {
    margin: 0.8em 0 1em;
  }
  .product-info .info-cont .list .li-cont {
    width: 100%;
    padding: 0.25rem 0.35rem;
  }
  .product-info .info-cont .list .img-box {
    width: 100%;
  }
  .product-info .info-cont .table {
    font-size: 0.26rem;
  }
  .product-info .info-cont .table tr td {
    padding: 0.5em 0.6em;
    height: 0.6rem;
  }
}
.put-product {
  padding-top: 30px;
  padding-bottom: 320px;
}
@media (max-width: 1400px) {
  .put-product {
    padding-top: 20px;
    padding-bottom: 240px;
  }
}
@media (max-width: 1200px) {
  .put-product {
    padding-top: 0.1rem;
    padding-bottom: 2.4rem;
  }
}
.solution-list {
  padding-bottom: 210px;
}
.solution-list .list5 {
  padding: 100px 0;
}
@media (max-width: 1400px) {
  .solution-list {
    padding-bottom: 190px;
  }
  .solution-list .list5 {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .solution-list {
    padding-bottom: 1.8rem;
  }
  .solution-list .list5 {
    padding: 0.5rem 0 0.65rem;
  }
}
.solution-info {
  padding-bottom: 225px;
}
.solution-info .wrap-div {
  max-width: 1310px;
}
.solution-info .auto-title-block-a {
  padding-top: 37px;
  padding-bottom: 20px;
}
.solution-info .word {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
.solution-info .img img {
  display: block;
  margin: 0 auto;
}
.solution-info .list-box {
  padding: 85px 0;
}
@media (max-width: 1400px) {
  .solution-info {
    padding-bottom: 190px;
  }
  .solution-info .auto-title-block-a {
    padding-top: 17px;
  }
  .solution-info .word {
    margin-bottom: 35px;
  }
  .solution-info .list-box {
    padding: 65px 0;
  }
}
@media (max-width: 1200px) {
  .solution-info {
    padding-bottom: 1.8rem;
  }
  .solution-info .auto-title-block-a {
    padding-top: 0.45rem;
    padding-bottom: 0.35rem;
  }
  .solution-info .word {
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
    line-height: 1.8em;
  }
  .solution-info .img img {
    display: block;
    margin: 0 auto;
  }
  .solution-info .list-box {
    padding: 0.6rem 0;
  }
}
.faq-list {
  padding-top: 23px;
  padding-bottom: 75px;
}
@media (max-width: 1400px) {
  .faq-list {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .faq-list {
    padding-bottom: 0.65rem;
  }
  .faq-list .auto-title-block-a {
    padding-bottom: 0.3rem;
  }
}
.img-link-form .img-box::before {
  display: none;
}
.img-link-form .flex-box {
  position: relative;
  padding: 50px 2%;
}
.img-link-form .flex-box .h5 {
  font-size: 28px;
  line-height: 1.4em;
  color: #ffffff;
}
.img-link-form .flex-box .more-box-c {
  margin-top: 13px;
}
@media (max-width: 1200px) {
  .img-link-form .flex-box {
    padding: 0.6rem 0.3rem;
  }
  .img-link-form .flex-box .h5 {
    font-size: 0.32rem;
  }
  .img-link-form .flex-box .more-box-c {
    margin-top: 0.2rem;
  }
}
.guide-list {
  padding-top: 70px;
}
@media (max-width: 1400px) {
  .guide-list {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .guide-list {
    padding-top: 0.5rem;
  }
  .guide-list .page-btn-box {
    padding-top: 0.2rem;
  }
}
.down-list {
  padding-top: 23px;
}
@media (max-width: 1400px) {
  .down-list {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .down-list .auto-title-block-a {
    padding-bottom: 0.3rem;
  }
}
.news-list {
  padding-top: 80px;
}
@media (max-width: 1400px) {
  .news-list {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .news-list {
    padding-top: 0.5rem;
  }
  .news-list .auto-title-block-a {
    padding-bottom: 0.3rem;
  }
}
.news-info .left-flex {
  width: 71.25%;
  padding: 56px 30px 40px;
}
.news-info .left-flex .info-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.news-info .left-flex .other {
  margin-top: 9px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
  color: #999999;
}
.news-info .left-flex .other .author {
  margin-left: 3.5em;
}
.news-info .left-flex .cont {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 1.25em 0;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
.news-info .right-flex {
  width: calc(100% - 71.25% - 20px);
  padding: 50px 30px 40px;
}
.news-info .right-flex .right-flex-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
@media (max-width: 1400px) {
  .news-info .left-flex {
    padding: 40px 30px 40px;
  }
  .news-info .left-flex .other {
    margin-bottom: 10px;
  }
  .news-info .left-flex .cont {
    line-height: 1.8em;
  }
  .news-info .right-flex {
    padding: 40px 25px 30px;
  }
  .news-info .right-flex .right-flex-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .news-info {
    padding-top: 0.4rem;
  }
  .news-info .left-flex {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  .news-info .left-flex .info-title {
    font-size: 0.3rem;
  }
  .news-info .left-flex .other {
    margin-top: 0.1rem;
    margin-bottom: 0.15rem;
    font-size: 0.24rem;
  }
  .news-info .left-flex .other .author {
    margin-left: 3em;
  }
  .news-info .left-flex .cont {
    padding: 1em 0;
    font-size: 0.26rem;
  }
  .news-info .right-flex {
    margin-top: 0.4rem;
    width: 100%;
    padding: 0.35rem 0.3rem;
  }
  .news-info .right-flex .right-flex-title {
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
  }
}
.case-list {
  padding-top: 80px;
}
@media (max-width: 1400px) {
  .case-list {
    padding-top: 65px;
  }
}
@media (max-width: 1200px) {
  .case-list {
    padding-top: 0.5rem;
  }
}
.info-block .pad {
  padding: 60px 60px 50px;
}
.info-block .info-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.info-block .other {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
  color: #999999;
}
.info-block .cont {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 1.25em 0;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
@media (max-width: 1400px) {
  .info-block .pad {
    padding: 50px 50px 40px;
  }
}
@media (max-width: 1200px) {
  .info-block {
    margin-top: 0.4rem;
  }
  .info-block .pad {
    padding: 0.4rem 0.4rem 0.4rem;
  }
  .info-block .info-title {
    font-size: 0.3rem;
  }
  .info-block .other {
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
  }
  .info-block .cont {
    padding: 1em 0;
    font-size: 0.26rem;
    line-height: 1.8em;
  }
}
.talent-block .flex-box {
  padding: 80px 0;
}
.talent-block .img-box {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: 50%;
}
.talent-block .cont-text {
  width: 43.75%;
}
.talent-block .cont-text .auto-title-block {
  position: relative;
}
.talent-block .cont-text .auto-title-en {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}
.talent-block .cont-text .word {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.25em;
  color: #666666;
}
@media (max-width: 1400px) {
  .talent-block .cont-text .word {
    line-height: 2em;
  }
}
@media (max-width: 1200px) {
  .talent-block .flex-box {
    padding: 0.75rem 0 0.5rem;
  }
  .talent-block .img-box {
    border-radius: 0.1rem;
    width: 100%;
  }
  .talent-block .cont-text {
    width: 100%;
    padding-top: 0.4rem;
  }
  .talent-block .cont-text .word {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 1.8em;
  }
}
.job-block {
  position: relative;
}
.job-block .auto-title-en {
  position: absolute;
}
.job-block .list10 {
  margin-top: 42px;
  position: relative;
}
@media (max-width: 1200px) {
  .job-block .list10 {
    margin-top: 0.4rem;
  }
}
.about_t {
  overflow: hidden;
  margin-top: 3.5%;
  text-align: center;
}
.about_t .h3 {
  font-weight: normal;
  position: relative;
  line-height: 1.2;
  margin-top: 30px;
}
.about_t .h3 span {
  position: absolute;
  bottom: 50%;
  left: 0;
  color: #000000;
  width: 100%;
}
.about_t .h3 label {
  text-transform: uppercase;
  color: #f7f7f7;
}
.about_one {
  overflow: hidden;
  text-align: center;
  margin-top: 2%;
}
.about_one .boxs {
  margin: 0 auto;
  width: 96%;
  max-width: 1072px;
  text-align: left;
}
.about_one .p {
  line-height: 26px;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
}
.about_two {
  margin-bottom: 3%;
  overflow: hidden;
}
.about_two .counter {
  text-align: center;
  max-width: 1360px;
  margin: 0 auto;
  margin-top: 3%;
  color: #070b0f;
}
.about_two .counter ul li {
  width: 25%;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  margin-bottom: 4%;
  list-style: none;
}
.about_two .counter ul li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -38px;
  height: 76px;
  width: 1px;
  background: #ededed;
}
.about_two .counter ul li:last-child:after {
  width: 0;
}
.about_two .counter ul li .txts2 {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 3%;
  padding-right: 3%;
}
.about_two .counter ul li .nums {
  line-height: 1;
}
.about_two .counter ul li:hover {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.about_two .counter span {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: bold;
}
.about_two .counter label {
  display: inline-block;
  vertical-align: top;
  margin-top: -5%;
  line-height: 2;
  font-weight: 500;
  font-size: 14px;
}
.about_two .counter .h6 {
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 2px;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  .about_two .counter ul li {
    width: 50%;
  }
  .about_two .counter ul li:nth-child(2n+2)::after {
    display: none;
  }
}
.about_four {
  position: relative;
  text-align: center;
}
.about_four ul {
  margin-top: -80px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.05);
  min-height: 176px;
  color: #666666;
}
.about_four ul li {
  width: 33.33%;
  overflow: hidden;
  text-align: center;
}
.about_four ul .boxs {
  display: inline-block;
  vertical-align: top;
  padding-left: 2%;
  padding-right: 2%;
  text-align: left;
  overflow: hidden;
  max-width: 340px;
}
.about_four ul .h4 {
  float: left;
  font-weight: bold;
  color: #070b0f;
  overflow: hidden;
  margin-right: 10%;
}
.about_four ul .p {
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .about_four ul {
    padding: 0.25rem 0;
  }
  .about_four ul li {
    width: 100%;
    padding: 0.2rem;
  }
  .about_four ul .h4 {
    float: none;
    margin: 0;
    font-size: 0.3rem;
  }
  .about_four ul .p {
    margin-top: 0.15rem;
    font-size: 0.26rem;
  }
  .about_four ul .boxs {
    text-align: center;
  }
}
.about_five .swiper {
  margin-top: 36px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  color: #000000;
}
.about_five .swiper .swiper-slide {
  height: auto;
}
.about_five .swiper .a-box {
  display: block;
  border: 1px solid #dddddd;
  height: 100%;
  padding: 30px;
}
.about_five .swiper .a-box:hover {
  color: var(--main-color);
}
.about_five .swiper .img-box {
  margin-bottom: 17px;
}
.about_five .swiper .img-box::before {
  padding-top: 140.625%;
}
@media (max-width: 1200px) {
  .about_five .swiper {
    margin-top: 0.35rem;
    font-size: 0.26rem;
  }
  .about_five .swiper .a-box {
    padding: 0.25rem;
  }
  .about_five .swiper .img-box {
    margin-bottom: 0.25rem;
  }
}
.customer-service {
  padding: 85px 0;
}
.customer-service .list {
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
.customer-service .list .list-li:nth-child(2n+2) .img-box {
  order: 2;
}
.customer-service .list .li-title {
  font-size: 1.5em;
  line-height: 1.4em;
  color: #333333;
}
.customer-service .list .li-word {
  margin-top: 12px;
}
.customer-service .list .li-cont {
  width: 50%;
  padding: 1.5% 3.75%;
}
.customer-service .list .img-box {
  background-color: #d2d2d2;
  width: 50%;
}
.customer-service {
  padding: 85px 0;
}
.customer-service .list {
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
.customer-service .list .list-li:nth-child(2n+2) .img-box {
  order: 2;
}
.customer-service .list .li-title {
  font-size: 1.5em;
  line-height: 1.4em;
  color: #333333;
}
.customer-service .list .li-word {
  margin-top: 12px;
}
.customer-service .list .li-cont {
  width: 50%;
  padding: 1.5% 3.75%;
}
.customer-service .list .img-box {
  background-color: #d2d2d2;
  width: 50%;
}
@media (max-width: 1200px) {
  .customer-service {
    padding: 0.5rem 0 0.4rem;
  }
  .customer-service .list {
    font-size: 0.26rem;
    line-height: 1.8em;
    color: #666666;
  }
  .customer-service .list .list-li:nth-child(2n+2) .img-box {
    order: -1;
  }
  .customer-service .list .li-title {
    font-size: 1.3em;
  }
  .customer-service .list .li-word {
    margin-top: 0.1rem;
  }
  .customer-service .list .li-cont {
    width: 100%;
    padding: 0.25rem 0.35rem;
  }
  .customer-service .list .img-box {
    width: 100%;
  }
}
.service-map .service-title {
  margin-bottom: 1em;
  font-size: 32px;
  line-height: 1.4em;
  color: #333333;
}
.service-map .left-cont {
  width: 47.1875%;
}
.service-map .left-cont .list-box .ul {
  padding-right: 50px;
  height: 550px;
  overflow-y: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
.service-map .left-cont .list-box .ul::-webkit-scrollbar {
  width: 3px;
  background: transparent url(../image/mapselect_scrollbar.png) repeat-y 0 0;
  background-size: 100% auto;
}
.service-map .left-cont .list-box .ul::-webkit-scrollbar-track {
  border-radius: 1px;
  background: transparent;
}
.service-map .left-cont .list-box .ul::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 3px;
  background-color: #070b0f;
}
.service-map .left-cont .list-box .ul::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  background-color: #070b0f;
}
.service-map .left-cont .list-box .li {
  border-bottom: 1px solid #cccccc;
  padding: 25px 0 20px;
}
.service-map .left-cont .list-box .li.none {
  display: none;
}
.service-map .left-cont .list-box .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.service-map .left-cont .list-box .p {
  padding: 0.2em 0;
  font-size: 14px;
  line-height: 1.4em;
  color: #666666;
}
.service-map .left-cont .list-box .self-svg {
  --sw: 1.4em;
  --size: 90%;
  --fill: #999999;
  margin-right: 10px;
  width: var(--sw);
  height: var(--sw);
}
.service-map .left-cont .list-box .phone .self-svg {
  --size: 80%;
}
.service-map .left-cont .list-box a:hover {
  color: var(--main-color);
}
.service-map .right-cont {
  width: 48%;
}
.service-map .right-cont .map-div {
  width: 100%!important;
  height: 550px;
}
.service-map .right-cont .map-div svg {
  width: 100%;
}
@media (max-width: 1200px) {
  .service-map {
    padding-top: 0.2rem;
  }
  .service-map .service-title {
    margin-bottom: 0.15rem;
    font-size: 0.32rem;
  }
  .service-map .left-cont {
    width: 100%;
  }
  .service-map .left-cont .list-box .ul {
    padding-right: 0.15rem;
    height: auto;
    max-height: 5.5rem;
    overflow-y: auto;
  }
  .service-map .left-cont .list-box .li {
    padding: 0.2rem 0;
  }
  .service-map .left-cont .list-box .title {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
  }
  .service-map .left-cont .list-box .p {
    font-size: 0.24rem;
  }
  .service-map .right-cont {
    width: 100%;
    padding-top: 0.3rem;
  }
  .service-map .right-cont .map-div {
    width: 100%;
    height: 5rem;
  }
}
.stateTip {
  min-width: 135px;
  position: absolute;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  padding: 10px;
  background: white;
  text-align: center;
  word-break: keep-all;
  font-size: 14px;
  line-height: 1.4em;
}
.stateTip .p1 {
  font-size: 22px;
  line-height: 1.4em;
  color: #333333;
}
.stateTip .line {
  margin: 5px 0 10px;
  width: 100%;
  height: 2px;
  background: var(--main-color);
}
@media (max-width: 1200px) {
  .stateTip[data-id='taiwan'],
  .stateTip[data-id='jilin'],
  .stateTip[data-id='liaoning'],
  .stateTip[data-id='heilongjiang'] {
    transform: translate(-60%, 0);
  }
}
.contact-block-a {
  padding-top: 85px;
  padding-bottom: 85px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  color: #999999;
}
.contact-block-a ul li {
  transform: translateY(0);
  width: 30%;
  transition: transform 0.3s;
}
.contact-block-a ul li .box {
  padding: 0 3%;
}
.contact-block-a ul li .box .self-svg {
  --size1: 3em;
  --size: 76%;
  --fill: #070b0f;
  margin: 0 auto;
  border-radius: 50%;
  width: var(--size1);
  height: var(--size1);
  transition: background 0.3s;
}
.contact-block-a ul li .box .self-svg svg {
  transform: scaleX(1);
  transition: transform 0.3s;
}
.contact-block-a ul li .box a:hover {
  color: var(--main-color);
}
.contact-block-a ul li .box .h3 {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  line-height: 1.4em;
  color: #000000;
}
.contact-block-a ul li:hover {
  transform: translateY(-3px);
}
.contact-block-a ul li:hover .box .self-svg {
  background-color: var(--main-color);
  --fill: #ffffff;
}
.contact-block-a ul li:hover .box .self-svg svg {
  transform: scaleX(-1);
}
.map-block .map {
  height: clamp(350px, 50vh, 525px);
}
.map-block .map * {
  box-sizing: content-box;
}
.map-block .map .shadow {
  display: none;
}
.contact-form {
  padding-top: 100px;
}
.contact-form .title {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 1.4em;
  color: #333333;
}
.contact-form .form {
  --pad: 7px;
  --h: 48px;
  margin: calc(var(--pad)*-1);
  font-size: 15px;
  color: #555555;
}
.contact-form .form .input-box {
  padding: var(--pad);
}
.contact-form .form .input-box .input {
  border: 1px solid #e0e0e0;
  width: 100%;
  padding: 10px 1.8em;
  line-height: calc(var(--h) - 10px*2);
}
.contact-form .form .input-box .input::placeholder {
  color: #a0a0a0;
}
.contact-form .form .input-box textarea {
  display: block;
  height: 260px;
}
.contact-form .form .code-box .input {
  width: 232px;
}
.contact-form .form .code-box img {
  margin-left: 12px;
  width: 134px;
  height: var(--h);
  object-fit: fill;
  cursor: pointer;
}
.contact-form .form .submit-box {
  margin-top: 25px;
}
.contact-form .form .submit-box .submit {
  margin: 0 9px;
  width: 160px;
  max-width: 100%;
  padding: 0 1.5em;
  background-color: #cccccc;
  cursor: pointer;
  text-align: center;
  line-height: var(--h);
  color: #ffffff;
  transition: all 0.3s;
}
.contact-form .form .submit-box .submit:hover {
  background-color: var(--main-color);
}
@media (max-width: 1400px) {
  .contact-block-a {
    padding-top: 70px;
  }
  .contact-form .form {
    --h: 42px;
  }
  .contact-form .form .submit-box {
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .contact-block-a {
    padding-top: 0.75rem;
    padding-bottom: 0.4rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .contact-block-a ul {
    margin-top: -0.1rem;
  }
  .contact-block-a ul li {
    width: 100%;
    padding: 0.1rem;
  }
  .map-block .map {
    height: 5rem;
  }
  .map-block .map .BMap_Marker img {
    display: block;
    transform: scale(0.7);
  }
  .contact-form {
    padding-top: 0.75rem;
  }
  .contact-form .title {
    margin-bottom: 0.4rem;
    font-size: 0.32rem;
  }
  .contact-form .form {
    --pad: 0.12rem;
    --h: 0.8rem;
    font-size: 0.26rem;
  }
  .contact-form .form .input-box .input {
    padding: 0.1rem 1.2em;
    line-height: calc(var(--h) - 0.1rem*2);
  }
  .contact-form .form .input-box textarea {
    height: 2.6rem;
  }
  .contact-form .form .submit-box {
    margin-top: 0.15rem;
  }
  .contact-form .form .submit-box .submit {
    width: 100%;
  }
}
.site-map {
  --dc: #333333;
  --hc: var(--main-color);
  --lpd: 40px;
  --w: 1200px;
  padding-top: 65px;
  padding-bottom: 65px;
  color: var(--dc);
}
.site-map a {
  color: var(--dc);
  text-decoration: none;
}
.site-map a:hover {
  color: var(--hc);
}
.site-map .wrap-cont {
  margin: 0 auto;
  width: var(--w);
  max-width: calc(100% - 30px);
}
.site-map .site-map-border {
  border: 1px solid #ddd;
  padding: 0 30px 30px;
}
.site-map .site-map-title {
  font-size: 28px;
  margin: 45px 0;
  font-weight: normal;
  text-align: center;
}
.site-map .site-map-list {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
}
.site-map .map-list-li {
  list-style: none;
}
.site-map .map-list-li + .map-list-li {
  margin-top: 20px;
}
.site-map .list-li-dl {
  margin: 0;
  padding: 0;
}
.site-map .list-dl-dt {
  padding: 0.75em var(--lpd);
  font-weight: bold;
  background: #f5f5f5;
}
.site-map .list-dl-dd {
  --mini-pad: 20px;
  display: flex;
  margin: 0;
  border: 1px solid #eeeeee;
  border-top: 0 none;
  padding: 20px var(--mini-pad);
  flex-wrap: wrap;
}
.site-map .list-dl-dd a {
  margin: 0.3em calc(var(--lpd) - var(--mini-pad));
}
@media (max-width: 1200px) {
  .site-map {
    --lpd: 15px;
    --w: 768px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-map .site-map-border {
    padding: 0 15px 15px;
  }
  .site-map .site-map-title {
    font-size: 17px;
    margin: 15px 0;
  }
  .site-map .site-map-list {
    font-size: 14px;
  }
  .site-map .map-list-li + .map-list-li {
    margin-top: 15px;
  }
  .site-map .list-dl-dt {
    padding: 0.7em var(--lpd);
  }
  .site-map .list-dl-dd {
    --mini-pad: 10px;
    padding: 13px var(--mini-pad);
  }
  .site-map .list-dl-dd a {
    margin: 0.2em calc(var(--lpd) - var(--mini-pad));
  }
}
