﻿@import url("animate.min.css");
@import url("swiper.min-10.3.0.css");
@import url("element.css");
@import url("elementUI.css");
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat_400Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat_600SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat_700Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Chonburi";
  src: url("fonts/Chonburi.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-35-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-45-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-55-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-65-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-75-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-85-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-95-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-115-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Alibaba PuHuiTi-Regular";
  src: url("fonts/AlibabaPuHuiTi-2-55-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/PlusJakartaSans.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "LamaSans-Medium";
  src: url("fonts/PlusJakartaSans.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
}

html,
body,
body *,
#app,
#app * {
  -webkit-touch-callout: default !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

#app .back1,
#app .back2,
#app .back3,
#app .back4 {
  pointer-events: none !important;
}

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;
}
/* banner styles */
.banner-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #dcecf7;
}

.banner-inner > img {
  display: flex;
  width: 100%;
}

.banner-inner .banner-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  left: 8%;
  top: 32%;
  width: 48%;
  z-index: 2;
}

.banner-inner .banner-content .title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.banner-inner .banner-content .title p {
  color: #223e56;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 45px;
  line-height: 81px;
}

.banner-inner .banner-content .desc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 14px;
}

.banner-inner .banner-content .desc p {
  width: 95%;
  color: #3d3d3d;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
}

.banner-inner .banner-content:has(.list) {
  align-items: center;
  left: 0;
  top: 34%;
  width: 100%;
}

.banner-inner .banner-content:has(.list) .title {
  justify-content: center;
}

.banner-inner .banner-content:has(.list) .title p {
  color: #ffffff;
  text-align: center;
}

.banner-inner .banner-content:has(.list) .desc {
  justify-content: center;
  margin-top: 8px;
}

.banner-inner .banner-content:has(.list) .desc p {
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.banner-inner .banner-content .list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: min(84%, 1440px);
  margin-top: 38px;
  padding: 26px 34px;
  border-radius:  30px 0px 30px 0px;
  background: #ffffff5e;
  backdrop-filter: saturate(90%) blur(2.6px);
}

.banner-inner .banner-content .list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  gap: 18px;
}

.banner-inner .banner-content .list .item .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.banner-inner .banner-content .list .item .content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.banner-inner .banner-content .list .item .text1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.banner-inner .banner-content .list .item .text1 p {
color: #223e56;
font-family: Inter;
font-weight: 400;
font-size: 30px;
line-height: 26px;
}

.banner-inner .banner-content .list .item .text1 span {
  color: #223e56;
  font-family: Inter;
  font-weight: 400;
  font-size: 56px;
  line-height: 56px;
}

.banner-inner .banner-content .list .item .text2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4px;
}

.banner-inner .banner-content .list .item .text2 p {
  color: #2c2c2c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.banner-inner2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #223e56;
}

.banner-inner2 > img {
  display: flex;
  width: 100%;
}

.banner-inner2 .banner-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.banner-inner2 .banner-content .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.banner-inner2 .banner-content .title p {
  color: #ffffff;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 45px;
  line-height: 81px;
}
@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);
  }
}
.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: #1D82B8;
  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: #1D82B8;
  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: #1D82B8;
  border: 1px solid #1D82B8;
  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: #1D82B8;
  border: 1px solid #1D82B8;
  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 #1D82B8;
    background: #1D82B8;
    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: #1D82B8;
    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: #1D82B8;
    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: #1D82B8;
    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: #1D82B8;
    transition: 0.5s;
    position: relative;
    right: 0px;
}

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

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

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

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

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

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

.sidefixed .sideitem2 .p {
    font-size: 16px;
}

.sidefixed .sideitem2 .p a {
    color: #fff;
}

.sidefixed .sideitem2 .sideins {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidefixed .sideitem2 .icon-box {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.sidefixed .sideitem2 .icon-box svg {
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.sidefixed .sideitem2 .icon-box p {
    font-size: 12px;
    background: transparent !important;
    color: #fff;
}

.sidefixed .sideitemBase {
    border-radius: 23px;
}

.sidefixed .sideitemOther {
    display: flex;
    border-radius: 20px;
    background: #fff;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: -12px;
    bottom: -55%;
    transform: scale(0.7);
}

.sidefixed .sideitemOther .sideitemOther-title {
    font-size: 20px;
    color: #565656;
    font-weight: bold;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
    background: #F8F8F8;
    border-radius: 20px 20px 0 0;
}

.sidefixed .sideitemOther .sideitem-chat {
    width: 100px;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #EFEFEF;
    transition: 0.5s;
    position: relative;
}

.sidefixed .sideitemOther .sideitem-chat:last-child {
    border-bottom: none;
}

.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #EFEFEF;
    position: absolute;
    top: -1px;
    left: 0;
}

.sidefixed .sideitemOther .sideitem-chat .link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    opacity: 0;
    transition: 0.5s;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    left: 10px;
}

.sidefixed .sideitemOther .sideitem-chat .link:hover {
    background: #EFEFEF;
}

.sidefixed .sideitemOther .sideitem-chat .link:focus {
    background: #EFEFEF;
}

.sidefixed .sideitemOther .sideitem-chat .link span {
    font-weight: bold;
    font-size: 16px;
    color: #565656;
    text-decoration: underline;
    white-space: nowrap;
}

.sidefixed .sideitemOther .sideitem-chat .link img {
    display: block;
    width: 50px;
}

.sidefixed .sideitemOther .sideitem-chat .gif {
    display: block;
    width: 76px;
    margin: 0 auto;
    transition: 0.5s;
    transform: scale(0.9);
    opacity: 1;
}

.sidefixed .sideitemOther .sideitem-chat:hover {
    width: 210px;
}

.sidefixed .sideitemOther .sideitem-chat:hover .link {
    opacity: 1;
}

.sidefixed .sideitemOther .sideitem-chat:hover .gif {
    opacity: 0;
}

.sidefixed .sideitemOther-show {
    display: flex !important;
    margin-top: 20px;
    min-height: 120px;
}

.sidefixedM {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 998;
    left: 0;
    display: none;
    justify-content: space-between;
    background: #1D82B8;
}

.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: #1D82B8;
    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: 150px;
}

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

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


@media only screen and (max-width: 1250px) {
  .headerM .header-inner .langListShow {
    height: 124px;
  }
}
@media only screen and (max-width: 850px) {
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .footer {
    margin-bottom: 20px;
  }
}

@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: 150px;
  }
  .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;
  }
}

@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;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .sidefixedM .sideitem1 .icon-box,
  .sidefixedM .sideitem2 .icon-box {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* 头部样式 */
.header-index {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 20px 0;
  background: #ffffff80;
  box-shadow: 0px 0px 46.7px #0000001c;
  transition: all 0.5s;
}

.header-active {
  width: 100%;
  border-radius: 0;
  top: 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
}

.header-index.header-scrolled {
  background: #ffffff;
  border-bottom-color: rgba(221, 221, 221, 0.8);
}

.header-index.header-scrolled .nav-item-first {
  border-color: #FFFFFF;
  background: #a8c2ce54;
  box-shadow: 0 10px 24px rgba(30, 68, 92, 0.12);
}

.header-index.header-scrolled .nav-item-first:hover {
  background: #1d82b8;
}

.header-index.header-scrolled .nav-item-p p,
.header-index.header-scrolled .nav-item-first .right i,
.header-index.header-scrolled .header-index-langs .langName-text-p {
  color: #223e56;
}

.header-index.header-scrolled .header-index-email-inner svg path,
.header-index.header-scrolled .header-index-whatsapp-inner svg path,
.header-index.header-scrolled .header-index-langs .langName-icon svg path {
  fill: #223E56;
}

.header-active-top {
  top: -100px;
}

.header-index .header-index-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 88%;
  margin: 0 auto;
}

.header-index .logo-index {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

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

.header-index .logo-index img {
  display: block;
  width: 100%;
  height: 40px;
}

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

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

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

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

.header-index .nav-item-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  background: #a8c2ce54;
  box-shadow: 0 10px 24px rgba(30, 68, 92, 0.12);
  cursor: pointer;
  transition: all 0.5s ease;
  height: 40px;
}

.header-index .nav-item-first:hover {
  background: rgba(255, 255, 255, 0.72) !important;
}

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

.header-index .nav-item-p p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #223e56;
}

.header-index .nav-item-first .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.header-index .nav-item-first .right i {
  font-size: 12px;
  line-height: 12px;
  color: #223e56;
}

.header-index .nav-item-second {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 220px;
  padding-top: 20px;
  z-index: 10;
}

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

.header-index .nav-item-second-inner-other {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 10px 24px rgba(30, 68, 92, 0.12);
  overflow: hidden;
}

.header-index .nav-item-second-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 20px;
  transition: all 0.5s ease;
}

.header-index .nav-item-second-link:hover {
  background: #1d82b8;
  box-shadow: 0 16px 30px rgba(29, 130, 184, 0.26);
}

.header-index .nav-item-second-link .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
  transition: color 0.5s ease;
}

.header-index .nav-item-second-link .right i {
  font-size: 12px;
  line-height: 12px;
  color: #4d4d4d;
  transition: color 0.5s ease;
}

.header-index .nav-item-second-link:hover .text,
.header-index .nav-item-second-link:hover .right i {
  color: #ffffff;
}

.header-index .nav-item-second.nav-item-second-pro {
  position: fixed;
  left: 0;
  top: 80px;
  transform: none;
  width: 100vw;
  padding-top: 0;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 24px 60px rgba(0, 38, 79, 0.16);
  overflow: hidden;
  z-index: 999;
}

.header-index.header-active .nav-item-second.nav-item-second-pro {
  top: 80px;
}

.header-index .nav-item:hover .nav-item-second.nav-item-second-pro,
.header-index .nav-item-second.nav-item-second-pro.user-menu-nav {
  display: flex;
}

.header-index .nav-item-second.nav-item-second-pro .nav-item-second-inner {
  width: 100%;
}

.header-index .nav-item-second.nav-item-second-pro .pro-outer {
  width: 88%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 0 38px;
}

.header-index .nav-item-second.nav-item-second-pro .pro-outer-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 160px;
  margin-bottom: 28px;
}

.header-index .nav-item-second.nav-item-second-pro .pro-outer-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #223e56;
  transition: color 0.5s ease;
}

.header-index .nav-item-second.nav-item-second-pro .pro-outer-title:hover {
  color: #1d82b8;
}

.header-index .nav-item-second.nav-item-second-pro .pro-outer-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 6px;
  background: #223e56;
  transition: all 0.5s ease;
}

.header-index .nav-item-second.nav-item-second-pro .pro-outer-link:hover {
  background: #1d82b8;
}

.header-index .nav-item-second.nav-item-second-pro .pro-outer-link span,
.header-index .nav-item-second.nav-item-second-pro .pro-outer-link i {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}

.header-index .nav-item-second.nav-item-second-pro .pro-outer-all {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  gap: 34px;
}

.header-index .nav-item-second.nav-item-second-pro .nav-types-pro {
  flex: 1;
  min-width: 0;
}

.header-index .nav-item-second.nav-item-second-pro .nav-types-pro-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 24px;
  width: 100%;
}

.header-index .nav-item-second.nav-item-second-pro .nav-types-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 76px;
  padding: 15px 16px 15px 36px;
  border: 1px solid rgba(216, 226, 232, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(30, 68, 92, 0.08);
  transition: all 0.5s ease;
}

.header-index .nav-item-second.nav-item-second-pro .nav-types-title::after {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #90a1b9;
  content: "";
  transform: translateY(-50%);
  transition: all 0.5s ease;
}

.header-index .nav-item-second.nav-item-second-pro .proi-type-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 6px;
  background: rgba(29, 130, 184, 0.12);
  transition: all 0.5s ease;
}

.header-index .nav-item-second.nav-item-second-pro .proi-type-icon span {
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #1d82b8;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

.header-index .nav-item-second.nav-item-second-pro .proi-text {
  flex: 1;
  min-width: 0;
  margin: 0 14px 0 0;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #223e56;
  transition: all 0.5s ease;
}

.header-index .nav-item-second.nav-item-second-pro .proi-type-right {
  position: relative;
  width: 48px;
  min-width: 48px;
  height: 24px;
}

.header-index .nav-item-second.nav-item-second-pro .proi-type-right .index,
.header-index .nav-item-second.nav-item-second-pro .proi-type-right .right-btn {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: right;
  transition: all 0.5s ease;
}

.header-index .nav-item-second.nav-item-second-pro .proi-type-right .index {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #90a1b9;
}

.header-index .nav-item-second.nav-item-second-pro .proi-type-right .right-btn {
  opacity: 0;
}

.header-index .nav-item-second.nav-item-second-pro .proi-type-right .right-btn i {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}

.header-index .nav-item-second.nav-item-second-pro .nav-types-title:hover,
.header-index .nav-item-second.nav-item-second-pro .nav-types-title-active {
  border-color: #1d82b8;
  background: #1d82b8;
  box-shadow: 0 16px 30px rgba(29, 130, 184, 0.26);
}

.header-index .nav-item-second.nav-item-second-pro .nav-types-title:hover::after,
.header-index .nav-item-second.nav-item-second-pro .nav-types-title-active::after {
  opacity: 0;
}

.header-index .nav-item-second.nav-item-second-pro .nav-types-title:hover .proi-type-icon,
.header-index .nav-item-second.nav-item-second-pro .nav-types-title-active .proi-type-icon {
  background: rgba(255, 255, 255, 0.92);
}

.header-index .nav-item-second.nav-item-second-pro .nav-types-title:hover .proi-type-icon span,
.header-index .nav-item-second.nav-item-second-pro .nav-types-title-active .proi-type-icon span {
  transform: rotate(45deg) translate(2px, -2px);
}

.header-index .nav-item-second.nav-item-second-pro .nav-types-title:hover .proi-text,
.header-index .nav-item-second.nav-item-second-pro .nav-types-title-active .proi-text {
  color: #ffffff;
}

.header-index .nav-item-second.nav-item-second-pro .nav-types-title:hover .proi-type-right .index,
.header-index .nav-item-second.nav-item-second-pro .nav-types-title-active .proi-type-right .index {
  opacity: 0;
}

.header-index .nav-item-second.nav-item-second-pro .nav-types-title:hover .proi-type-right .right-btn,
.header-index .nav-item-second.nav-item-second-pro .nav-types-title-active .proi-type-right .right-btn {
  opacity: 1;
}

.header-index .nav-item-second.nav-item-second-pro .pro-outer-img {
  width: 320px;
  min-width: 320px;
  height: 240px;
}

.header-index .nav-item-second.nav-item-second-pro .pro-outer-img-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(216, 226, 232, 0.9);
  box-shadow: 0 18px 36px rgba(30, 68, 92, 0.16);
}

.header-index .nav-item-second.nav-item-second-pro .type-default {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.header-index .nav-item-second.nav-item-second-pro .type-active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.header-index .nav-item-second.nav-item-second-pro .type-default img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.header-index .nav-item-second.nav-item-second-pro .pro-outer-img-inner:hover .type-active img {
  transform: scale(1.05);
}

.header-index .header-index-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 18px;
}

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

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

.header-index .header-index-email:hover {
  z-index: 13;
}

.header-index .header-index-email::after {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 11;
  width: 42px;
  height: 32px;
  content: "";
  transform: translateX(-50%);
}

.header-index .header-index-email-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
}

.header-index .header-index-email-inner svg {
  width: 24px;
  height: 24px;
}

.header-index .header-index-email-bottom {
  position: absolute;
  left: 50%;
  top: calc(100% + 29px);
  z-index: 12;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 10px 24px rgba(30, 68, 92, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: transform 0.5s ease;
}

.header-index .header-index-email:hover .header-index-email-bottom {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.header-index .header-index-email-bottom p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #223e56;
  white-space: nowrap;
}

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

.header-index .header-index-whatsapp:hover {
  z-index: 13;
}

.header-index .header-index-whatsapp::after {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 11;
  width: 42px;
  height: 32px;
  content: "";
  transform: translateX(-50%);
}

.header-index .header-index-whatsapp-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
}

.header-index .header-index-whatsapp-inner svg {
  width: 24px;
  height: 24px;
}

.header-index .header-index-whatsapp-bottom {
  position: absolute;
  left: 50%;
  top: calc(100% + 29px);
  z-index: 12;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 10px 24px rgba(30, 68, 92, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: transform 0.5s ease;
}

.header-index .header-index-whatsapp:hover .header-index-whatsapp-bottom {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.header-index .header-index-whatsapp-bottom p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #223e56;
  white-space: nowrap;
}

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

.header-index .header-index-langs .langName-text-p {
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #455A6C;
}

.header-index .header-index-langs .langName-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
}

.header-index .header-index-langs .langName-icon svg {
  width: 24px;
  height: 24px;
}

.header-index .header-index-avada {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-index .header-index-avada-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border-radius: 6px;
  background: #223E56;
  cursor: pointer;
  transition: all 0.5s ease;
}

.header-index .header-index-avada-inner:hover {
  background: #1d82b8;
}

.header-index .header-index-avada-inner p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

/* 联系我们样式 */
.contact {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 90px 0 60px;
  border-radius:  60px 60px 0px 0px;
  background: #ffffff;
  box-shadow: 0px -2px 10.2px 1px #00264f0d;
  position: relative;
  overflow: hidden;
}
.contact>img {
  position: absolute;
  top: 20px;
  width: 100%;
}
.contact .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 84%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.contact .section1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  padding: 0 40px 0 0;
}

.contact .section1 .title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contact .section1 .title p {
  font-family: "Chonburi";
  font-weight: 700;
  font-size: 50px;
  line-height: 72px;
  color: #223E56;
}

.contact .section1 .desc {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

.contact .section1 .desc p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #223E56;
}

.contact .section1 .information {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 64px;
  gap: 50px;
}

.contact .section1 .information .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 28px;
}

.contact .section1 .information .item .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
}

.contact .section1 .information .item .content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.contact .section1 .information .item .text1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contact .section1 .information .item .text1 p {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #223E56;
  text-transform: uppercase;
}

.contact .section1 .information .item .text2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 14px;
}

.contact .section1 .information .item .text2 p {
  font-family: "Montserrat";
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #223E56;
}

.contact .section1 .information .item .text2 p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 0;
  border-bottom: 1px solid #223E56;
  transition: width 0.5s ease;
}

.contact .section1 .information .item .text2 p:hover::after {
  width: 100%;
}

.contact .section2 .top,
.contact .section2 .bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contact .section2 .top {
  flex-direction: column;
  padding: 50px;
  border-radius: 8px;
  border-top: 12px solid #1d82b8;
  background: #ffffff63;
  box-shadow: 0px 18px 43.6px -12px #d8d8d8;
}

.contact .section2 .bottom {
  margin-top: auto;
}

.contact .section2 .bottom .QRcode {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 150px;
  justify-content: center;
  align-items: center;
}

.contact .section2 .bottom .QRcode .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.contact .section2 .bottom .QRcode .item .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  max-width: 42px;
  max-height: 42px;
}

.contact .section2 .bottom .QRcode .item .icon svg {
  width: 42px;
  height: 42px;
}

.contact .section2 .bottom .QRcode .item .content {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 100px;
  min-width: 104px;
  min-height: 100px;
  max-width: 104px;
  max-height: 100px;
  margin-left: 10px;
  position: absolute;
  overflow: hidden;
  right: -115px;
}

.contact .section2 .bottom .QRcode .item:hover .content {
  display: flex;
}

.contact .section2 .bottom .QRcode .item .content img:first-child {
  display: block;
  width: 100%;
}

.contact .section2 .bottom .QRcode .item .content img:last-child {
  display: block;
  width: 70%;
  position: absolute;
  left: 18%;
  top: 15%;
}

.contact .section2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.contact .section2 .title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contact .section2 .title p {
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0F172B;
}

.contact .section2 .form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}

.contact .section2 .form .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;
  margin-bottom: 32px;
}

.contact .section2 .form .item input {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  border: 0;
  border-bottom: 1px solid #D3DBE5;
  padding: 20px 0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #90A1B9;
  background: transparent;
  pointer-events: auto;
}

.contact .section2 .form .item input::placeholder {
  color: #9aadb9;
}

.contact .section2 .form .item input:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.contact .section2 .form .item input:active {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.contact .section2 .form .item textarea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 200px;
  border: 0;
  border-bottom: 1px solid #d8e2e8;
  padding: 20px 0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #90A1B9;
  background: transparent;
  resize: none;
}

.contact .section2 .form .item textarea::placeholder {
  color: #9aadb9;
}

.contact .section2 .form .item textarea:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.contact .section2 .form .item textarea:active {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.contact .section2 .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
  padding: 20px 0;
  border-radius: 5px;
  background: #1d94cc;
  cursor: pointer;
  transition: all 0.5s ease;
}

.contact .section2 .btn:hover {
  background: #223e56;
}

.contact .section2 .btn p {
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

.avada-dialog {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.avada-dialog.avada-dialog-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.avada-dialog .avada-dialog-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
}

.avada-dialog .avada-dialog-back {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0, 15, 26, 0.56);
}

.avada-dialog .avada-dialog-con {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(680px, 100%);
  transform: translateY(24px) scale(0.96);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.avada-dialog.avada-dialog-active .avada-dialog-con {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.avada-dialog .section2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 50px;
  border-radius: 8px;
  border-top: 12px solid #1d82b8;
  background: #ffffff;
  box-shadow: 0px 18px 43.6px -12px #00264f4a;
}

.avada-dialog .section2 .title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.avada-dialog .section2 .title p {
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0F172B;
}

.avada-dialog .section2 .form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}

.avada-dialog .section2 .form .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;
  margin-bottom: 32px;
}

.avada-dialog .section2 .form .item input {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid #D3DBE5;
  padding: 20px 0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #90A1B9;
  background: transparent;
  pointer-events: auto;
}

.avada-dialog .section2 .form .item input::placeholder {
  color: #9aadb9;
}

.avada-dialog .section2 .form .item input:focus,
.avada-dialog .section2 .form .item input:active {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.avada-dialog .section2 .form .item textarea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 150px;
  border: 0;
  border-bottom: 1px solid #d8e2e8;
  padding: 20px 0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #90A1B9;
  background: transparent;
  resize: none;
}

.avada-dialog .section2 .form .item textarea::placeholder {
  color: #9aadb9;
}

.avada-dialog .section2 .form .item textarea:focus,
.avada-dialog .section2 .form .item textarea:active {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.avada-dialog .section2 .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
  padding: 20px 0;
  border-radius: 5px;
  background: #1d94cc;
  cursor: pointer;
  transition: all 0.5s ease;
}

.avada-dialog .section2 .btn:hover {
  background: #223e56;
}

.avada-dialog .section2 .btn p {
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

.avada-dialog .avada-dialog-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(34, 62, 86, 0.08);
  color: #223e56;
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 28px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.avada-dialog .avada-dialog-close:hover {
  background: #1d82b8;
  color: #ffffff;
}

body.avada-dialog-open {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .avada-dialog {
    padding: 18px;
  }

  .avada-dialog .section2 {
    padding: 36px 24px 28px;
  }

  .avada-dialog .section2 .title p {
    font-size: 24px;
    line-height: 30px;
  }

  .avada-dialog .section2 .form .item {
    gap: 0;
    margin-bottom: 22px;
  }

  .avada-dialog .section2 .form .item input {
    flex: 0 0 100%;
    font-size: 15px;
    line-height: 20px;
  }

  .avada-dialog .section2 .form .item textarea {
    height: 120px;
    font-size: 15px;
    line-height: 20px;
  }

  .avada-dialog .avada-dialog-close {
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}

/* 底部样式 */
.footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 70px 0 50px;
  background: #424549;
}

.footer .inner {
  display: flex;
  flex-wrap: wrap;
  width: 84%;
  margin: 0 auto;
}

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

.footer .section1-left {
  display: flex;
  height: auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer .section1-left .logo {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
}

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

.footer .section1-left .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin-top: 116px;
}

.footer .section1-left .social .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  max-width: 46px;
  max-height: 46px;
  cursor: pointer;
  transition: opacity 0.5s ease;  
  opacity: 0.72;
}

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

.footer .section1-right {
    display: flex;
    height: auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    flex: 2;
    flex-direction: column;
}

.footer .section1-right .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 34px;
  flex: 1;
}

.footer .section1-right .list > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.footer .section1-right .list .nav-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.footer .section1-right .list .nav-item > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer .section1-right .list > a > p {
  font-family: "Alibaba PuHuiTi";
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  transition: color 0.5s ease;
}

.footer .section1-right .list .nav-item > a > p {
  font-family: "Alibaba PuHuiTi";
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  transition: color 0.5s ease;
}

.footer .section1-right .list > a > p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  display: flex;
  flex-wrap: wrap;
  width: 0;
  border-bottom: 1px solid #3cbbff;
  transition: width 0.5s ease;
}

.footer .section1-right .list .nav-item > a > p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  display: flex;
  flex-wrap: wrap;
  width: 0;
  border-bottom: 1px solid #3cbbff;
  transition: width 0.5s ease;
}

.footer .section1-right .list > a:hover > p {
  color: #3cbbff;
}

.footer .section1-right .list .nav-item:hover > a > p {
  color: #3cbbff;
}

.footer .section1-right .list > a:hover > p::after {
  width: 100%;
}

.footer .section1-right .list .nav-item:hover > a > p::after {
  width: 100%;
}

.footer .section1-right .list .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  position: static;
  width: max-content;
  min-width: 100%;
  padding: 10px 0 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition: none;
  z-index: auto;
}

.footer .section1-right .list .content a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 6px 0;
}

.footer .section1-right .list .content a p {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #dfe7eb;
  transition: color 0.5s ease;
}

.footer .section1-right .list .content a p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  display: flex;
  flex-wrap: wrap;
  width: 0;
  border-bottom: 1px solid #3cbbff;
  transition: width 0.5s ease;
}

.footer .section1-right .list .content a:hover p {
  color: #3cbbff;
}

.footer .section1-right .list .content a:hover p::after {
  width: 100%;
}

.footer .footer-lang {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 5px 19px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50px;
  cursor: pointer;
  transition: border-color 0.5s ease, background 0.5s ease;
}

.footer .footer-lang .langName-text-p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  transition: color 0.5s ease;
}

.footer .footer-lang svg {
  width: 36px;
  height: 36px;
  transition: transform 0.5s ease;
}

.footer .footer-lang:hover {
  border-color: #3cbbff;
  background: rgba(60, 187, 255, 0.12);
}

.footer .footer-lang:hover .langName-text-p {
  color: #ffffff;
}

.footer .footer-lang:hover svg {
  transform: translateX(4px);
}

.footer .line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 48px;
}

.footer .section2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 24px;
}

.footer .section2 .footer-side {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.footer .section2 .footer-side:nth-child(2) {
  justify-content: center;
}

.footer .section2 .footer-side:nth-child(3) {
  justify-content: flex-end;
}

.footer .section2 .footer-side a {
  display: flex;
  flex-wrap: wrap;
  margin-right: 24px;
}

.footer .footer-bottom-infor-a {
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.72;
  transition: opacity 0.5s ease;
}

.footer .footer-bottom-infor-a p {
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.72;
  transition: opacity 0.5s ease;
}

.footer .footer-bottom-infor-a:hover {
  opacity: 1;
}
.footer .section2 .footer-side a:hover p {
  opacity: 1;
}

.wow.animated {
  animation-duration: 1.2s !important;
  -webkit-animation-duration: 1.2s !important;
}

/* responsive: header, banner, contact, footer */
@media only screen and (max-width: 1440px) {
  .header-index .header-index-email,
  .header-index .header-index-whatsapp {
    display: none;
  }

  .header-index .header-index-inner {
    width: 90%;
  }

  .header-index .header-index-nav nav ul {
    gap: 8px;
  }

  .header-index .nav-item-first {
    padding: 0 16px;
  }

  .header-index .header-index-right-inner {
    gap: 16px;
  }
}

@media only screen and (max-width: 1282px) {
  .header-index {
    display: none;
  }

  .headerM {
    display: flex;
  }

  .headerM .header-inner {
    width: 88%;
    height: 74px;
  }

  .headerM .logo {
    width: 170px;
    max-width: 170px;
  }

  .headerM .header-inner .langBtn .langBtnA {
    font-size: 17px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1280px) {
  .banner-inner .banner-content {
    left: 6%;
    top: 30%;
    width: 54%;
  }

  .banner-inner .banner-content .title p,
  .banner-inner2 .banner-content .title p {
    font-size: 40px;
    line-height: 62px;
  }

  .banner-inner .banner-content .desc p {
    font-size: 15px;
    line-height: 30px;
  }

  .banner-inner .banner-content:has(.list) {
    top: 30%;
  }

  .banner-inner .banner-content .list {
    width: 88%;
    margin-top: 20px;
    padding: 24px 30px;
  }

  .banner-inner .banner-content .list .item {
    gap: 14px;
  }

  .banner-inner .banner-content .list .item .icon svg {
    width: 54px;
    height: 54px;
  }

  .banner-inner .banner-content .list .item .text1 p {
    font-size: 26px;
    line-height: 26px;
  }

  .banner-inner .banner-content .list .item .text1 span {
    font-size: 50px;
    line-height: 50px;
  }

  .banner-inner2 .banner-content {
    top: 58%;
  }

  .contact {
    padding: 20px 0 20px;
  }

  .contact .inner,
  .footer .inner {
    width: 88%;
  }

  .contact .section1 {
    padding: 0 20px 0 0;
  }

  .contact .section1 .title p {
    font-size: 44px;
    line-height: 62px;
  }

  .contact .section1 .desc {
    margin-top: 20px;
  }

  .contact .section1 .desc p {
    font-size: 19px;
    line-height: 29px;
  }

  .contact .section1 .information {
    margin-top: 20px;
    gap: 42px;
  }

  .contact .section1 .information .item {
    gap: 24px;
  }

  .contact .section1 .information .item .text2 p {
    font-size: 22px;
    line-height: 34px;
  }

  .contact .section2 .bottom {
    padding-top: 20px;
  }

  .contact .section2 .bottom .QRcode {
    gap: 120px;
  }

  .contact .section2 {
    padding: 20px;
  }

  .contact .section2 .title p {
    font-size: 28px;
    line-height: 34px;
  }

  .contact .section2 .form {
    margin-top: 20px;
  }

  .contact .section2 .form .item {
    gap: 28px;
    margin-bottom: 20px;
  }

  .footer {
    padding: 20px 0 20px;
  }

  .footer .section1-left .logo {
    width: 260px;
  }

  .footer .section1-left .social {
    margin-top: 20px;
  }

  .footer .section1-right .list {
    gap: 28px;
  }

  .footer .line {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-inner .banner-content {
    left: 6%;
    top: 32%;
    width: 62%;
  }

  .banner-inner .banner-content .title p,
  .banner-inner2 .banner-content .title p {
    font-size: 34px;
    line-height: 50px;
  }

  .banner-inner .banner-content .desc {
    margin-top: 12px;
  }

  .banner-inner .banner-content .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }

  .banner-inner .banner-content:has(.list) {
    top: 28%;
  }

  .banner-inner .banner-content .list {
    width: 88%;
    margin-top: 20px;
    padding: 22px 26px;
  }

  .banner-inner .banner-content .list .item {
    flex: 1 1 45%;
    gap: 12px;
  }

  .banner-inner .banner-content .list .item .icon svg {
    width: 48px;
    height: 48px;
  }

  .banner-inner .banner-content .list .item .text1 p {
    font-size: 24px;
    line-height: 24px;
  }

  .banner-inner .banner-content .list .item .text1 span {
    font-size: 44px;
    line-height: 44px;
  }

  .banner-inner .banner-content .list .item .text2 p {
    font-size: 15px;
    line-height: 24px;
  }

  .banner-inner2 .banner-content {
    top: 58%;
  }

  .headerM .header-inner {
    width: 90%;
    height: 70px;
  }

  .headerM .logo {
    width: 155px;
    max-width: 155px;
  }

  .contact {
    padding: 20px 0 20px;
    border-radius: 46px 46px 0 0;
  }

  .contact .inner {
    width: 88%;
    flex-direction: column;
  }

  .contact .section1 {
    width: 100%;
    padding: 0;
  }

  .contact .section1 .title p {
    font-size: 38px;
    line-height: 52px;
  }

  .contact .section1 .desc {
    margin-top: 20px;
  }

  .contact .section1 .desc p {
    font-size: 18px;
    line-height: 28px;
  }

  .contact .section1 .information {
    margin-top: 20px;
    gap: 32px;
  }

  .contact .section1 .information .item {
    width: 100%;
  }

  .contact .section1 .information .item .icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
  }

  .contact .section1 .information .item .icon svg {
    width: 48px;
    height: 48px;
  }

  .contact .section1 .information .item .text1 p {
    font-size: 17px;
    line-height: 20px;
  }

  .contact .section1 .information .item .text2 p {
    font-size: 20px;
    line-height: 30px;
  }

  .contact .section2 .bottom {
    padding-top: 20px;
  }

  .contact .section2 {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }

  .footer {
    padding: 20px 0 20px;
  }

  .footer .section1 {
    flex-direction: column;
  }

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

  .footer .section1-left .logo {
    width: 220px;
  }

  .footer .section1-left .social {
    margin-top: 20px;
  }

  .footer .section1-right {
    align-items: flex-start;
    margin-top: 20px;
  }

  .footer .section1-right .list {
    justify-content: flex-start;
    gap: 24px;
  }

  .footer .footer-lang {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 820px) {
  .banner-inner > img {
    height: 360px;
    object-fit: cover;
    object-position: center center;
  }

  .banner-inner2 > img {
    height: 260px;
    object-fit: cover;
    object-position: center center;
  }

  .banner-inner:has(.list) > img {
    height: 360px;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 110px;
    width: 70%;
  }

  .banner-inner .banner-content .title p,
  .banner-inner2 .banner-content .title p {
    font-size: 28px;
    line-height: 40px;
  }

  .banner-inner .banner-content .desc p {
    font-size: 14px;
    line-height: 24px;
  }

  .banner-inner .banner-content:has(.list) {
    top: 70px;
  }

  .banner-inner .banner-content .list {
    display: none;
  }

  .banner-inner .banner-content .list .item .icon svg {
    width: 42px;
    height: 42px;
  }

  .banner-inner .banner-content .list .item .text1 p {
    font-size: 20px;
    line-height: 22px;
  }

  .banner-inner .banner-content .list .item .text1 span {
    font-size: 38px;
    line-height: 38px;
  }

  .banner-inner .banner-content .list .item .text2 p {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-inner2 .banner-content {
    top: 56%;
  }

  .headerM .header-inner {
    height: 66px;
  }

  .headerM .logo {
    width: 150px;
    max-width: 150px;
  }

  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
    line-height: 22px;
  }

  .contact {
    padding: 20px 0 20px;
    border-radius: 38px 38px 0 0;
  }

  .contact .inner,
  .footer .inner {
    width: 90%;
  }

  .contact .section1 .title p {
    font-size: 32px;
    line-height: 44px;
  }

  .contact .section1 .information {
    margin-top: 20px;
    gap: 28px;
  }

  .contact .section1 .information .item .icon svg {
    width: 46px;
    height: 46px;
  }

  .contact .section2 {
    margin-top: 20px;
    padding: 20px;
  }

  .contact .section2 .title p {
    font-size: 24px;
    line-height: 30px;
  }

  .contact .section2 .form .item input,
  .contact .section2 .form .item textarea {
    font-size: 16px;
    line-height: 22px;
  }

  .footer .section1-left .logo {
    width: 220px;
  }

  .footer .section1-left .social {
    margin-top: 20px;
  }

  .footer .line {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-inner > img {
    height: 330px;
    object-fit: cover;
    object-position: center center;
  }

  .banner-inner2 > img {
    height: 240px;
    object-fit: cover;
    object-position: center center;
  }

  .banner-inner:has(.list) > img {
    height: 330px;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 100px;
    width: 90%;
  }

  .banner-inner .banner-content .title p,
  .banner-inner2 .banner-content .title p {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-inner .banner-content .desc {
    margin-top: 20px;
  }

  .banner-inner .banner-content .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .banner-inner .banner-content:has(.list) {
    top: 60px;
  }

  .banner-inner .banner-content:has(.list) .desc {
    margin-top: 12px;
  }

  .banner-inner .banner-content .list {
    display: none;
  }

  .banner-inner .banner-content .list .item {
    flex: 1 1 45%;
    gap: 10px;
  }

  .banner-inner .banner-content .list .item .icon svg {
    width: 34px;
    height: 34px;
  }

  .banner-inner .banner-content .list .item .content {
    gap: 4px;
  }

  .banner-inner .banner-content .list .item .text1 p {
    font-size: 16px;
    line-height: 18px;
  }

  .banner-inner .banner-content .list .item .text1 span {
    font-size: 30px;
    line-height: 32px;
  }

  .banner-inner .banner-content .list .item .text2 {
    margin-top: 0;
  }

  .banner-inner .banner-content .list .item .text2 p {
    font-size: 14px;
    line-height: 18px;
  }

  .banner-inner2 .banner-content {
    top: 56%;
  }

  .headerM .header-inner {
    width: 92%;
    height: 62px;
  }

  .headerM .logo {
    width: 150px;
    max-width: 150px;
  }

  .headerM .header-inner .langBtn .langBtnA {
    font-size: 15px;
    line-height: 20px;
  }

  .headerM .header-inner .action_item {
    width: 30px;
    height: 20px;
    margin-left: 12px;
  }

  .headerM .header-inner .action_item .action_item_span_line {
    width: 26px;
  }

  .contact {
    padding: 20px 0 20px;
    border-radius: 30px 30px 0 0;
  }

  .contact .inner,
  .footer .inner {
    width: 92%;
  }

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

  .contact .section1 .desc {
    margin-top: 20px;
  }

  .contact .section1 .desc p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact .section1 .information {
    margin-top: 20px;
    gap: 24px;
  }

  .contact .section1 .information .item {
    gap: 10px;
  }

  .contact .section1 .information .item .icon svg {
    width: 42px;
    height: 42px;
  }

  .contact .section1 .information .item .text1 p {
    font-size: 14px;
    line-height: 18px;
  }

  .contact .section1 .information .item .text2 {
    margin-top: 10px;
  }

  .contact .section1 .information .item .text2 p {
    font-size: 18px;
    line-height: 26px;
  }

  .contact .section2 .bottom {
    padding-top: 20px;
  }

  .contact .section2 {
    margin-top: 20px;
    padding: 20px;
  }

  .contact .section2 .title p {
    font-size: 20px;
    line-height: 28px;
  }

  .contact .section2 .form {
    margin-top: 20px;
  }

  .contact .section2 .form .item {
    gap: 24px;
    margin-bottom: 20px;
  }

  .contact .section2 .form .item input,
  .contact .section2 .form .item textarea {
    padding: 16px 0;
    font-size: 15px;
    line-height: 22px;
  }

  .contact .section2 .form .item textarea {
    height: 130px;
  }

  .contact .section2 .btn {
    gap: 12px;
    padding: 16px 0;
  }

  .contact .section2 .btn p {
    font-size: 16px;
    line-height: 24px;
  }

  .footer {
    padding: 20px 0 20px;
  }

  .footer .section1-left .logo {
    width: 220px;
  }

  .footer .section1-left .social {
    gap: 14px;
    margin-top: 20px;
  }

  .footer .section1-left .social .item {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .footer .section1-right {
    margin-top: 20px;
  }

  .footer .section1-right .list {
    gap: 20px;
  }

  .footer .section1-right .list > a > p,
  .footer .section1-right .list .nav-item > a > p {
    font-size: 14px;
    line-height: 20px;
  }

  .footer .footer-lang {
    padding: 4px 16px;
    margin-top: 20px;
    display: none;
  }

  .footer .footer-lang .langName-text-p {
    font-size: 16px;
    line-height: 20px;
  }

  .footer .line {
    margin-top: 20px;
  }

  .footer .section2 {
    align-items: flex-start;
    gap: 12px;
    padding-top: 20px;
  }

  .footer .section2 .footer-side {
    width: 100%;
    flex: none;
    justify-content: flex-start;
  }

  .footer .section2 .footer-side:nth-child(2),
  .footer .section2 .footer-side:nth-child(3) {
    justify-content: flex-start;
  }

  .footer .footer-bottom-infor-a,
  .footer .footer-bottom-infor-a p {
    font-size: 13px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .banner-inner > img {
    height: 300px;
  }

  .banner-inner2 > img {
    height: 220px;
  }

  .banner-inner:has(.list) > img {
    height: 300px;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 86px;
    width: 90%;
  }

  .banner-inner .banner-content:has(.list) {
    top: 52px;
  }

  .banner-inner .banner-content .list {
    display: none;
  }

  .banner-inner .banner-content .list .item {
    flex: 1 1 100%;
    gap: 8px;
  }

  .banner-inner .banner-content .list .item .icon svg {
    width: 30px;
    height: 30px;
  }

  .banner-inner .banner-content .list .item .text1 p {
    font-size: 15px;
    line-height: 17px;
  }

  .banner-inner .banner-content .list .item .text1 span {
    font-size: 28px;
    line-height: 30px;
  }

  .headerM .header-inner {
    height: 58px;
  }

  .headerM .logo {
    width: 150px;
    max-width: 150px;
  }

  .headerM .header-inner .langBtn .langBtn-img {
    margin-right: 5px;
  }

  .headerM .header-inner .langBtn .langBtnA {
    font-size: 14px;
  }

  .contact .section1 .information .item {
    width: 100%;
  }

  .contact .section2 {
    padding: 20px;
  }

  .contact .section2 .top {
    padding: 20px;
  }

  .contact .section2 .bottom {
    margin-top: 20px;
    padding-top: 0;
  }

  .contact .section2 .bottom .QRcode {
    gap: 16px;
    justify-content: flex-start;
  }

  .contact .section2 .bottom .QRcode .item {
    align-items: flex-start;
    width: 100%;
    gap: 12px;
  }

  .contact .section2 .bottom .QRcode .item .icon {
    position: relative;
    top: 30px;
  }

  .contact .section2 .bottom .QRcode .item .content {
    display: flex;
    position: relative;
    right: auto;
    margin-left: 0;
  }

  .contact .section2 .form .item {
    gap: 10px;
    margin-bottom: 10px;
  }

  .contact .section2 .form .item input {
    flex: none;
    width: 100%;
  }

  .footer .section1-right .list {
    width: 100%;
    gap: 18px;
  }

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

@media only screen and (max-width: 414px) {
  .banner-inner > img {
    height: 260px;
  }

  .banner-inner2 > img {
    height: 200px;
  }

  .banner-inner:has(.list) > img {
    height: 260px;
  }

  .banner-inner .banner-content {
    top: 78px;
  }

  .banner-inner .banner-content:has(.list) {
    top: 46px;
  }

  .banner-inner .banner-content .desc p {
    line-height: 21px;
  }

  .banner-inner .banner-content .list {
    display: none;
  }

  .banner-inner .banner-content .list .item .icon svg {
    width: 28px;
    height: 28px;
  }

  .banner-inner .banner-content .list .item .text1 p {
    font-size: 14px;
    line-height: 16px;
  }

  .banner-inner .banner-content .list .item .text1 span {
    font-size: 26px;
    line-height: 28px;
  }

  .banner-inner2 .banner-content {
    top: 55%;
  }

  .headerM .header-inner {
    width: 92%;
    height: 56px;
  }

  .headerM .logo {
    width: 150px;
    max-width: 150px;
  }

  .headerM .header-inner .langBtn .langBtn-img {
    display: none;
  }

  .headerM .header-inner .action_item {
    width: 28px;
    height: 18px;
    margin-left: 10px;
  }

  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }

  .contact {
    padding: 20px 0 20px;
    border-radius: 24px 24px 0 0;
  }

  .contact .section1 .desc p {
    font-size: 15px;
    line-height: 23px;
  }

  .contact .section1 .information {
    gap: 22px;
  }

  .contact .section1 .information .item .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
  }

  .contact .section1 .information .item .icon svg {
    width: 30px;
    height: 30px;
  }

  .contact .section1 .information .item .text2 p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact .section2 .bottom {
    padding-top: 20px;
  }

  .contact .section2 {
    padding: 20px;
  }

  .contact .section2 .form .item input,
  .contact .section2 .form .item textarea {
    font-size: 14px;
    line-height: 20px;
  }

  .footer {
    padding: 20px 0 20px;
  }

  .footer .section1-left .logo {
    width: 220px;
  }

  .footer .section1-left .social {
    gap: 12px;
  }

  .footer .section1-right .list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-inner > img {
    height: 250px;
  }

  .banner-inner2 > img {
    height: 190px;
  }

  .banner-inner:has(.list) > img {
    height: 250px;
  }

  .banner-inner .banner-content {
    top: 72px;
  }

  .banner-inner .banner-content:has(.list) {
    top: 42px;
  }

  .banner-inner .banner-content .list {
    display: none;
  }

  .headerM .logo {
    width: 150px;
    max-width: 150px;
  }

  .headerM .header-inner .langBtn .langBtnA {
    font-size: 13px;
    line-height: 18px;
  }

  .contact .section1 .information .item {
    gap: 10px;
  }

  .contact .section1 .information .item .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
  }

  .contact .section1 .information .item .icon svg {
    width: 30px;
    height: 30px;
  }

  .contact .section2 {
    padding: 20px;
  }

  .footer .section1-left .logo {
    width: 220px;
  }

  .footer .footer-bottom-infor-a,
  .footer .footer-bottom-infor-a p {
    font-size: 12px;
    line-height: 20px;
  }
}
