* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
}
li,
i,
em {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
  color: #fff;
  font-size: 14px;
  scroll-behavior: smooth;
}
body.nav-second-menu-open {
  overflow-x: hidden;
  overflow-y: hidden;
}
.formMessage {
  opacity: 0;
  z-index: -1;
}
.el-message-fade-enter-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.inner {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
}
@keyframes horizontalMove {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
@keyframes verticalMove {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.header-index {
  width: 100%;
  position: fixed;
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2000;
  max-height: 100px;
  transition: all 1s;
  width: calc(100% - 300px);
  border-radius: 8px;
  border: 1px solid #afafaf;
  background: #ffffff;
  height: 61px;
}
.header-index .header-index-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.header-index .header-index-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-index .header-index-left .logo-index {
  width: 120px;
  height: 100%;
  padding-right: 16px;
  border-right: 1px solid rgba(175, 175, 175, 0.75);
}
.header-index .header-index-left .logo-index a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-index .header-index-left .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-left .header-index-langs {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  transition: 0.5s;
  position: relative;
  z-index: 12;
  height: 100%;
  padding: 0 16px;
  border-right: 1px solid rgba(175, 175, 175, 0.75);
}
.header-index .header-index-left .header-index-langs .langName-text-p {
  color: rgba(44, 44, 44, 0.75);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.header-index .header-index-left .header-index-langs .langName-icon {
  position: relative;
  width: 15px;
  height: 22px;
  margin-left: 5px;
}
.header-index .header-index-left .header-index-langs .langName-icon svg {
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.header-index .header-index-left .header-index-langs:hover .langName-icon .nav-default-img {
  opacity: 0;
}
.header-index .header-index-left .header-index-langs:hover .langName-icon .nav-active-img {
  opacity: 1;
}
.header-index .header-index-left .header-index-langs:hover .langName-icon .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-nav {
  white-space: nowrap;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.header-index .header-index-nav nav {
  height: 100%;
}
.header-index .header-index-nav nav ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 6px;
}
.header-index .header-index-nav nav ul .nav-item {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.header-index .header-index-nav nav ul .nav-item .nav-item-first {
  padding: 12px 32px;
  border-radius: 6px;
  box-shadow: 0px 0px 0.8px rgba(0, 0, 0, 0.16);
  background: rgba(187, 187, 187, 0.24);
  backdrop-filter: blur(20px);
  color: rgba(44, 44, 44, 0.75);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  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 ul .nav-item .nav-item-first .nav-item-p {
  color: rgba(44, 44, 44, 0.75);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.header-index .header-index-nav nav ul .nav-item .nav-item-first .nav-item-p p {
  position: relative;
  z-index: 3010;
}
.header-index .header-index-nav nav ul .nav-item .nav-item-first:hover {
  background: rgba(255, 128, 51, 0.65);
}
.header-index .header-index-nav nav ul .nav-item .nav-item-first:hover .nav-item-p {
  color: #ffffff;
}
.header-index .header-index-nav nav ul .nav-item .nav-item-first.nav-item-first-active {
  background: rgba(255, 128, 51, 0.65);
}
.header-index .header-index-nav nav ul .nav-item .nav-item-first.nav-item-first-active .nav-item-p {
  color: #ffffff;
}
.header-index .header-index-nav nav ul .nav-item .nav-item-first:hover {
  background: rgba(255, 128, 51, 0.65) !important;
}
.header-index .header-index-nav nav ul .nav-item .nav-item-first:hover .nav-item-p {
  color: #fff !important;
}
.header-index .header-index-nav .header-index-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s;
}
.header-index .header-index-nav .header-index-right .header-index-right-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 19px;
  transition: 0.5s;
}
.header-index .header-index-nav .header-index-right .header-index-right-inner .header-index-contact {
  padding: 5px 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 128, 51, 0.65);
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-index .header-index-nav .header-index-right .header-index-right-inner .header-index-contact p {
  color: rgba(44, 44, 44, 0.75);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.header-index .header-index-nav .header-index-right .header-index-right-inner .header-index-contact .contact-icon {
  padding: 6px 12px;
  border-radius: 4px;
  background: #3d4249;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-index .header-index-nav .header-index-right .header-index-right-inner .header-index-contact .contact-icon svg {
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.header-index .header-index-nav .header-index-right .header-index-right-inner .header-index-contact:hover .contact-icon svg {
  transform: rotateY(360deg);
}
.header-index .header-index-nav .header-index-right .header-index-right-inner .header-index-search {
  cursor: pointer;
  position: relative;
  z-index: 12;
}
.header-index .header-index-nav .header-index-right .header-index-right-inner .header-index-search .header-index-search-inner {
  width: 28px;
  display: flex;
  height: 28px;
  position: relative;
  align-items: center;
}
.header-index .header-index-nav .header-index-right .header-index-right-inner .header-index-search svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.header-index .header-index-nav .header-index-right .header-index-right-inner .header-index-search:hover svg {
  opacity: 1;
  transform: scale(1.1);
}
.header-active-top {
  top: -95px;
}
.header-index.header-active.header-active-top {
  top: -95px;
}
.nav-item-second {
  position: absolute;
  top: 100%;
  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: #ff8033;
  font-size: 18px;
  line-height: 15px;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link:hover {
  background: rgba(255, 128, 51, 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: 78px;
  width: calc(100vw - 360px);
  max-width: 100vw;
  right: 0;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
  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;
  max-height: calc(100vh - 100px);
  overflow: hidden;
}
.nav-item-second-pro .nav-item-second-type-box {
  width: 40%;
  background: rgba(255, 128, 51, 0.2);
  border-radius: 12px;
  padding: 25px 30px;
  white-space: normal;
  max-height: 500px;
  max-height: min(500px, calc(100vh - 250px));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.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-active,
.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-active .icon img,
.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-active .text .name,
.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%;
  display: none;
  background: rgba(255, 128, 51, 0.2);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  max-height: 500px;
  max-height: min(500px, calc(100vh - 250px));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.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-doms1 .nav-item-second-proall-active {
  display: block;
}
.nav-item-second-pro .nav-item-second-pro-doms2 {
  width: 200px;
  margin-right: 50px;
  max-height: 415px;
  max-height: min(415px, calc(100vh - 250px));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.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%, #ff8033 0, #ff8033 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: #ff8033;
  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: #ff8033;
  background-size: 100% 2px;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 {
  width: calc(100% - 326px);
  margin-left: 50px;
  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;
  max-height: 500px;
  max-height: min(500px, calc(100vh - 330px));
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior: contain;
  padding-right: 8px;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1.nav-pro-list-fit {
  max-height: none;
  overflow-x: hidden;
  overflow-y: hidden;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1.nav-pro-list-scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .secondProList-group1 {
  width: 100%;
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .secondProList-group1-active {
  display: flex;
}
.nav-item-second-pro .nav-item-second-pro-doms-other1 .secondProList-box1 .secondProList-group1-op {
  opacity: 0;
  transform: translateX(12px);
}
.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 #ff8033;
  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%, #ff8033 0, #ff8033 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: #ff8033;
  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: 78px;
  width: 90vw;
}
.header-index.header-active .nav-item-second-pro-active {
  top: 94px;
}
.user-menu-nav {
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 1.2s;
}
.nav-item-second-pro.user-menu-nav {
  max-height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: hidden;
  pointer-events: auto;
}
.header-active {
  width: 100%;
  border-radius: 0;
  height: 94px;
  top: 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
}
.char-text-wrapper {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
.char-span {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  text-shadow: 0 1.3em currentColor;
}
.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: #eb6e21;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.searchDialog .searchDialog-inner .searchDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}
.searchDialog .searchDialog-inner .searchDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 36px;
  line-height: 30px;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner {
  width: 100%;
  height: 42px;
  position: relative;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input:focus {
  font-weight: 400;
  outline: none;
  font-size: 24px;
  color: #333333;
  line-height: 42px;
  border: none;
  border-bottom: 1px solid #333;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .icon-searchIcon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #ccc;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2;
}
.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: #eb6e21;
  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: #eb6e21;
  border: 1px solid #eb6e21;
  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: #eb6e21;
  border: 1px solid #eb6e21;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}
.contacti {
  width: 100%;
}
.contacti .inner {
  display: flex;
  flex-direction: column;
}
.contacti .inner .section1 {
  width: 90%;
  margin: 0 auto;
}
.contacti .inner .section1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacti .inner .section2 {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #27272a;
  background: #18181b;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  top: -100px;
  display: flex;
}
.contacti .inner .section2 .section2-left {
  width: 44%;
  border-right: 1px solid #27272a;
  background: linear-gradient(135deg, #18181b 0%, #09090b 100%);
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  overflow: hidden;
}
.contacti .inner .section2 .section2-left .section2-left-top {
  display: flex;
  flex-direction: column;
}
.contacti .inner .section2 .section2-left .section2-left-top .desc {
  color: #ff6900;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.contacti .inner .section2 .section2-left .section2-left-top .title {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 23px;
}
.contacti .inner .section2 .section2-left .section2-left-top .text {
  color: #9f9fa9;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.contacti .inner .section2 .section2-left .section2-left-middle {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contacti .inner .section2 .section2-left .section2-left-middle .item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contacti .inner .section2 .section2-left .section2-left-middle .item .icon {
  width: 48px;
  max-width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 16777200px;
  background: #27272a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacti .inner .section2 .section2-left .section2-left-middle .item .content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.contacti .inner .section2 .section2-left .section2-left-middle .item .content .text1 {
  color: #71717b;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.contacti .inner .section2 .section2-left .section2-left-middle .item .content .text2 {
  color: #ffffff !important;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: inherit;
}
.contacti .inner .section2 .section2-left .section2-left-middle .item .content .text2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #ffffff;
  width: 0;
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.contacti .inner .section2 .section2-left .section2-left-middle .item .content .text2:hover::after {
  width: 100%;
}
.contacti .inner .section2 .section2-left .section2-left-bottom {
  display: flex;
  align-items: center;
  gap: 100px;
}
.contacti .inner .section2 .section2-left .section2-left-bottom .item {
  position: relative;
  cursor: pointer;
}
.contacti .inner .section2 .section2-left .section2-left-bottom .item .content {
  position: absolute;
  top: 50%;
  left: 150%;
  transform: scale(0) translateY(-50%) translateX(-50%);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2022;
  position: relative;
  overflow: hidden;
}
.contacti .inner .section2 .section2-left .section2-left-bottom .item .content img {
  width: 74px;
  height: 77px;
  transform: rotate(-90deg);
}
.contacti .inner .section2 .section2-left .section2-left-bottom .item .content .QRcode {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 61%;
  left: 62%;
  transform: translate(-50%, -50%);
}
.contacti .inner .section2 .section2-left .section2-left-bottom .item .content .QRcode img {
  width: 60px;
  height: 60px;
  transform: rotate(0deg);
}
.contacti .inner .section2 .section2-left .section2-left-bottom .item:hover .content {
  transform: scale(1) translateY(-50%) translateX(-50%);
}
.contacti .inner .section2 .section2-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #ff6900 0%, #ff8904 100%);
}
.contacti .inner .section2 .section2-right {
  width: 56%;
  background: #18171c;
  padding: 63px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacti .inner .section2 .section2-right .section2-right-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacti .inner .section2 .section2-right .section2-right-top .form-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contacti .inner .section2 .section2-right .section2-right-top .form-item input {
  width: 100%;
  height: 50px;
  border-radius: 14px;
  border: 1px solid #27272a;
  background: #09090b;
  outline: none;
  padding: 15px;
  color: #9f9fa9;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.contacti .inner .section2 .section2-right .section2-right-top .form-item input::placeholder {
  color: #9f9fa9;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.contacti .inner .section2 .section2-right .section2-right-top .form-item textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #27272a;
  background: #09090b;
  outline: none;
  padding: 15px;
  color: #9f9fa9;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.contacti .inner .section2 .section2-right .section2-right-top .form-item textarea::placeholder {
  color: #9f9fa9;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.contacti .inner .section2 .section2-right .section2-right-top .form-item1 input {
  width: calc((100% - 20px) / 2);
  height: 50px;
  border-radius: 14px;
  border: 1px solid #27272a;
  background: #09090b;
  outline: none;
  padding: 15px;
  color: #9f9fa9;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.contacti .inner .section2 .section2-right .section2-right-top .form-item1 input::placeholder {
  color: #9f9fa9;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.contacti .inner .section2 .section2-right .section2-right-middle {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #27272a;
  background: #09090b;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contacti .inner .section2 .section2-right .section2-right-middle .text1 {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 13px;
  line-height: 36px;
}
.contacti .inner .section2 .section2-right .section2-right-middle .text2 {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-top: 4px;
}
.contacti .inner .section2 .section2-right .section2-right-bottom {
  width: 100%;
  padding: 16px 0;
  border-radius: 14px;
  background: #ff6900;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.footer {
  width: 100%;
  border-top: 1px solid #18181b;
  background: #09090b;
}
.footer .inner {
  display: flex;
  flex-direction: column;
  padding: 45px 0;
}
.footer .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}
.footer .inner .section1 a {
  width: 40%;
  min-width: 210px;
}
.footer .inner .section1 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .inner .section2 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #696969;
  padding-top: 45px;
  border-bottom: 1px solid #696969;
  padding-bottom: 75px;
}
.footer .inner .section2 .section2-left {
  display: flex;
  flex-direction: column;
}
.footer .inner .section2 .section2-left .section2-left-top {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 48px;
}
.footer .inner .section2 .section2-left .section2-left-middle {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 105px;
}
.footer .inner .section2 .section2-left .section2-left-middle a {
  color: rgba(255, 255, 255, 0.5) !important;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: inherit;
  transition: 0.5s;
}
.footer .inner .section2 .section2-left .section2-left-middle a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  background-color: #ffffff;
  width: 0;
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer .inner .section2 .section2-left .section2-left-middle a:hover::after {
  width: 100%;
}
.footer .inner .section2 .section2-left .section2-left-middle a:hover {
  color: #ffffff !important;
}
.footer .inner .section2 .section2-left .section2-left-bottom {
  display: flex;
  align-items: center;
  gap: 23px;
}
.footer .inner .section2 .section2-left .section2-left-bottom a svg {
  opacity: 0.7;
  transition: 0.5s;
}
.footer .inner .section2 .section2-left .section2-left-bottom a:hover svg {
  opacity: 1;
}
.footer .inner .section2 .section2-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .inner .section2 .section2-right .section2-right-top {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.footer .inner .section2 .section2-right .section2-right-middle {
  color: #71717b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.footer .inner .section2 .section2-right .section2-right-bottom {
  width: fit-content;
  border-radius: 14px;
  padding: 15px 40px;
  background: #ff6900;
  color: #ffffff;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.footer .inner .section2 .section2-right .section2-right-bottom p {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.footer .inner .section3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 23px;
}
.footer .inner .section3 .footer-side .footer-bottom-infor-a {
  color: #696969;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.banner-inner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.banner-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-inner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1440px;
  height: 40%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.banner-inner .content .title {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
}
.banner-inner .content .title span {
  color: #ff6900;
  font-weight: 700;
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 90%;
  height: 75px;
  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 .searchBtn {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .searchBtn img {
  width: 20px;
  transform: scale(1);
  transition: 0.5s;
}
.headerM .header-inner .searchBtn:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.headerM .header-inner .searchInput {
  position: absolute;
  top: 30px;
  right: 0;
  width: 240px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .searchInput .searchInput-inner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff !important;
}
.headerM .header-inner .searchInput .searchInput-inner .el-icon-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.headerM .header-inner .searchInput input {
  width: 240px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #223757;
  background: #223757;
  border-radius: 6px;
  color: #fff !important;
}
.headerM .header-inner .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.headerM .header-inner .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtn .langBtn-img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 7px;
}
.headerM .header-inner .langBtn .langBtn-img img {
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
}
.headerM .header-inner .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.headerM .header-inner .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 6px;
}
.headerM .header-inner .langBtn .langBtnA:hover {
  color: #223757;
  transition: 0.5s;
}
.headerM .header-inner .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner {
  width: 100%;
  background: #223757;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a {
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  transition: all 0.5s;
  position: relative;
}
.headerM .header-inner .langList .langList-inner a:hover {
  background: #223757;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner a:hover:after {
  background: transparent;
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner .langList-last:after {
  height: 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: 36px;
  transition: all 0.5s;
}
.headerM .header-inner .action_item {
  width: 34px;
  height: 22px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: #333;
}
.headerM .logo {
  width: auto;
  max-width: 95px;
  display: flex;
  align-items: center;
}
.headerM .logo img {
  width: 100%;
  display: block;
}
.sidefixed .vr {
  width: 90px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-family: 'LamaSans-Medium';
  transform: translateX(-42px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.sidefixed .vr .vr-img {
  width: 50px;
  display: block;
}
.sidefixed .vr .vr-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.sidefixed .vr .vr-text {
  padding: 0 2px;
  transition: 0.5s;
  color: #000000;
  display: inline-block;
  transform: translateY(-6px);
  position: relative;
}
.sidefixed .vr:hover .vr-text {
  color: #45A954;
  transition: 0.5s;
}
.sidefixed .vr:hover .vr-img img {
  transform: scale(1.05);
  transition: 0.5s;
}
/* 侧边固定工具栏基础样式 */
.sidefixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
  z-index: 999;
  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 p {
  color: #fff;
}
.sidefixed .sideitemTop a p {
  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: #223757;
  transition: 0.5s;
  position: relative;
  right: 0px;
}
.sidefixed .sideitem3:hover {
  background: #223757;
  transition: .5s;
  right: 210px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #223757;
  transition: .5s;
  color: #fff;
}
.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: #223757;
  position: relative;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
}
.sidefixed .sideitem3 .icon-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #223757;
  width: 34px;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem3 .sideins {
  width: 210px;
  background: #223757;
  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: 210px;
}
.sidefixed .sideitem4 .sideins {
  width: 210px;
}
.sidefixed .sideitem1 {
  width: 58px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  background: #223757;
  transition: .5s;
  position: relative;
  right: 0px;
  overflow: hidden;
}
.sidefixed .sideitem1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #223757;
  width: 34px;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #223757;
  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: 19px;
  height: 19px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #223757;
  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: #223757;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #223757;
}
.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;
  color: #fff;
}
.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: -55%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #565656;
  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.5s;
  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: #565656;
  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: #223757;
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(105%);
  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: #223757;
  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;
  color: #fff;
}
.top_nav.show_nav {
  transform: translateY(0);
}
.top_nav {
  display: none;
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  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;
  width: 90px;
}
.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: 20px;
  margin-right: 0px;
  cursor: pointer;
}
.top_nav .nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.top_nav .nav .li {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .proMenu-a {
  width: 230px;
  height: 42px;
  background: #223757;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 10px;
}
.top_nav .proMenu-a .proMenu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.top_nav .proMenu-a .proMenu-icon img {
  width: 100%;
}
.top_nav .proMenu-a:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px 0;
}
.top_nav .nav .li .menu a {
  width: 40px;
  display: flex;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
}
.top_nav .nav .li .menu p {
  width: 48px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  transform: translateX(12px);
  transition: 0.5s;
}
.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(50%);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
}
.top_nav .nav .li .menu .name:hover {
  color: #223757;
}
.top_nav .nav .li .menu2 {
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 4%;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.5s linear;
}
.top_nav .nav .li .menu2 .item_list {
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val {
  line-height: 24px;
}
.top_nav .nav .li .menu2 .item_val a {
  color: #333;
  display: flex;
  margin-bottom: 6px;
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val a span {
  font-size: 12px;
  margin-right: 8px;
  white-space: nowrap;
}
.top_nav .nav .li .menu2 .item_val a p {
  font-size: 16px;
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #223757;
}
@media screen and (max-width: 1600px) {
  .header-index {
    width: calc(100% - 140px);
  }
  .header-active {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .header-index {
    width: calc(100% - 60px);
  }
  .header-active {
    width: 100%;
  }
  .header-index .header-index-nav {
    gap: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .inner {
    width: 85% !important;
    max-width: 1440px;
    margin: 0 auto;
  }
  .header-index {
    display: none;
  }
  .headerM {
    display: block;
  }
  .footer .inner .section2 .section2-left .section2-left-middle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .banner-inner .content .title {
    font-size: 35px;
    line-height: 50px;
  }
  .banner-inner {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .inner {
    width: 90% !important;
    max-width: 1440px;
    margin: 0 auto;
  }
  .contacti .inner .section2 .section2-left {
    padding: 30px;
  }
  .contacti .inner .section2 .section2-right {
    padding: 30px;
  }
  .banner-inner .content .title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 834px) {
  .inner {
    width: 95% !important;
    max-width: 1440px;
    margin: 0 auto;
  }
  .headerM .header-inner {
    height: 60px;
  }
  .headerM .logo {
    max-width: 90px;
  }
  .sidefixed .vr .vr-img {
    width: 48px;
  }
  .sidefixed .vr {
    width: 70px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 10px;
    transform: translateX(-22px);
    margin-bottom: 0;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .sidefixed .sideitemOther {
    top: 90px;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
  .sidefixed {
    transform: translateY(-100%);
  }
  .top_nav .logo img {
    max-width: 90px;
  }
  .top_nav .top_nav_close svg {
    width: 24px;
    height: 24px;
    margin-top: 0px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 18px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .contacti .inner {
    padding: 0 0 40px 0;
  }
  .contacti .inner .section2 {
    flex-direction: column;
    top: 0;
  }
  .contacti .inner .section2 .section2-left {
    width: 100%;
    padding: 15px 10px 10px 10px;
    gap: 20px;
  }
  .contacti .inner .section2 .section2-left .section2-left-middle {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .contacti .inner .section2 .section2-left .section2-left-top .desc {
    margin-bottom: 0px;
  }
  .contacti .inner .section2 .section2-left .section2-left-top .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .contacti .inner .section2 .section2-left .section2-left-top .text {
    font-size: 13px;
    line-height: 20px;
  }
  .contacti .inner .section2 .section2-left .section2-left-middle {
    gap: 10px;
  }
  .contacti .inner .section2 .section2-left .section2-left-middle .item .icon {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .contacti .inner .section2 .section2-left .section2-left-middle .item .content {
    gap: 0px;
  }
  .contacti .inner .section2 .section2-left .section2-left-middle .item .content .text2 {
    font-size: 15px;
  }
  .contacti .inner .section2 .section2-left::after {
    height: 6px;
  }
  .contacti .inner .section2 .section2-right {
    width: 100%;
    padding: 10px;
    gap: 10px;
  }
  .contacti .inner .section2 .section2-right .section2-right-top .form-item1 input {
    width: calc((100% - 15px) / 2);
  }
  .contacti .inner .section2 .section2-right .section2-right-top {
    gap: 10px;
  }
  .contacti .inner .section2 .section2-right .section2-right-bottom {
    font-size: 15px;
    padding: 10px 0;
  }
  .footer {
    margin-bottom: 60px;
  }
  .footer .inner {
    padding: 40px 0;
  }
  .footer .inner .section1 {
    padding-bottom: 20px;
  }
  .footer .inner .section2 {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .inner .section2 .section2-left .section2-left-top {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer .inner .section2 .section2-left .section2-left-middle {
    gap: 5px;
    margin-bottom: 20px;
  }
  .footer .inner .section2 .section2-left .section2-left-middle a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .inner .section2 .section2-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer .inner .section2 .section2-right .section2-right-bottom input {
    padding: 12px;
  }
  .footer .inner .section2 .section2-right .section2-right-bottom p {
    padding: 10px 12px;
    font-size: 15px;
  }
  .banner-inner {
    margin-top: 60px;
  }
  .banner-inner .content .title {
    font-size: 25px;
    line-height: 30px;
  }
  .banner-inner .content {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .headerM .header-inner .action_item {
    width: 25px;
    height: 18px;
    margin-left: 20px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }
}
@media only screen and (max-width: 521px) {
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
  .banner-inner .content .title {
    font-size: 20px;
    line-height: 25px;
  }
  .banner-inner .content {
    gap: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .contacti .inner .section2 .section2-right .section2-right-top .form-item {
    flex-direction: column;
    gap: 15px;
  }
  .contacti .inner .section2 .section2-right .section2-right-top .form-item1 input {
    width: 100%;
  }
  .banner-inner {
    height: 250px;
  }
  .contacti .inner .section2 .section2-left .section2-left-top {
    align-items: center;
  }
  .contacti .inner .section2 .section2-left .section2-left-top .text {
    text-align: center;
  }
  .footer .inner .section2 .section2-right .section2-right-bottom {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 431px) {
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .top_nav .logo img {
    max-width: 90px;
  }
  .top_nav .top_nav_close svg {
    width: 20px;
    height: 20px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 18px;
    margin-left: 15px;
  }
  .banner-inner {
    height: 220px;
  }
}
@media only screen and (max-width: 321px) {
  .headerM .logo {
    max-width: 70px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 14px;
  }
}
