* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  /* break-all; */
}
@font-face {
  font-family: 'Fonarto-Bold';
  src: url("../css/fonts/Fonarto-Bold-3.otf");
}
@font-face {
  font-family: 'Fonarto-Light';
  src: url("../css/fonts/Fonarto-Light-4.otf");
}
@font-face {
  font-family: 'Fonarto-Regular';
  src: url("../css/fonts/Fonarto-Regular-5.otf");
}
@font-face {
  font-family: 'IdealistLevel';
  src: url("../css/fonts/IdealistLevel-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 {
  overflow-x: hidden;
  width: 100%;
  color: #333;
  font-size: 14px;
  scroll-behavior: smooth;
}
.swiper {
  overflow: hidden;
}
.container {
  width: 100%;
  position: relative;
  word-break: break-all;
  font-family: 'Fonarto-Regular';
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.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;
}
.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: #F8B500;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #F8B500;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #F8B500;
  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: #F8B500;
}
.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: #F8B500;
  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: #F8B500;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #F8B500;
  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: #F8B500;
  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: #F8B500;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #F8B500;
}
.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: 3200;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #F8B500;
}
.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: #F8B500;
  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 {
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/footer-back.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.formMessage {
  opacity: 0;
  z-index: -1;
}
.el-message-fade-enter-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
footer .footer-new-top {
  display: block;
  padding-bottom: 80px;
  position: relative;
  z-index: 2005;
}
footer .footer-new-top .indexPage-outer {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
footer .footer-new-top .footer-list {
  width: 50%;
  display: flex;
}
footer .footer-new-top .footer-list .footer-top-one {
  width: 50%;
}
footer .footer-new-top .footer-intro {
  font-weight: 400;
  font-size: 72px;
  color: #2C2C2C;
  line-height: 72px;
  width: 40%;
}
footer .footer-new-top .footer-navs .footer-nav-one {
  width: 100%;
  margin-bottom: 25px;
}
footer .footer-new-top .footer-navs .a1 {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  position: relative;
}
footer .footer-new-top .footer-navs .a1:hover .add {
  opacity: 1;
  transform: translateY(-5px);
}
footer .footer-new-top .footer-navs .a1:hover::after {
  width: 100%;
}
footer .footer-new-top .footer-navs .a1::after {
  width: 0;
  height: 1px;
  background: #333;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.5s;
}
footer .footer-new-top .footer-navs .add {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(0px);
  height: 22px;
}
footer .footer-new-top .footer-navs .add img {
  width: 22px;
  display: block;
  transform: translateY(-2px);
}
footer .footer-new-top .footer-navs .footer-nav-one-add .add {
  opacity: 1;
}
footer .footer-new-top .footer-navs .footer-nav-one-contact .add {
  opacity: 1;
}
footer .footer-new-top .footer-navs .footer-nav-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer .footer-new-top .footer-share .footer-share-one {
  width: 100%;
}
footer .footer-new-top .footer-share .share-a {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
footer .footer-new-top .footer-share .share-a .icon {
  width: 20px;
}
footer .footer-new-top .footer-share .share-a .icon img {
  width: 100%;
  display: block;
  object-fit: scale-down;
}
footer .footer-new-top .footer-share .share-a .text {
  margin: 0 0px 0 10px;
  text-transform: uppercase;
  transform: translateY(3px);
}
footer .footer-new-top .footer-share .share-a .add {
  width: 22px;
  position: relative;
  height: 22px;
  overflow: hidden;
}
footer .footer-new-top .footer-share .share-a .add img {
  width: 100%;
  display: block;
  object-fit: scale-down;
  position: absolute;
  transition: 0.5s;
}
footer .footer-new-top .footer-share .share-a .add .default {
  top: 0;
  left: 0;
}
footer .footer-new-top .footer-share .share-a .add .active {
  top: 100%;
  left: -100%;
}
footer .footer-new-top .footer-share .share-a:hover .add .default {
  top: -100%;
  left: 100%;
}
footer .footer-new-top .footer-share .share-a:hover .add .active {
  top: 0;
  left: 0;
}
footer .footer-new-bottom {
  width: 100%;
  position: relative;
  z-index: 12;
}
footer .footer-new-bottom .footer-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-new-bottom .indexPage-outer {
  padding: 30px 0;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E2C474;
}
footer .footer-new-bottom .footer-bottom-infor-aone {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  flex-wrap: wrap;
  color: #2C2C2C;
  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: #2C2C2C;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-a {
  position: relative;
}
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: #2C2C2C;
  content: "";
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-ziiynn {
  margin-right: 10px;
}
footer .footer-top-erweima {
  width: 50px;
  position: relative;
  z-index: 12;
}
footer .footer-share-a {
  width: 50px;
  position: relative;
  cursor: pointer;
}
footer .footer-share-a .footer-share-box {
  width: 50px;
}
footer .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;
}
footer .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .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;
  /* 你可以改变颜色 */
}
footer .footer-share-a .svg-box {
  width: 56px;
}
footer .footer-share-a .svg-box img {
  width: 100%;
  transition: 0.5s;
}
footer .footer-share-a .svg-box:hover img {
  transition: 0.5s;
}
footer .footer-share-a1 {
  width: 20px;
  margin-top: 20px;
}
footer .footer-share-a1 .svg-box {
  width: 20px;
}
.contacti {
  position: relative;
}
.contacti .contacti-infos {
  width: 100%;
}
.contacti .contacti-infos .contacti-info-side {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.contacti .contacti-infos .contacti-info-side .contacti-info-a {
  font-weight: bold;
  font-size: 48px;
  color: #2C2C2C;
  line-height: 54px;
  font-family: 'Fonarto-Bold';
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.contacti .contacti-infos .contacti-info-side .contacti-info-a:hover {
  color: #F8B500;
}
.contacti .contacti-infos .contacti-info-side1 {
  justify-content: center;
}
.contacti .contacti-infos .contacti-info-side1 .contacti-info-a {
  margin: 0 25px;
}
@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);
  }
}
.contacti .contacti-main {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.contacti .contacti-main .title {
  font-weight: 400;
  font-size: 313px;
  color: #2C2C2C;
  line-height: 313px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  animation: contacti-dot 6s linear infinite;
  white-space: nowrap;
}
.contacti .contacti-main .title1 {
  left: -50%;
  animation: contacti-dot1 6s linear infinite;
}
.contacti .contacti-main .title-ru {
  font-size: 10vw !important;
}
.contacti .contacti-main .title-fr {
  font-size: 10vw !important;
}
@keyframes contacti-dot {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes contacti-dot1 {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.contacti .form {
  width: 60%;
  max-width: 900px;
  background: #F8F8F8;
  border-radius: 30px;
  padding: 3.334% 5.5%;
  position: relative;
  z-index: 12;
}
.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: #333333;
  font-family: 'IdealistLevel';
  line-height: 52px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 26px;
  padding: 0 5px 0 25px;
  transition: 0.5s;
}
.contacti .form-input .input::placeholder {
  color: #333333;
  border: 0;
  outline: none;
  text-transform: uppercase;
  transform: translateY(2px);
  transition: 0.2s;
}
.contacti .form-input .input:focus {
  color: #333;
  border: 0;
  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;
}
.contacti .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  font-family: 'IdealistLevel';
  line-height: 48px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 15px 5px 0 30px;
  transition: 0.5s;
}
.contacti .form-message .message::placeholder {
  color: #333;
  border: 0;
  outline: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.contacti .form-message .message:focus {
  color: #333;
  border: 0;
  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: 20px;
  z-index: 20;
  position: relative;
}
.contacti .formButton-box .formButton {
  width: auto;
  height: 54px;
  background: #2C2C2C;
  border-radius: 27px;
  margin-top: 10px;
  z-index: 12;
  overflow: hidden;
  transition: 0.5s;
  text-transform: uppercase;
  font-family: 'Fonarto-Regular';
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.contacti .formButton-box .formButton .read-dot {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 8px;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-dot img {
  width: 50%;
  transform: rotateZ(45deg);
  transition: 0.5s;
}
.contacti .formButton-box .formButton .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: 100%;
  transition: 0.5s;
  position: relative;
  padding: 0 60px 0 66px;
}
.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:hover {
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contacti .formButton-box .formButton:hover .read-dot {
  left: calc(100% - 46px);
}
.contacti .formButton-box .formButton:hover .read-dot img {
  transform: rotateZ(0deg);
}
.contacti .formButton-box .formButton:hover .read-more-p {
  transform: translateX(-12px);
}
.contacti .formButton-box .form-up-btn {
  margin-right: 30px;
  width: auto;
  height: 54px;
  background: #2C2C2C;
  border-radius: 27px;
  margin-top: 10px;
  z-index: 12;
  overflow: hidden;
  transition: 0.5s;
  text-transform: uppercase;
  font-family: 'Fonarto-Regular';
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.contacti .formButton-box .form-up-btn .read-dot {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 8px;
  transition: 0.5s;
}
.contacti .formButton-box .form-up-btn .read-dot img {
  width: 50%;
  transform: rotateZ(45deg);
  transition: 0.5s;
}
.contacti .formButton-box .form-up-btn .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: 100%;
  transition: 0.5s;
  position: relative;
  padding: 0 60px 0 66px;
}
.contacti .formButton-box .form-up-btn .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 .form-up-btn:hover {
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contacti .formButton-box .form-up-btn:hover .read-dot {
  left: calc(100% - 46px);
}
.contacti .formButton-box .form-up-btn:hover .read-dot img {
  transform: rotateZ(0deg);
}
.contacti .formButton-box .form-up-btn:hover .read-more-p {
  transform: translateX(-12px);
}
.contacti .formButton-box .form-up-btn .el-upload {
  width: 100%;
}
.contacti .formButton-box .form-up-btn input {
  display: none;
}
.contacti::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: auto;
  top: 32%;
  aspect-ratio: 1.41176471;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/contact-back.png') no-repeat;
  background-size: 100% 100%;
}
.public-btn {
  width: auto;
  height: 54px;
  background: #2C2C2C;
  border-radius: 27px;
  z-index: 12;
  overflow: hidden;
  transition: 0.5s;
  font-family: 'Fonarto-Regular';
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.public-btn .read-dot {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 8px;
  transition: 0.5s;
}
.public-btn .read-dot img {
  width: 50%;
  transform: rotateZ(45deg);
  transition: 0.5s;
}
.public-btn .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: 100%;
  transition: 0.5s;
  position: relative;
  padding: 0 40px 0 66px;
}
.public-btn .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 60px;
  transition: 0.5s;
}
.public-btn:hover {
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.public-btn:hover .read-dot {
  left: calc(100% - 46px);
}
.public-btn:hover .read-dot img {
  transform: rotateZ(0deg);
}
.public-btn:hover .read-more-p {
  transform: translateX(-30px);
}
.header-index {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  max-height: 100px;
  background: transparent;
  transition: max-height 1s;
}
.header-index .header-index-inner {
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  position: relative;
  align-items: center;
}
.header-index .header-index-inner .header-index-left {
  display: flex;
  align-items: center;
  width: 90px;
}
.header-index .header-index-inner .logo-index {
  width: 90px;
  height: 60px;
}
.header-index .header-index-inner .logo-index a {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.header-index .header-index-inner .logo-index a img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header-index .header-index-inner .header-index-nav {
  width: calc(100% - 300px);
  white-space: nowrap;
  height: 100%;
}
.header-index .header-index-inner .header-index-nav nav {
  width: 100%;
}
.header-index .header-index-inner .header-index-nav nav ul {
  display: flex;
  align-items: center;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 40px;
  font-weight: 500;
  font-size: 18px;
  height: 100px;
  line-height: 24px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333333;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
  text-transform: uppercase;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p img {
  width: 20px;
  transform: translateY(3px);
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p p {
  position: relative;
  z-index: 12;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 14px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/nav-item-dot.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s ease-in-out;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  transform: translateX(0);
  opacity: 1;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  transform: translateX(0);
  opacity: 1;
}
.header-index .header-index-inner .header-index-nav nav .nav-item:nth-last-of-type(1) .nav-item-first {
  padding-right: 0;
}
.header-index .header-index-inner .header-index-right {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}
.header-index .header-index-inner .header-index-right .header-phone {
  margin-left: 12px;
  position: relative;
  z-index: 12;
}
.header-index .header-index-inner .header-index-right .header-phone a {
  color: #333333;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-langs {
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  justify-content: center;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 24px;
  transition: 0.5s;
  position: relative;
  z-index: 12;
  text-transform: uppercase;
  font-family: 'IdealistLevel';
  padding: 0 12px;
}
.header-index .header-index-inner .header-index-right .header-index-langs p {
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover {
  color: #333333;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover p {
  border-bottom: 1px solid #333333;
}
.header-index .header-index-inner .header-index-right .header-index-line {
  width: 1px;
  height: 15px;
  background: #333333;
  opacity: 0.4;
  position: relative;
  z-index: 12;
}
.header-index .header-index-inner .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-inner .header-index-right .header-index-contact .contact-icon {
  width: 18px;
  cursor: pointer;
  height: 22px;
  position: relative;
}
.header-index .header-index-inner .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-inner .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-inner .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: #F8B500;
  position: relative;
}
.header-index .header-index-inner .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 #F8B500;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val a {
  color: #fff;
  white-space: nowrap;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val:hover span::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact span {
  position: relative;
}
.header-index .header-index-inner .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-inner .header-index-right .header-index-contact .header-lang-oneA-val-active {
  opacity: 1;
  height: 48px;
  z-index: 2005;
  transition: 0.5s;
  padding-top: 13px;
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-active-img {
  opacity: 1;
  transform: scale(1.2);
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-search {
  cursor: pointer;
  padding: 0 20px;
  position: relative;
  z-index: 12;
}
.header-index .header-index-inner .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-inner .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-inner .header-index-right .header-index-search:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-active-img {
  opacity: 1;
  transform: scale(1.2);
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-nav-cn {
  width: calc(100% - 300px);
}
.header-index .header-index-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ebe7df;
  opacity: 0;
  transition: 0.5s;
}
.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: #ffffff url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/header-back.png') no-repeat;
  background-size: cover;
  transition: 0.5s;
}
.header2 .header-index-inner::after {
  opacity: 1;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::after {
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/nav-item-dot.png') no-repeat;
  background-size: 100% 100%;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
  transform: translateX(0);
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
  transform: translateX(0);
}
.header2 .header-index-inner .header-index-right .header-index-line {
  background: #333;
}
.header2 .header-index-inner .header-index-right .header-phone a {
  color: #333;
}
.header2 .header-index-inner .header-index-right .header-index-langs {
  color: #333;
}
.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: #ffffff url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/header-back.png') no-repeat;
  background-size: cover;
  transition: 0.5s;
}
.header-active .header-index-inner::after {
  opacity: 1;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::after {
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/nav-item-dot.png') no-repeat;
  background-size: 100% 100%;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
  transform: translateX(0);
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
  transform: translateX(0);
}
.header-active .header-index-inner .header-index-right .header-index-line {
  background: #333;
}
.header-active .header-index-inner .header-index-right .header-phone a {
  color: #333;
}
.header-active .header-index-inner .header-index-right .header-index-langs {
  color: #333;
}
.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: #F8B500;
  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: #F8B500;
  border: 1px solid #F8B500;
  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: #F8B500;
  border: 1px solid #F8B500;
  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: #F8B500;
  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: #F7FBFF;
  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: #115DA9;
}
.pageNside .nside-a-last {
  font-weight: 550;
  color: #115DA9;
}
.stroked-text {
  padding-bottom: 50px;
  width: 100%;
}
.stroked-text img {
  display: block;
  max-width: 567px;
  width: 60%;
}
.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: 100px;
  background: #ffffff url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/second-other.png') no-repeat;
  background-size: cover;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 2001;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nav-item-second .nav-item-second-inner {
  width: 100%;
  max-width: 900px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.nav-item-second .nav-item-second-inner .nav-item-second-left {
  width: calc(95% - 260px);
  display: flex;
  align-items: flex-start;
}
.nav-item-second .nav-item-second-inner .nav-item-second-title {
  font-weight: 400;
  font-size: 24px;
  color: #2B2B2B;
  line-height: 24px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 30px;
  margin-top: 5px;
}
.nav-item-second .nav-item-second-inner .nav-item-second-title .nav-item-second-icon {
  width: 38px;
  height: 38px;
  background: #2C2C2C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.nav-item-second .nav-item-second-inner .nav-item-second-title .nav-item-second-icon img {
  width: 60%;
  display: block;
  transform: rotateZ(45deg);
}
.nav-item-second .nav-item-second-inner .nav-item-second-title .nav-item-second-text {
  transform: translateY(4px);
}
.nav-item-second .nav-item-second-inner .nav-item-second-page {
  width: 230px;
}
.nav-item-second .nav-item-second-inner .nav-item-second-page .nav-item-second-a-one {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBE7DF;
  padding: 14px 0;
  margin-bottom: 18px;
  transition: 0.5s;
  position: relative;
}
.nav-item-second .nav-item-second-inner .nav-item-second-page .nav-item-second-a-one i {
  color: #2B2B2B;
  font-size: 20px;
  font-weight: bold;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner .nav-item-second-page .nav-item-second-a-one .text {
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 24px;
  opacity: 0.9;
  width: calc(100% - 45px);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner .nav-item-second-page .nav-item-second-a-one::after {
  content: "";
  height: 1px;
  width: 0;
  background: #F8B500;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner .nav-item-second-page .nav-item-second-a-one:hover i {
  color: #F8B500;
}
.nav-item-second .nav-item-second-inner .nav-item-second-page .nav-item-second-a-one:hover .text {
  color: #F8B500;
  opacity: 1;
}
.nav-item-second .nav-item-second-inner .nav-item-second-page .nav-item-second-a-one:hover::after {
  width: 100%;
}
.nav-item-second .nav-item-second-inner .nav-item-second-page .nav-item-second-a-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.nav-item-second .nav-item-second-inner .nav-item-second-img {
  width: 260px;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 10px;
  height: 167px;
}
.nav-item-second .nav-item-second-inner .nav-item-second-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner .nav-item-second-img:hover img {
  transform: scale(1.05);
}
.nav-item-second-pro {
  background: #ffffff url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/pro-nban-back.png') no-repeat;
  background-size: 100% 100%;
  white-space: initial;
}
.nav-item-second-pro .nav-item-second-inner {
  justify-content: flex-start;
  align-items: flex-start;
  transition: 0.5s;
}
.nav-item-second-pro .type-first {
  width: 230px;
  margin-right: 40px;
}
.nav-item-second-pro .type-first .type-first-a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  padding: 14px 0;
  border-bottom: 1px solid #ebe7df;
}
.nav-item-second-pro .type-first .type-first-a .icon {
  width: 22px;
  height: 22px;
  position: relative;
}
.nav-item-second-pro .type-first .type-first-a .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
  transition: 0.5s;
}
.nav-item-second-pro .type-first .type-first-a .icon .default {
  opacity: 1;
}
.nav-item-second-pro .type-first .type-first-a .icon .active {
  opacity: 0;
}
.nav-item-second-pro .type-first .type-first-a .text {
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 24px;
  opacity: 0.9;
  font-family: 'IdealistLevel';
  transition: 0.5s;
  width: calc(100% - 30px);
}
.nav-item-second-pro .type-first .type-first-a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #F8B500;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.nav-item-second-pro .type-first .type-first-actvie .icon .default {
  opacity: 0;
}
.nav-item-second-pro .type-first .type-first-actvie .icon .active {
  opacity: 1;
}
.nav-item-second-pro .type-first .type-first-actvie::after {
  width: 100%;
}
.nav-item-second-pro .type-first .type-first-actvie .text {
  color: #F8B500;
}
.nav-item-second-pro .type-seconds {
  width: 230px;
}
.nav-item-second-pro .type-seconds .type-seconds-inner {
  width: 100%;
  display: none;
}
.nav-item-second-pro .type-seconds .type-second-a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBE7DF;
  padding: 14px 0;
  margin-bottom: 12px;
  transition: 0.5s;
  position: relative;
}
.nav-item-second-pro .type-seconds .type-second-a i {
  color: #2B2B2B;
  font-size: 20px;
  font-weight: bold;
  transition: 0.5s;
}
.nav-item-second-pro .type-seconds .type-second-a .text {
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 24px;
  opacity: 0.9;
  width: calc(100% - 45px);
  transition: 0.5s;
}
.nav-item-second-pro .type-seconds .type-second-a::after {
  content: "";
  height: 1px;
  width: 0;
  background: #F8B500;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.nav-item-second-pro .type-seconds .type-second-a:hover i {
  color: #F8B500;
}
.nav-item-second-pro .type-seconds .type-second-a:hover .text {
  color: #F8B500;
  opacity: 1;
}
.nav-item-second-pro .type-seconds .type-second-a:hover::after {
  width: 100%;
}
.nav-item-second-pro .type-seconds .type-second-a-op {
  opacity: 0 !important;
}
.nav-item-second-pro .type-seconds .type-seconds-inner-active {
  display: block;
}
.nav-item-second-pro .type-seconds .fade-enter-active,
.nav-item-second-pro .type-seconds .fade-leave-active {
  transition: opacity 1s;
}
.nav-item-second-pro .type-seconds .fade-enter,
.nav-item-second-pro .type-seconds .fade-leave-to {
  opacity: 0;
}
.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(248, 181, 0, 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: #F8B500;
  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: 50px;
}
.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: 80px;
}
.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 .proMenu-a {
  width: 230px;
  height: 42px;
  background: #18434A;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 10px;
}
.top_nav .proMenu-a .proMenu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.top_nav .proMenu-a .proMenu-icon img {
  width: 100%;
}
.top_nav .proMenu-a:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.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;
  border-radius: 50%;
  background: #F8B500;
}
.top_nav .nav .li .menu p img {
  width: 100%;
  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;
}
.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;
}
.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: #F8B500;
  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: #F8B500;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1800px;
}
.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: 'IdealistLevel';
}
.webPage .pages-a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0 5px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
.webPage .pages-a:hover {
  background: #F8B500;
  color: #fff;
}
.webPage .pages-a-active {
  background: #F8B500;
  color: #fff;
}
.webPage .pageBtn {
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 38px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.webPage .pageBtn .text {
  transform: translateY(2px);
}
.webPage .pageBtn:hover {
  color: #F8B500;
}
.webPage .pageBtn:hover .icon .default {
  opacity: 0;
}
.webPage .pageBtn:hover .icon .active {
  opacity: 1;
}
.webPage .pageBtn .icon {
  width: 22px;
  height: 22px;
  position: relative;
  margin: 0 5px;
}
.webPage .pageBtn .icon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.webPage .pageBtn .icon .default {
  opacity: 1;
}
.webPage .pageBtn .icon .active {
  opacity: 0;
}
.webPage .pre-pageBtn {
  margin-right: 5%;
}
.webPage .next-pageBtn {
  margin-left: 5%;
}
.webPage .pageBtn-active {
  color: #F8B500;
}
.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;
  color: #F8B500;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}
.webPage .webPage-num .excessive p {
  width: 38px;
  height: 38px;
  margin: 0 5px;
  background: #F8B500;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
}
.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;
}
.nban {
  position: relative;
  aspect-ratio: 2.82352941;
}
.nban img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.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;
}
.nban .nban-outer .nban-inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1500px;
}
.nban .nban-outer .nban-title {
  font-weight: bold;
  font-size: 72px;
  color: #F8B500;
  line-height: 74px;
}
.nban .nban-outer .nban-desc {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 52px;
  margin-top: 30px;
  font-family: 'IdealistLevel';
  width: 50%;
}
.nban .nban-side {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1500px;
}
.nban-side {
  z-index: 12;
}
.nban-side .nban-side-inner {
  display: inline-flex;
  align-items: center;
  height: 56px;
  background: #2C2C2C;
  border-radius: 28px;
}
.nban-side .nban-side-one {
  display: flex;
  align-items: center;
  width: 196px;
  height: 100%;
  font-family: 'IdealistLevel';
  padding: 0 28px;
  border-radius: 28px;
  transition: 0.5s;
}
.nban-side .nban-side-one .index {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.3;
  margin-right: 15px;
  transition: 0.5s;
}
.nban-side .nban-side-one .text {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  width: calc(100% - 35px);
}
.nban-side .nban-side-one:hover {
  background: #F8B500;
}
.nban-side .nban-side-one:hover .index {
  opacity: 0.6;
}
.nban-side .nban-side-one-active {
  background: #F8B500;
}
.nban-side .nban-side-one-active .index {
  opacity: 0.6;
}
.nban-side-pc {
  display: block;
}
.nban-side-m {
  display: none;
  position: relative;
  width: 90%;
  margin: 32px auto 0;
  max-width: 1500px;
  justify-content: center;
}
.nban-side-m .nban-side-inner {
  height: auto;
  flex-wrap: wrap;
}
.nban-side-m .nban-side-inner .nban-side-one {
  width: auto;
  height: 56px;
  padding: 0 12px;
}
.nban-side-m .nban-side-inner .nban-side-one .text {
  font-size: 14px;
}
.nside-page {
  width: 100%;
  border-bottom: 1px solid #EBE7DF;
}
.nside-page .nside-page-inner {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  align-items: center;
  padding: 24px 0;
  flex-wrap: wrap;
}
.nside-page .nside-page-inner .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside-page .nside-page-inner .nside-right {
  font-weight: 400;
  font-size: 18px;
  color: #2C2C2C;
  line-height: 24px;
  opacity: 0.8;
  margin: 0 10px;
  font-family: 'IdealistLevel';
}
.nside-page .nside-page-inner .nside-right1 {
  color: #F8B500;
}
.nside-page .nside-page-inner .text2 {
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 24px;
  opacity: 0.8;
  transform: translateY(2px);
}
.nside-page .nside-page-inner .index-nside {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 24px;
  opacity: 0.8;
  font-family: 'IdealistLevel';
}
.nside-page .nside-page-inner .index-nside .index-dot {
  margin-right: 8px;
}
.nside-page .nside-page-inner .index-nside .index-dot svg {
  width: 20px;
  height: 20px;
}
.nside-page .nside-page-inner .nside-a-cur-first {
  color: #F8B500;
  opacity: 1;
}
.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;
}
.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 #F8B500;
  background: #F8B500 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (max-width: 1800px) {
  footer .footer-new-top .footer-intro {
    font-size: 48px;
    line-height: 60px;
  }
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 22px;
  }
  .header-index .header-index-inner .header-index-nav-cn nav .nav-item .nav-item-first {
    padding: 0 30px;
  }
  .contacti .contacti-infos .contacti-info-side .contacti-info-a {
    font-size: 45px;
  }
  .contacti .contacti-main .title {
    font-size: 16vw;
  }
  .nban .nban-outer .nban-title {
    font-weight: bold;
    font-size: 52px;
    color: #F8B500;
    line-height: 55px;
  }
  .nban .nban-side {
    bottom: 40px;
  }
  .nban .nban-outer .nban-desc {
    font-size: 38px;
    line-height: 52px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1681px) {
  .header-index .header-index-inner .header-index-nav {
    width: calc(100% - 160px);
  }
  .header-index .header-index-inner .header-index-nav-cn {
    width: calc(95% - 160px);
  }
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
  .header-index .header-index-inner .header-index-right .header-index-contact {
    padding: 0 14px;
  }
  .header-index .header-index-inner .header-index-right .header-index-search {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 1600px) {
  .nban .nban-outer .nban-desc {
    font-size: 32px;
    line-height: 46px;
    margin-top: 10px;
  }
  .nban .nban-side {
    bottom: 32px;
  }
}
@media only screen and (max-width: 1500px) {
  .contacti .contacti-infos .contacti-info-side .contacti-info-a {
    font-size: 40px;
  }
  footer .footer-new-top .footer-share .share-a {
    font-size: 16px;
  }
  footer .footer-new-top .footer-share .share-a .icon {
    width: 18px;
  }
  footer .footer-new-top .footer-share .share-a .add {
    height: 18px;
  }
  footer .footer-new-top .footer-navs .footer-nav-one {
    margin-bottom: 20px;
  }
  .contacti .contacti-infos .contacti-info-side {
    margin-bottom: 30px;
  }
}
@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 .header-index-nav nav .nav-item .nav-item-first {
    font-size: 16px;
  }
  .nban .nban-outer .nban-desc {
    width: 80%;
  }
}
@media only screen and (max-width: 1350px) {
  .nav-item-second {
    top: 80px;
  }
  .nban .nban-outer .nban-desc {
    width: 100%;
  }
  .nban .nban-side {
    bottom: 22px;
  }
  .nban .nban-outer .nban-title {
    font-size: 38px;
    line-height: 48px;
  }
  .nban .nban-outer .nban-desc {
    font-size: 22px;
    line-height: 42px;
  }
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    height: 80px;
  }
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    font-size: 16px;
  }
  .contacti .contacti-infos .contacti-info-side .contacti-info-a {
    font-size: 36px;
  }
  footer .footer-new-top {
    padding-bottom: 50px;
  }
  footer .footer-new-bottom .indexPage-outer {
    padding: 25px 0 22px;
  }
}
@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) {
  .nban .nban-outer {
    top: 42%;
  }
  .nban .nban-outer {
    width: 90%;
  }
  .nside-page .nside-page-inner {
    padding: 18px 0;
    width: 90%;
  }
  footer .footer-new-top .footer-intro {
    font-size: 35px;
    line-height: 48px;
  }
  footer .footer-new-top .footer-navs .footer-nav-one {
    margin-bottom: 15px;
  }
  .contacti .form {
    padding: 25px;
    border-radius: 12px;
  }
  .contacti .form-input .input {
    line-height: 46px;
    height: 46px;
    border-radius: 20px;
    padding: 0 5px 0 20px;
  }
  .contacti .form-message .message {
    border-radius: 20px;
    padding: 8px 5px 0 22px;
  }
  .contacti .formButton-box {
    margin-top: 10px;
  }
  .contacti .form {
    width: 65%;
  }
  footer .footer-new-top {
    padding-bottom: 40px;
  }
  .contacti .contacti-infos .contacti-info-side .contacti-info-a {
    font-size: 30px;
  }
  .contacti .contacti-infos .contacti-info-side {
    margin-bottom: 0;
  }
  .contacti .contacti-infos .contacti-info-side1 {
    margin-bottom: 15px;
  }
  .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 .pageBtn .web-icon {
    width: 22px;
  }
  .webPage .pageBtn {
    font-size: 14px;
    width: auto;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .nban .nban-outer .nban-title {
    font-size: 22px;
    line-height: 24px;
  }
  .nban .nban-outer .nban-desc {
    font-size: 16px;
    line-height: 30px;
  }
  .nban .nban-outer {
    top: 50%;
  }
  .nban-side-pc {
    display: none;
  }
  .nban-side-m {
    display: flex;
  }
  .webPage .pages-a {
    margin: 0 6px;
  }
  .contacti .contacti-infos .contacti-info-side .contacti-info-a {
    font-size: 24px;
    line-height: 40px;
  }
  .contacti .contacti-main .title {
    font-size: 15vw;
  }
  .nside-page .nside-page-inner .text2 {
    font-size: 14px;
  }
  .nside-page .nside-page-inner .index-nside {
    font-size: 14px;
  }
}
@media only screen and (max-width: 825px) {
  footer .footer-new-bottom {
    padding-bottom: 90px;
  }
  .headerM .logo {
    height: 46px;
  }
  .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 (max-width: 800px) {
  .webPage .pages-a {
    width: 36px;
    height: 36px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .contacti .contacti-infos .contacti-info-side .contacti-info-a {
    font-size: 20px;
  }
  .sidefixed {
    top: 35%;
  }
  .nban .nban-outer .nban-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .nside-page .nside-page-inner .text2 {
    font-size: 12px;
  }
  .nside-page .nside-page-inner .index-nside {
    font-size: 12px;
  }
  .nside-page .nside-page-inner {
    padding: 14px 0;
  }
  .public-btn {
    height: 46px;
  }
  .public-btn .read-more-p {
    line-height: 50px;
  }
  .public-btn .read-dot {
    width: 30px;
    height: 30px;
  }
  .public-btn .banner-more-inner {
    padding: 0 32px 0 56px;
  }
  .contacti .contacti-infos .contacti-info-side {
    flex-wrap: wrap;
  }
  footer .footer-new-top .footer-intro {
    font-size: 26px;
    line-height: 42px;
  }
  .contacti .contacti-infos .contacti-info-side .contacti-info-a {
    width: 100%;
    text-align: center;
    animation: none;
  }
  footer .footer-new-top .footer-list .footer-top-one {
    width: 45%;
  }
  .contacti .contacti-infos .contacti-info-side1 {
    margin-bottom: 0;
  }
  .contacti .form {
    width: 84%;
  }
  footer .footer-new-top .footer-intro {
    width: 33.33%;
  }
  footer .footer-new-top .footer-list {
    width: 66.66%;
    justify-content: flex-end;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 14px;
  }
  .webPage .pageBtn p {
    display: none;
  }
  .webPage .pageBtn .icon {
    display: block;
    font-size: 18px;
  }
  .webPage .pageBtn {
    height: 42px;
    padding: 0 8px;
  }
  .webPage .pageBtn .web-icon {
    width: 20px;
  }
  .webPage .next-pageBtn {
    margin-left: 0;
  }
  .webPage .pre-pageBtn {
    margin-right: 0;
  }
  .headerM .logo {
    height: 38px;
  }
  footer .footer-new-top .footer-intro {
    font-size: 18px;
  }
  .contacti {
    padding-bottom: 12px !important;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-new-top .footer-intro {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .footer-new-top .footer-list {
    width: 100%;
    justify-content: flex-start;
  }
  footer .footer-new-top .footer-list .footer-top-one {
    width: 50%;
  }
  .contacti .form {
    width: 100%;
  }
  .contacti .form {
    padding: 18px;
    border-radius: 9px;
  }
  .contacti .form-input .form-input-one {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 641px) {
  .nban {
    margin-top: 50px;
  }
  .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: 620px) {
  .nban-side-m {
    width: 100%;
  }
  .nban-side-m {
    margin: 22px auto 0;
  }
}
@media only screen and (max-width: 521px) {
  .nban-side-m .nban-side-inner .nban-side-one .text {
    font-size: 12px;
  }
  .nban-side .nban-side-one .index {
    font-size: 12px;
    margin-right: 10px;
  }
  .nban-side-m .nban-side-inner .nban-side-one {
    padding: 0 8px;
    max-width: 138px;
  }
  .nside-page .nside-page-inner {
    padding: 10px 0;
  }
  footer .footer-new-top .footer-navs .a1 {
    font-size: 16px;
  }
  footer .footer-new-top .footer-navs .footer-nav-one {
    margin-bottom: 10px;
  }
  footer .footer-new-top .footer-share .share-a {
    font-size: 14px;
  }
  .contacti .form-input .input {
    font-size: 12px;
  }
  .contacti .formButton-box .formButton .read-more-p {
    font-size: 14px;
    line-height: 54px;
  }
  .contacti .form-message .message {
    font-size: 12px;
  }
  .contacti .formButton-box .formButton {
    height: 45px;
  }
  .contacti .formButton-box .formButton .read-dot {
    width: 32px;
    height: 32px;
  }
  .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;
  }
  .webPage .pageBtn {
    font-size: 12px;
  }
  .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: 425px) {
  .webPage .pages-a {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}
@media (max-width: 414px) {
  .nban-side .nban-side-inner {
    background: transparent;
    border-radius: 0;
  }
  .nban-side-m {
    width: 90%;
  }
  .contacti .contacti-infos .contacti-info-side .contacti-info-a {
    font-size: 18px;
  }
  footer .footer-new-top .footer-intro {
    font-size: 18px;
  }
  .nban-side-m .nban-side-inner .nban-side-one {
    background: #2C2C2C;
    border-radius: 28px;
    margin-right: 12px;
    margin-top: 10px;
  }
  .nban-side .nban-side-inner .nban-side-one-active {
    background: #F8B500;
  }
  .nban-side-m .nban-side-inner .nban-side-one:nth-last-of-type(1) {
    margin-right: 0;
  }
}
@media (max-width: 376px) {
  .contacti .contacti-infos .contacti-info-side .contacti-info-a {
    font-size: 16px;
  }
  footer .footer-new-top .footer-intro {
    font-size: 20px;
    line-height: 36px;
  }
  .contacti .contacti-infos .contacti-info-side .contacti-info-a {
    font-size: 18px;
    line-height: 40px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 12px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .indexPage {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 344px) {
  .headerM .logo {
    height: 33px;
  }
}
