﻿@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;
}
@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);
  }
}
.contacti .section2 .submit svg{
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
/* inner banner styles */
.banner-inner1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #1c1c1c;
  padding-top: 120px;
}


.banner-inner1 > img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.banner-inner1 .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  z-index: 2;
}

.banner-inner1 .content-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.banner-inner1 .content-top .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 10px 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  margin-bottom: 25px;
  border-radius: 18641400px;
  border: 0.6px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.23);
}

.banner-inner1 .content-top .tag .dot {
  display: flex;
  width: 12px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 25px;
  background: rgba(240, 153, 22, 1);
  margin-right: 10px;
}

.banner-inner1 .content-top .tag p {
  display: flex;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Source Han Sans SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.banner-inner1 .content-top .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.banner-inner1 .content-top .title p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 45px;
  line-height: 75px;
  color: #ffffff;
}

.banner-inner1 .content-top .title p span {
  display: flex;
  color: #f59a14;
}

.banner-inner1 .content-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: transform 0.5s ease;
  width: 47px;
  max-width: 47px;
  min-width: 47px;
  height: 47px;
  border-radius: 33554400px;
  background: rgba(255, 255, 255, 1);
}
.banner-inner1 .content-bottom svg{
  transform: translate3d(0, 0, 0);
  animation: verticalMove 2s linear infinite;
}

.banner-inner1 .content-bottom:hover {
  transform: translateY(4px);
}

.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: #F09916;
  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: #F09916;
  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: #F09916;
  border: 1px solid #F09916;
  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: #F09916;
  border: 1px solid #F09916;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}

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

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

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

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

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

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

.sidefixed .sideitem2:hover {
    background: #F09916;
}

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

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

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


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

@media only screen and (max-width: 821px) {
  .sidefixed .sideitemOther {
    top: 0;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
}

@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;
  }
}

/* header styles */
.header-index {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #f59a14;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
  overflow: visible;
}

.header-index::before {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  background: #ffffff;
  transform: skewX(-20deg);
  transform-origin: right top;
  z-index: 0;
}

.header-index .header-index-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 4%;
  position: relative;
  z-index: 1;
}

.header-index .logo-index {
  display: flex;
  width: 16%;
  position: relative;
  z-index: 2;
}

.header-index .logo-index a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.header-index .logo-index a img {
  display: block;
  width: 35%;
  object-fit: contain;
}

.header-index .logo-index a img + img {
  width: 45%;
  margin-left: 8px;
}

.header-index .header-index-nav {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.header-index .header-index-nav nav {
  display: flex;
  flex-wrap: wrap;
}

.header-index .header-index-nav nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}

.header-index .header-index-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-right: 0px;
}

.header-index .header-index-nav .nav-item-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 44px 10px 16px;
  cursor: pointer;
  position: relative;
  overflow: visible;
  transition: color 0.5s ease;
}

.header-index .header-index-nav .nav-item-first::before {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  right: 34px;
  top: 6px;
  bottom: 6px;
  background: transparent;
  transform: skewX(-18deg);
  opacity: 1;
  z-index: 0;
  transition: background 0.5s ease;
}

.header-index .header-index-nav .nav-item-first::after {
  content: "";
  display: flex;
  position: absolute;
  right: 18px;
  top: 6px;
  bottom: 6px;
  padding: 0 5px;
  background: #ffffff;
  transform: skewX(-18deg);
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s ease;
}

.header-index .header-index-nav .nav-item-first:hover .nav-item-p p {
  color: #393184;
}

.header-index .header-index-nav .nav-item-first-active .nav-item-p p {
  color: #393184;
}

.header-index .header-index-nav .nav-item-first:hover::before {
  background: #ffffff;
}

.header-index .header-index-nav .nav-item-first-active::before {
  background: #ffffff;
}

.header-index .header-index-nav .nav-item-first:hover::after {
  opacity: 1;
  animation: headerNavSmallOne 0.5s ease forwards;
}

.header-index .header-index-nav .nav-item-first-active::after {
  opacity: 1;
}

.header-index .header-index-nav .nav-item-p {
  display: flex;
  color: #111111;
  z-index: 1;
}

.header-index .header-index-nav .nav-item::after {
  content: "";
  display: flex;
  position: absolute;
  right: 2px;
  top: 6px;
  bottom: 6px;
  padding: 0 5px;
  background: #ffffff;
  transform: skewX(-18deg);
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s ease 0.6s;
}

.header-index .header-index-nav .nav-item:hover::after {
  opacity: 1;
  animation: headerNavSmallTwo 0.5s ease 0.6s forwards;
}

.header-index .header-index-nav .nav-item:has(.nav-item-first-active)::after {
  opacity: 1;
}

.header-index .header-index-nav .nav-item-active .nav-item-first::before {
  background: #ffffff;
}

.header-index .header-index-nav .nav-item-active .nav-item-first::after {
  opacity: 1;
}

.header-index .header-index-nav .nav-item-active::after {
  opacity: 1;
}

.header-index.header-has-active .header-index-nav .nav-item-active .nav-item-first::before {
  background: #ffffff;
}

.header-index.header-has-active .header-index-nav .nav-item-active .nav-item-first::after {
  opacity: 1;
}

.header-index.header-has-active .header-index-nav .nav-item-active::after {
  opacity: 1;
}

.header-index.header-has-active .header-index-nav .nav-item-active .nav-item-first .nav-item-p p {
  color: #393184;
}

.header-index.header-has-active .header-index-nav .nav-item-active .nav-item-first > a.nav-item-p > p {
  color: #393184;
}

@keyframes headerNavSmallOne {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes headerNavSmallTwo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.header-index .header-index-nav .nav-item-p p {
  display: flex;
  transition: color 0.5s ease;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.header-index .header-index-nav .nav-item-first:hover .nav-item-p p {
  color: #393184;
}

.header-index .header-index-nav .nav-item-first-active .nav-item-p p {
  color: #393184;
}

.header-index .header-index-nav .nav-item-first.nav-item-first-active > .nav-item-p > p {
  color: #393184;
}

.header-index .header-index-nav .nav-item-first svg {
  display: flex;
  margin-left: 2px;
  position: relative;
  z-index: 1;
}

.header-index .header-index-nav .nav-item-first:hover svg path {
  fill: #000000;
}

.header-index .header-index-nav .nav-item-first-active svg path {
  fill: #000000;
}

.header-index .header-index-nav .nav-item-second {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 40px;
  z-index: 20;
}

.header-index .header-index-nav .nav-item:hover .nav-item-second {
  display: flex;
  flex-wrap: wrap;
}

.header-index .header-index-nav .nav-item-second.user-menu-nav {
  display: flex;
  flex-wrap: wrap;
}

.header-index .header-index-nav .nav-item-second-inner-other {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  padding: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.header-index .header-index-nav .nav-item-second-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 9px 0;
  color: #393184;
}

.header-index .header-index-nav .nav-item-second-link .text {
  display: flex;
  font-size: 14px;
  color: #393184;
}

.header-index .header-index-nav .nav-item-second-link .right {
  display: flex;
  font-size: 13px;
  color: #393184;
}
.header-index .header-index-nav .nav-item-second-link:hover .right {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}

.header-index .header-index-nav .nav-item:has(.nav-item-second-pro) {
  position: relative;
}

.header-index .header-index-nav .nav-item-second-pro {
  position: fixed;
  left: 0;
  right: 0;
  top: 120px;
  width: 100vw;
  padding-top: 0;
  transform: none;
}

.header-index .header-index-nav .nav-item-second-inner-pro {
  display: flex;
  align-items: stretch;
  gap: 40px;
  width: 100%;
  min-height: 340px;
  padding: 34px 4%;
  background: #ffffff;
  border-radius: 8px;
  border-top: 3px solid #393184;
  box-shadow: 0 18px 40px rgba(57, 49, 132, 0.14);
}

.header-index .header-index-nav .nav-product-type-list {
  display: flex;
  flex-direction: column;
  width: 34%;
  max-width: 360px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(57, 49, 132, 0.08);
}

.header-index .header-index-nav .nav-product-type-item {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 64px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #29263b;
  transition: background 0.3s ease, color 0.3s ease;
}

.header-index .header-index-nav .nav-product-type-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.header-index .header-index-nav .nav-product-type-item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.header-index .header-index-nav .nav-product-type-item .text {
  display: flex;
  color: #29263b;
  font-family: "Alibaba PuHuiTi";
  font-size: 16px;
  line-height: 24px;
  transition: color 0.3s ease;
}

.header-index .header-index-nav .nav-product-type-item:hover,
.header-index .header-index-nav .nav-product-type-item-active {
  background: #393184;
}

.header-index .header-index-nav .nav-product-type-item:hover .text,
.header-index .header-index-nav .nav-product-type-item-active .text {
  color: #ffffff;
}

.header-index .header-index-nav .nav-product-card-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  align-items: flex-start;
  gap: 22px;
  flex: 1;
  min-width: 180px;
}

.header-index .header-index-nav .nav-product-card {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #29263b;
}

.header-index .header-index-nav .nav-product-card-active {
  display: flex;
}

.header-index .header-index-nav .nav-product-card .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 16px;
  border: 2px solid #393184;
  border-radius: 10px;
  background: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.header-index .header-index-nav .nav-product-card:hover .img {
  border-color: #F09916;
  box-shadow: 0 12px 24px rgba(240, 153, 22, 0.16);
}

.header-index .header-index-nav .nav-product-card .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.header-index .header-index-nav .nav-product-card .name {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
  color: #393184;
  font-family: "Alibaba PuHuiTi";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  transition: color 0.3s ease;
}

.header-index .header-index-nav .nav-product-card:hover .name {
  color: #F09916;
}

.header-index .header-index-right {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}

.header-index .header-index-right-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.header-index .header-index-langs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.header-index .header-index-langs .langName-text-p {
  display: flex;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.header-index .header-index-langs .langName-icon {
  display: flex;
  margin-left: 2px;
}

.header-index .header-index-search {
  display: flex;
  flex-wrap: wrap;
}

.header-index .header-index-search-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-index .line {
width: 1px;
height: 26px;
border-radius: 3px;
background: #000000b3;
}
.header-index .header-index-contact {
  display: flex;
  flex-wrap: wrap;
}

.header-index .header-index-contact-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.header-index .header-index-contact-inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.header-index .header-index-contact-inner p {
  display: flex;
  color: #393282;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-left: 6px;
}

/* contact styles */
.contacti {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 84px 0 82px;
  background: rgba(243, 243, 243, 1);
}

.contacti .inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: stretch;
  justify-content: space-between;
  padding: 35px 65px 55px 65px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(24, 24, 24, 0.14);
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 20.8px #0000001c;
}

.contacti .section1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 43%;
  position: relative;
  z-index: 1;
}

.contacti .section1-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 46px;
}

.contacti .section1-top .tap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}

.contacti .section1-top .tap p {
  display: flex;
  color: #fb903b;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.contacti .section1-top .tap .line {
  display: flex;
  width: 48px;
  height: 2px;
  margin-left: 20px;
  background: #fb903b;
}

.contacti .section1-top .title {
  display: flex;
  margin-bottom: 12px;
}

.contacti .section1-top .title p {
  display: flex;
  color: #393184;
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
}

.contacti .section1-top .desc {
  display: flex;
}

.contacti .section1-top .desc p {
  display: flex;
  color: #393184;
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

.contacti .section1-bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 36px;
}

.contacti .section1-bottom .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contacti .section1-bottom .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  max-width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 18641400px;
  border: 1px solid #39318408;
  box-sizing: border-box;
  background: #3931841a;
  margin-right: 20px;
}

.contacti .section1-bottom .item .content {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  flex-direction: column;
}

.contacti .section1-bottom .item .content .text1 {
  display: flex;
}

.contacti .section1-bottom .item .content .text1 p {
  display: flex;
  color: #393283;
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
}

.contacti .section1-bottom .item .content .text2 {
  display: flex;
}

.contacti .section1-bottom .item .content .text2 p {
  display: flex;
  color: #393184;
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.contacti a p,
.contacti .section1-bottom .item .content .text2 p {
  position: relative;
  display: inline-flex;
}

.contacti a p::after,
.contacti .section1-bottom .item .content .text2 p::after {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  bottom: -2px;
  padding: 1px 0 0;
  width: 0;
  background: currentColor;
  transition: width 0.5s ease;
}

.contacti a:hover p::after,
.contacti .section1-bottom .item .content .text2 p:hover::after {
  width: 100%;
}

.contacti .section2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 48%;
  position: relative;
  z-index: 1;
  gap: 28px;
}

.contacti .section2 .form_item {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

.contacti .section2 .form_item .input {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  flex-direction: column;
}

.contacti .section2 .form_item1 .input {
  width: 100%;
  flex: auto;
}

.contacti .section2 .form_item .label {
  display: flex;
  color: #393184;
  font-family: "Source Han Sans SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
}

.contacti .section2 .form_item .label span {
  display: flex;
  color: #F97316;
}

.contacti .section2 .form_item .value {
  display: flex;
  width: 100%;
}

.contacti .section2 .form_item .value input {
  display: flex;
  width: 100%;
  border: 1px solid rgba(57, 49, 132, 0.26);
  outline: none;
  border-radius: 14px;
  background: #f8f8f8;
  padding: 16px 18px;
  font-size: 16px;
  color: #393184;
  transition: border-color 0.5s ease, background 0.5s ease;
  border-radius: 14px;
  border: 0.6px solid #39318466;
  box-sizing: border-box;
  background: #f6f6f6;
}

.contacti .section2 .form_item .value textarea {
  display: flex;
  width: 100%;
  border: 1px solid rgba(57, 49, 132, 0.26);
  outline: none;
  border-radius: 14px;
  background: #f8f8f8;
  padding: 16px 18px 112px;
  font-size: 16px;
  color: #393184;
  resize: none;
  transition: border-color 0.5s ease, background 0.5s ease;
  border-radius: 14px;
  border: 0.6px solid #39318466;
  box-sizing: border-box;
  background: #f6f6f6;
}

.contacti .section2 .form_item .value input:focus {
  border-color: #393184;
  background: #ffffff;
}

.contacti .section2 .form_item .value input::placeholder {
  color: #99a1af;
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.contacti .section2 .form_item .value textarea:focus {
  border-color: #393184;
  background: #ffffff;
}

.contacti .section2 .form_item .value textarea::placeholder {
  color: #99a1af;
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.contacti .section2 .submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 20px;
  border-radius: 12px;
  background: #393184;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(57, 49, 132, 0.24);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  border-radius: 14px;
  background: #393184;
  box-shadow: 0px 4px 6px -4px #00397133, 0px 10px 15px -3px #00397133;
}

.contacti .section2 .submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(57, 49, 132, 0.3);
}

.contacti .section2 .submit span {
  display: flex;
  color: #ffffff;
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-right: 8px;
}

.contacti .section2 .submit svg {
  display: flex;
}

.contacti .section2 .tips {
  display: flex;
  justify-content: center;
  color: #99a1af;
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.contacti .back-left {
  display: flex;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 107px;
  height: 91px;
  border-radius: 18641400px;
  background: rgba(0, 57, 113, 0.8);
  filter: blur(128px);
}

.contacti .back-right {
  display: flex;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 138px;
  height: 89px;
  border-radius: 18641400px;
  background: rgba(0, 57, 113, 0.8);
  filter: blur(128px);
}

/* footer styles */
.footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 38px 0 18px;
  background: #ffffff;
  border-top: 8px solid rgba(57, 49, 132, 1);
}

.footer .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer .section1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.footer .section1-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 18%;
}

.footer .section1-left-top {
  display: flex;
  width: 100%;
  margin-bottom: 84px;
}

.footer .section1-left-top img {
  display: block;
  width: 100%;
}

.footer .section1-left-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.footer .section1-left-bottom .section1-left-bottom-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17%;
  opacity: 0.45;
  transition: opacity 0.5s ease;
}

.footer .section1-left-bottom .section1-left-bottom-item svg {
  display: block;
  width: 100%;
}

.footer .section1-left-bottom .section1-left-bottom-item:hover {
  opacity: 1;
}

.footer .section2-middle {    
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}

.footer .section2-middle .text1 {
  display: flex;
  margin-bottom: 5px;
}

.footer .section2-middle .text1 p {
  display: flex;
  color: rgba(57, 49, 132, 1);
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 13px;
  line-height: 19.5px;
  text-transform: uppercase;
}

.footer .section2-middle .text2 {
  display: flex;
  color: rgba(57, 49, 132, 0.45);
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 13px;
  line-height: 19.5px;
}

.footer .section2-middle .text2:hover {
  text-decoration: none;
}

.footer .section2-middle .text2 p {
  position: relative;
  display: inline-flex;
}

.footer .section2-middle .text2 p::after {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  bottom: -2px;
  padding: 1px 0 0;
  width: 0;
  background: #393184;
  transition: width 0.5s ease;
}

.footer .section2-middle .text2:hover::after {
  width: 0;
}

.footer .section2-middle .text2:hover p::after {
  width: 100%;
}

.footer .section2-middle .text2 p {
  display: flex;
  font-size: 12px;
  color: #555555;
}

.footer .section2-right {    
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  width: 16%;
}

.footer .footer-lang {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
  cursor: pointer;
  border-radius: 51px;
  border: 1px solid rgba(210, 210, 210, 1);
  box-sizing: border-box;
  padding: 5px 15px;
}

.footer .footer-lang p {
  display: flex;
  color: rgba(57, 49, 132, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.footer .footer-lang svg {
  transition: transform 0.5s ease;
}
.footer .footer-lang:hover svg {
  transform: rotate(30deg);
}
.footer .section2-right-bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 22px;
}

.footer .section2-right-bottom-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.footer .section2-right-bottom-item .img {
  display: flex;
  width: 100%;
  padding: 3px;
  width: 78px;
  height: 73px;
  border-radius: 12px;
  background: rgba(57, 49, 132, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .section2-right-bottom-item .img img {
  display: block;
  width: 67px;
  height: 63px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
}

.footer .section2-right-bottom-item p {
  display: flex;
  margin-top: 5px;
  color: rgba(57, 49, 132, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.footer .line2 {
  display: flex;
  width: 100%;
  padding: 1px 0 0;
  background: #dedcf0;
  margin: 24px 0 14px;
}

.footer .section2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  visibility: visible;
  opacity: 1;
}

.footer .section2 .footer-side {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  visibility: visible;
  opacity: 1;
}


.footer .section2 .footer-bottom-infor-a {
  display: flex;
  color: rgba(57, 49, 132, 0.65);
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  visibility: visible;
  position: relative;
  transition: color 0.5s ease;
}

.footer .section2 .footer-bottom-infor-a p {
  display: flex;
  color: rgba(57, 49, 132, 0.65);
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  visibility: visible;
  transition: color 0.5s ease;
}

.footer .section2 .footer-bottom-infor-a:hover{ 
  color: rgba(57, 49, 132, 1);
}

.footer .section2 .footer-bottom-infor-a:hover p{ 
  color: rgba(57, 49, 132, 1);
}

/* public responsive styles */
@media only screen and (max-width: 1280px) {
  .inner {
    width: 88%;
  }

  .banner-inner1 .content {
    left: 6%;
    right: 6%;
  }

  .banner-inner1 .content-top .tag {
    display: none;
  }

  .banner-inner1 .content-top .title p {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-inner1 .content-bottom {
    margin-top: 24px;
  }

  .banner-inner1 .content-bottom p {
    font-size: 16px;
    line-height: 24px;
  }

  .contacti .section1-top .desc p {
    font-size: 14px;
    line-height: 25px;
  }

  .contacti {
    padding: 25px 0;
  }

  .contacti .inner {
    padding: 25px;
    border-radius: 20px;
  }

  .contacti .section1-top {
    margin-bottom: 25px;
  }

  .contacti .section1-top .tap {
    display: none;
  }

  .contacti .section1-top .title {
    margin-bottom: 12px;
  }

  .contacti .section1-top .title p {
    font-size: 20px;
    line-height: 30px;
  }

  .contacti .section1-bottom {
    gap: 24px;
  }

  .contacti .section1-bottom .item .content .text1 p {
    font-size: 16px;
    line-height: 25px;
  }

  .contacti .section1-bottom .item .content .text2 p {
    font-size: 18px;
    line-height: 25px;
  }

  .contacti .section2 {
    gap: 24px;
  }

  .contacti .section2 .form_item {
    gap: 24px;
  }

  .contacti .section2 .form_item .value input {
    padding: 14px 16px;
    font-size: 16px;
  }

  .contacti .section2 .form_item .value textarea {
    padding: 14px 16px 25px;
    font-size: 16px;
  }

  .contacti .section2 .form_item .value input::placeholder,
  .contacti .section2 .form_item .value textarea::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .contacti .section2 .submit {
    padding: 16px 20px;
  }

  .contacti .section2 .submit span {
    font-size: 16px;
    line-height: 24px;
  }

  .footer {
    padding: 25px 0 18px;
  }

  .footer .section1-left-top {
    margin-bottom: 25px;
  }

  .footer .section1-left-bottom {
    gap: 16px;
  }

  .footer .section2-middle {
    margin-top: 18px;
    gap: 14px;
  }

  .footer .section2-middle .text1 {
    margin-bottom: 5px;
  }

  .footer .section2-right {
    margin-top: 18px;
  }

  .footer .footer-lang {
    margin-bottom: 20px;
    padding: 5px 15px;
  }

  .footer .footer-lang p,
  .footer .section2-right-bottom-item p {
    font-size: 16px;
    line-height: 24px;
  }

  .footer .section2-right-bottom {
    gap: 20px;
  }

  .footer .line2 {
    margin: 24px 0 14px;
  }

  .footer .section2 .footer-bottom-infor-a,
  .footer .section2 .footer-bottom-infor-a p {
    font-size: 14px;
    line-height: 24px;
  }

}

@media only screen and (max-width: 1024px) {
  .inner {
    width: 92%;
  }

  .headerM .header-inner {
    width: 92%;
    height: auto;
    padding: 12px 0;
  }

  .headerM .logo {
    width: 16%;
    max-width: none;
  }

  .headerM .logo img {
    width: 100%;
  }

  .headerM .header-inner .header-lang {
    flex-shrink: 0;
    width: auto;
  }

  .headerM .header-inner .header-lang-one {
    flex-shrink: 0;
    width: auto;
  }

  .headerM .header-inner .langBtn {
    flex-shrink: 0;
    width: auto;
  }

  .headerM .header-inner .langBtn .langBtnA {
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
  }

  .headerM .header-inner .action_item {
    height: auto;
    margin-left: 14px;
    gap: 7px;
  }

  .headerM .header-inner .action_item .action_item_span_line {
    width: 100%;
    height: auto;
    padding: 2px 0 0;
  }

  .banner-inner1 .content {
    left: 5%;
    right: 5%;
  }

  .banner-inner1 .content-top .title p {
    font-size: 20px;
    line-height: 28px;
  }

  .banner-inner1 .content-bottom {
    margin-top: 20px;
  }

  .banner-inner1 .content-bottom p {
    font-size: 15px;
    line-height: 23px;
  }

  .contacti .inner {
    padding: 24px;
  }

  .contacti .section1,
  .contacti .section2 {
    width: 100%;
  }

  .contacti .section1 {
    margin-bottom: 25px;
  }

  .contacti .section1-top {
    margin-bottom: 20px;
  }

  .contacti .section1-top .title p {
    font-size: 20px;
    line-height: 28px;
  }

  .contacti .section1-top .desc p {
    font-size: 14px;
    line-height: 24px;
  }

  .header-index .header-index-inner {
    padding: 14px 2%;
  }

  .header-index::before {
    width: 24%;
  }

  .header-index .logo-index {
    width: 14%;
  }

  .header-index .header-index-nav nav ul {
    gap: 0;
  }

  .header-index .header-index-nav .nav-item {
    margin-right: 2px;
  }

  .header-index .header-index-nav .nav-item-first {
    padding: 9px 25px 9px 12px;
  }

  .header-index .header-index-nav .nav-item-p p {
    font-size: 14px;
    line-height: 22px;
  }

  .header-index .header-index-langs {
    padding: 8px 6px;
  }

  .header-index .header-index-langs .langName-text-p {
    font-size: 14px;
    line-height: 22px;
  }

  .header-index .header-index-contact-inner {
    padding: 9px 12px;
  }

  .header-index .header-index-contact-inner p {
    font-size: 16px;
    line-height: 22px;
    margin-left: 6px;
  }

  .contacti .section1-bottom {
    flex-direction: row;
    gap: 20px;
  }

  .contacti .section1-bottom .item {
    width: 48%;
  }

  .contacti .section1-bottom .item .icon {
    width: 12%;
    padding: 10px;
    margin-right: 14px;
  }

  .contacti .section1-bottom .item .content .text1 p {
    font-size: 15px;
    line-height: 24px;
  }

  .contacti .section2 .form_item .label {
    font-size: 14px;
    line-height: 24px;
  }

  .contacti .section1-bottom .item .content .text2 p,
  .contacti .section2 .form_item .value input,
  .contacti .section2 .form_item .value textarea,
  .contacti .section2 .form_item .value input::placeholder,
  .contacti .section2 .form_item .value textarea::placeholder {
    font-size: 15px;
    line-height: 24px;
  }

  .contacti .section2 .form_item,
  .contacti .section2 {
    gap: 20px;
  }

  .footer .section1 {
    gap: 24px;
  }

  .footer .section1-left {
    width: 28%;
  }

  .footer .section2-middle {
    width: 29%;
    gap: 12px;
  }

  .footer .section2-right {
    align-items: flex-start;
    width: 28%;
  }

  .footer .section2-right-bottom {
    flex-direction: row;
    gap: 18px;
  }

}

@media only screen and (max-width: 820px) {
  .inner {
    width: 92%;
  }


  .headerM .logo {
    width: 18%;
  }

  .banner-inner1 .content-bottom {
    margin-top: 18px;
  }

  .banner-inner1 .content-bottom p,
  .contacti .section1-top .desc p,
  .contacti .section1-bottom .item .content .text1 p,
  .contacti .section1-bottom .item .content .text2 p,
  .contacti .section2 .form_item .label,
  .contacti .section2 .form_item .value input,
  .contacti .section2 .form_item .value textarea,
  .contacti .section2 .form_item .value input::placeholder,
  .contacti .section2 .form_item .value textarea::placeholder {
    font-size: 14px;
    line-height: 22px;
  }

  .footer .section2-middle .text2,
  .footer .section2-middle .text2 p {
    font-size: 12px;
    line-height: 19.5px;
  }

  .contacti {
    padding: 24px 0;
  }

  .contacti .inner {
    padding: 22px;
  }

  .contacti .section1-bottom .item {
    width: 100%;
  }

  .contacti .section1-bottom .item .icon {
    width: 8%;
    padding: 9px;
    margin-right: 12px;
  }

  .contacti .section2 .form_item .input {
    width: 100%;
    flex: auto;
  }

  .footer .section1-left {
    width: 34%;
  }

  .footer .section2-middle {
    width: 30%;
  }

  .footer .section2-right {
    width: 34%;
  }
}

@media only screen and (max-width: 768px) {
  .headerM .logo {
    width: 20%;
  }

  .headerM .header-inner .action_item {
    margin-left: 12px;
  }

  .banner-inner1 .content-top .title p,
  .contacti .section1-top .title p {
    font-size: 20px;
    line-height: 28px;
  }

  .footer .section2-middle .text1 p {
    font-size: 13px;
    line-height: 19.5px;
  }

  .contacti .inner {
    padding: 20px;
    border-radius: 18px;
  }

  .contacti .section1 {
    margin-bottom: 22px;
  }

  .contacti .section1-bottom,
  .contacti .section2,
  .contacti .section2 .form_item {
    gap: 18px;
  }

  .contacti .section2 .form_item .value input {
    padding: 12px 14px;
  }

  .contacti .section2 .form_item .value textarea {
    padding: 12px 14px 24px;
  }

  .contacti .section2 .submit {
    padding: 14px 18px;
  }

  .footer {
    padding: 24px 0 18px;
  }

  .footer .section1 {
    gap: 20px;
  }

  .footer .section1-left,
  .footer .section2-right {
    width: 100%;
  }

  .footer .section1-left-top {
    width: 38%;
    margin-bottom: 20px;
  }

  .footer .section1-left-bottom {
    gap: 14px;
  }

  .footer .section1-left-bottom .section1-left-bottom-item {
    width: 7%;
  }

  .footer .section2-middle {
    width: 30%;
    margin-top: 0;
  }

  .footer .section2-right {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .inner {
    width: 94%;
  }

  .headerM .logo {
    width: 24%;
  }

  .banner-inner1 .content-bottom {
    margin-top: 16px;
  }

  .banner-inner1 .content-bottom p,
  .contacti .section1-top .desc p,
  .contacti .section1-bottom .item .content .text1 p,
  .contacti .section1-bottom .item .content .text2 p,
  .contacti .section2 .form_item .label,
  .contacti .section2 .form_item .value input,
  .contacti .section2 .form_item .value textarea,
  .contacti .section2 .form_item .value input::placeholder,
  .contacti .section2 .form_item .value textarea::placeholder,
  .contacti .section2 .submit span,
  .footer .section2 .footer-bottom-infor-a,
  .footer .section2 .footer-bottom-infor-a p {
    font-size: 14px;
    line-height: 22px;
  }

  .footer .section2-middle .text2,
  .footer .section2-middle .text2 p {
    font-size: 12px;
    line-height: 19.5px;
  }

  .contacti {
    padding: 22px 0;
  }

  .contacti .inner {
    padding: 18px;
    border-radius: 16px;
  }

  .contacti .section1-top {
    margin-bottom: 18px;
  }

  .contacti .section1-bottom .item .icon {
    width: 10%;
    padding: 8px;
    margin-right: 10px;
  }

  .contacti .section2 .form_item,
  .contacti .section2 {
    gap: 16px;
  }

  .footer .section1 {
    gap: 18px;
  }

  .footer .section2-middle {
    width: 48%;
    gap: 10px;
  }

  .footer .section1-left-top {
    width: 46%;
    margin-bottom: 18px;
  }

  .footer .section1-left-bottom .section1-left-bottom-item {
    width: 9%;
  }

  .footer .line2 {
    margin: 20px 0 14px;
  }
}

@media only screen and (max-width: 414px) {
  .inner {
    width: 92%;
  }

  .headerM .logo {
    width: 28%;
  }

  .headerM .header-inner .action_item {
    margin-left: 10px;
    gap: 6px;
  }

  .banner-inner1 .content {
    left: 4%;
    right: 4%;
  }

  .banner-inner1 .content-top .title p,
  .contacti .section1-top .title p {
    font-size: 20px;
    line-height: 26px;
  }

  .footer .section2-middle .text1 p {
    font-size: 13px;
    line-height: 19.5px;
  }

  .banner-inner1 .content-bottom {
    margin-top: 12px;
  }

  .banner-inner1 .content-bottom p,
  .contacti .section1-top .desc p,
  .contacti .section1-bottom .item .content .text1 p,
  .contacti .section1-bottom .item .content .text2 p,
  .contacti .section2 .form_item .label,
  .contacti .section2 .form_item .value input,
  .contacti .section2 .form_item .value textarea,
  .contacti .section2 .form_item .value input::placeholder,
  .contacti .section2 .form_item .value textarea::placeholder,
  .contacti .section2 .submit span,
  .footer .footer-lang p,
  .footer .section2-right-bottom-item p,
  .footer .section2 .footer-bottom-infor-a,
  .footer .section2 .footer-bottom-infor-a p {
    font-size: 13px;
    line-height: 20px;
  }

  .footer .section2-middle .text2,
  .footer .section2-middle .text2 p {
    font-size: 12px;
    line-height: 19.5px;
  }

  .contacti {
    padding: 20px 0;
  }

  .contacti .inner {
    padding: 16px;
    border-radius: 14px;
  }

  .contacti .section1 {
    margin-bottom: 20px;
  }

  .contacti .section1-top {
    margin-bottom: 16px;
  }

  .contacti .section1-bottom,
  .contacti .section2,
  .contacti .section2 .form_item {
    gap: 14px;
  }

  .contacti .section1-bottom .item .icon {
    width: 12%;
    padding: 7px;
    margin-right: 10px;
  }

  .contacti .section2 .form_item .value input {
    padding: 11px 12px;
  }

  .contacti .section2 .form_item .value textarea {
    padding: 11px 12px 22px;
  }

  .contacti .section2 .submit {
    padding: 12px 16px;
  }

  .footer {
    padding: 22px 0 18px;
  }

  .footer .section1 {
    gap: 16px;
  }

  .footer .section1-left-top {
    width: 58%;
    margin-bottom: 16px;
  }

  .footer .section1-left-bottom .section1-left-bottom-item {
    width: 11%;
  }

  .footer .section2-middle {
    width: 100%;
    gap: 9px;
  }

  .footer .section2-right-bottom {
    gap: 14px;
  }

  .footer .footer-lang {
    margin-bottom: 14px;
    padding: 5px 12px;
  }

  .footer .line2 {
    margin: 18px 0 12px;
  }

  .banner-inner1 {
    height: 250px;
}
.banner-inner1 .content-top .tag {
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 1380px) {
  .header-index {
    display: none;
  }
  .headerM {
    display: block;
  }
  .headerM .logo {
    max-width: 60px;
  }
  .headerM .logo img{
    max-width: 60px;
  } 
  .top_nav {
    display: block;
    z-index: 2900;
  }
  .footer .footer-lang{
    display: none;
  }
}

/* footer middle responsive reset */
@media only screen and (max-width: 1280px) {
  .footer .section2-middle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 18px;
    gap: 14px;
  }

  .footer .section2-middle .text1 {
    display: flex;
    margin-bottom: 5px;
  }

  .footer .section2-middle .text1 p {
    display: flex;
    font-size: 13px;
    line-height: 19.5px;
  }

  .footer .section2-middle .text2 {
    display: flex;
    font-size: 13px;
    line-height: 19.5px;
  }

  .footer .section2-middle .text2 p {
    display: flex;
    font-size: 12px;
    line-height: 19.5px;
  }
  .footer .section2-middle:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .footer .section2-middle {
    width: 48%;
    margin-top: 18px;
    gap: 12px;
  }
}

@media only screen and (max-width: 820px) {
  .footer .section2-middle {
    width: 40%;
    margin-top: 16px;
    gap: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .footer .section2-middle {
    width: 40%;
    margin-top: 0;
    gap: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .footer .section2-middle {
    width: 40%;
    margin-top: 0;
    gap: 9px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 821px) {
  .footer .section1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 36px;
    align-items: flex-start;
  }

  .footer .section1-left {
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer .section1-left-top {
    width: 220px;
    max-width: 42%;
    margin-bottom: 0;
  }

  .footer .section1-left-bottom {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 14px;
  }

  .footer .section1-left-bottom .section1-left-bottom-item {
    width: 28px;
    min-width: 28px;
  }

  .footer .section2-middle {
    width: 100%;
    margin-top: 0;
  }

  .footer .section2-right {
    width: 100%;
    margin-top: 0;
    align-items: flex-start;
  }

  .footer .section2-right-bottom {
    flex-direction: row;
    gap: 14px;
  }

  .footer .section2-right-bottom-item .img {
    width: 72px;
    height: 72px;
  }

  .footer .section2-right-bottom-item .img img {
    width: 64px;
    height: 64px;
    object-fit: cover;
  }

}

/* banner-inner1 1280 desktop-like responsive fix */
@media only screen and (max-width: 1280px) {
  .banner-inner1 .content {
    left: 7%;
    right: 7%;
  }

  .banner-inner1 .content-top .tag {
    display: flex;
  }

  .banner-inner1 .content-top .title p {
    font-size: 36px;
    line-height: 52px;
  }

  .banner-inner1 .content-bottom {
    margin-top: 24px;
  }

  .banner-inner1 .content-bottom p {
    font-size: 16px;
    line-height: 24px;
  }

}

@media only screen and (max-width: 1024px) {
  .banner-inner1 .content-top .title p {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 820px) {
  .banner-inner1 .content-top .tag {
    display: none;
  }

  .banner-inner1 .content-top .title p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}
/* banner-inner1 1280 PC-like responsive restore */
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .banner-inner1 .content {
    left: 8%;
    right: 8%;
    height: 70%;
  }

  .banner-inner1 .content-top .tag {
    display: flex;
    margin-bottom: 22px;
  }

  .banner-inner1 .content-top .title p {
    font-size: 40px;
    line-height: 64px;
    text-align: center;
  }

  .banner-inner1 .content-bottom {
    padding: 16px;
    margin-top: 0;
    width: 47px;
    max-width: 47px;
    min-width: 47px;
    height: 47px;
    border-radius: 33554400px;
  }

  .banner-inner1 .content-bottom svg {
    width: 19px;
    height: 19px;
  }
}

/* banner-inner1 responsive tag and bottom visibility fix */
@media only screen and (max-width: 1280px) {
  .banner-inner1 .content-top .tag {
    display: flex;
  }

  .banner-inner1 .content-bottom {
    display: none;
  }
        .banner-inner1 .content {
        height: auto;
    }
}

/* Match the fixed-header offset used by the index banner. */
.banner-inner1 {
  padding-top: 120px;
}
@media only screen and (max-width: 1380px) {
  .banner-inner1 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-inner1 {
    padding-top: 62px;
  }
}

@media only screen and (max-width: 820px) {
  .banner-inner1 .content-top .tag {
    display: none;
  }
}

/* footer tablet refinement */
@media only screen and (max-width: 820px) and (min-width: 769px) {
  .footer {
    padding: 28px 0 18px;
  }

  .footer .section1 {
    display: grid;
    grid-template-columns: minmax(150px, 0.9fr) minmax(130px, 1fr) minmax(130px, 1fr) minmax(92px, 0.7fr);
    gap: 22px 28px;
    align-items: flex-start;
  }

  .footer .section1-left {
    grid-column: auto;
    grid-row: 1;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer .section1-left-top {
    width: 170px;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .footer .section1-left-bottom {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
  }

  .footer .section1-left-bottom .section1-left-bottom-item {
    width: 26px;
    min-width: 26px;
  }

  .footer .section2-middle {
    width: 100%;
    margin-top: 0;
    gap: 10px;
  }

  .footer .section2-middle:nth-child(3) {
    grid-column: 2;
  }

  .footer .section2-middle:nth-child(4) {
    grid-column: 3;
  }

  .footer .section2-right {
    grid-column: 4;
    grid-row: 1;
    width: 100%;
    margin-top: 0;
    align-items: flex-start;
  }

  .footer .section2-right-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .footer .section2-right-bottom-item .img {
    width: 70px;
    height: 70px;
  }

  .footer .section2-right-bottom-item .img img {
    width: 62px;
    height: 62px;
    object-fit: cover;
  }

  .footer .section2-right-bottom-item p {
    font-size: 14px;
    line-height: 20px;
  }

  .footer .line2 {
    margin: 22px 0 14px;
  }

  .footer .section2 {
    align-items: flex-start;
    justify-content: center;
    gap: 10px 32px;
  }

  .footer .section2 .footer-side {
    justify-content: center;
  }
}

/* keep footer QR codes visible on mobile */
@media only screen and (max-width: 768px) {
  .footer .section2-right {
    display: flex;
    width: 100%;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    visibility: visible;
    opacity: 1;
  }

  .footer .section2-right-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    width: 100%;
    visibility: visible;
    opacity: 1;
  }

  .footer .section2-right-bottom-item {
    display: flex;
    visibility: visible;
    opacity: 1;
  }

  .footer .section2-right-bottom-item .img {
    display: flex;
    width: 72px;
    height: 72px;
  }

  .footer .section2-right-bottom-item .img img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 414px) {
  .footer .section2-right-bottom-item .img {
    width: 66px;
    height: 66px;
  }

  .footer .section2-right-bottom-item .img img {
    width: 58px;
    height: 58px;
  }
}
