@import url("animate.min.css");
@import url("swiper.min-10.3.0.css");
@import url("element.css");
@import url("elementUI.css");
* {
  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: #434653;
  background: #ffffff;
  font-size: 14px;
  scroll-behavior: smooth;
}
.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;
}
.aboutNav {
  width: 100%;
  height: 56px;
  background: transparent;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
}
.aboutNav .inner {
  width: 64%;
  max-width: none;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 0 0 0 28px;
  background: #69adb1;
}
.aboutNav .item {
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
  transition: 0.35s;
}
.aboutNav .item p {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  transition: 0.35s;
}
.aboutNav .item p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  transform: translateX(-50%);
  transition: 0.35s;
}
.aboutNav .item:hover p,
.aboutNav .item.item-active p {
  color: #ffffff;
  font-weight: 700;
}
.aboutNav .item:hover p::after,
.aboutNav .item.item-active p::after {
  width: 100%;
}
@media (max-width: 1200px) {
  .aboutNav .inner {
    width: 70%;
  }
  .aboutNav .item {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  .aboutNav {
    height: 44px;
    margin-top: 0;
    overflow: hidden;
    background: #69adb1;
  }
  .aboutNav .inner {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 0;
    background: transparent;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .aboutNav .inner::-webkit-scrollbar {
    display: none;
  }
  .aboutNav .item {
    flex: 0 0 auto;
    min-width: 150px;
    height: 100%;
    padding: 0 16px;
  }
  .aboutNav .item p {
    font-size: 12px;
    line-height: 16px;
  }
  .aboutNav .item p::after {
    bottom: -6px;
  }
}
@media (max-width: 480px) {
  .aboutNav {
    height: 40px;
  }
  .aboutNav .item {
    min-width: 135px;
    height: 100%;
    padding: 0 10px;
  }
  .aboutNav .item p {
    font-size: 11px;
  }
}
@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 {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.5s;
}
.header .header-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-inner .header-logo {
  max-width: 147px;
  margin: 10px 0;
}
.header .header-inner .header-logo a {
  width: 100%;
}
.header .header-inner .header-logo a img {
  width: 100%;
}
.header .header-inner .header-right {
  width: calc(100% - 147px - 100px);
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.header .header-inner .header-right .header-right-top {
  width: 100%;
  border-radius: 8px;
  background: #0a1905;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.header .header-inner .header-right .header-right-top .header-right-top-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.header .header-inner .header-right .header-right-top .header-right-top-info .header-right-top-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .header-inner .header-right .header-right-top .header-right-top-info .header-right-top-info-item svg {
  min-width: 14px;
  min-height: 14px;
}
.header .header-inner .header-right .header-right-top .header-right-top-info .header-right-top-info-item p {
  color: #ffffff !important;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: inherit;
}
.header .header-inner .header-right .header-right-top .header-right-top-info .header-right-top-info-item p::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);
}
.header .header-inner .header-right .header-right-top .header-right-top-info .header-right-top-info-item p:hover::after {
  width: 100%;
}
.header .header-inner .header-right .header-right-top .header-right-top-share {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .header-inner .header-right .header-right-top .header-right-top-share .header-right-top-share-item svg {
  opacity: 0.8;
  transition: 0.5s;
}
.header .header-inner .header-right .header-right-top .header-right-top-share .header-right-top-share-item:hover svg {
  opacity: 1;
}
.header .header-inner .header-right .header-right-bottom {
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav {
  height: 57px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item {
  height: 57px;
  transition: 0.5s;
  position: relative;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first {
  height: 57px;
  padding: 0 10px;
  transition: 0.5s;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first .nav-item-p {
  height: 57px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.5s;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first .nav-item-p p {
  color: #434653;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first .nav-item-p svg {
  position: relative;
  bottom: -2px;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first:hover {
  border-bottom: 5px solid #1b9ba4;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first-active {
  border-bottom: 5px solid #1b9ba4;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-left .header-index-search {
  position: relative;
  bottom: -2px;
  cursor: pointer;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-left .header-index-line {
  width: 1px;
  height: 23px;
  border-radius: 6px;
  background: #b9b9b9;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-left .header-index-langs {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-left .header-index-langs p {
  color: #e61874;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-right a {
  border-radius: 8px;
  background: #1b9ba4;
  padding: 7px 25px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.nav-item-second {
  position: absolute;
  top: 100%;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  white-space: normal;
}
.nav-item-second .nav-item-second-inner-other {
  width: 170px;
  padding: 16px 8% 5px;
  background: #fff;
  border: 1px solid rgba(33, 48, 38, 0.2);
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link {
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: 0.5s;
  margin-bottom: 8px;
  text-align: center;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link .text {
  color: #434653 !important;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: inherit;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link .text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #434653;
  width: 0;
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link .text:hover::after {
  width: 100%;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link1 {
  text-align: left;
}
.nav-item-second-pro {
  left: 0;
  transform: translateX(0);
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) {
  position: static;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second {
  top: 100%;
  left: 0;
  right: 0;
  width: 100vw;
  transform: none;
  background: #ffffff;
  border-top: 1px solid rgba(6, 54, 105, 0.08);
  box-shadow: 0 18px 45px rgba(6, 54, 105, 0.08);
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second.user-menu-nav {
  max-height: 380px;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second {
  display: flex;
  justify-content: center;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left,
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-middle,
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-right {
  display: flex;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left {
  width: 335px;
  padding: 30px 0 24px;
  flex-direction: column;
  gap: 16px;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item {
  width: 100%;
  min-height: 86px;
  padding: 14px 26px;
  border-radius: 12px;
  border: 1px solid rgba(6, 54, 105, 0.08);
  background: #ffffff;
  box-shadow: 0 5px 14px rgba(6, 54, 105, 0.12);
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  overflow: hidden;
  transition: 0.35s;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 12px 0 0 12px;
  background: transparent;
  transition: 0.35s;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item .img {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item .content {
  flex: 1;
  min-width: 0;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item .content .text1 {
  color: #71798a;
  font-family: Inter;
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  transition: 0.35s;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item:hover,
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item.item-active {
  background: #effbfc;
  border-color: rgba(27, 155, 164, 0.12);
  box-shadow: 0 8px 18px rgba(6, 54, 105, 0.08);
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item:hover .line,
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item.item-active .line {
  background: #1b9ba4;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item:hover .content .text1,
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item.item-active .content .text1 {
  color: #063669;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-middle {
  width: 230px;
  padding: 32px 22px 24px 54px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-middle .item {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-middle .item .text3 {
  color: #063669;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  transition: 0.35s;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-middle .item:hover .text3,
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-middle .item.item-active .text3 {
  color: #e61874;
  font-weight: 700;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-right {
  width: 550px;
  padding: 30px 0 24px;
  gap: 18px;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-right .item {
  flex: 1 1 0;
  min-width: 0;
  height: 278px;
  border-radius: 12px;
  background: #eff9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-right .item img {
  width: 78%;
  height: 82%;
  object-fit: contain;
  transition: 0.35s;
}
.header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-right .item:hover img {
  transform: scale(1.04);
}
@media only screen and (max-width: 1440px) and (min-width: 1251px) {
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second.user-menu-nav {
    max-height: 350px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left {
    width: 305px;
    padding: 24px 0 22px;
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item {
    min-height: 78px;
    padding: 12px 22px;
    gap: 18px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item .img {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-left .item .content .text1 {
    font-size: 18px;
    line-height: 26px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-middle {
    width: 210px;
    padding: 26px 18px 22px 42px;
    gap: 20px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-middle .item .text3 {
    font-size: 14px;
    line-height: 19px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-right {
    width: 470px;
    padding: 24px 0 22px;
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item:nth-child(2) .nav-item-second-inner-right .item {
    height: 246px;
  }
}
.user-menu-nav {
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 1.2s;
}
.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: #1B9BA4;
  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;
}
.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: #1B9BA4;
  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: #1B9BA4;
  border: 1px solid #1B9BA4;
  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: #1B9BA4;
  border: 1px solid #1B9BA4;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}
.contacti {
  width: 100%;
  background: #edf2fa;
  padding: 40px 0 180px 0;
  position: relative;
  overflow: hidden;
}
.contacti .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.contacti .inner .section1 {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}
.contacti .inner .section1 .section1-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contacti .inner .section1 .section1-top .title {
  color: #063669;
  font-family: Manrope;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
}
.contacti .inner .section1 .section1-top .desc {
  color: #434653;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.contacti .inner .section1 .section1-middle {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.contacti .inner .section1 .section1-middle .section1-middle-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contacti .inner .section1 .section1-middle .section1-middle-item .icon {
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #d63384;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacti .inner .section1 .section1-middle .section1-middle-item .content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contacti .inner .section1 .section1-middle .section1-middle-item .content .text1 {
  color: #063669;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.contacti .inner .section1 .section1-middle .section1-middle-item .content .text2 {
  color: #434653 !important;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: inherit;
}
.contacti .inner .section1 .section1-middle .section1-middle-item .content .text2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #434653;
  width: 0;
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.contacti .inner .section1 .section1-middle .section1-middle-item .content .text2:hover::after {
  width: 100%;
}
.contacti .inner .section1 .section1-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 48px;
}
.contacti .inner .section1 .section1-bottom .section1-bottom-item {
  position: relative;
  cursor: pointer;
}
.contacti .inner .section1 .section1-bottom .section1-bottom-item .content {
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: scale(0) translateY(0px) translateX(-50%);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2022;
}
.contacti .inner .section1 .section1-bottom .section1-bottom-item .content img {
  width: 74px;
  height: 77px;
}
.contacti .inner .section1 .section1-bottom .section1-bottom-item:hover .content {
  transform: scale(1) translateY(-50px) translateX(-50%);
}
.contacti .inner .section2 {
  width: 48%;
  border-radius: 16px;
  border: 2px solid #1b9ba426;
  background: #f8fafb;
  padding: 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacti .inner .section2 .section2-top {
  width: 100%;
  color: #063669;
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.contacti .inner .section2 .section2-middle {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacti .inner .section2 .section2-middle .form-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contacti .inner .section2 .section2-middle .form-item input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 0.6px solid #e5e7eb;
  box-sizing: border-box;
  background: #ffffff;
  outline: none;
  padding: 15px;
  color: #0a0a0a80;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.contacti .inner .section2 .section2-middle .form-item textarea {
  width: 100%;
  border-radius: 10px;
  border: 0.6px solid #e5e7eb;
  box-sizing: border-box;
  background: #ffffff;
  outline: none;
  padding: 15px;
  color: #0a0a0a80;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.contacti .inner .section2 .section2-middle .form-item1 input {
  width: calc((100% - 16px) / 2);
  height: 50px;
  border-radius: 10px;
  border: 0.6px solid #e5e7eb;
  box-sizing: border-box;
  background: #ffffff;
  outline: none;
  padding: 15px;
  color: #0a0a0a80;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.contacti .inner .section2 .section2-bottom {
  width: 100%;
  padding: 14px 0;
  border-radius: 10px;
  background: #1b9ba4;
  border: 0;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.contacti .inner .section2 .section2-bottom:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.contacti::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 200%;
  height: 120px;
  background: url('../img/public/contacti-back.svg') repeat-x;
  background-size: auto 120px;
  animation: contactiScrollLeft 20s linear infinite;
  z-index: 0;
  pointer-events: none;
}
@keyframes contactiScrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.footer {
  width: 100%;
  background: #031d3a;
  padding: 65px 0 55px 0;
  position: relative;
  z-index: 2;
}
.footer .inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .inner .section1 .section1-left {
  width: 35%;
  display: flex;
  flex-direction: column;
}
.footer .inner .section1 .section1-left .section1-left-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.footer .inner .section1 .section1-left .section1-left-top .logo {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
.footer .inner .section1 .section1-left .section1-left-top .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .inner .section1 .section1-left .section1-left-top P {
  color: #ffffffd9;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}
.footer .inner .section1 .section1-left .section1-left-middle {
  color: #ffffff66;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 120px;
}
.footer .inner .section1 .section1-left .section1-left-bottom {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer .inner .section1 .section1-left .section1-left-bottom .section1-left-bottom-item {
  cursor: pointer;
}
.footer .inner .section1 .section1-left .section1-left-bottom .section1-left-bottom-item svg {
  transition: 0.5s;
  opacity: 0.8;
}
.footer .inner .section1 .section1-left .section1-left-bottom .section1-left-bottom-item:hover svg {
  opacity: 1;
}
.footer .inner .section1 .section1-middle {
  display: flex;
  flex-direction: column;
}
.footer .inner .section1 .section1-middle .text1 {
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer .inner .section1 .section1-middle .text2 {
  color: #ffffff59;
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 14px;
  transition: 0.5s;
}
.footer .inner .section1 .section1-middle .text2:hover {
  color: #ffffff99;
}
.footer .inner .section1-right {
  width: 15%;
  display: flex;
  flex-direction: column;
}
.footer .inner .section1-right .text1 {
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer .inner .section1-right .text2 {
  color: #ffffff59;
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 25px;
}
.footer .inner .section1-right input {
  width: 100%;
  border-radius: 10px;
  border: 0.6px solid #ffffff1a;
  box-sizing: border-box;
  background: #ffffff0d;
  outline: none;
  padding: 12px 16px;
  color: #ffffff40;
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
}
.footer .inner .section1-right .btn {
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  background: #1b9ba4;
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 13px;
  line-height: 19.5px;
}
.footer .line {
  width: 100%;
  height: 1px;
  background: #a3a3a3;
}
.footer .section2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.footer .section2 .footer-side .footer-bottom-infor-a {
  color: rgba(163, 163, 163, 0.85);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.banner1 {
  margin-top: 110px;
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 1;
}
.banner1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner1 .content {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1440px;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.banner1 .content .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.banner1 .content .top .tag {
  width: fit-content;
  border-radius: 18641400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 7px 17px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner1 .content .top .tag .dot {
  width: 6px;
  max-width: 6px;
  min-width: 6px;
  height: 6px;
  opacity: 0.949;
  border-radius: 50%;
  background: #e61874;
}
.banner1 .content .top .tag p {
  color: #e61874;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.banner1 .content .top .title {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
}
.banner1 .content .top .desc {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
}
.banner1 .content .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.banner1 .content .bottom .scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.65);
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 13.5px;
  text-transform: uppercase;
}
.banner1 .content .bottom .scroll svg {
  transform: translate3d(0, 0, 0);
  animation: verticalMove 2s linear infinite;
}
.banner1 .content .bottom .from {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner1 .content .bottom .from .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(255, 255, 255, 0.65);
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 13.5px;
  text-transform: uppercase;
}
.banner1 .content .bottom .from .text a {
  color: rgba(255, 255, 255, 0.65);
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 13.5px;
  text-transform: uppercase;
}
.banner1 > .line {
  width: 100%;
  height: 18px;
  border-top: 1px solid #1b9ba4;
  background: #063669;
}
.faq {
  width: 100%;
  background: #fafffe;
}
.faq .inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.faq .inner .section1 {
  width: 34%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.faq .inner .section1 .tag {
  width: fit-content;
  border-radius: 16777200px;
  background: rgba(27, 155, 164, 0.1);
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.faq .inner .section1 .tag p {
  color: #1b9ba4;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.faq .inner .section1 .title {
  color: #063669;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.faq .inner .section1 .desc {
  color: #434653;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.faq .inner .section2 {
  width: 64%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
}
.faq .inner .section2 .item {
  background: #fdfffe;
  border: 2px solid #edf1fa;
  border-radius: 18px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 30px 24px;
  transition: 0.5s;
}
.faq .inner .section2 .item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq .inner .section2 .item .question p {
  color: #063669;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  transition: 0.5s;
}
.faq .inner .section2 .item .question .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 16777200px;
  background: #edf2fa;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.faq .inner .section2 .item .question .icon .sub {
  display: none;
  transition: 0.5s;
}
.faq .inner .section2 .item .question .icon .add {
  display: flex;
  transition: 0.5s;
}
.faq .inner .section2 .item .answer {
  color: #434653;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.faq .inner .section2 .item-active {
  background: #ffffff;
  border: 2px solid #1b9ba4;
}
.faq .inner .section2 .item-active .question p {
  color: #1b9ba4;
}
.faq .inner .section2 .item-active .question .icon {
  background: #1b9ba4;
}
.faq .inner .section2 .item-active .question .icon .add {
  display: none;
}
.faq .inner .section2 .item-active .question .icon .sub {
  display: flex;
}
.faq .inner .section2 .item-active .answer {
  max-height: 500px;
}


.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 #1B9BA4;
    background: #1B9BA4;
    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: #1B9BA4;
    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: #1B9BA4;
    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: #1B9BA4;
    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: #1B9BA4;
    transition: 0.5s;
    position: relative;
    right: 0px;
}

.sidefixed .sideitem3:hover {
    background: #1B9BA4;
    transition: .5s;
    right: 210px;
    border-radius: 10px !important;
}

.sidefixed .sideitem3:hover .icon-box {
    border-radius: 10px 0px 0px 10px !important;
    background: #1B9BA4;
    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: #1B9BA4;
    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: #1B9BA4;
    width: 34px;
}

.sidefixed .sideitem3 svg {
    width: 19px;
    height: 19px;
}

.sidefixed .sideitem3 .sideins {
    width: 210px;
    background: #1B9BA4;
    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: #1B9BA4;
    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: #1B9BA4;
    width: 34px;
}

.sidefixed .sideitem1:hover {
    overflow: visible;
    background: #1B9BA4;
    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: #1B9BA4;
    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: #1B9BA4;
    transition: .5s;
    overflow: hidden;
    position: relative;
    right: 0px;
    border-radius: 0px 0px 10px 10px;
}

.sidefixed .sideitem2:hover {
    background: #1B9BA4;
}

.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: -50%;
    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: #1B9BA4;
}

.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: #1B9BA4;
    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: #1B9BA4;
    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: #1B9BA4;
}

.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: #1B9BA4;
}
@media only screen and (max-width: 1380px) { 
  .header .header-inner{
    width: 90%;
  }
  .header .header-inner .header-logo {
    max-width: 132px;
  }
  .header .header-inner .header-right {
    width: calc(100% - 132px - 42px);
  }
  .header .header-inner .header-right .header-right-top {
    padding: 9px 20px;
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-top .header-right-top-info {
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav {
    gap: 30px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first {
    padding: 0 6px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-right {
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-left {
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-right a {
    padding: 7px 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-inner,
  .banner1 .content {
    width: 90%;
  }
  .header .header-inner .header-logo {
    max-width: 132px;
  }
  .header .header-inner .header-right {
    width: calc(100% - 132px - 42px);
  }
  .header .header-inner .header-right .header-right-top {
    padding: 9px 20px;
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-top .header-right-top-info {
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav {
    gap: 18px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first {
    padding: 0 6px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-right {
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-left {
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-right a {
    padding: 7px 16px;
  }
  .banner1 {
    margin-top: 104px;
  }
  .banner1 .content .top {
    gap: 32px;
  }
  .banner1 .content .top .title {
    font-size: 32px;
    line-height: 40px;
  }
  .banner1 .content .top .desc {
    font-size: 20px;
    line-height: 29px;
  }
  .contacti .inner .section1 {
    gap: 36px;
  }
  .contacti .inner .section2 {
    padding: 28px;
  }
  .footer .inner .section1 {
    gap: 34px;
    flex-wrap: wrap;
  }
  .footer .inner .section1 .section1-left {
    width: 32%;
  }
  .footer .inner .section1-right {
    width: 22%;
  }
}

@media only screen and (max-width: 1023px) {
  .header .header-inner,
  .banner1 .content {
    width: 92%;
  }
  .header .header-inner {
    align-items: center;
  }
  .header .header-inner .header-logo {
    max-width: 112px;
    margin: 8px 0;
  }
  .header .header-inner .header-right {
    width: calc(100% - 112px - 26px);
    margin-top: 0;
  }
  .header .header-inner .header-right .header-right-top {
    display: none;
  }
  .header .header-inner .header-right .header-right-bottom {
    height: 58px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 18px;
  }
  .header .header-inner .header-right .header-right-bottom::-webkit-scrollbar {
    display: none;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav {
    height: 58px;
    flex: 0 0 auto;
    gap: 16px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item,
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first,
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first .nav-item-p {
    height: 58px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-right {
    flex: 0 0 auto;
  }
  .banner1 {
    margin-top: 74px;
  }
  .banner1 .content {
    height: 78%;
  }
  .banner1 .content .top {
    gap: 24px;
  }
  .banner1 .content .top .title {
    font-size: 30px;
    line-height: 38px;
  }
  .banner1 .content .top .desc {
    font-size: 18px;
    line-height: 27px;
  }
  .faq .inner {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 60px;
  }
  .faq .inner .section1,
  .faq .inner .section2 {
    width: 100%;
  }
  .contacti {
    padding: 56px 0 126px 0;
  }
  .contacti .inner {
    flex-direction: column;
    gap: 34px;
  }
  .contacti .inner .section1,
  .contacti .inner .section2 {
    width: 100%;
  }
  .contacti .inner .section2 {
    max-width: 760px;
    margin: 0 auto;
  }
  .footer {
    padding: 54px 0 48px 0;
  }
  .footer .inner {
    gap: 34px;
  }
  .footer .inner .section1 .section1-left {
    width: 100%;
  }
  .footer .inner .section1 .section1-left .section1-left-middle {
    margin-bottom: 30px;
  }
  .footer .inner .section1 .section1-middle {
    width: calc((100% - 60px) / 3);
  }
  .footer .inner .section1-right {
    width: 100%;
    max-width: 460px;
  }

}

@media only screen and (max-width: 767px) {
  .inner {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
}
  .banner1 .content {
    width: 92%;
  }
  .header .header-inner {
    width: 100%;
    padding: 0 4%;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .header-inner .header-logo {
    max-width: 96px;
    margin: 8px 0 4px;
  }
  .header .header-inner .header-right {
    width: 100%;
  }
  .header .header-inner .header-right .header-right-bottom {
    width: 100%;
    height: 44px;
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav {
    height: 44px;
    gap: 14px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item,
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first,
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first .nav-item-p {
    height: 44px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first {
    padding: 0 2px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first:hover,
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first-active {
    border-bottom-width: 3px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-nav .nav-item .nav-item-first .nav-item-p p {
    font-size: 13px;
    line-height: 19px;
    white-space: nowrap;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-right {
    gap: 12px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-left {
    gap: 12px;
  }
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-right a {
    padding: 6px 13px;
    font-size: 13px;
    white-space: nowrap;
  }
  .nav-item-second {
    left: 0;
    transform: translateX(0);
  }
  .banner1 {
    height: 360px;
    margin-top: 96px;
  }
  .banner1 .content {
    bottom: auto;
    top: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    justify-content: center;
    gap: 22px;
  }
  .banner1 .content .top {
    gap: 18px;
  }
  .banner1 .content .top .tag {
    padding: 6px 14px;
  }
  .banner1 .content .top .tag p {
    font-size: 11px;
    line-height: 17px;
  }
  .banner1 .content .top .title {
    font-size: 26px;
    line-height: 34px;
  }
  .banner1 .content .top .desc {
    font-size: 15px;
    line-height: 24px;
  }
  .banner1 .content .bottom .scroll {
    display: none;
  }
  .banner1 .content .bottom .from {
    gap: 10px;
    flex-wrap: wrap;
  }
  .banner1 .content .bottom .from .text,
  .banner1 .content .bottom .from .text a {
    font-size: 12px;
    line-height: 18px;
  }
  .faq .inner {
    gap: 26px;
    padding-bottom: 44px;
  }
  .faq .inner .section1 {
    gap: 5px;
  }
  .faq .inner .section1 .title {
    font-size: 18px;
    line-height: 36px;
  }
  .faq .inner .section1 .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .faq .inner .section2 .item {
    border-radius: 14px;
    padding: 20px 18px;
    gap: 16px;
  }
  .faq .inner .section2 .item .question p {
    font-size: 16px;
    line-height: 24px;
  }
  .faq .inner .section2 .item .question .icon {
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    height: 34px;
  }
  .faq .inner .section2 .item .answer {
    font-size: 14px;
    line-height: 24px;
  }
  .contacti {
    padding: 42px 0 102px 0;
  }
  .contacti .inner {
    gap: 28px;
  }
  .contacti .inner .section1 {
    gap: 26px;
  }
  .contacti .inner .section1 .section1-top .title {
    font-size: 20px;
    line-height: 36px;
  }
  .contacti .inner .section1 .section1-top .desc {
    line-height: 24px;
  }
  .contacti .inner .section1 .section1-middle {
    gap: 18px;
  }
  .contacti .inner .section1 .section1-middle .section1-middle-item {
    align-items: flex-start;
    gap: 12px;
  }
  .contacti .inner .section1 .section1-middle .section1-middle-item .icon {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
  }
  .contacti .inner .section1 .section1-bottom {
    gap: 18px;
    flex-wrap: wrap;
  }
  .contacti .inner .section2 {
    border-radius: 14px;
    padding: 24px;
    gap: 20px;
  }
  .contacti .inner .section2 .section2-top {
    font-size: 18px;
    line-height: 27px;
  }
  .contacti .inner .section2 .section2-middle .form-item1 {
    flex-direction: column;
    gap: 16px;
  }
  .contacti .inner .section2 .section2-middle .form-item1 input {
    width: 100%;
  }
  .contacti::after {
    height: 92px;
    background-size: auto 92px;
  }
  .footer {
    padding: 44px 0 86px 0;
  }
  .footer .inner {
    gap: 28px;
  }
  .footer .inner .section1 {
    flex-direction: column;
    gap: 24px;
  }
  .footer .inner .section1 .section1-left,
  .footer .inner .section1 .section1-middle,
  .footer .inner .section1-right {
    width: 100%;
    max-width: none;
  }
  .footer .inner .section1 .section1-left .section1-left-top {
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
  }
  .footer .inner .section1 .section1-left .section1-left-top .logo {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
  }
  .footer .inner .section1 .section1-left .section1-left-middle {
    margin-bottom: 22px;
  }
  .footer .inner .section1 .section1-middle .text1,
  .footer .inner .section1-right .text1 {
    margin-bottom: 14px;
  }
  .footer .inner .section1-right .text2 {
    margin-bottom: 16px;
  }
  .footer .section2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .footer .section2 .footer-side .footer-bottom-infor-a {
    font-size: 13px;
    line-height: 22px;
  }
  .searchDialog .searchDialog-inner,
  .langDialog .langDialog-inner {
    width: 92%;
    border-radius: 14px;
    padding: 36px 24px 28px;
  }
  .searchDialog .searchDialog-inner .searchDialog-close,
  .langDialog .langDialog-inner .langDialog-close {
    width: 104px;
    height: 104px;
    top: -52px;
    right: -52px;
  }
  .searchDialog .searchDialog-inner .searchDialog-close svg,
  .langDialog .langDialog-inner .langDialog-close svg {
    width: 24px;
    height: 24px;
    margin: 0 0 18px 18px;
  }
  .searchDialog .searchDialog-inner .searchDialog-title,
  .langDialog .langDialog-inner .langDialog-title {
    font-size: 20px;
    line-height: 28px;
  }
  .langDialog .langDialog-inner .langDialog-main .langDialog-one {
    width: 100%;
    height: 48px;
    margin-right: 0;
    margin-top: 12px;
    font-size: 16px;
  }
  .sidefixedM .sideitem1 .icon-box p,
  .sidefixedM .sideitem2 .icon-box p {
    font-size: 11px;
  }
}

@media only screen and (max-width: 480px) {
  .header .header-inner .header-right .header-right-bottom .header-right-bottom-right .header-right-bottom-right-right {
    display: none;
  }
  .banner1 {
    height: 320px;
  }
  .banner1 .content .top .title {
    font-size: 24px;
    line-height: 32px;
  }
  .contacti .inner .section2 {
    padding: 20px;
  }
  .footer .inner .section1 .section1-left .section1-left-top {
    flex-direction: column;
  }
  .sidefixedM .sideitem1 .icon-box,
  .sidefixedM .sideitem2 .icon-box {
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media only screen and (max-width: 1250px) {
  .header {
    display: none;
  }
  .headerM {
    display: block;
  }
    .headerM .logo {
    max-width: 60px;
  }
    .headerM .logo img{
    max-width: 60px;
  } 
  .top_nav {
    display: block;
    z-index: 2900;
  }
  .banner1 {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 850px) {
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .footer {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .headerM .header-inner {
    height: 64px;
  }
  .headerM .logo {
    max-width: 40px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 15px;
    line-height: 22px;
  }
  .headerM .header-inner .action_item {
    width: 30px;
    height: 20px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }
  .banner1 {
    margin-top: 64px;
  }
  .top_nav .top_nav_close {
    padding: 16px 22px;
  }
  .top_nav .logo img {
    width: 82px;
  }
  .top_nav .top_nav_close svg {
    width: 26px;
    height: 26px;
    margin-top: 12px;
  }
  .top_nav .nav {
    padding: 0 22px 80px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
    padding: 9px 0;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
    line-height: 22px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    padding: 8px 0;
    margin-bottom: 4px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 14px;
    line-height: 22px;
  }
  .faq .inner .section1 .tag p{
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .headerM .header-inner {
    height: 58px;
  }
  .headerM .logo {
    max-width: 40px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 13px;
  }
  .banner1 {
    margin-top: 58px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .sidefixedM .sideitem1 .icon-box,
  .sidefixedM .sideitem2 .icon-box {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 1250px) {
  .headerM .header-inner .langListShow {
    height: 124px;
  }
}
