@charset "utf-8";
.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: 99;
  width: 100%;
}
.header.inner-header .logo img.show {
  opacity: 0;
}
.header.inner-header .logo img.hide {
  opacity: 1;
}
.header.inner-header .navs-list > li > a {
  color: #fff;
}
.header.inner-header .header-search .search-ico,
.header.inner-header .header-lang a {
  color: #fff;
}
.header.inner-header .menubtn.active span {
  background: transparent;
}
.header.inner-header .menubtn span {
  background: #fff;
}
.header.inner-header .menubtn span:before,
.header.inner-header .menubtn span:after {
  background: #fff;
}
.header.scroll .header-wrap {
  background: #fff;
  height: 0.8rem;
  border-bottom: 1px solid rgba(163, 163, 163, 0.2);
}
.header.scroll .logo img.show {
  opacity: 1;
}
.header.scroll .logo img.hide {
  opacity: 0;
}
.header.scroll .menubtn span {
  background: #647381;
}
.header.scroll .menubtn span:before,
.header.scroll .menubtn span:after {
  background: #647381 !important;
}
.header.scroll .menubtn.active span {
  background: transparent;
}
.header.scroll .navs-list > li > a {
  color: #647381;
}
.header.scroll .navs-list > li > a i {
  color: #647381;
}
.header.scroll .header-search .search-ico,
.header.scroll .header-lang a {
  color: #647381;
}
.header.article-block {
  opacity: 0;
  transform: translateY(-100px);
  visibility: hidden;
  transition: 1s;
}
.header.articleShow {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.8rem;
  height: 1rem;
  transition: 0.38s;
}
.logo {
  display: block;
  position: relative;
  line-height: 1;
}
.logo img {
  display: block;
  width: auto;
  height: 0.4rem;
  transition: 0.35s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header-info {
  display: flex;
  align-items: center;
}
.navs {
  margin-right: 0.3rem;
}
.navs-list {
  display: flex;
  align-items: center;
}
.navs-list > li {
  padding: 0;
}
.navs-list > li:hover > a,
.navs-list > li.active > a {
  color: #FE6000 !important;
}
.navs-list > li:hover .common-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  clip-path: inset(0 0 0 0);
}
.navs-list > li > a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.2rem;
  color: #647381;
  font-size: 0.16rem;
  line-height: 1rem;
}
.navs-list > li > a > i {
  display: none;
  transition: 0.35s;
}
.header-lang {
  padding-left: 0.44rem;
}
.header-lang:hover a {
  color: #FE6000 !important;
}
.header-lang:hover .common-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  clip-path: inset(0 0 0 0);
}
.header-lang > a {
  display: inline-block;
  color: #647381;
  font-size: 0.18rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1rem;
}
.header-lang > a i {
  display: inline-block;
  margin-left: 0.05rem;
  font-size: 0.18rem;
  line-height: 1;
  font-style: normal;
  transform: rotate(90deg);
}
.header-search {
  position: relative;
}
.header-search .search-ico {
  display: inline-block;
  color: #647381;
  font-size: 0.2rem;
  cursor: pointer;
  line-height: 1;
  transition: 0.35s;
}
.header-search:hover .search-ico {
  color: #FE6000 !important;
}
.common-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  transition: 0.65s;
  box-sizing: border-box;
}
.menu-layout {
  display: flex;
}
.layout-left {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.24rem;
  width: 27.6%;
  background: #f5f5f5;
}
.layout-btns {
  width: 3.06rem;
}
.layout-btns li {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 0.6rem;
  cursor: pointer;
  transition: 0.4s;
}
.layout-btns li:hover,
.layout-btns li.active {
  padding-left: 0.3rem;
}
.layout-btns li:hover:before,
.layout-btns li.active:before {
  width: 100%;
}
.layout-btns li:hover i,
.layout-btns li.active i {
  transform: scale(1);
  opacity: 1;
}
.layout-btns li:hover span,
.layout-btns li.active span {
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.layout-btns li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: linear-gradient(to left, #e97b37, #fcba50);
  transition: 0.5s;
}
.layout-btns li i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.1rem;
  background-image: linear-gradient(to right, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.2rem;
  transform: scale(0);
  opacity: 0;
  transition: 0.33s;
  line-height: 1;
}
.layout-btns li span {
  display: inline-block;
  color: #000000;
  font-size: 0.16rem;
  transition: 0.3s;
  line-height: 1.3;
}
.layout-tabs {
  flex: 1;
  padding: 0.44rem 0.68rem 0.66rem;
  position: relative;
  width: 0;
}
.layout-item {
  display: none;
}
.layout-item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.layout-item:first-child {
  display: block;
}
.layout-item .layout-title {
  display: flex;
  align-items: center;
  line-height: 1.1;
  font-size: 0.18rem;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.layout-item .layout-title img {
  display: inline-block;
  margin-right: 0.09rem;
  max-width: 0.17rem;
  max-height: 0.21rem;
  line-height: 1;
}
.layout-item .layout-title span {
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.layout-list {
  display: flex;
  margin-top: 0.28rem;
}
.layout-list li {
  position: relative;
  margin-right: 2.4%;
  max-width: 320px;
  width: 25.7%;
}
.layout-list li:hover figure img {
  transform: scale(1.06);
}
.layout-list li:hover strong {
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.layout-list li figure {
  z-index: 2;
  position: relative;
  display: block;
  padding-bottom: 69.375%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.layout-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.layout-list li figure img {
  transition: 0.6s;
}
.layout-list li strong {
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.14rem;
  z-index: 3;
  line-height: 1.2;
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
}
.layout-product {
  display: flex;
  flex-wrap: wrap;
}
.layout-product li {
  margin-right: 2.4%;
  width: 25.7%;
}
.layout-product li:hover figure img {
  transform: scale(1.06);
}
.layout-product li:hover strong {
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.layout-product li figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 2.24rem;
}
.layout-product li figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  transition: 0.5s;
}
.layout-product li strong {
  display: block;
  margin-top: 0.18rem;
  line-height: 1.2;
  color: #000000;
  font-size: 0.16rem;
  font-weight: normal;
  text-align: center;
  transition: 0.38s;
}
.leval-menu {
  display: flex;
  justify-content: flex-end;
  padding-right: 2.22rem;
}
.leval-menu-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 1.04rem;
}
.leval-menu-list li {
  margin-right: 0.86rem;
}
.leval-menu-list li:last-child {
  margin-right: 0;
}
.leval-menu-list li a {
  display: inline-flex;
  align-items: center;
}
.leval-menu-list li a:hover span {
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.leval-menu-list li a b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.06rem;
  width: 0.22rem;
  height: 0.22rem;
}
.leval-menu-list li a b img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.leval-menu-list li a span {
  display: inline-block;
  color: #000000;
  font-size: 0.16rem;
  text-transform: uppercase;
}
.navs-iphone {
  display: none;
  position: fixed;
  left: 0;
  top: 0.8rem;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 0.8rem);
  background: #fff;
  padding: 0.5rem 5% 0.3rem;
  box-sizing: border-box;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 100%;
  transition: 0.88s;
  pointer-events: none;
}
.navs-iphone.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  left: 0;
}
.navs-items .arrow {
  margin-right: 0.08rem;
  display: inline-block;
  border-top: 0.04rem solid transparent;
  border-bottom: 0.04rem solid transparent;
  border-left: 0.06rem solid #999;
  transition: 0.3s;
}
.navs-default.active a span {
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.navs-default.active a .arrow {
  transform: rotate(90deg);
}
.navs-default a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.58rem;
  border-bottom: 1px solid #999;
}
.navs-default a span {
  display: inline-block;
  color: #000;
  font-size: 16px;
}
.navs-downs {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
}
.navs-downs .leval-menu-list {
  padding: 0;
}
.navs-downs .header-search {
  margin-right: 0.3rem;
}
.navigate-two {
  margin-left: 0.18rem;
  display: none;
}
.navigate-two > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.58rem;
  border-bottom: 1px solid #999;
  font-size: 15px;
}
.navigate-two > li > a span {
  color: #000;
}
.navigate-two > li > a.now .arrow {
  transform: rotate(90deg);
}
.navigate-three {
  padding: 0.18rem 0.18rem;
  display: none;
}
.navigate-three p {
  margin-bottom: 0.08rem;
}
.navigate-three p:last-child {
  margin-bottom: 0;
}
.navigate-three p a {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
}
.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner .bg_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.banner .bg_box .bg_canvas {
  width: 100%;
  height: 100%;
}
.banner-video {
  height: 100%;
  position: relative;
}
.banner-video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(247, 252, 255, 0.9) 0%, rgba(247, 252, 255, 0.9) 100%);
}
.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-info {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 1.2rem;
  z-index: 3;
}
.banner-info p {
  font-size: 0.2rem;
  line-height: 2;
}
.banner-info strong {
  display: block;
  color: #333333;
  font-size: 0.6rem;
  line-height: 1.2;
  font-weight: normal;
}
.introduct {
  position: relative;
  z-index: 3;
  padding: 2rem 0;
  background: linear-gradient(108.48deg, #10326C 7.47%, #041734 98.77%);
}
.particles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.introduct-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.introduct-info {
  width: 37%;
  text-align: justify;
}
.introduct-title {
  margin-bottom: 0.3rem;
}
.introduct-title strong {
  display: block;
  color: #fff;
  font-size: 0.48rem;
  line-height: 1.5;
  font-weight: normal;
}
.introduct .introduct-info {
  text-align: left;
}
.introduct-text {
  margin-bottom: 0.3rem;
  color: #D6E0EA;
  font-size: 0.18rem;
}
.introduct-text p {
  margin-bottom: 0.2rem;
  font-weight: lighter;
}
.introduct-text p:last-child {
  margin-bottom: 0;
}
.common-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 0.54rem;
  border: 1px solid rgba(164, 164, 164, 0.4);
  border-radius: 0.28rem;
}
.common-btn a:hover {
  background: #FE6000;
  border-color: #FE6000;
}
.common-btn a span {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
}
.common-btn a i {
  display: inline-block;
  margin-left: 0.1rem;
  color: #fff;
  font-size: 0.22rem;
  font-style: normal;
  line-height: 1.2;
}
.introduct-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
  width: 50.625%;
}
.introduct-list li {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 0.4rem;
  box-sizing: border-box;
  height: 2.4rem;
  border-radius: 0.1rem;
  background: linear-gradient(161.78deg, rgba(255, 255, 255, 0.2) 6.35%, rgba(163, 163, 163, 0.2) 96.14%);
  backdrop-filter: blur(0.1rem);
  overflow: hidden;
}
.introduct-list li:hover:before,
.introduct-list li:hover:after {
  opacity: 1;
  visibility: visible;
}
.introduct-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(324.97deg, #FFC354 0%, #FE6000 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.55s;
}
.introduct-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/introductbg.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.55s;
}
.introduct-list li .icon {
  display: inline-block;
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  line-height: 1;
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/arrow.svg) center no-repeat;
  background-size: cover;
}
.introduct-list li strong {
  display: block;
  line-height: 0.8;
  color: #fff;
  font-size: 0.66rem;
  font-weight: normal;
  font-family: "DIN";
}
.introduct-list li strong b {
  font-weight: normal;
}
.introduct-list li p {
  color: #FFFFFF;
  font-size: 0.2rem;
  line-height: 2;
  font-weight: lighter;
}
.solution {
  padding: 2rem 0 0;
  position: relative;
  z-index: 3;
}
.solution .common-title {
  text-align: left;
}
.solution .li span::after {
  color: #333333;
}
.common-title.common-color strong {
  color: #fff;
}
.common-title strong {
  display: block;
  line-height: 1.5;
  color: #333333;
  font-size: 0.48rem;
  font-weight: normal;
}
.common-title p {
  margin-top: 0.1rem;
  color: #647381;
  font-size: 0.18rem;
}
.solution-list {
  display: grid;
  margin-top: 0.8rem;
  gap: 0.27rem;
  grid-template-columns: repeat(4, 1fr);
}
.solution-list li {
  position: relative;
  border-radius: 0.15rem;
  overflow: hidden;
}
.solution-list li:nth-child(2) {
  transform: translateY(30%);
}
.solution-list li:nth-child(3) {
  transform: translateY(60%);
}
.solution-list li:nth-child(4) {
  transform: translateY(90%);
}
.solution-list li:hover figure img {
  transform: scale(1.05);
}
.solution-list li:hover figure:before {
  opacity: 0;
}
.solution-list li:hover figure:after {
  opacity: 1;
}
.solution-list li:hover .solute-info {
  margin-top: 0.2rem;
  max-height: 1.13rem;
  opacity: 1;
}
.solution-list li:hover .solute-info span {
  transform: scale(1);
  transition-delay: 0.15s;
}
.solution-list li figure {
  position: relative;
  display: block;
  padding-bottom: 150%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.solution-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-list li figure img {
  transition: 0.68s;
}
.solution-list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 109, 149, 0.8) 0%, #0859BC 100%);
  transition: 0.5s;
}
.solution-list li figure:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(254, 96, 0, 0.5) 0%, rgba(219, 86, 6, 0.9) 51.44%, #FF7725 100%);
  transition: 0.5s;
  opacity: 0;
}
.solute-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.8rem;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.solute-title {
  text-align: center;
}
.solute-title b {
  display: block;
  margin: auto;
  width: 1.1rem;
  height: 1.1rem;
}
.solute-title b img {
  max-height: 100%;
  max-width: 100%;
}
.solute-title strong {
  display: block;
  margin-top: 0.2rem;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  line-height: 1.5;
  font-weight: normal;
}
.solute-info {
  margin-top: 0.2rem;
  margin-top: 0;
  transition: 0.5s;
  max-height: 0;
  opacity: 0;
}
.solute-info p {
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.solute-info span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 0.2rem;
  width: 1.03rem;
  height: 0.53rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.28rem;
  color: #fff;
  font-size: 0.24rem;
  transform: scale(0);
  transition: 0.38s;
}
.classic-case {
  padding: 2.5rem 0 2rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  background: linear-gradient(108.48deg, #10326C 7.47%, #041734 98.77%);
}
.classic-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}
.classic-tab {
  margin-top: 0.4rem;
}
.classic-item {
  margin-bottom: 0.1rem;
}
.classic-item:last-child {
  margin-bottom: 0;
}
.classic-item:first-child .classic-hide {
  display: block;
}
.classic-item.active .classic-defaul {
  opacity: 0;
  visibility: hidden;
}
.classic-defaul {
  padding: 0 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.92rem;
  cursor: pointer;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0.1rem);
  transition: 0.4s;
}
.classic-defaul strong {
  display: block;
  color: #fff;
  line-height: 1.5;
  font-size: 0.28rem;
  font-weight: lighter;
}
.classic-defaul b {
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/more.svg) center no-repeat;
  background-size: cover;
}
.classic-hide {
  margin-top: -0.92rem;
  display: none;
}
.classic-btn {
  padding: 0.05rem;
  display: flex;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(0.2rem);
  border-radius: 0.1rem;
}
.classic-btn li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 1;
  height: 0.6rem;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
  cursor: pointer;
}
.classic-btn li:hover:before,
.classic-btn li.active:before {
  opacity: 1;
  visibility: visible;
}
.classic-btn li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: linear-gradient(324.97deg, #FFC354 0%, #E77434 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.38s;
}
.classic-row-item {
  display: none;
}
.classic-row-item:first-child {
  display: block;
}
.classic-row {
  display: none;
  position: relative;
}
.classic-row:first-child {
  display: block;
}
.classic-row figure {
  display: flex;
  justify-content: flex-end;
  position: relative;
  display: block;
  padding-bottom: 32.375%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
  backdrop-filter: blur(0.2rem);
}
.classic-row figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.classic-row figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/case.png) center no-repeat;
  background-size: cover;
}
.classic-row figure img {
  left: auto;
  right: 0;
  width: auto;
  height: 100%;
}
.classic-info {
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  top: 0.4rem;
  bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.classic-text {
  width: 6.5rem;
  max-width: 100%;
}
.classic-text strong {
  display: block;
  margin-bottom: 0.1rem;
  color: #EFBD50;
  font-size: 0.32rem;
  line-height: 1.5;
}
.classic-text p {
  color: #F1F4F6;
  font-size: 0.2rem;
  line-height: 2;
}
.classic-tag {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.6rem;
  width: 9.3rem;
  max-width: 100%;
}
.classic-tag li {
  display: flex;
  align-items: center;
  line-height: 1.5;
  height: 0.4rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.global-box {
  padding: 2rem 0 1.8rem;
  position: relative;
  z-index: 2;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.global-box .banner-video {
  position: absolute;
  left: 0;
  top: -14%;
  width: 100%;
  padding-top: 14%;
  overflow: hidden;
  z-index: -1;
  text-align: center;
}
.global-box .banner-video:before {
  background: linear-gradient(to bottom, #ffffff 0%, #CBEDFF 100%);
  z-index: -1;
  display: none;
}
.global-box .banner-video video {
  height: auto;
}
.global-title {
  margin-bottom: 1.8rem;
}
.global-title strong {
  display: block;
  color: #fff;
  font-size: 0.48rem;
  line-height: 1.5;
  font-weight: normal;
}
.global-title .li span::before {
  color: #fff;
}
.global-title .li span:after {
  color: #FE6000;
}
.global-swiper {
  padding: 0.36rem 0.3rem 0.34rem;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(0.1rem);
  border-radius: 0.15rem;
}
.global-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 0.3rem;
}
.global-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.08rem;
  width: 0.2rem;
  height: 0.06rem;
  background: #bdd0e5;
  border-radius: 0.03rem;
  transition: 0.38s;
  opacity: 1;
}
.global-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FE6000;
  width: 0.3rem;
}
.global-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.global-slide {
  display: flex;
  flex-direction: column;
  gap: 0.36rem 0;
  text-align: center;
}
.global-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
  transition: 0.4s;
}
.global-slide figure:hover {
  transform: translateY(-0.06rem);
}
.global-slide figure img {
  max-width: 100%;
  max-height: 100%;
}
.dynamic-box {
  position: relative;
  z-index: 2;
  padding: 1.6rem 0 2rem;
  background: linear-gradient(108.48deg, #10326C 7.47%, #041734 98.77%);
  overflow: hidden;
}
.dynamic-swiper {
  padding-right: 2rem;
}
.dynamic-slide {
  height: 6rem;
  width: 4.4rem;
}
.dynamic-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 0.4rem 0.6rem 0;
  height: 100%;
  background: linear-gradient(161.78deg, rgba(255, 255, 255, 0.2) 6.35%, rgba(163, 163, 163, 0.2) 96.14%);
  backdrop-filter: blur(0.1rem);
  border-radius: 0.1rem;
  overflow: hidden;
}
.dynamic-slide a:before {
  position: absolute;
  left: 50%;
  top: 52%;
  margin-left: -0.81rem;
  margin-top: -0.76rem;
  content: "";
  width: 1.62rem;
  height: 1.52rem;
  background: url(../images/newsico.png) center no-repeat;
  background-size: cover;
  opacity: 0.3;
  transition: 0.4s;
}
.dynamic-slide a:hover:before {
  opacity: 0;
}
.dynamic-slide a:hover figure {
  opacity: 1;
  visibility: visible;
}
.dynamic-slide a:hover .dynamic-info span,
.dynamic-slide a:hover .dynamic-info time {
  color: #fff;
}
.dynamic-slide a figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.dynamic-slide a figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(163.06deg, #FE6000 27.43%, rgba(255, 119, 37, 0.5) 93.79%);
}
.dynamic-slide a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dynamic-slide a strong {
  display: block;
  color: #FFFFFF;
  font-size: 0.28rem;
  line-height: 1.5;
  font-weight: lighter;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.dynamic-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0 0.4rem;
  border-top: 1px solid rgba(207, 207, 207, 0.3);
}
.dynamic-info span {
  display: block;
  line-height: 0.74;
  color: #FE6000;
  font-size: 0.8rem;
  font-family: "DIN";
  transition: 0.35s;
}
.dynamic-info time {
  display: block;
  text-align: right;
  color: #909EB0;
  font-size: 0.16rem;
  line-height: 1.2;
  font-family: "DIN";
  transition: 0.35s;
}
.footer {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #000000 0%, #003870 144.63%);
  overflow: hidden;
}
.footer .banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer .banner-video:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000 0%, #003E70 100%);
  opacity: 0.9;
}
.footer-top {
  padding: 1.4rem 0 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-logo img {
  display: inline-block;
  width: auto;
  height: 0.59rem;
}
.footer-navs {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem 1rem;
  justify-content: space-between;
}
.footer-navs-item {
  display: block;
}
.footer-navs-item dt {
  display: block;
  margin-bottom: 0.1rem;
}
.footer-navs-item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: 700;
}
.footer-navs-item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #FE6000;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.footer-navs-item dt a:hover,
.footer-navs-item dt a.active {
  color: #FE6000;
}
.footer-navs-item dt a:hover:before,
.footer-navs-item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer-navs-item dd p a {
  display: inline-block;
  color: #F5F5F5;
  line-height: 2.24;
  font-size: 0.16rem;
  opacity: 0.7;
}
.footer-navs-item dd p a:hover {
  opacity: 1;
}
.footer-down {
  padding: 0.4rem 0 0.3rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-share {
  display: flex;
  align-items: center;
}
.footer-share li {
  margin-right: 0.15rem;
  position: relative;
}
.footer-share li:hover a {
  color: #FE6000;
}
.footer-share li:hover .eqs {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.footer-share li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0.27rem;
  width: 0.2rem;
  height: 0.26rem;
  color: #fff;
  font-size: 0.18rem;
}
.footer-share li a img {
  max-width: 100%;
  max-height: 100%;
}
.eqs {
  position: absolute;
  left: 50%;
  margin-left: -0.7rem;
  bottom: 100%;
  padding-bottom: 0.08rem;
  z-index: 3;
  width: 1.4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.25rem);
  transition: 0.4s;
  pointer-events: none;
}
.eqs figure {
  display: block;
  padding: 0.05rem;
  border-radius: 0.05rem;
  background: #fff;
}
.eqs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.copy {
  color: #fff;
  font-size: 0.14rem;
  line-height: 1.55;
}
.copy a {
  display: inline-block;
  margin-left: 0.1rem;
}
.footer-address {
  display: flex;
  padding-right: 0.6rem;
  gap: 1.8rem;
}
.address-item > span {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1.1;
  color: #b3bcc5;
  font-size: 0.16rem;
}
.address-item p {
  gap: 0 0.3rem;
  margin-bottom: 0.05rem;
  flex-wrap: wrap;
  color: #FFFFFF;
  font-size: 0.16rem;
  line-height: 1.8;
}
.address-item p:last-child {
  margin-bottom: 0;
}
.address-item p span {
  display: inline-flex;
}
.scroll-top {
  position: absolute;
  right: 0.4rem;
  bottom: 0.36rem;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #FE6000;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 27.76%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbanner figure.mb {
  display: none;
}
.pbanner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-titles {
  position: absolute;
  left: 50%;
  margin-left: -800px;
  top: 55%;
  transform: translateY(-50%);
}
.news-titles strong {
  display: block;
  color: #fff;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1.1;
}
.news-titles p {
  margin-top: 0.2rem;
  color: #fff;
  font-size: 0.24rem;
}
.news-box {
  padding: 0.85rem 0 1rem;
}
.news-hot .news-title {
  padding-left: 0.76rem;
  background: url(../images/hot.png) 0.2rem center no-repeat;
  background-size: 0.32rem auto;
}
.news-title {
  display: block;
  line-height: 1.2;
  color: #000000;
  font-size: 0.44rem;
}
.hot-swiper {
  margin-top: 0.78rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.hot-swiper .swiper-pagination {
  width: auto;
  right: 0.94rem;
  bottom: 0.56rem;
  left: auto;
  z-index: 3;
  line-height: 1;
}
.hot-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.34rem;
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
  transition: 0.3s;
}
.hot-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.hot-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.hot-slide {
  position: relative;
  overflow: hidden;
}
.hot-slide a {
  display: block;
}
.hot-slide a:hover figure img {
  transform: scale(1.06);
}
.hot-slide figure {
  position: relative;
  display: block;
  padding-bottom: 38.75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.hot-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot-slide figure img {
  transition: 0.8s;
}
.hot-info {
  position: absolute;
  left: 0;
  top: 22.58%;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.hot-info strong {
  display: block;
  font-weight: lighter;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.1;
}
.hot-info strong b {
  font-weight: bold;
}
.hot-info p {
  margin-top: 0.22rem;
  color: #fff;
  font-size: 0.22rem;
}
.hot-info time {
  display: inline-flex;
  margin-top: 0.48rem;
  align-items: center;
  padding: 0 0.14rem 0 0.1rem;
  height: 0.4rem;
  border-radius: 4px;
  background: #e72510;
  color: #fff;
  font-size: 0.16rem;
}
.hot-info time i {
  display: inline-block;
  margin-right: 0.1rem;
  font-style: normal;
  font-size: 0.22rem;
  line-height: 1;
}
.hot-text {
  position: absolute;
  left: 0.92rem;
  right: 2.5rem;
  bottom: 0.4rem;
  z-index: 2;
}
.hot-text time {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1;
  color: #fff;
  font-size: 0.16rem;
}
.hot-text strong {
  display: block;
  color: #fff;
  font-size: 0.28rem;
  line-height: 1.2;
}
.news-wr {
  margin-top: 0.8rem;
}
.news-list {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem 0.1rem;
  margin-bottom: 0.75rem;
}
.news-list li a {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: 0.2rem;
  border-radius: 0.1rem;
}
.news-list li a:hover {
  background: #fff;
  box-shadow: 0 0 0.4rem rgba(14, 37, 76, 0.3);
}
.news-list li a:hover figure img {
  transform: scale(1.06);
}
.news-list li a:hover .news-downs strong {
  color: #FE6000;
}
.news-list li a figure {
  position: relative;
  display: block;
  padding-bottom: 61.22%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.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.58s;
}
.news-downs {
  flex: 1;
  padding: 0.32rem 0.16rem 0.26rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-downs strong {
  display: block;
  color: #555555;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.35rem;
  transition: 0.35s;
}
.news-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
}
.news-time time {
  display: block;
  line-height: 1.2;
  color: #999999;
  font-size: 0.18rem;
}
.news-time span {
  display: inline-flex;
  align-items: center;
  color: #FE6000;
  font-size: 0.16rem;
  line-height: 1.2;
}
.news-time span i {
  display: inline-block;
  margin-left: 0.12rem;
  font-style: normal;
  line-height: 1;
}
.page-list-li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-list-li li {
  margin-right: 0.2rem;
}
.page-list-li li:last-child {
  margin-right: 0;
}
.page-list-li li:hover a,
.page-list-li li.active a {
  background: #FE6000;
  color: #fff;
}
.page-list-li li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.48rem;
  height: 0.44rem;
  color: #333333;
  font-size: 0.16rem;
  border-radius: 3px;
}
.view-banner figure {
  padding-bottom: 37.34%;
}
.news-view {
  position: relative;
  margin-top: -4.9rem;
  z-index: 3;
  padding-bottom: 1.2rem;
}
.news-tops {
  padding-bottom: 0.58rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-back {
  margin-bottom: 0.42rem;
}
.news-back a {
  display: inline-flex;
  position: relative;
  z-index: 2;
  align-items: center;
  color: #fff;
  font-size: 0.18rem;
}
.news-back a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.news-back a:hover,
.news-back a.active {
  color: #fff;
}
.news-back a:hover:before,
.news-back a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.news-back a i {
  display: inline-block;
  margin-right: 0.14rem;
  width: 0.24rem;
  height: 0.2rem;
  background: url(../images/back.png) center no-repeat;
  background-size: cover;
}
.news-title {
  margin-bottom: 0.15rem;
}
.news-title h2 {
  display: block;
  color: #fff;
  line-height: 1.2;
  font-size: 0.48rem;
}
.news-tags {
  display: flex;
  flex-wrap: wrap;
}
.news-tags span {
  display: inline-block;
  margin-right: 0.2rem;
  color: #fff;
  font-size: 0.18rem;
}
.news-bgs {
  background: #f8f8f8;
}
.news-v-info {
  padding: 0.78rem 1.14rem 0;
  background: #fff;
}
.news-v {
  padding-bottom: 0.75rem;
  color: #333333;
  font-size: 0.16rem;
  line-height: 2.5;
}
.news-v img {
  max-width: 100%;
  height: auto;
}
.news-v ul,
.news-v ol {
  list-style: disc;
}
.news-page {
  padding: 0.35rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeeeee;
}
.news-page p {
  max-width: 49%;
}
.news-page p a {
  display: inline-block;
  color: #999999;
  font-size: 0.18rem;
  font-weight: bold;
}
.news-page p a:hover {
  color: #0b208a;
}
.cooperate {
  margin-top: 1.3rem;
}
.cooperate-tt {
  display: block;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 0.48rem;
}
.product-banner figure {
  position: relative;
  display: block;
  padding-bottom: 39.58%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.product-banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-banner .news-titles {
  top: 50%;
  text-align: center;
}
.product-box {
  padding: 1.3rem 0 0;
}
.product-list > li {
  margin-bottom: 0.9rem;
  position: relative;
}
.product-list > li:last-child {
  margin-bottom: 0;
}
.product-list > li:hover .product-imgs img {
  transform: scale(1.08);
}
.product-list > li figure {
  position: relative;
  display: block;
  padding-bottom: 43.73%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.36rem;
}
.product-list > li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-imgs {
  position: absolute;
  right: 1.92rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 4.15rem;
}
.product-imgs img {
  max-width: 100%;
  margin: auto;
  width: auto;
  height: auto;
  transition: 0.65s;
  display: none;
}
.product-imgs img:first-child {
  display: block;
}
.product-infos {
  position: absolute;
  left: 6%;
  top: 0.3rem;
  z-index: 3;
  width: 37.2%;
}
.product-title {
  position: relative;
  padding-top: 0.92rem;
  padding-bottom: 0.32rem;
}
.product-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  border-bottom: 1px solid #dddddd;
}
.product-title small {
  display: block;
  position: absolute;
  left: -0.7rem;
  top: 0;
  z-index: -1;
  line-height: 0.7;
  color: #ccd2dc;
  font-size: 3rem;
  font-family: "ariblk";
  background-image: linear-gradient(to bottom, #e3e8f0, #fefefe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  font-weight: normal;
}
.product-title strong {
  display: block;
  margin-bottom: 0.38rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.32rem;
  font-weight: normal;
}
.product-title strong b {
  margin-right: 0.05rem;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-title p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.875;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-tags {
  margin: 0;
  margin-top: 0.6rem;
  padding-bottom: 0.4rem;
  height: 2rem;
  width: 2.75rem;
}
.product-tags > .swiper-wrapper {
  flex-direction: column;
}
.product-tags li a {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  align-items: center;
  padding: 0 0.18rem 0 0.28rem;
  max-width: 100%;
  height: 0.48rem;
  border: 1px solid #dddddd;
  border-radius: 0.24rem;
}
.product-tags li a:hover:before {
  background: #e98828;
}
.product-tags li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.product-tags li a:hover span {
  font-weight: bold;
}
.product-tags li a:hover span,
.product-tags li a:hover i {
  color: #e98828;
}
.product-tags li a:after {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
  z-index: -2;
  border-radius: 0.24rem;
  padding: 1px;
  /* 边框宽度 */
  box-sizing: border-box;
  /* 使 padding 不影响实际大小 */
  background: linear-gradient(to bottom, #e97b37, #fcba50);
  /* 渐变色 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  /* 遮罩 */
  -webkit-mask-composite: destination-out;
  /* 将两个渐变叠加 */
  mask-composite: exclude;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.product-tags li a:before {
  position: absolute;
  left: 0.11rem;
  top: 50%;
  margin-top: -0.025rem;
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  background: #dddddd;
  border-radius: 50%;
  transition: 0.3s;
}
.product-tags li a:last-child {
  margin-bottom: 0;
}
.product-tags li a span {
  display: inline-block;
  color: #999999;
  font-size: 0.16rem;
  transition: 0.2s;
}
.product-tags li a i {
  display: inline-block;
  color: #dddddd;
  font-style: normal;
  font-size: 0.2rem;
  transition: 0.3s;
}
.tags-slide {
  height: auto;
}
.pro-prevs {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.14rem;
}
.pro-prevs .history-prev {
  position: static;
  top: 0;
  margin-top: 0;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: 1;
  color: #dddddd;
  font-size: 0.18rem;
}
.pro-prevs .history-prev.swiper-button-disabled {
  opacity: 0.1;
}
.pro-prevs .history-prev:hover {
  color: #FE6000;
  background: none;
}
.pro-prevs .history-prev.prev {
  transform: rotate(180deg);
}
.advantage {
  padding: 1.18rem 0 1.38rem;
  background: linear-gradient(to bottom, #fff, #eef5f9);
}
.common-title {
  display: block;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 0.38rem;
}
.advantage-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.32rem 0.4rem;
  margin-top: 0.76rem;
}
.advantage-list li {
  padding: 0.44rem 0.2rem 0.34rem;
  background: #fff;
  border-radius: 0.18rem;
  box-shadow: 0 0 0.27rem rgba(59, 62, 82, 0.11);
  text-align: center;
}
.advantage-list li:hover strong {
  color: #FE6000;
}
.advantage-list li b {
  display: block;
  line-height: 1;
  color: #FE6000;
  font-size: 0.38rem;
  font-weight: normal;
}
.advantage-list li strong {
  display: block;
  margin-top: 0.33rem;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #333333;
  font-size: 0.24rem;
  transition: 0.3s;
}
.advantage-list li p {
  color: #666666;
  font-size: 0.16rem;
  height: 1.875;
}
.guideline {
  padding: 1.1rem 0 1.14rem;
}
.guideline-list {
  margin-top: 0.54rem;
}
.guideline-list li {
  margin-bottom: 0.18rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.2rem;
}
.guideline-list li.active .mores:after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
}
.guideline-defaul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.56rem 0 0.28rem;
  height: 0.8rem;
  cursor: pointer;
}
.guideline-title {
  display: flex;
  align-items: center;
  flex: 1;
}
.guideline-title b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #FE6000;
  color: #fff;
  font-size: 0.22rem;
  font-family: "DIN";
}
.guideline-title strong {
  display: block;
  margin-left: 0.15rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: normal;
  width: 0;
  flex: 1;
}
.mores {
  position: relative;
  width: 0.28rem;
  height: 0.28rem;
}
.mores:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  content: "";
  width: 100%;
  height: 3px;
  background: #FE6000;
}
.mores:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1.5px;
  content: "";
  width: 3px;
  height: 100%;
  background: #FE6000;
  transition: 0.3s;
}
.guideline-hide {
  padding: 0 0.56rem 0.36rem 0.28rem;
  display: none;
}
.guideline-flex {
  display: flex;
  align-items: flex-start;
}
.guideline-flex b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #FE6000;
  color: #fff;
  font-size: 0.22rem;
  font-family: "DIN";
}
.guideline-flex p {
  flex: 1;
  margin-left: 0.16rem;
  padding-top: 0.04rem;
  width: 0;
  color: #666666;
  font-size: 0.16rem;
}
.contact-btn {
  text-align: center;
  margin-top: 0.7rem;
}
.contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 1.76rem;
  height: 0.56rem;
  background: #FE6000;
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
}
.about-banner figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  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-titles {
  top: 50%;
}
.about-titles strong {
  margin-left: -0.19rem;
  font-size: 0.56rem;
  font-weight: lighter;
  letter-spacing: 0.38rem;
  text-align: center;
}
.about-introduct {
  padding: 1.26rem 0 1.3rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.introduct-top {
  margin-bottom: 0.8rem;
}
.introduct-top strong {
  display: block;
  color: #333333;
  font-size: 0.32rem;
  line-height: 1.625;
}
.introduct-top p {
  margin-top: 0.28rem;
  color: #333333;
  font-size: 0.24rem;
  font-weight: lighter;
}
.introduct-li {
  display: flex;
  justify-content: center;
  gap: 0.5rem 1.5rem;
}
.introduct-li li {
  position: relative;
}
.introduct-li li:last-child:before {
  display: none;
}
.introduct-li li:before {
  position: absolute;
  right: -0.75rem;
  top: 50%;
  margin-top: -0.8rem;
  content: "";
  width: 1px;
  height: 1.6rem;
  background: #e5e5e5;
}
.introduct-li li b {
  display: block;
  line-height: 1;
  color: #e78323;
  font-size: 0.55rem;
  font-weight: normal;
}
.introduct-li li strong {
  display: block;
  margin-top: 0.48rem;
  line-height: 1.2;
  color: #e78323;
  font-size: 0.48rem;
  font-style: italic;
  font-weight: normal;
  font-family: "CangJiGaoDeGuoMiaoHei";
}
.strategy {
  padding: 1.1rem 0 1.16rem;
  background: linear-gradient(to right, #10326c, #041734);
}
.introduct-color strong {
  color: #fff;
  text-align: center;
}
.strategy-tab {
  position: relative;
}
.strategy-bg {
  position: relative;
  display: block;
  padding-bottom: 45.03%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.strategy-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strategy-fix {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}
.strategy-btn {
  padding: 0 0.88rem;
  padding-top: 0.74rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.strategy-btn-li {
  display: flex;
  justify-content: space-between;
}
.strategy-btn-li li {
  position: relative;
  cursor: pointer;
  padding-right: 0.45rem;
  height: 0.84rem;
}
.strategy-btn-li li:last-child {
  padding-right: 0;
}
.strategy-btn-li li:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #efbd50;
  width: 0;
  transition: 0.4s;
}
.strategy-btn-li li.active:before {
  width: 100%;
}
.strategy-btn-li li.active b {
  color: #efbd50;
  opacity: 1;
}
.strategy-btn-li li.active strong {
  color: #efbd50;
  font-size: 0.24rem;
  font-weight: bold;
  opacity: 1;
}
.strategy-btn-li li b {
  display: flex;
  align-items: center;
  color: #ffffff;
  opacity: 0.4;
  font-size: 0.2rem;
  height: 0.24rem;
  transition: 0.35s;
}
.strategy-btn-li li strong {
  display: block;
  margin-top: 0.2rem;
  color: #ffffff;
  font-size: 0.2rem;
  opacity: 0.4;
  transition: 0.35s;
  line-height: 1.1;
  font-weight: normal;
}
.strategy-swiper {
  margin: 0 0.88rem;
}
.strategy-slide {
  color: #fff;
  font-size: 0.16rem;
}
.strategy-slide p {
  margin-bottom: 0.16rem;
}
.strategy-slide p:last-child {
  margin-bottom: 0;
}
.strategy-prev {
  display: flex;
  align-items: center;
  margin-top: 0.52rem;
}
.strategy-prev span {
  display: inline-block;
  margin-right: 0.2rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.38rem;
  transition: 0.35s;
  cursor: pointer;
}
.strategy-prev span:hover {
  color: #e78323;
}
.scene {
  overflow: hidden;
  padding: 1.06rem 0;
}
.scene-wrap {
  margin: auto;
  width: 11.44rem;
}
.scene-slide {
  position: relative;
  z-index: ;
}
.scene-slide figure {
  position: relative;
  display: block;
  padding-bottom: 56.24%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.16rem;
}
.scene-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene-slide span {
  position: absolute;
  left: 0.48rem;
  bottom: 0.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.51rem;
  height: 0.51rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, #e97b37, #fcba50);
  cursor: pointer;
  color: #fff;
  font-size: 0.2rem;
}
.scene-slide strong {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 5;
  text-align: center;
  color: #fff;
  letter-spacing: 12px;
  font-size: 0.58rem;
  font-weight: lighter;
  line-height: 1.2;
}
.about-contact {
  padding: 1.26rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-tel {
  text-align: center;
  margin-top: 0.88rem;
}
.about-tel p {
  margin-bottom: 0.18rem;
  color: #fff;
  font-size: 0.24rem;
}
.about-tel a {
  display: inline-flex;
  align-items: center;
  color: #e78323;
  font-size: 0.34rem;
  font-family: Arial, Helvetica, sans-serif;
}
.about-tel a i {
  margin-right: 0.1rem;
  font-style: normal;
  font-size: 0.28rem;
}
/* 视频弹层 */
.popup_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -300;
  background: hsla(0, 0%, 0%, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.popup_video.on {
  z-index: 1050;
  opacity: 1;
  visibility: visible;
}
.popup_video .cont {
  width: 80%;
  height: auto;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  position: relative;
  transform: scale(0);
  transition: all 0.5s;
}
.popup_video.on .cont {
  transform: scale(1);
}
.popup_video .cont video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}
.popup_video .cont .sole {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
  transition: all 0.5s;
}
.join-banner {
  position: relative;
  background: #061a3c;
}
.join-banner figure {
  position: relative;
  display: block;
  padding-bottom: 80.125%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.join-banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-banner-info {
  position: absolute;
  left: 0;
  bottom: 0.72rem;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.join-banner-info p {
  color: #fff;
  font-size: 0.24rem;
  font-weight: lighter;
  line-height: 0.5rem;
}
.team {
  padding: 1.16rem 0 2.24rem;
  background: linear-gradient(to bottom, #061a3c, #184ca4);
  overflow: hidden;
  width: 100%;
}
.team-title {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 0.7rem;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-family: "庞门正道标题体";
  font-weight: normal;
}
.team-swiper {
  position: relative;
  left: 50%;
  margin-left: -6.6rem;
  width: 13.2rem;
  cursor: url("../images/prev.png"), auto;
}
.team-tabs {
  margin-top: 0.65rem;
  background: url(../images/teamline.png) center top no-repeat;
  background-size: 100% auto;
}
.team-slide {
  text-align: center;
  width: 33.33%;
}
.team-slide:nth-child(2n+2) {
  margin-top: 0.43rem;
}
.team-slide:nth-child(2n+2) .team-tit {
  background: url(../images/teambg2.png) center no-repeat;
  background-size: cover;
}
.team-imgs {
  position: relative;
  padding-bottom: 0.4rem;
}
.team-imgs figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  height: 4.33rem;
}
.team-imgs figure img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.team-tit {
  position: absolute;
  left: 50%;
  margin-left: -1.03rem;
  bottom: 0;
  z-index: 3;
  box-sizing: border-box;
  padding-top: 0.26rem;
  width: 2.06rem;
  height: 0.93rem;
  background: url(../images/teambg1.png) center no-repeat;
  background-size: cover;
}
.team-tit strong {
  display: block;
  margin-bottom: 0.06rem;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
}
.team-tit p {
  color: #fff;
  font-size: 0.16rem;
}
.team-infos {
  margin: auto;
  display: flex;
  align-items: center;
  margin-top: 0.28rem;
  position: relative;
  box-sizing: border-box;
  padding: 0.06rem 0.27rem;
  width: 3.9rem;
  min-height: 0.54rem;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-align: left;
}
.team-infos:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
  content: "[";
  color: #e98828;
  font-size: 0.5rem;
  line-height: 1;
}
.team-infos:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
  content: "]";
  color: #e98828;
  font-size: 0.5rem;
  line-height: 0.8;
}
.join-box {
  padding-top: 0.7rem;
  margin-top: -0.7rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.join-box:before {
  position: absolute;
  left: 50%;
  margin-left: -55%;
  top: 0;
  z-index: -1;
  content: "";
  width: 110%;
  height: 1.38rem;
  background: #d3ebff;
  border-radius: 50%;
}
.joins {
  padding: 0.52rem 0 1.35rem;
  background: linear-gradient(to bottom, #d2eaff, #ffffff);
}
.join-title {
  display: block;
  line-height: 1;
  text-align: center;
  color: #333333;
  font-size: 0.4rem;
  font-weight: normal;
}
.join-titlesd {
  margin-bottom: 2.6rem;
  text-align: center;
}
.join-titlesd strong {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 0.56rem;
  font-weight: lighter;
}
.join-titlesd a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.58rem;
  width: 1.46rem;
  height: 0.44rem;
  border: 2px solid #fff;
  border-radius: 0.24rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
}
.join-titlesd a:hover {
  background: #FE6000;
  color: #fff;
  border-color: #FE6000;
}
.join-list {
  margin-top: 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.join-list li {
  position: relative;
  padding-bottom: 0.6rem;
  text-align: center;
  width: 20%;
  transition: 0.4s;
}
.join-list li:hover {
  transform: translateY(-0.7rem);
  padding-bottom: 0.45rem;
}
.join-list li:hover strong {
  font-weight: bold;
}
.join-list li:hover .join-hide {
  max-height: 2rem;
  margin-top: 0.15rem;
}
.join-list li:before {
  position: absolute;
  left: 50%;
  margin-left: -0.04rem;
  bottom: 0;
  transform: rotate(45deg);
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #e98828;
}
.join-list li b {
  display: block;
  margin: auto;
  width: 1.27rem;
  height: 1.4rem;
}
.join-list li b img {
  max-height: 100%;
  max-width: 100%;
}
.join-list li strong {
  display: block;
  margin-top: 0.28rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.2rem;
  font-weight: normal;
}
.join-hide {
  margin: auto;
  max-width: 100%;
  margin-top: 0.15rem;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  color: #666666;
  font-size: 0.16rem;
  width: 2.3rem;
  text-align: center;
  transition: 0.4s;
}
.dream {
  position: relative;
  z-index: 3;
  margin-top: -0.38rem;
}
.dream figure {
  position: relative;
  display: block;
  padding-bottom: 28.43%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.dream figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dream-info {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  margin-left: -5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10rem;
  text-align: center;
}
.dream-info:before {
  position: absolute;
  left: 0;
  top: 5%;
  content: "“";
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  opacity: 0.5;
  font-family: "Times New Roman";
}
.dream-info:after {
  position: absolute;
  right: 0;
  top: 5%;
  content: "”";
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  opacity: 0.5;
  font-family: "Times New Roman";
}
.dream-info strong {
  display: block;
  color: #fff;
  font-size: 0.36rem;
  line-height: 0.64rem;
}
.recuite {
  padding: 0.55rem 0 0.9rem;
}
.recuite-top {
  display: flex;
}
.recuite-select {
  flex: 1;
  display: flex;
  width: 0;
  gap: 0.1rem;
}
.selects {
  flex: 1;
  box-sizing: border-box;
  padding-left: 0.18rem;
  border: 1px solid #efefef;
  height: 0.56rem;
  background: #fff url(../images/arrow1.png) 94% center no-repeat;
  color: #333333;
  font-size: 0.16rem;
  border-radius: 0.05rem;
  outline: none;
  box-shadow: 0 0 0.17rem #cdcdcd;
}
.consulting-input .consulting-wr .select-tabs {
  flex: 1.3;
}
.consulting-input .consulting-wr .select-tabs .text {
  display: none;
  width: 100%;
}
.consulting-input .consulting-wr .select-tabs .text:first-child {
  display: block;
}
.recuite-sub {
  margin-left: 0.1rem;
  position: relative;
  width: 63.7%;
}
.recuite-sub .text {
  box-sizing: border-box;
  padding-left: 0.18rem;
  border: 1px solid #efefef;
  width: 100%;
  height: 0.56rem;
  background: #fff;
  color: #333333;
  font-size: 0.16rem;
  border-radius: 0.05rem;
  outline: none;
  box-shadow: 0 0 0.17rem #cdcdcd;
  transition: 0.3s;
}
.recuite-sub .text:focus {
  border-color: #FE6000;
}
.recuite-sub .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.recuite-sub .text::-webkit-input-placeholder {
  color: #333333;
}
.recuite-sub .sub {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.78rem;
  height: 0.56rem;
  border: none;
  border-radius: 4px;
  background: #e67403;
  color: #fff;
  font-size: 0.28rem;
  transition: 0.38s;
  cursor: pointer;
}
.recuite-sub .sub:hover {
  background: #FE6000;
}
.recuite-list {
  margin-top: 0.4rem;
  padding-bottom: 0.7rem;
}
.recuite-list li {
  padding: 0 0.5rem;
  margin-bottom: 0.36rem;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 0 0.4rem #cdcdcd;
}
.recuite-list li.active .recuite-mores:after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}
.recuite-list li:last-child {
  margin-bottom: 0;
}
.recuite-in {
  padding: 0.4rem 0.5rem 0.36rem;
  position: relative;
  cursor: pointer;
}
.recuite-in strong {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-size: 0.24rem;
}
.recuite-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.26rem;
  gap: 0.12rem 0.1rem;
}
.recuite-tag p {
  display: flex;
  align-items: center;
  width: 22%;
  color: #333333;
  font-size: 0.16rem;
}
.recuite-tag p i {
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 0.2rem;
  font-style: normal;
}
.recuite-mores {
  position: absolute;
  right: 0;
  top: 0.43rem;
  width: 0.16rem;
  height: 0.16rem;
}
.recuite-mores:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #e67403;
}
.recuite-mores:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: "";
  width: 2px;
  height: 100%;
  background: #e67403;
  transition: 0.3s;
}
.recuite-infos {
  padding: 0.42rem 0.5rem 0.7rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
  border-top: 1px solid #ebebeb;
  display: none;
}
.recuite-infos strong {
  color: #333333;
}
.join-about {
  padding: 1.22rem 5% 1.2rem;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.join-about p {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  color: #fff;
  font-size: 0.16rem;
}
.join-about p i {
  display: inline-block;
  margin-right: 0.08rem;
  font-style: normal;
}
.join-about b {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #fff;
  font-size: 0.48rem;
  font-family: Arial, Helvetica, sans-serif;
}
.join-about span {
  display: block;
  color: #fff;
  font-size: 0.18rem;
}
.enter-banner figure {
  padding-bottom: 37.5%;
}
.enter-btns {
  display: inline-flex;
  align-items: center;
  margin-top: 0.9rem;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
}
.enter-btns:hover i {
  background: #fe6000;
  color: #fff;
}
.enter-btns i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.06rem;
  width: 0.33rem;
  height: 0.33rem;
  border: 1px solid #fe6000;
  color: #fe6000;
  font-size: 0.12rem;
  border-radius: 50%;
  transition: 0.3s;
}
.future-box {
  padding: 1.2rem 0 1.35rem;
  background: #f3f5f9;
}
.about-tit {
  display: block;
  text-align: center;
  line-height: 1.1;
  color: #333333;
  font-size: 0.56rem;
  font-weight: normal;
}
.future .about-tit {
  text-align: left;
}
.future-wraps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.54rem;
}
.future-info {
  width: 50%;
}
.future-data {
  padding: 0 0.25rem 0 0.32rem;
  display: flex;
  justify-content: space-between;
}
.future-data li p {
  display: block;
  line-height: 1.2;
  color: #666666;
  font-size: 0.18rem;
}
.numbles {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
  line-height: 1;
  font-size: 0.62rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.numbles b {
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.numbles em {
  margin-left: 0.03rem;
  font-family: "DIN";
  font-style: normal;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.future-text {
  margin-top: 0.58rem;
}
.future-text p {
  margin: 0;
  color: #666666;
  font-size: 0.18rem;
  line-height: 2.11;
  letter-spacing: 0;
}
.future-text font {
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.future-swiper {
  width: 33.625%;
}
.future-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  bottom: auto;
  gap: 0.1rem;
}
.future-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 0.08rem;
  height: 0.08rem;
  opacity: 1;
  background: #bdbdbd;
  transition: 0.3s;
}
.future-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e78323;
}
.future-slide {
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.future-slide:hover p {
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.future-slide i {
  display: inline-flex;
  font-size: 0.22rem;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  width: 0.3rem;
}
.future-slide p {
  padding-top: 0.05rem;
  color: #666666;
  font-size: 0.2rem;
  transition: 0.2s;
  line-height: 1.4;
}
.culture {
  padding: 1.2rem 0 0rem;
}
.culture-list {
  display: flex;
  margin-top: 0.54rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.culture-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-right: 0.1rem solid #fff;
  height: 6.8rem;
  transition: 0.5s;
}
.culture-list li:hover {
  background: rgba(14, 56, 134, 0.8);
}
.culture-list li:hover .culture-wr p {
  max-height: 0.65rem;
  margin-top: 0.15rem;
}
.culture-list li:last-child {
  border-right: none;
}
.culture-wr {
  box-sizing: border-box;
  padding: 0 0.2rem;
  width: 100%;
  text-align: center;
}
.culture-wr b {
  display: block;
  line-height: 1;
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
}
.culture-wr strong {
  display: block;
  margin-top: 0.3rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.26rem;
}
.culture-wr p {
  margin-top: 0.15rem;
  margin-top: 0;
  overflow: hidden;
  max-height: 0;
  color: #fff;
  font-size: 0.18rem;
  transition: 0.4s;
}
.founding {
  padding: 1.68rem 0 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.founding-tab {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.85rem;
}
.founding-swiper {
  margin: 0;
  width: 53.75%;
}
.founding-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.founding-infos {
  box-sizing: border-box;
  padding-left: 0.32rem;
  padding-top: 1.3rem;
  width: 37.2%;
}
.founding-tit {
  margin-bottom: 0.38rem;
}
.founding-tit b {
  display: block;
  line-height: 1;
  color: #FE6000;
  font-size: 0.36rem;
  font-weight: normal;
}
.founding-tit strong {
  display: block;
  margin-top: 0.26rem;
  margin-bottom: 0.1rem;
  line-height: 1.1;
  color: #fe6000;
  font-size: 0.36rem;
  font-weight: normal;
}
.founding-tit p {
  color: #333333;
  font-size: 0.18rem;
  font-weight: bold;
}
.founding-text {
  position: relative;
  padding-top: 0.45rem;
  color: #666666;
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.founding-text:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-bottom: 0.14rem solid #FE6000;
}
.founding-imgs {
  display: flex;
  align-items: flex-end;
  height: 7rem;
}
.founding-imgs img {
  width: auto;
  max-height: 100%;
  height: auto;
}
.founding-hide {
  box-sizing: border-box;
  margin-top: 0.1rem;
  padding-right: 0.46rem;
  margin-bottom: 0.8rem;
  width: 36.25%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 6.18rem;
}
.founding-hide::-webkit-scrollbar {
  width: 2px;
  border-radius: 0;
  background-color: transparent;
}
.founding-hide::-webkit-scrollbar-track {
  background-color: #eeeeee;
}
.founding-hide::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #FE6000;
}
.founding-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.22rem;
  padding: 0 0.26rem 0 0.4rem;
  cursor: pointer;
  height: 1.9rem;
  border: 1px solid #dddddd;
  border-radius: 0.1rem;
  box-sizing: border-box;
  transition: 0.35s;
}
.founding-list li:last-child {
  margin-bottom: 0;
}
.founding-list li:hover,
.founding-list li.active {
  border-color: #FE6000;
}
.founding-name strong {
  display: block;
  margin-bottom: 0.08rem;
  color: #FE6000;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1;
}
.founding-name p {
  color: #333333;
  font-size: 0.16rem;
  font-weight: bold;
}
.founding-mins {
  display: flex;
  align-items: flex-end;
  padding-top: 0.24rem;
  width: 1.14rem;
  height: 100%;
  box-sizing: border-box;
}
.founding-mins img {
  width: auto;
  height: 100%;
}
.honor-box {
  padding: 1.28rem 0 1.38rem;
  background: #f7f7f7;
}
.honor-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.honor-btn {
  display: flex;
  align-items: center;
  gap: 0 0.34rem;
}
.honor-btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5rem;
  height: 0.46rem;
  border: 1px solid #dddddd;
  border-radius: 0.24rem;
  color: #333333;
  font-size: 0.18rem;
  cursor: pointer;
  transition: 0.3s;
}
.honor-btn span.active,
.honor-btn span:hover {
  border-color: #e78323;
  color: #e78323;
  font-weight: bold;
}
.honor-tab {
  margin-top: 0.78rem;
}
.honor-item {
  display: none;
}
.honor-item:first-child {
  display: block;
}
.honor-wr {
  position: relative;
  z-index: 3;
  margin-bottom: 0.4rem;
}
.honor-wr:last-child {
  margin-bottom: 0;
}
.honor-slide {
  padding: 0.17rem 0.17rem 0;
  width: 3.7rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 0.24rem rgba(227, 227, 227, 0.27);
  border-radius: 0.06rem;
}
.honor-slide:hover figure img {
  transform: scale(1.05);
}
.honor-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  overflow: hidden;
}
.honor-slide figure img {
  max-height: 100%;
  max-width: 100%;
  transition: 0.6s;
}
.honor-slide strong {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0.1rem;
  line-height: 1.2;
  height: 0.74rem;
  color: #333333;
  font-size: 0.18rem;
  font-weight: normal;
}
#honor2 .honor-slide figure {
  height: 3.5rem;
}
.honor-prev {
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  line-height: 1;
  color: #a4a4a4;
  font-size: 0.38rem;
  cursor: pointer;
  transition: 0.4s;
}
.honor-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.honor-prev:hover {
  color: #e78323;
}
.honor-prev.prev {
  left: -0.5rem;
}
.honor-prev.next {
  right: -0.5rem;
}
.abroad {
  padding: 2.2rem 0 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.abroad-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.abroad-infos {
  padding-top: 0.24rem;
  width: 31%;
}
.abroad-text .about-tit {
  text-align: left;
  color: #fff;
}
.abroad-in {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 2.11;
}
.abroad-in p {
  margin-bottom: 0.14rem;
}
.abroad-in p:last-child {
  margin-bottom: 0;
}
.abroad-data {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9rem;
}
.abroad-data li strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
}
.abroad-data li strong b {
  display: inline-flex;
  margin-right: 0.06rem;
  font-size: 0.72rem;
}
.abroad-data li p {
  margin-top: 0.18rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: lighter;
  line-height: 1.2;
}
.abroad-map {
  margin-right: -7.75%;
  width: 74.375%;
}
.abroad-map figure {
  display: block;
  line-height: 1;
}
.abroad-map figure img {
  display: block;
  width: 100%;
  height: auto;
}
.service-lines p {
  color: #666666;
}
.service-lines p i {
  color: #dbdbdb;
}
.service-lines b {
  color: #e78323;
}
.contact-btns {
  text-align: center;
}
.contact-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 2.6rem;
  height: 0.65rem;
  border-radius: 0.33rem;
  background: linear-gradient(to bottom, #e78323, #f5d3b2);
}
.contact-btns a em {
  display: inline-block;
  margin-right: 0.1rem;
  color: #fff;
  line-height: 1;
  font-style: normal;
  font-size: 0.26rem;
}
.contact-btns a span {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
}
.history {
  padding: 1.3rem 0 1.8rem;
  background-attachment: local;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.history-tab {
  margin-top: 1.05rem;
}
.history-btn {
  position: relative;
  padding: 0 1.4rem;
}
.history-year {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.7rem;
  width: 1.32rem;
  cursor: pointer;
}
.history-year.active time {
  color: #fe6000;
  font-weight: bold;
}
.history-year time {
  display: inline-block;
  color: #333333;
  font-size: 0.24rem;
  font-family: "DIN";
  transition: 0.35s;
}
.history-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -0.35rem;
  width: 0.68rem;
  height: 0.68rem;
  transition: 0.3s;
  border: 1px solid #fe6000;
  color: #fe6000;
  font-size: 0.3rem;
  cursor: pointer;
  transition: 0.35s;
  border-radius: 50%;
}
.history-prev:hover {
  background: #fe6000;
  color: #fff;
}
.history-prev.prev {
  left: 0;
}
.history-prev.next {
  right: 0;
}
.history-hide {
  padding-top: 1.5rem;
  position: relative;
  z-index: 2;
}
.history-swiper {
  position: relative;
  z-index: 3;
}
.history-swiper:before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 3px;
  background: #ff8038;
}
.history-slide {
  width: 16.666%;
}
.history-slide.swiper-slide-active .histroy-times {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.history-slide.swiper-slide-active .history-text {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.history-dit {
  position: absolute;
  left: 50%;
  margin-left: -0.16rem;
  top: 0.45rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #ff6a12;
}
.history-wr {
  margin-left: 50%;
  transform: translateX(-800px);
  width: 1600px;
}
.histroy-times {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.18rem;
  height: 1.18rem;
  background: #ff6a12;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 0.36rem;
  font-weight: bold;
  transform: scale(0);
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.history-text {
  margin-top: 0.57rem;
  text-align: center;
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.42rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition: 0.45s;
}
.histroy-list {
  position: absolute;
  left: 0;
  top: 0.1rem;
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.histroy-list li {
  display: none;
  font-size: 3.36rem;
  line-height: 1;
  font-family: "DIN";
  font-weight: bold;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom, #e97b37, rgba(255, 255, 255, 0));
  opacity: 0.2;
}
.histroy-list li:first-child {
  display: block;
}
.product-pbanner {
  padding: 2.06rem 0.2rem 2.16rem 10.1vw;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, #041734, #10326c);
  overflow: hidden;
}
.pro-banner-info {
  width: 31.61%;
}
.pro-banner-title {
  padding-bottom: 0.26rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pro-banner-title:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 1.85rem;
  height: 1px;
  background: #efbd50;
}
.pro-banner-title strong {
  display: block;
  line-height: 1.2;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: lighter;
  font-size: 0.46rem;
}
.pro-banner-title strong b {
  font-weight: bold;
}
.pro-banner-title p {
  margin-top: 0.15rem;
  color: #ffffff;
  font-size: 0.2rem;
}
.pro-banner-text {
  margin-top: 0.28rem;
  color: #fff;
  font-size: 0.16rem;
}
.pro-banner-imgs {
  position: relative;
  z-index: 2;
  width: 62.88%;
}
.pro-banner-imgs figure {
  display: flex;
  justify-content: flex-end;
}
.pro-banner-imgs figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.pro-banner-imgs small {
  position: absolute;
  left: 0;
  top: 0rem;
  z-index: -1;
  display: block;
  color: #ffffff;
  opacity: 0.05;
  font-size: 3.8rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 0.7;
}
.pro-video {
  position: absolute;
  left: 50%;
  margin-left: -0.65rem;
  z-index: 3;
  bottom: -0.5rem;
}
.pro-video-middle {
  display: flex;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  background: linear-gradient(to bottom, #e97b37, #fcba50);
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: 0.16rem;
}
.pro-video-btn {
  cursor: pointer;
  text-align: center;
}
.pro-video-btn b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 0.32rem;
  height: 0.32rem;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 0.12rem;
}
.pro-video-btn span {
  display: block;
  margin-top: 0.04rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 0.14rem;
}
.pro-bg {
  position: absolute;
  z-index: -1;
  width: 1.58rem;
  height: 1.56rem;
  background: url(../images/pro1.png) center no-repeat;
  background-size: cover;
}
.pro-bg.pro-bg1 {
  left: -0.32rem;
  top: -0.22rem;
  animation: move1 3s infinite reverse linear;
}
.pro-bg.pro-bg2 {
  left: 0;
  top: -0.14rem;
  width: 1.46rem;
  height: 1.53rem;
  background: url(../images/pro2.png) center no-repeat;
  background-size: cover;
  animation: move1 3s 0.3s infinite linear;
}
.pro-bg.pro-bg3 {
  right: -0.54rem;
  top: 0.11rem;
  width: 1.45rem;
  height: 1.53rem;
  background: url(../images/pro3.png) center no-repeat;
  background-size: cover;
  animation: move1 3s 0.3s infinite reverse linear;
}
@keyframes move1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.parameter {
  padding: 1.2rem 0 0.44rem;
}
.product-tit {
  font-weight: bold;
  font-size: 0.48rem;
}
.parameter-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.46rem;
}
.parameter-imgs {
  position: relative;
  z-index: 2;
  width: 52.21%;
  padding-top: 0.3rem;
}
.parameter-imgs small {
  display: block;
  position: absolute;
  left: 0;
  top: 0.62rem;
  z-index: -1;
  width: 100%;
  color: #e9ecf3;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.04rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.5;
}
.parameter-imgs figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  height: 4.3rem;
  padding-bottom: 0.62rem;
}
.parameter-imgs figure:before {
  position: absolute;
  left: 50%;
  margin-left: -3.23rem;
  bottom: 0;
  content: "";
  width: 6.47rem;
  height: 1.79rem;
  background: url(../images/probgs1.png) center no-repeat;
  background-size: cover;
  z-index: -1;
}
.parameter-imgs figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.parameter-swiper {
  margin-right: 8.02%;
  width: 4.6rem;
}
.parameter-swiper .swiper-pagination {
  position: relative;
  line-height: 1;
  margin-top: 0.24rem;
  display: flex;
  bottom: auto;
  justify-content: center;
  align-items: center;
  gap: 0.26rem;
}
.parameter-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 0.14rem;
  height: 0.14rem;
  opacity: 1;
  background: #b2b2b2;
  transition: 0.35s;
}
.parameter-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e78323;
}
.parameter-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.2rem;
  border-bottom: 1px solid #e7e7e7;
  height: 0.7rem;
}
.parameter-list li strong {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.16rem;
  font-weight: normal;
}
.parameter-list li strong b {
  display: flex;
  align-items: center;
  margin-right: 0.15rem;
  width: 0.3rem;
  height: 0.3rem;
}
.parameter-list li strong b img {
  max-height: 100%;
  max-width: 100%;
}
.parameter-list li p {
  width: 2.86rem;
  color: #e78323;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.2;
}
.advantages {
  padding: 1.12rem 0;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #11326c, #041836);
}
.advantages .product-tit {
  color: #fff;
}
.advantages-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0.7rem;
  gap: 0.2rem;
}
.advantages-list li {
  padding: 0.72rem 0.2rem 0.38rem;
  border-radius: 0.2rem;
  position: relative;
  z-index: 3;
  text-align: center;
  background: linear-gradient(to bottom, #4970b5, #11397f);
}
.advantages-list li:hover:before {
  opacity: 1;
  visibility: visible;
}
.advantages-list li:hover b {
  transform: translateY(-0.08rem);
}
.advantages-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0.2rem;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fcba50, #e97b37);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.advantages-list li b {
  display: block;
  margin: auto;
  width: 1.15rem;
  height: 1.15rem;
  transition: 0.4s;
}
.advantages-list li b img {
  max-width: 100%;
  max-height: 100%;
}
.advantages-list li p {
  margin-top: 0.4rem;
  color: #fff;
  font-size: 0.19rem;
  line-height: 2;
}
.lectotype {
  padding: 0.98rem 0 0.9rem;
}
.lectotype-box {
  overflow: hidden;
}
.lectotype-table {
  margin-top: 0.46rem;
  position: relative;
  z-index: 3;
  box-shadow: 0 0 0.14rem rgba(173, 173, 173, 0.13);
  border-radius: 0.2rem;
}
.lectotype-table:before {
  position: absolute;
  z-index: -1;
  left: -1.94rem;
  top: -2rem;
  content: "";
  width: 4.78rem;
  height: 5.07rem;
  background: url(../img/tablebg1.png) center no-repeat;
  background-size: cover;
}
.lectotype-table:after {
  position: absolute;
  z-index: -1;
  right: -1.94rem;
  bottom: -2rem;
  content: "";
  width: 4.78rem;
  height: 5.07rem;
  background: url(../img/tablebg1.png) center no-repeat;
  background-size: cover;
}
.lectotype-table img {
  display: block;
  max-width: 100%;
  height: auto;
}
.innerWidth {
  margin: auto;
  width: 1532px;
}
.case-boxs {
  padding: 1.25rem 0 1.2rem;
  background: #f6f6f6;
}
.cases-tab {
  margin-top: 0.6rem;
}
.cases-item {
  position: relative;
  display: none;
}
.cases-item:first-child {
  display: block;
}
.cases-item .history-prev {
  width: 0.58rem;
  height: 0.58rem;
  margin-top: -0.3rem !important;
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  font-weight: normal;
  font-size: 0.25rem;
}
.cases-item .history-prev:hover {
  background: none;
  color: #fe660a;
  border-color: #fe660a;
}
.cases-item .history-prev.prev {
  left: -1.04rem;
}
.cases-item .history-prev.next {
  right: -1.04rem;
}
.cases-slide {
  position: relative;
  width: 4.5rem;
  cursor: pointer;
}
.cases-slide:hover figure img {
  transform: scale(1.06);
}
.cases-slide figure {
  position: relative;
  display: block;
  padding-bottom: 57.77%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.cases-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases-slide figure img {
  transition: 0.65s;
}
.cases-prevs .history-prev.swiper-button-disabled {
  display: none;
}
.cases-pop {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.21rem;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/casebg1.png) center no-repeat;
  background-size: cover;
  border-radius: 0.1rem;
}
.cases-tops {
  padding-top: 0.2rem;
  position: relative;
}
.cases-tops strong {
  display: block;
  padding-top: 0.06rem;
  padding-right: 0.42rem;
  color: #fff;
  font-size: 0.22rem;
  line-height: 1.2;
  height: 0.8rem;
}
.cases-in {
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 2;
}
.cases-video {
  position: absolute;
  right: 0;
  top: 0.2rem;
  line-height: 1.1;
  font-size: 0.42rem;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cases-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.57rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.cases-down p {
  color: #fff;
  font-size: 0.16rem;
}
.cases-down p i {
  display: inline-block;
  margin-right: 0.08rem;
  font-style: normal;
  font-weight: normal;
}
.cases-down .arrow {
  display: inline-block;
  line-height: 1;
  font-size: 0.18rem;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.show .case-pop,
html.show .case-pop {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
body.show .case-pop .case-wraps,
html.show .case-pop .case-wraps {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.case-pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.8s;
}
.case-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}
.case-wraps {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0 0.6rem;
  transform: translate(-50%, -50%);
  width: 7.86rem;
  z-index: 3;
  border-radius: 0.2rem;
  background: #fff;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  margin-top: 1rem;
  transition: 0.78s;
}
.case-wraps:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 68.8%;
  content: "";
  z-index: -1;
  background: linear-gradient(to bottom, rgba(230, 130, 33, 0.2), rgba(255, 255, 255, 0));
}
.case-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0.3rem;
  top: 0.25rem;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #444341;
  border-radius: 50%;
  color: #444341;
  font-size: 0.14rem;
  cursor: pointer;
  transition: 0.4s;
  line-height: 1;
}
.case-close:hover {
  border-color: #FE6000;
  color: #FE6000;
  transform: rotate(180deg);
}
.case-tops {
  padding: 0.65rem 0 0.38rem;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
.case-tops strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.3rem;
}
.case-tops p {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  color: #e78323;
  font-size: 0.2rem;
}
.case-tops p i {
  display: inline-block;
  position: relative;
  top: 0.02rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  font-style: normal;
  font-size: 0.2rem;
  line-height: 1;
}
.case-infos {
  padding: 0.38rem 0 0.5rem;
}
.case-text {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.26rem 1rem;
  margin-top: 0.46rem;
}
.case-list li {
  display: flex;
  align-items: center;
}
.case-list li b {
  display: flex;
  align-items: center;
  width: 0.15rem;
  height: 0.15rem;
}
.case-list li b img {
  max-width: 100%;
  max-height: 100%;
}
.case-list li span {
  display: inline-block;
  margin-left: 0.06rem;
  color: #e97b37;
  font-size: 0.14rem;
  min-width: 1rem;
}
.case-list li p {
  margin-left: 0.14rem;
  color: #e97b37;
  font-size: 0.14rem;
  font-weight: bold;
}
.related {
  padding: 1.24rem 0 1.48rem;
  overflow: hidden;
}
.related-tab {
  overflow: hidden;
}
.related-tab:before {
  position: absolute;
  left: 0;
  top: 0.7rem;
  bottom: 0.9rem;
  z-index: 2;
  content: "";
  width: calc((100vw - 10.16rem) / 2);
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  pointer-events: none;
}
.related-tab:after {
  position: absolute;
  right: 0;
  top: 0.7rem;
  bottom: 0.9rem;
  z-index: 2;
  content: "";
  width: calc((100vw - 10.16rem) / 2);
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  pointer-events: none;
}
.related-swiper {
  padding-top: 0.7rem;
}
.related-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 1;
  margin-top: 0.94rem;
  height: 1px;
  background: #cccccc;
}
.related-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #e97b37;
}
.related-slide {
  box-sizing: border-box;
  background: #fff;
  width: 10.16rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.73rem rgba(185, 195, 210, 0.2);
}
.related-slide a {
  display: flex;
  justify-content: space-between;
  padding: 0 0.11rem 0.14rem 0.34rem;
  height: 5.4rem;
}
.related-slide a:hover figure img {
  transform: scale(1.04);
}
.related-slide figure {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: auto;
  line-height: 1;
  width: 77.75%;
}
.related-slide figure img {
  max-width: 100%;
  transition: 0.68s;
}
.related-info {
  position: relative;
  z-index: 2;
  padding-top: 1.46rem;
  margin-top: 0.25rem;
}
.related-info strong {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
}
.related-info span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.36rem;
  width: 1.28rem;
  height: 0.38rem;
  border-radius: 0.2rem;
  color: #fe6000;
  font-size: 0.16rem;
  border: 1px solid #e6e6e6;
}
.related-info span:before {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
  background: url(../images/border-s.png) left center no-repeat;
  background-size: 96% auto;
}
.related-info small {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: transparent;
  background-image: linear-gradient(to bottom, #e9e9e9, #ededed, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-family: "ariblk";
  font-weight: bold;
  line-height: 0.8;
}
.solute-banner figure {
  padding-bottom: 50%;
}
.solute-pb {
  position: absolute;
  left: 50%;
  margin-left: -7.66rem;
  top: 31.7%;
  bottom: 0.8rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solute-pb .solute-title {
  width: 6.5rem;
  text-align: left;
}
.solute-pb .solute-title strong {
  display: block;
  margin-bottom: 0.26rem;
  margin-top: 0;
  line-height: 1.1;
  color: #fff;
  font-size: 0.56rem;
  text-align: left;
  font-weight: bold;
}
.solute-pb .solute-title p {
  color: #fff;
  font-size: 0.24rem;
}
.solute-data {
  display: flex;
  gap: 0;
}
.solute-data li {
  padding-left: 0.14rem;
  width: 1.66rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.solute-data li:last-child {
  border-right: none;
  width: auto;
}
.solute-data li strong {
  display: block;
  line-height: 0.9;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solute-data li strong b {
  font-size: 0.36rem;
  font-family: Arial, Helvetica, sans-serif;
}
.solute-data li p {
  margin-top: 0.1rem;
  line-height: 1;
  color: #ffffff;
  opacity: 0.5;
  font-size: 0.16rem;
}
.coal {
  padding: 1.1rem 0 1.15rem;
  overflow: hidden;
}
.coal-swiper {
  margin-top: 0.47rem;
}
.coal-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 1.04rem;
  height: 1px;
  background: #cccccc;
}
.coal-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #e97b37;
}
.coal-slide {
  box-sizing: border-box;
  width: 2.8rem;
  text-align: center;
  height: 5.2rem;
  max-width: 3.7rem;
}
.coal-slide .coal-wr {
  position: relative;
  z-index: 3;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  padding: 0.54rem 0.32rem 0.5rem;
  border-radius: 0.2rem;
  box-sizing: border-box;
  opacity: 0.1;
}
.coal-slide .coal-wr:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/coalbg1.png) center bottom no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.coal-slide.slide-visible .coal-wr {
  opacity: 0.3;
}
.coal-slide.swiper-slide-prev .coal-wr,
.coal-slide.swiper-slide-next .coal-wr {
  opacity: 0.7;
}
.coal-slide.swiper-slide-active {
  width: 3.7rem;
}
.coal-slide.swiper-slide-active .coal-wr {
  padding-left: 0.44rem;
  padding-right: 0.44rem;
  box-shadow: 0 0 0.35rem rgba(166, 166, 166, 0.17);
  opacity: 1;
}
.coal-slide.swiper-slide-active .coal-wr:before {
  opacity: 1;
  visibility: visible;
}
.coal-slide.swiper-slide-active figure {
  margin-top: 0;
}
.coal-slide.swiper-slide-active .coal-info strong {
  font-size: 0.28rem;
}
.coal-slide.swiper-slide-active .coal-info p {
  opacity: 1;
  visibility: visible;
}
.coal-slide figure {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 50%;
  transition: 0.3s;
  margin-top: 0.5rem;
}
.coal-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coal-info {
  margin-top: 0.3rem;
  text-align: center;
}
.coal-info strong {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-size: 0.22rem;
}
.coal-info p {
  margin: auto;
  margin-top: 0.14rem;
  width: 2.3rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.sense-box {
  padding: 1.15rem 0 1.65rem;
  background: linear-gradient(to right, #10326c, #041734);
  overflow: hidden;
}
.sense-box .product-tit {
  color: #fff;
}
.sense-wrap {
  margin-top: 0.78rem;
}
.sense-btn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sense-btn-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.02rem;
}
.sense-btn-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  margin-bottom: -1px;
  padding: 0 0.1rem;
  text-align: center;
  cursor: pointer;
  height: 0.63rem;
  color: #fff;
  font-size: 0.18rem;
}
.sense-btn-list li:hover:before,
.sense-btn-list li.active:before {
  opacity: 1;
  visibility: visible;
}
.sense-btn-list li.active {
  font-weight: bold;
}
.sense-btn-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.18rem 0.18rem 0 0;
  background: linear-gradient(to bottom, #e98828, #efbd50);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.sense-swiper {
  margin: auto;
  margin-top: 0.58rem;
  width: 11.4rem;
  max-width: 100%;
}
.sense-slide {
  position: relative;
  z-index: 3;
  height: auto;
  box-sizing: border-box;
  padding: 0 0.2rem 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 0.2rem;
  border-bottom: 3px solid #fbb84f;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.sense-slide:hover .sense-imgs figure img {
  transform: scale(1.06);
}
.sense-slide.swiper-slide-active {
  opacity: 1;
}
.sense-slide.swiper-slide-active .sense-imgs figure {
  transform: scale(1);
}
.sense-slide:before {
  position: absolute;
  left: 0;
  top: 0.49rem;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.2rem;
}
.sense-imgs {
  width: 54.36%;
}
.sense-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 68.56%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
  transition: 0.5s;
  transform-origin: left bottom;
  transform: scale(0.84);
}
.sense-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sense-imgs figure img {
  transition: 0.68s;
}
.sense-infos {
  margin-right: 0.24rem;
  padding-top: 1.1rem;
  width: 38.2%;
}
.sense-numble {
  display: inline-flex;
  position: relative;
  justify-content: center;
  z-index: 2;
  align-items: center;
  width: 80px;
  height: 32px;
  border-radius: 16px;
  font-size: 16px;
  text-align: center;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sense-numble::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: url(../images/border2.png) center no-repeat;
  background-size: 100% 100%;
}
.sense-title {
  margin-top: 0.3rem;
}
.sense-title strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.2;
  font-size: 0.24rem;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sense-title p {
  color: #ffffff;
  opacity: 0.5;
  font-size: 0.16rem;
  line-height: 2;
}
.process {
  margin-top: 1.4rem;
}
.sense-li {
  margin-top: 0.24rem;
}
.sense-li p {
  margin-bottom: 0.06rem;
  position: relative;
  padding-left: 0.16rem;
  color: #ffffff;
  font-size: 0.14rem;
}
.sense-li p:before {
  position: absolute;
  left: 0;
  top: 0.09rem;
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.sense-li p:last-child {
  margin-bottom: 0;
}
.process-wrap {
  padding: 0 0.46rem;
  height: 2.5rem;
  margin-top: 0.68rem;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
  background: url(../img/processline.png) center no-repeat;
  background-size: 100% 100%;
  border-radius: 1.25rem;
}
.process-title {
  color: #fff;
  font-size: 0.32rem;
}
.process-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #576c91;
  border-radius: 0.32rem;
}
.process-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.64rem;
  border-radius: 0.32rem;
  padding: 0 0.28rem 0 0.44rem;
  background: linear-gradient(to right, #e98b2a, rgba(233, 139, 42, 0));
}
.process-list li:last-child i {
  display: none;
}
.process-list li strong {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
}
.process-list li strong b {
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
  width: 0.39rem;
  height: 0.35rem;
}
.process-list li strong b img {
  max-width: 100%;
  max-height: 100%;
}
.process-list li strong em {
  font-style: normal;
  font-size: 0.18rem;
}
.process-list li i {
  width: 0;
  height: 0;
  border-top: 0.09rem solid transparent;
  border-bottom: 0.09rem solid transparent;
  border-left: 0.11rem solid #fff;
}
.support-banner figure {
  padding-bottom: 50%;
}
.support-bann {
  position: absolute;
  left: 0;
  bottom: 23.96%;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.support-bann strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 0.69rem;
}
.support-in {
  margin-top: 0.56rem;
  color: #fff;
  font-size: 0.34rem;
  font-weight: lighter;
  line-height: 1.588;
}
.support-data {
  padding: 0.68rem 0;
  background: #faf7f5;
}
.support-data-list {
  padding: 0 1.66rem;
  display: flex;
}
.support-data-list li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0;
  border-right: 1px solid #eae5e2;
}
.support-data-list li:last-child {
  border-right: none;
}
.support-data-list li b {
  display: inline-block;
  line-height: 1;
  color: #e78323;
  font-weight: normal;
  font-size: 0.6rem;
}
.support-data-info {
  margin-left: 0.9rem;
}
.support-data-info strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.27rem;
  font-family: "Montserrat-Bold";
}
.support-data-info strong span {
  margin-right: 0.08rem;
  font-size: 0.56rem;
}
.support-data-info p {
  margin-top: 0.04rem;
  color: #333333;
  font-size: 0.16rem;
}
.operate-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.operate-info {
  width: 41%;
}
.operate-title {
  padding-bottom: 0.72rem;
  position: relative;
}
.operate-title .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.4rem;
  height: 2px;
  background: #002448;
}
.operate-title .line:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: #e78323;
}
.operate-title strong {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.48rem;
}
.operate-title p {
  color: #666666;
  font-size: 0.2rem;
  line-height: 1.5;
}
.operate-text {
  margin-top: 0.58rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
}
.operate-imgs {
  margin-right: -1.94rem;
  width: 76.92%;
}
.operate-imgs img {
  display: block;
  max-width: 100%;
  height: auto;
}
.operate-hide {
  overflow: hidden;
}
.pre-sales {
  padding: 1.24rem 0;
  background: linear-gradient(to bottom, #041734, #10326c);
}
.pre-sales .pre-top p {
  color: #fff;
}
.pre-sales .product-tit {
  color: #fff;
}
.pre-top {
  margin-bottom: 0.65rem;
  text-align: center;
}
.pre-top p {
  margin-top: 0.16rem;
  color: #333333;
  font-size: 0.2rem;
}
.pre-tab {
  display: flex;
  justify-content: space-between;
}
.pre-menu {
  width: 19.55%;
  background: rgba(10, 16, 38, 0.2);
  border-radius: 0.1rem;
}
.pre-menu-item {
  margin-bottom: 0.14rem;
}
.pre-menu-item.active .pre-menu-title {
  background: transparent;
}
.pre-menu-item.active .pre-menu-title:before {
  opacity: 1;
  visibility: visible;
}
.pre-menu-item.active .pre-menu-title strong {
  font-weight: bold;
}
.pre-menu-item.active .pre-menu-title strong:before {
  transform: rotate(90deg);
}
.pre-menu-item:first-child .pre-list {
  display: block;
}
.pre-menu-title {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition: 0.38s;
}
.pre-menu-title:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  padding-right: 0.42rem;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e97b37, #fcba50);
  border-radius: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.pre-menu-title strong {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0.6rem;
  height: 0.6rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: normal;
}
.pre-menu-title strong:before {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  margin-top: -0.07rem;
  content: "";
  border-top: 0.07rem solid transparent;
  border-bottom: 0.07rem solid transparent;
  border-left: 0.1rem solid #fff;
  transition: 0.35s;
}
.pre-list {
  display: none;
}
.pre-list li {
  display: flex;
  align-items: center;
  padding-left: 0.58rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 0.6rem;
  cursor: pointer;
}
.pre-list li.now span,
.pre-list li:hover span {
  color: #efbd50;
}
.pre-list li.now span:before,
.pre-list li:hover span:before {
  background: #efbd50;
}
.pre-list li span {
  display: inline-block;
  position: relative;
  padding-left: 0.2rem;
  color: #fff;
  font-size: 0.18rem;
  transition: 0.3s;
}
.pre-list li span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.03rem;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #fff;
  border-radius: 50%;
  transition: 0.35s;
}
.pre-fix {
  width: 66.94%;
}
.pre-sale-item {
  display: none;
}
.pre-sale-item:first-child {
  display: block;
}
.pre-sale-list li {
  position: relative;
  display: none;
}
.pre-sale-list li:first-child {
  display: block;
}
.pre-sale-list li figure {
  position: relative;
  display: block;
  padding-bottom: 47.51%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.pre-sale-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pre-sale-list li .pre-imgs figure {
  display: none;
}
.pre-sale-list li .pre-imgs figure:first-child {
  display: block;
}
.pre-tag {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  z-index: 3;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pre-tag.active {
  border-top-color: transparent;
}
.pre-tag.active p:before {
  display: none;
}
.pre-tag p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 1;
  height: 0.95rem;
  color: #ffffff;
  font-size: 0.2rem;
  text-align: center;
  line-height: 1.5;
  transition: 0.35s;
  cursor: pointer;
}
.pre-tag p:before {
  content: "";
  width: 0;
  height: 1px;
  background: #efbd50;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.pre-tag p:hover,
.pre-tag p.active {
  color: #efbd50;
}
.pre-tag p:hover:before,
.pre-tag p.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.pre-tag p:before {
  bottom: auto;
  top: -1px;
}
.after-sales {
  padding: 1.14rem 0 1.2rem;
  background: #f0f3f6;
}
.after-sales-list {
  margin-top: 0.46rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.44rem;
}
.after-sales-list li {
  position: relative;
}
.after-sales-list li:hover figure img {
  transform: scale(1.06);
}
.after-sales-list li figure {
  position: relative;
  display: block;
  padding-bottom: 133.47%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.after-sales-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.after-sales-list li figure img {
  transition: 0.68s;
}
.after-sales-info {
  position: absolute;
  left: 0.48rem;
  right: 0.48rem;
  bottom: 0.38rem;
  z-index: 3;
}
.after-sales-info strong {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.24rem;
}
.after-down {
  padding-top: 0.18rem;
  position: relative;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.after-down:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0.48rem;
  height: 2px;
  background: #ffc38a;
}
.after-down:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0.24rem;
  height: 2px;
  background: #fff;
}
.recognize {
  padding: 1.1rem 0;
  overflow: hidden;
}
.recognize-swiper {
  margin-top: 0.56rem;
}
.recognize-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1.1rem;
  height: 5px;
  background: #f0f3f6;
}
.recognize-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #e78628;
}
.recognize-slide {
  position: relative;
  width: 8.2rem;
}
.recognize-slide.swiper-slide-active .recognize-wrs {
  opacity: 1;
  transform: scale(1);
}
.recognize-slide figure {
  position: relative;
  display: block;
  padding-bottom: 59.756%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.recognize-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recognize-wrs {
  transform: scale(0.9);
  transform-origin: center bottom;
  opacity: 0.5;
  transition: 0.5s;
}
.recognize-infos {
  position: absolute;
  left: 0.48rem;
  top: 0.5rem;
  right: 0.48rem;
  bottom: 0.36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recognize-infos strong {
  display: block;
  position: relative;
  padding-left: 0.22rem;
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.44rem;
}
.recognize-infos strong:before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.04rem;
  content: "";
  width: 0.07rem;
  height: 100%;
  background: linear-gradient(to bottom, #e97b37, #fcba50);
}
.recognize-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recognize-down .tag {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-size: 0.26rem;
  font-weight: bold;
}
.recognize-down .tag i {
  display: inline-block;
  margin-right: 0.08rem;
  font-size: 0.28rem;
  font-style: normal;
  line-height: 1;
  color: #e78628;
}
.evaluate {
  padding: 1.12rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.evaluate .product-tit {
  color: #fff;
}
.evaluate-tab {
  position: relative;
  margin-top: 0.74rem;
  padding: 0 0.76rem;
}
.evaluate-tab .history-prev {
  margin-top: -0.26rem;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.14rem;
}
.evaluate-wr {
  position: relative;
  padding: 0.4rem 0.5rem;
  border-radius: 0.1rem;
  border: 1px solid #818997;
  box-shadow: inset 0 0 0.4rem rgba(255, 255, 255, 0.09);
}
.evaluate-item-info {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.35rem);
}
.evaluate-item-info.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.45s;
}
.evaluate-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.evaluate-titles {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 1.74rem;
  width: 3.76rem;
}
.evaluate-titles:before {
  position: absolute;
  right: -0.11rem;
  top: 0;
  z-index: -1;
  content: "";
  width: 0.11rem;
  height: 100%;
  background: url(../images/arrow2.png) center no-repeat;
  background-size: cover;
}
.evaluate-titles figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.evaluate-titles figure img {
  max-width: 80%;
  max-height: 80%;
}
.evaluate-titles span {
  display: block;
  margin-left: 0.28rem;
  flex: 1;
  width: 0;
  line-height: 1.2;
  color: #fff;
  font-size: 0.32rem;
}
.evaluate-content {
  flex: 1;
  width: 0;
  padding-left: 0.7rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 2;
}
.evaluate-swiper {
  margin-top: 0.66rem;
  margin-left: 0.76rem;
  margin-right: 0.76rem;
}
.evaluate-slide {
  cursor: pointer;
}
.evaluate-slide.swiper-slide-active figure img {
  opacity: 1;
  transform: scale(1);
}
.evaluate-slide figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.6rem;
}
.evaluate-slide figure img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.3;
  transform: scale(0.8);
  transition: 0.4s;
}
.networks {
  padding: 1rem 0 0.95rem;
  background: #f3f6f9;
}
.networks-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.networks-left {
  padding-top: 0.46rem;
  width: 28.42%;
}
.networks-left .about-tit {
  text-align: left;
}
.networks-btns {
  margin-top: 0.7rem;
}
.networks-btns li {
  margin-bottom: 0.24rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  padding: 0 0.28rem 0 0.34rem;
  cursor: pointer;
  height: 1.14rem;
  border-radius: 0.1rem;
  background: #fff;
}
.networks-btns li:hover:before,
.networks-btns li.active:before {
  bottom: auto;
  top: 0;
  height: 100%;
}
.networks-btns li:hover strong,
.networks-btns li.active strong {
  color: #fff;
}
.networks-btns li:hover strong b,
.networks-btns li.active strong b {
  color: #fff;
}
.networks-btns li:hover i,
.networks-btns li.active i {
  color: #fff;
}
.networks-btns li.active strong {
  font-weight: bold;
}
.networks-btns li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, #e97b37, #fcba50);
  border-radius: 0.1rem;
  transition: 0.455s;
}
.networks-btns li:last-child {
  margin-bottom: 0;
}
.networks-btns li strong {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.21rem;
  font-weight: normal;
  transition: 0.35s;
}
.networks-btns li strong b {
  font-weight: normal;
  width: 0.76rem;
  font-size: 0.42rem;
  color: #cccccc;
  transition: 0.35s;
}
.networks-btns li i {
  display: inline-block;
  color: #cdcdcd;
  font-size: 0.17rem;
  font-style: normal;
  transition: 0.35s;
}
.network-fix {
  width: 62.58%;
  position: relative;
}
.network-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 72.08%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.network-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.network-item {
  display: none;
}
.network-item:first-child {
  display: block;
}
.nwtwork-dit {
  position: absolute;
  margin-left: -0.13rem;
  margin-top: -0.13rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  z-index: 3;
}
.nwtwork-dit.beijing {
  left: 63.125%;
  top: 39.739%;
}
.nwtwork-dit.zhejiang {
  left: 70%;
  top: 65.02%;
}
.nwtwork-dit.xinjiang {
  left: 22.6%;
  top: 23.55%;
}
.nwtwork-dit.gansu {
  left: 46.4%;
  top: 53.32%;
}
.nwtwork-dit.sichuan {
  left: 42.29%;
  top: 70.66%;
}
.nwtwork-dit.yunnan {
  left: 41.77%;
  top: 79.33%;
}
.nwtwork-dit.shanxi {
  left: 58%;
  top: 48.26%;
}
.nwtwork-dit.hubei {
  left: 56.04%;
  top: 64%;
}
.nwtwork-dit.hunan {
  left: 58.85%;
  top: 77.02%;
}
.nwtwork-dit.sichuan1 {
  left: 42.29%;
  top: 64.45%;
}
.nwtwork-dit.xizang {
  left: 19.06%;
  top: 57.514%;
}
.nwtwork-dit.qinghai {
  left: 32.91%;
  top: 49.132%;
}
.nwtwork-dit.ningxia {
  left: 47.916%;
  top: 46.24%;
}
.nwtwork-dit.sanxi {
  left: 52.5%;
  top: 54.19%;
}
.nwtwork-dit.guizhou {
  left: 48.85%;
  top: 75.144%;
}
.nwtwork-dit.guangdong {
  left: 60.312%;
  top: 83.67%;
}
.nwtwork-dit.neimenggu {
  left: 52.5%;
  top: 36.84%;
}
.nwtwork-dit.henan {
  left: 59.375%;
  top: 55.92%;
}
.nwtwork-dit.jiangxi {
  left: 63.54%;
  top: 72.25%;
}
.nwtwork-dit.fujian {
  left: 67.7%;
  top: 76.589%;
}
.nwtwork-dit.zhejiang1 {
  left: 70.625%;
  top: 67.63%;
}
.nwtwork-dit.chandong {
  left: 65.93%;
  top: 48.699%;
}
.nwtwork-dit.hebei {
  left: 61.979%;
  top: 42.48%;
}
.nwtwork-dit.liaoning {
  left: 72.6%;
  top: 32.65%;
}
.nwtwork-dit.jilin {
  left: 76.25%;
  top: 26.3%;
}
.nwtwork-dit:nth-child(2n+2):before {
  animation-delay: 1.7s;
}
.nwtwork-dit:nth-child(3n+3):before {
  animation-delay: 0.9s;
}
.nwtwork-dit:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  background: #e78323;
  animation: sclas 3s infinite linear;
}
.nwtwork-dit:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.06rem;
  margin-top: -0.06rem;
  z-index: -1;
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: linear-gradient(to right, #ff421e, #ff9c19);
}
@keyframes sclas {
  0% {
    transform: scale(0);
    opacity: 1 ;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}
.materials {
  padding: 1rem 0 1.3rem;
}
.materials-center {
  margin-top: 0.36rem;
  display: flex;
  justify-content: center;
}
.materials-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 0.1rem;
  background: #f3f4f6;
}
.materials-btn li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  cursor: pointer;
  width: 2.36rem;
  height: 0.52rem;
  color: #333333;
  font-size: 0.16rem;
  transition: 0.35s;
}
.materials-btn li:hover,
.materials-btn li.active {
  color: #fff;
}
.materials-btn li:hover:before,
.materials-btn li.active:before {
  opacity: 1;
  transform: scale(1);
}
.materials-btn li.active {
  font-weight: bold;
}
.materials-btn li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e97b37, #fcba50);
  border-radius: 0.1rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.38s;
}
.materials-tab {
  margin-top: 0.84rem;
}
.materials-item {
  display: none;
}
.materials-item:first-child {
  display: block;
}
.materials-slide {
  text-align: center;
}
.materials-slide:hover .materials-top b {
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.materials-top b {
  display: block;
  font-weight: normal;
  font-size: 0.7rem;
  color: #dbdbdb;
  line-height: 1;
  transition: 0.4s;
}
.materials-top strong {
  display: block;
  margin-top: 0.24rem;
  height: 0.54rem;
  color: #333333;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 1.4;
}
.materials-loads {
  display: inline-flex;
  align-items: center;
  padding: 0 0.26rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  background: linear-gradient(to bottom, #fad4b0, #fdf1e6);
}
.materials-loads b {
  display: inline-block;
  margin-right: 0.1rem;
  color: #e78323;
  font-size: 0.18rem;
  font-weight: normal;
}
.materials-loads span {
  display: inline-block;
  color: #e78323;
  font-size: 0.16rem;
}
.materials-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.64rem;
}
.materials-line .swiper-pagination {
  position: relative;
  bottom: 0;
  flex: 1;
  width: 0;
  height: 1px;
  background: #ededed;
}
.materials-line .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fd6910;
}
.materials-prev {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-left: 0.15rem;
}
.materials-prev span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
  border: 1px solid #bbbbbb;
  color: #bbbbbb;
  font-size: 0.18rem;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 50%;
}
.materials-prev span:hover {
  color: #fe6f18;
  border-color: #fe6f18;
}
.consulting {
  padding: 1.16rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.consulting-wrap {
  display: flex;
  justify-content: space-between;
}
.consulting-btn {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  height: 5.85rem;
}
.consulting-btn-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  margin-bottom: 0.36rem;
  cursor: pointer;
  height: 0.54rem;
}
.consulting-btn-item:before {
  position: absolute;
  left: -2px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #e78323;
  transform: scaleY(0);
  transition: 0.4s;
}
.consulting-btn-item b {
  display: inline-block;
  margin-right: 0.1rem;
  font-weight: normal;
  font-size: 0.32rem;
  color: #fff;
  transition: 0.35s;
}
.consulting-btn-item span {
  display: inline-block;
  color: #fff;
  font-size: 0.24rem;
  transition: 0.35s;
}
.consulting-btn-item:hover:before,
.consulting-btn-item.active:before {
  transform: scaleY(1);
}
.consulting-btn-item:hover b,
.consulting-btn-item.active b,
.consulting-btn-item:hover span,
.consulting-btn-item.active span {
  color: #e78323;
}
.consulting-btn-item.active span {
  font-weight: bold;
}
.consulting-tab {
  width: 76.63%;
}
.consulting-item {
  display: none;
}
.consulting-item:first-child {
  display: block;
}
.consulting-text {
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 2;
  opacity: 0.5;
}
.consulting-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.consulting-row {
  width: 45.33%;
}
.consulting-row:last-child {
  width: 50.68%;
}
.consulting-row:last-child .consulting-input span {
  padding-right: 0.2rem;
  width: 1.2rem;
  text-align: right;
}
.consulting-input {
  margin-bottom: 0.15rem;
  display: flex;
  align-items: flex-start;
}
.consulting-input span {
  display: block;
  min-width: 0.86rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.4rem;
}
.consulting-input .consulting-wr {
  display: flex;
  flex: 1;
  gap: 0.08rem;
  width: 0;
}
.consulting-input .consulting-wr .text {
  box-sizing: border-box;
  padding-left: 0.2rem;
  width: auto;
  border: none;
  flex: 1;
  height: 0.4rem;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.16rem;
  outline: none;
}
.consulting-input .consulting-wr .text::-webkit-input-placeholder {
  color: #fff;
}
.consulting-input .consulting-wr .text.textarea {
  padding-top: 0.1rem;
  height: 0.95rem;
  resize: none;
  padding-right: 0.2rem;
  font-family: "Microsoft YaHei";
}
.consulting-input .consulting-wr .text.selects {
  padding-right: 0.36rem;
  box-sizing: border-box;
  padding-top: 0.06rem;
  line-height: 1.6;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1) url(../images/arrow3.png) 92% center no-repeat;
}
.consulting-input .consulting-wr .text.select-right {
  background-position: 96% center;
}
.consulting-input .consulting-wr .text option {
  display: block;
  padding-right: 0.36rem;
  color: #333333;
}
.consulting-in {
  margin-left: 1.4rem;
  color: #ffffff;
  font-size: 0.14rem;
}
.consulting-sub {
  display: flex;
  align-items: center;
  padding-top: 0.38rem;
  gap: 0.24rem;
}
.consulting-sub .send {
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.4rem;
  color: #fff;
  border-radius: 0.1rem;
  background: #e78323;
}
.consulting-sub .send:first-child {
  background: #bfbfbf;
}
.technology-banner figure {
  padding-bottom: 50%;
}
.technology-banner .news-titles p {
  margin: auto;
  margin-top: 0.2rem;
  width: 11.44rem;
  max-width: 100%;
  letter-spacing: 0.06rem;
}
.precision-item {
  padding: 1rem 0 1.1rem;
}
.technology-wrap {
  box-sizing: border-box;
  padding: 0.64rem 0.68rem 0.64rem;
  padding-right: 0;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.73rem rgba(185, 195, 210, 0.2);
}
.technology-title {
  width: 9.2rem;
  max-width: 100%;
  text-align: left;
}
.technology-title .about-tit {
  text-align: left;
}
.precision {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.precision-list {
  padding-top: 0.3rem;
  width: 24.6%;
}
.precision-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ededed;
  height: 0.73rem;
}
.precision-list li strong {
  display: block;
  position: relative;
  padding-left: 0.14rem;
  color: #666666;
  font-size: 0.16rem;
  font-weight: normal;
}
.precision-list li strong:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.03rem;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #bcbcbc;
}
.precision-list li b {
  display: inline-block;
  color: #e78323;
  font-size: 0.16rem;
  font-weight: bold;
}
.precision-fix {
  width: 51.72%;
}
.precision-img {
  display: flex;
  justify-content: flex-end;
}
.precision-img img {
  width: 90%;
  max-width: 100%;
  height: auto;
}
.precision-data {
  display: flex;
  justify-content: space-between;
  padding-right: 0.5rem;
  margin-top: 0.7rem;
}
.precision-data li {
  text-align: center;
}
.precision-data li b {
  display: flex;
  margin: auto;
  width: 0.44rem;
  height: 0.4rem;
}
.precision-data li b img {
  max-width: 100%;
  max-height: 100%;
}
.precision-data li p {
  margin-top: 0.1rem;
  color: #666666;
  font-size: 0.15rem;
  line-height: 0.26rem;
}
.identificate {
  position: relative;
  z-index: 3;
  padding: 1.66rem 0 1.56rem;
  background: linear-gradient(to right, #10326c, #041734);
}
.identificate-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.identificate-info {
  width: 44.12%;
}
.identificate-info .technology-title h2,
.identificate-info .technology-title p {
  color: #fff;
}
.identificate-list {
  display: grid;
  margin-top: 0.42rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.identificate-list li {
  text-align: center;
}
.identificate-list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 2;
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 0.16rem;
  background: linear-gradient(to bottom, #e97b37, #fcba50);
}
.identificate-list li b:before {
  position: absolute;
  right: 0.08rem;
  bottom: 0.07rem;
  z-index: -1;
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.identificate-list li b img {
  max-width: 0.4rem;
  max-height: 0.4rem;
}
.identificate-list li p {
  margin-top: 0.1rem;
  color: #fff;
  font-size: 0.16rem;
}
.identificate-imgs {
  width: 49.34%;
}
.identificate-imgs img {
  display: block;
  max-width: 100%;
}
.device {
  padding: 1.4rem 0 1.3rem;
}
.device .technology-title {
  padding-left: 0.57rem;
}
.device-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.65rem;
}
.device-left {
  padding-left: 0.57rem;
}
.device-left .identificate-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 1.16rem;
}
.device-left .identificate-list li p {
  color: #666666;
}
.device-list {
  padding-left: 0.1rem;
  padding-top: 0.56rem;
}
.device-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.device-item:nth-child(2) .device-line {
  width: 0.3rem;
}
.device-item:nth-child(3) .device-line {
  width: 0.05rem;
  border-radius: 0.03rem;
}
.device-item p {
  color: #666666;
  font-size: 0.14rem;
}
.device-line {
  margin-right: 0.09rem;
  width: 1.5rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background: linear-gradient(to right, #fcba50, #e97b37);
}
.device-imgs {
  margin-right: 0.2rem;
  margin-top: 0.3rem;
  width: 54.04%;
}
.device-imgs figure {
  line-height: 1;
}
.device-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.device-imgs p {
  margin-top: 0.36rem;
  text-align: center;
  color: #666666;
  font-size: 0.14rem;
}
.policymaking-item {
  padding: 1rem 0 1.05rem;
  position: relative;
  overflow: hidden;
}
.policymaking-item:nth-child(2n+2) {
  background: #f0f0f0;
}
.policymaking-item:nth-child(2n+2) .policymaking-wrap {
  flex-direction: row-reverse;
  box-shadow: none;
}
.policymaking-item:nth-child(2n+2) .policymaking-wrap:before,
.policymaking-item:nth-child(2n+2) .policymaking-wrap:after {
  display: none;
}
.policymaking-item:nth-child(2n+2) .policymaking-wrap .policymaking-info {
  margin-right: 0;
  width: 38%;
}
.policymaking-item:nth-child(2n+2) .policymaking-wrap .policymaking-imgs {
  margin-right: 0;
  width: 52.87%;
}
.policymaking-wrap {
  padding: 0.6rem 0 0.8rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 0.73rem rgba(185, 195, 210, 0.2);
  border-radius: 0.2rem;
}
.policymaking-wrap:before {
  position: absolute;
  left: -2.39rem;
  top: -2.54rem;
  z-index: -1;
  content: "";
  width: 4.78rem;
  height: 5.08rem;
  background: url(../img/tablebg1.png) center no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.policymaking-wrap:after {
  position: absolute;
  right: -2.39rem;
  bottom: -2.34rem;
  z-index: -1;
  content: "";
  width: 4.78rem;
  height: 5.08rem;
  background: url(../img/tablebg1.png) center no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.policymaking-imgs {
  margin-left: 8.35%;
  width: 34.53%;
}
.policymaking-imgs img {
  display: block;
  max-width: 100%;
  height: auto;
}
.policymaking-info {
  margin-right: 5.744%;
  width: 38%;
}
.policymaking-info strong {
  display: block;
  position: relative;
  padding-bottom: 0.22rem;
  color: #333333;
  font-size: 0.36rem;
  line-height: 1.2;
  border-bottom: 1px solid #dddddd;
}
.policymaking-info strong:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 1.86rem;
  height: 1px;
  background: #e78323;
}
.policymaking-info strong b {
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.policymaking-text {
  margin-top: 0.2rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 2.25;
}
.recognizefixs {
  padding: 1.2rem 0 1.1rem;
  position: relative;
  z-index: 3;
  background: linear-gradient(to right, #10326c, #041734);
}
.recognizefixs .recognize-title strong,
.recognizefixs .recognize-title p {
  color: #fff;
}
.recognize-title {
  width: auto;
  text-align: center;
}
.recognize-title strong {
  border-color: rgba(255, 255, 255, 0.2);
}
.recognize-title strong:before {
  left: 50%;
  margin-left: -0.93rem;
  width: 1.86rem;
}
.recognize-in {
  margin-top: 0.5rem;
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  border-top: 0.03rem solid #e78323;
  box-shadow: 0 0 0.22rem rgba(199, 199, 199, 0.44);
}
.recognize-in:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/60.png) right center no-repeat;
  background-size: auto 100%;
}
.recognize-sub {
  padding-left: 0.38rem;
  display: flex;
  align-items: center;
  height: 0.82rem;
  border-bottom: 1px solid #f2f2f2;
  color: #333333;
  font-size: 0.26rem;
}
.recognize-list {
  padding: 0.32rem 0.38rem 0.36rem;
}
.recognize-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.1rem;
}
.recognize-item:last-child {
  margin-bottom: 0;
}
.recognize-item dt {
  display: block;
  width: 0.98rem;
  color: #FE6000;
  font-size: 0.18rem;
  line-height: 0.57rem;
}
.recognize-item dd {
  box-sizing: border-box;
  padding: 0.14rem 0.2rem;
  display: flex;
  align-items: center;
  width: 0;
  min-height: 0.57rem;
  background: linear-gradient(to right, rgba(231, 131, 35, 0.2), rgba(255, 255, 255, 0.2));
  border-radius: 4px;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.5;
  width: 7.44rem;
}
.abilitys {
  padding: 1.05rem 0 1rem;
}
.ability-list {
  margin-top: 0.54rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.ability-list li {
  padding: 0 0.48rem 0.5rem;
  background: #fff;
  box-shadow: 0 0.29rem 0.73rem rgba(185, 195, 210, 0.2);
  border-radius: 0.2rem;
}
.ability-list li:hover figure img {
  transform: scale(1.06);
}
.ability-list li figure {
  position: relative;
  display: block;
  padding-bottom: 43.07%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.05rem;
}
.ability-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ability-list li figure img {
  transition: 0.65s;
}
.ability-top {
  position: relative;
  z-index: 3;
  padding-top: 1.38rem;
}
.ability-top b {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1;
  font-size: 0.32rem;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ability-top strong {
  display: block;
  color: #333333;
  font-size: 0.18rem;
  height: 0.6rem;
  line-height: 1.6;
}
.ability-top small {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  z-index: -1;
  line-height: 0.8;
  font-size: 2rem;
  font-family: "ariblk";
  background-image: linear-gradient(to bottom, #e9e9e9, #ededed 48%, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.algorithm {
  padding: 1.12rem 0 1.5rem;
  overflow: hidden;
}
.algorithm .product-tit {
  text-align: left;
}
.algorithm-infos {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.algorithm-text {
  margin-top: 0.4rem;
  width: 40%;
}
.algorithm-fix strong {
  display: block;
  line-height: 1.1;
  font-size: 0.26rem;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.algorithm-list {
  margin-top: 0.18rem;
}
.algorithm-list li {
  margin-left: 0.18rem;
  margin-bottom: 0.1rem;
  color: #666666;
  font-size: 0.16rem;
  list-style: disc;
}
.algorithm-list li:last-child {
  margin-bottom: 0;
}
.algorithm-data {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.4rem;
  margin-top: 0.65rem;
}
.algorithm-data li {
  padding-top: 0.06rem;
  text-align: center;
  flex: 1;
  border-right: 1px solid #eaeaea;
}
.algorithm-data li:last-child {
  border-right: none;
}
.algorithm-data li strong {
  display: block;
  line-height: 1;
  font-size: 0.3rem;
  background-image: linear-gradient(to bottom, #e97b37, #fcba50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.algorithm-data li p {
  margin-top: 0.12rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 1;
}
.algorithm-imgs {
  margin-right: -12.663%;
  width: 70.43%;
}
.algorithm-imgs img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.institution {
  position: relative;
  z-index: 3;
  padding: 1.24rem 0 1.14rem;
  background: linear-gradient(to right, #10326c, #041734);
}
.institution-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.institute-imgs {
  margin-left: -3.26%;
  width: 46.99%;
}
.institute-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.institute-right {
  width: 49.34%;
}
.institute-right .identificate-list {
  padding-left: 10%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem 0;
}
.institute-right .identificate-list li {
  width: 33.333%;
}
.institute-right .institute-info {
  padding-right: 0.34rem;
  text-align: right;
}
.institute-right .institute-info strong {
  display: block;
  margin-bottom: 0.14rem;
  color: #fff;
  font-size: 0.48rem;
  line-height: 1.1;
}
.institute-right .policymaking-text {
  color: #fff;
  font-size: 0.2rem;
}
.separate {
  padding: 1.08rem 0 1.2rem;
}
.separate-wrap {
  padding: 0.25rem 0.2rem 0;
  border-radius: 0.1rem;
  box-shadow: 0 0.29rem 0.73rem rgba(185, 195, 210, 0.23);
}
.separate-tops .product-tit {
  text-align: left;
}
.separate-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem 0;
  margin-top: 0.65rem;
}
.separate-list li {
  text-align: center;
}
.separate-list li b {
  display: block;
  margin: auto;
  width: 1.76rem;
  height: 0.84rem;
}
.separate-list li b img {
  max-height: 100%;
  max-width: 100%;
}
.separate-list li p {
  margin-top: 0.13rem;
  color: #fe6000;
  font-size: 0.2rem;
}
.separate-imgs {
  margin: auto;
  margin-top: 1.42rem;
  line-height: 1;
  width: 71.6%;
}
.separate-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.core-technology {
  padding: 1.18rem 0 1.16rem;
}
.core-technology .recognize-title strong {
  border-color: #dddddd;
}
.technology-lisy {
  margin-top: 0.8rem;
}
.technology-lisy li {
  margin-bottom: 0.48rem;
}
.technology-lisy li:nth-child(2n+2) a {
  background: #040f25;
  flex-direction: row-reverse;
  border: none;
}
.technology-lisy li:nth-child(2n+2) a .technology-images {
  justify-content: flex-start;
}
.technology-lisy li:nth-child(2n+2) a .technology-images img {
  width: auto;
  height: 100%;
  max-height: 100%;
}
.technology-lisy li:nth-child(2n+2) a .technology-infos {
  margin-left: 0;
  margin-right: 3.916%;
}
.technology-lisy li:nth-child(2n+2) a .technology-tit strong {
  color: #fff;
}
.technology-lisy li:nth-child(2n+2) a .technology-desc {
  color: #fff;
}
.technology-lisy li:nth-child(3) .technology-images {
  align-items: flex-end;
}
.technology-lisy li:last-child {
  margin-bottom: 0;
}
.technology-lisy li a {
  display: flex;
  justify-content: space-between;
  height: 6rem;
  background: #ececec;
  border-radius: 0.15rem;
  border: 1px solid #fff;
  box-shadow: 0 0 0.31rem rgba(177, 177, 177, 0.3);
  overflow: hidden;
}
.technology-infos {
  padding-top: 0.8rem;
  margin-left: 3.916%;
  width: 43%;
}
.technology-tit strong {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: lighter;
}
.technology-tit strong b {
  background-image: linear-gradient(to right, #fcba50, #e97b37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.technology-desc {
  margin-top: 0.2rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 2.25;
}
.technology-li {
  margin-top: 0.24rem;
}
.technology-dl {
  position: relative;
  padding-left: 0.32rem;
  margin-bottom: 0.24rem;
}
.technology-dl:last-child {
  margin-bottom: 0;
}
.technology-dl:before {
  position: absolute;
  left: 0;
  top: 0.04rem;
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/righ.png) center no-repeat;
  background-size: cover;
}
.technology-dl strong {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 1.8;
  background-image: linear-gradient(to right, #fcba50, #e97b37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.technology-dl p {
  margin-top: 0.06rem;
  color: #666666;
  font-size: 0.16rem;
}
.technology-more {
  display: inline-flex;
  margin-top: 0.96rem;
  align-items: center;
  padding: 0 0.2rem;
  height: 0.4rem;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #e97b37, #fcba50);
}
.technology-images {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50.65%;
}
.technology-images img {
  max-width: 100%;
  max-height: 80%;
  width: auto;
}
.scenarios {
  padding: 1.22rem 0 1.5rem;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: linear-gradient(to right, #10326c, #041734);
}
.scenarios .product-tit {
  color: #fff;
}
.scenarios-swiper {
  margin-top: 0.6rem;
  position: relative;
}
.scenarios-swiper .history-prev {
  border-color: #bbbbbb;
  color: #bbbbbb;
  z-index: 3;
  width: 0.52rem;
  height: 0.52rem;
  margin-top: -0.27rem;
  font-size: 0.18rem;
}
.scenarios-swiper .history-prev:hover {
  background: none;
  border-color: #FE6000;
  color: #FE6000;
}
.scenarios-swiper .history-prev.prev {
  left: -0.88rem;
}
.scenarios-swiper .history-prev.next {
  right: -0.88rem;
}
.scenarios-slide {
  position: relative;
  width: 2.8rem;
}
.scenarios-slide.slide-visible figure,
.scenarios-slide.slide-visible .scenarios-text {
  opacity: 1;
}
.scenarios-slide:hover figure img {
  transform: scale(1.06);
}
.scenarios-slide figure {
  position: relative;
  display: block;
  padding-bottom: 185.714%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
  opacity: 0.5;
  transition: 0.4s;
}
.scenarios-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scenarios-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 32, 72, 0.8);
}
.scenarios-slide figure img {
  transition: 0.58s;
}
.scenarios-text {
  position: absolute;
  left: 0;
  top: 0.98rem;
  text-align: center;
  width: 100%;
  z-index: 5;
  transition: 0.4s;
  opacity: 0.5;
}
.scenarios-text b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
}
.scenarios-text b img {
  max-height: 0.4rem;
  max-width: 0.4rem;
}
.scenarios-text b:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: -1;
  content: "";
  padding: 1px;
  border-radius: 50%;
  background: url(../images/borders.png) center no-repeat;
  background-size: cover;
}
.scenarios-text strong {
  display: block;
  margin: auto;
  margin-top: 0.28rem;
  width: 0.24rem;
  text-align: center;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.34rem;
  font-weight: normal;
}
.search__wr {
  padding: 1.74rem 0 0.76rem;
  margin: auto;
  width: 1280px;
}
.search__top {
  margin-bottom: 0.5rem;
  text-align: center;
}
.search__top h3 {
  display: block;
  line-height: 1;
  color: #232323;
  font-size: 0.36rem;
  font-weight: normal;
}
.search__fix {
  margin-top: 0.32rem;
  position: relative;
}
.search__fix .text {
  box-sizing: border-box;
  padding-left: 0.3rem;
  height: 0.68rem;
  width: 100%;
  line-height: 0.66rem;
  border: 1px solid #d1d1d1;
  border-radius: 0.34rem;
  color: #232323;
  font-size: 0.2rem;
  transition: 0.36s;
}
.search__fix .text::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
}
.search__fix .text:focus {
  border-color: #FE6000;
}
.search__fix .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search__fix .sub {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.25rem;
  box-sizing: content-box;
  line-height: 0.66rem;
  color: #818181;
  font-size: 0.25rem;
  cursor: pointer;
  border: none;
  background: none;
  width: auto;
  transition: 0.35s;
}
.search__fix .sub:hover {
  color: #FE6000;
}
.search__news {
  margin-top: 0.5rem;
}
.search__news .con_b {
  text-align: center;
}
.search__news--tt {
  display: block;
  margin-bottom: 0.38rem;
  line-height: 1;
  color: #232323;
  font-size: 0.36rem;
  font-weight: bold;
}
.search__news--list {
  margin-bottom: 0.54rem;
  border-bottom: 1px solid rgba(92, 92, 92, 0.15);
}
.search__news--list li {
  margin-bottom: 0.46rem;
}
.search__news--list li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.search__news--list li a:hover .search__news--imgs figure img {
  transform: scale(1.08);
}
.search__news--list li a:hover strong {
  color: #FE6000;
}
.search__news--list li a strong {
  display: flex;
  flex: 1;
  margin-left: 0.36rem;
  padding-top: 0.32rem;
  width: 0;
  color: #232323;
  font-size: 0.2rem;
  font-weight: normal;
  transition: 0.4s;
}
.search__news--imgs {
  width: 37.89%;
}
.search__news--imgs figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 36.288%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.18rem;
}
.search__news--imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search__news--imgs figure img {
  transition: 0.68s;
}
.search__product {
  padding: 0.7rem 0 0.52rem;
  background: #e2e2e4;
}
.search__product--wr {
  margin: auto;
  width: 1280px;
}
.seach__product--list li a .search__news--imgs figure {
  position: relative;
  display: block;
  padding-bottom: 63.298%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.seach__product--list li a .search__news--imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seach__product--list li a .search__pros strong {
  width: auto;
  margin-bottom: 0.18rem;
  margin-left: 0;
  padding-top: 0.38rem;
  font-size: 0.2rem;
}
.search__pros {
  flex: 1;
  width: 0;
  margin-left: 0.36rem;
}
.search__pros p {
  color: #232323;
  font-size: 15px;
  line-height: 2;
}
.complain {
  padding: 0.74rem 8.33vw 0.96rem;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.complain__title {
  margin-bottom: 0.24rem;
}
.complain__title strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #232323;
  font-size: 0.36rem;
}
.complain__title p {
  color: #232323;
  font-size: 16px;
}
.complain__title p a {
  color: #FE6000;
}
.common-btn-color {
  display: flex;
  justify-content: center;
}
.common-btn-color a {
  border-color: #FE6000;
  color: #FE6000;
}
.common-btn-color a:hover span,
.common-btn-color a:hover i {
  color: #fff;
}
.common-btn-color a span,
.common-btn-color a i {
  color: #FE6000;
}
.header__search--pop {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 6;
}
.header__search--pop.active .search__fixs {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.search__btn {
  display: inline-block;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
  cursor: pointer;
}
.search__btn:hover {
  color: #FE6000;
}
.search__fixs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0.34rem 0;
  background: #f8f8f8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.45s;
}
.search__inline {
  position: relative;
  margin: auto;
  width: 4rem;
}
.search__down {
  position: relative;
}
.search__down form {
  display: flex;
  justify-content: center;
}
.search__down .text {
  box-sizing: border-box;
  padding: 0;
  padding-left: 0.2rem;
  width: 3.4rem;
  height: 36px;
  line-height: 36px;
  color: #000;
  background: none;
  border: 1px solid #FE6000;
  font-size: 0.14rem;
}
.search__down .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search__down .sub {
  box-sizing: border-box;
  padding: 0 0.2rem;
  flex: 1;
  margin-left: 0.15rem;
  z-index: 3;
  height: 36px;
  line-height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  transition: 0.4s;
  font-size: 0.14rem;
  background: #FE6000;
  width: auto;
}
.search__words {
  margin-top: 0.12rem;
  display: flex;
  justify-content: start;
}
.search__words span,
.search__words a {
  display: inline-flex;
  color: #666666;
  font-size: 14px;
}
.search__words a {
  margin-right: 0.12rem;
}
.search__close {
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  font-size: 0.2rem;
  line-height: 1;
  cursor: pointer;
  transition: 0.4s;
  color: #000;
}
.search__close:hover {
  color: #FE6000;
  transform: rotate(180deg);
}
