* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
}

li,
i,
em {
  list-style: none;
}

a {
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  color: #fff;
  font-size: 14px;
  scroll-behavior: smooth;
}

.formMessage {
  opacity: 0;
  z-index: -1;
}

.el-message-fade-enter-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.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: 90px;
  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 #015caf;
  background: #015caf;
  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: #015caf;
  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: #015caf;
  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: #015caf;
  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 {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 58px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 0 0;
}

.sidefixed .sideitemTop .icon-box {
  color: #fff;
}

.sidefixed .sideitemTop .icon-box 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: #015caf;
  transition: 0.5s;
  position: relative;
  right: 0px;
}

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

.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #015caf;
  transition: .5s;
}

.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}

.sidefixed .sideitem3 .p {
  font-size: 12px;
}

.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}

.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}

.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 58px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #015caf;
  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: #015caf;
  width: 34px;
}

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

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

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

.sidefixed .sideitem2:hover {
  background: #015caf;
}

.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: -60%;
  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: #015caf;
}

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

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

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

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

.inner {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.5s;
}
.header:hover{ 
  background: #414141;
}
.header-active{
  border-radius: 12px;
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #ffffff73;
}

.header .header-inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
}

.header .header-inner .header-inner-top {
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header .header-inner .header-inner-top .header-inner-logo {
  width: 110px;
  height: 65px;
}

.header .header-inner .header-inner-top .header-inner-logo img {
  height: 100%;
}

.header .header-inner .header-inner-top .header-inner-logo .logo-active {
  opacity: 1;
  display: block;
  transition: 0.5s;
}

.header .header-inner .header-inner-top .header-inner-logo .logo-default {
  opacity: 0;
  display: none;
  transition: 0.5s;
}

.header .header-inner .header-inner-top .header-inner-nav {
  width: 75%;
  min-height: 63px;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #ffffff73;
  transition: 0.5s;
}

.header-inner-nav-active {
  border-radius: 12px;
  backdrop-filter: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.header .header-inner .header-inner-top .header-inner-nav .header-inner-left {
  width: 70%;
  padding: 18px 0;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-left nav ul {
  display: flex;
  justify-content: space-evenly;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-left nav ul .nav-item .nav-item-first .nav-item-p p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  transition: 0.5s;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-left nav ul .nav-item .nav-item-first-active .nav-item-p p {
  color: #015caf;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  transition: 0.5s;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-right {
  width: 31%;
  min-width: 274px;
  height: 65px;
  border-radius: 12px;
  background: #015caf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-right .nav-item-first {
  width: 50%;
  padding: 22px 35px;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-right .nav-item-first .nav-item-p p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  transition: 0.5s;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-right .langLine {
  width: 1px;
  height: 43px;
  border-radius: 1px;
  background: #d9d9d9;
  transition: 0.5s;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-right .header-lang-one {
  width: 50%;
  padding: 22px 35px;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-right .header-lang-one .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-right .header-lang-one .langBtn .langBtnA {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: 0.5s;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-right .header-lang-one .langBtn svg {
  transition: transform 0.5s;
  width: 20px;
  height: 20px;
  margin-right: 0;
  margin-left: 6px;
}

.header .header-inner .header-inner-top .header-inner-nav .header-inner-right .header-lang-one .langBtn:hover svg {
  transform: rotate(30deg);
  transition: 0.5s;
}

.header .header-inner .header-inner-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 11px;
  background: #ffffff;
  border-radius: 2px;
  opacity: 0;
  transition: left 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1), opacity 0.25s ease;
  pointer-events: none;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header .header-inner .header-inner-top.indicator-visible::after {
  opacity: 1;
}

.header .header-inner .nav-item-second {
  height: auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s, opacity 0.5s;
  z-index: 2001;
}

.header .header-inner .nav-item-second.nav-item-second-show {
  max-height: 1000px;
  opacity: 1;
  overflow: visible;
}

.header .header-inner .nav-item-second-pros {
}

.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px;
}

.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-outer-left {
  width: 55%;
  min-height: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-outer-left .nav-item-second-other-one {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
}

.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-outer-left .nav-item-second-other-one .dot {
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  border-radius: 50%;
  height: 12px;
  background: #d9d9d9;
}

.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-outer-left .nav-item-second-other-one p {
  color: #ffffff !important;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: inherit;
}
.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-outer-left .nav-item-second-other-one p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #ffffff;
  width: 0;
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-outer-left .nav-item-second-other-one p:hover::after {
  width: 100%;
}

.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-outer-left .swiper-slide-active p::after {
  width: 100%;
}

.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-outer-right {
  width: 40%;
  height: 150px;
  display: flex;
  justify-content: space-between;
}

.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-outer-right .nav-item-second-outer-img {
  width: 45%;
  height: 100%;
  border-radius: 8px;
  background: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-outer-right .nav-item-second-outer-img img {
  width: 80%;
  height: 80%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}

.header .header-inner .nav-item-second-pros .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-outer-right .nav-item-second-outer-img img:hover {
  transform: scale(1.05);
}

.header .header-inner .nav-item-second-about {
}

.header .header-inner .nav-item-second-about .nav-item-second-outer-main .nav-item-second-outer {
  width: 100%;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
}

.header .header-inner .nav-item-second-about .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-other-one {
  background-color: #4C4C4C;
  width: 31.66%;
  margin-right: 2.5%;
  cursor: pointer;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.header .header-inner .nav-item-second-about .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-other-one p {
  max-width: calc(100% - 20px);
}

.header .header-inner .nav-item-second-about .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-other-one:hover {
  border-bottom: 1px solid transparent;
  color: #fff;
  background: #015caf;
  transition: 0.5s;
}

.header .header-inner .nav-item-second-about .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-other-one:nth-child(3) {
  margin-right: 0;
}

.header .header-inner .nav-item-second-about .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-other-one:nth-child(4) {
  margin-bottom: 0;
}

.header .header-inner .nav-item-second-language {
}

.header .header-inner .nav-item-second-language .nav-item-second-outer-main .nav-item-second-outer {
  width: 100%;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
}

.header .header-inner .nav-item-second-language .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-other-one {
  background-color: #4C4C4C;
  width: 31.66%;
  margin-right: 2.5%;
  cursor: pointer;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.header .header-inner .nav-item-second-language .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-other-one p {
  max-width: calc(100% - 20px);
}

.header .header-inner .nav-item-second-language .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-other-one:hover {
  border-bottom: 1px solid transparent;
  color: #fff;
  background: #015caf;
  transition: 0.5s;
}

.header .header-inner .nav-item-second-language .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-other-one:nth-child(3) {
  margin-right: 0;
}

.header .header-inner .nav-item-second-language .nav-item-second-outer-main .nav-item-second-outer .nav-item-second-other-one:nth-child(4) {
  margin-bottom: 0;
}

.header:hover .header-inner-top {
  border-bottom: 1px solid #bcbcbc;
}

.header:hover .header-inner-top .header-inner-logo .logo-default {
  opacity: 1;
  display: block;
  transition: 0.5s;
}

.header:hover .header-inner-top .header-inner-logo .logo-active {
  opacity: 0;
  display: none;
  transition: 0.5s;
}

.header:hover .header-inner-top .header-inner-nav {
  backdrop-filter: blur(0px);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  background: transparent;
  transition: 0.5s;
}

.header:hover .header-inner-top .header-inner-nav .header-inner-left nav ul .nav-item .nav-item-first .nav-item-p p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  transition: 0.5s;
}

.header:hover .header-inner-top .header-inner-nav .header-inner-left nav ul .nav-item .nav-item-first-active .nav-item-p p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  transition: 0.5s;
}

.header:hover .header-inner-top .header-inner-nav .header-inner-right {
  background: #ffffff;
  transition: 0.5s;
}

.header:hover .header-inner-top .header-inner-nav .header-inner-right .nav-item-first .nav-item-p p {
  color: #000000;
  transition: 0.5s;
}

.header:hover .header-inner-top .header-inner-nav .header-inner-right .header-lang-one .langBtn .langBtnA {
  color: #000000;
  transition: 0.5s;
}

.contacti {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.contacti .back {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacti .back img {
  width: 100%;
  max-width: 1440px;
}

.contacti .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contacti .inner .section1 .section1-left .title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.contacti .inner .section1 .section1-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 105.6px;
}
.contacti .inner .section1 .section1-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacti .inner .section1 .section1-right .text3 { 
    color: #565656;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.contacti .inner .section1 .section1-right .section1-right-bottom {
  display: flex;
  flex-wrap: wrap;
}

.contacti .inner .section1 .section1-right .section1-right-bottom .text4 {
    color: #828282;
    font-family: "Alibaba PuHuiTi";
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    position: relative;
    margin-right: 20px;
}

.contacti .inner .section1 .section1-right .section1-right-bottom .text4:last-child {
    margin-right: 0px;
}
.contacti .inner .section1 .section1-right .section1-right-bottom .text4::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 25%;
    height: 60%;
    width: 1px;
    background-color: #828282;
}
.contacti .inner .section1 .section1-right .section1-right-bottom .text4:last-child::after {
    content: none;
}
.contacti .inner .section2 {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.contacti .inner .section2 .upload {
  width: 29%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacti .inner .section2 .upload .upload-top {
  width: 100%;
  height: calc(100% - 50px);
  border-radius: 8px;
  background: #f7f7f7;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contacti .inner .section2 .upload .upload-top .text1 {
  text-align: center;
  color: #7e7e7e;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 13px;
  line-height: 36px;
  margin-bottom: 3px;
}

.contacti .inner .section2 .upload .upload-top svg {
  min-width: 22px;
  max-width: 22px;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
  margin-bottom: 4px;
}

.contacti .inner .section2 .upload .upload-top .text2 {
  text-align: center;
  color: #7e7e7e;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 11px;
  line-height: 21px;
}

.contacti .inner .section2 .upload .upload-top:hover svg {
  transform: rotateY(360deg);
}

.contacti .inner .section2 .upload .upload-bottom {
  width: 90%;
  margin: 0 auto;
}

.contacti .inner .section2 .upload .upload-bottom p {
  text-align: center;
  color: #7e7e7e;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.contacti .inner .section2 .form {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacti .inner .section2 .form .form-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.contacti .inner .section2 .form .form-item input {
  width: calc((100% - 20px) / 3);
  padding: 13px 16px;
  border-radius: 4px;
  background: #f7f7f7;
  border: none;
  outline: none;
}

.contacti .inner .section2 .form .form-item textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: 4px;
  background: #f7f7f7;
  border: none;
  outline: none;
}

.contacti .inner .section2 .form .btn {
  padding: 12px 0;
  border-radius: 4px;
  border: 1px solid #17499999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contacti .inner .section2 .form .btn p {
  color: #17499999;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}

.contacti .inner .section2 .form .btn svg {
  min-width: 20px;
  max-width: 20px;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}

.contacti .inner .section2 .form .btn:hover svg {
  transform: rotateY(360deg);
}

.contacti .inner .section2 .info {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contacti .inner .section2 .info .item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contacti .inner .section2 .info .item .item-left svg {
  min-width: 20px;
  max-width: 20px;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}

.contacti .inner .section2 .info .item .item-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacti .inner .section2 .info .item .item-right .title {
  color: #565656;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.contacti .inner .section2 .info .item .item-right .text {
  color: #828282;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.contacti .inner .section2 .info .item:hover svg {
  transform: rotateY(360deg);
}

.footer {
  width: 100%;
  background: #f3f4f9;
}

.footer .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 0;
}

.footer .inner .section1 {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.footer .inner .section1 .footer-left {
  width: 25%;
  height: auto !important;
  flex-shrink: 0;
  display: flex;
}

.footer .inner .section1 .footer-left img {
  width: 100%;
}

.footer .inner .section1 .footer-middle {
  width: 40%;
  height: auto !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 20px;
}

.footer .inner .section1 .footer-middle a {
  color: #565656;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.footer .inner .section1 .footer-right {
  width: 15%;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: auto !important;
  flex-shrink: 0;
  gap: 30px;
}

.footer .inner .section1 .footer-right .footer-contactShare1 {
  display: flex;
  justify-content: space-between;
}

.footer .inner .section1 .footer-right .footer-contactShare1 .footer-center-bottom-one {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer .inner .section1 .footer-right .footer-contactShare1 .footer-center-bottom-one .QRcode {
  position: absolute;
  top: -200%;
  width: 80px;
  height: 80px;
  background: #414141;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}

.footer .inner .section1 .footer-right .footer-contactShare1 .footer-center-bottom-one .QRcode img {
  width: 90%;
  height: 90%;
}

.footer .inner .section1 .footer-right .footer-contactShare1 .footer-center-bottom-one:hover .QRcode {
  opacity: 1;
}

.footer .inner .section1 .footer-right .footer-contactShare2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .inner .section1 .footer-right .footer-contactShare2 .footer-center-bottom-one {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 4);
}

.footer .inner .section2 {
  border-top: 1px solid #d9d9d9;
  padding-top: 37px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .inner .section2 .footer-side {
  margin-bottom: 10px;
}

.footer .inner .section2 .footer-side .footer-bottom-infor-a {
  color: #565656;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}














.banner-inner {
  z-index: 50;
  position: relative;
  overflow: hidden;
}

.banner-inner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 4;
}

.banner-inner .content {
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 10%;
  top: 35%;
}

.banner-inner .content .title {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 19px;
}

.banner-inner .content .desc {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.banner-inner .banner-back {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.banner-inner .banner-back::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #ffffff;
  border-radius: 50%;
}

.banner-inner .banner-back1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-inner .banner-back1>img {
  width: 325px;
  height: 150px;
}

.banner-inner .banner-back1 .icon {
  position: absolute;
  bottom: 20%;
  right: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-inner .banner-back1 .icon p {
  color: rgba(102, 102, 102, 0.58);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
}

.banner-inner .banner-back1 .icon svg {
  transform: translate3d(0, 0, 0);
  animation: verticalMoveDown 2s linear infinite;
}

.applicationi {
  width: 100%;
}

.applicationi .inner {
  width: 90%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 64px 0 92px 0;
  position: relative;
  right: -5%;
}

.applicationi .inner .section1 {
  width: 89%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.applicationi .inner .section1 .section1-left {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.applicationi .inner .section1 .section1-left .title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.applicationi .inner .section1 .section1-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}

.applicationi .inner .section1 .section1-left .desc {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}

.applicationi .inner .section1 .section1-right {
  min-width: 148px;
  display: flex;
  align-items: center;
}

.applicationi .inner .section1 .section1-right p {
  min-width: 108px;
  text-align: center;
  padding: 4px 22px;
  border-radius: 100px;
  background: #174999;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

.applicationi .inner .section1 .section1-right .icon {
  width: 40px;
  height: 40px;
  border-radius: 35px;
  background: #174999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.applicationi .inner .section2 {
  width: 100%;
  height: 370px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.applicationi .inner .section2 .section2-left {
  width: 50%;
  height: auto !important;
  display: flex;
  flex-shrink: 0;
  margin: 0;
}

.applicationi .inner .section2 .section2-left .swiper-wrapper {
  width: 100%;
}

.applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-top {
  display: flex;
  align-items: center;
  gap: 6px;
}

.applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-top .num {
  color: #015caf;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
}

.applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-top .title {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
}

.applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-middle {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

.applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-bottom .page {
  font-family: "Alibaba PuHuiTi";
  font-size: 24px;
  line-height: 32px;
  color: #015caf;
  font-weight: 700;
}

.applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-bottom .page span {
  color: #000000;
  font-weight: 400;
}

.applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-bottom .section2-left-bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-bottom .section2-left-bottom-right svg {
  cursor: pointer;
}

.applicationi .inner .section2 .section2-right {
  width: 47%;
  margin: 0;
}

.applicationi .inner .section2 .section2-right .swiper-wrapper {
  width: 100%;
}

.applicationi .inner .section2 .section2-right .swiper-wrapper .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}

.applicationi .inner .section2 .section2-right .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}

.applicationi .inner .section2 .section2-right .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.05);
}

.FAQ {
  width: 100%;
}

.FAQ .inner {
  display: flex;
  padding: 87px 0;
}

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

.FAQ .inner .section1 .section1-left {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.FAQ .inner .section1 .section1-left .title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 11px;
}

.FAQ .inner .section1 .section1-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}

.FAQ .inner .section1 .section1-left .desc {
  color: #666666;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 48px;
}

.FAQ .inner .section1 .section1-left .img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.FAQ .inner .section1 .section1-left .img img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}

.FAQ .inner .section1 .section1-right {
  width: 73%;
  border-radius: 8px;
  background: #fff;
  padding: 28px 31px;
}

.FAQ .inner .section1 .section1-right .section1-right-top {
  display: flex;
  flex-direction: column;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item {
  padding: 20px;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  cursor: pointer;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item .item-left {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item .item-left .text1 {
  color: #333333;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item .item-left .text2 {
  transition: 0.5s;
  display: none;
  color: #666666;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item .item-right {
  min-width: 34px;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item .item-right .active {
  display: none;
  opacity: 0;
  transition: 0.5s;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item .item-right .default {
  display: block;
  opacity: 1;
  transition: 0.5s;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item-active {
  background: #FFF;
  margin-bottom: 10px;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item-active .item-left .text2 {
  display: block;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item-active .item-right .active {
  display: block;
  opacity: 1;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item-active .item-right .default {
  display: none;
  opacity: 0;
}

.FAQ .inner .section1 .section1-right .section1-right-top .item:nth-child(n+6) {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;
  transition: all 0.5s ease;
}

.FAQ .inner .section1 .section1-right .section1-right-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  gap: 5px;
}

.FAQ .inner .section1 .section1-right .section1-right-bottom p {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 13px;
}

.FAQ .inner .section1 .section1-right .section1-right-bottom svg {
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  animation: verticalMoveDown 2s linear infinite;
  cursor: pointer;
  transition: 0.5s;
}

.FAQ .inner .section1 .section1-right .section1-right-bottom.expanded p {
  display: none;
}

.FAQ .inner .section1 .section1-right .section1-right-bottom.expanded svg {
  animation: verticalMoveUp 2s linear infinite;
}

.FAQ .inner .section1 .section1-right.expanded .section1-right-top .item:nth-child(n+6) {
  max-height: 300px;
  opacity: 1;
  padding: 20px;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
}

@keyframes verticalMoveDown {
  0% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(-3px);
  }
}

@keyframes verticalMoveUp {
  0% {
    transform: rotate(180deg) translateY(-3px);
  }

  50% {
    transform: rotate(180deg) translateY(3px);
  }

  100% {
    transform: rotate(180deg) translateY(-3px);
  }
}

.flow {
  width: 100%;
  background: #f3f4f9;
}

.flow .inner {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding-bottom: 80px;
}

.flow .inner .section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.flow .inner .section1 p {
  text-align: center;
  color: #333333;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}

.flow .inner .section1 .line {
  width: 143px;
  height: 4px;
  background: #015caf;
}

.flow .inner .section2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flow .inner .section2 .item {
  width: calc((100% - 120px) / 3);
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.flow .inner .section2 .item .img {
  width: 100%;
  height: 190px;
  border-radius: 10px;
  overflow: hidden;
}

.flow .inner .section2 .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}

.flow .inner .section2 .item .img:hover img {
  transform: scale(1.05);
}

.flow .inner .section2 .item .content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.flow .inner .section2 .item .content .top {
  display: flex;
  align-items: center;
  gap: 9px;
}

.flow .inner .section2 .item .content .top .num {
  min-width: 44px;
  border-radius: 13px;
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 2px 13px;
  color: #999999;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  transition: 0.5s;
}

.flow .inner .section2 .item .content .top .text1 {
  color: #333333;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  transition: 0.5s;
}

.flow .inner .section2 .item .content .bottom p {
  color: #666666;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.flow .inner .section2 .item:hover .content .top .num {
  border-radius: 13px;
  border: 1px solid #015caf;
  background: #015caf;
  padding: 2px 13px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.flow .inner .section2 .item:hover .content .top .text1 {
  color: #015caf;
}

.button1 {
  position: relative;
  overflow: hidden;
  transition: transform 1.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.button1:hover {
  transform: scale(1.05);
}

.button1:hover::before {
  animation: shine 1.2s ease-out forwards;
}

.button1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
  pointer-events: none;
  will-change: left;
}

@keyframes shine {
  0% {
    left: -100%;
  }

  40% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.button2 {
  height: fit-content;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  transition: border-radius 0.5s ease;
  isolation: isolate;
}

.button2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 100%;
  background: #174999;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
  pointer-events: none;
}

.button2:hover {
  border-radius: 100px;
}

.button2:hover::before {
  transform: scaleX(1);
}

.button2:hover .icon svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}

.button2>* {
  position: relative;
  z-index: 2;
  transition: background 0.3s ease;
}

@keyframes horizontalMove {
  0% {
    transform: translateX(-3px);
  }

  50% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(-3px);
  }
}



@media only screen and (max-width: 1280px) {
  .inner {
    width: 85% !important;
    max-width: 1440px;
    margin: 0 auto;
  }

  .header-index .logo-index a {
    height: 40px;
  }

  .header .header-inner .header-inner-top .header-inner-nav {
    width: 80%;
  }

  .header .header-inner .header-inner-top .header-inner-nav .header-inner-left nav ul .nav-item .nav-item-first .nav-item-p p {
    font-size: 14px;
  }

  .header .header-inner .header-inner-top .header-inner-nav .header-inner-right {
    min-width: 241px;
  }

  .header .header-inner .header-inner-top .header-inner-nav .header-inner-right .nav-item-first {
    padding: 22px 32px;
  }

  .header .header-inner .header-inner-top .header-inner-nav .header-inner-right .nav-item-first .nav-item-p p {
    font-size: 14px;
  }

  .header .header-inner .header-inner-top .header-inner-nav .header-inner-right .header-lang-one {
    padding: 22px 32px;
  }

  .header .header-inner .header-inner-top .header-inner-nav .header-inner-right .header-lang-one .langBtn .langBtnA {
    font-size: 14px;
  }

  .applicationi .inner {
    width: 95% !important;
    right: -5% !important;
  }

  .applicationi .inner .section1 {
    width: 85%;
  }

  .applicationi .inner .section2 .section2-left {
    width: 45%;
  }

  .applicationi .inner .section2 .section2-right {
    width: 52%;
  }

  .flow .inner .section2 .item {
    width: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .banner-inner .content .title {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .contacti .inner .section2 .info {
    width: 25%;
    gap: 20px;
  }

  .banner-inner .content {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 10%;
    top: 45%;
  }  
}

@media only screen and (max-width: 1100px) {  

  .header-index .logo-index a {
    height: 40px;
  }

  .header-index .logo-index a {
    height: 30px;
  }

  .header .header-inner .header-inner-top .header-inner-nav .header-inner-right {
    min-width: auto;
  }

  .header .header-inner .header-inner-top .header-inner-nav .header-inner-right .nav-item-first {
    padding: 22px 22px;
  }

  .header .header-inner .header-inner-top .header-inner-nav .header-inner-right .header-lang-one {
    padding: 22px 22px;
  }
}

@media only screen and (max-width: 1025px) {

  .header {
    display: none;
  }

  .headerM {
    display: block;
  }

  .sidefixed .sideitemBase {
    display: none;
  }

  .sidefixedM {
    display: flex;
  }
  .footer {
      margin-bottom: 62px;
  }
  .applicationi .inner .section2 .section2-left {
    width: 40%;
  }

  .applicationi .inner .section2 .section2-right {
    width: 57%;
  }

  .banner-inner {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 90px;
  }

  .banner-inner .banner-back {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .banner-inner .content {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 10%;
    top: 35%;
  }
}

@media only screen and (max-width: 900px) {
  .inner {
    width: 90% !important;
    max-width: 1440px;
    margin: 0 auto;
  }

  .contacti .inner .section2 {
    flex-wrap: wrap;
  }

  .contacti .inner .section2 .upload {
    width: 40%;
    margin-bottom: 20px;
  }

  .contacti .inner .section2 .form {
    width: 55%;
    margin-bottom: 20px;
  }

  .contacti .inner .section2 .info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .footer .inner .section1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    row-gap: 40px;
    column-gap: 20px;
  }

  .footer .inner .section1 .footer-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer .inner .section1 .footer-left img {
    width: 180px;
  }

  .footer .inner .section1 .footer-middle {
    flex: 1;
  }

  .footer .inner .section1 .footer-right {
    width: 35%;
    flex-shrink: 0;
  }

  .applicationi .inner {
    width: 90% !important;
    max-width: 1440px;
    margin: 0 auto !important;
    right: 0 !important;
  }

  .applicationi .inner .section1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .applicationi .inner .section2 {
    height: auto;
    flex-wrap: wrap;
    gap: 15px;
  }

  .applicationi .inner .section2 .section2-left {
    width: 100%;
    height: 300px !important;
  }

  .applicationi .inner .section2 .section2-right {
    width: 100%;
  }

  .FAQ .inner .section1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }

  .FAQ .inner .section1 .section1-left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .FAQ .inner .section1 .section1-left .desc {
    margin-bottom: 0px;
  }

  .FAQ .inner .section1 .section1-left .img img {
    display: none;
  }

  .FAQ .inner .section1 .section1-right {
    width: 100%;
    border-radius: 8px;
    background: #f3f4f9;
    padding: 28px 31px;
  }

  .flow .inner .section2 .item {
    width: calc((100% - 60px) / 2);
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .banner-inner .content {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    top: 35%;
  }

  .banner-inner .content .title {
    font-size: 30px;
    margin-bottom: 0;
    line-height: normal;
  }

  .banner-inner .content .desc {
    line-height: normal;
  }

  .banner-inner .banner-back1 {
    display: none;
  }
}

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

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

  .sidefixed .sideitemBase {
    display: none;
  }

  .sidefixedM {
    display: flex;
  }

  .top_nav .logo img {
    max-width: 60px;
  }

  .top_nav .top_nav_close svg {
    width: 24px;
    height: 24px;
    margin-top: 0px;
  }

  .top_nav .nav .li .menu .name {
    font-size: 16px;
  }

  .top_nav .nav .li .menu {
    margin-bottom: 18px;
  }

  .sidefixedM .sideitem1 .sideins img {
    width: 60px;
    height: 60px;
  }

  .sidefixed .sideitemOther {
    top: 90px;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }

  .sidefixed {
    transform: translateY(-100%);
  }

  .headerM .action_item {
    width: 30px;
    height: 30px;
  }

  .headerM .action_item .action_item_span_line {
    width: 22px;
  }

  .footer {
    margin-bottom: 62px;
  }

  .banner-inner {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .headerM .header-inner .action_item {
    width: 25px;
    height: 18px;
    margin-left: 20px;
  }

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

  .contacti {
    gap: 30px;
  }
  .contacti .inner .section2 .upload {
    width: 100%;
    margin-bottom: 20px;
    gap: 15px;
  }

  .contacti .inner .section2 .form {
    width: 100%;
    margin-bottom: 20px;
    gap: 15px;
  }
  .footer .inner .section1 .footer-middle a {
    color: #565656;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }

  .applicationi .inner {
    padding: 40px 0;
  }

  .applicationi .inner .section1 .section1-left .title svg {
    height: 25px;
  }

  .applicationi .inner .section1 .section1-left .title p {
    font-size: 20px;
  }

  .applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-top .num {
    font-size: 20px;
  }

  .applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-top .title {
    font-size: 20px;
  }

  .applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-middle {
    font-size: 16px;
  }

  .applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-bottom .page {
    font-size: 20px;
  }

  .applicationi .inner .section2 .section2-left .swiper-wrapper .swiper-slide .section2-left-bottom .section2-left-bottom-right svg {
    width: 40px;
    height: 40px;
  }

  .FAQ .inner {
    padding: 40px 0;
  }

  .FAQ .inner .section1 .section1-left .title {
    margin-bottom: 0px;
  }

  .FAQ .inner .section1 .section1-left .title svg {
    height: 25px;
  }

  .FAQ .inner .section1 .section1-left .title p {
    font-size: 20px;
    line-height: 60px;
  }

  .FAQ .inner .section1 .section1-right .section1-right-top .item .item-left .text1 {
    font-size: 16px;
  }

  .flow .inner {
    padding-bottom: 0px;
    gap: 25px;
  }

  .flow .inner .section2 .item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }

  .flow .inner .section1 {
    gap: 0;
  }

  .flow .inner .section1 p {
    font-size: 20px;
    line-height: 30px;
  }

  .flow .inner .section2 .item .content .top {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    flex-direction: column;
  }

  .contacti .inner .section1 .title svg {
    height: 25px;
  }

  .contacti .inner .section1 .title p {
    font-size: 20px;
    line-height: 60px;
  }
  .contacti .inner .section1 .section1-left .title p {
    font-size: 20px;
    line-height: 60px;
  }
  .contacti .inner .section1 {
      align-items: flex-start;
      flex-direction: column;
      margin-bottom: 20px;
  }
  .FAQ .inner .section1 .section1-right {
    width: 100%;
    border-radius: 8px;
    padding: 20px 20px;
  }

  .banner-inner .content {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    top: 25%;
  }
  .FAQ .inner .section1 .section1-left .desc {
    width: 90%;
  }
  .FAQ .inner .section1 .section1-right .section1-right-top .item .item-left {
    width: calc(100% - 30px);
  }

  .FAQ .inner .section1 .section1-right .section1-right-top .item .item-right {
    min-width: 20px;
  }

  .FAQ .inner .section1 .section1-right .section1-right-top .item .item-right .active {
    width: 20px;
    height: 20px;
  }

  .FAQ .inner .section1 .section1-right .section1-right-top .item .item-right .default {
    width: 20px;
    height: 20px;
  }

  .banner-inner .content .title {
    font-size: 25px;
    margin-bottom: 0;
  }

  .banner-inner .content .desc {
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }

  .banner-inner .banner-back {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }
}

@media only screen and (max-width: 521px) {

  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }

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

  .footer .inner .section1 .footer-middle {
    width: 100%;
  }

  .footer .inner .section1 .footer-right {
    width: 100%;
    flex-shrink: 0;
  }

  .banner-inner .content {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    top: 20%;
  }

  .banner-inner .content .title {
    font-size: 20px;
  }

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

@media only screen and (max-width: 431px) {
  .top_nav .proMenu-a {
    font-size: 14px;
  }

  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }

  .top_nav .logo img {
    max-width: 40px;
  }

  .top_nav .top_nav_close svg {
    width: 20px;
    height: 20px;
  }

  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }

  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 5px 0;
  }

  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }

  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }

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

  .contacti .inner .section2 .form .form-item {
    flex-direction: column;
    gap: 15px;
  }

  .contacti .inner .section2 .form .form-item input {
    width: 100%;
  }

  .contacti .inner .section2 .info .item .item-right {
    gap: 5px;
  }

  .contacti .inner .section2 .info {
    grid-template-columns: repeat(1, 1fr);
  }

  .applicationi .inner .section2 .section2-left {
    width: 100%;
    height: 350px !important;
  }

  .flow .inner .section2 .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 321px) {
  .headerM .logo {
    max-width: 30px;
  }

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