* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  /* break-all; */
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Regular';
  src: url("../css/fonts/AlibabaPuHuiTi-2-55-Regular.ttf");
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Medium';
  src: url("../css/fonts/AlibabaPuHuiTi-2-65-Medium.ttf");
}
@font-face {
  font-family: 'DIN-Bold';
  src: url("../css/fonts/DIN-Bold.otf");
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Light';
  src: url("../css/fonts/AlibabaPuHuiTi-2-45-Light.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;
  scroll-behavior: smooth;
}
.swiper {
  overflow: hidden;
}
.container {
  width: 100%;
  position: relative;
  word-break: break-all;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
}
.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: 58px;
  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: #FF7F68;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #FF7F68;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #FF7F68;
  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: 58px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FF7F68;
}
.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: #FF7F68;
  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: 58px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FF7F68;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #FF7F68;
  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: 58px;
}
.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: #FF7F68;
  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: 58px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FF7F68;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #FF7F68;
}
.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: #FF7F68;
}
.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: #FF7F68;
  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;
}
.langDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  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: #6F1FDA;
  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: #6F1FDA;
  border: 1px solid #6F1FDA;
  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: #6F1FDA;
  border: 1px solid #6F1FDA;
  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;
  backdrop-filter: blur(8px);
}
.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: #6F1FDA;
  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;
}
.formMessage {
  opacity: 0;
  z-index: -1;
}
.el-message-fade-enter-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
footer {
  background: #FFFFFF;
}
footer .footer-top {
  width: 100%;
  border-top: 1px solid #6F1FDA;
}
footer .footer-top .footer-top-outer {
  padding: 38px 286px 110px 316px;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
footer .footer-top .footer-new-share {
  width: 300px;
}
footer .footer-top .footer-new-share .footer-new-logo {
  width: 220px;
  height: 63px;
  display: block;
}
footer .footer-top .footer-new-share .footer-new-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-top .footer-new-share .footer-contactShare {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 56px 0 38px;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one {
  width: 33px;
  max-height: 33px;
  opacity: 0.4;
  transition: 0.5s;
  display: inline-block;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 33px;
  max-height: 33px;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon1 {
  max-width: 35px;
  max-height: 35px;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-top .footer-new-share .footer-lang {
  width: 217px;
  height: 72px;
  border-radius: 48px;
  border: 1px solid #999999;
  padding: 0 24px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 400;
  font-size: 16px;
  color: #0C0C0C;
  line-height: 24px;
}
footer .footer-top .footer-new-share .footer-lang .lang-earth {
  width: 65px;
  height: 57px;
}
footer .footer-top .footer-new-share .footer-lang .lang-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top .footer-new-share .footer-lang .lang-bottom {
  width: 22px;
  height: 22px;
  transition: 0.5s;
}
footer .footer-top .footer-new-share .footer-lang img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
footer .footer-top .footer-new-share .footer-lang:hover {
  background: #FF7F68;
  border: 1px solid #FF7F68;
}
footer .footer-top .footer-new-share .footer-lang:hover .lang-bottom {
  transform: rotateZ(-90deg);
}
footer .footer-top .icons {
  display: flex;
  padding: 20px 0;
}
footer .footer-top .icons .icon {
  margin-right: 15px;
  position: relative;
  cursor: pointer;
  width: 56px;
}
footer .footer-top .icons .icon:last-child {
  margin-right: 0;
}
footer .footer-top .icons .icon img {
  width: 100%;
  display: block;
}
footer .footer-top .icons .icon .qrcodes-img {
  width: 200px;
  height: 200px;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%) translateY(-80%);
  opacity: 0;
  box-shadow: 0 0 10px #eee;
  transition: 0.5s;
}
footer .footer-top .icons .icon:hover .qrcodes-img {
  z-index: 1;
  opacity: 1;
  transform: translateX(-50%) translateY(-100%);
}
footer .footer-top .footer-new-other {
  width: calc(100% - 300px);
}
footer .footer-top .footer-navs {
  width: 100%;
  display: flex;
  margin-top: 22px;
  justify-content: space-between;
}
footer .footer-top .footer-nav-one {
  position: relative;
}
footer .footer-top .footer-nav-one .pro-a {
  width: 100%;
}
footer .footer-top .footer-nav-one .pro-a a {
  color: #2E2E2E;
}
footer .footer-top .footer-nav-one .pro-a a .text {
  font-size: 16px;
}
footer .footer-top .footer-nav-one .footer-nav-seconds {
  width: 100%;
}
footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a {
  margin-top: 30px;
}
footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a a {
  color: #8F8F8F;
}
footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a a .text {
  font-size: 18px;
}
footer .footer-top .footer-nav-one a {
  transition: 0.5s;
}
footer .footer-top .footer-nav-one a .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  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%, #2e2e2e 0, #2e2e2e 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
footer .footer-top .footer-nav-one a:hover {
  color: #2E2E2E;
}
footer .footer-top .footer-nav-one a:hover .text {
  background-size: 100% 1px;
}
footer .footer-top .footer-nav-one::after {
  width: 0.5px;
  height: 168px;
  background: #8F8F8F;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
footer .footer-top .footer-nav-one:nth-last-of-type(1)::after {
  display: none;
}
footer .footer-top .footer-navs-cn .footer-nav-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31.5%;
  padding: 0 16px;
}
footer .footer-top .footer-navs-cn .footer-nav-one .pro-a {
  width: 76px;
}
footer .footer-top .footer-navs-cn .footer-nav-one .footer-nav-seconds {
  width: 76px;
}
footer .footer-top .footer-navs-cn .footer-nav-one:nth-of-type(1) {
  width: 19%;
  align-items: flex-start;
  padding-left: 0;
}
footer .footer-top .footer-navs-cn .footer-nav-one:nth-of-type(1) .footer-nav-seconds {
  width: 136px;
}
footer .footer-top .footer-navs-cn .footer-nav-one:nth-last-of-type(1) {
  width: 18%;
  align-items: flex-end;
  padding-right: 0;
}
footer .footer-top .footer-navs-en .footer-nav-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 26%;
  padding: 0 16px;
}
footer .footer-top .footer-navs-en .footer-nav-one .pro-a {
  width: 156px;
}
footer .footer-top .footer-navs-en .footer-nav-one .footer-nav-seconds {
  width: 156px;
}
footer .footer-top .footer-navs-en .footer-nav-one:nth-of-type(1) {
  width: 24%;
  align-items: flex-start;
  padding-left: 0;
}
footer .footer-top .footer-navs-en .footer-nav-one:nth-of-type(1) .footer-nav-seconds {
  width: 156px;
}
footer .footer-top .footer-navs-en .footer-nav-one:nth-last-of-type(1) {
  width: 24%;
  align-items: flex-end;
  padding-right: 0;
}
footer .footer-bottom {
  width: 100%;
  border-top: 1px solid #FF7F68;
}
footer .footer-bottom .footer-bottom-outer {
  padding: 40px 242px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}
footer .footer-bottom .footer-side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-bottom .footer-contactShare {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom .footer-contactShare .footer-center-bottom-one {
  width: 33px;
  max-height: 33px;
  opacity: 0.4;
  transition: 0.5s;
  display: inline-block;
}
footer .footer-bottom .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 33px;
  max-height: 33px;
}
footer .footer-bottom .footer-contactShare .footer-center-bottom-one .icon1 {
  max-width: 35px;
  max-height: 35px;
}
footer .footer-bottom .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-bottom .footer-bottom-infor-a {
  font-weight: 400;
  font-size: 14px;
  color: #A7A7A7;
  line-height: 24px;
  transition: 0.5s;
}
footer .footer-bottom .footer-bottom-infor-a:hover {
  color: #2E2E2E;
}
footer .footer-bottom .footer-bottom-infor-ziiynn {
  margin-right: 12px;
}
.contacti {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.contacti .contacti-outer {
  padding: 85px 295px 76px 312px;
  max-width: 1920px;
  margin: 0 auto;
}
.contacti .contacti-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contacti .contacti-intro {
  width: 240px;
}
.contacti .contacti-intro .contacti-title-cur {
  font-weight: 500;
  font-size: 48px;
  color: #1A1A1A;
  line-height: 52px;
  position: relative;
  text-align: right;
  padding-left: 12px;
  font-family: 'AlibabaPuHuiTi-Medium';
  margin-bottom: 30px;
}
.contacti .contacti-intro .contacti-title-cur::after {
  content: "";
  width: 4px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #FF7F68;
}
.contacti .contacti-intro .contactMenthods {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.contacti .contacti-intro .contactMenthods .contact-info-item {
  padding-left: 30px;
  margin-bottom: 16px;
}
.contacti .contacti-intro .contactMenthods-list-other {
  justify-content: flex-start;
}
.contacti .contacti-form {
  width: calc(100% - 308px);
  position: relative;
}
.contacti form {
  width: 100%;
  position: relative;
  z-index: 12;
}
.contacti .contacti-infos {
  width: 100%;
  margin: 33px 0 40px;
  padding: 50px 0 56px;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
.contacti .contacti-infos .contacti-infos-inner {
  display: flex;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto;
}
.contacti .contacti-infos .contacti-info-a {
  position: relative;
  z-index: 15;
  display: block;
  flex: 1;
  padding-right: 12px;
}
.contacti .contacti-infos .contacti-info-a p:nth-of-type(1) {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  margin-bottom: 8px;
}
.contacti .contacti-infos .contacti-info-a .p2 {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  font-family: 'SourceHanSansSC-Medium';
  width: auto;
  transition: all 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%, #ff5e14 0, #ff5e14 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 .contacti-info-a-address {
  font-family: 'SourceHanSansSC-Medium';
}
.contacti .contacti-infos .contacti-info-a:hover .p2 {
  color: #FF5E14;
  background-size: 100% 1px;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  height: 54px;
  background: #F4F4F4;
  border-radius: 12px;
  overflow: hidden;
}
.contacti .form-input .form-input-one {
  width: calc(100% / 3);
  position: relative;
}
.contacti .form-input .form-input-one::after {
  content: "";
  width: 2px;
  height: 30px;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: 13px;
  transition: 0.5s;
  z-index: 24;
}
.contacti .form-input .form-input-one:nth-of-type(1)::after {
  display: none;
}
.contacti .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #7A6666;
  font-family: 'AlibabaPuHuiTi-Regular';
  line-height: 54px;
  height: 54px;
  background: #F4F4F4;
  border-radius: 0;
  padding: 0 5px 0 18px;
  border: 1px solid transparent;
  transition: 0.5s;
}
.contacti .form-input .input::placeholder {
  color: #7A6666;
  border: 0;
  outline: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.contacti .form-input .input:focus {
  color: #1A1A1A;
  outline: none;
}
.contacti .form-input .input:focus::placeholder {
  opacity: 0;
}
.contacti .form-input .input:focus::after {
  background: #FF7F68;
}
.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: #7A6666;
  font-family: 'AlibabaPuHuiTi-Regular';
  line-height: 48px;
  height: 70px;
  background: #F4F4F4;
  border-radius: 12px;
  padding: 1px 12px 12px 24px;
  transition: 0.5s;
  border: 1px solid transparent;
}
.contacti .form-message .message::placeholder {
  color: #7A6666;
  border: 0;
  outline: none;
  text-transform: uppercase;
}
.contacti .form-message .message:focus {
  color: #1A1A1A;
  outline: none;
}
.contacti .form-message .message:focus::placeholder {
  opacity: 0;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  position: absolute;
  right: 13px;
  bottom: -20px;
  transform: translateY(100%);
}
.contacti .formButton-box .formButton {
  width: 135px;
  height: 40px;
  background: #FF7F68;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
}
.contacti .formButton-box .formButton .banner-more-inner {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  padding: 0 10px 0 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacti .formButton-box .formButton .banner-more-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.contacti .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  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:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .contacti-bottom {
  padding-right: 160px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.contacti .contacti-info-a {
  margin-top: 15px;
  display: flex;
  align-items: center;
  margin-right: 36px;
}
.contacti .contacti-info-a .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.contacti .contacti-info-a .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  opacity: 0.5;
  transition: 0.5s;
}
.contacti .contacti-info-a .p2 {
  font-weight: 600;
  font-size: 14px;
  color: #B3B3B3;
  line-height: 24px;
  transition: 0.5s;
}
.contacti .contacti-info-a .text {
  display: inline-block;
  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%, #2e2e2e 0, #2e2e2e 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.contacti .contacti-info-a:hover .icon img {
  opacity: 0.8;
}
.contacti .contacti-info-a:hover .p2 {
  color: #2E2E2E;
}
.contacti .contacti-info-a:hover .text {
  background-size: 100% 1px;
}
.contacti .contacti-info-a:nth-last-of-type(1) {
  margin-right: 0;
}
.inner-page-nside {
  width: 100%;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.inner-page-nside .inner-page-nside-outer {
  padding: 22px 8%;
}
.inner-page-nside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.inner-page-nside .index-nside {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.inner-page-nside .index-nside .index-dot {
  margin-right: 8px;
}
.inner-page-nside .index-nside .index-dot svg {
  width: 24px;
  height: 24px;
}
.inner-page-nside .nside-right {
  font-size: 20px;
  margin: 0 5px;
  color: #666666;
}
.inner-page-nside .nside-a {
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  transition: 0.5s;
}
.inner-page-nside .nside-a:hover {
  color: #1356D1;
}
.public-btn {
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.public-btn .public-more-inner {
  width: 220px;
  height: 50px;
  background: #AE72FE;
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 5px;
  position: relative;
  overflow: hidden;
}
.public-btn .public-more-hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  transition: 0.5s;
}
.public-btn .public-more-text {
  width: 165px;
  height: 46px;
  background: #FF7F68;
  border-radius: 54px;
  text-align: center;
  line-height: 46px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'AlibabaPuHuiTi-Medium';
  transition: 0.5s;
}
.public-btn .public-more-right {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-btn .public-more-right img {
  width: 55%;
  display: block;
}
.public-btn .public-more-default {
  transition: 0.5s;
}
.public-btn:hover .public-more-hover {
  left: 12px;
}
.public-btn:hover .public-more-text {
  transform: translateX(45px);
}
.public-btn:hover .public-more-default {
  transform: translateX(45px);
}
@keyframes read-more-dot {
  0% {
    transform: translateX(0) rotateY(15deg) rotateX(-15deg) scale(1);
  }
  50% {
    transform: translateX(12px) rotateY(15deg) rotateX(-15deg) scale(1);
  }
  100% {
    transform: translateX(0) rotateY(15deg) rotateX(-15deg) scale(1);
  }
}
.header-index {
  width: 100%;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2000;
  max-height: 100px;
  transition: all 1s;
  width: calc(100% - 300px);
  background: #FFFFFF;
  border-radius: 68px;
  height: 80px;
  min-width: 1600px;
}
.header-index .header-index-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.header-index .logo-index {
  width: 220px;
  height: 100%;
}
.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%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
}
.header-index .header-index-nav {
  width: calc(96% - 220px);
  white-space: nowrap;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-index .header-index-nav nav {
  height: 100%;
}
.header-index .header-index-nav nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-index .header-index-nav nav .nav-item {
  position: relative;
  height: 100%;
}
.header-index .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 0.9vw;
  font-weight: 500;
  font-size: 18px;
  color: #2B2828;
  height: 100%;
  font-family: 'AlibabaPuHuiTi-Medium';
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #2B2828;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
  text-transform: uppercase;
  min-width: 95px;
  justify-content: center;
  padding: 0 5px;
}
.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: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 39px;
  background: #6F1FDA;
  border-radius: 10px;
  transition: 0.5s;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #FFFFFF;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  width: 100%;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #FFFFFF;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  width: 100%;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-es {
  padding: 0 0.5vw;
}
.header-index .header-index-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s;
}
.header-index .header-index-right .header-vr {
  width: 107px;
  height: 63px;
  background: #FF7F68;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'AlibabaPuHuiTi-Medium';
  text-align: center;
  padding: 4px 10px;
  cursor: pointer;
}
.header-index .header-index-right .header-vr .header-vr-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-index .header-index-right .header-vr .header-vr-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.header-index .header-index-right .header-vr .header-vr-text {
  margin-top: 3px;
}
.header-index .header-index-right .header-vr .header-vr-text .text {
  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: 0;
}
.header-index .header-index-right .header-vr:hover .header-vr-icon img {
  transform: rotateY(360deg);
}
.header-index .header-index-right .header-vr:hover .header-vr-text .text {
  background-size: 100% 1px;
}
.header-index .header-index-right .header-index-right-inner {
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-langs {
  height: 39px;
  border-radius: 51px;
  border: 1px solid #D2D2D2;
  padding: 0 15px;
  font-weight: 500;
  font-size: 16px;
  color: #2B2828;
  line-height: 39px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  transition: 0.5s;
  position: relative;
  z-index: 12;
}
.header-index .header-index-right .header-index-langs .langName-icon {
  position: relative;
  width: 15px;
  height: 22px;
  margin-left: 5px;
}
.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%);
  transition: 0.5s;
}
.header-index .header-index-right .header-index-langs:hover {
  color: #fff;
  background: #6F1FDA;
}
.header-index .header-index-right .header-index-langs:hover .langName-icon img {
  transform: translate(-50%, -50%) rotateZ(-90deg);
}
.header-index .header-index-right .header-index-langs:hover .langName-icon .nav-default-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-langs:hover .langName-icon .nav-active-img {
  opacity: 1;
}
.header-index .header-index-right .header-index-langs:hover .langName-icon .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-contact {
  padding: 0 10px 0 30px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 12;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .contact-icon {
  width: 28px;
  cursor: pointer;
  height: 28px;
  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: 65%;
  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: #6F1FDA;
  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: -7px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #6F1FDA;
}
.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: 2005;
  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 30px 0 20px;
  position: relative;
  z-index: 12;
}
.header-index .header-index-right .header-index-search .header-index-search-inner {
  width: 28px;
  display: flex;
  height: 28px;
  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;
}
.header-active {
  width: 100%;
  border-radius: 0;
  height: 100px;
  top: 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
}
.header-active .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 1.4vw;
}
.header-active .header-index-inner {
  padding: 0 5%;
}
.header-active .header-index-nav nav .nav-item .nav-item-first-es {
  padding: 0 1vw;
}
.header-active-top {
  top: -100px;
}
.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;
}
.el-image-viewer__wrapper {
  backdrop-filter: blur(8px);
}
.videoPopup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
  backdrop-filter: blur(8px);
}
.videoPopup .videoPopup-inner {
  width: 86%;
  height: 66%;
  max-height: calc(100vh - 200px);
  position: relative;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.5s 0.5s;
}
.videoPopup .videoPopup-inner video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
}
.videoPopup .videoPopup-inner .videoPopup-close {
  position: absolute;
  top: -72px;
  right: 0;
  font-size: 68px;
  color: #fff;
  line-height: 72px;
  cursor: pointer;
  z-index: 4001;
}
.videoPopup-show {
  z-index: 4000;
  display: flex;
  opacity: 1;
}
.videoPopup-show .videoPopup-inner {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s 0.2s;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nav-item-second {
  position: absolute;
  top: 80px;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  overflow: hidden;
  left: 0;
  white-space: normal;
}
.nav-item-second .nav-item-second-inner-other {
  width: 234px;
  padding: 23px 8% 12px;
  background: #FDFDFD;
  border: 1px solid rgba(33, 48, 38, 0.2);
  border-radius: 15px;
  border: 1px solid #F1F1F1;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link {
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  transition: 0.5s;
  margin-bottom: 8px;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link .text {
  font-weight: 400;
  font-size: 16px;
  color: #09120B;
  line-height: 24px;
  width: calc(100% - 15px);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link .right {
  opacity: 0;
  transform: translateX(10px);
  transition: 0.5s;
  color: #6F1FDA;
  font-size: 18px;
  line-height: 15px;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link:hover {
  background: rgba(111, 31, 218, 0.2);
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link:hover .right {
  opacity: 1;
  transform: translateX(0);
}
.nav-item-second-pro {
  position: fixed;
  top: 110px;
  width: calc(100vw - 360px);
  right: 0;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-inner-pro {
  width: 100%;
  padding: 50px 60px 100px;
  display: flex;
  background: #fff;
  justify-content: flex-start;
}
.nav-item-second-pro .nav-item-second-type-box {
  width: 276px;
  background: #F1E9FC;
  border-radius: 12px;
  padding: 25px 30px;
  white-space: normal;
}
.nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one {
  width: 100%;
  display: flex;
  border-radius: 12px;
  align-items: center;
  padding: 12px;
  transition: 0.5s;
  overflow: hidden;
  margin-bottom: 35px;
}
.nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-left: 12px;
  width: calc(100% - 40px);
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one .text .name {
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  color: #2B2B2B;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ff7f68 0, #ff7f68 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one-active1 {
  background: rgba(255, 255, 255, 0.46);
}
.nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one-active1 .icon img {
  transform: rotateY(360deg);
}
.nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one-active1 .text .name {
  background-size: 100% 2px;
}
.nav-item-second-pro .nav-item-second-pro-doms1 {
  width: 276px;
  margin: 0 50px;
}
.nav-item-second-pro .nav-item-second-pro-doms1 .nav-item-second-proall {
  width: 100%;
  background: #F1E9FC;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  max-height: 500px;
  overflow-y: auto;
}
.nav-item-second-pro .nav-item-second-pro-doms1 .nav-item-second-proall .nav-item-second-proall-a {
  margin-bottom: 20px;
}
.nav-item-second-pro .nav-item-second-pro-doms1 .nav-item-second-proall .nav-item-second-proall-a .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  transition: 0.5s;
  padding: 12px 12px;
}
.nav-item-second-pro .nav-item-second-pro-doms1 .nav-item-second-proall .nav-item-second-proall-a .text .name {
  color: #2B2B2B;
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ff7f68 0, #ff7f68 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.nav-item-second-pro .nav-item-second-pro-doms1 .nav-item-second-proall .nav-item-second-proall-a-active .text .name {
  color: #FF7F68;
  background-size: 100% 2px;
}
.nav-item-second-pro .nav-item-second-pro-doms1 .nav-item-second-proall .nav-item-second-proall-a:nth-last-of-type(1) {
  margin-bottom: 0;
}
.nav-item-second-pro .nav-item-second-pro-doms2 {
  width: 200px;
  margin-right: 50px;
  max-height: 415px;
  overflow-y: auto;
}
.nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall {
  width: 100%;
}
.nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a21 {
  width: 100%;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
  padding: 12px 0 12px 20px;
}
.nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a21 .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a21 .text .name {
  color: #2B2B2B;
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #6f1fda 0, #6f1fda 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a21::after {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 39px;
  background: #6F1FDA;
  border-radius: 16px;
  opacity: 0;
  top: 7px;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a21:nth-last-of-type(1) {
  margin-bottom: 0;
}
.nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a21-active::after {
  opacity: 1;
}
.nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a21-active .text .name {
  color: #6F1FDA;
  background-size: 100% 2px;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 {
  width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a {
  width: 204px;
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a .cover {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid #6F1FDA;
  border-radius: 12px;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a .cover img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a .text {
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a .text .name {
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #6f1fda 0, #6f1fda 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a:hover .cover img {
  transform: scale(1.05);
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a:hover .text .name {
  background-size: 100% 2px;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a-op {
  opacity: 0;
  transform: translateX(12px);
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link {
  display: flex;
  justify-content: flex-end;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link {
  width: 294px;
  height: 55px;
  background: #6F1FDA;
  border-radius: 12px 0px 0px 12px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 55px;
  position: relative;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link .icon {
  width: 42px;
  height: 42px;
  margin-right: 12px;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link .right {
  width: 33px;
  height: 55px;
  background: #FF7F68;
  transform: skewX(-20deg);
  position: absolute;
  right: -11px;
  top: 0;
  transition: .5s;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link:hover .icon img {
  transform: rotateY(360deg);
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link:hover .right {
  transform: skewX(-25deg);
  right: -15px;
}
.nav-item-second-pro-active {
  top: 100px;
  width: 90vw;
}
.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(174, 114, 254, 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: #ae72fe;
  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;
  cursor: pointer;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: #333;
}
.headerM .logo {
  height: 45px;
}
.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: 50px;
}
.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 .right {
  width: 35px;
  height: 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_nav .nav .li .menu .right .default {
  width: 25px;
  height: 2px;
  background: #AE72FE;
}
.top_nav .nav .li .menu .right .active {
  height: 25px;
  width: 2px;
  background: #AE72FE;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: .5s;
}
.top_nav .nav .li .menu .right-active .active {
  transform: translateY(-50%) rotateZ(90deg);
}
.top_nav .nav .li .menu .p {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
  background: #AE72FE;
  border-radius: 6px;
}
.top_nav .nav .li .menu .p img {
  width: 50%;
  display: block;
  object-fit: scale-down;
  position: absolute;
  transition: 0.5s;
  left: 0;
}
.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: 50%;
  left: -100%;
  transform: translateY(-50%);
}
.top_nav .nav .li .menu .p:hover {
  transform: translateX(12px);
  background: #FF7F68;
}
.top_nav .nav .li .menu .p:hover .default {
  top: 50%;
  left: 100%;
}
.top_nav .nav .li .menu .p:hover .active {
  left: 25%;
}
.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: #FF7F68;
  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.8s 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%;
  transition: 0.5s;
  padding: 10px 0;
}
.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 .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top_nav .nav .li .menu2 .item_val a .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.top_nav .nav .li .menu2 .item_val a .text {
  position: relative;
  width: calc(100% - 40px);
  text-align: left;
  padding-left: 5%;
}
.top_nav .nav .li .menu2 .item_val .pro-a {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.top_nav .nav .li .menu2 .item_val .pro-a:hover .icon img {
  transform: rotateY(360deg);
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #FF7F68;
}
.page-outer {
  width: 100%;
  overflow: hidden;
}
.page-outer .nban-side-outer {
  width: 100%;
  position: relative;
  height: 92px;
  z-index: 8;
}
.page-outer .nban-side-outer::after {
  content: "";
  width: 120vw;
  height: 100%;
  background: #FF7F68;
  position: absolute;
  top: 0;
  left: -10vw;
  transform: rotateZ(3deg);
}
.page-outer .nban-side-about::after {
  top: 18px;
  transform: rotateZ(0deg);
}
.page-outer .nban-side {
  width: 100%;
  height: 100%;
  background: #AE72FE;
  display: flex;
  z-index: 12;
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-outer .nban-side::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.page-outer .nban-side .nban-side-item {
  display: flex;
  align-items: center;
  height: 100%;
  flex: none;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  white-space: nowrap;
}
.page-outer .nban-side .nban-side-item a {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  position: relative;
}
.page-outer .nban-side .nban-side-item a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: 0.5s;
}
.page-outer .nban-side .nban-side-item a:hover::after {
  width: 100%;
}
.page-outer .nban-side .nban-side-item .nban-side-right {
  font-size: 22px;
  margin: 0 12px;
}
.page-outer .nban-side .nban-side-item .dot {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 48px;
}
.nban {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.59459459;
}
.nban img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.nban .nban-outer-navs {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 5%;
  display: none;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
}
.nban .nban-outer-navs a {
  color: #fff;
}
.nban .nban-outer-navs a .text {
  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: 0;
}
.nban .nban-outer-navs a:hover .text {
  background-size: 100% 1px;
}
.nban .nban-outer {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  width: calc(100% - 120px);
  margin: 0 auto;
  z-index: 2;
}
.nban .nban-outer .nban-inner {
  width: 100%;
  padding: 0 14% 0 14%;
}
.nban .nban-outer .nban-title {
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.nban .nban-outer .nban-desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 40px;
}
.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: 90%;
  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;
}
.webPage .pages-a {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 3px solid #FF7F68;
  font-weight: bold;
  font-size: 36px;
  color: #AE72FE;
  line-height: 78px;
  font-family: 'DIN-Bold';
  margin: 0 15px;
  background: transparent;
  transition: 0.5s;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}
.webPage .pages-a:hover {
  color: #fff;
  background: #FF7F68;
}
.webPage .pages-a-active {
  color: #fff;
  background: #FF7F68;
}
.webPage .pageBtn {
  cursor: pointer;
  width: auto;
  height: 35px;
  background: #AE72FE;
  border-radius: 8px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 35px;
  padding: 0 20px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webPage .pageBtn .icon {
  font-size: 22px;
}
.webPage .pageBtn:hover {
  background: #FF7F68;
}
.webPage .pre-pageBtn {
  margin-right: 10px;
}
.webPage .next-pageBtn {
  margin-left: 10px;
}
.webPage .pageBtn-active {
  background: #FF7F68;
}
.webPage .webPage-num {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive {
  margin: 0 4px;
  color: #FF7F68;
  font-size: 32px;
  display: flex;
  align-items: center;
  text-align: center;
}
.webPage .webPage-num .excessive p {
  width: 78px;
  height: 78px;
  background: #FF7F68;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 78px;
  margin: 0 5px;
}
.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;
  height: 80px;
}
.second-inner-nav .inner-nav-one {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  background: #FFFFFF;
  transition: 0.5s;
  position: relative;
  height: 100%;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.second-inner-nav .inner-nav-one .icon {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  position: relative;
  transition: 0.5s;
  z-index: 12;
  margin-right: 30px;
}
.second-inner-nav .inner-nav-one .icon::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.5s;
}
.second-inner-nav .inner-nav-one .title {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  transition: 0.5s;
  z-index: 12;
}
.second-inner-nav .inner-nav-one::after {
  width: 100%;
  height: 0;
  background: #1356D1;
  position: absolute;
  top: -25%;
  left: 0;
  transition: 0.5s;
  content: "";
}
.second-inner-nav .inner-nav-one:hover {
  border-right: 1px solid #1356D1;
  border-bottom: 1px solid #1356D1;
}
.second-inner-nav .inner-nav-one:hover .icon {
  color: #fff;
  transform: translateY(-12px);
}
.second-inner-nav .inner-nav-one:hover .icon::after {
  width: 100%;
}
.second-inner-nav .inner-nav-one:hover .title {
  color: #fff;
  transform: translateY(-10px);
}
.second-inner-nav .inner-nav-one:hover::after {
  height: 125%;
}
.second-inner-nav .inner-nav-one-active {
  border-bottom: 1px solid #1356D1;
  border-right: 1px solid #1356D1;
}
.second-inner-nav .inner-nav-one-active .icon {
  color: #fff;
  transform: translateY(-12px);
}
.second-inner-nav .inner-nav-one-active .icon::after {
  width: 100%;
}
.second-inner-nav .inner-nav-one-active .title {
  color: #fff;
  transform: translateY(-10px);
}
.second-inner-nav .inner-nav-one-active::after {
  height: 125%;
}
.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;
}
.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 #2B2828;
  background: #2B2828 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (max-width: 1918px) {
  .nav-item-second-pro .nav-item-second-inner-pro {
    justify-content: flex-start;
  }
  .page-outer .nban-side-outer {
    height: 80px;
  }
  .page-outer .nban-side .nban-side-item .dot {
    width: 14px;
    height: 14px;
    margin: 0 35px;
  }
  .page-outer .nban-side .nban-side-item a {
    font-size: 17px;
  }
  .webPage .pages-a {
    width: 65px;
    height: 65px;
    font-size: 29px;
    line-height: 74px;
  }
  .webPage .webPage-num .excessive p {
    width: 65px;
    height: 65px;
    font-size: 29px;
    line-height: 68px;
  }
  .nban .nban-outer .nban-inner {
    padding: 0 10%;
  }
  .nban .nban-outer {
    top: 53%;
  }
  .nban .nban-outer .nban-title {
    font-size: 45px;
  }
  .nban .nban-outer .nban-desc {
    margin-top: 30px;
  }
  .header-index .header-index-nav {
    width: calc(98% - 220px);
  }
  .nav-item-second-pro {
    width: calc(100vw - 160px);
  }
  .nav-item-second-pro-active {
    width: calc(100vw - 60px);
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link {
    font-size: 20px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link .icon {
    width: 35px;
  }
  .nav-item-second-pro .nav-item-second-inner-pro {
    padding: 50px 60px 60px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 {
    width: 420px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a {
    width: 189px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link {
    width: 260px;
  }
  .header-active .header-index-inner {
    padding: 0 30px;
  }
  .header-active .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 1.3vw;
  }
  .header-active .header-index-nav nav .nav-item .nav-item-first-es {
    padding: 0 1vw;
  }
  .contacti .contacti-outer {
    padding: 70px 120px 66px 120px;
  }
  footer .footer-top .footer-top-outer {
    padding: 38px 120px 70px 120px;
  }
  footer .footer-bottom .footer-bottom-outer {
    padding: 40px 120px;
  }
  footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a a .text {
    font-size: 17px;
  }
  footer .footer-top .footer-navs-en .footer-nav-one {
    width: 28%;
  }
  footer .footer-top .footer-navs-en .footer-nav-one:nth-of-type(1) {
    width: 22%;
  }
  footer .footer-top .footer-navs-en .footer-nav-one:nth-last-of-type(1) {
    width: 22%;
  }
}
@media only screen and (max-width: 1681px) {
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1678px) {
  .header-index {
    width: 90%;
    min-width: 0;
  }
  .header-active {
    width: 100%;
  }
  .header-index .logo-index {
    width: 180px;
  }
  .header-index .header-index-nav {
    width: calc(98% - 180px);
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 0.5vw;
  }
  .header-active .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 1vw;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first-es {
    padding: 0 0.3vw;
  }
  .header-active .header-index-nav nav .nav-item .nav-item-first-es {
    padding: 0 0.8vw;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    font-size: 16px;
  }
  .header-index .header-index-right .header-vr {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1650px) {
  .page-outer .nban-side .nban-side-item a {
    font-size: 16px;
  }
  .page-outer .nban-side-outer::after {
    transform: rotateZ(2deg);
  }
  .page-outer .nban-side-about::after {
    transform: rotateZ(0deg);
  }
  .indexPage-outer {
    width: 90%;
  }
  .contacti .contacti-outer {
    padding: 70px 100px 66px 100px;
  }
  footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a a .text {
    font-size: 16px;
  }
  footer .footer-top .footer-top-outer {
    padding: 40px 100px 60px 100px;
  }
  footer .footer-bottom .footer-bottom-outer {
    padding: 35px 100px;
  }
}
@media only screen and (max-width: 1598px) {
  .header-index {
    width: 95%;
    top: 18px;
  }
  .header-active {
    top: 0;
  }
  .header-active-top {
    top: -100px;
  }
  .nav-item-second-pro .nav-item-second-inner-pro {
    padding: 45px 50px 50px;
  }
  .nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one .text {
    font-size: 16px;
    width: calc(100% - 35px);
  }
  .nav-item-second-pro .nav-item-second-type-box {
    width: 260px;
    padding: 23px 20px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a {
    font-size: 16px;
    margin-bottom: 16px;
    padding: 12px 0 12px 14px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a::after {
    width: 6px;
    height: 35px;
    top: 9px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms2 {
    width: 180px;
    margin-right: 40px;
  }
  .nav-item-second-pro .nav-item-second-inner-pro {
    padding: 40px 40px 45px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 {
    width: 390px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a {
    width: 166px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a .text {
    font-size: 15px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms1 {
    width: 260px;
    margin: 0 36px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms1 .nav-item-second-proall .nav-item-second-proall-a .text {
    font-size: 16px;
  }
  .nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one .icon {
    width: 35px;
    height: 35px;
  }
  .page-outer .nban-side-outer {
    height: 72px;
  }
  .page-outer .nban-side .nban-side-item {
    font-size: 16px;
  }
  .page-outer .nban-side .nban-side-item .nban-side-right {
    font-size: 20px;
  }
  .page-outer .nban-side .nban-side-item .dot {
    width: 12px;
    height: 12px;
    margin: 0 34px;
  }
  .page-outer .nban-side-outer::after {
    transform: rotateZ(2deg);
  }
  .page-outer .nban-side-about::after {
    transform: rotateZ(0deg);
  }
  .webPage .pages-a {
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 52px;
    margin: 0 8px;
  }
  .webPage .webPage-num .excessive {
    font-size: 27px;
  }
  .webPage .webPage-num .excessive p {
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 52px;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    font-size: 16px;
  }
  .header-index .logo-index {
    width: 145px;
  }
  .header-index .header-index-right .header-index-search {
    padding: 0 20px;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    font-size: 16px;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
    min-width: 85px;
  }
  .header-index .header-index-right .header-index-contact {
    padding: 0 10px 0 30px;
  }
  .header-index .header-index-nav {
    width: calc(97% - 145px);
  }
  .header-active {
    width: 100%;
  }
  .nban .nban-outer {
    top: 54%;
  }
  .nban .nban-outer .nban-inner {
    padding: 0 6%;
  }
  .nban .nban-outer .nban-title {
    font-size: 40px;
  }
  .nban .nban-outer .nban-desc {
    margin-top: 22px;
  }
  .contacti .contacti-outer {
    padding: 60px 5% 52px 5%;
  }
  footer .footer-top .footer-top-outer {
    padding: 40px 5% 52px 5%;
  }
  footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a a .text {
    font-size: 15px;
  }
  footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a {
    margin-top: 24px;
  }
  footer .footer-top .footer-new-share .footer-contactShare {
    margin: 35px 0 38px;
  }
  footer .footer-top .footer-new-share .footer-lang {
    width: 200px;
    height: 62px;
  }
  footer .footer-top .footer-new-share .footer-lang .lang-earth {
    width: 60px;
    height: 48px;
  }
  footer .footer-bottom .footer-bottom-outer {
    padding: 32px 5%;
  }
  footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon {
    max-width: 30px;
  }
  footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon1 {
    max-width: 32px;
    max-height: 32px;
  }
  .public-btn .public-more-text {
    font-size: 21px;
  }
  .contacti .contacti-intro .contacti-title-cur::after {
    height: 43px;
  }
  .contacti .contacti-intro .contacti-title-cur {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1500px) {
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    font-size: 15px;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first-es {
    padding: 0 0.4vw;
  }
  .header-active .header-index-nav nav .nav-item .nav-item-first-es {
    padding: 0 0.8vw;
  }
  .nav-item-second-pro .nav-item-second-type-box .itemProduct-type-one {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1441px) {
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1395px) {
  .header-active .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 0.8vw;
  }
  .header-active .header-index-nav nav .nav-item .nav-item-first-es {
    padding: 0 0.5vw;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    font-size: 14px;
  }
  .header-index .header-index-right .header-vr {
    font-size: 13px;
    height: 62px;
    border-radius: 10px;
  }
  .header-index .header-index-right .header-index-langs {
    font-size: 14px;
  }
  .public-btn .public-more-text {
    font-size: 18px;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
    min-width: 0;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1385px) {
  .header-index .header-index-nav nav .nav-item .nav-item-first-es {
    padding: 0 0.2vw;
  }
}
@media only screen and (max-width: 1365px) {
  .nav-item-second-pro .nav-item-second-pro-doms1 {
    width: 250px;
    margin: 0 26px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link {
    width: 240px;
    height: 52px;
    font-size: 18px;
    line-height: 50px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link .right {
    width: 30px;
    height: 52px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 .nav-item-second-inner-link .nav-item-second-link .icon {
    width: 30px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a .text {
    font-size: 14px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .nav-item-second-proall-other-a {
    width: 148px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms-other1 {
    width: 350px;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first-es {
    padding: 0 0;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
    padding: 0 8px;
  }
  .header-active .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 0.56vw;
  }
  .header-index .header-index-right .header-vr {
    width: 96px;
  }
  .header-index .header-index-right .header-index-contact {
    padding: 0 0 0 25px;
  }
  .header-index .header-index-inner {
    padding: 0 25px;
  }
  .header-index .header-index-nav {
    width: calc(98% - 145px);
  }
  .page-outer .nban-side-outer {
    height: 70px;
  }
  .page-outer .nban-side .nban-side-item {
    font-size: 16px;
  }
  .page-outer .nban-side-outer::after {
    transform: rotateZ(2deg);
  }
  .page-outer .nban-side-about::after {
    top: 12px;
    transform: rotateZ(0deg);
  }
  .nban .nban-outer {
    top: 55%;
  }
  .nban .nban-outer .nban-inner {
    padding: 0 4%;
  }
  .nban .nban-outer .nban-title {
    font-size: 36px;
    line-height: 46px;
  }
  .nban .nban-outer .nban-desc {
    font-size: 16px;
  }
}
@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: 1278px) {
  .nav-item-second-pro .nav-item-second-pro-doms1 .nav-item-second-proall .nav-item-second-proall-a .text {
    font-size: 14px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms1 {
    width: 232px;
  }
  .nav-item-second-pro .nav-item-second-inner-pro {
    padding: 40px 32px 40px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a::after {
    height: 30px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a {
    margin-bottom: 13px;
  }
  .nav-item-second-pro .nav-item-second-pro-doms2 .nav-item-second-proall-a .text {
    font-size: 14px;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
    padding: 0 5px;
  }
  .header-index .header-index-right .header-index-contact {
    padding: 0 0 0 16px;
  }
  .header-index .header-index-right .header-index-search {
    padding: 0 16px;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first-es {
    padding: 0 0.5vw;
  }
  .header-active .header-index-nav nav .nav-item .nav-item-first-es {
    padding: 0 0.7vw;
  }
}
@media only screen and (max-width: 1250px) {
  .nban .nban-outer {
    top: 48%;
  }
  .nban .nban-outer .nban-title {
    font-size: 34px;
  }
  .nban .nban-outer .nban-inner {
    padding: 0 2%;
  }
  .nban .nban-outer .nban-desc {
    margin-top: 16px;
  }
  .page-outer .nban-side .nban-side-item a {
    font-size: 14px;
  }
  .page-outer .nban-side-outer {
    height: 65px;
  }
  .page-outer .nban-side .nban-side-item .dot {
    width: 10px;
    height: 10px;
    margin: 0 30px;
  }
  .headerM {
    display: block;
  }
  .header-index {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .nban {
    margin-top: 65px;
  }
  .contacti .contacti-intro .contacti-title-cur {
    font-size: 40px;
    margin-bottom: 22px;
  }
  .contacti .contacti-form {
    width: calc(100% - 285px);
  }
  .contacti .contacti-intro .contactMenthods {
    font-size: 14px;
  }
  .contacti .contacti-intro .contactMenthods .contact-info-item {
    padding-left: 25px;
    margin-bottom: 12px;
  }
  .contacti .contacti-outer {
    padding: 45px 5% 50px 5%;
  }
  footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a {
    margin-top: 16px;
  }
  footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a a .text {
    font-size: 14px;
  }
  footer .footer-top .footer-navs-en .footer-nav-one .pro-a {
    width: 120px;
    margin-bottom: 2px;
  }
  footer .footer-top .footer-navs-en .footer-nav-one .footer-nav-seconds {
    width: 120px;
  }
  footer .footer-top .footer-navs-en .footer-nav-one:nth-of-type(1) .footer-nav-seconds {
    width: 122px;
  }
  footer .footer-top .footer-new-share {
    width: 262px;
  }
  footer .footer-top .footer-new-other {
    width: calc(100% - 262px);
  }
  footer .footer-top .footer-new-share .footer-new-logo {
    width: 190px;
    height: 54px;
  }
  footer .footer-top .footer-new-share .footer-contactShare {
    width: 192px;
  }
  footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one {
    width: 30px;
    max-height: 31px;
  }
  footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon1 {
    max-width: 30px;
    max-height: 30px;
  }
  footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon {
    max-width: 27px;
  }
  footer .footer-top .footer-new-share .footer-contactShare {
    margin: 28px 0 32px;
  }
  footer .footer-bottom .footer-bottom-outer {
    padding: 26px 5%;
  }
}
@media only screen and (max-width: 1025px) {
  .nban {
    margin-top: 65px;
  }
  .webPage .pageBtn .icon {
    font-size: 19px;
  }
  .webPage .pages-a {
    width: 45px;
    height: 45px;
    font-size: 19px;
    line-height: 46px;
    margin: 0 5px;
  }
  .webPage .webPage-num .excessive p {
    width: 45px;
    height: 45px;
    font-size: 19px;
    line-height: 46px;
  }
  .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: 32px;
  }
  .contacti .form-input {
    height: auto;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
  }
  .contacti .form-input .form-input-one {
    width: 100%;
    margin-bottom: 20px;
    background: #F4F4F4;
    border-radius: 12px;
    overflow: hidden;
  }
  .contacti .form-message .message {
    height: 100px;
  }
  .contacti .form-input .form-input-one::after {
    display: none;
  }
  .contacti .contacti-top {
    flex-wrap: wrap;
  }
  .contacti .contacti-form {
    width: 100%;
  }
  .contacti .contacti-bottom {
    padding-right: 0;
    margin-top: 14px;
  }
  .contacti .formButton-box {
    position: relative;
    bottom: 0;
    right: 0;
    transform: translateY(0);
    margin-top: 18px;
  }
  .contacti .contacti-intro {
    width: 100%;
  }
  .contacti .contacti-intro .contacti-title-cur {
    width: auto;
    text-align: left;
    padding-left: 28px;
  }
  .contacti .contacti-intro .contactMenthods {
    justify-content: flex-start;
  }
  .contacti .contacti-intro .contactMenthods .contact-info-item {
    padding-left: 0;
    padding-right: 25px;
  }
  .contacti .contacti-info-a {
    margin-top: 8px;
    margin-right: 30px;
  }
  .contacti .contacti-outer {
    padding: 45px 5% 40px 5%;
  }
  footer .footer-top .footer-top-outer {
    flex-wrap: wrap;
  }
  footer .footer-top .footer-top-outer {
    padding: 30px 5% 42px 5%;
  }
  footer .footer-top .footer-new-share {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-top .footer-new-other {
    width: 100%;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 920px) {
  .page-outer .nban-side .nban-side-item .nban-side-right {
    font-size: 18px;
    margin: 0 10px;
  }
  .page-outer .nban-side .nban-side-item .dot {
    width: 12px;
    height: 12px;
    margin: 0 20px;
  }
  .page-outer .nban-side .nban-side-item {
    font-size: 14px;
  }
  .nban .nban-outer .nban-inner {
    padding: 0 5%;
  }
  .nban .nban-outer {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  footer .footer-bottom .footer-bottom-outer {
    padding: 26px 5% 90px;
  }
}
@media only screen and (max-width: 821px) {
  .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 .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 .pageBtn {
    padding: 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .page-outer .nban-side {
    display: none;
  }
  .page-outer .nban-side-outer {
    display: none;
  }
  .nban .nban-outer-navs {
    display: flex;
  }
  .webPage .pages-a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin: 0 2px;
  }
  .webPage .webPage-num .excessive p {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  .webPage .next-pageBtn {
    margin-left: 5px;
  }
  .webPage .pre-pageBtn {
    margin-right: 5px;
  }
  .nban .nban-outer .nban-title {
    font-size: 20px;
    line-height: 32px;
  }
  .webPage .pageBtn .text {
    display: none;
  }
  .nban .nban-outer .nban-desc {
    display: none;
  }
  .page-outer .nban-side-outer {
    height: 52px;
  }
  footer .footer-top .footer-new-share {
    flex-wrap: wrap;
  }
  .contacti .contacti-outer {
    padding: 32px 5% 30px 5%;
  }
  .contacti .form-input .input {
    line-height: 46px;
    height: 46px;
  }
  footer .footer-top .footer-new-share .footer-contactShare {
    margin: 15px 0 23px;
  }
  footer .footer-top .footer-new-share {
    flex-direction: column;
  }
  .contacti .form-input .form-input-one {
    margin-bottom: 16px;
  }
  .contacti .contacti-intro .contacti-title-cur::after {
    height: 35px;
  }
  .contacti .contacti-intro .contacti-title-cur {
    font-size: 35px;
    margin-bottom: 16px;
    line-height: 42px;
  }
  footer .footer-top .footer-navs {
    flex-wrap: wrap;
    margin-top: 0;
  }
  footer .footer-top .footer-top-outer {
    padding: 24px 5% 30px 5%;
  }
  footer .footer-top .footer-new-other {
    margin-top: 6px;
  }
  footer .footer-top .footer-navs .footer-nav-one {
    width: 50%;
    align-items: flex-start;
    margin-top: 30px;
    padding: 0 10px;
  }
  footer .footer-bottom .footer-bottom-outer {
    padding: 22px 5% 100px;
  }
  footer .footer-top .footer-navs-en .footer-nav-one:nth-of-type(1) {
    padding: 0 10px;
  }
  footer .footer-top .footer-navs .footer-nav-one::after {
    display: none;
  }
  footer .footer-top .footer-navs .footer-nav-one:nth-of-type(1) {
    width: 50%;
    align-items: flex-start;
    padding: 0 10px;
  }
  footer .footer-top .footer-navs .footer-nav-one:nth-last-of-type(1) {
    width: 50%;
    align-items: flex-start;
  }
  footer .footer-top .footer-navs-en .footer-nav-one .footer-nav-seconds {
    width: 122px;
  }
  footer .footer-top .footer-navs-en .footer-nav-one .pro-a {
    width: 122px;
  }
}
@media only screen and (max-width: 641px) {
  .nban {
    margin-top: 50px;
  }
  .headerM .logo {
    height: 35px;
  }
  .langDialog .langDialog-inner .langDialog-title {
    font-size: 20px;
  }
  .langDialog .langDialog-inner .langDialog-main .langDialog-one {
    width: 48%;
    margin-right: 4%;
    font-size: 16px;
    height: 56px;
  }
  .langDialog .langDialog-inner .langDialog-main .langDialog-one:nth-of-type(3n) {
    margin-right: 4%;
  }
  .langDialog .langDialog-inner .langDialog-main .langDialog-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .indexPage {
    padding-top: 38px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .headerM .header-inner {
    height: 50px;
  }
}
@media only screen and (max-width: 521px) {
  .nban .nban-outer .nban-title {
    font-size: 16px;
    line-height: 29px;
  }
  .nban .nban-outer-navs {
    padding: 10px 5%;
  }
  .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;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 10px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
}
@media (max-width: 429px) {
  .webPage .webPage-num .excessive {
    font-size: 16px;
  }
  .webPage .pages-a {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
  .webPage .webPage-num .excessive p {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
  .webPage .pre-pageBtn {
    margin-right: 2px;
  }
  .webPage .next-pageBtn {
    margin-left: 2px;
  }
}
@media (max-width: 396px) {
  .nban .nban-outer .nban-title {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (max-width: 376px) {
  .nban {
    aspect-ratio: auto;
    height: 230px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .indexPage {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 374px) {
  .webPage .webPage-num .excessive p {
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
  }
  .webPage .pages-a {
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
  }
  .webPage .pre-pageBtn {
    margin-right: 0;
  }
  .webPage .next-pageBtn {
    margin-left: 0;
  }
  .webPage .webPage-num .excessive p {
    margin: 0 3px;
  }
}
@media only screen and (max-width: 364px) {
  .nban .nban-outer-navs {
    font-size: 12px;
  }
}
