* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  /* break-all; */
}
@font-face {
  font-family: 'M-B';
  src: url("../css/fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: 'M-M';
  src: url("../css/fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: 'M-R';
  src: url("../css/fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: 'H-Black';
  src: url("../css/fonts/HarmonyOS_Sans_Black.ttf");
}
@font-face {
  font-family: 'H-B';
  src: url("../css/fonts/HarmonyOS_Sans_Bold.ttf");
}
@font-face {
  font-family: 'H-M';
  src: url("../css/fonts/HarmonyOS_Sans_Medium.ttf");
}
@font-face {
  font-family: 'H-R';
  src: url("../css/fonts/HarmonyOS_Sans_Regular.ttf");
}
@font-face {
  font-family: 'Roboto-B';
  src: url("../css/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: 'Roboto-R';
  src: url("../css/fonts/Roboto-Regular.ttf");
}
body {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
li,
i,
em {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  color: #333;
  font-size: 14px;
}
.swiper {
  overflow: hidden;
}
.container {
  width: 100%;
  position: relative;
  word-break: break-all;
  font-family: 'H-R';
  font-weight: normal;
}
.clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.page-more {
  width: 180px;
  height: 100px;
  display: flex;
  align-items: flex-end;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/more-btn.png') no-repeat;
  background-size: 100% 100%;
  transition: 0.5s;
  cursor: pointer;
}
.page-more .page-more-inner {
  width: 180px;
  height: 66px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  justify-content: space-between;
  overflow: hidden;
}
.page-more .page-more-inner .text {
  font-weight: 400;
  font-size: 16px;
  height: 100%;
  color: #FFFFFF;
  line-height: 66px;
  font-family: 'Roboto-R';
  text-transform: uppercase;
  position: relative;
  transition: 0.5s;
}
.page-more .page-more-inner .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.page-more .page-more-inner .right {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #FFFFFF;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  position: relative;
}
.page-more .page-more-inner .right img {
  width: 48%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transition: 0.5s;
}
.page-more .page-more-inner .right .default {
  opacity: 1;
  transform: translateY(-50%);
}
.page-more .page-more-inner .right .active {
  opacity: 0;
  transform: translateY(-50%);
}
.page-more:hover {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/more-active.png') no-repeat;
  background-size: 100% 100%;
}
.page-more:hover .page-more-inner .text {
  transform: translateY(-100%);
}
.page-more:hover .page-more-inner .right .default {
  opacity: 0;
}
.page-more:hover .page-more-inner .right .active {
  opacity: 1;
  transform: translateY(-50%) rotateZ(45deg);
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 52px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 0 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}
.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #05E1D4;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #05E1D4;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #05E1D4;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 52px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #05E1D4;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #05E1D4;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins .contactWays-value {
  position: relative;
}
.sidefixed .sideitem3 .sideins .contactWays-value::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 0px;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .sideins p::after {
  content: '';
  position: absolute;
  top: 14%;
  height: 80%;
  left: -20px;
  width: 1px;
  background: #fff;
}
.sidefixed .sideitem3_1 {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem3_1 .icon-box {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem4:hover {
  right: 180px;
}
.sidefixed .sideitem4 .sideins {
  width: 180px;
}
.sidefixed .sideitem1 {
  width: 52px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #05E1D4;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #05E1D4;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem1 .p {
  font-size: 11px;
}
.sidefixed .sideitem1 .p a {
  color: #fff;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 52px;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #05E1D4;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
  display: flex;
}
.sidefixed .sideitem1 .sideins .sideins-one {
  width: 50%;
  margin: 5px 4px 0px;
}
.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 5px 0px;
  white-space: nowrap;
  text-align: center;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem2 {
  cursor: pointer;
  width: 52px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #05E1D4;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #05E1D4;
}
.sidefixed .sideitem2 .p {
  font-size: 16px;
}
.sidefixed .sideitem2 .p a {
  color: #fff;
}
.sidefixed .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixed .sideitem2 .icon-box {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.sidefixed .sideitem2 .icon-box svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.sidefixed .sideitem2 .icon-box p {
  font-size: 12px;
  background: transparent !important;
}
.sidefixed .sideitemBase {
  border-radius: 23px;
}
.sidefixed .sideitemOther {
  display: flex;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -98%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}
.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.3s;
  position: relative;
}
.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}
.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}
.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  white-space: nowrap;
}
.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}
.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}
.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #05E1D4;
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(100% + 5px);
  opacity: 1;
  transition: .5s;
}
.sidefixedM .sideitem1 .p {
  font-size: 12px;
}
.sidefixedM .sideitem1 .p a {
  color: #fff;
}
.sidefixedM .sideitem1 .sideins1 {
  display: flex;
}
.sidefixedM .sideitem1 .sideins-one {
  width: 50%;
  margin: 5px 5px 0;
}
.sidefixedM .sideitem1 .sideins-one p {
  text-align: center;
  padding: 2px 0;
  line-height: 20px !important;
}
.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}
.sidefixedM .sideitem1 .icon-box img {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #05E1D4;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}
.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixedM .sideitem2 {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.sidefixedM .sideitem2 .p {
  font-size: 12px;
}
.sidefixedM .sideitem2 .p a {
  color: #fff;
}
.sidefixedM .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixedM .sideitem2 .icon-box {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 15px;
  height: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.company-pro {
  position: relative;
}
.company-pro::after {
  width: 70%;
  height: 60%;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/contact-dot.png') no-repeat;
  background-position: bottom right;
  background-size: 100% auto;
}
.formMessage {
  opacity: 0;
  z-index: -1;
}
.el-message-fade-enter-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
footer {
  background: #090D36;
  margin-top: -1px;
}
footer .footer-new-top {
  display: block;
  padding: 58px 0;
  position: relative;
  z-index: 12;
}
footer .footer-new-top .indexPage-inner {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-new-top .footer-new-left {
  width: 37.5%;
  min-width: 250px;
}
footer .footer-new-top .footer-new-left .footer-new-logo {
  width: 100%;
  margin-bottom: 28px;
}
footer .footer-new-top .footer-new-left .footer-new-logo img {
  display: block;
  width: 100%;
}
footer .footer-new-top .footer-new-left .footer-new-address {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
footer .footer-new-top .footer-new-right {
  width: 55%;
  max-width: calc(95% - 250px);
  display: flex;
  max-width: 600px;
  flex-direction: column;
  align-items: flex-end;
}
footer .footer-new-top .footer-contactShare {
  width: 166px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
footer .footer-new-top .footer-contactShare .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-left: 20px;
  opacity: 0.4;
  transition: 0.5s;
  display: inline-block;
}
footer .footer-new-top .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 18px;
  max-height: 18px;
}
footer .footer-new-top .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-new-top .footer-navs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-new-top .footer-navs .footer-nav-one {
  width: auto;
}
footer .footer-new-top .footer-navs .a1 {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
}
footer .footer-new-top .footer-navs .a1:hover {
  opacity: 1;
  color: #05E1D4;
  transition: 0.5s;
}
footer .footer-new-top .footer-navs .a1:hover::after {
  width: 100%;
}
footer .footer-new-top .footer-navs .pro-a {
  opacity: 1;
}
footer .footer-new-top .footer-navs .a1::after {
  width: 0;
  height: 1px;
  background: #05E1D4;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.5s;
}
footer .footer-new-top .footer-navs-other {
  justify-content: flex-end;
}
footer .footer-new-top .footer-navs-other .footer-nav-one {
  margin-left: 5%;
  margin-top: 8px;
  margin-bottom: 8px;
}
footer .footer-new-top .footer-navs-other .footer-nav-one:nth-of-type(1) {
  margin-left: 0;
}
footer .footer-new-bottom {
  width: 100%;
  border-top: 1px solid rgba(188, 188, 188, 0.3);
  padding: 30px 0;
  position: relative;
  z-index: 12;
}
footer .footer-new-bottom .footer-side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-new-bottom .footer-side1 {
  text-transform: uppercase;
}
footer .footer-new-bottom .indexPage-inner {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-new-bottom .footer-bottom-infor-aone {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  flex-wrap: wrap;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-new-bottom .footer-bottom-infor-aone a {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-a {
  position: relative;
}
footer .footer-new-bottom .footer-bottom-infor-a:hover {
  opacity: 1;
}
footer .footer-new-bottom .footer-bottom-infor-a:hover::after {
  width: 100%;
}
footer .footer-new-bottom .footer-bottom-infor-a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-ziiynn {
  margin-right: 10px;
}
.inner-nside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  transform: translateY(-40px);
  position: relative;
  z-index: 15;
}
.inner-nside .inner-nside-nav {
  transform: skewX(-16deg) translateX(40px);
  background: #0025AD;
  height: 80px;
  display: flex;
  align-items: center;
}
.inner-nside .inner-nside-nav .nside-nav-inner-one {
  width: 170px;
  height: 100%;
  transform: skewX(-16deg);
  transition: 0.5s;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.inner-nside .inner-nside-nav .nside-nav-inner-one .nside-nav-inner-one-a {
  transform: skewX(16deg);
  display: flex;
  align-items: center;
}
.inner-nside .inner-nside-nav .nside-nav-inner-one .nside-nav-inner-one-a .text {
  font-weight: 400;
  font-size: 18px;
  color: #FEFEFE;
  line-height: 26px;
  opacity: 0.8;
  transition: 0.5s;
  position: relative;
}
.inner-nside .inner-nside-nav .nside-nav-inner-one .nside-nav-inner-one-a .text::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #fff;
  transition: 0.5s;
  opacity: 0;
}
.inner-nside .inner-nside-nav .nside-nav-inner-one:hover {
  background: #05E1D4;
}
.inner-nside .inner-nside-nav .nside-nav-inner-one:hover .nside-nav-inner-one-a .text {
  opacity: 1;
}
.inner-nside .inner-nside-nav .nside-nav-inner-one:hover .nside-nav-inner-one-a .text::after {
  left: -10px;
  opacity: 1;
}
.inner-nside .inner-nside-nav .nside-nav-inner-one-active {
  background: #05E1D4;
}
.inner-nside .inner-nside-nav .nside-nav-inner-one-active .nside-nav-inner-one-a .text {
  opacity: 1;
}
.inner-nside .inner-nside-nav .nside-nav-inner-one-active .nside-nav-inner-one-a .text::after {
  left: -10px;
  opacity: 1;
}
.inner-nside .nside-nav-main {
  height: 100%;
  transform: skewX(16deg);
  display: flex;
  align-items: center;
}
.inner-nside .laser {
  font-weight: bold;
  font-size: 70px;
  color: #05E1D4;
  line-height: 80px;
  font-family: 'Roboto-B';
  transform: translateY(-40px);
  padding: 0 100px 0 100px;
}
.contacti {
  overflow: hidden;
  position: relative;
}
.contacti .contacti-top {
  width: 100%;
  overflow: hidden;
}
.contacti .contacti-top .contacti-back-top {
  width: 100%;
  height: 180px;
  background: #fff;
  font-family: none;
  display: block;
  visibility: visible;
  margin-bottom: -1px;
  position: relative;
  z-index: 12;
}
.contacti .contacti-top .contacti-titles {
  width: 100%;
  position: relative;
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: none;
  font-size: 0;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/contact-title-back.png') no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: -1px;
}
.contacti .contacti-top .contacti-titles::-webkit-scrollbar {
  height: 0;
  width: 4px;
  display: none;
}
.contacti .contacti-top .contacti-titles .contacti-title {
  width: 78%;
  display: block;
  flex: none;
  font-family: none;
  line-height: 0;
  box-sizing: border-box;
}
.contacti .contacti-top .contacti-titles .contacti-title img {
  width: 100%;
  display: block;
  visibility: visible;
  overflow: hidden;
  transform: scale(1);
  transform-origin: 0 0;
}
.contacti .contacti-top .contacti-titles .contacti-title:nth-of-type(2) {
  margin-left: -1px;
  position: relative;
  z-index: 12;
}
.contacti .contacti-top .contacti-titles .contacti-title:nth-of-type(3) {
  margin-left: -1px;
  position: relative;
  z-index: 13;
}
.contacti .contacti-bottom {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/contact-back.png') no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  margin-top: -100px;
  padding-bottom: 50px;
}
.contacti .foreign-outer {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 12;
  padding-bottom: 80px;
}
.contacti .contacti-foreign {
  width: 120px;
}
.contacti .contacti-foreign .foreign-text {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 25px;
}
.contacti .contacti-foreign .contacti-share {
  display: flex;
  align-items: center;
}
.contacti .contacti-foreign .contacti-share .footer-share-a {
  margin-right: 30px;
  width: 56px;
  position: relative;
  cursor: pointer;
}
.contacti .contacti-foreign .contacti-share .footer-share-a .footer-share-box {
  width: 56px;
}
.contacti .contacti-foreign .contacti-share .footer-share-a .footer-share-img {
  width: 100px;
  height: 110px;
  position: absolute;
  bottom: calc(100% + 30px);
  left: 50%;
  transform: scale(0) translateY(0px) translateX(-50%);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2022;
}
.contacti .contacti-foreign .contacti-share .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
.contacti .contacti-foreign .contacti-share .footer-share-a .footer-share-img .sanjiao {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
  /* 你可以改变颜色 */
}
.contacti .contacti-foreign .contacti-share .footer-share-a .svg-box {
  width: 56px;
}
.contacti .contacti-foreign .contacti-share .footer-share-a .svg-box img {
  width: 100%;
  opacity: 0.6;
  transition: 0.5s;
}
.contacti .contacti-foreign .contacti-share .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
.contacti .contacti-foreign .contacti-share .footer-share-a1 {
  width: 20px;
}
.contacti .contacti-foreign .contacti-share .footer-share-a1 .svg-box {
  width: 20px;
}
.contacti .contacti-foreign .contacti-share .footer-share-a:nth-last-of-type(1) {
  margin-right: 0;
}
.contacti .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.contacti .form {
  width: 50%;
  position: relative;
  z-index: 12;
}
.contacti form {
  margin-top: 20px;
}
.contacti .contacti-infos {
  width: 48%;
}
.contacti .contacti-infos .contacti-info-a {
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
  margin-bottom: 28px;
}
.contacti .contacti-infos .contacti-info-a p:nth-of-type(1) {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  opacity: 0.5;
  margin-bottom: 26px;
}
.contacti .contacti-infos .contacti-info-a .a2 .a {
  width: auto;
}
.contacti .contacti-infos .contacti-info-a .a2 .a a {
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 28px;
  font-family: 'M-B';
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.contacti .contacti-infos .contacti-info-a .a2 .a:hover a {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.contacti .contacti-infos .contacti-info-a p:nth-of-type(2) {
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 24px;
  font-family: 'M-B';
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.contacti .contacti-infos .contacti-info-a:hover p:nth-of-type(2) {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.contacti .contacti-infos .contacti-info-a .line {
  position: absolute;
  left: -20px;
  top: 8px;
  height: 35px;
}
.contacti .contacti-infos .contacti-info-a .line p {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 100%;
}
.contacti .contacti-infos .contacti-info-a .line::after {
  content: "";
  width: 12px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.contacti .contacti-infos .contacti-info-a .line::before {
  content: "";
  width: 12px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacti .form-input .form-input-one {
  width: 31%;
  margin-bottom: 30px;
}
.contacti .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  font-family: 'H-R';
  line-height: 52px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0 5px 0 18px;
  border: 1px solid #FFFFFF;
  transition: 0.5s;
}
.contacti .form-input .input::placeholder {
  color: #222222;
  border: 0;
  outline: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.contacti .form-input .input:focus {
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  outline: none;
}
.contacti .form-input .input:focus::placeholder {
  opacity: 0;
}
.contacti .form-input .form-input-one:nth-of-type(3) {
  margin-right: 0;
}
.contacti .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.contacti .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  font-family: 'H-R';
  line-height: 48px;
  height: 200px;
  background: #fff;
  border-radius: 6px;
  padding: 0 25px 0 16px;
  transition: 0.5s;
  border: 1px solid #fff;
}
.contacti .form-message .message::placeholder {
  color: #222222;
  border: 0;
  outline: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.contacti .form-message .message:focus {
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  outline: none;
}
.contacti .form-message .message:focus::placeholder {
  opacity: 0;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  z-index: 20;
  position: relative;
}
.contacti .formButton-box .formButton {
  width: 180px;
  height: 60px;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/submit-btn.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
  z-index: 12;
  border: none;
}
.contacti .formButton-box .formButton .banner-more-inner {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  padding: 0 22px 0 22px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacti .formButton-box .formButton .banner-more-text {
  display: flex;
  align-items: center;
}
.contacti .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 60px;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.contacti .formButton-box .formButton .read-dot {
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacti .formButton-box .formButton .read-dot img {
  width: 50%;
  height: 50%;
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .contacti-intro-outer {
  width: 100%;
  background: #fff;
  padding-top: 40px;
  position: relative;
  z-index: 22;
  margin-top: -1px;
}
.contacti .contacti-back-bottom {
  width: 100%;
  background: #fff;
  height: 100px;
}
.contacti .contacti-intro {
  margin-left: 15%;
  width: 85%;
  max-width: 520px;
  color: #666666;
}
.contacti .contactMenthods {
  display: flex;
  width: 100%;
  z-index: 20;
  position: relative;
  margin-top: 4px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
  align-items: center;
}
.contacti .contactMenthods p {
  color: #666666;
  z-index: 12;
  margin-right: 10px;
}
.contacti .contactMenthods .contactMenthods-line {
  width: 2px;
  z-index: 12;
  height: 14px;
  margin: 0 10px;
  background: #666666;
  transform: scaleX(0.5);
  display: none;
}
.contacti .contacti-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
@keyframes moveText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes contacti-info {
  0% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(12px) translateY(-10px);
  }
  50% {
    transform: translateX(0) translateY(0);
  }
  75% {
    transform: translateX(-12px) translateY(-10px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes contacti-dot {
  0% {
    left: 0;
  }
  25% {
    left: 120px;
  }
  50% {
    left: 0;
  }
  75% {
    left: -120px;
  }
  100% {
    left: 0;
  }
}
.public-btn {
  width: 200px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
  position: relative;
}
.public-btn .banner-more-inner {
  width: 180px;
  height: 52px;
  background: #3EB034;
  transition: 0.5s;
  padding: 0 22px 0 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public-btn .banner-more-text {
  display: flex;
  align-items: center;
}
.public-btn .banner-more-text .banner-more-dot {
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  margin-right: 10px;
}
.public-btn .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 52px;
  transition: 0.5s;
}
.public-btn .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.public-btn .read-dot {
  width: 10px;
  position: relative;
  overflow: hidden;
}
.public-btn .read-dot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}
.public-btn::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: 0.5s;
}
.public-btn:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.public-btn:hover::after {
  width: 95%;
  height: 90%;
}
.header-index {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  max-height: 120px;
  background: transparent;
  transition: max-height 1s;
}
.header-index .header-index-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.header-index .header-index-inner-other {
  max-width: 1500px;
}
.header-index .logo-index {
  width: 282px;
  height: 30px;
}
.header-index .logo-index a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-index .logo-index a img {
  width: 100%;
}
.header-index .logo-index a .default {
  display: block;
}
.header-index .logo-index a .active {
  display: none;
}
.header-index .header-index-nav {
  width: calc(95% - 282px);
  white-space: nowrap;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 25px;
}
.header-index .header-index-nav nav ul {
  display: flex;
  align-items: center;
}
.header-index .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  height: 70px;
  font-family: 'Roboto-Medium';
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
  text-transform: uppercase;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p p {
  position: relative;
  z-index: 3010;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p::after {
  content: "";
  position: absolute;
  top: 11px;
  left: -8px;
  width: 5px;
  height: 5px;
  background: #05E1D4;
  opacity: 0;
  transition: 0.5s ease-in-out;
  z-index: 3009;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #05E1D4;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  left: -12px;
  opacity: 1;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #05E1D4;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
  left: -12px;
}
.header-index .header-index-nav nav .nav-item:nth-last-of-type(1) .nav-item-first {
  padding-right: 0;
}
.header-index .header-index-right {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 666;
}
.header-index .header-index-right .header-phone {
  margin-left: 12px;
  position: relative;
  z-index: 333;
}
.header-index .header-index-right .header-phone a {
  color: #fff;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact1 .header-phone a {
  position: relative;
}
.header-index .header-index-right .header-index-contact1 .header-phone a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #0025AD;
  content: "";
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact1:hover .header-phone a::after {
  width: 100%;
}
.header-index .header-index-right .header-index-contact1 .header-lang-oneA-val {
  display: none;
}
.header-index .header-index-right .header-index-langs {
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
  justify-content: center;
  margin-left: 20px;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 24px;
  position: relative;
  z-index: 12;
  text-transform: uppercase;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.header-index .header-index-right .header-index-langs .langName-icon {
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}
.header-index .header-index-right .header-index-langs .langName-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-index .header-index-right .header-index-langs .langName-bottom {
  font-size: 14px;
  line-height: 24px;
  margin-left: 5px;
}
.header-index .header-index-right .header-index-langs:hover {
  color: #05E1D4;
  border-bottom: 1px solid #05E1D4;
}
.header-index .header-index-right .header-index-line {
  width: 1px;
  height: 15px;
  background: #fff;
  opacity: 0.4;
  position: relative;
  z-index: 12;
}
.header-index .header-index-right .header-index-contact {
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 12;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.header-index .header-index-right .header-index-contact .contact-icon {
  width: 18px;
  cursor: pointer;
  height: 22px;
  position: relative;
}
.header-index .header-index-right .header-index-contact img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val .header-lang-oneA-val-inner {
  min-width: 224px;
  border-radius: 18px;
  padding: 8px 18px 6px;
  margin-top: 16px;
  text-align: center;
  background: #05E1D4;
  position: relative;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val .header-lang-oneA-val-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #05E1D4;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val a {
  color: #fff;
  white-space: nowrap;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val:hover span::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact span {
  position: relative;
}
.header-index .header-index-right .header-index-contact span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val-active {
  opacity: 1;
  height: 48px;
  z-index: 3000;
  transition: 0.5s;
  padding-top: 13px;
}
.header-index .header-index-right .header-index-contact:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-contact:hover .nav-active-img {
  opacity: 1;
  transform: scale(1.2);
}
.header-index .header-index-right .header-index-contact:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-search {
  cursor: pointer;
  padding: 0 20px;
  position: relative;
  z-index: 12;
}
.header-index .header-index-right .header-index-search .header-index-search-inner {
  width: 18px;
  display: flex;
  height: 20px;
  position: relative;
  align-items: center;
}
.header-index .header-index-right .header-index-search img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-search:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-search:hover .nav-active-img {
  opacity: 1;
  transform: scale(1.2);
}
.header-index .header-index-right .header-index-search:hover .nav-cur-img {
  opacity: 0;
}
.header-index .nav-default-img {
  opacity: 1;
}
.header-index .nav-active-img {
  opacity: 0;
}
.header-index .nav-cur-img {
  opacity: 0;
}
.header-index .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header-index .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header2 {
  padding: 0 0;
  background: #0025AD;
  transition: 0.5s;
}
.header2 .logo-index a .default {
  display: none;
}
.header2 .logo-index a .active {
  display: block;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #fff;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #05E1D4;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
  left: -12px;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #05E1D4;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
  left: -12px;
}
.header2 .header-index-inner .header-index-right .header-index-line {
  background: #fff;
}
.header2 .header-index-inner .header-index-right .header-phone a {
  color: #fff;
}
.header2 .header-index-inner .header-index-right .header-index-langs {
  color: #fff;
}
.header2 .nav-default-img {
  opacity: 0;
}
.header2 .nav-active-img {
  opacity: 0;
}
.header2 .nav-cur-img {
  opacity: 1;
}
.header2 .logo-active {
  opacity: 1;
}
.header2 .logo-default {
  opacity: 0;
}
.header1 {
  background: transparent;
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
}
.header-active {
  padding: 0 0;
  background: #0025AD;
  transition: 0.5s;
}
.header-active .logo-index a .default {
  display: none;
}
.header-active .logo-index a .active {
  display: block;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #fff;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #05E1D4;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
  left: -12px;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
  left: -12px;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #05E1D4;
}
.header-active .header-index-inner .header-index-right .header-index-line {
  background: #fff;
}
.header-active .header-index-inner .header-index-right .header-phone a {
  color: #fff;
}
.header-active .header-index-inner .header-index-right .header-index-langs {
  color: #fff;
}
.header-active .nav-default-img {
  opacity: 0;
}
.header-active .nav-active-img {
  opacity: 0;
}
.header-active .nav-cur-img {
  opacity: 1;
}
.header-active .logo-active {
  opacity: 1;
}
.header-active .logo-default {
  opacity: 0;
}
.header-visible {
  overflow: visible !important;
}
.headerDottom-pro {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.headerDottom {
  max-height: 0 !important;
  z-index: -1 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.header-height {
  max-height: 140px;
  overflow: hidden;
  transition: max-height 1s;
  z-index: 1000;
}
.langDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.langDialog .langDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.langDialog .langDialog-inner .langDialog-close {
  position: absolute;
  width: 160px;
  height: 160px;
  cursor: pointer;
  top: -80px;
  right: -80px;
  background: #05E1D4;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.langDialog .langDialog-inner .langDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}
.langDialog .langDialog-inner .langDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
  line-height: 30px;
}
.langDialog .langDialog-inner .langDialog-main {
  display: flex;
  flex-wrap: wrap;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  border: 1px solid #EFEFEF;
  transition: 0.5s;
  margin-right: 5%;
  height: 60px;
  border-radius: 30px;
  margin-top: 20px;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one p {
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:hover {
  background: #05E1D4;
  border: 1px solid #05E1D4;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:hover p {
  background: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:nth-of-type(3n) {
  margin-right: 0;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active {
  background: #05E1D4;
  border: 1px solid #05E1D4;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}
.searchDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.searchDialog .searchDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.searchDialog .searchDialog-inner .searchDialog-close {
  position: absolute;
  cursor: pointer;
  width: 160px;
  height: 160px;
  top: -80px;
  right: -80px;
  background: #05E1D4;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.searchDialog .searchDialog-inner .searchDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}
.searchDialog .searchDialog-inner .searchDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 36px;
  line-height: 30px;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner {
  width: 100%;
  height: 42px;
  position: relative;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input:focus {
  font-weight: 400;
  outline: none;
  font-size: 24px;
  color: #333333;
  line-height: 42px;
  border: none;
  border-bottom: 1px solid #333;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .icon-searchIcon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #ccc;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.page-desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.page-title {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  line-height: 32px;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.page-title .page-right {
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}
.page-title .page-right .default {
  width: 100%;
  height: 100%;
  display: block;
}
.page-title .page-right .active {
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  transform: skew(15deg);
  transition: 0.5s;
}
.page-title:hover {
  color: #F8B500;
}
.page-title:hover .page-right .active {
  transform: skew(0deg);
  left: 0;
}
.page-right-box {
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  z-index: 25;
}
.page-right-box .default {
  width: 100%;
  height: 100%;
  display: block;
}
.page-right-box .active {
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  transform: skew(15deg);
  transition: 0.5s;
}
.page-right-box:hover .active {
  transform: skew(0deg);
  left: 0;
}
.pageNside {
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  padding: 24px 0;
}
.pageNside .indexPage-outer {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  position: relative;
}
.pageNside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pageNside .nside-first a {
  color: #333333;
}
.pageNside .nside-first .index-nside {
  display: flex;
  align-content: center;
}
.pageNside .nside-first .index-nside .index-dot {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.pageNside .nside-first .index-nside .index-dot svg {
  width: 100%;
  height: 100%;
}
.pageNside .nside-first .nside-right {
  margin: 0 10px;
  color: #333333;
  font-size: 18px;
}
.pageNside .nside-a {
  transition: 0.5s;
}
.pageNside .nside-a:hover {
  color: #1A5ED4;
}
.pageNside .nside-a-last {
  font-weight: 550;
  color: #1A5ED4;
}
.indexPage-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.videoPopup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.videoPopup .videoPopup-inner {
  width: 80%;
  height: 80%;
  position: relative;
}
.videoPopup .videoPopup-inner video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
}
.videoPopup .videoPopup-inner .videoPopup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 68px;
  color: #fff;
  line-height: 72px;
  cursor: pointer;
  z-index: 4001;
}
.videoPopup-show {
  z-index: 4000;
  display: flex;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 120px;
  background: #FFFFFF;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  overflow: hidden;
  left: 0;
}
.nav-item-second .nav-item-second-inner {
  width: 100%;
}
.nav-item-second .nav-item-second-other {
  width: 1200px;
  margin: 0 auto;
  padding: 78px 0 58px;
  display: flex;
  justify-content: space-between;
}
.nav-item-second .nav-item-second-cur {
  width: 280px;
}
.nav-item-second .nav-item-second-cur .nav-item-second-a {
  display: flex;
  align-items: center;
  width: 100%;
}
.nav-item-second .nav-item-second-cur .nav-item-second-a .right {
  width: 60px;
  height: 60px;
  background: #0025AD;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur .nav-item-second-a .right img {
  width: 35%;
  display: block;
  transform: rotateZ(45deg);
}
.nav-item-second .nav-item-second-cur .nav-item-second-a .text {
  font-weight: 500;
  font-size: 34px;
  color: #0025AD;
  line-height: 42px;
  font-family: 'H-M';
  width: calc(100% - 80px);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur .nav-item-second-a:hover .right {
  background: #05E1D4;
}
.nav-item-second .nav-item-second-cur .nav-item-second-a:hover .text {
  color: #05E1D4;
}
.nav-item-second .nav-item-second-main {
  width: 900px;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one {
  position: relative;
  width: 250px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(192, 210, 223, 0.5);
  transition: 0.5s;
  display: flex;
  align-items: center;
  margin-right: 70px;
  margin-bottom: 20px;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one .nav-item-second-main-text {
  position: relative;
  z-index: 12;
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  transition: 0.5s;
  justify-content: space-between;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one .nav-item-second-main-text .dot {
  width: 5px;
  height: 5px;
  background: #C0D2DF;
  margin-right: 14px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one .nav-item-second-main-text .val {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  width: calc(100% - 19px);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one .nav-item-second-right {
  position: relative;
  z-index: 12;
  width: 20px;
  transition: 0.5s;
  overflow: hidden;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one .nav-item-second-right img {
  width: 70%;
  transform: rotateZ(45deg);
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/second-back.png') no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  content: "";
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one:hover {
  border-bottom: 1px solid rgba(192, 210, 223, 0);
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one:hover .nav-item-second-main-text {
  transform: translateX(30px);
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one:hover .nav-item-second-main-text .dot {
  background: #05E1D4;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one:hover .nav-item-second-main-text .val {
  color: #05E1D4;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one:hover .nav-item-second-right {
  width: 0;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one:hover::after {
  opacity: 1;
}
.nav-item-second .nav-item-second-main .nav-item-second-main-inner .nav-item-second-main-one:nth-of-type(3n) {
  margin-right: 0;
}
.nav-item-second .nav-item-second-pro {
  display: flex;
  align-items: center;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con {
  width: 70%;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top {
  width: 100%;
  padding: 50px 5% 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-a {
  display: flex;
  align-items: center;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-a .right {
  width: 60px;
  height: 60px;
  background: #0025AD;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-a .right img {
  width: 35%;
  display: block;
  transform: rotateZ(45deg);
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-a .text {
  font-weight: 500;
  font-size: 34px;
  color: #0025AD;
  line-height: 42px;
  font-family: 'H-M';
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-a:hover .right {
  background: #05E1D4;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-a:hover .text {
  color: #05E1D4;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-more {
  width: 150px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(192, 210, 223, 0.5);
  transition: 0.5s;
  justify-content: space-between;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-more .text {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  font-family: 'Roboto-R';
  transition: 0.5s;
  text-transform: uppercase;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-more .right {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #999;
  position: relative;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-more .right img {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-more .right .default {
  opacity: 1;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-more .right .active {
  opacity: 0;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-more:hover {
  padding: 10px 10px;
  border-bottom: 1px solid #05E1D4;
  background: #05E1D4;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-more:hover .text {
  color: #fff;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-more:hover .right {
  background: #fff;
  border: 1px solid #fff;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-more:hover .right .default {
  opacity: 0;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-more:hover .right .active {
  opacity: 1;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list {
  width: 100%;
  display: flex;
  min-height: calc(100% - 140px);
  white-space: normal;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types {
  width: 50%;
  background: #F1F9FF;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one {
  width: 100%;
  padding: 20px 10%;
  border-bottom: 1px solid rgba(192, 210, 223, 0.5);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one .text {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one .text a {
  position: relative;
  color: #333333;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one .text::before {
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one .text::after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
  right: 0;
  opacity: 0;
  transition: 0.5s;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/readmore-bai.svg') no-repeat;
  background-size: 100% auto;
  background-size: cover cover;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one-active {
  background: #0025AD;
  border-bottom: 1px solid #0025AD;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one-active .text a {
  color: #fff;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one-active .text::before {
  opacity: 1;
  left: -20px;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one-active .text::after {
  opacity: 1;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms {
  width: 50%;
  height: 420px;
  background: #FFFFFF;
  position: relative;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a {
  width: 100%;
  padding: 20px 14% 20px 10%;
  border-bottom: 1px solid rgba(192, 210, 223, 0.5);
  transition: 0.5s;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a .text {
  width: 100%;
  position: relative;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a .text a {
  position: relative;
  color: #666666;
  line-height: 24px;
  transition: 0.5s;
  font-weight: 400;
  font-size: 16px;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a .text::after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
  right: -15px;
  opacity: 0;
  transition: 0.5s;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/readmore-bai.svg') no-repeat;
  background-size: 100% auto;
  background-size: cover cover;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a-active {
  border-bottom: 1px solid #05E1D4;
  background: #05E1D4;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a-active .text a {
  color: #fff;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a-active .text::after {
  opacity: 1;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall-active {
  display: block;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall-op {
  opacity: 0 !important;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-img {
  width: 30%;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-inner {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/pro-item-back.png') no-repeat;
  background-size: cover;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .nav-item-second-pro-right-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one-active {
  opacity: 1;
  z-index: 33;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one-active:hover img {
  transform: scale(1.05);
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one-active {
  display: block;
}
.nav-item-second .nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one-op {
  opacity: 0;
}
.nav-item-second .pro-outer {
  position: relative;
  z-index: 1200;
  width: 90%;
  max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.nav-item-second .pro-outer .pro-outer-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.nav-item-second .pro-outer .pro-outer-top .pro-outer-title {
  font-weight: bold;
  font-size: 28px;
  color: #222222;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Medium';
}
.nav-item-second .pro-outer .pro-outer-top .title-dot {
  font-weight: 500;
  font-size: 100px;
  color: #1A5ED4;
  line-height: 30px;
  font-family: 'Roboto-Medium';
}
.nav-item-second .pro-outer .pro-outer-all {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro {
  width: calc(95% - 300px);
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-pro-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title {
  display: flex;
  align-items: center;
  width: 30%;
  padding: 15px 0 15px 20px;
  margin-right: 5%;
  position: relative;
  justify-content: space-between;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
  transition: 0.5s;
  margin-top: 35px;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title .proi-type-icon {
  width: 36px;
  height: 30px;
  position: relative;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title .proi-type-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title .proi-type-icon .default {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title .proi-type-icon .active {
  opacity: 0;
  transform: translate(-50%, -50%);
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title .proi-text {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  width: calc(100% - 110px);
  transition: 0.5s;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title .proi-type-right {
  width: 45px;
  position: relative;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title .proi-type-right .index {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  opacity: 0.8;
  transition: 0.5s;
  position: absolute;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title .proi-type-right .right-btn {
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title .proi-type-right .right-btn img {
  width: 100%;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title:hover {
  background: #1A5ED4;
  border-radius: 10px;
  border-bottom: 1px solid #1A5ED4;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title:hover .proi-type-icon .default {
  opacity: 0;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title:hover .proi-type-icon .active {
  opacity: 1;
  transform: translate(-50%, -50%) rotateY(360deg);
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title:hover .proi-text {
  color: #fff;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title:hover .proi-type-right .index {
  opacity: 0;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title:hover .proi-type-right .right-btn {
  opacity: 1;
  transform: translateY(-50%);
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title:nth-of-type(3n) {
  margin-right: 0;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title:nth-of-type(1) {
  margin-top: 0;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title:nth-of-type(2) {
  margin-top: 0;
}
.nav-item-second .pro-outer .pro-outer-all .nav-types-pro .nav-types-title:nth-of-type(3) {
  margin-top: 0;
}
.nav-item-second .pro-outer .pro-outer-all .pro-outer-img {
  width: 300px;
  height: 220px;
}
.nav-item-second .pro-outer .pro-outer-all .pro-outer-img .pro-outer-img-inner {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.nav-item-second .pro-outer .pro-outer-all .pro-outer-img .pro-outer-img-inner img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.nav-item-second .pro-outer .pro-outer-all .pro-outer-img .pro-outer-img-inner:hover img {
  transform: scale(1.05);
}
.user-menu-nav {
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 1.2s;
}
@keyframes aniPcNav {
  0% {
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 100vh;
    display: block;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 90%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .header-inner .header-lang {
  display: flex;
  align-items: center;
}
.headerM .header-inner .header-lang-one {
  position: relative;
}
.headerM .header-inner .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtn .langBtn-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.headerM .header-inner .langBtn .langBtn-img img {
  position: absolute;
  height: 26px;
  left: 2px;
  top: 2px;
}
.headerM .header-inner .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.headerM .header-inner .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 4px;
}
.headerM .header-inner .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner {
  width: 100%;
  background: rgba(0, 37, 173, 0.8);
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 10px;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a {
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  position: relative;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a:hover {
  background: #0025AD;
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 24px);
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.headerM .header-inner .langList .langList-inner a:nth-last-of-type(1):after {
  display: none;
}
.headerM .header-inner .langList .langList-inner .langList-last {
  border-bottom: 0;
}
.headerM .header-inner .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner a {
  height: 32px;
  padding: 0 10px;
  transition: all 0.5s;
}
.headerM .header-inner .action_item {
  width: 34px;
  height: 22px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: #333;
}
.headerM .logo {
  height: 33px;
}
.headerM .logo img {
  height: 100%;
  display: block;
}
.top_nav.show_nav {
  transform: translateY(0);
}
textarea {
  resize: none;
}
.top_nav {
  display: none;
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2900;
  height: 100vh;
  transform: translateY(-100vh);
  transition: 0.5s;
  background: #fff;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.top_nav .logo img {
  display: block;
  height: 36px;
}
.top_nav .top_nav_close {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.top_nav .top_nav_close svg {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 0;
  cursor: pointer;
}
.top_nav .nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.top_nav .nav .li {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px 0;
}
.top_nav .nav .li .menu a {
  width: 40px;
  display: flex;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
}
.top_nav .nav .li .menu p {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
  background: #05E1D4;
  border-radius: 50%;
}
.top_nav .nav .li .menu p img {
  width: 45%;
  display: block;
  object-fit: scale-down;
  position: absolute;
  transition: 0.5s;
}
.top_nav .nav .li .menu p .default {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top_nav .nav .li .menu p .active {
  top: 100%;
  left: -100%;
}
.top_nav .nav .li .menu p:hover {
  transform: translateX(12px);
}
.top_nav .nav .li .menu p:hover .default {
  top: -100%;
  left: 100%;
}
.top_nav .nav .li .menu p:hover .active {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 25px;
  transition: 0.5s;
}
.top_nav .nav .li .menu .index {
  font-size: 18px;
  color: #333;
}
.top_nav .nav .li .menu .name {
  font-size: 18px;
  color: #333;
  width: calc(100% - 50px);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
  transition: 0.5s;
}
.top_nav .nav .li .menu .name:hover {
  color: #05E1D4;
  transition: 0.5s;
}
.top_nav .nav .li .menu2 {
  width: 100%;
  height: auto;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 4%;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.5s linear;
}
.top_nav .nav .li .menu2 .item_list {
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val {
  line-height: 24px;
}
.top_nav .nav .li .menu2 .item_val a {
  color: #333;
  display: flex;
  margin-bottom: 6px;
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val a span {
  font-size: 12px;
  margin-right: 8px;
  white-space: nowrap;
}
.top_nav .nav .li .menu2 .item_val a p {
  font-size: 16px;
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #05E1D4;
}
.nban {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.82352941;
  z-index: 12;
}
.nban img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.nban .nban-outer {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1800px;
  z-index: 2;
}
.nban .nban-outer .nban-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.nban .nban-outer .nban-title-en {
  font-weight: bold;
  font-size: 90px;
  color: #05E1D4;
  line-height: 100px;
  font-family: 'Roboto-Bold';
  margin-top: 34px;
  text-transform: uppercase;
}
.nban .nban-side {
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 12;
  text-transform: uppercase;
}
.nban .nban-side .nside-first {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffff;
  line-height: 24px;
  flex-wrap: wrap;
}
.nban .nban-side a {
  font-weight: 400;
  font-size: 16px;
  color: #E6E6E6;
  line-height: 24px;
}
.nban .nban-side .right {
  width: 18px;
  height: 18px;
  margin: 0 8px;
}
.nban .nban-side .right svg {
  width: 100%;
  height: 100%;
}
.nban .nban-side .index-nside {
  display: flex;
  align-items: center;
}
.nban .nban-side .index-nside .index-dot {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.nban .nban-side .index-nside .index-dot svg {
  width: 100%;
  height: 100%;
}
.nban .nban-side .nside-second {
  font-weight: 400;
  font-size: 18px;
  color: #05E1D4;
  line-height: 26px;
}
.nside {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  margin: 0 auto;
}
.nside .indexPage-outer {
  padding: 24px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.nside .index-nside {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
}
.nside .index-nside .index-dot {
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 8px;
}
.nside .nside-right {
  font-size: 20px;
  margin: 0 5px;
  color: #fff;
  opacity: 0.8;
}
.nside .nside-a {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
  opacity: 0.8;
}
.nside .nside-a:hover {
  opacity: 1;
  transition: 0.5s;
}
.nside .nside-a-cur {
  font-weight: normal;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 65px;
}
.nside .nside-a-last {
  opacity: 1;
  transition: 0.5s;
  white-space: normal;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.indexPage-inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
}
.indexPage {
  width: 100%;
  padding-top: 100px;
}
.indexPage-last {
  padding-bottom: 100px;
}
.webPage {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'H-R';
}
.webPage .pages-a {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  background: transparent;
  font-weight: 400;
  font-size: 18px;
  color: #E6E6E6;
  line-height: 50px;
  transition: 0.5s;
}
.webPage .pages-a:hover {
  color: #05E1D4;
}
.webPage .pages-a-active {
  color: #05E1D4;
}
.webPage .pageBtn {
  cursor: pointer;
}
.webPage .pageBtn .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #05E1D4;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.webPage .pageBtn .icon img {
  position: absolute;
  width: 35%;
  height: 35%;
  object-fit: scale-down;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.webPage .pageBtn .icon .default {
  opacity: 1;
}
.webPage .pageBtn .icon .active {
  opacity: 0;
}
.webPage .pageBtn:hover .icon {
  background: #05E1D4;
}
.webPage .pageBtn:hover .icon .default {
  opacity: 0;
}
.webPage .pageBtn:hover .icon .active {
  opacity: 1;
}
.webPage .pre-pageBtn {
  margin-right: 10px;
}
.webPage .pre-pageBtn .icon img {
  transform: translate(-50%, -50%) rotateZ(-135deg);
}
.webPage .next-pageBtn {
  margin-left: 10px;
}
.webPage .next-pageBtn .icon img {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.webPage .pageBtn-active .icon {
  background: #05E1D4;
}
.webPage .pageBtn-active .icon .default {
  opacity: 0;
}
.webPage .pageBtn-active .icon .active {
  opacity: 1;
}
.webPage .webPage-num {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive {
  margin: 0 4px;
  display: flex;
  align-items: center;
  text-align: center;
}
.webPage .webPage-num .excessive p {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  background: transparent;
  color: #05E1D4;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}
.pro-types {
  width: 266px;
}
.pro-types .pro-types-inner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
}
.pro-types .pro-types-inner .pro-types-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  background: #233DD7;
  color: #fff;
  line-height: 36px;
  padding: 14px 30px;
}
.pro-types .pro-types-main {
  width: 100%;
  padding: 10px 10px 20px;
}
.pro-types .pro-types-main .pro-types-one {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  transition: 0.5s;
  padding: 14px 20px 14px 30px;
}
.pro-types .pro-types-main .pro-types-one .pro-types-name {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  max-width: calc(100% - 40px);
}
.pro-types .pro-types-main .pro-types-one .pro-types-right {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s;
  color: #233DD7;
  font-size: 24px;
}
.pro-types .pro-types-main .pro-types-one:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: rgba(35, 61, 215, 0.2);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:hover .pro-types-name {
  color: #233DD7;
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:hover .pro-types-right {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: rgba(35, 61, 215, 0.2);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active .pro-types-name {
  color: #233DD7;
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active .pro-types-right {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:nth-last-of-type(1) {
  border-bottom: none;
}
.second-inner-nav {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 27px 0;
}
.second-inner-nav .inner-nav-one {
  width: 207px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-right: 1px solid rgba(224, 224, 224, 0.5);
}
.second-inner-nav .inner-nav-one .icon {
  width: 40px;
  height: 30px;
  position: relative;
  margin-bottom: 16px;
}
.second-inner-nav .inner-nav-one .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 12;
}
.second-inner-nav .inner-nav-one .icon .default {
  opacity: 1;
}
.second-inner-nav .inner-nav-one .icon .active {
  opacity: 0;
}
.second-inner-nav .inner-nav-one .icon::after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 40px;
  height: 12px;
  background: #DBDBDB;
  border-radius: 50%;
  opacity: 0.4;
  content: "";
}
.second-inner-nav .inner-nav-one .title {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  opacity: 0.8;
  width: 100%;
  transition: 0.5s;
}
.second-inner-nav .inner-nav-one:hover .icon .default {
  opacity: 0;
}
.second-inner-nav .inner-nav-one:hover .icon .active {
  opacity: 1;
}
.second-inner-nav .inner-nav-one:hover .icon::after {
  background: #1A5ED4;
  opacity: 0.2;
}
.second-inner-nav .inner-nav-one:hover .title {
  color: #1A5ED4;
  opacity: 1;
}
.second-inner-nav .inner-nav-one:hover::after {
  width: 100%;
}
.second-inner-nav .inner-nav-one-active .icon .default {
  opacity: 0;
}
.second-inner-nav .inner-nav-one-active .icon .active {
  opacity: 1;
}
.second-inner-nav .inner-nav-one-active .icon::after {
  background: #1A5ED4;
  opacity: 0.2;
}
.second-inner-nav .inner-nav-one-active .title {
  color: #1A5ED4;
  opacity: 1;
}
.second-inner-nav .inner-nav-one-active::after {
  width: 100%;
}
.second-inner-nav .inner-nav-one:nth-last-of-type(1) {
  margin-right: 0;
}
.inner-nav {
  position: relative;
  z-index: 12;
  width: 100%;
}
.inner-nav .indexPage-outer {
  background: #F8B500;
  border-radius: 10px;
}
.inner-nav .inner-nav-main {
  padding: 26px 5%;
  display: flex;
  min-height: 90px;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.inner-nav .inner-nav-main .inner-nav-one {
  height: 100%;
  max-width: 33.33%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'LamaSans-Medium';
}
.inner-nav .inner-nav-main .inner-nav-one a {
  width: auto;
  height: 100%;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 26px;
  opacity: 0.6;
  line-height: 24px;
  transition: 0.5s;
  text-transform: uppercase;
}
.inner-nav .inner-nav-main .inner-nav-one .a {
  width: auto;
  height: 100%;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 26px;
  opacity: 0.6;
  line-height: 24px;
  transition: 0.5s;
  text-transform: uppercase;
}
.inner-nav .inner-nav-main .inner-nav-one .dot {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  position: absolute;
  top: -5px;
  left: 0;
}
.inner-nav .inner-nav-main .inner-nav-one:hover a {
  opacity: 1;
}
.inner-nav .inner-nav-main .inner-nav-one:hover .a {
  opacity: 1;
}
.inner-nav .inner-nav-main .inner-nav-one-active a {
  opacity: 1;
}
.inner-nav .inner-nav-main .inner-nav-one-active .a {
  opacity: 1;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
/* 滚动条整体 */
::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
/* 两个滚动条交接处 -- x轴和y轴 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #05E1D4;
  background: #05E1D4 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (min-width: 1921px) {
  .company-pro::after {
    width: 60%;
  }
}
@media only screen and (max-width: 1800px) {
  .nban .nban-outer .nban-title-en {
    font-size: 70px;
    line-height: 76px;
    margin-top: 25px;
  }
  .nban .nban-outer {
    top: 52%;
  }
}
@media only screen and (max-width: 1681px) {
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1650px) {
  .indexPage-outer {
    width: 90%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .contacti .foreign-outer {
    padding-bottom: 25px;
    padding-top: 20px;
  }
  footer .footer-new-top .footer-navs .a1 {
    font-size: 16px;
  }
  footer .footer-new-top {
    padding: 40px 0;
  }
  .contacti .form-input .input {
    line-height: 48px;
    height: 48px;
    padding: 0 5px 0 16px;
  }
  .contacti .contacti-bottom {
    padding-bottom: 12px;
  }
  footer .footer-new-bottom {
    padding: 24px 0;
  }
  .contacti .form-input .form-input-one {
    margin-bottom: 25px;
  }
  .contacti .formButton-box {
    margin-top: 12px;
  }
  .contacti .contacti-infos .contacti-info-a p:nth-of-type(2) {
    font-size: 32px;
  }
  .contacti .contacti-infos .contacti-info-a .a2 .a a {
    font-size: 32px;
  }
  .contacti .contacti-infos .contacti-info-a p:nth-of-type(1) {
    margin-bottom: 22px;
  }
  footer .footer-new-top .footer-new-left .footer-new-address {
    font-size: 16px;
  }
  .contacti .contacti-top .contacti-back-top {
    height: 130px;
  }
  .contacti .contacti-intro {
    margin-left: 0;
    padding: 0 5%;
    width: 100%;
    max-width: 520px;
  }
  .page-more {
    height: 88px;
  }
  .page-more .page-more-inner {
    height: 58px;
  }
  .page-more .page-more-inner .text {
    line-height: 58px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1598px) {
  .contacti .contacti-top .contacti-back-top {
    height: 100px;
  }
  .nban .nban-outer .nban-title-en {
    font-size: 58px;
    line-height: 66px;
    margin-top: 22px;
  }
}
@media only screen and (max-width: 1500px) {
  .nav-item-second {
    top: 114px;
  }
  .header-index .header-index-inner-other .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 20px;
  }
  .header-index .header-index-inner-other .header-index-nav nav .nav-item:nth-last-of-type(1) .nav-item-first {
    padding-right: 0;
  }
  .header-index .header-index-nav {
    padding-top: 20px;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    font-size: 16px;
  }
  .nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top {
    padding: 40px 5% 30px;
  }
  .nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-a .text {
    font-size: 28px;
  }
  .nav-item-second .nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-top .nav-item-second-a .right {
    width: 45px;
    height: 45px;
  }
  .nav-item-second .nav-item-second-cur .nav-item-second-a .right {
    width: 45px;
    height: 45px;
  }
  .nav-item-second .nav-item-second-other {
    padding: 58px 0 50px;
  }
  .nav-item-second .nav-item-second-cur .nav-item-second-a .text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1441px) {
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1365px) {
  .header-index .header-index-inner-other {
    width: 92%;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    font-size: 16px;
    height: 60px;
  }
  .nav-item-second {
    top: 104px;
  }
  .header-index .header-index-nav {
    padding-top: 20px;
  }
  .contacti .formButton-box .formButton .read-more-p {
    font-size: 14px;
    line-height: 48px;
  }
  .contacti .formButton-box .formButton {
    height: 56px;
  }
  .inner-nside .inner-nside-nav .nside-nav-inner-one .nside-nav-inner-one-a .text {
    font-size: 16px;
  }
  .inner-nside .laser {
    font-size: 60px;
    line-height: 80px;
    padding: 0 100px 0 80px;
  }
}
@media only screen and (max-width: 1281px) {
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 55px;
  }
  .indexPage-last {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1250px) {
  .inner-nside .inner-nside-nav {
    height: 70px;
  }
  .nban .nban-outer {
    top: 46%;
  }
  .inner-nside {
    transform: translateY(-30px);
  }
  .nban .nban-outer .nban-title-en {
    font-size: 45px;
    line-height: 58px;
    margin-top: 18px;
  }
  .nban .nban-outer .nban-inner {
    width: 100%;
  }
  .contacti .foreign-outer {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .contacti .contacti-intro-outer {
    padding-top: 34px;
  }
  .contacti .contacti-back-bottom {
    height: 94px;
  }
  .contacti .contacti-top .contacti-back-top {
    height: 78px;
  }
  .contacti .contacti-infos {
    width: 45%;
  }
  .contacti .form {
    width: 55%;
  }
  footer .footer-new-top .footer-contactShare {
    margin-bottom: 25px;
  }
  footer .footer-new-top .footer-new-left .footer-new-logo {
    margin-bottom: 25px;
  }
  footer .footer-new-bottom {
    padding: 22px 0;
  }
  footer .footer-new-top {
    padding: 34px 0 32px;
  }
  .contacti .contacti-infos .contacti-info-a p:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .contacti .contacti-infos .contacti-info-a p:nth-of-type(2) {
    font-size: 26px;
  }
  .contacti .contacti-infos .contacti-info-a .a2 .a a {
    font-size: 26px;
  }
  .headerM {
    display: block;
  }
  .header-index {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .nban {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  .webPage .pages-a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1025px) {
  .nban {
    margin-top: 65px;
  }
  .indexPage-outer {
    width: 90%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 50px;
  }
  .indexPage-last {
    padding-bottom: 50px;
  }
  .webPage .pages-a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .webPage .pageBtn .icon {
    width: 36px;
    height: 36px;
  }
  .inner-nside .inner-nside-nav .nside-nav-inner-one .nside-nav-inner-one-a .text {
    font-size: 14px;
  }
  .webPage .webPage-num .excessive p {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .proPage .webPage {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .inner-nside .inner-nside-nav .nside-nav-inner-one {
    width: 152px;
  }
  .inner-nside .inner-nside-nav {
    height: 60px;
  }
  .inner-nside .laser {
    font-size: 46px;
    line-height: 60px;
    padding: 0 90px 0 60px;
    transform: translateY(-27px);
  }
  .page-more {
    width: 160px;
    height: 70px;
  }
  .page-more .page-more-inner {
    width: 160px;
    height: 54px;
  }
  .page-more .page-more-inner .text {
    line-height: 54px;
  }
  .page-more .page-more-inner .right {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 920px) {
  .contacti .form-input .form-input-one {
    width: 100%;
  }
  .contacti .contacti-infos .contacti-info-a p:nth-of-type(2) {
    font-size: 20px;
  }
  .contacti .contacti-infos .contacti-info-a .a2 .a a {
    font-size: 20px;
  }
  footer .footer-new-top .footer-navs .a1 {
    font-size: 14px;
  }
  .contacti .contacti-infos .contacti-info-a p:nth-of-type(1) {
    margin-bottom: 16px;
  }
  .contacti .contacti-top .contacti-back-top {
    height: 60px;
  }
  .contacti .contacti-intro-outer {
    padding-top: 30px;
  }
  .contacti .contacti-back-bottom {
    height: 92px;
  }
}
@media only screen and (max-width: 825px) {
  footer .footer-new-bottom {
    padding: 20px 0 90px;
  }
  .headerM .logo {
    height: 22px;
  }
  .indexPage {
    padding-top: 42px;
  }
  .indexPage-last {
    padding-bottom: 42px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .sidefixed .sideitemOther {
    top: 0;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 18px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .nban .nban-outer {
    width: 90%;
  }
  .inner-nside .inner-nside-nav .nside-nav-inner-one {
    width: 142px;
  }
  .inner-nside .laser {
    font-size: 38px;
    line-height: 50px;
    padding: 0 70px 0 40px;
    transform: translateY(-30px);
  }
  .inner-nside .inner-nside-nav {
    transform: skewX(-16deg) translateX(0px);
    justify-content: center;
    width: 100%;
    background: none;
    height: auto;
  }
  .inner-nside .inner-nside-nav .nside-nav-inner-one {
    background: #0025AD;
    padding: 16px 10px;
  }
  .inner-nside .inner-nside-nav .nside-nav-inner-one-active {
    background: #05E1D4;
  }
  .inner-nside .nside-nav-main {
    flex-wrap: wrap;
    justify-content: center;
  }
  .inner-nside .laser {
    display: none;
  }
  .inner-nside {
    transform: translateY(0);
    padding: 0 12px;
  }
  .nban .nban-side .right {
    width: 15px;
    height: 15px;
    margin: 0 7px;
  }
  .nban .nban-side .nside-first {
    font-size: 14px;
  }
  .nban .nban-side .nside-second {
    font-size: 16px;
  }
  .nban .nban-side a {
    font-size: 14px;
  }
  .nban .nban-outer .nban-title-en {
    font-size: 36px;
    line-height: 36px;
    margin-top: 14px;
  }
  .top_nav .logo img {
    height: 24px;
  }
  .contacti .indexPage-inner {
    flex-wrap: wrap;
  }
  .contacti .contacti-intro-outer {
    padding-top: 25px;
  }
  .contacti .contacti-back-bottom {
    height: 80px;
  }
  footer .footer-new-top .footer-new-left {
    width: 100%;
    max-width: 100%;
  }
  footer .footer-new-top .footer-contactShare {
    margin-bottom: 22px;
  }
  .contacti form {
    margin-top: 5px;
  }
  .contacti .form-input .input {
    line-height: 45px;
    height: 45px;
  }
  .contacti .form-input .form-input-one {
    margin-bottom: 20px;
  }
  footer .footer-new-top {
    padding: 24px 0 25px;
  }
  footer .footer-new-top .footer-navs {
    justify-content: flex-start;
  }
  footer .footer-new-top .footer-navs-other {
    justify-content: flex-start;
  }
  footer .footer-new-top .footer-contactShare {
    margin-bottom: 18px;
  }
  footer .footer-new-top .footer-navs .footer-nav-one {
    width: 33.33%;
    margin-top: 6px;
  }
  footer .footer-new-top .footer-navs-other .footer-nav-one {
    margin-left: 0;
  }
  footer .footer-new-top .footer-new-left .footer-new-logo {
    max-width: 260px;
    margin-bottom: 18px;
  }
  footer .footer-new-top .footer-new-right {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }
  .contacti .contacti-top .contacti-back-top {
    height: 50px;
  }
  .contacti .contacti-infos {
    width: 100%;
  }
  .contacti .form {
    width: 100%;
  }
  .contacti .foreign-outer {
    padding-top: 48px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 14px;
  }
  .headerM .logo {
    height: 22px;
  }
}
@media only screen and (max-width: 641px) {
  .nban {
    margin-top: 50px;
  }
  .headerM .logo {
    height: 22px;
  }
  .indexPage {
    padding-top: 38px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .headerM .header-inner .action_item {
    width: 25px;
    height: 18px;
    margin-left: 20px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }
}
@media only screen and (max-width: 521px) {
  .indexPage {
    padding-top: 32px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 431px) {
  .nban {
    margin-top: 42px;
  }
  .sidefixedM .sideitem1 .sideins {
    left: 12px;
    transform: translateX(0);
  }
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .indexPage {
    padding-top: 38px;
  }
  .nban {
    margin-top: 42px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .headerM .header-inner {
    height: 42px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 14px;
    margin-left: 15px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
}
@media (max-width: 396px) {
  .nban .nban-outer .nban-title-en {
    font-size: 30px;
    line-height: 26px;
    margin-top: 12px;
  }
  .nban .nban-side .nside-first {
    font-size: 12px;
  }
  footer .footer-new-top .footer-new-left .footer-new-address {
    font-size: 14px;
  }
  .nban .nban-side a {
    font-size: 12px;
  }
  .nban .nban-side .nside-second {
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  footer .footer-new-top .footer-navs .footer-nav-one {
    width: 50%;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .indexPage {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 354px) {
  .headerM .logo {
    height: 18px;
  }
}
