* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  /* break-all; */
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Regular';
  src: url("../css/fonts/AlibabaPuHuiTi-2-55-Regular.ttf");
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Medium';
  src: url("../css/fonts/AlibabaPuHuiTi-2-65-Medium.ttf");
}
@font-face {
  font-family: 'DIN-Bold';
  src: url("../css/fonts/DIN-Bold.otf");
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Light';
  src: url("../css/fonts/AlibabaPuHuiTi-2-45-Light.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: 'AlibabaPuHuiTi-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;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 58px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 0 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box 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: #FB2C36;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #FB2C36;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #FB2C36;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 58px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FB2C36;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #FB2C36;
  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: 180px;
}
.sidefixed .sideitem4 .sideins {
  width: 180px;
}
.sidefixed .sideitem1 {
  width: 58px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FB2C36;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #FB2C36;
  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: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #FB2C36;
  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: #FB2C36;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #FB2C36;
}
.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;
}
.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: #FB2C36;
}
.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: #FB2C36;
  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;
}
.langDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.langDialog .langDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.langDialog .langDialog-inner .langDialog-close {
  position: absolute;
  width: 160px;
  height: 160px;
  cursor: pointer;
  top: -80px;
  right: -80px;
  background: #E7000B;
  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: #E7000B;
  border: 1px solid #E7000B;
  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: #E7000B;
  border: 1px solid #E7000B;
  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;
  backdrop-filter: blur(8px);
}
.searchDialog .searchDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.searchDialog .searchDialog-inner .searchDialog-close {
  position: absolute;
  cursor: pointer;
  width: 160px;
  height: 160px;
  top: -80px;
  right: -80px;
  background: #E7000B;
  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;
  cursor: pointer;
}
.formMessage {
  opacity: 0;
  z-index: -1;
}
.el-message-fade-enter-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
footer {
  background: #000000;
}
footer .footer-top {
  width: 100%;
}
footer .footer-top .footer-top-outer {
  padding: 52px 224px 82px;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-between;
}
footer .footer-top .footer-new-share {
  width: 240px;
}
footer .footer-top .footer-new-share .footer-new-logo {
  width: 150px;
  display: block;
}
footer .footer-top .footer-new-share .footer-new-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-top .footer-new-share .footer-contactShare {
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 72px;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one {
  width: 33px;
  max-height: 33px;
  opacity: 0.4;
  transition: 0.5s;
  display: inline-block;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 33px;
  max-height: 33px;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon1 {
  max-width: 35px;
  max-height: 35px;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-top .footer-new-share .footer-share {
  display: none;
}
footer .footer-top .footer-new-other {
  width: calc(100% - 480px);
  padding-left: 100px;
}
footer .footer-top .footer-navs {
  width: 100%;
  display: flex;
  margin-top: 22px;
  justify-content: space-between;
}
footer .footer-top .footer-nav-one {
  position: relative;
  width: 30%;
}
footer .footer-top .footer-nav-one .pro-a {
  width: 100%;
}
footer .footer-top .footer-nav-one .pro-a a {
  color: #FFFFFF;
}
footer .footer-top .footer-nav-one .pro-a a .text {
  font-size: 16px;
}
footer .footer-top .footer-nav-one .footer-nav-seconds {
  width: 100%;
}
footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a {
  margin-top: 16px;
}
footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a a {
  color: #99A1AF;
}
footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a a .text {
  font-size: 14px;
}
footer .footer-top .footer-nav-one a {
  transition: 0.5s;
}
footer .footer-top .footer-nav-one a .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
footer .footer-top .footer-nav-one a:hover {
  color: #FFFFFF !important;
}
footer .footer-top .footer-nav-one a:hover .text {
  background-size: 100% 1px;
}
footer .footer-top .footer-share {
  height: 32px;
  margin-top: 100px;
  justify-content: flex-end;
}
footer .footer-top .footer-share .footer-share-a {
  margin-left: 37px;
  width: 36px;
  position: relative;
  cursor: pointer;
}
footer .footer-top .footer-share .footer-share-a .footer-share-box {
  width: 36px;
  height: 35px;
  display: flex;
  align-items: center;
}
footer .footer-top .footer-share .footer-share-a .footer-share-img {
  width: 100px;
  height: 110px;
  position: absolute;
  bottom: calc(100% + 30px);
  left: 50%;
  transform: scale(0) translateY(0px) translateX(-50%);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2022;
}
footer .footer-top .footer-share .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .footer-top .footer-share .footer-share-a .footer-share-img .sanjiao {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
}
footer .footer-top .footer-share .footer-share-a .svg-box {
  width: 56px;
}
footer .footer-top .footer-share .footer-share-a .svg-box img {
  width: 100%;
  opacity: 0.4;
  transition: 0.5s;
}
footer .footer-top .footer-share .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-top .footer-share .footer-share-a:hover .footer-share-img {
  transform: scale(1) translateY(20px) translateX(-50%);
}
footer .footer-top .footer-share .footer-share-a1 {
  width: 30px;
}
footer .footer-top .footer-share .footer-share-a1 .svg-box {
  width: 30px;
}
footer .footer-top .footer-share .footer-share-a:nth-of-type(1) {
  margin-left: 0;
}
footer .footer-top .footer-new-right .footer-share {
  display: flex;
}
footer .footer-top .footer-lang {
  white-space: nowrap;
  height: 45px;
  max-width: 240px;
  border-radius: 48px;
  border: 1px solid #fff;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
footer .footer-top .footer-lang .lang-earth {
  width: 26px;
  height: 26px;
  position: relative;
}
footer .footer-top .footer-lang .lang-earth img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
footer .footer-top .footer-lang .lang-earth .default {
  opacity: 1;
}
footer .footer-top .footer-lang .lang-earth .active {
  opacity: 0;
}
footer .footer-top .footer-lang .lang-earth-text {
  margin: 0 12px;
}
footer .footer-top .footer-lang .lang-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top .footer-lang .lang-bottom {
  width: 16px;
  height: 16px;
  transition: 0.5s;
  position: relative;
}
footer .footer-top .footer-lang .lang-bottom img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
footer .footer-top .footer-lang .lang-bottom .default {
  opacity: 1;
}
footer .footer-top .footer-lang .lang-bottom .active {
  opacity: 0;
}
footer .footer-top .footer-lang:hover {
  background: #fff;
  color: #000000;
}
footer .footer-top .footer-lang:hover .lang-earth .default {
  opacity: 0;
}
footer .footer-top .footer-lang:hover .lang-earth .active {
  opacity: 1;
}
footer .footer-top .footer-lang:hover .lang-bottom {
  transform: rotateZ(-90deg);
}
footer .footer-top .footer-lang:hover .lang-bottom .default {
  opacity: 0;
}
footer .footer-top .footer-lang:hover .lang-bottom .active {
  opacity: 1;
}
footer .footer-bottom {
  width: 100%;
  border-top: 1px solid #FB2C36;
}
footer .footer-bottom .footer-bottom-outer {
  padding: 40px 224px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}
footer .footer-bottom .footer-side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-bottom .footer-bottom-infor-a {
  font-weight: 400;
  font-size: 14px;
  color: #A7A7A7;
  line-height: 24px;
  transition: 0.5s;
}
footer .footer-bottom .footer-bottom-infor-a:hover {
  color: #fff;
}
footer .footer-bottom .footer-bottom-infor-ziiynn {
  margin-right: 12px;
}
.contacti {
  position: relative;
  background: #F9FAFB;
  overflow: hidden;
}
.contacti .contacti-outer {
  padding: 50px 220px;
  max-width: 1920px;
  margin: 0 auto;
}
.contacti .contacti-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contacti .contacti-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contacti .contacti-title .contacti-title-cur {
  min-width: 118px;
  height: 33px;
  background: #FFE2E2;
  border-radius: 8px;
  border: 1px solid #FFA2A2;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #E7000B;
  line-height: 33px;
}
.contacti .contacti-title .contacti-title-text1 {
  width: 100%;
  font-weight: 400;
  font-size: 48px;
  color: #101828;
  line-height: 52px;
  margin: 12px 0;
}
.contacti .contacti-title .contacti-title-text2 {
  font-weight: 400;
  font-size: 30px;
  color: #E7000B;
  line-height: 36px;
}
.contacti .contacti-title .contacti-title-text3 {
  font-weight: 400;
  font-size: 16px;
  color: #364153;
  line-height: 24px;
  margin: 13px 0 25px;
}
.contacti .contacti-infos {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contacti .contacti-infos .contacti-info-a {
  width: 368px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 2px solid #FFC9C9;
  margin: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 12px 32px;
  text-align: center;
}
.contacti .contacti-infos .contacti-info-a .icon {
  width: 64px;
  height: 64px;
  background: #FB2C36;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 2px solid #FDC700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacti .contacti-infos .contacti-info-a .icon img {
  display: block;
  width: 50%;
  height: 50%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contacti .contacti-infos .contacti-info-a .contacti-info-a-title {
  font-weight: 400;
  font-size: 16px;
  color: #101828;
  line-height: 24px;
  margin: 16px 0 8px;
}
.contacti .contacti-infos .contacti-info-a .contacti-info-a-desc {
  font-weight: 400;
  font-size: 14px;
  color: #4A5565;
  line-height: 20px;
  margin-bottom: 10px;
}
.contacti .contacti-infos .contacti-info-a .p2 {
  font-weight: 400;
  font-size: 16px;
  color: #E7000B;
  line-height: 24px;
}
.contacti .contacti-infos .contacti-info-a .p2 .text {
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #e7000b 0, #e7000b 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.contacti .contacti-infos .contacti-info-a .p2:hover .text {
  background-size: 100% 1px;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.contacti .contacti-infos .contacti-info-a:hover .icon img {
  transform: rotateY(360deg);
}
.contacti .contacti-form {
  width: 1152px;
  position: relative;
  padding: 26px 30px 30px;
  background: #FFFFFF;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 2px solid #FFA2A2;
  margin: 25px auto 0;
}
.contacti .contacti-form-title {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 400;
  font-size: 30px;
  color: #101828;
  line-height: 36px;
}
.contacti .contacti-form-title .text2 {
  margin-left: 2px;
  color: #E7000B;
}
.contacti form {
  width: 100%;
  position: relative;
  z-index: 12;
  max-width: 854px;
  margin: 20px auto 0;
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 22px;
  overflow: hidden;
}
.contacti .form-input .form-input-one {
  width: 31%;
}
.contacti .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  height: 57px;
  background: rgba(2, 6, 24, 0.5);
  border-radius: 8px;
  border: 2px solid rgba(29, 41, 61, 0.6);
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'AlibabaPuHuiTi-Regular';
  line-height: 57px;
  padding: 0 5px 0 18px;
  border: 1px solid transparent;
  transition: 0.5s;
}
.contacti .form-input .input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  border: 0;
  outline: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.contacti .form-input .input:focus {
  color: #fff;
  outline: none;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 2px solid #FDC700;
}
.contacti .form-input .input:focus::placeholder {
  opacity: 0;
}
.contacti .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.contacti .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'AlibabaPuHuiTi-Regular';
  line-height: 48px;
  height: 177px;
  background: rgba(2, 6, 24, 0.5);
  border-radius: 8px 8px 8px 8px;
  border: 2px solid rgba(29, 41, 61, 0.6);
  padding: 16px 12px 12px 24px;
  transition: 0.5s;
  border: 1px solid transparent;
}
.contacti .form-message .message::placeholder {
  color: rgba(255, 255, 255, 0.8);
  border: 0;
  outline: none;
  text-transform: uppercase;
}
.contacti .form-message .message:focus {
  color: #fff;
  outline: none;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 2px solid #FDC700;
}
.contacti .form-message .message:focus::placeholder {
  opacity: 0;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  margin-top: 19px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacti .formButton-box .formButton {
  min-width: 126px;
  height: 56px;
  background: #FB2C36;
  box-shadow: 0px 6px 14px -12px rgba(254, 154, 0, 0.09);
  border-radius: 8px;
  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: 100%;
  height: 100%;
  transition: 0.5s;
  padding: 0 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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: 400;
  font-size: 18px;
  color: #FBFBFB;
  line-height: 56px;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.contacti .formButton-box .formButton .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.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;
}
.public-btn {
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.public-btn .public-more-inner {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 38px;
  height: 38px;
  background: #E7000B;
  border-radius: 8px;
  padding: 0 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.public-btn .public-more-inner::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 5px;
  background: #FFFFFF;
  top: 25px;
  right: -8px;
  transform: rotateZ(-45deg);
}
.public-btn .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  transition: 0.5s;
}
.public-btn .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.public-btn:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.inner-page-nside {
  width: 100%;
  border-bottom: 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;
}
@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 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2000;
  max-height: 100px;
  transition: all 1s;
  width: 100%;
  background: #FFFFFF;
  height: 80px;
}
.header-index .header-index-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 220px;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.header-index .logo-index {
  width: 138px;
  height: 100%;
}
.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(96% - 173px);
  white-space: nowrap;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-index .header-index-nav nav {
  height: 100%;
}
.header-index .header-index-nav nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-index .header-index-nav nav .nav-item {
  position: relative;
  height: 100%;
}
.header-index .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 1.9vw;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  height: 100%;
  font-family: 'AlibabaPuHuiTi-Medium';
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
  text-transform: uppercase;
  min-width: 95px;
  justify-content: center;
  padding: 0 5px;
}
.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;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0;
  background: #FB2C36;
  border-radius: 10px;
  transition: 0.5s;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #FFFFFF;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  height: 42px;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #FFFFFF;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  height: 42px;
}
.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-langs {
  height: 39px;
  border-radius: 51px;
  border: 1px solid #D2D2D2;
  padding: 0 15px;
  font-weight: 500;
  font-size: 16px;
  color: #2B2828;
  line-height: 39px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  transition: 0.5s;
  position: relative;
  z-index: 12;
}
.header-index .header-index-right .header-index-langs .langName-icon {
  position: relative;
  width: 15px;
  height: 22px;
  margin-left: 5px;
}
.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:hover {
  color: #fff;
  background: #E7000B;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.header-index .header-index-right .header-index-langs:hover .langName-icon img {
  transform: translate(-50%, -50%) rotateZ(-90deg);
}
.header-index .header-index-right .header-index-langs:hover .langName-icon .nav-default-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-langs:hover .langName-icon .nav-active-img {
  opacity: 1;
}
.header-index .header-index-right .header-index-langs:hover .langName-icon .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-contact {
  padding: 0 30px;
  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: 28px;
  cursor: pointer;
  height: 28px;
  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: #E7000B;
  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: -7px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #E7000B;
}
.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;
  margin-right: 24px;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-search .header-index-search-inner {
  width: 168px;
  height: 40px;
  background: #ECECEC;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  border: 1px solid #ECECEC;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-search .header-index-search-inner .search-img {
  width: 19px;
  display: block;
  margin-right: 10px;
}
.header-index .header-index-right .header-index-search:hover .header-index-search-inner {
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid #E7000B;
}
.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;
}
.header-active {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
}
.header-active-top {
  top: -100px;
}
.videoPopup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
.videoPopup .videoPopup-inner {
  width: 86%;
  height: 66%;
  max-height: calc(100vh - 200px);
  position: relative;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.5s 0.5s;
}
.videoPopup .videoPopup-inner video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
}
.videoPopup .videoPopup-inner .videoPopup-close {
  position: absolute;
  top: -72px;
  right: 0;
  font-size: 68px;
  color: #fff;
  line-height: 72px;
  cursor: pointer;
  z-index: 4001;
}
.videoPopup-show {
  z-index: 4000;
  display: flex;
  opacity: 1;
}
.videoPopup-show .videoPopup-inner {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s 0.2s;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nav-item-second {
  position: absolute;
  top: 100%;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  white-space: normal;
}
.nav-item-second .nav-item-second-inner-other {
  width: 170px;
  padding: 16px 8% 5px;
  background: #fff;
  border: 1px solid rgba(33, 48, 38, 0.2);
  border-radius: 12px;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link {
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: 0.5s;
  margin-bottom: 8px;
  text-align: center;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link .text {
  font-weight: 400;
  font-size: 16px;
  color: #99A1AF;
  line-height: 24px;
  transition: 0.5s;
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #fb2c36 0, #fb2c36 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  position: relative;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link .text::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FB2C36;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -15px;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link:hover .text {
  color: #FB2C36;
  background-size: 100% 1px;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link:hover .text::after {
  opacity: 1;
  transform: scale(1);
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-link1 {
  text-align: left;
}
.nav-item-second .nav-item-second-inner-pros {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  border: 1px solid rgba(33, 48, 38, 0.2);
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-types {
  width: 170px;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-link {
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px;
  transition: 0.5s;
  margin-bottom: 8px;
  text-align: left;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-link .dot {
  width: 0;
  height: 10px;
  background: #FB2C36;
  border-radius: 50%;
  overflow: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-link .text {
  font-weight: 400;
  font-size: 16px;
  color: #99A1AF;
  line-height: 24px;
  transition: 0.5s;
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #fb2c36 0, #fb2c36 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  position: relative;
}
.nav-item-second .nav-item-second-inner-pros .pro-link-active .dot {
  width: 10px;
  transform: scale(1);
}
.nav-item-second .nav-item-second-inner-pros .pro-link-active .text {
  color: #FB2C36;
  background-size: 100% 1px;
  transform: translateX(10px);
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-prolist {
  height: 276px;
  overflow-y: auto;
  padding: 0 16px;
  border-left: 1px solid #D9D9D9;
  width: 330px;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-prolist .nav-item-second-pro-item {
  font-weight: 400;
  font-size: 14px;
  color: #99A1AF;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 4px 0;
  width: 100%;
  display: block;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-prolist .nav-item-second-pro-item .text {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #2e2e2e 0, #2e2e2e 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-prolist .nav-item-second-pro-item-active {
  color: #2E2E2E;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-prolist .nav-item-second-pro-item-active .text {
  background-size: 100% 1px;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-pro-img-box {
  width: 204px;
  padding: 0 20px;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-pro-img-box .nav-item-second-pro-img-dom {
  width: 147px;
  margin-left: 20px;
  aspect-ratio: 1;
  border-radius: 12px;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-pro-img-box .nav-item-second-pro-img-dom img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-pro-img-box .nav-item-second-pro-img-dom:hover img {
  transform: scale(1.05);
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-pro-img-box .nav-item-second-pro-img-dom-op {
  opacity: 0;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-pro-img-box .nav-item-second-pro-img-more {
  width: 164px;
  height: 30px;
  border-radius: 12px;
  border: 2px solid #E7000B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #2E2E2E;
  line-height: 24px;
  font-family: 'AlibabaPuHuiTi-Medium';
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-pro-img-box .nav-item-second-pro-img-more .text {
  margin-right: 10px;
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-pro-img-box .nav-item-second-pro-img-more .right i {
  font-family: 'AlibabaPuHuiTi-Medium';
}
.nav-item-second .nav-item-second-inner-pros .nav-item-second-pro-img-box .nav-item-second-pro-img-more:hover {
  color: #fff;
  background: #E7000B;
}
.nav-item-second-pro {
  left: 0;
  transform: translateX(0);
}
.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;
  cursor: pointer;
}
.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(231, 0, 11, 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: #E7000B;
  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;
  cursor: pointer;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: #333;
}
.headerM .logo {
  height: 56px;
}
.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: 50px;
}
.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 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 .right {
  width: 35px;
  height: 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_nav .nav .li .menu .right .default {
  width: 25px;
  height: 2px;
  background: #333;
}
.top_nav .nav .li .menu .right .active {
  height: 25px;
  width: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: .5s;
}
.top_nav .nav .li .menu .right-active .active {
  transform: translateY(-50%) rotateZ(90deg);
}
.top_nav .nav .li .menu .p {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
  background: #FB2C36;
  border-radius: 6px;
  border: 2px solid #FB2C36;
}
.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%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top_nav .nav .li .menu .p .active {
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
}
.top_nav .nav .li .menu .p:hover {
  transform: translateX(12px);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 2px solid #FDC700;
}
.top_nav .nav .li .menu .p:hover .default {
  top: 50%;
  left: 100%;
}
.top_nav .nav .li .menu .p:hover .active {
  left: 25%;
}
.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: #E7000B;
  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%;
  transition: 0.5s;
  padding: 12px 0;
}
.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 .type-a {
  display: flex;
  align-items: center;
}
.top_nav .type-a .icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.top_nav .type-a .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_nav .type-a .icon .default {
  opacity: 1;
}
.top_nav .type-a .icon .active {
  opacity: 0;
}
.top_nav .type-a .text {
  width: calc(100% - 35px);
  padding-left: 15px;
}
.top_nav .type-a:hover .icon .default {
  opacity: 0;
}
.top_nav .type-a:hover .icon .active {
  opacity: 1;
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #E7000B;
}
.page-outer {
  width: 100%;
  overflow: hidden;
}
.page-outer .nban-side-outer {
  width: 100%;
  position: relative;
  height: 110px;
  z-index: 8;
}
.page-outer .nban-side-outer::after {
  content: "";
  width: 120vw;
  height: 100%;
  background: #FF7F68;
  position: absolute;
  top: 0;
  left: -10vw;
  transform: rotateZ(3deg);
}
.page-outer .nban-side-about::after {
  top: 18px;
  transform: rotateZ(0deg);
}
.page-outer .nban-side {
  width: 100%;
  height: 100%;
  background: #E7000B;
  display: flex;
  z-index: 12;
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-outer .nban-side::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.page-outer .nban-side .nban-side-item {
  display: flex;
  align-items: center;
  height: 100%;
  flex: none;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  white-space: nowrap;
}
.page-outer .nban-side .nban-side-item .nban-side-right {
  font-size: 22px;
  margin: 0 12px;
}
.page-outer .nban-side .nban-side-item .dot {
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 48px;
}
.nban {
  position: relative;
  overflow: hidden;
  background: #515151;
  border-radius: 0px 0px 66px 66px;
  aspect-ratio: 3.45945946;
}
.nban img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.nban .nban-outer {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  width: calc(100% - 120px);
  margin: 0 auto;
  z-index: 2;
}
.nban .nban-outer .nban-inner {
  width: 100%;
  padding: 0 9%;
}
.nban .nban-outer .nban-title {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 72px;
  text-transform: uppercase;
  display: inline-flex;
  flex-wrap: wrap;
}
.nban .nban-outer .nban-title p {
  color: #E7000B;
}
.nban .nban-outer .nban-title1 {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 72px;
}
.nban .nban-outer .nban-title2 {
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 55px;
  margin: 15px 0 30px;
}
.nban .nban-outer .nban-title2 span {
  color: #E7000B;
}
.nban .nban-outer .nban-title-contact1 {
  text-align: center;
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 42px;
}
.nban .nban-outer .nban-title-contact2 {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 32px;
  margin-top: 30px;
}
.nban .nban-outer .nban-btns {
  display: flex;
  align-items: center;
}
.nban .nban-outer .nban-btns .nban-btn-down {
  width: auto;
  height: 55px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid rgba(208, 135, 0, 0.3);
  padding: 0 25px;
  margin-right: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #1C1C1C;
  line-height: 55px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
.nban .nban-outer .nban-btns .nban-btn-down .text {
  height: 100%;
  position: relative;
  transition: 0.5s;
}
.nban .nban-outer .nban-btns .nban-btn-down .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.nban .nban-outer .nban-btns .nban-btn-down:hover {
  color: #fff;
  background: #E7000B;
}
.nban .nban-outer .nban-btns .nban-btn-down:hover .text {
  transform: translateY(-100%);
}
.nban .nban-outer .nban-btns .nban-btn-item {
  width: auto;
  height: 55px;
  background: #E7000B;
  border-radius: 8px;
  border: 1px solid rgba(208, 135, 0, 0.3);
  padding: 0 25px;
  margin-right: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 55px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
.nban .nban-outer .nban-btns .nban-btn-item .text {
  height: 100%;
  position: relative;
  transition: 0.5s;
}
.nban .nban-outer .nban-btns .nban-btn-item .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.nban .nban-outer .nban-btns .nban-btn-item:hover .text {
  transform: translateY(-100%);
}
.nban .nban-outer .nban-nav {
  margin-top: 22px;
}
.nban .nban-outer .nban-nav a {
  font-weight: 400;
  font-size: 16px;
  color: #BABABA;
  line-height: 20px;
  transition: 0.5s;
}
.nban .nban-outer .nban-nav a:hover {
  color: #fff;
}
.company-seconds {
  display: flex;
  justify-content: center;
}
.company-seconds .company-seconds-inner {
  display: flex;
  background: #F6F6F6;
  border-radius: 8px;
  border: 1px solid rgba(219, 219, 219, 0.3);
  overflow: hidden;
}
.company-seconds .company-seconds-item {
  font-weight: 400;
  font-size: 20px;
  color: #E7000B;
  line-height: 30px;
  text-align: center;
  padding: 9px 38px;
  min-width: 158px;
  border-right: 1px solid rgba(219, 219, 219, 0.3);
  transition: 0.5s;
}
.company-seconds .company-seconds-item:hover {
  background: #FFE2E2;
}
.company-seconds .company-seconds-item-active {
  background: #FFE2E2;
}
.company-seconds .company-seconds-item:nth-last-of-type(1) {
  border: none;
}
.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 {
  font-size: 30px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  color: #A1A1A1;
  margin: 0 15px;
  background: transparent;
  transition: 0.5s;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  font-family: 'AlibabaPuHuiTi-Light';
}
.webPage .pages-a:hover {
  color: #000000;
  font-weight: bold;
}
.webPage .pages-a-active {
  font-weight: bold;
  color: #000000;
}
.webPage .pageBtn {
  cursor: pointer;
  width: 44px;
  height: 44px;
  border: 2px solid #333333;
  background: transparent;
  border-radius: 50%;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 43px;
  transition: 0.5s;
  text-align: center;
}
.webPage .pageBtn:hover {
  background: #E7000B;
  color: #fff;
  border: 2px solid #E7000B;
}
.webPage .pre-pageBtn {
  margin-right: 10px;
}
.webPage .next-pageBtn {
  margin-left: 10px;
}
.webPage .pageBtn-active {
  background: #E7000B;
  color: #fff;
  border: 2px solid #E7000B;
}
.webPage .webPage-num {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive {
  margin: 0 4px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
.webPage .webPage-num .excessive p {
  width: 78px;
  height: 78px;
  background: #FF7F68;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 78px;
  margin: 0 5px;
}
.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%;
}
.inner-nav {
  position: relative;
  z-index: 12;
  width: 100%;
}
.inner-nav .indexPage-outer {
  background: #F8B500;
  border-radius: 10px;
}
.inner-nav .inner-nav-main {
  padding: 26px 5%;
  display: flex;
  min-height: 90px;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.inner-nav .inner-nav-main .inner-nav-one {
  height: 100%;
  max-width: 33.33%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-nav .inner-nav-main .inner-nav-one a {
  width: auto;
  height: 100%;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 26px;
  opacity: 0.6;
  line-height: 24px;
  transition: 0.5s;
  text-transform: uppercase;
}
.inner-nav .inner-nav-main .inner-nav-one .a {
  width: auto;
  height: 100%;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 26px;
  opacity: 0.6;
  line-height: 24px;
  transition: 0.5s;
  text-transform: uppercase;
}
.inner-nav .inner-nav-main .inner-nav-one .dot {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  position: absolute;
  top: -5px;
  left: 0;
}
.inner-nav .inner-nav-main .inner-nav-one:hover a {
  opacity: 1;
}
.inner-nav .inner-nav-main .inner-nav-one:hover .a {
  opacity: 1;
}
.inner-nav .inner-nav-main .inner-nav-one-active a {
  opacity: 1;
}
.inner-nav .inner-nav-main .inner-nav-one-active .a {
  opacity: 1;
}
.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 #2B2828;
  background: #2B2828 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (max-width: 1918px) {
  .nban .nban-outer .nban-title {
    font-size: 36px;
    line-height: 50px;
  }
  .header-index .header-index-inner {
    padding: 0 5%;
  }
  .header-index .header-index-nav {
    width: calc(97% - 173px);
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 1.1vw;
  }
  footer .footer-top .footer-top-outer {
    padding: 50px 180px 60px;
  }
  footer .footer-bottom .footer-bottom-outer {
    padding: 32px 180px;
  }
  .contacti .contacti-outer {
    padding: 50px 120px;
  }
}
@media only screen and (max-width: 1681px) {
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1650px) {
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    font-size: 16px;
  }
  .indexPage-outer {
    width: 90%;
  }
  .contacti .contacti-outer {
    padding: 50px 5%;
  }
  footer .footer-top .footer-top-outer {
    padding: 50px 120px 60px;
  }
  footer .footer-bottom .footer-bottom-outer {
    padding: 32px 120px;
  }
  footer .footer-top .footer-new-other {
    padding-left: 80px;
  }
  .contacti .contacti-title .contacti-title-text1 {
    font-size: 38px;
    line-height: 48px;
    margin: 11px 0;
  }
  .contacti .contacti-title .contacti-title-text2 {
    font-size: 26px;
    line-height: 32px;
  }
  .company-seconds .company-seconds-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1598px) {
  .header-index .logo-index {
    width: 135px;
  }
  .header-index .header-index-nav {
    width: calc(97% - 150px);
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 0.8vw;
    font-size: 16px;
  }
  .header-index .header-index-right .header-index-langs {
    font-size: 14px;
  }
  .header-index .header-index-right .header-index-contact {
    padding: 0 22px;
  }
  .header-index .header-index-inner {
    padding: 0 45px;
  }
  .contacti .contacti-outer {
    padding: 50px 5%;
  }
  .contacti .contacti-title .contacti-title-text1 {
    font-size: 30px;
    line-height: 42px;
    margin: 10px 0;
  }
  .contacti .contacti-title .contacti-title-text2 {
    font-size: 23px;
    line-height: 30px;
  }
  .contacti .contacti-infos .contacti-info-a {
    width: 315px;
    height: 228px;
    margin: 0 10px;
    padding: 25px 12px 25px;
  }
  .contacti .contacti-infos .contacti-info-a .icon {
    width: 55px;
    height: 55px;
  }
  .contacti .contacti-form-title {
    font-size: 26px;
  }
  .contacti .formButton-box .formButton .read-more-p {
    font-size: 16px;
  }
  footer .footer-top .footer-top-outer {
    padding: 42px 5% 50px;
  }
  footer .footer-top .footer-new-share .footer-new-logo {
    width: 146px;
    height: auto;
  }
  footer .footer-top .footer-new-share .footer-contactShare {
    width: 210px;
    margin-top: 60px;
  }
  footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one {
    width: 28px;
    max-height: 28px;
  }
  footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon {
    max-width: 29px;
    max-height: 29px;
  }
  footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon1 {
    max-width: 30px;
    max-height: 30px;
  }
  footer .footer-top .footer-new-other {
    padding-left: 40px;
  }
  footer .footer-top .footer-lang {
    font-size: 14px;
  }
  footer .footer-bottom .footer-bottom-outer {
    padding: 30px 5%;
  }
}
@media only screen and (max-width: 1441px) {
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1395px) {
  .header-index .header-index-right .header-index-search {
    margin-right: 18px;
  }
  .header-index .header-index-right .header-index-contact {
    padding: 0 18px;
  }
  .header-index .header-index-inner {
    padding: 0 38px;
  }
  .contacti .contacti-outer {
    padding: 50px 5%;
  }
}
@media only screen and (max-width: 1365px) {
  .nban .nban-outer {
    top: 58%;
  }
  .nav-item-second .nav-item-second-inner-other .nav-item-second-link {
    margin-bottom: 5px;
  }
  .nav-item-second .nav-item-second-inner-other .nav-item-second-link .text {
    font-size: 14px;
  }
  .company-seconds .company-seconds-item {
    font-size: 16px;
  }
  .public-btn .public-more-inner {
    font-size: 16px;
  }
  footer .footer-top .footer-new-other {
    padding-left: 0;
  }
  footer .footer-top .footer-new-share .footer-contactShare {
    width: 200px;
    margin-top: 50px;
  }
  footer .footer-top .footer-navs {
    margin-top: 12px;
  }
  footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a a .text {
    font-size: 13px;
  }
  .header-index .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 0.7vw;
    font-size: 14px;
  }
  .header-index .header-index-right .header-index-search .header-index-search-inner {
    width: 150px;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
  }
  .contacti .contacti-form {
    width: 100%;
    max-width: 1000px;
    margin: 25px auto 0;
  }
  .contacti .contacti-outer {
    padding: 50px 5%;
  }
  .contacti .contacti-infos .contacti-info-a {
    width: 30%;
    height: auto;
  }
  .contacti .contacti-infos .contacti-info-a .icon {
    width: 50px;
    height: 50px;
  }
  .contacti .contacti-infos .contacti-info-a .contacti-info-a-title {
    font-size: 14px;
    margin: 12px 0 8px;
  }
  .contacti .contacti-infos .contacti-info-a .contacti-info-a-desc {
    font-size: 13px;
    margin-bottom: 7px;
  }
  .contacti .contacti-form-title {
    font-size: 24px;
  }
  .contacti .form-input .input {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
  .contacti .form-message .message {
    font-size: 14px;
    line-height: 40px;
    height: 170px;
  }
}
@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: 1250px) {
  .nban .nban-outer .nban-inner {
    padding: 0 0%;
  }
  .nban .nban-outer .nban-title {
    font-size: 30px;
    line-height: 42px;
  }
  .nban .nban-outer .nban-nav {
    margin-top: 12px;
  }
  .nban .nban-outer {
    top: 48%;
  }
  .headerM {
    display: block;
  }
  .header-index {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .nban {
    margin-top: 65px;
  }
  .contacti .contacti-outer {
    padding: 50px 5%;
  }
  .contacti .contacti-form-title {
    font-size: 21px;
  }
  footer .footer-bottom .footer-bottom-outer {
    padding: 26px 5%;
  }
  footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a a .text {
    font-size: 12px;
    line-height: 20px;
  }
  footer .footer-top .footer-lang {
    font-size: 13px;
  }
  footer .footer-top .footer-lang {
    padding: 0 13px;
  }
  footer .footer-top .footer-lang .lang-earth {
    width: 22px;
    height: 22px;
  }
  footer .footer-top .footer-lang .lang-earth-text {
    margin: 0 9px;
  }
  footer .footer-top .footer-top-outer {
    padding: 32px 5% 42px;
  }
}
@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;
  }
}
@media only screen and (max-width: 1023px) {
  footer .footer-top .footer-new-right {
    display: none;
  }
  footer .footer-top .footer-top-outer {
    padding: 40px 5% 42px;
  }
  footer .footer-top .footer-new-share .footer-share {
    display: flex;
    margin-top: 0;
  }
  footer .footer-top .footer-share .footer-share-a {
    margin-left: 32px;
    width: 36px;
  }
  footer .footer-top .footer-share .footer-share-a:nth-of-type(1) {
    margin-left: 0;
  }
  footer .footer-top .footer-share .footer-share-a .svg-box {
    width: 34px;
  }
  footer .footer-top .footer-share .footer-share-a1 .svg-box {
    width: 27px;
  }
  .company-seconds .company-seconds-inner {
    flex-wrap: wrap;
  }
  .company-seconds .company-seconds-item {
    min-width: 0;
    width: 33.33%;
  }
  .contacti .contacti-outer {
    padding: 42px 5%;
  }
  footer .footer-top .footer-lang {
    display: none;
  }
  footer .footer-top .footer-new-other {
    width: 100%;
    margin-top: 25px;
  }
  footer .footer-top .footer-new-share {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-top .footer-top-outer {
    flex-wrap: wrap;
  }
  footer .footer-top .footer-new-share .footer-contactShare {
    margin-top: 0;
  }
}
@media only screen and (max-width: 850px) {
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  footer .footer-bottom .footer-bottom-outer {
    padding: 26px 5% 100px;
  }
}
@media only screen and (max-width: 821px) {
  .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) {
  .webPage .pages-a {
    font-size: 22px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 5px;
  }
  .company-seconds .company-seconds-item {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 16px;
    min-width: 0;
  }
  .company-seconds {
    padding: 0 5%;
  }
  .nban {
    border-radius: 0px 0px 20px 20px;
  }
  .nban .nban-outer .nban-title {
    font-size: 21px;
    line-height: 30px;
  }
  .nban .nban-outer {
    top: 50%;
    width: 90%;
  }
  .nban .nban-outer .nban-nav {
    height: 0;
    overflow: hidden;
  }
  .contacti .contacti-outer {
    padding: 32px 5%;
  }
  .public-btn .public-more-inner {
    font-size: 14px;
  }
  .contacti .contacti-title .contacti-title-cur {
    min-width: auto;
    height: 30px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 30px;
  }
  .contacti .contacti-title .contacti-title-text1 {
    font-size: 22px;
    line-height: 32px;
    margin: 8px 0;
  }
  .contacti .contacti-title .contacti-title-text2 {
    font-size: 18px;
    line-height: 20px;
  }
  .contacti .contacti-title .contacti-title-text3 {
    font-size: 14px;
    line-height: 23px;
    margin: 6px 0 6px;
  }
  .contacti .contacti-infos {
    flex-wrap: wrap;
  }
  .contacti .contacti-infos .contacti-info-a {
    width: 100%;
    margin: 10px 0;
  }
  .contacti .contacti-form {
    margin: 10px auto 0;
    padding: 22px 16px 22px;
  }
  .contacti .contacti-form-title {
    font-size: 19px;
    line-height: 28px;
  }
  .contacti .form-input .form-input-one {
    width: 100%;
    margin-bottom: 16px;
  }
  .contacti .form-input {
    margin-bottom: 0;
  }
  .contacti .form-message .message {
    font-size: 12px;
    line-height: 24px;
  }
  .contacti .form-input .input {
    height: 46px;
    font-size: 12px;
    line-height: 46px;
  }
  .contacti .formButton-box .formButton {
    height: 50px;
  }
  .contacti .formButton-box .formButton .read-more-p {
    font-size: 14px;
    line-height: 50px;
  }
  footer .footer-top .footer-new-share {
    flex-direction: column;
  }
  footer .footer-top .footer-new-share .footer-share {
    margin-top: 26px;
  }
  footer .footer-top .footer-top-outer {
    padding: 23px 5% 30px;
  }
  footer .footer-top .footer-new-share .footer-contactShare {
    margin-top: 20px;
  }
  footer .footer-top .footer-new-other {
    margin-top: 15px;
  }
  footer .footer-top .footer-nav-one .pro-a a .text {
    font-size: 14px;
  }
  footer .footer-top .footer-nav-one .footer-nav-seconds .nav-second-a {
    margin-top: 12px;
  }
  footer .footer-top .footer-navs {
    flex-wrap: wrap;
  }
  footer .footer-top .footer-nav-one {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 641px) {
  .nban {
    margin-top: 50px;
  }
  .nban .nban-outer .nban-title {
    font-size: 17px;
    line-height: 28px;
  }
  .company-seconds .company-seconds-inner {
    flex-wrap: wrap;
  }
  .company-seconds .company-seconds-item {
    width: 50%;
  }
  .headerM .logo {
    height: 50px;
  }
  .langDialog .langDialog-inner .langDialog-title {
    font-size: 20px;
  }
  .langDialog .langDialog-inner .langDialog-main .langDialog-one {
    width: 48%;
    margin-right: 4%;
    font-size: 16px;
    height: 56px;
  }
  .langDialog .langDialog-inner .langDialog-main .langDialog-one:nth-of-type(3n) {
    margin-right: 4%;
  }
  .langDialog .langDialog-inner .langDialog-main .langDialog-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .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: 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;
  }
  .headerM .logo {
    height: 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: 10px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
}
@media (max-width: 396px) {
  .contacti .contacti-title .contacti-title-text3 {
    font-size: 12px;
    line-height: 22px;
  }
  .contacti .contacti-form-title {
    font-size: 17px;
    line-height: 26px;
  }
  footer .footer-bottom .footer-bottom-infor-a {
    font-size: 12px;
  }
}
@media (max-width: 376px) {
  .indexPage-last {
    padding-bottom: 32px;
  }
  .indexPage {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 364px) {
  .nban {
    aspect-ratio: auto;
    height: 230px;
  }
}
