.public-more {
  width: 160px;
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 23px;
  color: #FFFFFF;
  box-sizing: border-box;
  transition: color 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  overflow: hidden;
}
.public-more .public-more-right {
  width: 20px;
  height: 20px;
  background: #30A847;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  position: relative;
}
.public-more .public-more-right::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  background-image: url('https://file.easyrealgoods.com/handMovement/huizheng/right-lv.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  top: 200%;
  left: 0;
  transition: 0.5s;
  z-index: 5;
}
.public-more:before {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: block;
  transition: box-shadow 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.public-more:after {
  content: attr(data-text);
  position: absolute;
  opacity: 0;
  z-index: -1;
  height: 42px;
  line-height: 42px;
  top: 100%;
  transition: 0.5s;
  padding-right: 22px;
}
.public-more:hover {
  color: #fff;
  border: 1px solid #30A847;
}
.public-more:hover .public-more-right::after {
  top: 0;
  transition: 0.5s;
}
.public-more:hover:after {
  z-index: 5;
  opacity: 1;
  transition: 0.5s;
  top: 0;
}
.public-more:hover:before {
  box-shadow: inset 0 0 0 160px #30A847;
}
.public-more:active {
  transform: scale(0.99) translateY(1px);
}
footer {
  width: 100%;
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/footer-back.png') no-repeat;
  background-size: cover;
  background-position: bottom right;
}
footer .footer-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
footer .footer-bottom-infor-copyright-inner {
  width: 100%;
  background: #000000;
  padding: 35px 0;
  border-top: 1px solid #333;
}
footer .footer-bottom-infor-copyright-inner .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  line-height: 24px;
  transition: 0.5s;
  flex-wrap: wrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone .kongge {
  width: 6px;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone a {
  color: #fff;
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover a {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
footer .footer-top .footer-topLogo {
  width: 140px;
}
footer .footer-top .footer-topLogo img {
  width: 100%;
}
footer .footer-share {
  display: flex;
  padding-top: 20px;
}
footer .footer-share .footer-share-a {
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
footer .footer-share .footer-share-a .footer-share-box {
  width: 56px;
}
footer .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-share .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .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-share .footer-share-a .svg-box img {
  width: 100%;
}
footer .footer-share .footer-share-a1 {
  width: 20px;
}
footer .footer-share .footer-share-a1 .svg-box {
  width: 20px;
}
footer .footer-share .footer-share-a2 {
  width: 46px;
  margin-top: -4px;
}
footer .footer-share .footer-share-a2 .svg-box {
  width: 46px;
}
footer .footer-sharem {
  display: none;
}
footer .footer-nav {
  display: flex;
  width: calc(95% - 220px);
  justify-content: center;
  padding-top: 20px;
}
footer .footer-nav .footer-nav-one {
  max-width: calc(90% / 6);
  margin: 0 2%;
}
footer .footer-nav .footer-firstA {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
footer .footer-nav .footer-firstA:hover {
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
footer .footer-nav .footer-secondNav {
  margin-top: 20px;
}
footer .footer-nav .footer-secondNav a {
  font-size: 14px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  color: #FFFFFF;
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-nav .footer-secondNav a:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-bottom {
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-end;
}
footer .footer-bottom .footer-bottomLogo {
  display: none;
  width: 100px;
}
footer .footer-bottom .footer-bottomLogo img {
  width: 100%;
}
footer .footer-contactShare {
  width: 166px;
}
footer .footer-contactShare .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-left: 20px;
  opacity: 0.6;
  transition: 0.5s;
  display: inline-block;
}
footer .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 18px;
  max-height: 18px;
}
footer .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-center .footer-contactInfo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one a {
  color: #fff;
  width: 100%;
  display: block;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one .footer-infor-type {
  width: 150px;
  margin-bottom: 10px;
  margin-top: 10px;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one .footer-infor-type span {
  word-wrap: nowrap;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one .footer-infor-main {
  width: 150px;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one:hover .footer-infor-main {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one:hover .footer-infor-type img {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one:hover .footer-infor-type span {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one1 .footer-infor-type {
  width: auto;
  margin-right: 10px;
  word-wrap: normal;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one1 .footer-infor-main {
  width: calc(100% - 100px);
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one2 .footer-infor-type {
  width: auto;
  margin-right: 10px;
  word-wrap: normal;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one2 .footer-infor-main {
  width: calc(100% - 110px);
}
footer .footer-center .footer-contactInfo .footer-infor-type {
  display: flex;
  align-items: center;
}
footer .footer-center .footer-contactInfo .footer-infor-type img {
  width: auto;
  height: 36px;
  margin-right: 10px;
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-center .footer-contactInfo .footer-infor-type span {
  color: #FFFFFF;
  line-height: 20px;
  font-size: 14px;
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-address .footer-infor-type {
  width: 210px;
  margin-bottom: 8px;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-address .footer-infor-main {
  width: 210px;
  font-size: 14px;
}
footer .footer-center .footer-contactInfo .footer-infor-main {
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #DDDDDD;
  line-height: 24px;
  opacity: 0.6;
}
footer .footer-center .footer-contactInfo .contactLine {
  position: absolute;
  top: 30px;
  z-index: 12;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.2);
}
footer .footer-center .footer-contactInfo .contactLine:nth-of-type(1) {
  left: 25%;
}
footer .footer-center .footer-contactInfo .contactLine:nth-of-type(2) {
  left: 50%;
}
footer .footer-center .footer-contactInfo .contactLine:nth-of-type(3) {
  left: 75%;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  width: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 10px 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #30A847;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #30A847;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #30A847;
  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 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 46px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #30A847;
}
.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: #30A847;
  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 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-top {
  border-radius: 10px 10px 0px 0px;
}
.sidefixed .sideitem3-top .icon-box {
  border-radius: 10px 10px 0px 0px;
}
.sidefixed .sideitem4:hover {
  right: 180px;
}
.sidefixed .sideitem4 .sideins {
  width: 180px;
}
.sidefixed .sideitem1 {
  width: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #30A847;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #30A847;
  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: 46px;
}
.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: #30A847;
  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: 46px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #30A847;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #30A847;
}
.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: none !important;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -120%;
  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: 0px;
  z-index: 999;
  left: 0px;
  display: none;
  justify-content: space-between;
  background: #30A847;
}
.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: #30A847;
  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;
}
.header {
  width: 100%;
  position: fixed;
  transition: 0.5s;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 114px;
}
.header .img-default {
  display: block;
}
.header .img-active {
  display: none;
}
.header .img-default-logo {
  display: block;
}
.header .img-active-logo {
  display: none;
}
.header .header-inner {
  width: calc(100% - 120px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  position: relative;
}
.header .contactInfo {
  display: flex;
  align-items: center;
}
.header .contactInfo .header-lang-oneA {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-right: 22px;
}
.header .contactInfo .header-lang-oneA .topPhone-value {
  color: #FFFFFF;
}
.header .contactInfo .header-lang-oneA .topPhone-value-outer {
  display: flex;
}
.header .contactInfo .header-lang-oneA .topPhone {
  width: 20px;
  margin-right: 5px;
}
.header .contactInfo .header-lang-oneA .topEmail {
  width: 25px;
  margin-right: 5px;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.header .logo a {
  max-width: 100px;
  width: 100px;
  display: block;
}
.header .logo a img {
  width: 100%;
}
.header .header-right {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 15px;
  z-index: 300;
}
.header .header-right .header-lang-one1 {
  margin-right: 14px;
}
.header .header-right .header-lang-one {
  position: relative;
}
.header .header-right .header-lang-one .searchBtn {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.header .header-right .header-lang-one .searchBtn img {
  width: 20px;
}
.header .header-right .header-lang-one .searchInput {
  position: absolute;
  top: 30px;
  right: 0;
  width: 240px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-right .header-lang-one .searchInput .searchInput-inner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff !important;
}
.header .header-right .header-lang-one .searchInput .searchInput-inner .el-icon-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.header .header-right .header-lang-one .searchInput input {
  width: 240px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #30A847;
  background: #30A847;
  border-radius: 6px;
  color: #fff !important;
}
.header .header-right .header-lang-one .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.header .header-right .header-lang-one .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-right .header-lang-one .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.header .header-right .header-lang-one .langBtn .langBtnA {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-right .header-lang-one .langBtn .langBtnA img {
  width: 12px;
  margin-right: 0;
  margin-left: 4px;
}
.header .header-right .header-lang-one .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-right .header-lang-one .langList .langList-inner {
  width: 100%;
  background: #30A847;
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 10px;
  transition: all 0.5s;
}
.header .header-right .header-lang-one .langList .langList-inner a {
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}
.header .header-right .header-lang-one .langList .langList-inner .langList-last {
  border-bottom: 0;
}
.header .header-right .header-lang-one .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-right .header-lang-one .langListShow .langList-inner {
  padding: 8px 10px;
  transition: all 0.5s;
}
.header .header-right .header-lang-one .langListShow .langList-inner a {
  height: 32px;
  transition: all 0.5s;
}
.header .header-nav {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 712px;
}
.header .nav-item {
  width: auto;
  height: 100%;
  padding: 0 18px;
  display: flex;
  align-items: center;
}
.header .nav-item-other {
  position: relative;
}
.header .nav-item-first {
  width: 100%;
  height: 32px;
  background: transparent;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  transition: 0.5s;
}
.header .nav-item-first .nav-item-p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: left;
  word-break: break-word;
  transition: 0.5s;
}
.header .nav-item-first:hover .nav-item-p {
  color: #30A847;
  transition: 0.5s;
  border-bottom: 1px solid #30A847;
}
.header .nav-item-first-avtive .nav-item-p {
  color: #30A847;
  transition: 0.5s;
  border-bottom: 1px solid #30A847;
}
.header-dottom {
  height: 0 !important;
  padding-top: 0 !important;
  transition: 0.5s;
  overflow: hidden !important;
}
.header-active {
  background: #000000;
}
.nav-item-second {
  top: 100%;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  display: block;
  overflow: hidden;
  width: 136px;
  background: #13191E;
  border-radius: 0px 0px 10px 10px;
  transition: 1s;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-item-second .nav-item-second-inner {
  width: 100%;
  padding: 24px 24px;
}
.nav-item-second .second-nav-a-one {
  font-size: 14px;
  width: 100%;
  display: flex;
  color: #fff;
  line-height: 24px;
  margin-top: 15px;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.nav-item-second .second-nav-a-one:hover {
  color: #30A847;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one:nth-of-type(1) {
  margin-top: 0;
}
.nav-item-second-other {
  position: absolute;
  left: -20px;
}
.nav-item-pro .nav-item-second-pro {
  width: 200vw;
  position: fixed;
  left: calc(-50vw);
  margin: 0 auto;
  max-width: 200vw;
}
.nav-item-pro .nav-item-second-pro .nav-item-second-pro-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  transform: translateX(-38%);
}
.nav-item-pro .nav-item-second-pro .nav-item-second-pro-inner .second-nav-a-one {
  width: calc((100% - 12%) / 5);
  margin-right: 3%;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item-pro .nav-item-second-pro .nav-item-second-pro-inner .second-nav-a-one p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 34px;
  transition: 0.5s;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nav-item-pro .nav-item-second-pro .nav-item-second-pro-inner .second-nav-a-one i {
  color: #333333;
  transition: 0.5s;
}
.nav-item-pro .nav-item-second-pro .nav-item-second-pro-inner .second-nav-a-one:hover p {
  color: #30A847;
  transition: 0.5s;
}
.nav-item-pro .nav-item-second-pro .nav-item-second-pro-inner .second-nav-a-one:hover i {
  color: #30A847;
  transition: 0.5s;
}
.nav-item-pro .nav-item-second-pro .nav-item-second-pro-inner .second-nav-a-one::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333333;
  z-index: 2007;
}
.nav-item-pro .nav-item-second-pro .nav-item-second-pro-inner .second-nav-a-one::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(48, 168, 71, 0.5);
  z-index: 2008;
  transition: 0.5s;
}
.nav-item-pro .nav-item-second-pro .nav-item-second-pro-inner .second-nav-a-one:hover::before {
  width: 100%;
  transition: 0.5s;
}
.nav-item-pro .nav-item-second-pro .nav-item-second-pro-inner .second-nav-a-one:nth-of-type(5n) {
  margin-right: 0;
}
.user-menu-nav {
  z-index: 999;
  max-height: 380px;
  opacity: 1;
  transition: 0.8s;
  display: block;
  animation: aniPcNav 1s;
}
@keyframes aniPcNav {
  0% {
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 380px;
    display: block;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 90%;
  height: 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 .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerM .header-inner .langBtn .langBtnA img {
  width: 14px;
  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: #30A847;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}
.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 10px;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner a {
  height: 32px;
  transition: all 0.5s;
}
.headerM .header-inner .action_item {
  width: 34px;
  height: 22px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: #333;
}
.headerM .logo {
  width: auto;
  max-width: 140px;
}
.headerM .logo img {
  width: 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: 2000;
  height: 100vh;
  transform: translateY(-100vh);
  transition: 0.5s;
  background: #fff;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.top_nav .logo img {
  display: block;
  width: 120px;
}
.top_nav .top_nav_close {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.top_nav .top_nav_close svg {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 0px;
  cursor: pointer;
}
.top_nav .nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.top_nav .nav .li {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px 0;
}
.top_nav .nav .li .menu a {
  width: 40px;
  display: flex;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
}
.top_nav .nav .li .menu p {
  width: 48px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  transform: translateX(12px);
  transition: 0.5s;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 25px;
  transition: 0.5s;
}
.top_nav .nav .li .menu .index {
  font-size: 18px;
  color: #333;
}
.top_nav .nav .li .menu .name {
  font-size: 18px;
  color: #333;
  width: calc(100% - 50px);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
}
.top_nav .nav .li .menu .name:hover {
  color: #30A847;
}
.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: #30A847;
}
.indexPage {
  width: 100%;
  padding-top: 80px;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.indexPage-inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
}
.indexPage-last {
  padding-bottom: 110px;
}
.indexPage-last1 {
  padding-bottom: 80px;
}
.indexPage-desc {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  width: 100%;
}
.indexDesc-p {
  width: 50%;
  text-align: center;
  margin: 18px auto 38px;
}
.indexPage-title {
  font-size: 36px;
  line-height: 30px;
  font-weight: normal;
  color: #CCCCCC;
}
.indexPage-more-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexPage-more {
  height: 44px;
  background: #005485;
  border-radius: 10px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 44px;
  padding: 0 66px;
  cursor: pointer;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
.indexPage-more .read-more-p {
  position: relative;
  margin-left: 2px;
  height: 100%;
  z-index: 12;
  transition: 0.5s;
}
.indexPage-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
.indexPage-more .read-more-right {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
}
.indexPage-more:hover {
  background: #30A847;
  transition: 0.5s;
}
.indexPage-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contactMore {
  width: 300px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  background: transparent;
}
.contacti {
  position: relative;
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/contact-back.png') no-repeat;
  background-size: cover;
}
.contacti .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.contacti .indexPage-title {
  margin-bottom: 16px;
}
.contacti .contactFormWays {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contacti .contactFormWays .contactFormWays-a {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.contacti .contactFormWays .contactFormWays-a .contactFormWays-type {
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  margin-right: 8px;
}
.contacti .contactFormWays .contactFormWays-a .contactFormWays-value {
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #CCCCCC;
  line-height: 20px;
}
.contacti .contactMenthods {
  display: flex;
  flex-wrap: wrap;
}
.contacti .contactMenthods p {
  margin-right: 5px;
}
.contacti .form-inner {
  width: 45%;
}
.contacti .contacti-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.contacti .form {
  width: 50%;
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacti .form-input .input {
  width: 30%;
  border: 0;
  margin-top: 26px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: 600;
  line-height: 38px;
  height: 38px;
  color: #CCCCCC;
  background: #13191E;
  border-radius: 6px;
  padding: 0 5px 0 20px;
}
.contacti .form-input .input:focus {
  color: #333333;
  border: 0;
  outline: none;
}
.contacti .form-message {
  width: 100%;
  margin-top: 20px;
}
.contacti .form-message .message {
  width: 100%;
  padding: 0 5px 0 20px;
  height: 110px;
  border: 0;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: 600;
  color: #CCCCCC;
  background: #13191E;
  line-height: 38px;
  border-radius: 8px;
}
.contacti .form-message .message:focus {
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contacti .formButton-box .formButton {
  width: 122px;
  height: 36px;
  background: #30A847;
  border-radius: 6px;
  margin: 20px 0 0;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .formButton-p {
  position: relative;
  height: 36px;
  z-index: 12;
  transition: 0.5s;
  padding: 0 5px;
}
.contacti .formButton-box .formButton .formButton-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  transform: translateY(36px);
  line-height: 36px;
}
.contacti .formButton-box .formButton:hover {
  background: #30A847;
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover .formButton-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.read-more-btn {
  width: 172px;
  height: 52px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/more-back.png') no-repeat;
  overflow: hidden;
}
.read-more-btn img {
  width: 11px;
  height: 12px;
  margin-left: 9px;
}
.read-more-btn span {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.read-more-btn span::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.read-more-btn:hover span {
  transform: translateY(-100%);
  transition: 0.5s;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nban {
  position: relative;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-word {
  position: absolute;
  top: calc(50% + 50px);
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.nban .nban-word-cn {
  font-weight: 500;
  font-size: 68px;
  color: #FFFFFF;
  line-height: normal;
  margin-bottom: 2%;
}
.nban .nban-word-desc {
  font-weight: 400;
  font-size: 34px;
  color: #FFFFFF;
  line-height: normal;
}
.nban .nban-img {
  display: none !important;
}
.nban .nban-img-active {
  display: block !important;
}
.nside {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nside .indexPage-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside .index-nside {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.nside .index-nside .index-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.nside .nside-right {
  font-size: 16px;
  margin: 0 10px;
  color: #fff;
}
.nside .nside-a {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
}
.nside .nside-a:hover {
  color: #30A847;
  transition: 0.5s;
}
.nside .nside-a-last {
  color: #30A847;
  transition: 0.5s;
  white-space: normal;
}
.nside1 {
  padding-bottom: 35px;
}
.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 #30A847;
  background: #30A847 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (max-width: 1600px) {
  .header .contactInfo {
    display: block;
  }
}
@media only screen and (max-width: 1441px) {
  .nav-item-pro .nav-item-second-pro {
    width: 100vw;
    position: fixed;
    left: -27vw;
    margin: 0 auto;
    max-width: 100vw;
    top: 90px;
  }
  .nav-item-pro .nav-item-second-pro .nav-item-second-pro-inner {
    transform: translateX(0);
  }
  .nban .nban-word {
    top: calc(50% + 30px);
  }
  .nban .nban-word-cn {
    font-size: 52px;
    line-height: 50px;
    margin-bottom: 2%;
  }
  .nban .nban-word-desc {
    font-size: 30px;
    line-height: 30px;
  }
  .header .nav-item {
    padding: 0 14px;
  }
  .header {
    height: 90px;
  }
  .header-active {
    height: 84px;
  }
  .header .header-inner {
    padding-top: 4px;
  }
  .header .logo {
    padding: 0 15px;
  }
  .header .header-nav {
    width: 628px;
  }
  .header .logo a {
    max-width: 86px;
  }
  .indexPage-title {
    font-size: 32px;
  }
  .contacti .indexPage-title {
    margin-bottom: 14px;
  }
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last1 {
    padding-bottom: 60px;
  }
  .contacti .form-inner {
    width: 50%;
  }
  .contacti .form {
    width: 48%;
  }
  .contacti .contactFormWays {
    margin-top: 22px;
  }
  .indexPage-last {
    padding-bottom: 90px;
  }
  footer .footer-share {
    padding-top: 10px;
  }
  footer .footer-nav .footer-secondNav {
    margin-top: 14px;
  }
  footer .footer-top .footer-topLogo {
    width: 130px;
  }
  footer .footer-nav {
    padding-top: 10px;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 28px 0;
  }
  footer .footer-top {
    padding: 50px 0;
  }
  footer .footer-bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .nban .nban-word-cn {
    font-size: 44px;
    line-height: 44px;
  }
  .nban .nban-word-desc {
    font-size: 24px;
    line-height: 26px;
  }
  .header .header-inner {
    width: 94%;
  }
  .header .contactInfo .header-lang-oneA {
    margin-right: 15px;
  }
  .header .logo {
    padding: 0 12px;
  }
  .header .nav-item {
    padding: 0 10px;
  }
  .header .header-nav {
    width: 586px;
  }
  .public-more {
    width: 156px;
    height: 40px;
    line-height: 40px;
  }
  .public-more:after {
    height: 40px;
    line-height: 38px;
  }
  .public-more .public-more-right::after {
    width: 18px;
    height: 18px;
  }
  .public-more .public-more-right {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .indexPage-title {
    font-size: 30px;
  }
  .indexPage {
    padding-top: 50px;
  }
  .indexPage-last {
    padding-bottom: 72px;
  }
  .indexPage-last1 {
    padding-bottom: 50px;
  }
  .contacti .indexPage-title {
    margin-bottom: 10px;
  }
  .contacti .contactFormWays .contactFormWays-a {
    margin-top: 16px;
  }
  .contacti .contactFormWays {
    margin-top: 12px;
  }
  footer .footer-nav {
    width: calc(100% - 220px);
  }
  footer .footer-top {
    padding: 42px 0;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 25px 0;
  }
  footer .footer-bottom {
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 1270px) {
  .nav-item-pro .nav-item-second-pro {
    left: -22vw;
  }
}
@media only screen and (max-width: 1024px) {
  .nban {
    margin-top: 65px;
  }
  .nside {
    bottom: 10px;
  }
  .nban .nban-word-cn {
    font-size: 38px;
    line-height: 40px;
  }
  .nban .nban-word-desc {
    font-size: 20px;
    line-height: 22px;
  }
  .nban .nban-word {
    top: calc(50% - 12px);
  }
  .indexPage-outer {
    width: 90%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 42px;
  }
  .indexPage-last {
    padding-bottom: 58px;
  }
  .indexPage-last1 {
    padding-bottom: 42px;
  }
  .contacti .contactFormWays .contactFormWays-a .contactFormWays-value {
    font-size: 14px;
  }
  .contacti .form-input .input {
    width: 32%;
    margin-top: 20px;
    line-height: 36px;
    height: 36px;
    padding: 0 5px 0 10px;
  }
  .contacti .form-message .message {
    padding: 0 5px 0 10px;
  }
  .indexPage-title {
    font-size: 28px;
  }
  .contacti .indexPage-title {
    margin-bottom: 8px;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 20px 0;
  }
  footer .footer-nav .footer-firstA {
    font-size: 14px;
  }
  footer .footer-nav .footer-secondNav {
    margin-top: 4px;
  }
  footer .footer-nav .footer-secondNav a {
    margin-bottom: 6px;
  }
  footer .footer-outer {
    width: 90%;
  }
  footer .footer-inner {
    width: 100%;
  }
  .headerM {
    display: block;
  }
  .header {
    display: none;
  }
  .top_nav {
    display: block;
  }
}
@media only screen and (max-width: 820px) {
  .nban {
    margin-top: 52px;
  }
  .headerM .header-inner {
    height: 52px;
  }
  .nban .nban-word-cn {
    font-size: 30px;
    line-height: 38px;
  }
  .nban .nban-word-desc {
    font-size: 18px;
    line-height: 20px;
  }
  .public-more {
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .public-more .public-more-right {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    margin-left: 4px;
  }
  .indexPage-last1 {
    padding-bottom: 36px;
  }
  .indexPage-last {
    padding-bottom: 52px;
  }
  .indexPage {
    padding-top: 36px;
  }
  footer .footer-nav {
    justify-content: flex-start;
  }
  .contacti .form-message .message {
    font-size: 12px;
  }
  .indexPage-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .contacti .contactFormWays {
    margin-top: 0;
  }
  .contacti .form-message {
    margin-top: 12px;
  }
  .contacti .formButton-box .formButton {
    width: 110px;
    height: 32px;
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 32px;
  }
  .indexPage-title {
    font-size: 26px;
  }
  .contacti .contactFormWays .contactFormWays-a {
    width: 100%;
  }
  .contacti .form-input .input {
    width: 100%;
    margin-top: 12px;
    font-size: 12px;
  }
  .contacti .contactFormWays .contactFormWays-a .contactFormWays-value {
    font-size: 12px;
  }
  footer .footer-top {
    padding: 35px 0;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
    font-size: 12px;
  }
  footer .footer-nav {
    width: 100%;
    padding-top: 0;
  }
  footer .footer-nav .footer-nav-one {
    width: calc(100% / 6);
    max-width: 100%;
    margin-right: 2%;
    margin-left: 0;
  }
  footer .footer-bottom .footer-bottomLogo {
    display: block;
  }
  footer .footer-top .footer-share1 {
    display: none;
  }
  footer .footer-bottom {
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-bottom .footer-sharem {
    display: flex;
  }
  footer .footer-top .footer-topLogo {
    display: none;
  }
  footer .footer-bottom {
    padding-bottom: 28px;
  }
  footer .footer-nav .footer-firstA {
    font-size: 12px;
  }
  footer .footer-nav .footer-secondNav a {
    font-size: 12px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
    width: 100%;
  }
  footer {
    padding-bottom: 60px;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .sidefixed .sideitemOther {
    top: 0;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
}
@media only screen and (max-width: 640px) {
  .nban .nban-word-cn {
    font-size: 26px;
    line-height: 36px;
  }
  .nban .nban-word-desc {
    font-size: 14px;
    line-height: 18px;
  }
  .nside {
    bottom: 5px;
  }
  .top_nav .nav .li .menu p {
    margin-right: 8px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
  .indexPage-last1 {
    padding-bottom: 32px;
  }
  .indexPage-last {
    padding-bottom: 42px;
  }
  .contacti .indexPage-title {
    margin-bottom: 4px;
  }
  .contacti .contactFormWays .contactFormWays-a {
    margin-top: 12px;
  }
  .indexPage {
    padding-top: 32px;
  }
  .indexPage-title {
    font-size: 24px;
  }
  footer .footer-bottom {
    padding-bottom: 16px;
  }
  footer .footer-top {
    padding: 28px 0 15px;
  }
}
@media only screen and (max-width: 520px) {
  .sidefixedM .sideitem1 .sideins {
    left: 0;
    transform: translateX(0);
  }
  .nban .nban-word-cn {
    font-size: 18px;
    line-height: 24px;
  }
  .nban .nban-word-desc {
    font-size: 12px;
  }
  .nside .nside-a {
    font-size: 12px;
    line-height: 20px;
  }
  .nside .index-nside {
    font-size: 12px;
    line-height: 20px;
  }
  .nside .index-nside .index-icon {
    width: 18px;
    height: 20px;
    margin-right: 5px;
  }
  .nside .nside-right {
    font-size: 14px;
    margin: 0 6px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 14px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 22px;
  }
  .contacti .form-inner {
    width: 100%;
  }
  .contacti .indexPage-title {
    margin-bottom: 2px;
  }
  .indexPage-title {
    font-size: 20px;
  }
  .indexPage {
    padding-top: 26px;
  }
  .indexPage-last1 {
    padding-bottom: 26px;
  }
  .contacti .indexPage-inner {
    flex-wrap: wrap;
  }
  .contacti .form {
    width: 100%;
  }
  footer .footer-nav .footer-secondNav {
    display: none;
  }
  footer .footer-bottom {
    flex-wrap: wrap;
  }
  footer .footer-nav {
    flex-wrap: wrap;
  }
  footer .footer-nav .footer-nav-one {
    margin-right: 2%;
    margin-left: 0;
    width: 30%;
  }
  footer .footer-contactShare {
    width: 100%;
    margin-top: 15px;
  }
  footer .footer-contactShare .footer-center-bottom-one {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 431px) {
  .nban {
    margin-top: 42px;
  }
  .headerM .header-inner {
    height: 42px;
  }
  .headerM .logo {
    max-width: 90px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 18px;
    margin-left: 15px;
  }
  .top_nav .logo img {
    max-width: 100px;
  }
  .top_nav .top_nav_close svg {
    width: 20px;
    height: 20px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
}
