* {
  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%);
}
.inner {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
}
.header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.5s;
}
.header .header-top {
  width: 100%;
  height: 75px;
  border-bottom: 0.5px solid #d7151a;
}
.header .header-top .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top .inner .nav1 {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.header .header-top .inner .nav1 .nav-item {
  transition: background-color 0.5s;
}
.header .header-top .inner .nav1 .nav-item .nav-item-first {
  border-radius: 61px;
  padding: 6px 15px;
  overflow: hidden;
  background: transparent;
  transition: 0.5s;
  cursor: pointer;
}
.header .header-top .inner .nav1 .nav-item .nav-item-first a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.header .header-top .inner .nav1 .nav-item .nav-item-first a p {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.header .header-top .inner .nav1 .nav-item:hover {
  border-radius: 61px;
  overflow: hidden;
  background: #ececec;
}
.header .header-top .inner .nav1 .nav-item .nav-item-first-active {
  border-radius: 61px;
  overflow: hidden;
  background: #ececec;
}
.header .header-top .inner .logo {
  width: 10%;
  min-width: 123px;
}
.header .header-top .inner .logo img {
  width: 100%;
}
.header .header-top .inner .nav2 {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header .header-top .inner .nav2 .nav-item {
  transition: background-color 0.5s;
}
.header .header-top .inner .nav2 .nav-item .nav-item-first {
  border-radius: 61px;
  padding: 6px 15px;
  overflow: hidden;
  background: transparent;
  transition: 0.5s;
  cursor: pointer;
}
.header .header-top .inner .nav2 .nav-item .nav-item-first a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.header .header-top .inner .nav2 .nav-item .nav-item-first a p {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.header .header-top .inner .nav2 .nav-item:hover {
  border-radius: 61px;
  overflow: hidden;
  background: #ececec;
}
.header .header-top .inner .nav2 .nav-item .nav-item-first-active {
  border-radius: 61px;
  overflow: hidden;
  background: #ececec;
}
.header .header-top .inner .nav2 .nav-item1 .nav-item-first {
  border-radius: 61px;
  padding: 6px 15px;
  background: #223757;
  transition: 0.5s;
  cursor: pointer;
}
.header .header-top .inner .nav2 .nav-item1 .nav-item-first a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.header .header-top .inner .nav2 .nav-item1 .nav-item-first a p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.header .header-top .inner .nav2 .nav-item1 .nav-item-first:hover {
  background: #ececec;
}
.header .header-top .inner .nav2 .nav-item1 .nav-item-first:hover a p {
  color: #223757;
}
.header .header-top .inner .nav2 .nav-item1 .nav-item-first-active {
  border-radius: 61px;
  background: #ececec;
}
.header .header-top .inner .nav2 .nav-item1 .nav-item-first-active a p {
  color: #223757;
}
.header .header-top .inner .nav2 .nav-item-active {
  background: #ececec;
}
.header .header-bottom {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  background: #ffffff !important;
  z-index: 1000 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.header .header-bottom .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .header-bottom .inner .nav-item-second {
  display: none !important;
  position: relative !important;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-show {
  display: flex !important;
  position: relative !important;
  z-index: 1000 !important;
  background: #ffffff !important;
  width: 100% !important;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-about {
  background: #ffffff !important;
  width: 100% !important;
  position: relative !important;
  min-height: 200px !important;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-about .nav-item-second-outer-left {
  width: 20%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  border-right: 0.5px solid #d7151a;
  gap: 15px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-about .nav-item-second-outer-left .nav-item-second-other-one {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  gap: 8px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-about .nav-item-second-outer-left .nav-item-second-other-one p {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-about .nav-item-second-outer-left .nav-item-second-other-one:hover {
  border-radius: 61px;
  background: #ececec;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-about .nav-item-second-outer-left .nav-item-second-other-one-active {
  border-radius: 61px;
  background: #ececec;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-about .nav-item-second-outer-right {
  width: 20%;
  padding: 40px 0 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-about .nav-item-second-outer-right .nav-item-second-other-two {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  gap: 8px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-about .nav-item-second-outer-right .nav-item-second-other-two p {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-about .nav-item-second-outer-right .nav-item-second-other-two:hover {
  border-radius: 61px;
  background: #ececec;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-about .nav-item-second-outer-right.show-right {
  opacity: 1;
  visibility: visible;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros {
  background: #ffffff;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left,
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left2 {
  width: 20%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  border-right: 0.5px solid #d7151a;
  gap: 15px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left .nav-item-second-other-one,
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left2 .nav-item-second-other-one {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  gap: 8px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left .nav-item-second-other-one p,
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left2 .nav-item-second-other-one p {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left .nav-item-second-other-one:hover,
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left2 .nav-item-second-other-one:hover {
  border-radius: 61px;
  background: #ececec;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left .nav-item-second-other-one-active,
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left2 .nav-item-second-other-one-active {
  border-radius: 61px;
  background: #ececec;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left2 {
  padding: 40px 0 40px 0px !important;
  display: none;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left2 .nav-item-second-other-two {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  gap: 8px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left2 .nav-item-second-other-two p {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-left2 .nav-item-second-other-two:hover {
  border-radius: 61px;
  background: #ececec;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-middle {
  width: 50% !important;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-middle .swiper {
  width: 100%;
  overflow: hidden;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-middle .swiper .swiper-wrapper {
  width: 100%;
  display: flex;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-middle .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-middle .swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-middle .swiper .swiper-wrapper .swiper-slide a .img {
  width: 70%;
  margin: 0 auto;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-middle .swiper .swiper-wrapper .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-middle .swiper .swiper-wrapper .swiper-slide a .img img:hover {
  transform: scale(1.05);
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-middle .swiper .swiper-wrapper .swiper-slide a p {
  color: #0b1e40;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 12.5px;
  line-height: 19px;
  position: absolute;
  bottom: 30px;
}
.header .header-bottom .inner .nav-item-second.nav-item-second-pros .nav-item-second-outer-right {
  padding: 40px 20px !important;
  background: #f6f7f7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.nav-item-second-show:hover {
  display: flex !important;
}
.contacti {
  width: 100%;
  background: #eff0f0;
  padding: 150px 0;
}
.contacti .inner {
  display: flex;
  flex-direction: column;
}
.contacti .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 80px;
}
.contacti .inner .section1 .title {
  color: #374760;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 64px;
  line-height: 90px;
}
.contacti .inner .section1 .desc {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
}
.contacti .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contacti .inner .section2 .section2-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 50px;
  gap: 40px;
}
.contacti .inner .section2 .section2-left .info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.contacti .inner .section2 .section2-left .info .item {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.contacti .inner .section2 .section2-left .info .item .text1 {
  color: #788894;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.contacti .inner .section2 .section2-left .info .item .text2 {
  color: #223757 !important;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: inherit;
}
.contacti .inner .section2 .section2-left .info .item .text2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #223757;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.contacti .inner .section2 .section2-left .info .item .text2:hover::after {
  transform: scaleX(1);
}
.contacti .inner .section2 .section2-left .upload {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
  border-radius: 10px;
  background: #e0e0e0;
}
.contacti .inner .section2 .section2-left .upload .text3 {
  text-align: center;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  margin-bottom: 14px;
}
.contacti .inner .section2 .section2-left .upload > img {
  width: 45px;
  height: 45px;
  margin-bottom: 32px;
}
.contacti .inner .section2 .section2-left .upload .text4 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contacti .inner .section2 .section2-left .upload .text4 p {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
}
.contacti .inner .section2 .section2-right {
  width: 60%;
  border-left: 0.8px solid #4f6676;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacti .inner .section2 .section2-right .form {
  width: 100%;
}
.contacti .inner .section2 .section2-right .form .form_item {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.contacti .inner .section2 .section2-right .form .form_item input {
  width: 49%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  border: 0.8px solid #4f6676;
  display: block;
  outline: none;
  padding: 0 10px;
  background: #eff0f0;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
}
.contacti .inner .section2 .section2-right .form .form_item1 {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 0.8px solid #4f6676;
  overflow: hidden;
  background: #eff0f0;
}
.contacti .inner .section2 .section2-right .form .form_item1 input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
}
.contacti .inner .section2 .section2-right .form .form_item1 textarea {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 10px;
  resize: none;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
}
.contacti .inner .section2 .section2-right .form .required {
  display: flex;
  align-items: center;
}
.contacti .inner .section2 .section2-right .form .required .req_star {
  color: #E20005;
  font-size: 18px;
  padding: 0 0 0 12px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 15px;
}
.contacti .inner .section2 .section2-right .form .required input,
.contacti .inner .section2 .section2-right .form .required textarea {
  flex: 1;
  width: auto;
  background: #eff0f0;
}
.contacti .inner .section2 .section2-right .submit {
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  background: #d7151a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px 0;
  cursor: pointer;
}
.contacti .inner .section2 .section2-right .submit .text5 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.contacti .inner .section2 .section2-right .submit img {
  width: 17px;
  height: 17px;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contacti .inner .section2 .section2-right .submit:hover img {
  transform: rotateY(360deg);
}
.footer {
  width: 100%;
  background: #0a1527;
  border-top: 5px solid #d7151a;
}
.footer .inner {
  display: flex;
  flex-direction: column;
  padding: 120px 0;
}
.footer .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 0.8px solid #4f6676;
}
.footer .inner .section1 .section1-left {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .inner .section1 .section1-left .logo {
  width: 70%;
  min-width: 237px;
  margin-bottom: 28px;
}
.footer .inner .section1 .section1-left .logo img {
  width: 100%;
}
.footer .inner .section1 .section1-left .text1 {
  width: 100%;
  color: #a4b5d8;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 100px;
}
.footer .inner .section1 .section1-left .section1-left-list {
  width: 100%;
  display: flex;
  gap: 28px;
}
.footer .inner .section1 .section1-left .section1-left-list a img {
  width: 100%;
}
.footer .inner .section1 .section1-middle {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.footer .inner .section1 .section1-middle .text2 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}
.footer .inner .section1 .section1-middle .section1-middle-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.footer .inner .section1 .section1-middle .section1-middle-list a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer .inner .section1 .section1-middle .section1-middle-list a .dot {
  width: 7px;
  height: 7px;
  background: #d7151a;
  border-radius: 50%;
}
.footer .inner .section1 .section1-middle .section1-middle-list a .text3 {
  color: #a4b5d8 !important;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: inherit;
}
.footer .inner .section1 .section1-middle .section1-middle-list a .text3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #a4b5d8;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer .inner .section1 .section1-middle .section1-middle-list a .text3:hover::after {
  transform: scaleX(1);
}
.footer .inner .section1 .section1-right {
  width: 27%;
  display: flex;
  flex-direction: column;
}
.footer .inner .section1 .section1-right .text2 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}
.footer .inner .section1 .section1-right .section1-right-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.footer .inner .section1 .section1-right .section1-right-list a {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer .inner .section1 .section1-right .section1-right-list a img {
  width: 22px !important;
  height: 22px !important;
  margin-top: 5px;
}
.footer .inner .section1 .section1-right .section1-right-list a .text3 {
  color: #a4b5d8 !important;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: inherit;
}
.footer .inner .section1 .section1-right .section1-right-list a .text3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #a4b5d8;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer .inner .section1 .section1-right .section1-right-list a .text3:hover::after {
  transform: scaleX(1);
}
.footer .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  gap: 15px;
}
.footer .inner .section2 .footer-side .footer-bottom-infor-a {
  color: #a4b5d8;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.banner-inner {
  width: 100%;
  position: relative;
  margin-top: 75px;
}
.banner-inner img {
  width: 100%;
  display: block;
}
.banner-inner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-inner .content .title {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 64px;
}
.banner-inner .content .desc {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 30px;
}
.banner-inner .content .text {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-inner .content .text .text1 {
  color: #ffffff;
}
.banner-inner .content .text .text2 {
  color: #d7151a;
}
.banner-inner .content .tag {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 12px;
  border-radius: 21px;
  border: 0.3px solid #b9c2d7;
  background: #d9e1ee;
  margin-bottom: 18px;
}
.banner-inner .content .tag .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d7151a;
}
.banner-inner .content .tag .text3 {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 11px;
}
.banner-inner .content .text4 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 18px;
}
.banner-inner .content .line {
  width: 90px;
  height: 4px;
  background: #d7151a;
}
.banner-inner .content .bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
}
.banner-inner .content .bottom .one {
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner-inner .content .bottom .one img {
  width: 19px;
  height: 19px;
}
.banner-inner .content .bottom .one img .img {
  width: 100%;
  height: 100%;
}
.banner-inner .content .bottom .one .right {
  display: flex;
  flex-direction: column;
}
.banner-inner .content .bottom .one .right .text5 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}
.banner-inner .content .bottom .one .right .text6 {
  color: #d5d5d5;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
}
.banner-inner .content .bottom .one .right .text7 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
}
.banner-inner .content .bottom .line1 {
  width: 0.5px;
  height: 12px;
  background: #90a1b9;
}
@keyframes horizontalMove {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
.avada-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0;
}
.avada-dialog .avada-dialog-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con {
  pointer-events: auto;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 8px 9px 27.8px 8px rgba(164, 164, 164, 0.25);
  width: 80%;
  max-width: 900px;
  display: flex;
  position: relative;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
  max-height: 80%;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left {
  width: 45%;
  border-radius: 30px;
  overflow: hidden;
  background: #223757;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-top {
  padding: 60px 50px 30px 50px;
  display: flex;
  flex-direction: column;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-top .text1 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-top .text2 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-top .text3 {
  color: #ebebeb;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle {
  padding: 0px 40px 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle .item {
  display: flex;
  gap: 20px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle .item .img {
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #394b68;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle .item .img svg path {
  fill: #d7151a;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle .item .content {
  display: flex;
  flex-direction: column;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle .item .content .text4 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle .item .content .text5 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle .item .content .text5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 0.5px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle .item .content .text5:hover::after {
  transform: scaleX(1);
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-bottom {
  border-radius: 0px 0px 30px 30px;
  background: #384f72;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-bottom .text3 {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  margin-bottom: 14px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-bottom > svg {
  margin-bottom: 32px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-bottom .text4 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-bottom .text4 p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right {
  width: 55%;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right > p {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form {
  width: 100%;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item .one {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item .one > p {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item .one input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  outline: none;
  padding: 0 10px;
  border-radius: 5px;
  border: 0.8px solid #d5d5d5;
  box-sizing: border-box;
  background: #fbfcfd;
  color: #7b8697;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 250;
  font-size: 12px;
  line-height: 17px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item1 {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item1 .one {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item1 .one > p {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item1 .one > p span {
  color: #ff4d4f;
  margin-left: 5px;
  margin-top: 5px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item1 .one input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  outline: none;
  padding: 0 10px;
  border-radius: 5px;
  border: 0.8px solid #d5d5d5;
  box-sizing: border-box;
  background: #fbfcfd;
  color: #7b8697;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 250;
  font-size: 12px;
  line-height: 17px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item1 .one textarea {
  width: 100%;
  height: 150px;
  display: block;
  outline: none;
  padding: 20px;
  border-radius: 5px;
  border: 0.8px solid #d5d5d5;
  box-sizing: border-box;
  background: #fbfcfd;
  color: #7b8697;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 250;
  font-size: 12px;
  line-height: 17px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .submit {
  width: 100%;
  border-radius: 10px;
  background: #d7151a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px 0;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .submit .text5 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .submit img {
  width: 17px;
  height: 17px;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .submit:hover img {
  transform: rotateY(360deg);
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5002;
}
.avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-close img {
  display: block;
  width: 30px;
}
.avada-dialog .avada-dialog-inner .avada-dialog-back {
  width: 100%;
  height: 100%;
  background: rgba(239, 240, 240, 0.93);
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.avada-dialog-active {
  opacity: 1;
  z-index: 5000;
}
.avada-dialog-active .avada-dialog-inner .avada-dialog-con {
  opacity: 1;
}
.avada-dialog-active .avada-dialog-inner .avada-dialog-back {
  opacity: 1;
}
.button {
  cursor: pointer;
}
.langDialog {
  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;
}
.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: #223757;
  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-family: Alibaba PuHuiTi-Regular;
  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: #223757;
  border: 1px solid #223757;
  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: #223757;
  border: 1px solid #223757;
  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 #223757;
  background: #223757;
  border-radius: 6px;
  color: #fff !important;
}
.headerM .header-inner .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.headerM .header-inner .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtn .langBtn-img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 7px;
}
.headerM .header-inner .langBtn .langBtn-img img {
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
}
.headerM .header-inner .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.headerM .header-inner .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 6px;
}
.headerM .header-inner .langBtn .langBtnA:hover {
  color: #223757;
  transition: 0.5s;
}
.headerM .header-inner .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner {
  width: 100%;
  background: #223757;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a {
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  transition: all 0.5s;
  position: relative;
}
.headerM .header-inner .langList .langList-inner a:hover {
  background: #223757;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner a:hover:after {
  background: transparent;
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner .langList-last:after {
  height: 0;
}
.headerM .header-inner .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner a {
  height: 36px;
  transition: all 0.5s;
}
.headerM .header-inner .action_item {
  width: 34px;
  height: 22px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: #333;
}
.headerM .logo {
  width: auto;
  max-width: 95px;
  display: flex;
  align-items: center;
}
.headerM .logo img {
  width: 100%;
  display: block;
}
.sidefixed .vr {
  width: 90px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-family: 'LamaSans-Medium';
  transform: translateX(-42px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.sidefixed .vr .vr-img {
  width: 50px;
  display: block;
}
.sidefixed .vr .vr-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.sidefixed .vr .vr-text {
  padding: 0 2px;
  transition: 0.5s;
  color: #000000;
  display: inline-block;
  transform: translateY(-6px);
  position: relative;
}
.sidefixed .vr:hover .vr-text {
  color: #45A954;
  transition: 0.5s;
}
.sidefixed .vr:hover .vr-img img {
  transform: scale(1.05);
  transition: 0.5s;
}
/* 侧边固定工具栏基础样式 */
.sidefixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
  z-index: 999;
  display: flex;
  width: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 0 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box p {
  color: #fff;
}
.sidefixed .sideitemTop a p {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}
.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #223757;
  transition: 0.5s;
  position: relative;
  right: 0px;
}
.sidefixed .sideitem3:hover {
  background: #223757;
  transition: .5s;
  right: 210px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #223757;
  transition: .5s;
  color: #fff;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 58px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #223757;
  position: relative;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
}
.sidefixed .sideitem3 .icon-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #223757;
  width: 34px;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem3 .sideins {
  width: 210px;
  background: #223757;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins .contactWays-value {
  position: relative;
}
.sidefixed .sideitem3 .sideins .contactWays-value::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 0px;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .sideins p::after {
  content: '';
  position: absolute;
  top: 14%;
  height: 80%;
  left: -20px;
  width: 1px;
  background: #fff;
}
.sidefixed .sideitem3_1 {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem3_1 .icon-box {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem4:hover {
  right: 210px;
}
.sidefixed .sideitem4 .sideins {
  width: 210px;
}
.sidefixed .sideitem1 {
  width: 58px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  background: #223757;
  transition: .5s;
  position: relative;
  right: 0px;
  overflow: hidden;
}
.sidefixed .sideitem1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #223757;
  width: 34px;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #223757;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem1 .p {
  font-size: 11px;
}
.sidefixed .sideitem1 .p a {
  color: #fff;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 58px;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #223757;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
  display: flex;
}
.sidefixed .sideitem1 .sideins .sideins-one {
  width: 50%;
  margin: 5px 4px 0px;
}
.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 5px 0px;
  white-space: nowrap;
  text-align: center;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem2 {
  cursor: pointer;
  width: 58px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #223757;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #223757;
}
.sidefixed .sideitem2 .p {
  font-size: 16px;
}
.sidefixed .sideitem2 .p a {
  color: #fff;
}
.sidefixed .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixed .sideitem2 .icon-box {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.sidefixed .sideitem2 .icon-box svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.sidefixed .sideitem2 .icon-box p {
  font-size: 12px;
  background: transparent !important;
  color: #fff;
}
.sidefixed .sideitemBase {
  border-radius: 23px;
}
.sidefixed .sideitemOther {
  display: flex;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -40%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #565656;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}
.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.5s;
  position: relative;
}
.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}
.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}
.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #565656;
  text-decoration: underline;
  white-space: nowrap;
}
.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}
.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}
.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #223757;
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(105%);
  opacity: 1;
  transition: .5s;
}
.sidefixedM .sideitem1 .p {
  font-size: 12px;
}
.sidefixedM .sideitem1 .p a {
  color: #fff;
}
.sidefixedM .sideitem1 .sideins1 {
  display: flex;
}
.sidefixedM .sideitem1 .sideins-one {
  width: 50%;
  margin: 5px 5px 0;
}
.sidefixedM .sideitem1 .sideins-one p {
  text-align: center;
  padding: 2px 0;
  line-height: 20px !important;
}
.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}
.sidefixedM .sideitem1 .icon-box img {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #223757;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}
.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixedM .sideitem2 {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.sidefixedM .sideitem2 .p {
  font-size: 12px;
}
.sidefixedM .sideitem2 .p a {
  color: #fff;
}
.sidefixedM .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixedM .sideitem2 .icon-box {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 15px;
  height: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  color: #fff;
}
.top_nav.show_nav {
  transform: translateY(0);
}
.top_nav {
  display: none;
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  height: 100vh;
  transform: translateY(-100vh);
  transition: 0.5s;
  background: #fff;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.top_nav .logo img {
  display: block;
  width: 90px;
}
.top_nav .top_nav_close {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.top_nav .top_nav_close svg {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 0px;
  cursor: pointer;
}
.top_nav .nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.top_nav .nav .li {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .proMenu-a {
  width: 230px;
  height: 42px;
  background: #223757;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 10px;
}
.top_nav .proMenu-a .proMenu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.top_nav .proMenu-a .proMenu-icon img {
  width: 100%;
}
.top_nav .proMenu-a:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px 0;
}
.top_nav .nav .li .menu a {
  width: 40px;
  display: flex;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
}
.top_nav .nav .li .menu p {
  width: 48px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  transform: translateX(12px);
  transition: 0.5s;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 25px;
  transition: 0.5s;
}
.top_nav .nav .li .menu .index {
  font-size: 18px;
  color: #333;
}
.top_nav .nav .li .menu .name {
  font-size: 18px;
  color: #333;
  width: calc(50%);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
}
.top_nav .nav .li .menu .name:hover {
  color: #223757;
}
.top_nav .nav .li .menu2 {
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 4%;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.5s linear;
}
.top_nav .nav .li .menu2 .item_list {
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val {
  line-height: 24px;
}
.top_nav .nav .li .menu2 .item_val a {
  color: #333;
  display: flex;
  margin-bottom: 6px;
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val a span {
  font-size: 12px;
  margin-right: 8px;
  white-space: nowrap;
}
.top_nav .nav .li .menu2 .item_val a p {
  font-size: 16px;
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #223757;
}
@media screen and (max-width: 1440px) {
  .inner {
    width: 85% !important;
    max-width: 1440px;
    margin: 0 auto;
  }
  .contacti .inner .section1 .title {
    font-size: 50px;
  }
  .banner-inner .content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-top .inner .nav1,
  .header .header-top .inner .nav2 {
    gap: 0px;
  }
  .footer .inner .section1 .section1-left .logo {
    min-width: 200px;
  }
  .footer .inner .section1 .section1-middle {
    width: 15%;
  }
  .banner-inner .content .title {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .banner-inner .content .desc {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .headerM {
    display: block;
  }
  .inner {
    width: 90% !important;
    max-width: 1440px;
    margin: 0 auto;
  }
  .contacti .inner .section1 .title {
    font-size: 30px;
    line-height: 40px;
  }
  .contacti .inner .section1 {
    margin-bottom: 40px;
  }
  .footer .inner .section1 .section1-middle .text2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer .inner .section1 .section1-middle .section1-middle-list a .text3 {
    font-size: 16px;
  }
  .footer .inner .section1 .section1-right .text2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer .inner .section1 .section1-right .section1-right-list a .text3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 834px) {
  .headerM .header-inner {
    height: 60px;
  }
  .headerM .logo {
    max-width: 90px;
  }
  .sidefixed .vr .vr-img {
    width: 48px;
  }
  .sidefixed .vr {
    width: 70px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 10px;
    transform: translateX(-22px);
    margin-bottom: 0;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .sidefixed .sideitemOther {
    top: 90px;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
  .sidefixed {
    transform: translateY(-100%);
  }
  .top_nav .logo img {
    max-width: 90px;
  }
  .top_nav .top_nav_close svg {
    width: 24px;
    height: 24px;
    margin-top: 0px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 18px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .footer {
    padding-bottom: 60px;
  }
  .footer .inner .section1 {
    padding-bottom: 40px;
    flex-direction: column;
    gap: 20px;
  }
  .footer .inner .section1 .section1-left {
    width: 100%;
  }
  .footer .inner .section1 .section1-left .logo {
    width: 200px;
    margin-bottom: 15px;
  }
  .footer .inner .section1 .section1-left .text1 {
    margin-bottom: 15px;
  }
  .footer .inner .section1 .section1-middle {
    width: 100%;
  }
  .footer .inner .section1 .section1-middle .section1-middle-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .footer .inner .section1 .section1-right {
    width: 100%;
  }
  .footer .inner .section1 .section1-right .section1-right-list {
    gap: 15px;
  }
  .banner-inner {
    margin-top: 60px;
  }
  .banner-inner .content .title {
    font-size: 20px;
  }
  .banner-inner .content .desc {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .banner-inner .content .line {
    width: 75px;
    height: 3px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con {
    flex-direction: column;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left {
    width: 100%;
    display: none;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-top {
    padding: 15px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-top .text1 {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-top .text2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
    display: none;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-top .text3 {
    display: none;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle {
    padding: 0px 15px 10px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle .item {
    gap: 10px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle .item .img {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-bottom .text3 {
    margin-bottom: 5px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-bottom {
    padding: 10px 0;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-bottom > svg {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right {
    width: 100%;
    padding: 15px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item .one {
    width: calc((100% - 5px) / 2);
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right > p {
    font-size: 18px;
    line-height: 30px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item {
    margin-bottom: 10px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item1 {
    margin-bottom: 10px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item .one input {
    height: 40px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item1 .one input {
    height: 40px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .form .form_item1 .one textarea {
    height: 100px;
    padding: 10px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .submit {
    gap: 10px;
    padding: 5px 0;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-right .submit .text5 {
    font-size: 15px;
  }
}
@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 {
    padding: 40px 0;
  }
  .contacti .inner .section1 {
    margin-bottom: 20px;
    gap: 5px;
  }
  .contacti .inner .section1 .title {
    font-size: 18px;
    line-height: normal;
  }
  .contacti .inner .section1 .desc {
    font-size: 16px;
    line-height: normal;
  }
  .contacti .inner .section2 {
    flex-direction: column;
    gap: 20px;
  }
  .contacti .inner .section2 .section2-left {
    width: 100%;
    padding-right: 0;
    gap: 20px;
  }
  .contacti .inner .section2 .section2-left .info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .contacti .inner .section2 .section2-left .info .item {
    gap: 0px;
  }
  .contacti .inner .section2 .section2-left .info .item .text1 {
    font-size: 14px;
    line-height: normal;
  }
  .contacti .inner .section2 .section2-left .info .item .text2 {
    font-size: 16px;
  }
  .contacti .inner .section2 .section2-right {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  .contacti .inner .section2 .section2-right .form .form_item {
    margin-bottom: 15px;
  }
  .contacti .inner .section2 .section2-right .form .form_item1 {
    margin-bottom: 15px;
  }
  .contacti .inner .section2 .section2-right .submit .text5 {
    font-size: 16px;
  }
  .footer .inner {
    padding: 40px 0;
  }
  .footer .inner .section1 {
    padding-bottom: 30px;
  }
  .footer .inner .section1 .section1-left .text1 {
    font-size: 14px;
  }
  .footer .inner .section1 .section1-middle .text2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer .inner .section1 .section1-middle .section1-middle-list a {
    gap: 8px;
  }
  .footer .inner .section1 .section1-middle .section1-middle-list a .text3 {
    font-size: 14px;
  }
  .footer .inner .section1 .section1-right .text2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer .inner .section1 .section1-right .section1-right-list a {
    gap: 8px;
  }
  .footer .inner .section1 .section1-right .section1-right-list a .text3 {
    font-size: 14px;
  }
  .footer .inner .section2 .footer-side .footer-bottom-infor-a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 521px) {
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .contacti .inner .section2 .section2-left .info {
    grid-template-columns: repeat(1, 1fr);
  }
  .contacti .inner .section2 .section2-right .form .form_item {
    flex-direction: column;
    gap: 15px;
  }
  .contacti .inner .section2 .section2-right .form .form_item input {
    width: 100%;
  }
  .footer .inner .section1 .section1-middle .section1-middle-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-inner img {
    height: 200px;
  }
  .avada-dialog .avada-dialog-inner .avada-dialog-con .avada-dialog-left .avada-dialog-left-middle {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 431px) {
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .top_nav .logo img {
    max-width: 90px;
  }
  .top_nav .top_nav_close svg {
    width: 20px;
    height: 20px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 18px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 321px) {
  .headerM .logo {
    max-width: 70px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 14px;
  }
}
