@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 199;
  width: 100%;
}
.header.scroll .header-wrap .logo img.show,
.header.innerpage .header-wrap .logo img.show,
.header.hoverbg .header-wrap .logo img.show {
  opacity: 0;
}
.header.scroll .header-wrap .logo img.hide,
.header.innerpage .header-wrap .logo img.hide,
.header.hoverbg .header-wrap .logo img.hide {
  opacity: 1;
}
.header.scroll .header-wrap .navs > li > a,
.header.innerpage .header-wrap .navs > li > a,
.header.hoverbg .header-wrap .navs > li > a {
  color: #000000;
}
.header.scroll .header-wrap .navs > li:hover > a,
.header.innerpage .header-wrap .navs > li:hover > a,
.header.hoverbg .header-wrap .navs > li:hover > a,
.header.scroll .header-wrap .navs > li.active > a,
.header.innerpage .header-wrap .navs > li.active > a,
.header.hoverbg .header-wrap .navs > li.active > a {
  color: #014fa2;
}
.header.scroll .header-wrap .navs > li > a:before,
.header.innerpage .header-wrap .navs > li > a:before,
.header.hoverbg .header-wrap .navs > li > a:before {
  background: #014fa2;
}
.header.scroll .header-wrap .lang a,
.header.innerpage .header-wrap .lang a,
.header.hoverbg .header-wrap .lang a {
  color: #014fa2;
}
.header.scroll .header-wrap .lang a:before,
.header.innerpage .header-wrap .lang a:before,
.header.hoverbg .header-wrap .lang a:before {
  background: #014fa2;
}
.header.scroll .menubtn.active span,
.header.innerpage .menubtn.active span,
.header.hoverbg .menubtn.active span {
  background: transparent;
}
.header.scroll .menubtn span,
.header.innerpage .menubtn span,
.header.hoverbg .menubtn span {
  background: #000;
}
.header.scroll .menubtn span:before,
.header.innerpage .menubtn span:before,
.header.hoverbg .menubtn span:before,
.header.scroll .menubtn span:after,
.header.innerpage .menubtn span:after,
.header.hoverbg .menubtn span:after {
  background: #000;
}
.scroll .header-wrap {
  padding: 0 0.6rem;
  background: #fff;
}
.hoverbg .header-wrap {
  background: #fff;
}
.header-wrap {
  padding: 0 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
  height: 1.08rem;
}
.logo {
  display: block;
  position: relative;
  line-height: 1;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.54rem;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header-right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
  align-items: center;
}
.navs > li {
  padding: 0 0.27rem;
  position: relative;
  z-index: 3;
}
.navs > li:first-child {
  position: static;
}
.navs > li:hover > a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:hover .navs-down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.navs > li:hover .navs-fix {
  transform: translateY(0);
}
.navs > li:hover .navs-tabs {
  clip-path: inset(0 0 0 0);
}
.navs > li > a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.08rem;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #fff;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li > a i {
  display: none;
  transition: 0.3s;
}
.lang {
  margin-left: 0.36rem;
}
.lang a {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.2;
  z-index: 2;
  color: #fff;
  font-size: 0.16rem;
}
.lang a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.lang a:hover,
.lang a.active {
  color: #fff;
}
.lang a:hover:before,
.lang a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.lang a i {
  display: inline-block;
  margin-right: 0.06rem;
  font-style: normal;
  font-size: 0.25rem;
}
.navs-fix {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0.15rem 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #dddddd;
  transform: translateY(0.3rem);
}
.navs-fix li {
  margin-bottom: 0.05rem;
}
.navs-fix li:last-child {
  margin-bottom: 0;
}
.navs-fix li a {
  display: inline-block;
  color: #000000;
  font-size: 0.16rem;
  line-height: 1.8;
}
.navs-fix li a:hover {
  color: #014fa2;
}
.navs-down {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.68s;
}
.navs-bgs {
  position: fixed;
  left: 0;
  top: 1.08rem;
  width: 100%;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.navs-tabs {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.95);
  border-top: #dddddd;
  clip-path: inset(0 0 100% 0);
  transition: 0.6s;
}
.navs-leval {
  box-sizing: border-box;
  padding-top: 0.52rem;
  padding-left: 14.58%;
  width: 28.64%;
  background: #f2f2f2;
  min-height: 4rem;
}
.navs-leval-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 3;
  padding: 0 0.35rem 0 0.36rem;
  height: 0.66rem;
  transition: 0.35s;
}
.navs-leval-btn:hover,
.navs-leval-btn.active {
  background: #fff;
}
.navs-leval-btn:hover:before,
.navs-leval-btn.active:before {
  transform: scaleY(1);
}
.navs-leval-btn:hover:after,
.navs-leval-btn.active:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.navs-leval-btn:after {
  position: absolute;
  right: 0.28rem;
  top: 50%;
  margin-top: -0.05rem;
  content: "";
  border-top: 0.05rem solid transparent;
  border-bottom: 0.05rem solid transparent;
  border-left: 0.07rem solid #3a3b3b;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-0.06rem);
  transition: 0.3s;
}
.navs-leval-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  transition: 0.3s;
  transform: scaleY(0);
  transition: 0.35s;
  background: #014fa2;
}
.navs-leval-btn p {
  color: #000000;
  font-size: 0.18rem;
}
.navs-leval-fix {
  flex: 1;
  padding: 0.76rem 0.84rem;
  width: 0;
}
.navs-leval-item {
  display: none;
}
.navs-leval-item:first-child {
  display: block;
}
.navs-leval-flex {
  display: flex;
  flex-wrap: wrap;
}
.navs-leval-list {
  display: block;
  width: 3.1rem;
}
.navs-leval-list dt {
  display: block;
  margin-bottom: 0.18rem;
}
.navs-leval-list dt a {
  display: inline-block;
  color: #000000;
  font-size: 0.16rem;
  line-height: 1.2;
}
.navs-leval-list dd {
  display: block;
}
.navs-leval-list dd p {
  margin-bottom: 0.14rem;
}
.navs-leval-list dd p a {
  display: inline-block;
  color: #575757;
  font-size: 0.15rem;
}
.navs-leval-list dd p a:hover {
  color: #014fa2;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner figure video,
.banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btext {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}
.btext .title {
  display: block;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
}
.btext p {
  margin: auto;
  color: #fff;
  font-size: 0.2rem;
  font-weight: lighter;
  line-height: 1.8;
  width: 4.4rem;
}
.bmore {
  display: flex;
  justify-content: center;
  margin-top: 0.42rem;
}
.bmore a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.35rem 0 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 0.48rem;
  border-radius: 0.25rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.15rem);
  font-size: 0.14rem;
  transition: 0.38s;
}
.bmore a:hover {
  background: #014fa2;
  border-color: #014fa2;
}
.bmore a i {
  display: inline-block;
  margin-left: 0.05rem;
  font-size: 0.12rem;
  color: #fff;
}
.bscroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.55rem;
  z-index: 4;
  width: 1.11rem;
  line-height: 1;
}
.bscroll img {
  display: block;
  width: 100%;
  height: auto;
}
.bscroll span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 0.32rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 0.22rem;
  animation: mouseDonw 1s infinite linear alternate;
}
@keyframes mouseDonw {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
    opacity: 0.1;
  }
}
.source {
  position: relative;
}
.source-slide {
  overflow: hidden;
}
.source-slide .bg {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.source-slide .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.source-slide .slidetop {
  transition: 0.8s;
  transform: translateY(30px);
}
.source-slide .slidetop.detay1 {
  transition: 0.8s 0.1s;
}
.source-slide .slidetop.detay2 {
  transition: 0.8s 0.2s;
}
.source-slide .slidetop.detay3 {
  transition: 0.8s 0.3s;
}
.source-slide .slidetop.detay4 {
  transition: 0.8s 0.4s;
}
.source-slide .slidetop.detay5 {
  transition: 0.8s 0.5s;
}
.source-slide .slidetop.detay6 {
  transition: 0.8s 0.6s;
}
.home_part2.one .source-slide.swiper-slide-active .slidetop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.source-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  top: 14.58%;
  z-index: 4;
}
.source-top {
  text-align: center;
}
.source-top strong {
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.58rem;
  font-weight: lighter;
}
.source-top p {
  margin-bottom: 0.4rem;
  color: #999999;
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: lighter;
}
.common-btns a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: auto;
  padding: 0 0.12rem 0 0.26rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: #014fa2;
  color: #fff;
  font-size: 0.14rem;
}
.common-btns a:hover {
  background: #ff7f0d;
}
.common-btns a i {
  display: inline-block;
  font-size: 0.12rem;
  font-style: normal;
  transform: scale(0.9);
  transition: 0.3s;
}
.shift-items {
  margin-right: 13.75%;
  right: 50%;
  position: absolute;
}
.shift-items:hover .shift-info strong {
  color: #014fa2;
}
.shift-items:nth-child(1) {
  top: 39.58%;
}
.shift-items:nth-child(2) {
  top: 45%;
}
.shift-items:nth-child(3) {
  margin-right: 15.1%;
  top: 65.83%;
}
.shift-items:nth-child(3) .shift-dist img {
  width: 1.09rem;
}
.shift-items:nth-child(3) .shift-info {
  top: 0.25rem;
}
.shift-items:nth-child(4) {
  margin-left: 15.1%;
  top: 66.5%;
}
.shift-items-right {
  right: auto;
  left: 50%;
  margin-right: 0;
  margin-left: 13.85%;
}
.shift-items-right .shift-dist img {
  left: auto;
  bottom: auto;
  top: 50%;
  right: 50%;
}
.shift-items-right .shift-dist span {
  left: auto;
  right: -0.14rem;
  bottom: auto;
  top: -0.13rem;
}
.shift-items-right .shift-info {
  text-align: left;
  right: auto;
  left: 100%;
  padding-right: 0;
  padding-left: 0.26rem;
  top: -0.23rem;
}
.shift-dist {
  position: relative;
  line-height: 1;
}
.shift-dist span {
  display: block;
  position: absolute;
  left: -0.14rem;
  bottom: -0.13rem;
  width: 0.24rem;
  height: 0.24rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.shift-dist span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.03rem;
  margin-top: -0.03rem;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #fff;
  border-radius: 50%;
}
.shift-dist img {
  width: 1.35rem;
}
.shift-info {
  position: absolute;
  right: 100%;
  top: 0.3rem;
  padding-right: 0.26rem;
  text-align: right;
  white-space: nowrap;
}
.shift-info strong {
  display: block;
  margin-bottom: 0.04rem;
  line-height: 1;
  color: #fff;
  font-size: 0.3rem;
  line-height: 1.5;
  font-family: "BaiJamjuree-SemiBold";
  transition: 0.35s;
  font-weight: normal;
}
.shift-info p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
  line-height: 1.5;
}
.mask_light {
  position: absolute;
  inset: 0;
  margin-top: -60px;
  -webkit-mask-image: linear-gradient(90deg, black 0%, black 20%, transparent 100%);
  mask-image: linear-gradient(90deg, black 0%, black 20%, transparent 100%);
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* opacity: 0; */
  transition: opacity 0.8s ease;
  will-change: opacity;
}
.mask_light img {
  width: 100%;
  height: auto;
}
.home_part2 .swiper-slide .con2.light_start .mask_light {
  animation: lightSweep 3s ease-in-out 0s 1 forwards, lightBreath 3s ease-in-out 2s infinite;
}
/* 扫光动画：从左扫到右 */
@keyframes lightSweep {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    opacity: 1;
  }
}
/* 呼吸动画：保持位置，只改透明度 */
@keyframes lightBreath {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.home_part2 .swiper-slide .con2.light_fadeout .mask_light {
  animation: lightFadeOut 0.8s forwards;
}
@keyframes lightFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.power-imgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.power-imgs figure {
  display: block;
  height: 100%;
  overflow: hidden;
}
.power-imgs figure div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.power-imgs figure img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.power-list .shift-items {
  z-index: 6;
}
.power-list .shift-items .shift-dist {
  position: relative;
  margin: 0;
}
.power-list .shift-items .shift-dist img {
  position: absolute;
}
.power-list .shift-items .shift-dist span {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  right: auto;
  top: auto;
}
.power-list .shift-items .shift-dist span:before {
  margin-left: -0.05rem;
  margin-top: -0.05rem;
  width: 0.11rem;
  height: 0.11rem;
}
.power-list .shift-items .shift-dist span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.43rem;
  margin-top: -0.43rem;
  content: "";
  width: 0.84rem;
  height: 0.84rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.power-list .shift-items .shift-info {
  position: absolute;
  padding: 0 !important;
  left: 1.73rem;
  top: -0.25rem;
  white-space: nowrap;
}
.power-list .shift-items .shift-info strong {
  font-family: "BaiJamjuree-Regular";
}
.power-list .shift-items:nth-child(1) {
  padding-left: 0;
  left: 50%;
  margin-left: 12.13%;
  transform: translate(-0.23rem, -0.23rem);
  top: 46.65%;
}
.power-list .shift-items:nth-child(1) .shift-dist img {
  left: 0.235rem;
  right: auto;
  top: -2px;
  width: 1.41rem;
}
.power-list .shift-items:nth-child(2) {
  top: 67.29%;
  margin-right: 15.83%;
  transform: translate(0.23rem, -0.23rem);
}
.power-list .shift-items:nth-child(2) .shift-dist {
  left: 0;
}
.power-list .shift-items:nth-child(2) .shift-dist span {
  left: auto;
  bottom: auto;
}
.power-list .shift-items:nth-child(2) .shift-dist img {
  top: -0.01rem;
  left: auto;
  right: 50%;
  width: 1.49rem;
}
.power-list .shift-items:nth-child(2) .shift-info {
  left: auto;
  right: 1.82rem;
}
.tool-wrap .source-top {
  margin-bottom: 0.6rem;
}
.tool-wrap .source-top strong {
  color: #000;
}
.tool-wrap .source-top p {
  margin-bottom: 0;
  color: #666;
}
.tools {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 13.6rem;
  max-width: 90%;
}
.tools-imgs {
  position: relative;
  width: 61.47%;
}
.tools-img-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.tools-img-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.tools-img-item:first-child {
  display: block;
  position: relative;
}
.tools-img-item figure {
  position: relative;
  display: block;
  padding-bottom: 56.22%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.tools-img-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tools-list {
  flex: 1;
  margin-left: 0.6rem;
  width: 0;
}
.tools-list li {
  border-bottom: 1px solid #D9D9D9;
}
.tools-list li:last-child {
  border-bottom: none;
}
.tools-list li:first-child .tools-info p {
  display: block;
}
.tools-list li.active .tool-fix b,
.tools-list li.active .tools-info strong {
  color: #014fa2;
}
.tools-list li a {
  display: flex;
  align-items: center;
  height: 0.87rem;
  width: 100%;
}
.tool-fix {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.tool-fix b {
  display: block;
  color: #999999;
  font-size: 0.22rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "BaiJamjuree-ExtraLight";
  width: 0.66rem;
  transition: 0.3s;
}
.tools-info {
  flex: 1;
  width: 0;
}
.tools-info strong {
  display: block;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.5;
  font-weight: normal;
  transition: 0.3s;
}
.tools-info p {
  margin-top: 0.1rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.5;
  display: none;
}
.source-btns {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.source-btns li {
  margin-right: 0.2rem;
  position: relative;
  width: 1.6rem;
  cursor: pointer;
  transition: 0.34s;
}
.source-btns li.active {
  width: 2rem;
}
.source-btns li.active .source-in strong {
  font-weight: bold;
}
.source-btns li.active .source-arlcel svg .path-loop {
  opacity: 1;
}
.source-btns li:last-child {
  margin-right: 0;
}
.source-btns li figure {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.source-btns li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.source-btns li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.source-in {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}
.source-in strong {
  display: block;
  color: #fff;
  font-size: 0.12rem;
  line-height: 1.5;
  font-weight: normal;
}
.source-in i {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.05rem);
  color: #fff;
  font-size: 0.12rem;
}
.source-arlcel {
  position: relative;
  margin: auto;
  margin-top: 0.04rem;
  width: 0.24rem;
  height: 0.24rem;
}
.source-arlcel svg {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
}
.source-arlcel svg .path-loop-bg,
.source-arlcel svg .path-loop {
  fill: none;
  width: 100%;
  height: 100%;
  stroke-miterlimit: 10;
  stroke-width: 3;
  opacity: 0;
  transition: opacity 0.3s;
}
.cases {
  position: relative;
}
.cases-slide {
  position: relative;
}
.cases-slide .slidetop {
  transition: 0.8s;
  transform: translateY(30px);
}
.cases-slide .slidetop.detay1 {
  transition: 0.8s 0.1s;
}
.cases-slide .slidetop.detay2 {
  transition: 0.8s 0.2s;
}
.cases-slide .slidetop.detay3 {
  transition: 0.8s 0.3s;
}
.cases-slide .slidetop.detay4 {
  transition: 0.8s 0.4s;
}
.cases-slide .slidetop.detay5 {
  transition: 0.8s 0.5s;
}
.cases-slide .slidetop.detay6 {
  transition: 0.8s 0.6s;
}
.cases-slide .slideleft {
  opacity: 0;
  transition: 1s 0.4s;
  transform: translateX(30px);
}
.cases-slide .fades {
  transition: 1s 0.6s;
  opacity: 0;
}
.cases-slide .casesmove img {
  top: -10%;
  height: 110%;
  transform: translateY(30px);
  transition: 1.3s 0.25s;
}
.cases-slide .vr .slidetop {
  transform: translateY(-30px);
  transition: 1.3s 0.4s;
}
.home_part4.one1 .cases-slide.swiper-slide-active .slidetop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home_part4.one1 .cases-slide.swiper-slide-active .slideleft {
  opacity: 1;
  transform: translateX(0);
}
.home_part4.one1 .cases-slide.swiper-slide-active .signal {
  opacity: 1;
}
.home_part4.one1 .cases-slide.swiper-slide-active .fades {
  opacity: 1;
}
.home_part4.one1 .cases-slide.swiper-slide-active .casesmove img {
  transform: translateY(0);
}
.home_part4.one1 .cases-slide.swiper-slide-active .vr .slidetop {
  transform: translateY(0);
}
.cases-bg {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.cases-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases-info {
  position: absolute;
  left: 0;
  width: 100%;
  top: 14.5%;
  z-index: 4;
  text-align: center;
}
.cases-info strong {
  display: block;
  color: #FFF;
  font-size: 0.58rem;
  font-weight: 290;
  line-height: 1;
}
.cases-tag {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
  gap: 0.12rem 0.3rem;
  margin-bottom: 0.4rem;
}
.cases-tag p {
  color: #999;
  font-size: 0.16rem;
  line-height: 1.5;
}
.cases-tag span {
  display: inline-block;
  position: relative;
  padding-left: 0.15rem;
  color: #999;
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: 290;
}
.cases-tag span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.025rem;
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  background: #999;
  border-radius: 50%;
}
.cases-rw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cases-rw .li {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cases-rw .li.li2 img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.cases-rw .li.li1 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 94.6875vw;
  left: auto;
  right: 0;
}
.cases-rw .li.li1 img {
  width: 100%;
  height: auto;
}
.cases-rw .li.li0 {
  left: auto;
  right: 6.97%;
  bottom: auto;
  top: 20.83%;
  width: 10.52%;
  height: auto;
}
.cases-rw .li.li0 img {
  width: 100%;
  height: auto;
  opacity: 0.6;
}
.signal {
  position: absolute;
  left: 305px;
  top: 265px;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(var(--rotate, 90deg));
  transition: 0.8s 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.signal .dian {
  position: relative;
  width: 3px;
  height: 3px;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.signal span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
  animation: wave 4s linear infinite;
}
.signal span:nth-child(1) {
  animation-delay: 0s;
}
.signal span:nth-child(2) {
  animation-delay: 1s;
}
.signal span:nth-child(3) {
  animation-delay: 2s;
}
.signal span:nth-child(4) {
  animation-delay: 3s;
}
@keyframes wave {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
.home_part4.one1 .swiper-slide-active .signal {
  opacity: 1;
}
.signal1 {
  left: 16vw;
  top: 27%;
}
.signal2 {
  left: 16vw;
  top: 27%;
}
.signal3 {
  left: auto;
  right: 16.98vw;
  top: 31.45%;
}
.signal4 {
  left: 48vw;
  top: 41%;
}
.signal5 {
  left: 37%;
  top: 48.25%;
}
.vr-block {
  position: absolute;
  z-index: 3;
  left: 35.3125vw;
  top: 36.875%;
  width: 27.29%;
}
.vr-block img {
  width: 100%;
  height: auto;
}
.vr-light {
  position: absolute;
  left: 46%;
  top: 69.79%;
  width: 24.79%;
}
.vr-light img {
  transform: rotate(-15deg);
  width: 100%;
  height: auto;
}
.home-about {
  position: relative;
  z-index: 3;
  padding: 2rem 0;
  overflow: hidden;
}
.about-video {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.51rem;
  top: 0;
  left: 0;
  z-index: 0;
  left: 745px;
  background: linear-gradient(90deg, #F0F0F0 -100%, #EEE 0.04%, #EAEAEA 100%);
}
.about-video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 35.47%, #FAFAFA 57.36%, #FAFAFA 100%);
}
.about-video video {
  position: absolute;
  right: 0;
  top: 0;
  width: 61.1979%;
  height: 34.1146vw;
  max-width: 1175px;
  height: auto;
  object-fit: cover;
}
.home-about-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-infos {
  width: 33.08%;
}
.about-infos .about-title {
  display: block;
  line-height: 1;
  color: #000;
  font-size: 0.48rem;
  font-weight: 290;
  text-align: left;
}
.about-list {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}
.about-list li {
  position: relative;
  padding-left: 0.1rem;
  margin-bottom: 0.1rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 1.5;
}
.about-list li:last-child {
  margin-bottom: 0;
}
.about-list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.02rem;
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background: #014fa2;
}
.common-btns1 a {
  padding: 0 0.28rem 0 0.34rem;
  height: 0.46rem;
  border-radius: 0.23rem;
}
.about-rights {
  width: 60.3%;
}
.experience {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.experience .num {
  display: flex;
  line-height: 1;
  color: #014fa2;
  font-size: 1.8rem;
  height: 1.8rem;
  overflow: hidden;
  font-family: "BaiJamjuree-Medium";
}
.experience .num .dw-nums-roll ul li {
  height: 1.8rem;
}
.experience p {
  margin-left: 0.3rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 1.5;
}
.about-data {
  display: flex;
  justify-content: space-between;
  padding-right: 0.9rem;
  padding-top: 0.44rem;
  margin-top: 0.44rem;
  border-top: 1px solid #D5D7DB;
}
.about-data li:last-child strong {
  font-weight: normal;
  font-family: "BaiJamjuree-Medium";
}
.about-data li strong {
  display: block;
  color: #014fa2;
  font-size: 0.36rem;
  line-height: 1.5;
  font-family: "BaiJamjuree-Regular";
}
.about-data li p {
  margin-top: 0.04rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 1.5;
}
.news-center {
  padding: 1.6rem 0;
}
.news-title {
  display: block;
  color: #000;
  font-size: 0.48rem;
  font-weight: 290;
  line-height: 1;
  text-align: center;
}
.news-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  gap: 0.13rem;
}
.news-block {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  flex: 1;
}
.news-block:last-child {
  flex-direction: column-reverse;
}
.news-item {
  position: relative;
  z-index: 2;
}
.news-item video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item:hover figure img {
  transform: scale(1.1);
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-item:last-child figure {
  padding-bottom: 97.52%;
}
.news-item figure {
  position: relative;
  display: block;
  padding-bottom: 58.42%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item figure img {
  transition: 0.65s;
}
.news-infos {
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 3;
}
.news-infos time {
  display: block;
  color: #FFF;
  font-size: 0.14rem;
  line-height: 1.5;
  font-weight: 290;
}
.news-infos strong {
  display: block;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.5;
  font-weight: normal;
  width: 3.35rem;
  max-width: 100%;
}
.news-infos i {
  display: inline-block;
  transform: translateX(-0.05rem);
  margin-top: 0.12rem;
  line-height: 1;
  color: #fff;
  font-size: 0.12rem;
}
.news-middle {
  height: 100%;
}
.news-middle figure {
  padding-bottom: 158.65% !important;
}
.news-time {
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  display: flex;
  align-items: center;
}
.news-time span {
  display: inline-block;
  position: relative;
  margin-right: 0.2rem;
  color: #FFFFFF;
  font-size: 0.14rem;
  line-height: 1.5;
}
.news-time span:before {
  position: absolute;
  right: -0.11rem;
  top: 50%;
  margin-top: -0.06rem;
  content: "";
  width: 1px;
  height: 0.12rem;
  background: #D9D9D9;
  opacity: 0.5;
}
.news-time span:last-child {
  margin-right: 0;
}
.news-time span:last-child:before {
  display: none;
}
.home-contact {
  padding: 1.22rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-infos strong {
  display: block;
  color: #000;
  font-size: 0.32rem;
  line-height: 1;
  font-weight: 290;
}
.contact-infos p {
  margin-top: 0.2rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 1.5;
}
.footer {
  position: relative;
  padding: 1.2rem 0 0;
  background: #001F40;
}
.scroll-top {
  position: absolute;
  right: 0.4rem;
  bottom: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.58rem;
  height: 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  transition: 0.3s;
}
.scroll-top:hover {
  border-color: #fff;
}
.scroll-top i {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  font-style: normal;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-logo {
  margin-bottom: 0.4rem;
  line-height: 1;
}
.footer-logo img {
  display: inline-block;
  height: 0.65rem;
}
.address {
  font-family: "BaiJamjuree-Regular";
}
.address p {
  color: #fff;
  opacity: 0.5;
  font-size: 0.14rem;
  line-height: 1.5;
}
.address b {
  display: block;
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 0.3rem;
  line-height: 1.5;
  font-weight: normal;
}
.footer-eq-list {
  display: flex;
}
.footer-eq {
  margin-bottom: 0.35rem;
  margin-right: 0.1rem;
  width: 1.4rem;
}
.footer-eq:last-child {
  margin-right: 0;
}
.footer-eq figure {
  padding: 0.1rem;
  display: block;
  line-height: 1;
}
.footer-eq figure img {
  width: 100%;
  height: auto;
}
.footer-eq p {
  margin-top: 0.1rem;
  line-height: 1;
  color: #FFFFFF;
  opacity: 0.5;
  text-align: center;
  font-size: 0.14rem;
}
.footer-navs {
  display: flex;
  align-items: flex-start;
  padding-right: 0.2rem;
}
.footer-navs-row {
  margin-right: 1.65rem;
}
.footer-navs-row:last-child {
  margin-right: 0;
}
.navs-tt {
  display: block;
  margin-bottom: 0.35rem;
  line-height: 1;
  color: #FFFFFF;
  font-size: 0.16rem;
  font-weight: 700;
}
.product-navs-item {
  margin-bottom: 0.35rem;
}
.product-navs-item strong {
  display: block;
  margin-bottom: 0.2rem;
}
.product-navs-item strong a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.14rem;
  opacity: 0.5;
  line-height: 1;
  font-weight: 700;
}
.product-navs-item strong a:hover {
  opacity: 1;
}
.product-navs-item p {
  margin-bottom: 0.2rem;
}
.product-navs-item p:last-child {
  margin-bottom: 0;
}
.product-navs-item p a {
  display: inline-block;
  color: #fff;
  opacity: 0.5;
  line-height: 1;
  font-size: 0.14rem;
}
.product-navs-item p a:hover {
  opacity: 1;
}
.footer-copy {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.36rem 0 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-copy p {
  color: #fff;
  opacity: 0.5;
  line-height: 1.5;
  font-size: 0.14rem;
}
.shares {
  display: flex;
  align-items: center;
}
.shares li {
  margin-right: 0.26rem;
  position: relative;
}
.shares li:hover a {
  opacity: 1;
}
.shares li:hover .eqs {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.shares li a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  font-size: 0.24rem;
}
.shares li a:hover {
  opacity: 1;
}
.eqs {
  position: absolute;
  left: 50%;
  margin-left: -0.7rem;
  bottom: 100%;
  padding-bottom: 0.12rem;
  width: 1.4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.3rem);
  pointer-events: none;
  transition: 0.4s;
  line-height: 1;
}
.eqs figure {
  display: block;
  line-height: 1;
}
.eqs figure img {
  width: 100%;
  height: auto;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 29.166%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.ptext strong {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 0.48rem;
  font-weight: lighter;
}
.ptext-word {
  margin-top: 0.28rem;
}
.ptext-word p {
  color: #fff;
  font-size: 0.16rem;
  opacity: 0.8;
  line-height: 2;
}
.annual {
  padding: 1.44rem 0 1.56rem;
  background: #eef6ff;
  overflow: hidden;
}
.annual-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.annual-list {
  width: 48.89%;
}
.annual-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem 0 0.45rem;
  margin-bottom: 0.42rem;
  height: 1.85rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem rgba(183, 183, 183, 0.06);
}
.annual-item:hover strong {
  color: #014fa2;
}
.annual-item:last-child {
  margin-bottom: 0;
}
.annual-item strong {
  display: block;
  line-height: 1.3;
  color: #4a4a4a;
  font-size: 0.22rem;
  flex: 1;
  margin-right: 0.2rem;
  width: 0;
  transition: 0.4s;
}
.annual-item img {
  width: auto;
  height: 0.74rem;
}
.annual-imgs {
  position: relative;
  width: 48.75%;
}
.annual-imgs:before {
  position: absolute;
  left: 0.22rem;
  top: 100%;
  content: "";
  width: 9.2rem;
  height: 1.34rem;
  background: url(../img/honorbg.png) center no-repeat;
  background-size: cover;
  opacity: 0.5;
}
.annual-imgs figure {
  display: block;
  line-height: 1;
}
.annual-imgs figure img {
  width: 100%;
  height: auto;
}
.competence {
  position: relative;
  z-index: 3;
  background: #f0f0f0;
}
.competence-bg {
  padding-bottom: 27.08%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.competence-wrap {
  position: relative;
  display: flex;
}
.competence-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42.64%;
  background: #014fa2;
}
.competence-tt {
  display: flex;
  align-items: center;
  padding-left: 0.38rem;
  height: 0.83rem;
  color: #fff;
  font-size: 0.26rem;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.area-list {
  padding: 0.14rem 0;
}
.area-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.25rem 0 0.38rem;
  height: 0.66rem;
  transition: 0.4s;
}
.area-list li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.area-list li:hover i {
  background: #fff;
  color: #014fa2;
}
.area-list li p {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.18rem;
}
.area-list li p b {
  width: 0.44rem;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.area-list li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.16rem;
  transition: 0.3s;
}
.competence-li {
  box-sizing: border-box;
  padding: 0.46rem 0 0.46rem 0.52rem;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 57%;
}
.competence-li li {
  position: relative;
  padding-left: 0.18rem;
  color: #4a4a4a;
  font-size: 0.16rem;
  line-height: 2.125;
}
.competence-li li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.08rem;
  content: "◆";
  font-size: 0.16rem;
  line-height: 1;
}
.standard {
  padding: 1.04rem 0 1.2rem;
}
.cnas-title strong {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #000000;
  font-size: 0.36rem;
  font-weight: lighter;
}
.cnas-title p {
  color: #4a4a4a;
  font-size: 0.16rem;
  line-height: 2;
}
.parameters {
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.parameter-left {
  padding-top: 0.36rem;
  width: 35.73%;
}
.parameter-tt {
  display: block;
  line-height: 1;
  color: #014fa2;
  font-size: 0.26rem;
  font-weight: normal;
}
.parameter-list {
  margin-top: 0.22rem;
}
.parameter-row {
  display: flex;
  align-items: center;
  height: 0.62rem;
  border-bottom: 1px solid rgba(217, 226, 237, 0.7);
}
.parameter-row dt {
  display: block;
  width: 1.42rem;
  color: #4a4a4a;
  font-size: 0.16rem;
  font-weight: bold;
}
.parameter-row dd {
  flex: 1;
  width: 0;
  color: #4a4a4a;
  font-size: 0.16rem;
}
.parameter-more {
  margin-top: 0.4rem;
}
.parameter-more a,
.parameter-more p {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #014fa2;
  font-size: 0.18rem;
}
.parameter-more a:before,
.parameter-more p:before {
  content: "";
  width: 0;
  height: 1px;
  background: #014fa2;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.parameter-more a:hover,
.parameter-more p:hover,
.parameter-more a.active,
.parameter-more p.active {
  color: #014fa2;
}
.parameter-more a:hover:before,
.parameter-more p:hover:before,
.parameter-more a.active:before,
.parameter-more p.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.parameter-more a span,
.parameter-more p span {
  font-weight: bold;
}
.parameter-more b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.09rem;
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid #014fa2;
  border-radius: 50%;
}
.parameter-more b i {
  display: inline-block;
  font-style: normal;
  font-size: 0.12rem;
  transform: scale(0.8);
}
.parameters-imgs {
  width: 56.83%;
}
.parameters-imgs img {
  width: 100%;
  height: auto;
}
.system-box {
  padding: 1rem 0 1.04rem;
  background: url(../images/linebg.png) left top repeat-x;
  background-size: auto 100%;
}
.system-flex {
  margin-top: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.system-list {
  padding-top: 0.24rem;
  width: 33.82%;
}
.system-item {
  display: block;
  margin-bottom: 0.58rem;
}
.system-item:last-child {
  margin-bottom: 0;
}
.system-item dt {
  display: block;
  line-height: 1;
  color: #014fa2;
  font-size: 0.26rem;
  font-weight: normal;
}
.system-item dd {
  display: block;
  margin-top: 0.16rem;
  color: #4a4a4a;
  font-size: 0.16rem;
  line-height: 2;
}
.system-imgs {
  width: 60%;
  text-align: center;
}
.system-imgs img {
  width: 100%;
  height: auto;
}
.system-imgs strong {
  display: block;
  margin-top: 0.1rem;
  line-height: 1.1;
  color: #014fa2;
  font-size: 0.2rem;
  font-weight: normal;
}
.laboratory {
  padding: 0.65rem 0 0.74rem;
}
.laboratory-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.laboratory-infos {
  width: 62%;
}
.laboratory-infos strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.36rem;
  font-weight: lighter;
}
.laboratory-infos p {
  color: #4a4a4a;
  font-size: 0.16rem;
  line-height: 2;
}
.laboratory-logo {
  margin-right: 0.3rem;
  width: 30.514%;
}
.laboratory-logo img {
  width: 100%;
  height: auto;
}
.calibrate {
  margin-top: 0.6rem;
}
.calibrate-tt {
  display: block;
  margin-bottom: 0.34rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.36rem;
  font-weight: lighter;
}
.calibrate-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.36rem;
}
.calibrate-list li {
  padding: 0.36rem 0.28rem 0.42rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0.15rem rgba(183, 183, 183, 0.2);
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
}
.calibrate-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.68rem;
  background: linear-gradient(to bottom, rgba(0, 99, 207, 0.1), rgba(255, 255, 255, 0));
}
.calibrate-list li strong {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1.1;
  color: #014fa2;
  font-size: 0.26rem;
  font-weight: normal;
}
.calibrate-list li p {
  color: #4a4a4a;
  font-size: 0.16rem;
  line-height: 2;
}
.attestate {
  padding: 1.76rem 0 0.6rem;
  background: linear-gradient(to bottom, #ffffff, #e6eefe);
}
.attestate-top {
  margin-bottom: 0.44rem;
  text-align: center;
}
.attestate-top strong {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1.1;
  font-weight: normal;
  font-size: 0.5rem;
  font-family: "SourceHanSansSC-Medium";
}
.attestate-top strong b {
  margin-right: 0.16rem;
  font-weight: normal;
  color: #014fa2;
}
.attestate-top p {
  color: #000000;
  font-size: 0.18rem;
}
.attestate-imgs {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 1.5rem;
  margin-top: 0.4rem;
}
.attestate-imgs small {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  line-height: 0.9;
  font-size: 2.8rem;
  font-family: "BebasNeue";
  color: transparent;
  -webkit-background-clip: text;
  /* 仅限WebKit浏览器 */
  background-clip: text;
  /* 裁剪背景以适应文字形状 */
  background-image: linear-gradient(to bottom, #004ea2, #84b4e9);
}
.attestate-imgs figure {
  line-height: 1;
}
.attestate-imgs figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.attestate-hide {
  overflow: hidden;
}
.attestate-list {
  margin-bottom: -0.3rem;
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.attestate-list li {
  padding: 0.18rem 0.1rem 0.3rem;
  border-right: 1px solid rgba(0, 78, 162, 0.08);
  text-align: center;
}
.attestate-list li:nth-child(4n+4) {
  border-right: none;
}
.attestate-list li strong {
  display: block;
  line-height: 1.2;
  color: #014fa2;
  font-size: 0.2rem;
  min-height: 0.4rem;
}
.attestate-list li p {
  color: #000000;
  font-size: 0.16rem;
  line-height: 1;
  height: 0.4rem;
  font-weight: bold;
}
.attestate-swiper {
  margin: auto;
  margin-top: 0.44rem;
  padding: 0.24rem 0;
  max-width: 90%;
  width: 16.16rem;
  background: #f1f6fe;
  box-shadow: 0 0 0.18rem rgba(216, 225, 243, 0.31);
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-sizing: border-box;
  border-radius: 0.05rem;
}
.attestate-slide {
  width: 25%;
}
.attestate-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
  height: 1rem;
  background: url(../images/linebg1.png) right center no-repeat;
  background-size: auto 100%;
}
.attestate-slide:hover strong {
  color: #014fa2;
}
.attestate-slide img {
  max-width: 0.93rem;
  max-height: 0.54rem;
}
.attestate-slide strong {
  display: inline-block;
  margin-left: 0.2rem;
  color: #000000;
  font-size: 0.16rem;
  transition: 0.4s;
}
.scenes {
  padding: 1.1rem 0 0.44rem;
}
.product-title {
  text-align: center;
}
.product-title strong {
  display: block;
  color: #000000;
  font-size: 0.42rem;
  font-weight: normal;
  line-height: 1;
  font-family: "SourceHanSansSC-Medium";
}
.product-title p {
  margin-top: 0.26rem;
  color: #000000;
  font-size: 0.18rem;
}
.scenes-top {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.scenes-block {
  width: 62.5%;
}
.scenes-row {
  display: flex;
  justify-content: space-between;
}
.scenes-row .scenes-item:nth-child(1) {
  width: 44.7%;
}
.scenes-row .scenes-item:nth-child(2) {
  width: 51.76%;
}
.scenes-item {
  position: relative;
  margin-bottom: 0.28rem;
}
.scenes-item:hover figure img {
  transform: scale(1.06);
}
.scenes-item figure {
  line-height: 1;
  overflow: hidden;
  border-radius: 0.1rem;
}
.scenes-item figure img {
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.scense-info {
  position: absolute;
  left: 0.34rem;
  top: 0.4rem;
  z-index: 3;
}
.scense-info strong {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.22rem;
}
.scense-info p {
  margin-top: 0.13rem;
  color: #000000;
  font-size: 0.16rem;
}
.scenes-middle .scense-info {
  top: 50%;
  transform: translateY(-50%);
}
.scense-right {
  width: 35.29%;
}
.scenes-bott {
  display: flex;
  justify-content: space-between;
}
.scenes-bott .scenes-item {
  margin-bottom: 0;
  width: 27.94%;
}
.scenes-bott .scenes-item:first-child {
  width: 39.7%;
}
.base-box {
  padding: 0.8rem 0 0.9rem;
  background: linear-gradient(to bottom, #f9fbff, #e6eefe);
}
.base-wrap {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.base-left {
  width: 38.38%;
}
.base-left .parameter-row {
  box-sizing: border-box;
  align-items: flex-start;
  padding: 0.18rem 0;
  height: auto;
  min-height: 0.62rem;
}
.base-left .parameter-row dt {
  font-weight: bold;
  color: #000000;
  width: 2.1rem;
}
.base-imgs {
  margin-right: -0.15rem;
  width: 54.48%;
}
.base-imgs img {
  width: 100%;
  height: auto;
}
.manufacture {
  margin-top: 0.13rem;
  padding: 1rem 0 1.1rem;
  background: linear-gradient(to bottom, #f9fbff, #e6eefe);
  overflow: hidden;
}
.manufacture-swiper {
  margin-top: 0.5rem;
}
.manufacture-slide {
  position: relative;
  width: 4.3rem;
}
.manufacture-slide:hover figure img {
  transform: scale(1.06);
}
.manufacture-slide figure {
  position: relative;
  display: block;
  padding-bottom: 120.93%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.12rem;
  box-shadow: 0 0 0.18rem rgba(230, 238, 254, 0.22);
}
.manufacture-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacture-slide figure img {
  transition: 0.68s;
}
.manufacture-text {
  position: absolute;
  left: 0.36rem;
  right: 0.3rem;
  top: 0.4rem;
}
.manufacture-text strong {
  display: block;
  line-height: 1.1;
  color: #000000;
  font-size: 0.22rem;
}
.manufacture-tag {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.manufacture-tag span {
  display: inline-flex;
  align-items: center;
  padding: 0 0.14rem;
  height: 0.33rem;
  border: 1px solid #cad5db;
  color: #000000;
  font-size: 0.16rem;
  border-radius: 3px;
}
.manufacture-down {
  display: flex;
  align-items: center;
  margin-top: 0.78rem;
}
.manufacture-down .swiper-pagination {
  position: relative;
  width: auto;
  flex: 1;
  height: 1px;
  background: #ccd5e5;
}
.manufacture-down .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #014fa2;
}
.manufacture-btn {
  display: flex;
  align-items: center;
  padding-left: 0.06rem;
}
.manufacture-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
  width: 0.47rem;
  height: 0.47rem;
  border: 1px solid #a3a9b3;
  color: #a3a9b3;
  border-radius: 50%;
  font-size: 0.16rem;
  cursor: pointer;
  transition: 0.4s;
}
.manufacture-btn span:hover {
  border-color: #014fa2;
  color: #014fa2;
}
.login-box {
  padding: 1.94rem 0 2rem;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 14.3rem;
  max-width: 90%;
}
.login-tts strong {
  display: block;
  line-height: 1;
  color: #121212;
  font-size: 0.72rem;
  font-weight: normal;
  font-family: "SourceHanSansSC-Medium";
}
.login-tts p {
  margin-top: 0.25rem;
  color: #000000;
  font-size: 0.36rem;
  line-height: 1.3;
}
.login-infos {
  box-sizing: border-box;
  padding: 0.6rem 0.38rem 0.36rem;
  width: 5.14rem;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(230, 238, 254, 0.43);
}
.login-infos .login-name {
  display: block;
  position: relative;
  padding-bottom: 0.32rem;
  line-height: 1;
  color: #014fa2;
  font-size: 0.36rem;
  font-family: "SourceHanSansSC-Medium";
  text-align: center;
  letter-spacing: 0.05rem;
}
.login-infos .login-name:before {
  position: absolute;
  left: 50%;
  margin-left: -0.15rem;
  bottom: 0;
  content: "";
  width: 0.31rem;
  height: 3px;
  background: #ff7f0d;
}
.login-form {
  margin-top: 0.26rem;
}
.login-row {
  position: relative;
  margin-bottom: 0.25rem;
}
.login-row .text {
  padding-left: 0.48rem;
  height: 0.68rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e8f4fc;
  background: #fff;
  color: #585858;
  font-size: 0.16rem;
  outline: none;
  transition: 0.3s;
  border-radius: 0.34rem;
}
.login-row .text:focus {
  border-color: #014fa2;
}
.login-row .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.login-row span {
  position: absolute;
  left: 0.2rem;
  top: 0;
  line-height: 0.68rem;
  font-size: 0.2rem;
  color: #bcbcbc;
}
.login-sub .sub {
  border: none;
  outline: none;
  width: 100%;
  height: 0.68rem;
  background: #014fa2;
  color: #fff;
  border-radius: 0.34rem;
  cursor: pointer;
  font-size: 0.2rem;
  transition: 0.4s;
}
.login-sub .sub:hover {
  background: #ff7f0d;
}
.contact-people {
  margin-top: 0.32rem;
  line-height: 1;
  text-align: center;
}
.contact-people a:hover span,
.contact-people a:hover p {
  color: #014fa2;
}
.contact-people span {
  margin-bottom: 0.15rem;
  display: inline-block;
  color: #ff7f0d;
  font-size: 0.3rem;
  line-height: 1;
  transition: 0.3s;
}
.contact-people p {
  line-height: 1;
  color: #ff7f0d;
  font-size: 0.18rem;
  transition: 0.3s;
}
.pcenter {
  text-align: center;
}
.pcenter strong {
  font-family: "SourceHanSansSC-Medium";
  font-weight: normal;
}
.services {
  padding: 1rem 0 1.04rem;
}
.service-title {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.36rem;
  font-weight: normal;
}
.service-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.32rem;
}
.services-address {
  width: 44.41%;
}
.address-item {
  padding: 0.24rem 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(122, 122, 122, 0.2);
}
.address-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.address-item b {
  display: block;
  padding-left: 0.04rem;
  line-height: 1;
  color: #014fa2;
  font-size: 0.2rem;
  width: 0.36rem;
  font-weight: normal;
}
.address-text {
  flex: 1;
  width: 0;
}
.address-text strong {
  display: block;
  margin-bottom: 0.08rem;
  color: #4a4a4a;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.2;
}
.address-text p {
  color: #4a4a4a;
  font-size: 0.18rem;
}
.address-text figure {
  display: block;
  margin-top: 0.14rem;
  border: 1px solid #d6d6d6;
  width: 1.36rem;
  box-sizing: border-box;
  padding: 0.1rem;
  line-height: 1;
}
.address-text figure img {
  max-width: 100%;
  height: auto;
}
.maps {
  width: 50%;
  height: 4.32rem;
  border-radius: 0.2rem;
}
.amap-logo,
.amap-copyright {
  display: none !important;
}
.message-box {
  padding: 1rem 0 0.88rem;
  background: #f5f7f9;
}
.message-top {
  margin-bottom: 0.38rem;
}
.message-top strong {
  display: block;
  color: #000000;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 1.1;
}
.message-top p {
  margin-top: 0.1rem;
  color: #4a4a4a;
  font-size: 0.18rem;
}
.message-row {
  display: flex;
  justify-content: space-between;
}
.message-item {
  margin-bottom: 0.22rem;
  position: relative;
  width: 49.26%;
}
.message-item .text {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.2rem;
  height: 0.74rem;
  border: 1px solid rgba(214, 214, 214, 0.59);
  border-radius: 2px;
  background: #fff;
  outline: none;
  color: #4a4a4a;
  font-size: 0.16rem;
  transition: 0.3s;
}
.message-item .text:focus {
  border-color: #014fa2;
}
.message-item .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.message-item .selects {
  background: #fff url(../images/arrow1.png) 96% center no-repeat;
}
.message-item i {
  position: absolute;
  left: 0.08rem;
  top: 0;
  line-height: 0.76rem;
  color: #ff0000;
  font-size: 0.16rem;
  font-style: normal;
}
.message-lines {
  width: 100%;
}
.message-lines .text {
  padding-top: 0.2rem;
  height: 2.2rem;
  line-height: 1.8;
  font-family: "微软雅黑";
}
.message-sub {
  padding-top: 0.32rem;
  text-align: center;
}
.message-sub .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 2.6rem;
  height: 0.65rem;
  border-radius: 0.33rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s;
  outline: none;
  border: none;
  background: linear-gradient(to bottom, #004ea2, #1d79dd);
}
.about-banner figure {
  position: relative;
  display: block;
  padding-bottom: 41.666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.about-banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-banner-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-banner-info small {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
}
.about-banner-info strong {
  display: inline-block;
  position: relative;
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.62rem;
  font-family: "SourceHanSansSC-Medium";
  line-height: 1;
}
.about-banner-info strong:before,
.about-banner-info strong:after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 0.27rem;
  background: url(../images/fh1.png) center no-repeat;
  background-size: cover;
}
.about-banner-info strong:before {
  left: 0;
  top: 0;
}
.about-banner-info strong:after {
  right: 0;
  bottom: 0;
  background: url(../images/fh2.png) center no-repeat;
  background-size: cover;
}
.about-banner-info p {
  margin-top: 0.2rem;
  color: #fff;
  font-size: 0.16rem;
}
.business-intro {
  position: relative;
  z-index: 3;
  padding: 0.75rem 0 0.85rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.business-intro .about-video {
  justify-content: flex-start;
}
.business-intro .about-video video {
  right: auto;
  left: 0;
  mix-blend-mode: saturation;
}
.business-intro .about-video:before {
  display: none;
}
.business-intro .about-video:after {
  background: url(../images/businessbg.png) center no-repeat;
  background-size: cover;
}
.business-logo {
  display: block;
  line-height: 1;
}
.business-logo img {
  display: inline-block;
  height: 1.4rem;
}
.business-name {
  margin-left: 31.25%;
  margin-top: 0.7rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid rgba(0, 78, 162, 0.2);
}
.business-name strong {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.48rem;
  font-weight: lighter;
}
.business-fix {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.48rem;
}
.business-wrs {
  width: 50%;
}
.business-text {
  color: #4a4a4a;
  font-size: 0.16rem;
  line-height: 2;
}
.business-btn {
  margin-top: 0.42rem;
}
.business-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.78rem;
  height: 0.54rem;
  border: 1px solid rgba(0, 78, 162, 0.7);
  border-radius: 0.28rem;
  color: #014fa2;
  font-size: 0.16rem;
}
.business-btn a:hover {
  background: #014fa2;
  color: #fff;
}
.business-btn a:hover i {
  color: #fff;
}
.business-btn a i {
  display: inline-block;
  font-style: normal;
  margin-right: 0.1rem;
  font-size: 0.26rem;
  transition: 0.4s;
}
.institute {
  padding: 1rem 0 0.75rem;
}
.about-title {
  text-align: center;
}
.about-title strong {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.48rem;
  font-weight: lighter;
}
.about-title p {
  margin-top: 0.12rem;
  color: #4a4a4a;
  font-size: 0.16rem;
}
.institute-tab {
  position: relative;
  margin-top: 0.2rem;
}
.institute-swiper {
  padding: 0.15rem;
  margin: 0 -0.15rem;
}
.institute-slide {
  padding: 0.35rem 0.29rem 0.28rem;
  height: auto;
  box-sizing: border-box;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem rgba(183, 183, 183, 0.17);
  width: auto;
}
.institute-slide:hover strong {
  color: #014fa2;
}
.institute-slide strong {
  display: block;
  position: relative;
  padding-bottom: 0.22rem;
  line-height: 1.1;
  color: #4a4a4a;
  font-size: 0.18rem;
  font-weight: bold;
  border-bottom: 1px solid #dbe4ed;
  transition: 0.36s;
}
.institute-slide strong:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 0.37rem;
  height: 1px;
  background: #014fa2;
}
.institute-info {
  display: flex;
  align-items: flex-start;
  padding-top: 0.22rem;
}
.institute-info b {
  display: block;
  width: 0.26rem;
  color: #014fa2;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 1;
}
.institute-info p {
  flex: 1;
  width: 0;
  color: #4a4a4a;
  font-size: 0.16rem;
  line-height: 1.875;
}
.institute-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -0.25rem;
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid #a3a9b3;
  color: #a3a9b3;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  font-size: 0.18rem;
  transition: 0.35s;
}
.institute-btn span:hover {
  border-color: #014fa2;
  color: #014fa2;
}
.institute-btn span.swiper-button-disabled {
  opacity: 0.1;
}
.institute-btn span.prev {
  left: -0.8rem;
}
.institute-btn span.next {
  right: -0.8rem;
}
.global-box {
  padding: 0.85rem 0.38rem 1.52rem 0.52rem;
  background: #f7f7f7;
}
.global-wrap {
  position: relative;
  margin-top: 0.66rem;
}
.global-wrap > figure {
  display: block;
  line-height: 1;
}
.global-wrap > figure img {
  width: 100%;
  height: auto;
}
.global-list li {
  position: absolute;
  margin-left: -0.08rem;
  margin-top: -0.08rem;
}
.global-list li.active .global-line:before {
  opacity: 1;
  visibility: visible;
}
.global-list li.active .global-line b,
.global-list li.active .global-line span {
  opacity: 1;
  visibility: visible;
}
.global-list li.active .global-info {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}
.global-list li:nth-child(1) {
  top: 38.011%;
  left: 34.27%;
}
.global-list li:nth-child(2) {
  top: 37.46%;
  left: 36.141%;
}
.global-list li:nth-child(3) {
  left: 36.68%;
  top: 39.327%;
}
.global-list li:nth-child(4) {
  left: 37.53%;
  top: 31.8%;
}
.global-list li:nth-child(5) {
  left: 37%;
  top: 41.786%;
}
.global-list li:nth-child(5) .global-line span {
  top: -0.24rem;
  white-space: nowrap;
}
.global-list li:nth-child(6) {
  left: 37.2%;
  top: 43.85%;
}
.global-list li:nth-child(7) {
  left: 38.973%;
  top: 43.12%;
}
.global-list li:nth-child(8) {
  left: 43.99%;
  top: 32.3%;
}
.global-list li:nth-child(9) {
  left: 27.67%;
  top: 47.66%;
}
.global-list li:nth-child(9) .global-line span {
  top: -0.24rem;
  white-space: nowrap;
}
.global-list li:nth-child(10) {
  left: 26.528%;
  top: 39.04%;
}
.global-list li:nth-child(10) .global-line span {
  top: -0.24rem;
  white-space: nowrap;
}
.global-list li:nth-child(11) {
  left: 34.443%;
  top: 59%;
}
.global-list li:nth-child(11) .global-line span {
  top: -0.24rem;
  white-space: nowrap;
}
.global-list li:nth-child(12) {
  left: 38.58%;
  top: 37.31%;
}
.global-list li:nth-child(13) {
  left: 34.78%;
  top: 44.89%;
}
.global-list li:nth-child(14) {
  left: auto;
  right: 28.8%;
  top: 34.66%;
}
.global-list li:nth-child(15) {
  left: auto;
  right: 9.7%;
  top: 73.61%;
}
.global-list li:nth-child(15) .global-info {
  top: auto;
  bottom: -0.73rem;
}
.global-list li.global-rights {
  margin-left: 0;
  margin-right: -0.08rem;
}
.global-list li.global-rights .global-line {
  padding-right: 0;
  padding-left: 1.2rem;
}
.global-list li.global-rights .global-line:before {
  left: auto;
  right: 0.08rem;
  background: url(../images/line3.png) center right no-repeat;
}
.global-list li.global-rights .global-line span {
  left: 100%;
  margin-left: 0.08rem;
  white-space: nowrap;
}
.global-list li.global-rights .global-info {
  left: auto;
  right: 100%;
}
.global-line {
  position: relative;
  padding-right: 1.2rem;
}
.global-line:before {
  position: absolute;
  left: 0.08rem;
  top: 0.08rem;
  content: "";
  width: 1.27rem;
  height: 0.33rem;
  background: url(../images/line1.png) center no-repeat;
  background-size: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.global-line b {
  display: block;
  position: relative;
  z-index: 2;
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #f4a124;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
}
.global-line span {
  position: absolute;
  left: 0.24rem;
  top: 0;
  color: #f47724;
  line-height: 1;
  font-size: 0.14rem;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.global-info {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 0.16rem;
  width: 5.62rem;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.15rem rgba(183, 183, 183, 0.09);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.3rem);
  transition: 0.5s;
  pointer-events: none;
}
.global-info:hover figure img {
  transform: scale(1.08);
}
.global-info figure {
  position: relative;
  display: block;
  padding-bottom: 37.73%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.global-info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.global-info figure img {
  transition: 0.65s;
}
.global-close {
  position: absolute;
  right: -0.34rem;
  top: -0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.18rem;
  color: #fff;
  line-height: 1;
  transition: 0.3s;
  font-weight: bold;
  box-shadow: inset 0 0 0.15rem rgba(183, 183, 183, 0.29);
}
.global-close:hover {
  border-color: #014fa2;
  color: #014fa2;
  transform: rotate(180deg);
}
.global-text {
  padding: 0.24rem 0.08rem 0.1rem;
}
.global-text strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #202020;
  font-size: 0.2rem;
}
.global-text p {
  display: flex;
  align-items: flex-start;
  color: #202020;
  font-size: 0.16rem;
}
.global-text p a:hover {
  text-decoration: underline;
}
.global-text p i {
  display: inline-block;
  margin-right: 0.08rem;
  font-style: normal;
  color: #014fa2;
  font-size: 0.2rem;
}
.global-text p span {
  flex: 1;
}
.honor-box {
  padding: 0.8rem 0 0.8rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0.14rem;
}
.honor-top {
  margin-top: 0.5rem;
  padding: 0.2rem 0.15rem 0.2rem 0.32rem;
  background: #f0f3f8;
}
.honor-scroll {
  display: grid;
  padding: 0.16rem 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem 0;
  list-style: inside;
  max-height: 2rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.honor-scroll::-webkit-scrollbar {
  width: 3px;
  border-radius: 0;
  background-color: #d2d6db;
}
.honor-scroll::-webkit-scrollbar-track {
  background-color: #d2d6db;
}
.honor-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #014fa2;
}
.honor-scroll li {
  color: #121212;
  font-size: 0.16rem;
}
.honor-list {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.13rem;
}
.honor-list li {
  box-shadow: 0 0 0.2rem rgba(199, 199, 199, 0.27);
}
.honor-list li figure {
  position: relative;
  display: block;
  padding-bottom: 68.32%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.honor-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor-down {
  display: flex;
  justify-content: space-between;
  margin-top: 0.42rem;
}
.honor-imgs {
  line-height: 1;
  width: 65.294%;
}
.honor-imgs img {
  width: 100%;
  height: auto;
}
.cans-imgs {
  display: flex;
  justify-content: space-between;
  width: 31.76%;
}
.cans-imgs figure {
  display: block;
  line-height: 1;
  width: 45.37%;
}
.cans-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.honor-swiper {
  margin-top: 0.5rem;
  padding: 0.26rem 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0.08rem;
  box-shadow: 0 0 0.18rem rgba(216, 225, 243, 0.31);
}
.honor-slide.swiper-slide-active + div + div + div figure {
  background: none;
}
.honor-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
  background: url(../images/line2.png) right center no-repeat;
  background-size: auto 100%;
}
.honor-slide figure img {
  max-width: 90%;
  max-height: 90%;
}
.cooperative {
  padding: 1.2rem 0 1.1rem;
}
.cooperative-text {
  text-align: center;
  margin-top: 0.3rem;
  color: #4a4a4a;
  font-size: 0.22rem;
  font-weight: bold;
}
.cooperative-text a {
  position: relative;
  z-index: 2;
  color: #014fa2;
}
.cooperative-text a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #014fa2;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.cooperative-text a:hover,
.cooperative-text a.active {
  color: #014fa2;
}
.cooperative-text a:hover:before,
.cooperative-text a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.support-box {
  padding: 0.74rem 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.support-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 6.2rem;
  background: linear-gradient(to bottom, #fff, #ebf4ff);
}
.support-text {
  color: #4a4a4a;
  font-size: 0.16rem;
  line-height: 2;
}
.support-text img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.support-scense {
  margin-top: 0.64rem;
}
.support-tts {
  display: block;
  margin-bottom: 0.44rem;
  line-height: 1;
  color: #000000;
  font-weight: lighter;
  font-size: 0.36rem;
}
.support-scense-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.32rem;
}
.support-scense-list li {
  padding: 0.34rem 0 0.28rem;
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem rgba(183, 183, 183, 0.1);
  text-align: center;
  overflow: hidden;
}
.support-scense-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.68rem;
  background: linear-gradient(to bottom, #edf4fb, #fff);
}
.support-scense-list li:hover b img {
  transform: scale(1.1);
}
.support-scense-list li:hover p {
  color: #014fa2;
}
.support-scense-list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 0.84rem;
  height: 0.68rem;
}
.support-scense-list li b img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  transition: 0.48s;
}
.support-scense-list li p {
  margin-top: 0.3rem;
  color: #4a4a4a;
  font-size: 0.17rem;
  transition: 0.3s;
}
.support-test {
  margin-top: 0.7rem;
}
.test-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.3rem;
  margin-top: 0.35rem;
}
.test-list li {
  text-align: center;
}
.test-list li:nth-child(2n+2) b {
  background: #014fa2;
}
.test-list li:hover b {
  transform: translateY(-0.06rem);
}
.test-list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid rgba(1, 79, 162, 0.7);
  transition: 0.3s;
}
.test-list li b img {
  max-width: 0.46rem;
  max-height: 0.47rem;
}
.test-list li p {
  margin-top: 0.18rem;
  color: #4a4a4a;
  font-size: 0.17rem;
}
.cases-tab {
  overflow: hidden;
  padding: 0.9rem 0;
}
.cases-fixs {
  position: relative;
  margin: auto;
  width: 11.2rem;
}
.cases-in-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0.4rem;
  height: 6.96rem;
  box-shadow: 0 0 0.15rem rgba(183, 183, 183, 0.2);
  border-radius: 0.1rem;
}
.cases-in-slide img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.cases-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -0.36rem;
  z-index: 5;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #a3a9b3;
  border-radius: 50%;
  cursor: pointer;
  color: #a3a9b3;
  font-size: 0.28rem;
  transition: 0.4s;
}
.cases-btn:hover {
  border-color: #014fa2;
  color: #014fa2;
}
.cases-btn.prev {
  left: -1.5rem;
}
.cases-btn.next {
  right: -1.5rem;
}
.cases-view-info {
  padding-bottom: 0.9rem;
  color: #4a4a4a;
  font-size: 0.16rem;
  line-height: 2;
}
.cases-view-info img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cooperative-ins {
  padding-bottom: 0.9rem;
}
.cooperative-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.32rem 0.26rem;
}
.cooperative-list li {
  padding: 0.3rem 0.22rem 0.26rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem rgba(183, 183, 183, 0.1);
  overflow: hidden;
}
.cooperative-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.68rem;
  background: linear-gradient(to bottom, rgba(0, 99, 207, 0.1), #fff);
}
.cooperative-list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(1, 79, 162, 0.1);
}
.cooperative-list li b img {
  max-width: 0.36rem;
  max-height: 0.36rem;
}
.cooperative-info {
  flex: 1;
  margin-left: 0.14rem;
  width: 0;
}
.cooperative-info strong {
  display: block;
  padding-top: 2px;
  color: #014fa2;
  font-size: 0.18rem;
  line-height: 1.55;
  font-weight: normal;
}
.cooperative-content {
  margin-top: 0.14rem;
  color: #4a4a4a;
  line-height: 2;
  font-size: 0.16rem;
}
.product-class {
  box-shadow: 0 0 0.18rem rgba(230, 238, 254, 0.43);
}
.product-wrs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.06rem;
}
.product-class-list {
  display: flex;
  flex-wrap: wrap;
}
.product-class-list li {
  margin-right: 0.6rem;
  position: relative;
}
.product-class-list li:hover a,
.product-class-list li.active a {
  color: #014fa2;
  font-weight: bold;
}
.product-class-list li:last-child {
  margin-right: 0;
}
.product-class-list li:last-child:before {
  display: none;
}
.product-class-list li:before {
  position: absolute;
  right: -0.3rem;
  top: 50%;
  margin-top: -0.1rem;
  content: "";
  width: 1px;
  height: 0.2rem;
  background: #d3d9e0;
}
.product-class-list li a {
  display: inline-block;
  color: #111111;
  font-size: 0.2rem;
}
.product-search {
  display: flex;
  align-items: center;
}
.product-search form {
  display: flex;
  align-items: center;
}
.product-search .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.32rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  border: none;
  outline: none;
  background: #014fa2;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
}
.product-input {
  position: relative;
  margin-right: 0.1rem;
}
.product-input .text {
  box-sizing: border-box;
  padding-left: 0.46rem;
  height: 0.54rem;
  border: 1px solid rgba(0, 78, 162, 0.3);
  border-radius: 0.27rem;
  width: 4.96rem;
  color: #7d7d7d;
  font-size: 0.15rem;
  outline: none;
  transition: 0.3s;
}
.product-input .text:focus {
  border-color: #014fa2;
}
.product-input .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.product-input span {
  position: absolute;
  left: 0.18rem;
  color: #014fa2;
  line-height: 0.54rem;
  font-size: 0.18rem;
}
.hot-news {
  padding: 0.7rem 0 0.86rem;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hot-swiper {
  box-shadow: 0 0 0.18rem rgba(230, 238, 254, 0.43);
  border-radius: 0.2rem;
  background: #fff;
}
.hot-swiper .swiper-pagination {
  left: 0.8rem;
  bottom: 0.6rem;
  line-height: 1;
  width: auto;
}
.hot-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.12rem;
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: #c7c7c7;
  transition: 0.3s;
}
.hot-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #014fa2;
}
.news-slide {
  box-sizing: border-box;
  padding: 0.34rem 0.34rem 0.34rem 0.8rem;
}
.news-slide a {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.news-slide a:hover .news-imgs figure img {
  transform: scale(1.08);
}
.news-imgs {
  width: 54.09%;
}
.news-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 57.142%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.news-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-imgs figure img {
  transition: 0.65s;
}
.news-fixs {
  flex: 1;
  margin-right: 0.9rem;
  padding-top: 0.38rem;
  width: 0;
}
.news-fixs time {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #000000;
  font-size: 0.16rem;
}
.news-fixs strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.2;
  color: #014fa2;
  font-size: 0.22rem;
  font-weight: normal;
}
.news-fixs p {
  color: #7c7c7c;
  font-size: 0.15rem;
  line-height: 1.86;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-fixs .parameter-more p {
  display: inline-flex;
  color: #014fa2;
}
.news-bgs {
  background: #f5f7f9;
}
.news-inners {
  padding: 0 0 0.6rem;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.46rem 0.4rem;
  margin-bottom: 0.66rem;
}
.news-list li a {
  display: flex;
  flex-direction: column;
  padding: 0.22rem;
  border-radius: 0.1rem;
}
.news-list li a:hover {
  background: #fff;
  box-shadow: 0 0 0.18rem rgba(230, 238, 254, 0.5);
}
.news-list li a:hover figure img {
  transform: scale(1.08);
}
.news-list li a:hover .news-down strong {
  color: #014fa2;
}
.news-list li a figure {
  position: relative;
  display: block;
  padding-bottom: 56.818%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.08rem;
}
.news-list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list li a figure img {
  transition: 0.65s;
}
.news-down {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.24rem 0.08rem 0.1rem;
}
.news-down strong {
  display: block;
  color: #231815;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1.6;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.64rem;
  transition: 0.38s;
}
.news-rows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.42rem;
  width: 100%;
}
.news-rows .parameter-more {
  margin-top: 0;
}
.news-rows .parameter-more:hover p {
  color: #014fa2;
}
.news-rows .parameter-more:hover b {
  border-color: #014fa2;
}
.news-rows .parameter-more p {
  font-size: 0.15rem;
  color: #979797;
}
.news-rows .parameter-more b {
  border-color: #979797;
}
.news-rows time {
  display: block;
  color: #979797;
  font-size: 0.14rem;
  opacity: 0.8;
}
.page_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_list li {
  margin-right: 0.14rem;
}
.page_list li:last-child {
  margin-right: 0;
}
.page_list li.margs {
  margin-right: 0.55rem;
}
.page_list li span,
.page_list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  color: #333333;
  font-size: 0.16rem;
  transition: 0.3s;
}
.page_list li:hover a,
.page_list li.active a,
.page_list li:hover span,
.page_list li.active span {
  background: #014fa2;
  color: #fff;
}
.news-innerbanners {
  padding-top: 2.46rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.backlist {
  margin-bottom: 0.26rem;
}
.backlist a {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1.4;
  font-size: 0.17rem;
}
.backlist a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.backlist a:hover,
.backlist a.active {
  color: #fff;
}
.backlist a:hover:before,
.backlist a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.backlist a i {
  margin-right: 0.08rem;
  font-style: normal;
  font-size: 0.22rem;
}
.news-titless {
  padding-bottom: 0.28rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-titless h3 {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
}
.news-tags {
  padding: 0.31rem 0 0.42rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-tags span {
  margin-right: 0.12rem;
  display: inline-block;
  color: #ffffff;
  font-size: 0.16rem;
  opacity: 0.8;
  transition: 0.4s;
}
.news-tags span:last-child {
  margin-right: 0;
}
.news-v-info {
  padding: 0.5rem 0 0.56rem;
  color: #231815;
  font-size: 0.16rem;
}
.news-v-info img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.news-v-info ul,
.news-v-info ol {
  list-style: disc;
  margin-left: 0.26rem;
}
.news-pages {
  padding: 0.44rem 0 0.62rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dfe5ec;
}
.news-pages p {
  max-width: 50%;
}
.news-pages p a {
  display: inline-block;
  color: #121212;
  font-size: 0.16rem;
  font-weight: bold;
}
.news-pages p a:hover {
  color: #014fa2;
}
.suggest-box {
  padding: 0.72rem 0 0.88rem;
  background: #f4f6f8;
}
.suggest-title {
  margin-bottom: 0.38rem;
  display: block;
  line-height: 1;
  text-align: center;
  color: #000000;
  font-size: 0.5rem;
  font-weight: normal;
  font-family: "SourceHanSansSC-Medium";
}
.load-box {
  padding: 0.56rem 0;
  background: #fafbfc;
}
.loads-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 0.7rem;
  gap: 0.36rem 0.26rem;
}
.loads-list li a {
  padding: 0.34rem 0.28rem 0.42rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
  box-shadow: 0 0 0.15rem rgba(183, 183, 183, 0.1);
  border-top: 2px solid #014fa2;
}
.loads-list li a:hover {
  box-shadow: 0 0 0.15rem rgba(244, 146, 0, 0.1);
  border-top-color: #f49200;
}
.loads-list li a:hover b {
  background: url(../images/table2.png) center no-repeat;
  background-size: cover;
}
.loads-list li a:hover strong {
  color: #f49200;
}
.loads-list li a:hover .loads-btn {
  color: #f49200;
}
.loads-list li a:hover .loads-btn i {
  color: #f49200;
}
.loads-list li a b {
  display: block;
  width: 0.6rem;
  height: 0.63rem;
  background: url(../images/table1.png) center no-repeat;
  background-size: cover;
  transition: 0.35s;
}
.loads-list li a strong {
  display: block;
  margin-top: 0.46rem;
  color: #121212;
  font-size: 0.18rem;
  line-height: 1.666;
  transition: 0.35s;
}
.loads-btn {
  display: flex;
  align-items: center;
  margin-top: 0.66rem;
  color: #014fa2;
  font-size: 0.15rem;
  transition: 0.35s;
}
.loads-btn i {
  display: inline-block;
  margin-left: 0.09rem;
  font-style: normal;
  transition: 0.35s;
}
.pop-contact {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
}
.pop-contact.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.pop-contact.show .pop-contents {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.pop-bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}
.pop-contents {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.6rem 0.5rem;
  width: 10.4rem;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0.2rem;
  margin-top: 0.44rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.68s;
}
.pop-contents .message-item {
  width: 48.9%;
}
.pop-contents .message-item .text {
  padding-left: 0.3rem;
}
.pop-contents .message-item i {
  left: 0.12rem;
}
.pop-contents .message-item.message-lines {
  width: 100%;
}
.pop-form {
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pop-title {
  display: block;
  text-align: center;
  margin-bottom: 0.4rem;
  line-height: 1;
  color: #000000;
  font-size: 0.36rem;
  font-weight: normal;
}
.pop-close {
  position: absolute;
  right: -0.44rem;
  top: 0.08rem;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  font-size: 0.26rem;
  transition: 0.38s;
}
.pop-close:hover {
  transform: rotate(180deg);
}
