* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  /* break-all; */
}
@font-face {
  font-family: 'SourceHanSansSC-Medium';
  src: url("../css/fonts/SourceHanSansSC-Medium.otf");
}
@font-face {
  font-family: 'SourceHanSansSC-Regular';
  src: url("../css/fonts/SourceHanSansSC-Regular.otf");
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Regular';
  src: url("../css/fonts/AlibabaPuHuiTi-2-55-Regular.ttf");
}
body {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
li,
i,
em {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
  color: #333;
  font-size: 14px;
  scroll-behavior: smooth;
}
.swiper {
  overflow: hidden;
}
.container {
  width: 100%;
  position: relative;
  word-break: break-all;
  font-family: 'SourceHanSansSC-Regular';
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
}
.clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
footer {
  background: #373B41;
}
footer .footer-inner {
  padding: 0 160px;
}
footer .footer-top {
  width: 100%;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .logo {
  width: 240px;
  height: 74px;
}
footer .logo img {
  display: block;
  width: 100%;
}
footer .footer-nav {
  display: flex;
  width: calc(98% - 335px);
  justify-content: space-between;
}
footer .footer-nav .footer-nav-one a {
  font-weight: 550;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  padding-bottom: 9px;
  position: relative;
  font-family: 'SourceHanSansSC-Medium';
}
footer .footer-nav .footer-nav-one a::after {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  transition: 0.5s;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97) 0%, rgba(88, 147, 207, 0.97) 47.94921875%, rgba(110, 211, 179, 0.97) 100%);
}
footer .footer-nav .footer-nav-one a:hover::after {
  width: 100%;
}
footer .footer-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 60px 0 64px;
}
footer .footer-contactShare {
  display: flex;
  align-items: center;
}
footer .footer-contactShare .footer-center-bottom-one {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #575A5F;
  margin: 0 12.5px;
  transition: 0.5s;
}
footer .footer-contactShare .footer-center-bottom-one svg {
  height: 62%;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-contactShare .footer-center-bottom-one:hover {
  background: #6ED2B5;
  border: 1px solid #6ED2B5;
}
footer .footer-contactShare .footer-center-bottom-one:hover svg {
  opacity: 1;
}
footer .footer-share {
  display: flex;
  align-items: center;
}
footer .footer-share .footer-share-one {
  position: relative;
  cursor: pointer;
  margin: 0 12.5px;
}
footer .footer-share .footer-share-one .footer-share-icon {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #575A5F;
  transition: 0.5s;
}
footer .footer-share .footer-share-one .footer-share-icon img {
  display: block;
  width: 60%;
  height: 60%;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-share .footer-share-one .footer-share-val {
  position: absolute;
  top: -68%;
  left: 50%;
  transform: translateX(-50%) translateY(-110%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
footer .footer-share .footer-share-one .footer-share-val .footer-share-val-inner {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
}
footer .footer-share .footer-share-one .footer-share-val .footer-share-val-inner::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 17px;
  height: 17px;
  background: url('../images/cur/lang-bottom.svg') no-repeat;
  background-size: 100% 100%;
  content: "";
  bottom: 0;
  transform: translateY(70%);
}
footer .footer-share .footer-share-one .footer-share-val img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
footer .footer-share .footer-share-one:hover .footer-share-icon {
  background: #6ED2B5;
  border: 1px solid #6ED2B5;
}
footer .footer-share .footer-share-one:hover .footer-share-icon img {
  opacity: 1;
}
footer .footer-share .footer-share-one:hover .footer-share-val {
  opacity: 1;
  z-index: 22;
  transform: translateX(-50%) translateY(-100%);
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 22px 0;
}
footer .footer-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-side .footer-bottom-infor-a {
  font-weight: 400;
  font-size: 14px;
  color: #C3C5C6;
  line-height: 24px;
  font-family: 'AlibabaPuHuiTi-Regular';
  transition: 0.5s;
}
footer .footer-side .footer-bottom-infor-a:hover {
  color: #FFFFFF;
}
footer .footer-side .footer-bottom-infor-a1 {
  margin-right: 12px;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 52px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 0 0;
  position: relative;
  overflow: hidden;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
  position: relative;
  z-index: 12;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}
.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}
.sidefixed .sideitemTop:hover::after {
  opacity: 1;
}
.sidefixed .sideitemTop::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(254deg, rgba(124, 169, 215, 0.97), rgba(90, 151, 213, 0.97), rgba(116, 194, 186, 0.97));
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #6ED2B5;
  transition: 0.5s;
  position: relative;
  right: 0px;
}
.sidefixed .sideitem3:hover {
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97), rgba(88, 147, 207, 0.97), rgba(110, 211, 179, 0.97));
  transition: .5s;
  right: 190px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  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: 52px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  position: relative;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 .icon-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.4;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem3 .sideins {
  width: 190px;
  padding: 10px 10px;
  padding-right: 40px;
  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: #FFFFFF;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #FFFFFF;
  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: #FFFFFF;
}
.sidefixed .sideitem3_1 {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem3_1 .icon-box {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem4:hover {
  right: 190px;
}
.sidefixed .sideitem4 .sideins {
  width: 190px;
  padding-right: 10px;
}
.sidefixed .sideitem1 {
  width: 52px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #6ED2B5;
  transition: .5s;
  position: relative;
  right: 0px;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: linear-gradient(254deg, rgba(124, 169, 215, 0.97), rgba(90, 151, 213, 0.97), rgba(116, 194, 186, 0.97));
}
.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: 52px;
  position: relative;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 .icon-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.4;
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  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: 52px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #6ED2B5;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
  transition: 0.5s;
}
.sidefixed .sideitem2:hover::after {
  opacity: 1;
}
.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;
  position: relative;
  z-index: 12;
}
.sidefixed .sideitem2 .icon-box svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.sidefixed .sideitem2 .icon-box p {
  font-size: 12px;
  background: transparent !important;
}
.sidefixed .sideitem2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: linear-gradient(254deg, rgba(124, 169, 215, 0.97), rgba(90, 151, 213, 0.97), rgba(116, 194, 186, 0.97));
}
.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: -98%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #333333;
  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.3s;
  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: #333333;
  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: linear-gradient(254deg, rgba(124, 169, 215, 0.97), rgba(90, 151, 213, 0.97), rgba(116, 194, 186, 0.97));
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(100% + 5px);
  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: #6ED2B5;
  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;
}
.formMessage {
  opacity: 0;
  z-index: -1;
}
.el-message-fade-enter-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.contacti {
  position: relative;
  margin-top: 80px;
}
.contacti .contacti-top {
  background: url('../images/cur/contact-top-back.png') no-repeat;
  background-size: 100% 100%;
  padding: 0 160px;
  position: relative;
  z-index: 12;
}
.contacti .contacti-top .contacti-title {
  font-weight: bold;
  font-size: 72px;
  color: #000000;
  font-style: italic;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97) 0%, rgba(88, 147, 207, 0.97) 47.94921875%, rgba(110, 211, 179, 0.97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'SourceHanSansSC-Medium';
  position: relative;
  line-height: 72px;
  padding-bottom: 45px;
  transform: translateY(-35px);
  text-transform: uppercase;
  margin-bottom: 32px;
}
.contacti .contacti-top .contacti-title::after {
  content: "";
  width: 69px;
  height: 8px;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97), rgba(88, 147, 207, 0.97), rgba(110, 211, 179, 0.97));
  border-radius: 4px;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.contacti .contacti-form {
  width: 100%;
  padding: 0 6%;
  z-index: 12;
}
.contacti .form {
  width: 80%;
  position: relative;
  z-index: 12;
  max-width: 985px;
}
.contacti form {
  width: 100%;
  position: relative;
}
.contacti .contacti-customer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 17%;
  margin-top: -140px;
}
.contacti .contacti-customer .contacti-customer-img {
  width: 30%;
  max-width: 440px;
}
.contacti .contacti-customer .contacti-customer-img img {
  display: block;
  width: 100%;
}
.contacti .contacti-infos {
  width: 100%;
  padding: 36px 175px 58px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}
.contacti .contacti-infos .contacti-info-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.83);
  line-height: 18px;
  flex-wrap: wrap;
}
.contacti .contacti-infos .contacti-info-a .contacti-info-icon {
  width: 59px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
}
.contacti .contacti-infos .contacti-info-a .contacti-info-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contacti .contacti-infos .contacti-info-a .contacti-info-icon1 {
  width: 60px;
  height: 46px;
}
.contacti .contacti-infos .contacti-info-a .contacti-info-icon2 {
  width: 56px;
  height: 58px;
}
.contacti .contacti-infos .contacti-info-a .contacti-info-icon3 {
  width: 68px;
  height: 56px;
}
.contacti .contacti-infos .contacti-info-a .p2 {
  font-weight: bold;
  font-size: 21px;
  color: #000000;
  line-height: 28px;
  margin-top: 12px;
  width: 100%;
  background: linear-gradient(254deg, rgba(124, 169, 215, 0.97) 0%, rgba(80, 134, 190, 0.97) 46.43554688%, rgba(116, 194, 186, 0.97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.contacti .contacti-infos .contacti-info-a:hover .contacti-info-icon img {
  transform: rotateY(360deg);
}
.contacti .contacti-color {
  width: 100%;
  height: 179px;
  padding-right: 18%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 12;
}
.contacti .contacti-color .contacti-color1 {
  width: 181px;
  height: 179px;
  background: #6ED2B5;
  margin-right: 33%;
}
.contacti .contacti-color .contacti-color2 {
  width: 181px;
  height: 179px;
  background: #F4F4F4;
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.contacti .form-input .form-input-one {
  width: 30%;
  position: relative;
}
.contacti .form-input .form-input-one .form-input-name {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.contacti .form-input .form-input-one .form-input-name p {
  position: relative;
  display: inline-block;
  padding: 0 4px;
}
.contacti .form-input .form-input-one .form-input-name p::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #6ED2B3;
  opacity: 0.4;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.contacti .form-input .form-input-one .mask {
  position: absolute;
  right: -13px;
  bottom: 3px;
  font-weight: 500;
  font-size: 16px;
  color: #E10101;
  line-height: 24px;
}
.contacti .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 37px;
  background: #FFFFFF;
  border-radius: 0;
  padding: 0 5px 0 20px;
  height: 37px;
  border: 1px solid #EEEEEE;
  transition: 0.5s;
}
.contacti .form-input .input::placeholder {
  color: #999999;
  border: 0;
  outline: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.contacti .form-input .input:focus {
  color: #333333;
  border: 1px solid #6ED2B5;
  outline: none;
}
.contacti .form-input .input:focus::placeholder {
  opacity: 0;
}
.contacti .form-input .form-input-one:nth-of-type(3) {
  margin-right: 0;
}
.contacti .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.contacti .form-message .form-input-name {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
  display: inline-flex;
}
.contacti .form-message .form-input-name .text {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
}
.contacti .form-message .form-input-name .text::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #6ED2B3;
  opacity: 0.4;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.contacti .form-message .form-input-name .mask {
  font-weight: 500;
  font-size: 16px;
  color: #E10101;
  line-height: 24px;
  transform: translateY(2px) translateX(3px);
}
.contacti .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 32px;
  height: 154px;
  background: #FFFFFF;
  border-radius: 0;
  padding: 12px 25px 0 20px;
  transition: 0.5s;
  border: 1px solid #EEEEEE;
}
.contacti .form-message .message::placeholder {
  color: #999;
  border: 0;
  outline: none;
  text-transform: uppercase;
}
.contacti .form-message .message:focus {
  color: #333333;
  border: 1px solid #6ED2B5;
  outline: none;
}
.contacti .form-message .message:focus::placeholder {
  opacity: 0;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  width: 100%;
  margin-top: 44px;
}
.contacti .formButton-box .formButton {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
}
.contacti .formButton-box .formButton .banner-more-inner {
  width: 243px;
  height: 42px;
  background: #6ED2B5;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.contacti .formButton-box .formButton .banner-more-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.contacti .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 42px;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.contacti .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: url('../images/cur/contacti-dot.png') no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.inner-page-nside {
  width: 100%;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.inner-page-nside .inner-page-nside-outer {
  padding: 22px 8%;
}
.inner-page-nside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.inner-page-nside .index-nside {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.inner-page-nside .index-nside .index-dot {
  margin-right: 8px;
}
.inner-page-nside .index-nside .index-dot svg {
  width: 24px;
  height: 24px;
}
.inner-page-nside .nside-right {
  font-size: 20px;
  margin: 0 5px;
  color: #666666;
}
.inner-page-nside .nside-a {
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  transition: 0.5s;
}
.inner-page-nside .nside-a:hover {
  color: #1356D1;
}
.public-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
}
.public-btn .banner-more-inner {
  width: 230px;
  height: 61px;
  background: linear-gradient(254deg, rgba(124, 169, 215, 0.97), rgba(90, 151, 213, 0.97), rgba(116, 194, 186, 0.97));
  box-shadow: -4px 1px 33px 7px rgba(12, 82, 151, 0.21);
  border-radius: 31px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.public-btn .banner-more-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.public-btn .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 61px;
  transition: 0.5s;
}
.public-btn .read-more-p::after {
  content: "+";
  position: absolute;
  top: 14px;
  right: 0;
  transform: translateX(112%);
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  transition: 0.5s;
}
.public-btn .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.public-btn:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.public-btn:hover .read-more-p::after {
  top: 80px;
}
@keyframes read-more-dot {
  0% {
    transform: translateX(0) rotateY(15deg) rotateX(-15deg) scale(1);
  }
  50% {
    transform: translateX(12px) rotateY(15deg) rotateX(-15deg) scale(1);
  }
  100% {
    transform: translateX(0) rotateY(15deg) rotateX(-15deg) scale(1);
  }
}
.header-index {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  max-height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  transition: max-height 1s;
  background: rgba(1, 10, 37, 0.26);
}
.header-index .header-index-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
.header-index .logo-index {
  width: 186px;
  height: 56px;
  display: flex;
  align-items: center;
}
.header-index .logo-index a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-index .logo-index a img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
}
.header-index .header-index-nav {
  width: calc(90% - 186px);
  white-space: nowrap;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-index .header-index-nav nav ul {
  display: flex;
  align-items: center;
}
.header-index .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 1.6vw;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  height: 100px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #FFFFFF;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: 0.5s;
  text-transform: uppercase;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p p {
  position: relative;
  z-index: 3010;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #6BD0B5;
  transition: 0.5s;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #6BD0B5;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  width: 25px;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #6BD0B5;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  width: 25px;
}
.header-index .header-index-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-right-inner {
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-right-share {
  display: flex;
  align-items: center;
  position: relative;
}
.header-index .header-index-right .header-phone {
  position: relative;
  z-index: 12;
}
.header-index .header-index-right .header-phone a {
  color: #fff;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-langs {
  width: 51px;
  height: 51px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 51px;
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 12;
  text-transform: uppercase;
  margin-left: 15px;
  position: relative;
  border-radius: 50%;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-langs .langName-icon {
  position: relative;
  width: 12px;
  height: 22px;
  z-index: 12;
}
.header-index .header-index-right .header-index-langs .langName-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.header-index .header-index-right .header-index-langs .langName-text-p {
  margin-right: 1px;
  position: relative;
  z-index: 12;
}
.header-index .header-index-right .header-index-langs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(254deg, rgba(124, 169, 215, 0.97), rgba(80, 134, 190, 0.97), rgba(116, 194, 186, 0.97));
  border-radius: 50%;
  opacity: 0.48;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-langs:hover {
  background: #6ED2B5;
}
.header-index .header-index-right .header-index-langs:hover::after {
  opacity: 0;
}
.header-index .header-index-right .header-index-line {
  width: 1px;
  height: 15px;
  background: #ffffff;
  opacity: 0.6;
  position: relative;
  z-index: 12;
}
.header-index .header-index-right .header-index-contact {
  padding: 0 24px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 12;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .contact-icon {
  width: 18px;
  cursor: pointer;
  height: 22px;
  position: relative;
}
.header-index .header-index-right .header-index-contact img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val .header-lang-oneA-val-inner {
  min-width: 224px;
  border-radius: 18px;
  padding: 8px 18px 6px;
  margin-top: 16px;
  text-align: center;
  background: #6ED2B5;
  position: relative;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val .header-lang-oneA-val-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #6ED2B5;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val a {
  color: #fff;
  white-space: nowrap;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val:hover span::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact span {
  position: relative;
}
.header-index .header-index-right .header-index-contact span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val-active {
  opacity: 1;
  height: 48px;
  z-index: 2005;
  transition: 0.5s;
  padding-top: 13px;
}
.header-index .header-index-right .header-index-contact:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-contact:hover .nav-active-img {
  opacity: 1;
  transform: scale(1.2);
}
.header-index .header-index-right .header-index-contact:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-search {
  cursor: pointer;
  padding: 0 20px;
  position: relative;
  z-index: 12;
}
.header-index .header-index-right .header-index-search .header-index-search-inner {
  width: 18px;
  display: flex;
  height: 20px;
  position: relative;
  align-items: center;
}
.header-index .header-index-right .header-index-search img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-search:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-search:hover .nav-active-img {
  opacity: 1;
  transform: scale(1.2);
}
.header-index .header-index-right .header-index-search:hover .nav-cur-img {
  opacity: 0;
}
.header-index .nav-default-img {
  opacity: 1;
}
.header-index .nav-active-img {
  opacity: 0;
}
.header-index .nav-cur-img {
  opacity: 0;
}
.header-index .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header-index .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header2 {
  background: #fff;
}
.header2 .header-index-right .header-index-line {
  background: #000;
}
.header2 .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333;
}
.header2 .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #6BD0B5;
}
.header2 .nav-default-img {
  opacity: 0;
}
.header2 .nav-active-img {
  opacity: 0;
}
.header2 .nav-cur-img {
  opacity: 1;
}
.header2 .logo-active {
  opacity: 1;
  transition: 0.5s;
}
.header2 .logo-default {
  opacity: 0;
  transition: 0.5s;
}
.header1 {
  background: rgba(1, 10, 37, 0.26);
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
}
.header-active {
  background: #fff;
}
.header-active .header-index-right .header-index-line {
  background: #000;
}
.header-active .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333;
}
.header-active .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #6BD0B5;
}
.header-active .nav-default-img {
  opacity: 0;
}
.header-active .nav-active-img {
  opacity: 0;
}
.header-active .nav-cur-img {
  opacity: 1;
}
.header-active .logo-active {
  opacity: 1;
  transition: 0.5s;
}
.header-active .logo-default {
  opacity: 0;
  transition: 0.5s;
}
.header-visible {
  overflow: visible !important;
}
.headerDottom-pro {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.headerDottom {
  max-height: 0 !important;
  z-index: -1 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.header-height {
  max-height: 140px;
  overflow: hidden;
  transition: max-height 1s;
  z-index: 1000;
}
.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: #5DCAAB;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.langDialog .langDialog-inner .langDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}
.langDialog .langDialog-inner .langDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
  line-height: 30px;
}
.langDialog .langDialog-inner .langDialog-main {
  display: flex;
  flex-wrap: wrap;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  border: 1px solid #EFEFEF;
  transition: 0.5s;
  margin-right: 5%;
  height: 60px;
  border-radius: 30px;
  margin-top: 20px;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one p {
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:hover {
  background: #5DCAAB;
  border: 1px solid #5DCAAB;
  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: #5DCAAB;
  border: 1px solid #5DCAAB;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}
.searchDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.searchDialog .searchDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.searchDialog .searchDialog-inner .searchDialog-close {
  position: absolute;
  cursor: pointer;
  width: 160px;
  height: 160px;
  top: -80px;
  right: -80px;
  background: #5DCAAB;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.searchDialog .searchDialog-inner .searchDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}
.searchDialog .searchDialog-inner .searchDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 36px;
  line-height: 30px;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner {
  width: 100%;
  height: 42px;
  position: relative;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input:focus {
  font-weight: 400;
  outline: none;
  font-size: 24px;
  color: #333333;
  line-height: 42px;
  border: none;
  border-bottom: 1px solid #333;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .icon-searchIcon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #ccc;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.page-desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.page-title {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  line-height: 32px;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.page-title .page-right {
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}
.page-title .page-right .default {
  width: 100%;
  height: 100%;
  display: block;
}
.page-title .page-right .active {
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  transform: skew(15deg);
  transition: 0.5s;
}
.page-title:hover {
  color: #F8B500;
}
.page-title:hover .page-right .active {
  transform: skew(0deg);
  left: 0;
}
.pageNside {
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  padding: 24px 0;
  text-transform: uppercase;
}
.pageNside .indexPage-outer {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  position: relative;
}
.pageNside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pageNside .nside-first a {
  color: #333333;
}
.pageNside .nside-first .index-nside {
  display: flex;
  align-content: center;
}
.pageNside .nside-first .index-nside .index-dot {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.pageNside .nside-first .index-nside .index-dot svg {
  width: 100%;
  height: 100%;
}
.pageNside .nside-first .nside-right {
  margin: 0 10px;
  font-weight: bold;
  color: #333333;
  font-size: 22px;
}
.pageNside .nside-a {
  transition: 0.5s;
}
.pageNside .nside-a:hover {
  color: #6BD0B5;
}
.pageNside .nside-a-last {
  font-weight: bold;
  color: #6BD0B5;
}
.indexPage-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.videoPopup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.videoPopup .videoPopup-inner {
  width: 80%;
  height: 80%;
  position: relative;
}
.videoPopup .videoPopup-inner video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
}
.videoPopup .videoPopup-inner .videoPopup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 68px;
  color: #fff;
  line-height: 72px;
  cursor: pointer;
  z-index: 4001;
}
.videoPopup-show {
  z-index: 4000;
  display: flex;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 100px;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  overflow: hidden;
  left: 0;
}
.nav-item-second .nav-item-second-inner {
  width: 100%;
  display: flex;
  padding: 0 14%;
  flex-wrap: wrap;
  background: #fff;
}
.nav-item-second .nav-item-second-inner-pro {
  background: #FFFFFF;
  white-space: normal;
  display: flex;
  text-transform: uppercase;
  width: 100%;
  justify-content: center;
}
.nav-item-second .nav-item-second-type-box {
  width: 400px;
  background: rgba(107, 208, 181, 0.06);
  transition: 0.5s;
}
.nav-item-second .itemProduct-type-one {
  width: 100%;
  padding: 22px 50px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(107, 208, 181, 0.16);
}
.nav-item-second .itemProduct-type-one .text {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  width: calc(100% - 24px);
  white-space: normal;
}
.nav-item-second .itemProduct-type-one .text a {
  color: #222222;
}
.nav-item-second .itemProduct-type-one .right {
  height: 18px;
  width: 18px;
  position: relative;
  transition: 0.5s;
}
.nav-item-second .itemProduct-type-one .right img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-90deg);
}
.nav-item-second .itemProduct-type-one .right .default {
  opacity: 1;
}
.nav-item-second .itemProduct-type-one .right .active {
  opacity: 0;
}
.nav-item-second .itemProduct-type-one:nth-last-of-type(1) {
  border-bottom: none;
}
.nav-item-second .itemProduct-type-one-active {
  background: #6BD0B5;
  border-bottom: 1px solid #6BD0B5;
}
.nav-item-second .itemProduct-type-one-active .text {
  color: #fff;
}
.nav-item-second .itemProduct-type-one-active .text a {
  color: #fff;
}
.nav-item-second .itemProduct-type-one-active .right {
  transform: translateX(10px);
}
.nav-item-second .itemProduct-type-one-active .right .default {
  opacity: 0;
}
.nav-item-second .itemProduct-type-one-active .right .active {
  opacity: 1;
}
.nav-item-second .itemProduct-type-one-active1 {
  background: #6BD0B5;
  border-bottom: 1px solid #6BD0B5;
}
.nav-item-second .itemProduct-type-one-active1 .text {
  color: #fff;
}
.nav-item-second .itemProduct-type-one-active1 .text a {
  color: #fff;
}
.nav-item-second .itemProduct-type-one-active1 .right {
  transform: translateX(10px);
}
.nav-item-second .itemProduct-type-one-active1 .right .default {
  opacity: 0;
}
.nav-item-second .itemProduct-type-one-active1 .right .active {
  opacity: 1;
}
.nav-item-second .nav-item-second-pro-doms1 {
  width: 400px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro-doms1 .secondProList-box {
  width: 100%;
  height: 100%;
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall {
  width: 100%;
  height: 100%;
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  padding: 23px 50px;
  line-height: 24px;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  background: rgba(107, 208, 181, 0.06);
  border-bottom: 1px solid rgba(107, 208, 181, 0.16);
  display: flex;
  align-items: center;
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a .text {
  width: calc(100% - 24px);
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a .right {
  height: 18px;
  width: 18px;
  position: relative;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a .right img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-90deg);
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a .right .default {
  opacity: 0;
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a .right .active {
  opacity: 1;
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a a {
  color: #222222;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a:nth-last-of-type(1) {
  border-bottom: none;
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a-active {
  color: #6BD0B5;
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a-active a {
  color: #6BD0B5;
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a-active .right {
  transform: translateX(10px);
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a-active .right .default {
  opacity: 1;
}
.nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a-active .right .active {
  opacity: 0;
}
.nav-item-second .nav-item-second-pro-doms-other1 {
  width: 0;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro-doms-other1 .secondProList-box1 {
  width: 100%;
  height: 100%;
}
.nav-item-second .nav-item-second-pro-doms-other1 .nav-item-second-proall-other-a {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  padding: 23px 50px;
  line-height: 24px;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px solid rgba(4, 81, 203, 0.1);
  display: flex;
  align-items: center;
}
.nav-item-second .nav-item-second-pro-doms-other1 .nav-item-second-proall-other-a .text {
  width: calc(100% - 24px);
}
.nav-item-second .nav-item-second-pro-doms-other1 .nav-item-second-proall-other-a .right {
  height: 18px;
  width: 18px;
  position: relative;
}
.nav-item-second .nav-item-second-pro-doms-other1 .nav-item-second-proall-other-a .right img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-item-second .nav-item-second-pro-doms-other1 .nav-item-second-proall-other-a .right .default {
  opacity: 0;
}
.nav-item-second .nav-item-second-pro-doms-other1 .nav-item-second-proall-other-a .right .active {
  opacity: 1;
}
.nav-item-second .nav-item-second-pro-doms-other1 .nav-item-second-proall-other-a a {
  color: #222222;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro-doms-other1 .nav-item-second-proall-other-a-active {
  color: #6BD0B5;
}
.nav-item-second .nav-item-second-pro-doms-other1 .nav-item-second-proall-other-a-active a {
  color: #6BD0B5;
}
.nav-item-second .nav-item-second-pro-doms-other1 .nav-item-second-proall-other-a-active .default {
  opacity: 1;
}
.nav-item-second .nav-item-second-pro-doms-other1 .nav-item-second-proall-other-a-active .active {
  opacity: 0;
}
.nav-item-second .nav-item-second-pro-doms-img {
  width: 32vw;
  height: 38vw;
}
.nav-item-second .nav-item-second-pro-doms-img .nav-item-second-pro-doms-img-inner {
  width: 100%;
  overflow: hidden;
  height: 100%;
  padding: 5%;
}
.nav-item-second .nav-item-second-pro-doms-img .pro-doms-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  transition: 0.5s;
  opacity: 1;
  transform: translateY(0);
}
.nav-item-second .nav-item-second-pro-doms-img .pro-doms-img .pro-doms-img-dom {
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
  border-radius: 4px;
}
.nav-item-second .nav-item-second-pro-doms-img .pro-doms-img .pro-doms-img-dom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro-doms-img .pro-doms-img .pro-doms-img-more {
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #4A91B8;
  line-height: 32px;
  border-bottom: 2px solid #4A91B8;
  transition: 0.5s;
  font-family: 'SourceHanSansSC-Medium';
  margin-top: 30px;
}
.nav-item-second .nav-item-second-pro-doms-img .pro-doms-img:hover .pro-doms-img-dom img {
  transform: scale(1.05);
}
.nav-item-second .nav-item-second-pro-doms-img .pro-doms-img:hover .pro-doms-img-more {
  background: #A3EED8;
  padding: 5px 18px;
  border-radius: 6px;
}
.user-menu-nav {
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 1.2s;
}
@keyframes aniPcNav {
  0% {
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 100vh;
    display: block;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 90%;
  height: 65px;
  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 .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtn .langBtn-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.headerM .header-inner .langBtn .langBtn-img img {
  position: absolute;
  height: 26px;
  left: 2px;
  top: 2px;
}
.headerM .header-inner .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.headerM .header-inner .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 4px;
}
.headerM .header-inner .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner {
  width: 100%;
  background: rgba(110, 210, 181, 0.8);
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 10px;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a {
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  position: relative;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a:hover {
  background: #6ED2B5;
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 24px);
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.headerM .header-inner .langList .langList-inner a:nth-last-of-type(1):after {
  display: none;
}
.headerM .header-inner .langList .langList-inner .langList-last {
  border-bottom: 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: 32px;
  padding: 0 10px;
  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 {
  height: 45px;
}
.headerM .logo img {
  height: 100%;
  display: block;
}
.top_nav.show_nav {
  transform: translateY(0);
}
textarea {
  resize: none;
}
.top_nav {
  display: none;
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2900;
  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;
  height: 38px;
}
.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: 10px;
  margin-right: 0;
  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 .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;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px 20px 10px 10px;
}
.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: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
  background: #5DCAAB;
  border-radius: 6px;
  transform: rotateZ(-90deg);
}
.top_nav .nav .li .menu p img {
  width: 50%;
  display: block;
  object-fit: scale-down;
  position: absolute;
  transition: 0.5s;
  left: 0;
}
.top_nav .nav .li .menu p .default {
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top_nav .nav .li .menu p .active {
  top: -100%;
  left: 50%;
  transform: translateX(-50%) rotateY(180deg);
}
.top_nav .nav .li .menu p:hover {
  transform: rotateZ(-90deg) translateY(12px);
  background: #5DCAAB;
}
.top_nav .nav .li .menu p:hover .default {
  top: 120%;
}
.top_nav .nav .li .menu p:hover .active {
  top: 3px;
}
.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(100% - 50px);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
  transition: 0.5s;
}
.top_nav .nav .li .menu .name:hover {
  color: #5DCAAB;
  transition: 0.5s;
}
.top_nav .nav .li .menu2 {
  width: 100%;
  height: auto;
  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: #5DCAAB;
}
.nban {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.4;
}
.nban img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.nban .pro-nban-outer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding-top: 100px;
  justify-content: space-between;
  width: 100%;
}
.nban .pro-nban-outer .pro-nban-img {
  width: calc(84% - 580px);
  padding-left: 60px;
}
.nban .pro-nban-outer .pro-nban-img img {
  display: block;
  width: 100%;
}
.nban .pro-nban-outer .pro-nban-words {
  width: 580px;
  padding: 0 60px;
  margin: 0 auto;
}
.nban .pro-nban-outer .pro-nban-words .pro-nban-title {
  font-weight: bold;
  font-size: 94px;
  color: #FFFFFF;
  line-height: 112px;
  text-shadow: 0px 9px 1px rgba(45, 0, 16, 0.42);
  text-transform: uppercase;
}
.nban .pro-nban-outer .pro-nban-words .pro-nban-desc {
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 34px;
}
.nban .profile-outer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding-top: 100px;
  justify-content: space-between;
  width: 100%;
  padding: 100px 140px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1920px;
}
.nban .profile-outer .profile-nums {
  margin-left: 5%;
}
.nban .profile-outer .profile-nums .profile-nban-title {
  width: 250px;
}
.nban .profile-outer .profile-nums .profile-nban-title img {
  display: block;
  width: 100%;
}
.nban .profile-outer .profile-nums .profile-nums-all {
  width: 250px;
}
.nban .profile-outer .profile-nums .profile-nums-one {
  width: 100%;
  margin-top: 15%;
}
.nban .profile-outer .profile-nums .profile-nums-one .profile-nums-top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 70px;
}
.nban .profile-outer .profile-nums .profile-nums-one .profile-nums-top .profile-nums-count {
  font-family: 'SourceHanSansSC-Medium';
}
.nban .profile-outer .profile-nums .profile-nums-one .profile-nums-desc {
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 30px;
}
.nban .profile-outer .profile-words {
  max-width: 1072px;
  width: 75%;
}
.nban .profile-outer .profile-words .profile-words-inner {
  width: 100%;
  background: rgba(239, 244, 252, 0.85);
  border-radius: 10px;
  padding: 60px 30px;
  min-height: 400px;
}
.nban .profile-outer .profile-words .profile-words-inner .profile-words-title {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 38px;
  background: linear-gradient(-6deg, rgba(68, 149, 167, 0.97) 0%, rgba(88, 147, 207, 0.97) 47.94921875%, rgba(110, 211, 179, 0.97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'SourceHanSansSC-Medium';
}
.nban .profile-outer .profile-words .profile-words-inner .profile-words-desc {
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  line-height: 34px;
  margin-top: 30px;
}
.nban .nban-outer {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  transform: translateY(-50%);
  padding-top: 2%;
  display: flex;
  justify-content: center;
}
.nban .nban-outer .nban-title {
  width: 45%;
  max-width: 700px;
}
.nban .nban-outer .nban-title img {
  width: 100%;
  display: block;
}
.nside {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  margin: 0 auto;
}
.nside .indexPage-outer {
  padding: 24px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.nside .index-nside {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
}
.nside .index-nside .index-dot {
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 8px;
}
.nside .nside-right {
  font-size: 20px;
  margin: 0 5px;
  color: #fff;
  opacity: 0.8;
}
.nside .nside-a {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
  opacity: 0.8;
}
.nside .nside-a:hover {
  opacity: 1;
  transition: 0.5s;
}
.nside .nside-a-cur {
  font-weight: normal;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 65px;
}
.nside .nside-a-last {
  opacity: 1;
  transition: 0.5s;
  white-space: normal;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.indexPage-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.indexPage {
  width: 100%;
  padding-top: 100px;
}
.indexPage-last {
  padding-bottom: 100px;
}
.webPage {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webPage .pages-a {
  cursor: pointer;
  width: 55px;
  height: 55px;
  border: 2px solid #BEBEBE;
  border-radius: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 55px;
  text-align: center;
  margin: 0 6px;
}
.webPage .pages-a:hover {
  color: #FFFFFF;
  border: 1px solid transparent;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97), rgba(88, 147, 207, 0.97), rgba(110, 211, 179, 0.97));
}
.webPage .pages-a-active {
  color: #FFFFFF;
  border: 1px solid transparent;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97), rgba(88, 147, 207, 0.97), rgba(110, 211, 179, 0.97));
}
.webPage .pageBtn {
  width: auto;
  height: 55px;
  border-radius: 0;
  border: 1px solid #BEBEBE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 55px;
  padding: 0 10px;
}
.webPage .pageBtn .icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.webPage .pageBtn .icon img {
  transition: 0.5s;
}
.webPage .pageBtn .icon .default {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: translateX(0);
  transition: 0.5s;
}
.webPage .pageBtn .icon .active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.webPage .pageBtn:hover {
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97), rgba(88, 147, 207, 0.97), rgba(110, 211, 179, 0.97));
  color: #fff;
  border: 1px solid transparent;
}
.webPage .pre-pageBtn {
  margin-right: 10px;
}
.webPage .next-pageBtn {
  margin-left: 10px;
}
.webPage .pageBtn-active {
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97), rgba(88, 147, 207, 0.97), rgba(110, 211, 179, 0.97));
  color: #fff;
}
.webPage .webPage-num {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive {
  margin: 0 4px;
  color: #000000;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: center;
}
.webPage .webPage-num .excessive p {
  width: 55px;
  height: 55px;
  border-radius: 0;
  margin: 0 5px;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97), rgba(88, 147, 207, 0.97), rgba(110, 211, 179, 0.97));
  color: #fff;
  text-align: center;
  line-height: 55px;
  border: 1px solid transparent;
}
.pro-types {
  width: 266px;
}
.pro-types .pro-types-inner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
}
.pro-types .pro-types-inner .pro-types-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  background: #233DD7;
  color: #fff;
  line-height: 36px;
  padding: 14px 30px;
}
.pro-types .pro-types-main {
  width: 100%;
  padding: 10px 10px 20px;
}
.pro-types .pro-types-main .pro-types-one {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  transition: 0.5s;
  padding: 14px 20px 14px 30px;
}
.pro-types .pro-types-main .pro-types-one .pro-types-name {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  max-width: calc(100% - 40px);
}
.pro-types .pro-types-main .pro-types-one .pro-types-right {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s;
  color: #233DD7;
  font-size: 24px;
}
.pro-types .pro-types-main .pro-types-one:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: rgba(35, 61, 215, 0.2);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:hover .pro-types-name {
  color: #233DD7;
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:hover .pro-types-right {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: rgba(35, 61, 215, 0.2);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active .pro-types-name {
  color: #233DD7;
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active .pro-types-right {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:nth-last-of-type(1) {
  border-bottom: none;
}
.second-inner-nav {
  position: relative;
  display: flex;
  height: 80px;
}
.second-inner-nav .inner-nav-one {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  background: #FFFFFF;
  transition: 0.5s;
  position: relative;
  height: 100%;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.second-inner-nav .inner-nav-one .icon {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  position: relative;
  transition: 0.5s;
  z-index: 12;
  margin-right: 30px;
}
.second-inner-nav .inner-nav-one .icon::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.5s;
}
.second-inner-nav .inner-nav-one .title {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  transition: 0.5s;
  z-index: 12;
}
.second-inner-nav .inner-nav-one::after {
  width: 100%;
  height: 0;
  background: #1356D1;
  position: absolute;
  top: -25%;
  left: 0;
  transition: 0.5s;
  content: "";
}
.second-inner-nav .inner-nav-one:hover {
  border-right: 1px solid #1356D1;
  border-bottom: 1px solid #1356D1;
}
.second-inner-nav .inner-nav-one:hover .icon {
  color: #fff;
  transform: translateY(-12px);
}
.second-inner-nav .inner-nav-one:hover .icon::after {
  width: 100%;
}
.second-inner-nav .inner-nav-one:hover .title {
  color: #fff;
  transform: translateY(-10px);
}
.second-inner-nav .inner-nav-one:hover::after {
  height: 125%;
}
.second-inner-nav .inner-nav-one-active {
  border-bottom: 1px solid #1356D1;
  border-right: 1px solid #1356D1;
}
.second-inner-nav .inner-nav-one-active .icon {
  color: #fff;
  transform: translateY(-12px);
}
.second-inner-nav .inner-nav-one-active .icon::after {
  width: 100%;
}
.second-inner-nav .inner-nav-one-active .title {
  color: #fff;
  transform: translateY(-10px);
}
.second-inner-nav .inner-nav-one-active::after {
  height: 125%;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
/* 滚动条整体 */
::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
/* 两个滚动条交接处 -- x轴和y轴 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #6ED2B5;
  background: #6ED2B5 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (max-width: 1918px) {
  .nav-item-second .nav-item-second-inner {
    padding: 0 8%;
  }
  footer .footer-info {
    padding: 42px 0;
  }
  footer .footer-inner {
    padding: 0 120px;
  }
  .nban .pro-nban-outer .pro-nban-words .pro-nban-title {
    font-size: 72px;
    line-height: 90px;
  }
  .nban .pro-nban-outer .pro-nban-words .pro-nban-desc {
    font-size: 20px;
    line-height: 36px;
    margin-top: 28px;
  }
  .contacti .contacti-color .contacti-color1 {
    width: 155px;
    height: 155px;
  }
  .contacti .contacti-color .contacti-color2 {
    width: 155px;
    height: 155px;
  }
  .contacti .contacti-color {
    height: 155px;
  }
  .contacti .contacti-top {
    padding: 0 120px;
  }
  .contacti .contacti-customer {
    padding-right: 6%;
  }
  .contacti .contacti-form {
    padding: 0 6% 0 0;
  }
  .contacti .formButton-box {
    margin-top: 34px;
  }
  .contacti .contacti-top .contacti-title {
    font-size: 66px;
    line-height: 66px;
    padding-bottom: 38px;
    margin-bottom: 20px;
  }
  .contacti .contacti-infos {
    padding: 30px 140px 50px;
  }
  .header-index .header-index-nav {
    width: calc(94% - 186px);
  }
  .nban .nban-outer .nban-title {
    width: 38%;
  }
  .nban .profile-outer .profile-nums .profile-nums-one .profile-nums-top {
    font-size: 50px;
    line-height: 52px;
  }
  .nban .profile-outer .profile-nums .profile-nums-one {
    margin-top: 13%;
    margin-bottom: 9px;
  }
  .nban .profile-outer .profile-nums {
    margin-left: 0;
  }
  .nban .profile-outer {
    padding: 100px 120px 0;
  }
  .nban .profile-outer .profile-words .profile-words-inner .profile-words-desc {
    font-size: 20px;
  }
  .nban .profile-outer .profile-nums .profile-nums-one .profile-nums-desc {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1681px) {
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1650px) {
  .indexPage-outer {
    width: 90%;
  }
}
@media only screen and (max-width: 1598px) {
  .nav-item-second .nav-item-second-inner {
    padding: 0 5%;
  }
  .nav-item-second .nav-item-second-type-box {
    width: 350px;
  }
  .nav-item-second .nav-item-second-pro-doms-img {
    width: 32vw;
    height: 48vw;
  }
  .nav-item-second .nav-item-second-pro-doms1 {
    width: 350px;
  }
  .nav-item-second .nav-item-second-pro-doms1 .nav-item-second-proall-a {
    padding: 19px 34px;
  }
  .nav-item-second .itemProduct-type-one {
    padding: 19px 34px;
  }
  .nav-item-second .nav-item-second-pro-doms-img .nav-item-second-pro-doms-img-inner {
    padding: 5% 0;
  }
  .nban .profile-outer .profile-nums .profile-nban-title {
    width: 210px;
  }
  .nban .profile-outer .profile-words .profile-words-inner .profile-words-desc {
    font-size: 17px;
    margin-top: 18px;
  }
  .nban .profile-outer .profile-nums .profile-nums-one .profile-nums-top {
    font-size: 40px;
    line-height: 44px;
  }
  .nban .profile-outer .profile-words .profile-words-inner {
    padding: 48px 30px;
    min-height: 0;
  }
  .nban .profile-outer .profile-nums .profile-nums-one {
    margin-top: 10%;
    margin-bottom: 6px;
  }
  .nban .profile-outer .profile-words .profile-words-inner .profile-words-title {
    font-size: 26px;
  }
  footer .footer-inner {
    padding: 0 60px;
  }
  footer .logo {
    width: 174px;
    height: 55px;
  }
  footer .footer-nav {
    width: calc(90% - 174px);
  }
  footer .footer-share .footer-share-one .footer-share-icon {
    width: 50px;
    height: 50px;
  }
  footer .footer-contactShare .footer-center-bottom-one {
    width: 50px;
    height: 50px;
  }
  footer .footer-nav .footer-nav-one a {
    font-size: 16px;
  }
  .contacti .contacti-color .contacti-color2 {
    width: 135px;
    height: 135px;
  }
  .contacti .contacti-color .contacti-color1 {
    width: 135px;
    height: 135px;
  }
  .contacti .contacti-infos {
    padding: 22px 70px 40px;
  }
  .contacti .contacti-color {
    height: 135px;
  }
  .contacti .contacti-infos .contacti-info-a .contacti-info-icon {
    width: 50px;
    height: 52px;
  }
  .contacti .contacti-top .contacti-title {
    font-size: 56px;
    line-height: 56px;
    padding-bottom: 35px;
    margin-bottom: 16px;
  }
  .contacti .contacti-top {
    padding: 0 60px;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    font-size: 16px;
  }
  .header-index .logo-index {
    width: 148px;
  }
  .header-index .header-index-nav {
    width: calc(94% - 148px);
  }
  .contacti .form {
    width: 75%;
  }
  .contacti .contacti-customer {
    padding-right: 10%;
  }
  .contacti .form-input {
    margin-bottom: 30px;
  }
  .webPage .pages-a {
    width: 42px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
  }
  .webPage .pageBtn {
    height: 42px;
    font-size: 16px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 1441px) {
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1365px) {
  .public-btn .banner-more-inner {
    width: 190px;
    height: 56px;
  }
  .public-btn .read-more-p {
    font-size: 14px;
    line-height: 56px;
  }
  .nban .nban-outer .nban-title {
    width: 32%;
  }
  .nban .profile-outer {
    padding: 100px 60px 0;
  }
  .nban .profile-outer .profile-nums .profile-nban-title {
    width: 200px;
  }
  .nban .profile-outer .profile-nums .profile-nums-one .profile-nums-top {
    font-size: 35px;
    line-height: 38px;
  }
  .nban .profile-outer .profile-nums .profile-nums-one .profile-nums-desc {
    font-size: 16px;
    line-height: 23px;
  }
  .nban .profile-outer .profile-words .profile-words-inner .profile-words-desc {
    font-size: 16px;
    margin-top: 15px;
  }
  .nban .profile-outer .profile-words .profile-words-inner {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1281px) {
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 55px;
  }
  .indexPage-last {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1278px) {
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    font-size: 15px;
  }
  .header-index .logo-index {
    width: 130px;
  }
  .header-index .header-index-nav {
    width: calc(94% - 130px);
  }
  .nban .profile-outer .profile-nums .profile-nban-title {
    width: 180px;
  }
  .nban .profile-outer {
    padding: 0 5% 0;
  }
  .nban .profile-outer .profile-words .profile-words-inner .profile-words-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1250px) {
  .nban .nban-outer {
    padding-top: 0;
  }
  .headerM {
    display: block;
  }
  .header-index {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .nban {
    margin-top: 65px;
  }
  footer .footer-info {
    padding: 34px 0;
  }
  footer .footer-share .footer-share-one .footer-share-icon {
    width: 42px;
    height: 42px;
  }
  footer .footer-contactShare .footer-center-bottom-one {
    width: 42px;
    height: 42px;
  }
  footer .logo {
    width: 150px;
    height: 47px;
  }
  footer .footer-nav {
    width: calc(90% - 150px);
  }
  .contacti .contacti-color .contacti-color1 {
    width: 100px;
    height: 100px;
  }
  .contacti .contacti-color {
    height: 100px;
  }
  .contacti .contacti-color .contacti-color2 {
    width: 100px;
    height: 100px;
  }
  .contacti .contacti-infos .contacti-info-a {
    font-size: 14px;
  }
  .contacti .contacti-infos .contacti-info-a .p2 {
    font-size: 19px;
    margin-top: 8px;
  }
  .contacti .contacti-infos .contacti-info-a .contacti-info-con {
    margin-top: 12px;
  }
  .contacti .contacti-infos .contacti-info-a .contacti-info-icon {
    margin-top: 12px;
    width: 44px;
  }
  .contacti .contacti-infos {
    padding: 0 60px 35px;
  }
  .contacti .formButton-box .formButton .read-more-p {
    font-size: 14px;
  }
  .contacti .formButton-box .formButton .banner-more-inner {
    width: 200px;
  }
  .contacti .contacti-customer {
    padding-right: 0;
  }
  .contacti .form {
    width: 87%;
  }
}
@media only screen and (max-width: 1200px) {
  .webPage .pages-a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1025px) {
  .nban {
    margin-top: 65px;
  }
  .indexPage-outer {
    width: 90%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 50px;
  }
  .indexPage-last {
    padding-bottom: 50px;
  }
  .webPage .pageBtn .web-icon {
    width: 22px;
  }
  .webPage .pageBtn {
    font-size: 14px;
    width: auto;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .pageNside .indexPage-outer {
    font-size: 14px;
    font-weight: 500;
  }
  .pageNside .nside-first .nside-right {
    font-size: 16px;
    font-weight: 500;
  }
  .nban .profile-outer .profile-words {
    display: none;
  }
  .nban .profile-outer {
    display: flex;
    justify-content: center;
  }
  .nban .profile-outer .profile-nums .profile-nums-all {
    display: none;
  }
  .webPage .pageBtn .text {
    display: none;
  }
  .webPage .pageBtn .icon {
    margin: 0 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 22px;
  }
  .contacti .contacti-top {
    padding: 0 5%;
  }
  .contacti .contacti-top .contacti-title {
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 28px;
    margin-bottom: 20px;
    transform: translateY(-19px);
  }
  .contacti {
    margin-top: 50px;
  }
  .contacti .form-input .form-input-one {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacti .contacti-infos {
    padding: 0 5% 30px;
  }
  .contacti .contacti-infos .contacti-info-a .contacti-info-icon {
    margin-top: 8px;
    width: 38px;
    height: 45px;
  }
  .contacti .contacti-infos .contacti-info-a .p2 {
    font-size: 16px;
    line-height: 25px;
  }
  .contacti .form-input {
    margin-bottom: 0;
  }
  .contacti .contacti-top .contacti-title::after {
    width: 58px;
    height: 5px;
  }
  .contacti .contacti-color {
    height: 80px;
  }
  .contacti .contacti-color .contacti-color1 {
    width: 80px;
    height: 80px;
  }
  .contacti .contacti-color .contacti-color2 {
    width: 80px;
    height: 80px;
  }
  footer .footer-inner {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 850px) {
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  footer .footer-bottom {
    padding: 22px 0 90px;
  }
  footer .logo {
    width: 130px;
    height: 42px;
  }
  footer .footer-nav {
    width: calc(94% - 130px);
  }
  footer .footer-nav .footer-nav-one a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 821px) {
  .headerM .logo {
    height: 45px;
  }
  .indexPage {
    padding-top: 42px;
  }
  .indexPage-last {
    padding-bottom: 42px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .sidefixed .sideitemOther {
    top: 0;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
  .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;
  }
}
@media only screen and (max-width: 767px) {
  .nban .nban-outer .nban-title {
    width: 70%;
    max-width: 350px;
  }
  .webPage .next-pageBtn {
    margin-left: 0;
  }
  .webPage .pre-pageBtn {
    margin-right: 0;
  }
  footer .footer-top {
    flex-wrap: wrap;
  }
  footer .footer-nav {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .footer-nav .footer-nav-one {
    width: 33.33%;
    margin-top: 12px;
  }
  footer .logo {
    margin: 0 auto 20px;
  }
  footer .footer-info {
    padding: 30px 0;
  }
  footer .footer-contactShare .footer-center-bottom-one {
    margin: 0 10px;
  }
  footer .footer-share .footer-share-one {
    margin: 0 10px;
  }
  .contacti .contacti-infos {
    flex-wrap: wrap;
  }
  .contacti .contacti-infos .contacti-info-a {
    width: 45%;
  }
  .contacti .contacti-customer {
    margin-top: -60px;
  }
  .contacti .contacti-customer .contacti-customer-img {
    width: 60%;
  }
  .contacti .contacti-top {
    background-size: cover;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 14px;
  }
  .headerM .logo {
    height: 32px;
  }
}
@media only screen and (max-width: 641px) {
  .nban {
    margin-top: 50px;
  }
  .headerM .logo {
    height: 22px;
  }
  .top_nav .logo img {
    height: 22px;
  }
  .indexPage {
    padding-top: 38px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .headerM .header-inner .action_item {
    width: 25px;
    height: 18px;
    margin-left: 20px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }
}
@media only screen and (max-width: 620px) {
  footer .footer-contactShare {
    width: 100%;
    justify-content: center;
  }
  footer .footer-share {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  footer .footer-info {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 521px) {
  .indexPage {
    padding-top: 32px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 431px) {
  .nban {
    margin-top: 42px;
  }
  .sidefixedM .sideitem1 .sideins {
    left: 12px;
    transform: translateX(0);
  }
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .indexPage {
    padding-top: 38px;
  }
  .nban {
    margin-top: 42px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .headerM .header-inner {
    height: 42px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 14px;
    margin-left: 15px;
  }
  .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;
  }
}
@media (max-width: 376px) {
  .indexPage-last {
    padding-bottom: 32px;
  }
  .indexPage {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 344px) {
  .headerM .logo {
    height: 18px;
  }
}
