﻿@charset "UTF-8";
:root {
  --navheight: 80px;
  --navigation: 44px;
  --zoom: 1;
}

@media only screen and (min-width: 1930px) {
  html {
    zoom: 1.3333;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes breath1 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@keyframes slideUpDown {
  0% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-4px);
  }
}
div[id^=baidu_jsapi_watermark] {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.donghua {
  transition: all 0.4s;
}

.no_donghua {
  transition: all 0.4s !important;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.link-v {
  transform: translateY(calc(var(--navheight) * -1.5));
}

.vtool-select {
  width: 100%;
}
.vtool-select .dl-clsss {
  width: 100%;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.vtool-select .dl-clsss .word {
  padding-left: 14px;
  padding-right: 40px;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 1.2;
  background: #0381de;
  cursor: pointer;
  display: block;
  color: #FFFFFF;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.vtool-select .dl-clsss .word:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #F8B617;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
  transition: all 0.4s;
}
.vtool-select .dl-clsss .sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 11;
  display: none;
 box-shadow: 0 6px 15px rgba(0,0,0,.02)!important;
  max-height: 336px;
  overflow-y: auto;
}
.vtool-select .dl-clsss .sub .sub-a {
  display: block;
  color: #646464;
  padding: 0 14px;
  height: 48px;
  line-height: 48px;
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.vtool-select .dl-clsss .sub .sub-a:not(:first-child) {
  border-top: 1px solid #f8f8f8;
}
.vtool-select .dl-clsss .sub .sub-a:hover {
  color: #333;
}
.vtool-select .dl-clsss[data-on=on] .word:after {
  margin-top: -5px;
  transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.page-title {
  width: 100%;
  line-height: 1;
  font-size: var(--fz36);
  text-align: left;
  font-weight: 550;
  color: #101010;
}
.page-title.vsmall {
  font-size: var(--fz36);
}
.page-title.vcenter {
  text-align: center;
}

.page-more {
  width: 98px;
  height: 20px;
  background: #0484e1;
}
.page-more .more-icon {
  width: 14px;
  height: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v20.png");
}

.page-btn {
  width: 164px;
  height: 50px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #B4B4B4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-btn .bt {
  color: #343434;
  line-height: 1;
  font-size: var(--fz14);
  transition: all 0.4s;
}
.page-btn .bt-icon {
  width: 12px;
  height: 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v19.png");
  margin-left: 0.16rem;
}

@keyframes arrowAnimation {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(150%);
    opacity: 0;
  }
  52% {
    transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.more-btn {
  width: 200px;
  height: 54px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 8px 8px 25px;
}
.more-btn:hover .vt {
  color: #0484e1;
}
.more-btn:hover .vb .vb-icon {
  animation: arrowAnimation 0.5s forwards;
}
.more-btn.v2 {
  background: #0484e1;
  border-color: #0484e1;
}
.more-btn.v2 .vt {
  color: #1F1F1F;
}
.more-btn.v2 .vb {
  background: #FFFFFF;
}
.more-btn.vblack {
  border: 1px solid #B4B4B4;
}
.more-btn.vblack .vt {
  color: #343434;
}
.more-btn .vt {
  color: #E6E6E6;
  line-height: 1;
  font-size: var(--fz14);
}
.more-btn .vb {
  height: 100%;
  width: 32px;
  background: #0484e1;
  border-radius: 3px;
  overflow: hidden;
}
.more-btn .vb .vb-icon {
  width: 14px;
  height: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v20.png");
}


.animated .temp1-wrap .temp1-item .temp1-progress .progress-box {
  transform: translateX(0);
}

.temp1-wrap {
  width: 100%;    display: flex;
}
.temp1-wrap.v2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.temp1-wrap.v2 .temp1-item {
  width: calc(100% / 3);
  margin-top: 50px;
  padding-right: 40px;
}
.temp1-wrap.v2 .temp1-item .temp1-tt {
  color: #343434;
  font-size: var(--fz48);
}
.temp1-wrap.v2 .temp1-item .temp1-dd {
  color: #343434;
  line-height: 1.35;
}
.temp1-wrap .temp1-item {
  width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
}
.temp1-wrap .temp1-item .temp1-tt {
  color: #0484e1;
  line-height: 1;
  font-size: var(--fz40);
  font-weight: 550;
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.temp1-wrap .temp1-item .temp1-tt.v2 {
  align-items: flex-start;
}
.temp1-wrap .temp1-item .temp1-tt span {
  display: inline-block;
}
.temp1-wrap .temp1-item .temp1-tt .s1 {
    color: #888;
  font-size: var(--fz16);
  line-height: var(--fz24);
}

.temp1-wrap .temp1-item .temp1-dd {
  color: #888;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 6px;
}
.temp1-wrap .temp1-item .temp1-progress {
  width: 100%;
  height: 1px;
  background: #DCDCDC;
  position: relative;
  margin-top: 18px;
  overflow: hidden;
}
.temp1-wrap .temp1-item .temp1-progress .progress-box {
  height: 1px;
  /*background: #252525;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateX(-100%);
  transition: all 1s;
  transition-delay: 0.8s;
}



/*page-number*/

.pagination-box {padding: 0.5rem 0;display: flex; align-items: center; justify-content: center;}
.page_num{width:100%;margin:auto;text-align:center;margin-top:0.2rem;}
.page_num span{display:inline-flex;color:#fff;font-size:0.14rem;text-transform:capitalize;padding:0;vertical-align:middle;width:36px;height:36px;line-height:100%;transition:all .5s;position:relative;text-align: center;border-radius:0;border:2px solid #0683c5;align-items: center;justify-content: center;background: #0683c5;border-radius: 0 0.1rem 0 0.1rem;}
.page_num a{background:#fff;padding:0;display:inline-flex;text-transform:capitalize;font-size:0.12rem;position: relative;z-index: 0; vertical-align:middle;line-height:100%;transition:all .5s;color:#555;border-radius:0;width:36px;height:36px;text-align: center;border:1px solid #e5e5e5;align-items: center;justify-content: center;}
.page_num a:hover{text-decoration:none;color:#fff;border-color:#0683c5;border-radius:0px;background: #0683c5;}
.page_num a i{line-height:32px;}
.page_num p{display:block;font-size:0.14rem;margin:0;margin-top:15px;color:#808080;}
.page_num p:before{content:'[';padding-right:3px;}
.page_num p:after{content:']';padding-left:3px;}
.page_num p strong{display:inline-block;margin:0 5px; color:#333;}

@media only screen and (max-width: 768px) {
	.page_num{border-radius: 0;text-align: center;padding:0;margin-top:10px;border-radius:5px;}
	.page_num a , .page_num span{width: 30px;height:30px;line-height:30px;font-size:0.12rem;}
	.page_num a i{line-height: 30px;}
	.page_num p{float: none;display: block;font-size: 0.14rem;}
}




.banner-page {
  width: 100%;
  padding-top: calc(500 / 1920 * 100%);
  position: relative;
}

.banner-page .banner-more {
  width: auto;
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
}
.banner-page .banner-more .t {
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz12);
  font-weight: 500;
}
.banner-page .banner-more .icon {
  width: 9px;
  margin-left: 14px;
}
.banner-page .banner-more .icon .i_v {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-4px);
  animation: slideUpDown 3s infinite ease;
}
.banner-page .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.banner-page .mobile-banner {
  z-index: 0;
  opacity: 0;
}
.banner-page .pc-banner {
  opacity: 1;
  z-index: 1;
}
.banner-page .bvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.4s;
  object-fit: cover;
  pointer-events: none;
}
.banner-page .banner-mask {
  width: 100%;
  padding-top: calc(450 / 1920 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url("../images/v42.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
.banner-page .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.banner-page .banner-box .product-container {
  width: 100%;
  padding-right: 3%;
  padding-left: calc((100vw - 1280px) / 2);
}
.banner-page .banner-box .banner-main {
  width: 100%;
  color: #FFFFFF;
}
.banner-page .banner-box .banner-main.v2 {
  display: flex;
  align-items: center;
}
.banner-page .banner-box .banner-main.v3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-page .banner-box .banner-main.v3 .banner-solution {
  width: auto;
  flex: 1;
}
.banner-page .banner-box .banner-main.v3 .banner-solution .s-t {
  width: 100%;
  max-width: 500px;
  color: #1E1E1E;
}
.banner-page .banner-box .banner-main.v3 .product-img {
  width: 60%;
  flex-shrink: 0;
  height: auto;
  margin-bottom: -0.5rem;
  display: flex;
  align-items: center;
}
.banner-page .banner-box .banner-main.v3 .product-img .pimg {
  width: 100%;
  height: auto;
  display: block;
}
.banner-page .banner-box .banner-main .banner-solution {
  width: 100%;
}
.banner-page .banner-box .banner-main .banner-solution .s-t {
  width: 100%;
  max-width: 700px;
  line-height: 1.2;
  font-weight: 550;
  font-size: var(--fz60);
}
.banner-page .banner-box .banner-main .banner-solution .s-line {
  width: 120px;
  height: 12px;
  margin-top: 0.55rem;
  position: relative;
}
.banner-page .banner-box .banner-main .banner-solution .s-line::after {
  content: "";
  width: 102px;
  height: 12px;
  background: #0484e1;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-page .banner-box .banner-main .banner-solution .s-line::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #0484e1;
  position: absolute;
  right: 0;
  top: 0;
}
.banner-page .banner-box .banner-main .b-t {
  line-height: 1;
  font-weight: 500;
  font-size: var(--fz36);
  text-align: center;
  position: relative;
  letter-spacing: 3px;
}
.banner-page .banner-box .banner-main .b-t .b-ttt {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.banner-page .banner-box .banner-main .b-t .b-line {
  width: 100%;
  height: 12px;
  background: #0484e1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: inline-block;
}


.banner-page2 {
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  position: relative;
}
.banner-page2 .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
}


.navtop-child {
  position: fixed;
  top: calc(var(--navheight) - 1px);
  left: 0;
  width: 100%;
  transition: all 0.4s;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #f5f5f5;
  border-top: 1px solid #ebebeb;
}
.navtop-child .child-line {
  width: 100%;
  padding-top: calc(4 / 1920 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url("../images/v40.png");
}
.navtop-child .child-main {
  width: 100%;
  padding: 0.25rem 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
.navtop-child .child-main .child-left {
  width: 31.5%;
  flex-shrink: 0;
}
.navtop-child .child-main .child-left .child-title {
  color: #333;
  font-size: var(--fz30);
  line-height: 1;
  position: relative;
  padding-top: 55px;
}
.navtop-child .child-main .child-left .child-title::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.navtop-child .child-main .child-list {
  flex: 1;
  /*display: flex;*/
  flex-wrap: wrap;
text-align: center;
}
.navtop-child .child-main .child-list .child-item {
  /*width: calc((100% - 11px * 3) / 4);*/
  /*height: 110px;*/
  /*display: flex;*/
  align-items: center;
  margin: 0 0.22rem;
  box-sizing: border-box;
  position: relative;
   overflow: hidden;
   transform: translateX(-50px);

}



.navtop-child .child-main .child-list .child-item:nth-child(6n) {
  margin-right: 0;
}
.navtop-child .child-main .child-list .child-item:hover .imgs {
  transform: translateX(-50px);
  filter: drop-shadow(50px 0 var(--color1));
  -webkit-backdrop-filter: drop-shadow(50px 0 var(--color1));
  -webkit-filter: drop-shadow(50px 0 var(--color1));
}
.navtop-child .child-main .child-list .child-item:hover .t {
    filter: drop-shadow(0px 0 var(--color1));
    -webkit-backdrop-filter: drop-shadow(0px 0 var(--color1));
  -webkit-filter: drop-shadow(0px 0 var(--color1));
  color:#0484e1;

}
/*.navtop-child .child-main .child-list .child-item::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #0484e1;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}*/
.navtop-child .child-main .child-list .child-item .imgs {
  width: 36px;
  height: auto;
  display: block;
  margin: auto;
  filter: brightness(1) invert(1);
  opacity: 0.5;
}
.navtop-child .child-main .child-list .child-item .t {
  flex: 1;
  font-size: var(--fz14);
  line-height: 1.3;
  color: #333;
  text-align:center;
}

.navtop-custom {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
  background-image: linear-gradient(to bottom, #555 , transparent);
}
.navtop-custom.navtop-rel {
  position: sticky;
  background: #151515;
}
.navtop-custom.on, .navtop-custom:hover {
  background: #fff; color: #333;
}
.navtop-custom.on .navtop-main .navtop-ul .navtop-li .li-box{
  color: #333;
}
.navtop-custom .navtop-main:hover .navtop-ul .navtop-li .li-box{
  color: #333;
}
.navtop-custom .navtop-main {
  width: 100%;
  height: var(--navheight);
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: all 0.4s;
  padding: 0 1.4rem;
}
.navtop-custom .navtop-main .navtop-logo {
  width: 16%;
  height: auto;
  flex-shrink: 0;
  transition: all 0.4s;
  flex-shrink: 0;
}
.navtop-custom.on .navtop-main .navtop-logo {
  width: 11%;
}
.navtop-custom .navtop-main .navtop-logo .logo {
  width:70%;
  height: auto;
  display: block;
  transition: all 0.4s;
}
.navtop-custom .navtop-main:hover .navtop-logo .logo {
    width: 65%;
}
.navtop-custom .navtop-main .navtop-right-mobile {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile {
  position: relative;
  width: var(--navheight);
  height: var(--navheight);
  z-index: 10;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::after, .navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::before {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #0484e1;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon .line {
  opacity: 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon {
  width: 30px;
  height: 24px;
  position: relative;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after, .navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #faad22;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  top: auto;
  bottom: 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line {
  width: 100%;
  height: 2px;
  background-color: #faad22;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  height: calc((100vh / var(--zoom)));
  padding-top: var(--navheight);
  box-sizing: border-box;
  visibility: hidden;
  overflow: hidden;
  transform: translateX(100%);
  z-index: 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box.on {
  visibility: visible;
  transform: translateX(0);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
  transition: all 0.4s;
  border-top: 1px solid rgba(55, 138, 209, 0.1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-bottom {
  width: 100%;
  background-color: #FFFFFF;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1rem 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search {
  width: 94%;
  margin: 1rem auto 0;
  height: 40px;
  background-color: transparent;
  border: 1px solid rgba(21, 21, 21, 0.1);
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-input {
  flex: 1;
  height: 100%;
  line-height: 1;
  color: #666666;
  padding: 0 14px;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon {
  width: 70px;
  height: 40px;
  flex-shrink: 0;
  background-color: #151515;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon .icon {
  width: 20px;
  height: 20px;
  display: block;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-box {
  overflow: hidden;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-btn {
  width: 100px;
  height: 30px;
  background-color: #F5F6F8;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-btn.on {
  background-color: #0484e1;
  color: #FFFFFF;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-list {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon {
  padding: 0.6rem;
  position: relative;
  transition: all 0.4s;
  flex: 1;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon.on::after {
  transform: translateY(-50%) rotate(90deg);
  margin-top: 3px;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  border-right: 4px solid transparent;
  border-left: 8px solid #151515;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t {
  color: #666666;
  transition: all 0.4s;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t.mobile-tvon {
  flex: 1;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .search-icon {
  width: 20px;
  height: auto;
  display: block;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v1-box {
  width: 100%;
  height: 56px;
  line-height: 1;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  box-sizing: border-box;
  color: #151515;
  position: relative;
  padding-left: 3%;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: rgba(245, 246, 248, 0.3);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-box {
  width: 100%;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-text {
  width: 100%;
  height: 46px;
  line-height: 1;
  box-sizing: border-box;
  color: #151515;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: rgba(245, 246, 248, 0.3);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box {
  width: 100%;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  box-sizing: border-box;
  color: #151515;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: rgba(245, 246, 248, 0.3);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-box {
  width: 100%;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  box-sizing: border-box;
  color: #151515;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li {
  position: relative;
  height: 100%;
  padding: 0 0.27rem;
  cursor: pointer;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li:hover .navtop-child {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  transform: translateY(0%);
}
.navtop-custom .navtop-main .navtop-ul .navtop-li:hover .li-box .t .t-line {
  opacity: 1;
  transform: translateX(0);
}
.navtop-custom .navtop-main .navtop-ul .navtop-li.on .li-box {
  font-weight: 550;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li.on .li-box .t .t-line {
  opacity: 1;
  transform: translateX(0);
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box {
  height: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box .t {
  width: 100%;
  position: relative;
  line-height: 1;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box .t .t-tt {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box .t .t-line {
  width: 100%;
  height: 4px;
  background: #0484e1;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box .icon2 {
  width: 10px;
  height: auto;
  display: none;
  flex-shrink: 0;
  filter: invert(100%) brightness(200%);
  /* 将图像转换为白色 */
  transition: all 0.4s;
  margin-left: 10px;
}
.navtop-custom .navtop-main .navtop-tool {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-lang {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.navtop-custom .navtop-main .navtop-lang:hover .lang-child {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(-50%) translateY(80%);
}
.navtop-custom .navtop-main .navtop-lang .lang-box {
  min-width: 102px;
  width: auto;
  height: 40px;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.navtop-custom .navtop-main .navtop-lang .lang-box .icon {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
  transition: all 0.4s;
  margin-right: 10px;
}
.navtop-custom .navtop-main .navtop-lang .lang-box .lang-right {
  padding: 4px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
  flex: 1;
  overflow: hidden;
}
.navtop-custom .navtop-main .navtop-lang .lang-box .text {
  flex: 1;
  color: #FFFFFF;
  font-size: var(--fz12);
  line-height: 1;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-lang .lang-box .icon2 {
  width: 10px;
  height: auto;
  display: block;
  flex-shrink: 0;
  filter: invert(100%) brightness(200%);
  /* 将图像转换为白色 */
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-lang .lang-child {
  width: 80%;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  z-index: 5;
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.navtop-custom .navtop-main .navtop-lang .lang-child .lang-list {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-lang .lang-child .lang-list .lang-item {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.navtop-custom .navtop-main .navtop-lang .lang-child .lang-list .lang-item:hover .text {
  color: #0484e1;
}
.navtop-custom .navtop-main .navtop-lang .lang-child .lang-list .lang-item .icon {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-lang .lang-child .lang-list .lang-item .text {
  flex: 1;
  color: #A3A3A3;
  font-size: var(--fz14);
  line-height: 1;
  text-align: center;
}
.navtop-custom .navtop-main .navtop-search {
  height: 100%;
  position: relative;
  padding: 0 0.1rem;
  transition: all 0.4s;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-search:hover .navtop-search-form {
  transform: translateX(30px) translateY(0);
  opacity: 1;
  visibility: visible;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-box {
  width: 100%;
  height: 100%;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-box .search-icon {
  width: 20px;
  height: auto;
  display: block;
  transition: all 0.4s;
}
.navtop-tool:hover i{
 font-size: 22px;
 color: var(--color3);
}
.navtop-tool i{
 font-size: 22px;
 color: var(--colorF2);
}
.navtop-custom.on .navtop-tool i{
 font-size: 22px;
 color: var(--color3);
}

.navtop-custom .navtop-main .navtop-search .navtop-search-form {
  width: auto;
  position: absolute;
  right: 30%;
  top: calc(100% -1px);
  transform: translateX(30px) translateY(20px);
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .navtop-search-box {
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: white;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .sinput {
  width: 250px;
  height: 100%;
  line-height: 1;
  padding: 0 14px;
  box-sizing: border-box;
  color: #343333;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .sbtn {
  width: 80px;
  height: 48px;
  line-height: 48px;
  background: #0484e1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .sbtn i {
  color: #fff;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .sbtn .search-icon2 {
  width: 22px;
  height: auto;
  display: block;
}

.footer-custom {
  width: 100%;
  background: #064f8f;
}
.footer-custom .footer-main .footer-cont {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-custom .footer-main .footer-cont .cont-left {
  flex-shrink: 0;
  max-width: 350px;
}
.footer-custom .footer-main .footer-cont .cont-left .left-tt {
  width: 100%;
  color: #FFFFFF;
  line-height: 1;
  font-size: var(--fz16);
}
.footer-custom .footer-main .footer-cont .cont-left .left-dd {
  width: 100%;
  color: #b8e0fd;
  font-size: var(--fz14);
  line-height: 2;
  margin-top: 0.3rem;
}
.footer-custom .footer-main .footer-cont .cont-left .left-dd p img {
    margin-right: 0.12rem;
    opacity: .6;
    width: 0.2rem;
    height: 0.2rem;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*margin-top: 0.2rem;*/
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 6px;
  margin-top: 6px;
  background: transparent;
  position: relative;
  transition: all 0.4s;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem:hover {
  background: #0484e1;
  border-color: #0484e1;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem:hover .litem-icon .img {
  filter: invert(100%) brightness(200%);
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem:hover .tool-abs {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem .litem-icon {
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  overflow: hidden;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem .litem-icon .img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem .tool-abs {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding-left: 0.3rem;
  transition: all 0.4s;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem .tool-abs .abs-cont {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  padding: 4px;
  box-sizing: border-box;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem .tool-abs .abs-cont .imgs {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.footer-custom .footer-main .footer-cont .cont-list {
  display: flex;
  align-items: flex-start;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item {
  margin-left: 0.4rem;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-li {
  width: 100%;
  color: #FFFFFF;
  line-height: 1;
  font-size: var(--fz16);
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child {
  padding-top: 0.15rem;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child .child-li {
  display: flex;
  align-items: flex-start;
  margin-top: 0.1rem;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child .child-li:hover .text {
  color: #FFFFFF;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child .child-li .line {
  width: 10px;
  height: calc(var(--fz14) * 1.4);
  position: relative;
  flex-shrink: 0;
  margin-right: 4px;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child .child-li .line::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
  background: #2e9af9;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child .child-li .text {
  color: #b8e0fd;
  font-size: var(--fz14);
  line-height: 1.5;
  max-width: 200px;
  min-width: 150px;
}
.footer-copyright {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background:  #024584;
  padding: 22px 0;
  box-sizing: border-box;
}

.footer-copyright .container{
  width: 100%;
  display: flex;
}

.footer-copyright .copyright-cont {
  flex: 1;
  color: #b8e0fd;
  font-size: var(--fz14);
  line-height: 1.5;
}
.footer-custom  .footer-firend {
  width: 288px;
  flex-shrink: 0;
  margin-left: 0.5rem;
  position: relative;
}
.footer-custom  .footer-firend .firend-box {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #065397;
}
.footer-custom  .footer-firend .firend-box .firend-text {
  flex: 1;
  height: 46px;
  line-height: 46px;
  color: #b8e0fd;
  font-size: var(--fz14);
  padding: 0 16px;
}
.footer-custom  .footer-firend .firend-box .firend-more {
  width: 46px;
  height: 46px;
  background: #065397;
  flex-shrink: 0;
  position: relative;
}
.footer-custom  .footer-firend .firend-box .firend-more::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}
.footer-custom  .footer-firend .firend-list {
  width: 100%;
  height: auto;
  max-height: 300px;
  position: absolute;
  bottom: 110%;
  left: 0;
  z-index: 2;
  background: #3C3C3C;
  overflow-y: auto;
  display: none;
}
.footer-custom  .footer-firend .firend-list .firend-li {
  width: 100%;
  line-height: 1.7;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.35);
  transition: all 0.4s;
}
.footer-custom  .footer-firend .firend-list .firend-li:hover {
  color: white;
}
.footer-custom  .footer-firend .firend-list .firend-li:last-child {
  border-bottom: none;
}

.search-form-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
}
.search-form-box .search-input {
  flex: 1;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  border-radius: 0;
  background-color: #F6F6F6;
  color: #373737;
}
.search-form-box .search-btn {
  width: 128px;
  height: 56px;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #0484e1;
  border-radius: 0;
}

.nodata {
  width: 100%;
  padding: 0.55rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  margin-top: 0.55rem;
}

.news-page {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0;
}
.news-page.v22 {
  padding-top: 0.6rem;
}
.news-page .news-hot {
  width: 100%;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.08);
}
.news-page .news-hot .hot-swiper {
  width: 100%;
}
.news-page .news-hot .hot-swiper .swiper-item {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: stretch;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-pic {
  width: 41%;
  flex-shrink: 0;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-pic .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(362 / 526 * 100%);
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont {
  flex: 1;
  box-sizing: border-box;
  padding: 0.4rem 0.8rem 0.54rem 0.45rem;
  display: flex;
  align-items: center;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .s-cont {
  width: 100%;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .time {
  color: #9FA0A0;
  line-height: 1;
  font-size: var(--fz16);
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .tt {
  width: 100%;
  color: #222222;
  font-size: var(--fz24);
  line-height: 1.25;
  margin-top: 0.2rem;font-weight: 600;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .dd {
  width: 100%;
  color: #555;
  font-size: var(--fz14);
  line-height: 1.7;
  margin-top: 0.2rem;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .btn {
  margin-top: 0.5rem;
}

.news-page .news-hot .hot-swiper .list-slider-pagination {position: absolute; left: 0; bottom: 4% !important;width: 100%;display: flex;justify-content: center; align-items: center; z-index: 9;}
.news-page .news-hot .hot-swiper .list-slider-pagination span { opacity: 1; width: 30px; height: 4px; background-color:#ecaa32;margin: 0 0.05rem!important; position: relative; overflow: hidden; }
.news-page .news-hot .hot-swiper .list-slider-pagination span.swiper-pagination-bullet-active {  background-color: #e0e0e0;}


.news-page .news-list {
  width: 100%;
  box-sizing: border-box;
}
.news-page .news-list.v2 {
  padding-top: 0.4rem;
}
.news-page .news-list .list-main {
  width: 100%;
}
.news-page .news-list .list-main .list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.news-page .news-list .list-main .list .item {
  width: calc((100% - 0.4rem * 2) / 3);
  margin-top: 0.4rem;
  margin-right: 0.4rem;
}
.news-page .news-list .list-main .list .item:nth-child(3n) {
  margin-right: 0;
}
.news-page .news-list .list-main .list .item .item-cont {
  width: 100%;
  transition: all 0.4s;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.08);
}
.news-page .news-list .list-main .list .item .item-cont:hover {
  transform: translateY(-20px);
}
.news-page .news-list .list-main .list .item .pics {
  width: 100%;
}
.news-page .news-list .list-main .list .item .pics .pic-box {
  width: 100%;
  padding-top: calc(275 / 400 * 100%);
}
.news-page .news-list .list-main .list .item .cont {
  width: 100%;
  padding: 0.3rem 0.25rem 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.news-page .news-list .list-main .list .item .cont .time {
  width: 100%;
  line-height: 1;
  color: #C9C9C9;
  font-size: var(--fz16);
}
.news-page .news-list .list-main .list .item .cont .title {
  width: 100%;
  margin-top: 0.16rem;
}
.news-page .news-list .list-main .list .item .cont .title .t {
  width: 100%;
  color: #282828;
  font-size: var(--fz18);
  line-height: 1.35;    font-weight: 600;
}
.news-page .news-list .list-main .list .item .cont .more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.newview-vtop {
  width: 100%;
  background-color: #F5F6F7;
  padding: 0.85rem 0 0.85rem;
  box-sizing: border-box;
  transition: all 0.4s;
  position: relative;
  z-index: 10;    margin-top: 1rem
}
.newview-vtop .vtop-main {
  width: 100%;
  box-sizing: border-box;
}
.newview-vtop .vtop-main .title {
  font-weight: 500;
  color: #000000;
  line-height: 1.15;
  font-weight: 550;
}
.newview-vtop .vtop-main .vtop-tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.newview-vtop .vtop-main .vtop-tool .data-box {
  color: #777777;
  display: flex;
  align-items: center;
  line-height: 1;
}
.newview-vtop .vtop-main .vtop-tool .data-t {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.newview-vtop .vtop-main .vtop-tool .data-t:not(:first-child) {
  margin-left: 0.3rem;
}
.newview-vtop .vtop-main .vtop-tool .data-t .t-icon {
  width: 16px;
  height: auto;
  display: block;
  margin-right: 8px;
}
.newview-vtop .vtop-main .vtop-tool .share-box {
  color: #777777;
  display: flex;
  align-items: center;
}
.newview-vtop .vtop-main .vtop-tool .share-box .t {
  padding-right: 4px;
}
.newview-vtop .vtop-main .vtop-tool .share-box .share-btn {
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: 6px;
}
.newview-vtop .vtop-main .vtop-tool .share-box .social-share-icon {
  margin-left: 6px;
  font-size: 15px;
  background: transparent;
  color: #777777;
}
.newview-vtop .vtop-main .vtop-tool .share-box .social-share-icon:hover {
  color: #1960A9 !important;
}

.newview-vcont {
  width: 100%;
  box-sizing: border-box;
  padding: 0.8rem 0 1rem;
  transition: all 0.4s;
}
.newview-vcont .vcont-main {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  transition: all 0.4s;
}
.newview-vcont .vcont-main .vcont-box {
  flex: 1;
  transition: all 0.4s;
  overflow: hidden;
}
.newview-vcont .vcont-main .vcont-box .video-box {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  padding-top: calc(562/1000*100%);
  margin-bottom: 0.5rem;
}
.newview-vcont .vcont-main .vcont-box .video-box .video-abs {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.newview-vcont .vcont-main .vcont-box .video-box .video-demo {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.newview-vcont .vcont-main .vcont-box .cont {
  width: 100%;
  color: #535353;
  line-height: 2.0;
}
.newview-vcont .vcont-main .vcont-box .cont img {
  display: block;
}
.newview-vcont .vcont-main .vcont-hot {
  width: 31%;
  margin-left: 1.1rem;
  max-width: 450px;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--navheight) + 0.2rem);
  z-index: 5;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t {
  width: 100%;
  padding-bottom: 0.23rem;
  line-height: 1;
  color: #343333;
  font-weight: 550;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  font-weight: 550;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t .vt {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t .vt .icon {
  width: 34px;
  height: 34px;
  display: block;
  margin-right: 16px;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list {
  width: 100%;
  box-sizing: border-box;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item {
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time {
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  padding-left: 0.14rem;
  position: relative;
  color: #AAAAAA;
  line-height: 1;
  text-align: center;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time .day {
  font-weight: 550;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time .year {
  margin-top: 4px;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #E6E6E6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .t {
  flex: 1;
  color: #000000;
  line-height: 1.5;
}

.newview-toolbox {
  width: 100%;
  background-color: #F5F6F7;
  box-sizing: border-box;
  padding: 0.7rem 0;
}
.newview-toolbox .newview-tool {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newview-toolbox .newview-tool.showhot {
  padding-right: calc(31% + 1.1rem);
}
.newview-toolbox .newview-tool .next-box {
  flex: 1;
  overflow: hidden;
  line-height: 1;
}
.newview-toolbox .newview-tool .next-box .next-a {
  width: 100%;
  color: #777777;
  line-height: 1;
  display: block;
}
.newview-toolbox .newview-tool .next-box .next-a:hover span {
  font-weight: 550;
}
.newview-toolbox .newview-tool .next-box .next-a:nth-child(2n) {
  margin-top: 0.15rem;
}
.newview-toolbox .newview-tool .next-box .next-a span {
  color: #000000;
}
.newview-toolbox .newview-tool .next-btn {
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.index-banner {
  width: 100%;
  position: relative;
  padding-top: calc(970 / 1920 * 100%);
  box-sizing: border-box;
}
.index-banner .banner-more {
  width: 100%;
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.index-banner .banner-more .more-main {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-banner .banner-more .v-left .t {
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz12);
  font-weight: 500;
}
.index-banner .banner-more .v-left .icon {
  width: 9px;
  margin-left: 14px;
}
.index-banner .banner-more .v-left .icon .i_v {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-4px);
  animation: slideUpDown 3s infinite ease;
}
.index-banner .banner-more .more-tool {
  width: 173px;
  height: 64px;
  background:rgba(0,0,0,0.5);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner .banner-more .more-tool .swiper-pagination {
  position: static;
  padding: 0 20px;
  margin: 0;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  font-size: var(--fz14);
  font-weight: 550;
  color: #fff;
}
.index-banner .banner-more .more-tool .swiper-pagination .swiper-pagination-current {
  color: #0392fa;
}
.index-banner .banner-more .more-tool .swiper-button-next,
.index-banner .banner-more .more-tool .swiper-button-prev {
  position: static;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 48px;
  /*background: #F1F1F1;*/
  border-radius: 3px;
}
.index-banner .banner-more .more-tool .swiper-button-next.swiper-button-disabled,
.index-banner .banner-more .more-tool .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  background: transparent;
}
.index-banner .banner-more .more-tool .swiper-button-next::after,
.index-banner .banner-more .more-tool .swiper-button-prev::after {
  color: #fff;
  font-size: var(--fz14);
  font-weight: bolder;
  transform: scale(0.8);
}
.index-banner .index-banner-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.index-banner .banner-swiper {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index-banner .bvideo {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.4s;
  object-fit: cover;
  pointer-events: none;
}
.index-banner .banner-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-banner .banner-item .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.index-banner .banner-item .mobile-banner {
  z-index: 0;
  opacity: 0;
}
.index-banner .banner-item .pc-banner {
  opacity: 1;
  z-index: 1;
}
.index-banner .banner-item .banner-box {
  width: 100%;
  color: #ffffff;
  max-width: 1400px;text-align:center;
}
.index-banner .banner-item .banner-box .banner-t1 {
  line-height: 1.15;
  font-size: var(--fz48);font-weight: lighter;
}
.index-banner .banner-item .banner-box .banner-t2 {
  font-size: var(--fz16);
  line-height: 2;
  margin-top: 0.2rem;
}

.index-wrap1 {
  width: 100%;
  position: relative;
  padding: 1.53rem 0 0px;
  box-sizing: border-box;
  background: #FFFFFF;
  /*min-height: 100vh;*/
}
.index-wrap1 .wrap1-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap1 .wrap1-bg .pvideo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.index-wrap1 .wrap1-bg .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap1 .wrap1-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.index-wrap1 .wrap1-main .wrap1-left {
  width: 32%;
  flex-shrink: 0;
  margin-right: 1.3rem;
}
.index-wrap1 .wrap1-main .wrap1-left .tag {
  width: 98px;
  height: 34px;
  line-height: 34px;
  background: #0484e1;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
  font-weight: 550;
  position: relative;
  margin-bottom:0.2rem;
}
.index-wrap1 .wrap1-main .wrap1-left .tag::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #1D1613;
  position: absolute;
  bottom: 0;
  right: -8px;
}

.index-wrap1 .wrap1-main .wrap1-left .dd {
  color: #121212;
  font-size: var(--fz18);
  line-height: 1.5;
  font-weight: 550;
  margin-top: 10px;
}
.index-wrap1 .wrap1-main .wrap1-right {
  flex: 1;
}
.about-wrap1 .wrap1-main .wrap1-right .page-title {
  margin-top: 0.35rem;    font-size: var(--fz28);font-weight: 500;margin-bottom: 0.2rem;
}
.index-wrap1 .wrap1-main .wrap1-right .cont {
  width: 100%;
  color: #343434;
  font-size: var(--fz16);
  line-height: 1.7;    margin-bottom: 0.2rem;
}
.index-wrap1 .wrap1-main .wrap1-right .vbtn {
     margin: 0.6rem 0 0 auto;
}

.index-wrap2 {
  width: 100%;
  max-width: 1300px;
  height: 350px;
  background: #0484e1;
  margin: -228px 0 0 auto;
  position: relative;
  z-index: 5;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.index-wrap2 .wrap2-cont {
  width: 100%;
  max-width: 820px;
  padding-left: 70px;
  padding-top: 15px;
}




.index-wrap3 {
  width: 100%;
  padding-top: 1.2rem;
  /*background: #fafafa;*/
  box-sizing: border-box;
  padding-bottom: 1rem;
  position: relative;
}
.index-wrap3 .wrap3-bg {
  width: 100%;
  padding-top: calc(1762 / 1920 * 100%);
  position: absolute;
  top: 2.25rem;
  left: 0;
  z-index: 1;
}
.index-wrap3 .wrap3-bg .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap3 .wrap3-box1{ margin-bottom:  0.5rem ;}




/*产品展示*/
.pro-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list {
    width: 100%;
    border-top: 2px solid #f0f0f0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.pro-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .box3-box {
    width: calc(100% / 7);
    position: relative;
}
.pro-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item {
  width: 100%;
  padding: 0.25rem 0.1rem;
  box-sizing: border-box;
  transition: all 0.4s;
  position: relative;
  height: 100%;
}
.pro-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item:hover, .about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item.on {
 border-top:2px solid #0484e1;
}
.pro-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item .img {
  height: 30px;
  width: auto;
  display: block;
}
.pro-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item .tt {
  width: 100%;
  color: #999;text-align: center;
  font-size: var(--fz18);
  line-height: 1.5;
  margin-top: 0.26rem;
}
.pro-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item .desc {
  width: 100%;
  color: #BBBABA;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.15rem;
  display: none;
}
.pro-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont {
  width: 100%;
  padding-top: 0.4rem;
  box-sizing: border-box;
}
.pro-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item {
  width: 100%;
  align-items: stretch;
  display: none;
}
.pro-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item.on {
 display: block;
}
.pro-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item.on {
    border-top:2px solid #0484e1;
}



.index-wrap4 {
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  position: relative;
}
.index-wrap4 .wrap4-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap4 .wrap4-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.15);
}
.index-wrap4 .wrap4-bg .pvideo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.index-wrap4 .wrap4-bg .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap4 .wrap4-bg .poster.dis {
  opacity: 0;
}
.index-wrap4 .wrap4-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-wrap4 .wrap4-main {
  width: 100%;
}
.index-wrap4 .wrap4-main .cont {
  width: 100%;
}
.index-wrap4 .wrap4-main .cont .tt {
  width: 100%;
  font-size: var(--fz36);
  font-weight: 550;
  line-height: 1.3;
  color: #FFFFFF;
}
.index-wrap4 .wrap4-main .cont .dd {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 6px;
}
.index-wrap4 .wrap4-main .cont .vbtn {
  margin-top: 0.68rem;
}

.index-news {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.86rem 0 1rem;
  background: #f5f6f8;
  z-index: 5;
}
.index-news .news-bg {
  width: 58.7%;
  padding-top: calc(1175 / 1920 * 100%);
  position: absolute;
  top: calc((286 / 1000 * 100%) * -1);
  right: 0;
  z-index: 0;
}
.index-news .news-bg .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.index-news .news-bg .bg-img.bg1 {
  z-index: 1;
  opacity: 1;
  background-image: url("../images/ani_04.png");
}
.index-news .news-bg .bg-img.bg2 {
  opacity: 0;
  background-image: url("../images/ani_03.png");
}
.index-news .news-main {
  width: 100%;
}
.index-news .news-main .news-tbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .news-main .news-tbox .page-title {
  color: #333;
}
.index-news .news-main .news-tbox .more-btn {
  flex-shrink: 0;
}
.index-news .news-main .news-cont {
  width: 100%;
}
.index-news .news-main .news-cont .swiper-pagination {
  position: static;
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
}
.index-news .news-main .news-cont .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #888;
}
.index-news .news-main .news-cont .news-swiper {
  width: 100%;
  padding-top: 0.24rem;
}
.index-news .news-main .news-cont .news-swiper .swiper-wrapper {
  align-items: stretch;
}
.index-news .news-main .news-cont .news-swiper .swiper-slide {
  width: calc((100% - 0.4rem * 2) / 3);
  height: auto;
}
.index-news .news-main .news-cont .item {
  width: 100%;
  height: 100%;
}
.index-news .news-main .news-cont .item .item-cont {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
}
.index-news .news-main .news-cont .item .item-cont:hover {
  transform: translateY(-0.24rem);
}
.index-news .news-main .news-cont .item .item-cont:hover .cont .title .t {
  color: #0484e1;
}
.index-news .news-main .news-cont .item .pics {
  width: 100%;
}
.index-news .news-main .news-cont .item .pics .pic-box {
  width: 100%;
  padding-top: calc(275 / 400 * 100%);
}
.index-news .news-main .news-cont .item .cont {
  width: 100%;
  padding: 0.3rem 0.25rem 0.5rem;
  box-sizing: border-box;
  position: relative;
  flex: 1;
}
.index-news .news-main .news-cont .item .cont .time {
  width: 100%;
  line-height: 1;
  color: #C9C9C9;
  font-size: var(--fz16);
}
.index-news .news-main .news-cont .item .cont .title {
  width: 100%;
  margin-top: 0.16rem;
}
.index-news .news-main .news-cont .item .cont .title .t {
  width: 100%;
  color: #282828;
  font-size: var(--fz18);
  line-height: 1.35;
}
.index-news .news-main .news-cont .item .cont .more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}




.product-s4 {
    padding: 0.55rem 0;    overflow: hidden;
}
.product-s4 .title{
    font-size: var(--fz36);    font-weight: 550;text-align:center;
}
.product-s4 .items {
    margin-top: 0.5rem;
    display: flex;
    grid-gap: 0.25rem;
}
.product-s4 .item {
    width: calc((100% - 0.5rem) / 3);
    background-color: #fff;
    border-radius: 5px;
    padding: 0.275rem 0.275rem;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
}
.product-s4 .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/img-2.jpg) right top no-repeat;
    background-size: auto 100%;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.product-s4 .item:hover:before{
					opacity: 1;
				}

.product-s4 .item a {
    display: block;
}
.product-s4 .item i {
    display: block;
    width: max(36px, 0.575rem);
    height: max(36px, 0.575rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;margin: auto;
}
.product-s4 .item i, .product-s4 .item .tit, .product-s4 .item .para {
    position: relative;
    z-index: 2;
}
.product-s4 .item .tit {
    margin-top: 0.15rem;
    display: flex;
    align-items: center;
}
.product-s4 .item .tit span {
    font-size: max(16px, 0.175rem);
    color: #081d2e;
    line-height: max(40px, 0.175rem);
        margin: auto;
        font-weight:550;
}
.product-s4 .item p {
    font-size: max(12px, 0.125rem);
    color: #808080;
    font-family: 'HarmonyOS_Sans_SC_Light';
}


.index-contact {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.7rem 0 0.86rem;
  box-sizing: border-box;
  z-index: 7;
}
.index-contact .contact-title {
  width: 100%;
  line-height: 1;
  color: #151515;    font-weight: 600;
  font-size: var(--fz36);text-align: center;
}
.index-contact .contact-desc {
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-size: var(--fz14);
  line-height: 1.8;
  margin-top: 10px;text-align: center;
}
.index-contact .contact-form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-contact .contact-form .contact-btn {
  width: 148px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.94rem;
  background: #333333;
  background-image: url("../images/25.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-contact .contact-form .contact-btn .t {
  color: #FFFFFF;
  font-size: 550;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-contact .contact-form .contact-line {
  width: 48px;
  height: 42px;
  position: relative;
  margin-top: 0.94rem;
}
.index-contact .contact-form .contact-line::after {
  content: "";
  width: 130%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -10px;
  bottom: 21px;
  z-index: 2;
  transform: rotate(136deg);
}
.index-contact .contact-form .contact-item {
  display: flex;
  align-items: center;
  width: 22.75%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.56rem;
  margin-right: 3%;
}
.index-contact .contact-form .contact-item.mt2 {
  margin-top: 0.94rem;
}
.index-contact .contact-form .contact-item.item-v2 {
  flex: 1;
  margin-right: 0;
}
.index-contact .contact-form .contact-item:nth-child(4n) {
  margin-right: 0;
}
.index-contact .contact-form .contact-item .t {
  color: #333333;
  font-weight: 550;
  flex-shrink: 0;
}
.index-contact .contact-form .contact-item .contact-input {
  flex: 1;
  height: 42px;
  line-height: 1;
  padding: 0 14px;
  color: #333333;
  min-height: 0;
}




.process-con {
   margin-top: 1.2rem;
}

.process-con .fa-ccc{
    margin-top: 1rem;
}
.process-con .con-fa {
    align-items: center;
    background-image: url(/image/dizhi/process-bj.png);
    display: flex;
    height: 5rem;
    justify-content: center;
    width: 100%;
}
.process-con .con-fa .fa-list {
    border-right: 1px solid #b8d2e9;
    height: 50%;
    position: relative;
    width: 16.6666667%;transition: all .6s ease-in-out;
}
.process-con .con-fa .fa-list:hover {
    background: rgba(0,0,0,.4);
    height: 100%;
    width: 16.6666667%;
}
.process-con .con-fa .fa-list .list-number {
    border: 3px solid #fff;
    border-radius: 50%;
    height: 0.4rem;
    left: 50%;
    margin-top:0.3rem;
    position: absolute;
    position: relative;
    transform: translateX(-50%);
    width: 100%;
    width: 0.4rem;
}
.process-con .con-fa .fa-list .list-number span {
    color: #fff;
    font-family: Source Han Sans CN;
    font-size: 0.15rem;
    font-weight: 600;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.process-con .con-fa .fa-list p {
    color: #fff;
    font-family: Source Han Sans CN;
    font-size: var(--fz18);
    font-weight: 550;
    line-height: 0.6rem;
    margin-top: 0.2rem;
    text-align: center;
}





.technology-page .page-title {
    font-weight: 600;
}

.technology-page .sale-con {
    margin-top: 1rem;
}
.technology-page .technology-list {
  background:#f5f5f5;
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1rem 0;
  box-sizing: border-box;
}
.technology-page .technology-list .list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.technology-page .technology-list .list .item {
  width: calc((100% - 0.4rem * 2) / 3);
  margin-right: 0.4rem;
  margin-top: 0.8rem;
  box-sizing: border-box;
  background:#fafafa;
}
.technology-page .technology-list .list .item:nth-child(3n) {
  margin-right: 0;
}
.technology-page .technology-list .list .item .item-cont {
  width: 100%;
  transition: all 0.4s;
}
.technology-page .technology-list .list .item .item-cont:hover {
  transform: translateY(-20px);
}
.technology-page .technology-list .list .item .item-top {
  width: 100%;
  display: flex;
  align-items: center;
}
.technology-page .technology-list .list .item .item-top .pics {
  flex-shrink: 0;
  width: 56px;
  margin-right: 16px;
}
.technology-page .technology-list .list .item .item-top .pics .imgs {
  width: 100%;
  height: auto;
  display: block;
}
.technology-page .technology-list .list .item .item-top .t-cont {
  flex: 1;
}
.technology-page .technology-list .list .item .item-top .t-cont .tt {
  width: 100%;
  font-size: var(--fz24);
  color: #333;
  font-weight: 550;
  line-height: 1.1;
}
.technology-page .technology-list .list .item .item-top .t-cont .dd {
  width: 100%;
  color: #121212;
  font-size: var(--fz20);font-weight: 550;
  line-height: 1.3;
  margin-top: 4px;
}
.technology-page .technology-list .list .item .item-cont {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.35rem;
  box-sizing: border-box;
}
.technology-page .technology-list .list .item .item-cont .cont {
  font-size: var(--fz16);
  color: #444444;
  line-height: 1.75;
}
.technology-page .technology-download {
  width: 100%;
  box-sizing: border-box;
  background: #F2F2F2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1rem 0;
  box-sizing: border-box;
}
.technology-page .technology-download .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.technology-page .technology-download .list .item {
  width: calc((100% - 0.4rem) / 2);
  margin-top: 0.4rem;
}

.technology-page .technology-download .list .item .item-cont {
  width: 100%;
  background: #FFFFFF;
  padding: 0.24rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.4s;
}
.technology-page .technology-download .list .item .item-cont:hover {
  transform: translateY(-20px);
}
.technology-page .technology-download .list .item .item-left {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.technology-page .technology-download .list .item .item-left .licon {
  margin-right: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 34px;
  background-image: url("../images/a3.png");
}
.technology-page .technology-download .list .item .item-left .lt {
  flex: 1;
  overflow: hidden;
  line-height: 1.2;
  color: #121212;
  font-size: var(--fz18);
}
.technology-page .technology-download .list .item .item-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
}
.technology-page .technology-download .list .item .item-right .rt {
  line-height: 1;
  color: #6A6A6A;
  font-size: var(--fz14);
}
.technology-page .technology-download .list .item .item-right .ricon {
  margin-left: 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-image: url("../images/a1.png");
}




.technology-page .sale-con {
    margin-top: 1rem;
}
.technology-page .sale-con .sale-list {
   width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}
.technology-page .sale-con .sale-list .list-data {
   width: calc((100% - 0.2rem * 2) / 3);
    margin-right: 0.2rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
}
.technology-page .sale-con .sale-list .list-data:nth-child(3n) {
    margin-right: 0;
}
.technology-page .sale-con .sale-list .list-data .data-contain {
    display: flex;
    flex-direction: column;
    padding: 0.4rem 0.3rem;
    background: #fafafa url(../images/contact1.jpg) right top no-repeat;
}
.technology-page .sale-con .sale-list .list-data .data-contain h4 {
    color: #333;
    font-family: Source Han Sans CN;
    font-size: var(--fz22);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    position: relative;
}
.technology-page .sale-con .sale-list .list-data .data-contain h4:after {
    background-color: #666;
    bottom: -0.05rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0.3rem;
}
.technology-page .sale-con .sale-list .list-data .data-contain .data-option {
    margin-top: 0.3rem;
}
.technology-page .sale-con .sale-list .list-data .data-contain .data-option p {
    color: #666;
    font-family: Source Han Sans CN;
    font-size: var(--fz14);
    font-weight: 400;
    line-height: 1.8;
    padding-bottom: 0;
    text-align: left;
}



.product-page {
  width: 100%;
  box-sizing: border-box;
  background: #F5F5F5;
  position: relative;
  z-index: 5;
}
.product-page .product-bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  padding: 1rem 0 1.1rem;
}
.product-page .product-bg-box .product-bg {
  width: 100%;
  padding-top: calc(740 / 1920 * 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.product-nav{
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 5;
}
.product-page .product-class {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.product-page .product-class .class-item {
  width: auto;
  line-height: 1;
  background: transparent;
  padding: 0.25rem 0.3rem;
  color: #555;
  font-weight: 600;
  font-size: var(--fz18);
}
.product-page .product-class .class-item.on {
  background: #f5f5f5;color: #000;
  border-top: 4px solid #ecaa32;
}
.product-page .product-class .class-item .imgs{
  width: auto;
  width: 36px;
    height: auto;
    display: block;
    margin-right: 0.16rem;
    filter: brightness(1) invert(1);
    opacity: 0.5;
}
/*产品分类二级*/
.nav-less{
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;padding-top: 0.2rem
}
.class-less {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.class-less .class-item {
    width: auto;
    height: 52px;
    line-height: 1;
    background: transparent;
    border-radius: 1px;
    background: #fff;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    color: #121212;
    font-size: var(--fz16);
    padding: 0 0.42rem;border: 1px solid #f0f0f0;
}
.class-less .class-item.on {
  background: #ecaa32;color: #fff;
}
/*产品分类二级*/


.product-page .product-mobile-class {
  width: 100%;
  width: 100%;
  margin-top: 0.4rem;
  border-top: 1px solid #DCDCDC;
  padding-top: 0.2rem;
  box-sizing: border-box;
  display: none;
}
.product-page .product-list {
  width: 100%;padding: 0.2rem 0; 
}
.product-page .product-list .list {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.product-page .product-list .list .item {
  width: calc((100% - 0.3rem) / 2);
  margin-top: 0.3rem;    background: #fff;    padding: 0.2rem;
}
.product-page .product-list .list .item .pis {
  width: 100%;    text-align: center;
}
.product-page .product-list .list .item .pis:hover .img {
  transform: scale(1.1);
}
.product-page .product-list .list .item .pis .img {
  width: 60%;
  height: auto;
  /*display: block;*/
  transition: all 0.6s;
}
.product-page .product-list .list .item .cont {
  width: 100%;margin-top:0.5rem;
}

.product-page .product-list .list .item video[data-v-4e5883a4] {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: -1;
}
.product-page .product-list .list .item:hover video[data-v-4e5883a4] {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 1;
}

.product-page .product-list .list .item .cont .tt {
  width: 100%;
  line-height: 1.1;
  font-weight: 550;
  font-size: var(--fz24);
  color: #121212;
}
.product-page .product-list .list .item .cont .dd {
  margin-top: 0.18rem;
  height: 46px;
}
.product-page .product-list .list .item .cont .dd .dd-t {
  width: 100%;
  color: #858585;
  font-size: var(--fz16);
  line-height: 1.5;
}
.product-page .product-list .list .item .cont .more {
  margin-top: 0.35rem;
}
.product-page .product-list .pagination-custom {
  margin-top: 0.8rem;
  border-top: 1px solid #DCDCDC;
}
.product-page .product-list .pagination-custom .pagination-box {
  padding-top: 0.5rem;
}




.product-page .product-list2  {
 padding:0.5rem 0;
}
.product-page .product-list2 .list {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.product-page .product-list2 .list .item {
  width: calc((100% - 0.3rem) / 2);
  margin-top: 0.3rem;    background: #fff;    padding: 0.2rem;
}
.product-page .product-list2 .list .item .pis {
  width: 100%;    text-align: center;    overflow: hidden;cursor: pointer;
}
.product-page .product-list2 .list .item .pis:hover .img {
  transform: scale(1.1);
}
.product-page .product-list2 .list .item .pis .img {
  width: 100%;
  height: 250px;
  /*display: block;*/
  transition: all 0.6s;
}
.product-page .product-list2 .list .item .cont {
  width: 100%;margin-top:0.2rem;
}
.product-page .product-list2 .list .item .cont .tt {
  width: 100%;
  line-height: 1.1;
  font-size: var(--fz24);
  color: #121212;    font-weight: 600;
}
.product-page .product-list2 .list .item .cont .dd {
  margin-top: 0.18rem;

}
.product-page .product-list2 .list .item .cont .dd .dd-t {
  width: 100%;
  color: #858585;
  font-size: var(--fz14);
  line-height: 2;
}
.product-page .product-list2 .list .item .cont .dd .dd-t p {
    font-family: Source Han Sans CN;
    font-size: var(--fz14);
    line-height: inherit;
    padding-left: 0.2rem;
    padding-bottom: 0!important;
    position: relative;
    text-align: justify;
}
.product-page .product-list2 .list .item .cont .dd .dd-t p:before {
    background: #eaad23;
    border-radius: 50%;
    content: "";
    height: 0.07rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.07rem;
}

/*图片放大功能*/
.gallery {
     display: flex;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: 0.25s;
    user-select: none;
    background: rgba(0,0,0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.gallery.show {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.gallery-inner {
  width: 70%;
  height: 70%;
  margin: auto;    text-align: center;
}

.control {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  font-size: 50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.prev { left: 15px;}
.next { right: 15px;}

.close {
  color: white;
  font-size: 35px;
  position: absolute;
  top: 15%;
  right: 25px;
  cursor: pointer;
}

.hide {
  display: none;
}



.headline { width: 100%;border-bottom: 1px solid #e5e5e5;margin-top: 1rem;}
.headline .breadcrumb{ float: left; color:#999; line-height: 75px; font-size: 14px;}
.headline .breadcrumb .hover{ display: inline-block; margin-right: 5px;}
.headline .breadcrumb .hover img{vertical-align: middle; margin-top:-6px;}
.headline.breadcrumb a.hover,
.headline .breadcrumb a:hover{ color:#00459b;}


.productview-wrap1 .news-hot {
  width: 50%;

}
.productview-wrap1 .news-hot .hot-swiper {
  width: 100%;
}
.productview-wrap1 .news-hot .hot-swiper .swiper-item {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: stretch;
}
.productview-wrap1 .news-hot .hot-swiper .swiper-item .swiper-pic {
  width: 100%;
  flex-shrink: 0;
}
.productview-wrap1 .news-hot .hot-swiper .swiper-item .swiper-pic .pic-box2 {
  width: 100%;
  height: 100%;
  /*padding-top: calc(362 / 526 * 100%);*/text-align: center;
}
.productview-wrap1 .news-hot .hot-swiper .swiper-item .swiper-pic .pic-box2  img{
  width: 70%;
 
}
.productview-wrap1 .swiper-cont {
    width: 40%;
    flex-shrink: 0;
    margin-left: 1rem;
  color: #1D1D1D;
  font-size: var(--fz16);
  line-height: 1.9;
}
.productview-wrap1  .swiper-cont .s-cont {
  width: 100%;
}
.productview-wrap1  .swiper-cont .time {
  color: #9FA0A0;
  line-height: 1;
  font-size: var(--fz16);
}
.productview-wrap1 .swiper-cont .tt {
  width: 100%;
  color: #222222;
  font-size: var(--fz28);
  line-height: 1.25;
  margin-top: 0.2rem;font-weight: 600;
}
.productview-wrap1  .swiper-cont .dd {
  width: 100%;
  color: #828282;
  font-size: var(--fz14);
  line-height: 2.2;
  margin-top: 0.4rem;
}
.productview-wrap1 .swiper-cont .btn {
  margin-top: 0.5rem;
}
.productview-wrap1 .page-btn {
  width:50%;
  height: 50px;
  background: #ddd;
  border-radius: 0px;
  border: 0px solid #B4B4B4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productview-wrap1 .page-btn .bt {
  color: #343434;
  line-height: 1;
  font-size: var(--fz28);
  transition: all 0.4s;
}
.productview-wrap1 .page-btn .bt-icon {
  width: 12px;
  height: 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v19.png");
  margin-left: 0.16rem;
}

.productview-wrap1 .news-hot .hot-swiper .list-slider-pagination {margin-top: 0.1rem !important;width: 100%;display: flex;justify-content: center; align-items: center; z-index: 9;}
.productview-wrap1 .news-hot .hot-swiper .list-slider-pagination span { opacity: 1; width: 30px; height: 4px; background-color:#ecaa32;margin: 0 0.05rem!important; position: relative; overflow: hidden; }
.productview-wrap1 .news-hot .hot-swiper .list-slider-pagination span.swiper-pagination-bullet-active {  background-color: #e0e0e0;}


.productview-page {
  width: 100%;
}
.productview-page .productview-wrap1 {
  width: 100%;
  padding: 1rem 0 1.1rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.productview-page .productview-wrap1 .wrap1-main {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.productview-page .productview-wrap2 {
  width: 100%;
  padding: 1rem 0 0;
  box-sizing: border-box;
  background: #f7f8fa;
  position: relative;
}
.productview-page .productview-wrap2 .wrap2-bg {
  width: 93.75%;
  padding-top: calc(1533 / 1800 * 100%);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0.26rem;
  z-index: 0;
}
.productview-page .productview-wrap2 .wrap2-main {
  width: 100%;
}
.productview-page .productview-wrap2 .wrap2-main .page-title {
  color: #555;font-weight: 500;font-size: var(--fz28);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features {
  width: 100%;
  padding-top: 0.2rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item {
  width: calc((100% - 0.4rem) / 2);
  margin-top: 0.4rem;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item .item-cont {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.3rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item .item-cont:hover {
  transform: translateY(-20px);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item .pics {
  width: 90px;
  height: 90px;
  background: #0484e1;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item .pics .img {
  width: 100%;
  height: 100%;
  display: block;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item .text {
  flex: 1;
  color: #555;
  font-size: var(--fz16);
  line-height: 1.5;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list {
  width: 100%;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool {
  width: 100%;
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .swiper-pagination {
  position: static;
  flex: 1;
  margin: 0;
  padding: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0484e1;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn {
  flex-shrink: 0;
  margin-left: 0.4rem;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-prev,
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-next {
  padding: 0;
  margin: 0;
  position: static;
  color: #FFFFFF;
  filter: invert(100%) brightness(200%);
  /* 将图像转换为白色 */
  width: 20px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v26.png");
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-prev::after,
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-next::after {
  font-size: 0;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-prev {
  transform: rotate(180deg);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-next {
  margin-left: 14px;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-swiper {
  width: 100%;
  padding-top: 0.5rem;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-swiper .swiper-slide {
  width: calc((100% - 0.4rem * 2) / 3);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item {
  width: 100%;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .item-cont {
  width: 100%;
  transition: all 0.4s;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .item-cont:hover {
  transform: translateY(-20px);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .pics {
  width: 100%;
  position: relative;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .pics .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(362 / 526 * 100%);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .pics::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #0484e1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .pics::before {
  content: "";
  width: 30px;
  height: 14px;
  background: #0484e1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.25;
  font-weight: 550;
  margin-top: 0.2rem;
}
.productview-page .productview-wrap3 {
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  position: relative;
}
.productview-page .productview-wrap3 .wrap3-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.productview-page .productview-wrap3 .wrap3-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.15);
}
.productview-page .productview-wrap3 .wrap3-bg .pvideo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.productview-page .productview-wrap3 .wrap3-bg .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.productview-page .productview-wrap3 .wrap3-bg .poster.dis {
  opacity: 0;
}
.productview-page .productview-wrap3 .wrap3-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.productview-page .productview-wrap3 .wrap3-main {
  width: 100%;
}
.productview-page .productview-wrap3 .wrap3-play {
  transition: all 0.4s;
}
.productview-page .productview-wrap3 .wrap3-play.dis {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.productview-page .productview-wrap3 .wrap3-play .icon {
  width: 82px;
  height: 82px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url("../images/v27.png");
}
.productview-page .productview-wrap3 .wrap3-play .tt {
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}
.productview-page .productview-wrap4 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.productview-page .productview-wrap4 .wrap4-main {
  width: 100%;
}
.productview-page .productview-wrap4 .wrap4-main .page-title{
 color: #333;font-weight: 600;font-size: var(--fz28);
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont {
  width: 100%;
  margin-top: 0.5rem;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box {
  width: 100%;
  position: relative;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-abs {
  width: 340px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-abs .name {
  width: 100%;
  height: 60px;
  background: #0484e1;
  padding: 0 15px;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-abs .name .name-t {
  width: 100%;
  line-height: 1;
  color: #121212;
  font-size: var(--fz16);
  font-weight: 550;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-abs .img {
  width: 100%;
  height: auto;
  display: block;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-main {
  width: 100%;
  background: #FFFFFF;
  padding: 40px;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-main .cont {
  color: #444;
  font-size: var(--fz14);
  line-height: 1.5;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-main .cont td {
  padding-left:10px;
}
.productview-page .productview-wrap5 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.productview-page .productview-wrap5::after {
  content: "";
  width: 100%;
  height: 124px;
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
  width: var(--container-width);
  z-index: 0;
}
.productview-page .productview-wrap5 .wrap5-main {
  width: 100%;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list {
  width: 100%;
  box-sizing: border-box;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool {
  width: 100%;
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .swiper-pagination {
  position: static;
  flex: 1;
  margin: 0;
  padding: 0;
  height: 3px;
  background: rgba(27, 27, 27, 0.2);
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0484e1;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn {
  flex-shrink: 0;
  margin-left: 0.4rem;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-prev,
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-next {
  padding: 0;
  margin: 0;
  position: static;
  color: #FFFFFF;
  width: 20px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v26.png");
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-prev::after,
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-next::after {
  font-size: 0;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-prev {
  transform: rotate(180deg);
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-next {
  margin-left: 14px;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-swiper {
  width: 100%;
  padding-top: 0.5rem;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-swiper .swiper-slide {
  width: calc((100% - 0.4rem * 2) / 3);
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item {
  width: 100%;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .item-cont {
  width: 100%;
  background: #FFFFFF;
  transition: all 0.4s;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .item-cont:hover {
  transform: translateY(-20px);
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .pics {
  width: 100%;
  position: relative;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .pics .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(225 / 400 * 100%);
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .pics .play-box {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .pics .play-box::after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-left: 4px;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .tt {
  width: 100%;
  height: 90px;
  color: #353535;
  font-size: var(--fz18);
  line-height: 1.35;
  padding: 0 0.2rem;
}

.solution-swiper {
  width: 100%;
  height: 100vh;
}
.solution-swiper .swiper-slide {
  width: 100%;
  height: auto !important;
}
.solution-swiper .swiper-slide.ani-slide .solution-wrap1 .tt {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.solution-swiper .swiper-slide.ani-slide .solution-wrap1 .dd {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.solution-swiper .swiper-slide.ani-slide .solution-wrap1 .vbtn {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.solution-swiper .swiper-slide.ani-slide .solution-wrap2 .page-title {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.solution-swiper .swiper-slide.ani-slide .solution-wrap2 .cont {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.solution-swiper .banner-page {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  position: relative;
}
.solution-swiper .solution-wrap1 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.solution-swiper .solution-wrap1 .solution-line {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.solution-swiper .solution-wrap1 .solution-line::after {
  content: "";
  width: 150px;
  height: 100%;
  background: #0484e1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.solution-swiper .solution-wrap1 .solution-line::before {
  content: "";
  width: calc(100% - 150px - 10px);
  height: 100%;
  background: #0484e1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.solution-swiper .solution-wrap1 .solution-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.solution-swiper .solution-wrap1 .solution-abs::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.solution-swiper .solution-wrap1 .tt {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  color: #E0E0E0;
  font-size: var(--fz48);
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition: all 1s;
}
.solution-swiper .solution-wrap1 .dd {
  width: 100%;
  text-align: center;
  color: #E0E0E0;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 0.18rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition: all 1s;
  transition-delay: 0.3s;
}
.solution-swiper .solution-wrap1 .vbtn {
  margin: 0.76rem auto 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition: all 1s;
  transition-delay: 0.6s;
}
.solution-swiper .solution-wrap2 {
  width: 100%;
  padding: 0.9rem 0 0.64rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.solution-swiper .solution-wrap2 .page-title {
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition: all 1s;
}
.solution-swiper .solution-wrap2 .cont {
  width: 100%;
  margin-top: 0.38rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition: all 1s;
  transition-delay: 0.3s;
}
.solution-swiper .solution-pagination {
  width: 13px;
  position: absolute;
  top: 0;
  right: 0.3rem;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  flex-direction: column;
}
.solution-swiper .solution-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  opacity: 0.25;
  transition: all 0.4s;
  margin: 0;
  padding: 0;
}
.solution-swiper .solution-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-top: 10px;
}
.solution-swiper .solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0484e1;
}

.solutionview-page {
  width: 100%;
}
.solutionview-page .solutionview-wrap1 {
  width: 100%;
  padding: 1rem 0 1.1rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.solutionview-page .solutionview-wrap1 .wrap1-main {
  width: 100%;
}
.solutionview-page .solutionview-wrap1 .wrap1-main .tt {
  width: 100%;
  color: #1D1D1D;
  font-size: var(--fz24);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.solutionview-page .solutionview-wrap1 .wrap1-main .cont {
  color: #1D1D1D;
  font-size: var(--fz16);
  line-height: 1.9;
}
.solutionview-page .solutionview-wrap2 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background: #1B1B1B;
  position: relative;
  overflow: hidden;
}
.solutionview-page .solutionview-wrap2 .wrap2-bg {
  width: 93.75%;
  padding-top: calc(1533 / 1800 * 100%);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0.26rem;
  z-index: 0;
}
.solutionview-page .solutionview-wrap2 .wrap2-main {
  width: 100%;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .page-title {
  color: #FFFFFF;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item {
  width: calc((100% - 0.4rem * 2) / 3);
  margin-right: 0.4rem;
  margin-top: 0.75rem;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item:nth-child(3n) {
  margin-right: 0;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .item-cont {
  width: 100%;
  transition: all 0.4s;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .item-cont:hover {
  transform: translateY(-20px);
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .pics {
  width: 100%;
  position: relative;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .pics .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(362 / 526 * 100%);
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .pics::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #0484e1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .pics::before {
  content: "";
  width: 30px;
  height: 14px;
  background: #0484e1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.25;
  font-weight: 550;
  margin-top: 0.2rem;
}
.solutionview-page .solutionview-wrap3 {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0 1.1rem;
  background: #E4E4E4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.solutionview-page .solutionview-wrap3 .wrap3-tbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-prev,
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-next {
  position: static;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid #171717;
  opacity: 0.35;
  pointer-events: visible !important;
  transition: all 0.4s;
}
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-prev:hover,
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-next:hover {
  opacity: 1 !important;
}
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-prev::after,
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-next::after {
  font-size: var(--fz12);
  font-weight: bolder;
  color: #000000;
}
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-next {
  margin-left: 10px;
}
.solutionview-page .solutionview-wrap3 .wrap3-main {
  width: 100%;
  margin-top: 0.5rem;
  padding-left: calc((100vw - 1280px) / 2);
}
.solutionview-page .solutionview-wrap3 .wrap3-main .wrap3-swiper {
  width: 100%;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item {
  width: 100%;
  overflow: hidden;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .item-cont {
  width: 100%;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .pis {
  width: 100%;
  overflow: hidden;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .pis:hover .img {
  transform: scale(1.1);
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .pis .img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .cont {
  width: 100%;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .cont .tt {
  width: 100%;
  line-height: 1.1;
  font-weight: 550;
  font-size: var(--fz24);
  color: #121212;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .cont .dd {
  margin-top: 0.18rem;
  height: 46px;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .cont .dd .dd-t {
  width: 100%;
  color: #858585;
  font-size: var(--fz16);
  line-height: 1.5;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .cont .more {
  margin-top: 0.35rem;
}
.solutionview-page .solutionview-wrap4 {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.solutionview-page .solutionview-wrap4 .wrap4-main {
  width: 100%;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont {
  width: 100%;
  margin-top: 0.7rem;
  border-left: 4px solid #0484e1;
  box-sizing: border-box;
  position: relative;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool {
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  z-index: 10;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-prev,
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-next {
  position: static;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #0484e1;
  border: 2px solid #0484e1;
  opacity: 1 !important;
  pointer-events: visible !important;
  transition: all 0.4s;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-prev:hover,
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-next:hover {
  opacity: 1 !important;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-prev::after,
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-next::after {
  font-size: 0;
  width: 6px;
  height: 9px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v26.png");
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-prev {
  transform: rotate(180deg);
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-next {
  margin-left: 10px;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper {
  width: 100%;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-slide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: auto !important;
  background: #EDEDED;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item {
  width: 100%;
  height: 544px;
  background: #EDEDED;
  display: flex;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left {
  width: 380px;
  height: calc(100% - 50px);
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  padding: 0.35rem 0.3rem 0.8rem 0.4rem;
  box-sizing: border-box;
  overflow: hidden;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .tt {
  color: #3A3A3A;
  font-size: var(--fz30);
  line-height: 1.3;
  font-weight: 550;
  flex-shrink: 0;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont {
  width: 100%;
  box-sizing: border-box;
  color: #4D4D4D;
  font-size: var(--fz16);
  line-height: 1.65;
  margin-top: 0.5rem;
  flex: 1;
  overflow: hidden;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont .cont-text {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-right {
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-right .img {
  width: 100%;
  height: 100%;
  display: block;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-right .play-box {
  width: 82px;
  height: 82px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v27.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}


.factory-page {
  width: 100%;
}
.factory-page .factory-service {
    width: 100%;
    background: #F2F2F2;
    padding-bottom: 0.5rem;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}
.factory-page .page-title {
 font-weight: 500;text-align:center; padding: 1rem 0;
}
.factory-page .page-title h3{
 text-align:center; font-weight: 600;
}
.factory-page .page-title p{
 font-size: var(--fz16);color:#666;margin-top:0.5rem;line-height:1.8;
}
.factory-page .factory-service .factory-main {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.factory-page .factory-service .factory-main .factory-left {
    flex: 1;padding-right:2rem;
}
.factory-page .factory-service .factory-main .factory-left .title{
   margin-bottom:0.3rem; font-size: var(--fz24);font-weight: 550;color: #0484e1;
}
.factory-page .factory-service .factory-main .factory-left p{
   line-height: 2; font-size: var(--fz18);font-weight:550;
    margin-bottom: 0.1rem;
    padding: 0.05rem 0rem;
}
.factory-page .factory-service .factory-main .factory-left p i{
 color:#ecaa32;font-weight: 900;
}
.factory-page .factory-service .factory-main .factory-right {
     width: 60%;
    flex-shrink: 0;
}

.factory-page .factory-yy.bg1{
   background:#f4f4f4;
}
.factory-page .factory-pic{
   margin: auto;text-align:center;color:#555;
}




.contact-page {
  width: 100%;
}
.contact-page .page-title {
 font-weight: 600;text-align:center;
}
.contact-page .contact-info {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.contact-page .contact-info .info-main {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}
.contact-page .contact-info .info-main .info-cont {
  width: 100%;
  margin-top: 0.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-page .contact-info .info-main .info-cont .info-left {
  width: 50%;
}
.contact-page .contact-info .info-main .info-cont .info-left .tt {
  width: 100%;
  color: #343434;
  font-size: var(--fz24);
  line-height: 1.3;
  margin-bottom: 3px;
}
.contact-page .contact-info .info-main .info-cont .info-left .dd {
  color: #806A2F;
  font-size: var(--fz16);
  line-height: 1.9;
  margin-bottom: 0.3rem;
}
.contact-page .contact-info .info-main .info-cont .info-left .desc {
  width: 100%;
  color: #343434;
  font-size: var(--fz16);
  line-height: 1.9;
}
.contact-page .contact-info .info-main .info-cont .info-right {
  flex: 1;
  margin-left: 0.5rem;
  max-width: 376px;
}
.contact-page .contact-info .info-main .info-cont .info-right .tt {
  width: 100%;
  color: #343434;    font-weight: 600;
  font-size: var(--fz24);
  line-height: 1.3;
}
.contact-page .contact-info .info-main .info-cont .info-right .list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 16px;
  margin-top: 16px;
  position: relative;
  transition: all 0.4s;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item:hover {
  background: #151515;
  border-color: #151515;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item:hover .litem-icon .img {
  filter: invert(100%) brightness(200%);
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item:hover .tool-abs {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item .litem-icon {
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  overflow: hidden;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item .litem-icon .img {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item .tool-abs {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding-left: 0.3rem;
  transition: all 0.4s;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item .tool-abs .abs-cont {
  width: 140px;
  height: 140px;
  background: #FFFFFF;
  padding: 4px;
  box-sizing: border-box;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item .tool-abs .abs-cont .imgs {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.contact-page .contact-info .info-white {
  width: 100%;
  height: 86px;
  background: #FFFFFF;
  transform: translateY(2px);
}
.contact-page .contact-test {
  width: 100%;
  position: relative;
  padding-bottom: 1.3rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 2px;
}
.contact-page .contact-test .test-bg {
  width: 19.27%;
  padding-top: calc(80 / 1920 * 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v25.png");
}
.contact-page .contact-test .test-main {
  padding: 0 1.5rem;
}
.contact-page .contact-test .test-main .page-desc {
  color: #909090;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 0.15rem;
  text-align: center;
}
.contact-page .contact-test .test-main .test-cont {
  width: 100%;
  margin-top: 0.4rem;
  box-sizing: border-box;
  position: relative;
}
.contact-page .contact-test .test-main .test-cont::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #121212;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.contact-page .contact-test .test-main .test-cont .test-item {
  width: 50%;
  position: relative;
  z-index: 2;
  margin-left: 4px;
  margin-top: -2px;
  box-sizing: border-box;
}
.contact-page .contact-test .test-main .test-cont .test-item:nth-child(2n) {
  margin-left: calc(50% - 4px);
}
.contact-page .contact-test .test-main .test-cont .test-item:nth-child(2n) .cont {
  padding-left: 0.4rem;
  padding-right: 0;
}
.contact-page .contact-test .test-main .test-cont .test-item:nth-child(2n) .test-line {
  flex-direction: row-reverse;
}
.contact-page .contact-test .test-main .test-cont .test-item .test-line {
  width: 100%;
  display: flex;
  align-items: center;
}
.contact-page .contact-test .test-main .test-cont .test-item .test-line .round {
  width: 9px;
  height: 9px;
  background: #0484e1;
  border-radius: 50%;
  border: 2px solid #191919;
  flex-shrink: 0;
}
.contact-page .contact-test .test-main .test-cont .test-item .test-line .line {
  flex: 1;
  height: 1px;
  background: #191919;
}
.contact-page .contact-test .test-main .test-cont .test-item .cont {
  width: 100%;
  padding-right: 0.4rem;
}
.contact-page .contact-test .test-main .test-cont .test-item .cont .num-box {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.contact-page .contact-test .test-main .test-cont .test-item .cont .num-box .icon {
  margin-right: 20px;
  width: 70px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v23.png");
}
.contact-page .contact-test .test-main .test-cont .test-item .cont .num-box .num {
  line-height: 1;
  color: #191919;
  font-size: var(--fz48);
}
.contact-page .contact-test .test-main .test-cont .test-item .cont .text {
  color: #262626;
  font-size: var(--fz16);
  line-height: 1.6;
  padding-top: 0.3rem;
  border-top: 1px solid #DCDCDC;
}
.contact-page .contact-service {
  width: 100%;
  background: #F2F2F2;
  padding: 1rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.contact-page .contact-service .service-main {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.contact-page .contact-service .service-main .service-left {
    flex: 1;padding-top:1.5rem;padding-left:2rem;
}
.contact-page .contact-service .service-main .service-left .title{
   margin-bottom:0.3rem; font-size: var(--fz18);font-weight: 550;
}
.contact-page .contact-service .service-main .service-left p{
   line-height: 2;    background: #ecf3f8;color:#fff;
    margin-bottom: 0.1rem;
    padding: 0.05rem 0.2rem;
}
.contact-page .contact-service .service-main .service-right {
     width: 65%;
    flex-shrink: 0;
}
.contact-page .contact-service .service-main .service-list {
  width: 100%;
  display: none;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .contact-service .service-main .service-list .service-item {
  width: calc((100% - 0.4rem) / 2);
  margin-top: 0.6rem;
}
.contact-page .contact-service .service-main .service-list .service-item .r-v {
  width: 100%;
  color: #333333;
  font-weight: 550;
  font-size: var(--fz24);
  line-height: 1.2;
}
.contact-page .contact-service .service-main .service-list .service-item .r-t {
  width: 100%;
  color: #333333;
  font-size: var(--fz18);
  color: #333333;
  line-height: 1.2;
  margin-top: 0.15rem;
  font-weight: 550;
}
.contact-page .contact-service .service-main .service-list .service-item .r-d {
  width: 100%;
  font-size: var(--fz16);
  color: #333333;
  line-height: 1.6;
  margin-top: 0.15rem;
}
.contact-page .contact-service .service-main .service-cont {
  width: 100%;
  margin-top: 0.44rem;
  position: relative;
}
.contact-page .contact-service .service-main .service-cont .bgs {
  width: 100%;
  height: auto;
  display: block;
}
.contact-page .contact-service .service-main .service-cont .round-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item:hover {
  z-index: 8;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item:hover .round-wrap,
.contact-page .contact-service .service-main .service-cont .round-list .round-item:hover .name-box {
  opacity: 1;
  visibility: visible;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item.t_left .round-wrap {
  position: absolute;
  left: auto;
  right: -200%;
  bottom: 400%;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item.t_left .name-box {
  position: absolute;
  left: auto;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item.b_right .round-wrap {
  position: absolute;
  left: -200%;
  bottom: auto;
  top: 400%;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item.b_left .round-wrap {
  position: absolute;
  left: auto;
  right: -200%;
  bottom: auto;
  top: 400%;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item.b_left .name-box {
  position: absolute;
  left: auto;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-wrap {
  width: 380px;
  background: rgba(6, 87, 154, 0.8);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: absolute;
  left: -200%;
  bottom: 300%;
  z-index: 10;
  padding: 0.3rem;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-wrap .r-t {
  width: 100%;
  color: #FFFFFF;
  font-weight: 550;
  font-size: var(--fz24);
  line-height: 1.2;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-wrap .r-d {
  width: 100%;
  font-size: var(--fz24);
  color: #fff;
  line-height: 1.6;
  margin-top: 0.15rem;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .name-box {
  width: 380px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  pointer-events: none;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .name-box .name-text {
  display: inline-block;
  width: auto;
  height: 24px;
  line-height: 24px;
  background: #f26c33;
  padding: 0 10px;
  color: #fff;
  font-size: var(--fz14);
  font-weight: 550;
  pointer-events: visible;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-box {
  width: 16px;
  height: 16px;
  position: relative;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 225, 0, 0.5);
  border-radius: 50%;
  animation: breath1 2.5s ease-in-out 0s infinite normal forwards;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-box .round-v {
  width: 10px;
  height: 10px;
  background: #0484e1;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item:hover .round-box .round-v {
  background: #f26c33;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-box .round-v2 {
  width: 10px;
  height: 10px;
  background: #f26c33;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.about-page .about-wrap1 {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0;
}
.about-page .about-wrap1 .wrap1-main {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.about-page .about-wrap1 .wrap1-main .wrap1-left {
  flex: 1;
}
.about-page .about-wrap1 .wrap1-main .wrap1-left .img {
  width: 100%;
  height: auto;
  display: block;
}
.about-page .about-wrap1 .wrap1-main .wrap1-right {
  width: 50%;
  flex-shrink: 0;
  margin-left: 1rem;
}
.about-page .about-wrap1 .wrap1-main .wrap1-right .cont {
  width: 100%;
  color: #343434;
  font-size: var(--fz16);
  line-height: 1.8;
}
.about-page .pro-wrap2 {
  width: 100%;
  background: #1B1B1B;
}
.about-page .pro-wrap2 .wrap2-box1 {
  width: 100%;
  position: relative;
  padding-bottom: 0.35rem;
  background: #FFFFFF;
}
.about-page .pro-wrap2 .wrap2-box1::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: -2px;
  background: #FFFFFF;
}
.about-page .pro-wrap2 .wrap2-box1::after {
  content: "";
  width: 17.35%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(80 / 1920 * 100%);
  background-image: url("../images/v32.png");
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.about-page .pro-wrap2 .wrap2-box1 .box1-main {
  width: 100%;
}


.about-page .wrap2-box1 {
  background-color: #f5f6f8;
}
.gray {   
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0rem;
}
.describe {
    width: 18.3rem; margin-right: 10px;   
}
.Qmarks {
    position: relative;
}
.Qmarks:after, .Qmarks:before {
    height: 5.7rem;
    position: absolute;
    width: 9.7rem;
}
.gray h1 {
    color: #333; font-size: var(--fz28); margin-bottom: 0.2rem;
    font-family: Source Han Sans C;
    font-family: var(--font-family-Han);
    font-weight: 400;
}
.gray h1, .gray p {
    color: #333;  
    font-family: Source Han Sans C;
    font-family: var(--font-family-Han);
    font-weight: 600;
}
.gray p{
  font-size: var(--fz18);
    text-align: justify;
}
.Qmarks:before {
    content: url(../images/图层 697.png);
    left: -7rem;
    top: 0;
}
.Qmarks:after {
    bottom: -2rem;
    content: url(../images/图层 696.png);
    right: 0;
}
.gry-video {
    position: relative;
}

.gry-video video {
    height: 100%;
    width: 100%;
}



.wenhua-page .wrap2-box3 .box3-main .box3-list {
  width: 100%;

  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-swiper {
  width: 100%;
}
.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-swiper .swiper-wrapper {
  align-items: stretch;
}
.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-swiper .swiper-slide {
  height: auto !important;
}
.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-swiper .swiper-slide:not(:last-child) .item::after {
  content: "";
  width: 1px;
  height: 50%;;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-box {
  width: calc(100% / 4);
  position: relative;
}
.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-box:not(:last-child) .item::after {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wenhua .about-wrap2 .wrap2-box3 .box3-main .box3-list .item {
  width: 100%;
  padding: 0.45rem 0.4rem;
  box-sizing: border-box;
  background: #1B1B1B;
  transition: all 0.4s;
  position: relative;
  height: 100%;
  transition: all 2s ease-in-out;
}
.wenhua .about-wrap2 .wrap2-box3 .box3-main .box3-list .item:hover{
  top: 0;
}

.wenhua-page  .wrap2-box3 .box3-main .box3-list .item .img {
  height: 30px;
  width: auto;
  display: block;
}
.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-box .item{
position: relative;    width: 100%;
    /*overflow: hidden;*/
}
.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-box .item .tt h3 {
  font-size: var(--fz28);
}
.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-box .item .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.5;
  text-align: center;border-left: 1px solid #fff;  padding: 3.5rem 0;    height: 7.88rem;
 transition: all .6s ease-in-out;   position: absolute;
}
.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-box .item:hover .tt {
padding: 3rem 0;
 }


.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-box .item  .tt p {
  width: 100%;
  color: #fff;
  font-size: var(--fz20);
  margin-top: 0.25rem;
   line-height: 1.5;
    opacity: 0;
    transition: all .6s ease-in-out;
}
.wenhua-page .wrap2-box3 .box3-main .box3-list .box3-box .item:hover .tt p  {
   opacity: 1;
}
.wenhua-page  .wrap2-box3 .box3-main .box3-cont {
  width: 100%;
  box-sizing: border-box;
}
.wenhua-page  .wrap2-box3 .box3-main .box3-cont .cont-item {
  width: 100%;
  align-items: stretch;
  display: none;
}
.wenhua-page  .wrap2-box3 .box3-main .box3-cont .cont-item.on {
  display: flex;
}
.wenhua-page  .wrap2-box3 .box3-main .box3-cont .cont-item .cont-tool {
  flex-shrink: 0;
  width: 40px;
}
.wenhua-page  .wrap2-box3 .box3-main .box3-cont .cont-item .cont-tool.v2 {
  display: flex;
  align-items: flex-end;
}
.wenhua-page  .wrap2-box3 .box3-main .box3-cont .cont-item .cont-tool .icon {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(30 / 40 * 100%);
  background-image: url("/phone/images/v29.png");
}
.wenhua-page  .wrap2-box3 .box3-main .box3-cont .cont-item .cont-box {
  flex: 1;
  box-sizing: border-box;
}
.wenhua-page  .wrap2-box3 .box3-main .box3-cont .cont-item .cont-box .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz30);
  line-height: 1.2;
}
.wenhua-page  .wrap2-box3 .box3-main .box3-cont .cont-item .cont-box .dd {
  width: 100%;
  color: #BBBABA;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.15rem;
}







.about-page .pro-wrap2 .wrap2-box2 {
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .pro-wrap2 .wrap2-box2 .box2-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-page .pro-wrap2 .wrap2-box2 .box2-main {
  width: 100%;
  padding-top: 0.6rem;
}
.about-page .pro-wrap2 .wrap2-box2 .box2-main .title {
  width: 100%;
  display: flex;
  align-items: flex-start;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 2;
}
.about-page .pro-wrap2 .wrap2-box2 .box2-main .title .vtt {
  color: #0484e1;
  flex-shrink: 0;
  line-height: 1.75;
  margin-right: 6px;
}
.about-page .pro-wrap2 .wrap2-box2 .box2-main .title .cont {
  flex: 1;
}
.about-page .pro-wrap2 .wrap2-box3 {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 1.3rem;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main {
  width: 100%;
  margin-top: -1rem;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list {
  width: 100%;
  border-bottom: 1px solid #333333;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .box3-swiper {
  width: 100%;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .box3-swiper .swiper-wrapper {
  align-items: stretch;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .box3-swiper .swiper-slide {
  height: auto !important;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .box3-swiper .swiper-slide:not(:last-child) .item::after {
  content: "";
  width: 1px;
  height: 50%;
  border-left: 1px dashed #333333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .box3-box {
  width: calc(100% / 6);
  position: relative;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .box3-box:not(:last-child) .item::after {
  content: "";
  width: 1px;
  height: 50%;
  border-left: 1px dashed #333333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item {
  width: 100%;
  padding: 0.45rem 0.4rem;
  box-sizing: border-box;
  background: #1B1B1B;
  transition: all 0.4s;
  position: relative;
  height: 100%;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item:hover, .about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item.on {
  background: #333333;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item .img {
  height: 30px;
  width: auto;
  display: block;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 0.26rem;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-list .item .desc {
  width: 100%;
  color: #BBBABA;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.15rem;
  display: none;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont {
  width: 100%;
  padding-top: 0.4rem;
  box-sizing: border-box;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item {
  width: 100%;
  align-items: stretch;
  display: none;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item.on {
  display: flex;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-tool {
  flex-shrink: 0;
  width: 40px;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-tool.v2 {
  display: flex;
  align-items: flex-end;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-tool .icon {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(30 / 40 * 100%);
  background-image: url("../images/v29.png");
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-box {
  flex: 1;
  padding: 0.25rem 0.2rem;
  box-sizing: border-box;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-box .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz30);
  line-height: 1.2;
}
.about-page .pro-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-box .dd {
  width: 100%;
  color: #BBBABA;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.15rem;
}




.about-page .about-history {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.about-page .about-history .history-bg {
  width: 100%;
  padding-top: calc(600 / 1920 * 100%);
  position: absolute;
  top: 2;
  left: 0;
  z-index: 0;
}
.about-page .about-history .history-bg .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-history .history-class {
  width: 100%;
  display: none;
}
.about-page .about-history .title {
  padding-top: 1rem;
  width: 100%;
  line-height: 1;
  color: #333;
  font-size: var(--fz36);
  font-weight: 600;
}
.about-page .about-history .history-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.about-page .about-history .history-main .history-left {
  flex-shrink: 0;
  width: 280px;
  padding-top: 0.5rem;
  box-sizing: border-box;
  margin-right: 0rem;
  position: sticky;
  top: 0.5rem;
}
.about-page .about-history .history-main .history-left .left-wrap {
  width: 100%;
  position: relative;
}
.about-page .about-history .history-main .history-left .left-wrap::after {
  content: "";
  width: 43%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(80 / 480 * 100%);
  background-image: url("../images/v30.png");
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list {
  width: 100%;
  padding-right: 50px;
  position: relative;border-left: #4579AD 1px solid;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box {
  width: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box .swiper-button-prev,
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box .swiper-button-next {
  padding: 0;
  margin: 0;
  position: static;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid #FFFFFF;
  transform: rotate(90deg);
  display: flex;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box .swiper-button-prev::after,
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box .swiper-button-next::after {
  font-size: var(--fz12);
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box .swiper-button-next {
  margin-top: 10px;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .history-swiper {
  width: 100%;
  height: calc(48px * 6);
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .history-swiper .history-item {
  line-height: 35px;
  height: 35px;
  width: 100%;
  color: #4b82b9;
  font-size: var(--fz18);
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: all 0.4s;
  padding-left:20px;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .history-swiper .history-item.on {
  font-size: var(--fz22);
  color: #ecaa32;    border-left: #ecaa32 2px solid;font-weight: 550;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .history-swiper .history-item.on .check {
  opacity: 1;
  visibility: visible;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .history-swiper .history-item .check {
  opacity: 0;
  visibility: hidden;
}
.about-page .about-history .history-main .history-right {
  flex: 1;
}
.about-page .about-history .history-main .history-right .right-box {
  width: 100%;
  display: none;
}
.about-page .about-history .history-main .history-right .right-box.on {
  display: block;
}
.about-page .about-history .history-main .history-right .right-more {
  width: 100%;
  padding: 0.2rem 0;
  margin-top: 0.2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-history .history-main .history-right .right-more.on .icon2 {
  transform: rotate(180deg);
}
.about-page .about-history .history-main .history-right .right-more .t {
  position: relative;
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz16);
}
.about-page .about-history .history-main .history-right .right-more .icon2 {
  width: 10px;
  height: auto;
  display: block;
  flex-shrink: 0;
  filter: invert(100%) brightness(200%);
  transition: all 0.4s;
  margin-left: 10px;
}
.about-page .about-history .history-main .history-right .right-main {
  width: 100%;
  /*border-left: 1px solid rgba(255, 255, 255, 0.15);*/
}
.about-page .about-history .history-main .history-right .right-main .right-title {
  width: 100%;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.about-page .about-history .history-main .history-right .right-main .right-title::after {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 15px;
  width: 74px;
  height: 1px;
  background: #ecaa32;
  z-index: 2;
}
.about-page .about-history .history-main .history-right .right-main .right-title .t {
  line-height: 1;
  font-weight: 600;
  font-size: var(--fz30);
  color: #333;
}
.about-page .about-history .history-main .history-right .right-main .right-list {
  width: 100%;
}
.about-page .about-history .history-main .history-right .right-main .right-list .item {
  width: 100%;
  padding: 0.5rem 0 0.7rem 0.8rem;
  display: flex;
  align-items: center;
  position: relative;
  display: none;
}
.about-page .about-history .history-main .history-right .right-main .right-list .item.on {
  display: flex;
}
.about-page .about-history .history-main .history-right .right-main .right-list .item .round {
  width: 13px;
  height: 13px;
  background: #1B1B1B;
  border-radius: 50%;
  border: 3px solid #0484e1;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 5;
}
.about-page .about-history .history-main .history-right .right-main .right-list .item .img {
  width: 48.5%;
  height: auto;
  display: block;
  margin-right: 0.7rem;
  flex-shrink: 0;
}
.about-page .about-history .history-main .history-right .right-main .right-list .item .tt {
  flex: 1;
  color: #555;
  font-size: var(--fz16);
  line-height: 1.8;
}








.about-page .about-wrap3 {
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  position: relative;
}
.about-page .about-wrap3 .wrap3-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-wrap3 .wrap3-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.15);
}
.about-page .about-wrap3 .wrap3-bg .pvideo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.about-page .about-wrap3 .wrap3-bg .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-wrap3 .wrap3-bg .poster.dis {
  opacity: 0;
}
.about-page .about-wrap3 .wrap3-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-page .about-wrap3 .wrap3-main {
  width: 100%;
}
.about-page .about-wrap3 .wrap3-main .cont {
  width: 100%;
  font-size: var(--fz36);
  font-weight: 550;
  line-height: 1;
  line-height: 1.3;
  color: #FFFFFF;
}
.about-page .about-wrap3 .wrap3-play {
  transition: all 0.4s;
}
.about-page .about-wrap3 .wrap3-play.dis {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.about-page .about-wrap3 .wrap3-play .icon {
  width: 82px;
  height: 82px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url("../images/v27.png");
}
.about-page .about-wrap3 .wrap3-play .tt {
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}
.about-wrap4 {
  width: 100%;
  padding-top: 1rem;
  box-sizing: border-box;
}
.about-wrap4 .wrap4-top {
  width: 100%;
}
.about-wrap4 .wrap4-top .page-title {
    width: 100%;
    line-height: 1;
    font-size: var(--fz36);
    text-align: left;
    font-weight: 600;
    color: #101010;
}
.about-wrap4 .wrap4-top .desc {
  color: #888;
  font-size: var(--fz16);
  line-height: 1.9;
  margin-top: 0.25rem;
}
.about-wrap4 .wrap4-main {
  width: 100%;
  margin-top: 0.6rem;
}
.about-wrap4 .wrap4-main .wrap4-class {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.about-wrap4 .wrap4-main .wrap4-class .class-item {
  display: inline-flex;
  padding: 0.3rem 0.38rem;
  box-sizing: border-box;
  color: #7D7D7D;
  line-height: 1;
  font-size: var(--fz18);
}
.about-wrap4 .wrap4-main .wrap4-class .class-item::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #0484e1;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
}
.about-wrap4 .wrap4-main .wrap4-class .class-item.on {
  color: #323232;
}
.about-wrap4 .wrap4-main .wrap4-class .class-item.on::after {
  opacity: 1;
}
.about-wrap4 .wrap4-main .wrap4-class .class-swiper {
  display: inline-block;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.about-wrap4 .wrap4-main .wrap4-class .class-swiper .swiper-slide {
  width: auto;
}
.about-wrap4 .wrap4-main .wrap4-cont {
  width: 100%;
  padding-top: 0.7rem;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 1.3rem;
  display: none;
  transition: all 0.4s;
}
.about-wrap4 .wrap4-main .wrap4-cont.on {
  display: block;
}
.about-wrap4 .wrap4-main .wrap4-cont::after {
  content: "";
  width: 100%;
  height: 50%;
  /*background: #F2F2F2;*/
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.about-wrap4 .wrap4-main .wrap4-cont::before {
  content: "";
  width: 29%;
  padding-top: calc(80 / 1600 * 100%);
  background-image: url("../images/v28.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 17.75%;
  bottom: 0;
  z-index: 1;
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool {
  flex-shrink: 0;
  padding-top: calc(315 / 1600 * 100%);
  padding-right: 0.5rem;
  position: relative;
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool.v2 {
  padding-left: 0.5rem;
  padding-right: 0;
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool .swiper-button-prev,
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool .swiper-button-next {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  right: 0;
  width: 20px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v26.png");
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool .swiper-button-prev::after,
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool .swiper-button-next::after {
  font-size: 0;
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool .swiper-button-prev {
  transform: rotate(180deg);
  right: auto;
  left: 0;
  margin-top: -20px;
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap {
  flex: 1;
  max-width: 1280px;
  min-width: 0;
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .cont-i {
  width: 100%;
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .wrap4-swiper {
  width: 100%;
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .wrap4-swiper .swiper-slide {
  width: calc((100% - 66px * 3) / 4);
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .swiper-item {
  width: 100%;
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .swiper-item .pics {
  width: 100%;
  position: relative;
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .swiper-item .pics .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(195 / 270 * 100%);
}
.about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .swiper-item .tt {
  width: 100%;
  color: #292929;
  font-size: var(--fz14);
  line-height: 1.6;
  margin-top: 0.2rem;
  text-align: center;
}



.about-wrap5 {
  width: 100%;
  padding-top: 1rem;
  box-sizing: border-box;
}
.about-wrap5 .wrap5-top {
  width: 100%;
}
.about-wrap5 .wrap5-top .page-title {
    width: 100%;
    line-height: 1;
    font-size: var(--fz36);
    text-align: left;
    font-weight: 600;
    color: #101010;
}
.about-wrap5 .wrap5-top .desc {
  color: #323232;
  font-size: var(--fz16);
  line-height: 1.9;
  margin-top: 0.25rem;
}
.about-wrap5 .wrap5-main {
  width: 100%;
  margin-top: 0.6rem;
}
.about-wrap5 .wrap5-main .wrap5-class {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.about-wrap5 .wrap5-main .wrap5-class .class-item {
  display: inline-flex;
  padding: 0.3rem 0.38rem;
  box-sizing: border-box;
  color: #7D7D7D;
  line-height: 1;
  font-size: var(--fz18);
}
.about-wrap5 .wrap5-main .wrap5-class .class-item::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #0484e1;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
}
.about-wrap5 .wrap5-main .wrap5-class .class-item.on {
  color: #323232;
}
.about-wrap5 .wrap5-main .wrap5-class .class-item.on::after {
  opacity: 1;
}
.about-wrap5 .wrap5-main .wrap5-class .class-swiper {
  display: inline-block;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.about-wrap5 .wrap5-main .wrap5-class .class-swiper .swiper-slide {
  width: auto;
}
.about-wrap5 .wrap5-main .wrap5-cont {
  width: 100%;
  padding-top: 0.7rem;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0.5rem;
  display: none;
  transition: all 0.4s;
}
.about-wrap5 .wrap5-main .wrap5-cont.on {
  display: block;
}
/*.about-wrap5 .wrap5-main .wrap5-cont::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}*/
.about-wrap5 .wrap5-main .wrap5-cont::before {
  content: "";
  width: 29%;
  padding-top: calc(80 / 1600 * 100%);
  background-image: url("../images/v28.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 17.75%;
  bottom: 0;
  z-index: 1;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-tool {
  flex-shrink: 0;
  padding-top: calc(165 / 1600 * 100%);
  padding-right: 0.5rem;
  position: relative;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-tool.v2 {
  padding-left: 0.5rem;
  padding-right: 0;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-tool .swiper-button-prev,
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-tool .swiper-button-next {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  right: 0;
  width: 20px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/v26.png");
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-tool .swiper-button-prev::after,
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-tool .swiper-button-next::after {
  font-size: 0;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-tool .swiper-button-prev {
  transform: rotate(180deg);
  right: auto;
  left: 0;
  margin-top: -20px;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-wrap {
  flex: 1;
  min-width: 0;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-wrap .cont-i {
  width: 100%;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-wrap .wrap5-swiper {
  width: 100%;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-wrap .wrap5-swiper .swiper-slide {
  width: calc((100% - 66px * 3) / 4);border: 1px solid #f0f0f0;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-wrap .swiper-item {
  width: 100%;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-wrap .swiper-item .pics {
  width: 100%;
  position: relative;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-wrap .swiper-item .pics .pic-box img {
    padding: 5px;
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-wrap .swiper-item .pics .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(125 / 270 * 100%);
}
.about-wrap5 .wrap5-main .wrap5-cont .cont-box .cont-wrap .swiper-item .tt {
  width: 100%;
  color: #292929;
  font-size: var(--fz14);
  line-height: 1.6;
  margin-top: 0.2rem;
  text-align: center;
}



.contact-custom {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background: #151515;
  position: relative;
  z-index: 20;
}
.contact-custom .contact-bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.contact-custom .contact-bg {
  width: 100%;
  padding-top: calc(1027 / 1920 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.contact-custom .contact-bg .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-custom .contact-main {
  width: 100%;
}
.contact-custom .contact-main .contact-title {
  width: 100%;
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz48);
  font-weight: 550;
  text-align: center;
}
.contact-custom .contact-main .contact-desc {
  width: 100%;
  color: rgba(255, 255, 255, 0.35);
  font-size: var(--fz14);
  line-height: 1.8;
  margin-top: 10px;
  text-align: center;
}
.contact-custom .contact-main .contact-form {
  width: 100%;
  display: block;
  margin-top: 0.55rem;
}
.contact-custom .contact-main .contact-form .contact-item {
  width: calc((100% - 0.4rem * 2) / 3);
  margin-bottom: 16px;
  margin-right: 0.4rem;
}
.contact-custom .contact-main .contact-form .contact-item:nth-child(3n) {
  margin-right: 0;
}
.contact-custom .contact-main .contact-form .contact-item.dis {
  display: none;
}
.contact-custom .contact-main .contact-form .contact-item.v2 {
  width: 100%;
  margin-right: 0;
}
.contact-custom .contact-main .contact-form .contact-item.v2 .item-cont {
  padding: 16px 0;
  align-items: flex-start;
}
.contact-custom .contact-main .contact-form .contact-item.v2 .item-cont .label {
  line-height: 1.6;
}
.contact-custom .contact-main .contact-form .contact-item.v3 {
  width: 100%;
  margin-right: 0;
}
.contact-custom .contact-main .contact-form .contact-item .item-text {
  width: 100%;
  color: #515151;
  font-size: var(--fz12);
  line-height: var(--fz12);
  height: var(--fz12);
  margin-top: 8px;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont {
  width: 100%;
  background: #1A1A1A;
  border: 1px solid #2D2D2D;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .label {
  line-height: 1;
  color: #646464;
  font-size: var(--fz16);
  padding-left: 15px;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .label .c {
  color: #0484e1;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .contact-select {
  min-width: 0;
  flex: 1;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .contact-select .vtool-select .dl-clsss .word {
  border: none;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .contact-input {
  min-width: 0;
  flex: 1;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  color: #FFFFFF;
  min-height: 0;
  font-size: var(--fz16);
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .contact-textarea {
  flex: 1;
  height: 150px;
  padding: 0 15px;
  color: #FFFFFF;
  line-height: 1.6;
  border-radius: 4px;
  font-size: var(--fz16);
  background: transparent;
}
.contact-custom .contact-main .contact-form .contact-top .top-label {
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz24);
  margin-bottom: 0.2rem;
}
.contact-custom .contact-main .contact-form .contact-top .top-label .c {
  color: #0484e1;
}
.contact-custom .contact-main .contact-form .contact-ccmain {
  width: 100%;
  display: none;
}
.contact-custom .contact-main .contact-form .contact-ccmain.on {
  display: block;
}
.contact-custom .contact-main .contact-form .contact-cont {
  width: 100%;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  box-sizing: border-box;
  border-top: 1px solid #2D2D2D;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.contact-custom .contact-main .contact-form .contact-btns {
  width: 100%;
}
.contact-custom .contact-main .contact-form .contact-btns .btns-cont {
  width: auto;
  position: relative;
}
.contact-custom .contact-main .contact-form .contact-btns .btns-cont .btn-cancel {
  position: absolute;
  right: -0.24rem;
  transform: translate(100%, -50%);
  top: 50%;
  color: #FFFFFF;
  padding: 10px;
  font-size: var(--fz16);
  text-decoration: underline;
  z-index: 5;
}

.ad-custom {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  transition: all 0.4s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.ad-custom.on {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}
.ad-custom .ad-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
.ad-custom .ad-main {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-custom .ad-main .ad-cont {
  width: 88%;
  max-width: 850px;
  pointer-events: visible;
}
.ad-custom .ad-main .ad-cont .cont {
  width: 100%;
}
.ad-custom .ad-main .ad-cont .cont .ad-swiper {
  width: 100%;
}
.ad-custom .ad-main .ad-cont .cont .ad-item {
  width: 100%;
  position: relative;
}
.ad-custom .ad-main .ad-cont .cont .ad-item::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #F3D822;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.ad-custom .ad-main .ad-cont .cont .ad-item .pic-box {
  width: 100%;
  padding-top: calc(450 / 850 * 100%);
}
.ad-custom .ad-main .ad-cont .cont .ad-item .pic-box .pc-img {
  opacity: 1;
  z-index: 2;
}
.ad-custom .ad-main .ad-cont .cont .ad-item .pic-box .mobile-img {
  opacity: 0;
  z-index: 0;
}
.ad-custom .ad-main .ad-cont .close {
  position: relative;
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin: 34px auto 0;
}
.ad-custom .ad-main .ad-cont .close::after, .ad-custom .ad-main .ad-cont .close::before {
  content: "";
  border-radius: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
}
.ad-custom .ad-main .ad-cont .close::after {
  width: 18px;
  height: 2px;
}
.ad-custom .ad-main .ad-cont .close::before {
  width: 2px;
  height: 18px;
}

.cookie-custom {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  transition: all 0.4s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.cookie-custom.on {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}
.cookie-custom .cookie-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
.cookie-custom .cookie-main {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cookie-custom .cookie-main .cookie-cont {
  width: 88%;
  max-width: 1080px;
  pointer-events: visible;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0.25rem 0.4rem 0.32rem;
}
.cookie-custom .cookie-main .cookie-cont .cont {
  width: 100%;
}
.cookie-custom .cookie-main .cookie-cont .cont .tt {
  width: 100%;
  color: #232323;
  font-size: var(--fz18);
  line-height: 1.3;
}
.cookie-custom .cookie-main .cookie-cont .cont .dd {
  width: 100%;
  color: #232323;
  font-size: var(--fz14);
  line-height: 1.75;
}
.cookie-custom .cookie-main .cookie-cont .btn-list {
  width: 100%;
  margin-top: 0.25rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.cookie-custom .cookie-main .cookie-cont .btn-list .btn {
  width: 140px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  border: 2px solid #000000;
  color: #000000;
  font-size: var(--fz16);
}
.cookie-custom .cookie-main .cookie-cont .btn-list .btn:not(:last-child) {
  margin-right: 10px;
}
.cookie-custom .cookie-main .cookie-cont .btn-list .btn.on {
  background: #000000;
  color: #FFFFFF;
}

.cookie-more {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  transition: all 0.4s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.cookie-more.on {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}
.cookie-more.on .cookie-main .cookie-cont {
  transform: translateX(0);
}
.cookie-more .cookie-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
.cookie-more .cookie-main {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cookie-more .cookie-main .cookie-cont {
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: #FFFFFF;
  pointer-events: visible;
  transform: translateX(100%);
  transition: all 0.4s;
}
.cookie-more .cookie-main .cookie-cont .main {
  width: 100%;
  height: calc(100% - 72px);
  box-sizing: border-box;
  overflow-y: auto;
  padding: 0.4rem;
}
.cookie-more .cookie-main .cookie-cont .main .cookie-title {
  width: 100%;
  line-height: 1;
  color: #1D1D1D;
  font-size: var(--fz20);
  font-weight: 550;
}
.cookie-more .cookie-main .cookie-cont .main .wrap1 {
  width: 100%;
}
.cookie-more .cookie-main .cookie-cont .main .wrap1 .wrap1-cont {
  width: 100%;
  color: #1D1D1D;
  font-size: var(--fz14);
  line-height: 1.8;
  margin-top: 10px;
}
.cookie-more .cookie-main .cookie-cont .main .wrap1 .wrap1-btn {
  width: auto;
  min-width: 140px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  font-size: var(--fz16);
  padding: 0 0.32rem;
  margin-top: 0.3rem;
  display: inline-flex;
  text-align: center;
  border: 2px solid #000000;
  color: #000000;
}
.cookie-more .cookie-main .cookie-cont .main .wrap1 .wrap1-btn.on {
  color: #FFFFFF;
  background: #000000;
}
.cookie-more .cookie-main .cookie-cont .main .wrap1 .wrap1-btn:not(:last-child) {
  margin-right: 10px;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 {
  margin-top: 0.4rem;
  width: 100%;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list {
  width: 100%;
  margin-top: 0.3rem;
  overflow: hidden;
  border-radius: 4px;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item {
  width: 100%;
  border: 1px solid #F5F5F5;
  border-top: none;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item:first-child {
  border-top: 1px solid #F5F5F5;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item.on .item-tbox .item-left .item-more::before {
  width: 2px;
  height: 100%;
  opacity: 0;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item.on .item-cont {
  display: block;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox {
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 0.1rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-more {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-right: 0.2rem;
  position: relative;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-more::after, .cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-more::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #000000;
  border-radius: 2px;
  transition: all 0.4s;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-more::after {
  width: 100%;
  height: 2px;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-more::before {
  width: 2px;
  height: 100%;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-tt {
  font-size: var(--fz14);
  color: #121212;
  line-height: 1.3;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right {
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right .ctt {
  font-size: var(--fz12);
  color: #000000;
  font-weight: 550;
  line-height: 1;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right .statuc-box {
  position: relative;
  width: 46px;
  height: 26px;
  flex-shrink: 0;
  background: #000000;
  border-radius: 50px;
  transition: all 0.4s;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right .statuc-box.on {
  background: #0484e1;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right .statuc-box.on::after {
  left: 22px;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right .statuc-box::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  background: #FFFFFF;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-cont {
  width: 100%;
  background: #F5F5F5;
  box-sizing: border-box;
  padding: 0.25rem 0.3rem;
  color: #8a8787;
  font-size: var(--fz14);
  line-height: 1.8;
  display: none;
  transition: all 0.4s;
}
.cookie-more .cookie-main .cookie-cont .btn-bot {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #F5F5F5;
}
.cookie-more .cookie-main .cookie-cont .btn-bot .cookie-btn {
  width: auto;
  min-width: 140px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: var(--fz16);
  padding: 0 0.32rem;
  background: #000000;
  display: inline-flex;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .vtool-select .dl-clsss .sub::-webkit-scrollbar {
    width: 2px;
  }
  .vtool-select .dl-clsss .sub::-webkit-scrollbar-track {
    background-color: #2E2B2B;
  }
  .vtool-select .dl-clsss .sub::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
  }
  .vtool-select .dl-clsss .sub::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .footer-custom .footer-firend .firend-list::-webkit-scrollbar {
    width: 2px;
  }
  .footer-custom .footer-firend .firend-list::-webkit-scrollbar-track {
    background-color: #2E2B2B;
  }
  .footer-custom .footer-firend .firend-list::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
  }
  .footer-custom .footer-firend .firend-list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont .cont-text::-webkit-scrollbar {
    width: 2px;
  }
  .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont .cont-text::-webkit-scrollbar-track {
    background-color: #e2dada;
  }
  .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont .cont-text::-webkit-scrollbar-thumb {
    background-color: #a8a0a0;
    border-radius: 5px;
  }
  .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont .cont-text::-webkit-scrollbar-thumb:hover {
    background-color: #928d8d;
  }

  .cookie-more .cookie-main .cookie-cont .main::-webkit-scrollbar {
    width: 2px;
  }
  .cookie-more .cookie-main .cookie-cont .main::-webkit-scrollbar-track {
    background-color: #e2dada;
  }
  .cookie-more .cookie-main .cookie-cont .main::-webkit-scrollbar-thumb {
    background-color: #a8a0a0;
    border-radius: 5px;
  }
  .cookie-more .cookie-main .cookie-cont .main::-webkit-scrollbar-thumb:hover {
    background-color: #928d8d;
  }
}

/* 产品详细页面包屑 */
.blue { color: #f00;}
.detail_crumbs {background:#f7f7f7; border-bottom:1px solid #e1e4e6; border-top:1px solid #e1e4e6;overflow:hidden;   /* height: 50px;*/}
.detail_crumbs .left{float:left; line-height:50px; font-size:14px;}
.detail_crumbs .left span{margin:0 15px;opacity:.9; visibility:visible;}
.detail_crumbs .left span.last{margin-left:0; color:#999;}
.detail_crumbs .left a:hover{color:#f95c1e;}
.detail_crumbs .left a{color:#444;}
