.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 60px;
  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: 22px;
  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: #00623A;
  transition: 0.5s;
  position: relative;
  right: 0px;
}
.sidefixed .sideitem3:hover {
  background: #00623A;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #00623A;
  transition: .5s;
}
.sidefixed .sideitem3:hover .icon-box::after {
  opacity: 0;
}
.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: 60px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #00623A;
  position: relative;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 .icon-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 24px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: 0.5s;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #00623A;
  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: 60px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #00623A;
  transition: .5s;
  position: relative;
  right: 0px;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #00623A;
  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: 60px;
  position: relative;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 .icon-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 24px;
  background: rgba(255, 255, 255, 0.4);
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #00623A;
  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: 60px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #00623A;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #00623A;
}
.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: 10px;
}
.sidefixed .sideitemOther {
  display: flex;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -112%;
  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: #00623A;
}
.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: #00623A;
  font-weight: 600;
}
.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: #fff;
  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 {
  font-weight: 600;
  color: #00623A;
}
.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;
}
.company-pro {
  background: #222222;
  z-index: 900;
  position: relative;
}
.contacti {
  position: relative;
  padding-bottom: 60px;
}
.contacti .indexPage-outer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacti .contacti-title-text {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  text-transform: uppercase;
}
.contacti .contacti-title {
  width: 30%;
  max-width: calc((90% - 360px) / 2);
}
.contacti .contacti-title .indexPage-desc {
  color: #999999;
  width: 100%;
  margin-top: 15px;
}
.contacti .contactMenthods {
  display: flex;
  width: 100%;
  z-index: 20;
  position: relative;
  margin-top: 4px;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  justify-content: flex-start;
}
.contacti .contactMenthods p {
  color: #999999;
  z-index: 12;
  margin-right: 10px;
}
.contacti .contactMenthods .contactMenthods-line {
  width: 2px;
  z-index: 12;
  height: 14px;
  opacity: 0.75;
  margin: 0 10px;
  background: #FFFFFF;
  transform: scaleX(0.5);
  display: none;
}
.contacti .contacti-info-box {
  width: 100%;
}
.contacti .contacti-info-box .contacti-info-one {
  width: 100%;
  margin-top: 38px;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val {
  width: 100%;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-text {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 17px;
  opacity: 0.6;
  font-family: 'SourceHanSansSC-R';
  width: 100%;
  margin-bottom: 10px;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 26px;
  font-family: 'Montserrat-Medium';
  width: 100%;
  transition: 0.5s;
  display: inline-block;
  position: relative;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a span {
  position: relative;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #00623A;
  content: "";
  transition: 0.5s;
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-val .contacti-info-a {
  color: #00623A;
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-val .contacti-info-a span::after {
  width: 100%;
}
.contacti .form-inner {
  width: 25%;
  max-width: calc((90% - 360px) / 2);
}
.contacti .form {
  width: 100%;
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacti .form-input .form-input-one {
  width: 100%;
  margin-top: 20px;
}
.contacti .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  border-bottom: 1px solid rgba(155, 156, 160, 0.6);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'SourceHanSansSC-R';
  line-height: 48px;
  height: 48px;
  background: transparent;
  border-radius: 0;
  padding: 0 5px 0 0;
}
.contacti .form-input .input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  line-height: 20px;
  outline: none;
}
.contacti .form-input .input:focus {
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
}
.contacti .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
  margin-top: 25px;
}
.contacti .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  border-bottom: 1px solid rgba(155, 156, 160, 0.6);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'SourceHanSansSC-R';
  line-height: 48px;
  height: 100px;
  background: transparent;
  border-radius: 0;
  padding: 5px 5px 0 0;
}
.contacti .form-message .message::placeholder {
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  line-height: 20px;
  outline: none;
}
.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;
  margin-top: 30px;
  z-index: 20;
  position: relative;
}
.contacti .formButton-box .formButton {
  width: 150px;
  height: 40px;
  background: transparent;
  border-radius: 20px;
  z-index: 12;
  overflow: hidden;
  transition: 0.5s;
  line-height: 46px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.contacti .formButton-box .formButton .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: 100%;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-moredot {
  width: 0;
  transition: 0.5s;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  animation: moreAni 1.2s infinite;
}
.contacti .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  transition: 0.5s;
  opacity: 0.5;
}
.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%);
  opacity: 0.5;
}
.contacti .formButton-box .formButton:hover {
  border: 1px solid #00623A;
  background: #00623A;
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contacti .formButton-box .formButton:hover .read-moredot {
  width: auto;
}
.contacti .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
  opacity: 1;
}
.contacti .formButton-box .formButton:hover .read-more-p::before {
  opacity: 1;
}
.contacti .formButton-box .form-up-btn {
  margin-right: 20px;
  width: 150px;
  height: 40px;
  background: transparent;
  border-radius: 20px;
  z-index: 12;
  overflow: hidden;
  transition: 0.5s;
  line-height: 46px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  border: 1px solid #ffffff;
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.contacti .formButton-box .form-up-btn .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: 100%;
  transition: 0.5s;
}
.contacti .formButton-box .form-up-btn .read-moredot {
  width: 0;
  transition: 0.5s;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  animation: moreAni 1.2s infinite;
}
.contacti .formButton-box .form-up-btn .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  transition: 0.5s;
}
.contacti .formButton-box .form-up-btn .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
}
.contacti .formButton-box .form-up-btn:hover {
  background: #00623A;
  border: 1px solid #00623A;
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contacti .formButton-box .form-up-btn:hover .read-moredot {
  width: auto;
}
.contacti .formButton-box .form-up-btn:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .footer-new-nav {
  width: 160px;
}
.contacti .footer-new-nav .footer-nav-cur {
  width: 100%;
}
.contacti .footer-new-nav .footer-nav-cur .footer-nav-a {
  width: 100%;
  margin-bottom: 28px;
}
.contacti .footer-new-nav .footer-nav-cur a {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
  transition: 0.5s;
  display: inline;
  position: relative;
}
.contacti .footer-new-nav .footer-nav-cur a:hover {
  opacity: 1;
}
.contacti .footer-new-nav .footer-nav-cur a:hover::after {
  width: 100%;
}
.contacti .footer-new-nav .footer-nav-cur .a1 {
  opacity: 1;
}
.contacti .footer-new-nav .footer-nav-cur a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
}
.contacti .contacti-share-box {
  width: 200px;
}
.contacti .footer-share-title {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.contacti .footer-share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 25px 0;
}
.contacti .footer-share-a {
  margin-right: 30px;
  width: 56px;
  position: relative;
  cursor: pointer;
}
.contacti .footer-share-a .footer-share-box {
  width: 56px;
}
.contacti .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;
}
.contacti .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
.contacti .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;
  /* 你可以改变颜色 */
}
.contacti .footer-share-a .svg-box {
  width: 56px;
}
.contacti .footer-share-a .svg-box img {
  width: 100%;
  opacity: 0.6;
  transition: 0.5s;
}
.contacti .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
.contacti .footer-share-a1 {
  width: 20px;
}
.contacti .footer-share-a1 .svg-box {
  width: 20px;
}
.contacti .footer-contactShare {
  width: 100%;
  display: flex;
  align-items: center;
}
.contacti .footer-contactShare .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-right: 20px;
  opacity: 0.35;
  transition: 0.5s;
  display: inline-block;
}
.contacti .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 18px;
  max-height: 18px;
}
.contacti .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 0.6;
  transition: 0.5s;
}
@keyframes moreAni {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(8px);
    opacity: 0.8;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
footer {
  background: #222222;
}
footer .footer-side {
  display: flex;
  align-items: center;
}
footer .footer-new-bottom {
  width: 100%;
  border-top: 1px solid rgba(188, 188, 188, 0.3);
}
footer .footer-new-bottom .indexPage-outer {
  padding: 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-new-bottom .footer-new-bottom-one {
  display: flex;
  align-items: center;
}
footer .footer-new-bottom .footer-bottom-infor-aone {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  flex-wrap: wrap;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-new-bottom .footer-bottom-infor-aone a {
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone:hover a {
  opacity: 1;
  transition: 0.5s;
}
footer .infor-copyright-one {
  display: flex;
}
footer .infor-copyright-one a {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
}
footer .infor-copyright-one a:hover {
  opacity: 1;
}
footer .infor-copyright-one .footer-bottom-infor-aone {
  margin-right: 20px;
}
footer .footer-contactShare {
  width: 166px;
  display: flex;
  align-items: center;
}
footer .footer-contactShare .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-left: 20px;
  opacity: 0.4;
  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: 0.6;
  transition: 0.5s;
}
footer .footer-new-top {
  display: none;
}
footer .footer-new-top .footer-new-share {
  padding-top: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .footer-new-top .footer-new-logo {
  width: 300px;
}
footer .footer-new-top .footer-new-logo img {
  width: 100%;
  display: block;
}
footer .footer-new-top .footer-c-share {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 360px;
  height: 64px;
  border-right: 1px solid rgba(29, 76, 179, 0.3);
  padding-bottom: 6px;
}
footer .footer-new-top .footer-navs {
  width: 100%;
  padding: 6.7% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-new-top .footer-navs a {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
  transition: 0.5s;
  display: block;
  position: relative;
}
footer .footer-new-top .footer-navs a:hover {
  opacity: 1;
}
footer .footer-new-top .footer-navs a:hover:after {
  width: 100%;
}
footer .footer-new-top .footer-navs .a1 {
  opacity: 1;
}
footer .footer-new-top .footer-navs a:after {
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  transition: 0.5s;
}
.public-more {
  width: 150px;
  height: 40px;
  background: transparent;
  border-radius: 20px;
  z-index: 12;
  overflow: hidden;
  transition: 0.5s;
  line-height: 46px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  border: 1px solid #ffffff;
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.public-more .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: 100%;
  transition: 0.5s;
}
.public-more .read-moredot {
  width: 0;
  transition: 0.5s;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  animation: moreAni 1.2s infinite;
}
.public-more .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  transition: 0.5s;
}
.public-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
}
.public-more:hover {
  border: 1px solid #00623A;
  background: #00623A;
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.public-more:hover .read-moredot {
  width: auto;
}
.public-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
  opacity: 1;
}
.public-more:hover .read-more-p::before {
  opacity: 1;
}
.videoPopup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.videoPopup .videoPopup-inner {
  width: 80%;
  height: 80%;
  position: relative;
}
.videoPopup .videoPopup-inner video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
}
.videoPopup .videoPopup-inner .videoPopup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 68px;
  color: #fff;
  line-height: 72px;
  cursor: pointer;
  z-index: 4001;
}
.videoPopup-show {
  z-index: 4000;
  display: flex;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.company-pro {
  margin-top: -1px;
}
.after-swiper {
  width: 480px;
  overflow: visible;
  position: relative;
}
.after-swiper .after-swiper-slide {
  width: 100%;
  margin-right: 0;
  height: auto;
  padding: 60px 50px;
  opacity: 0.5;
  transition: 0.5s;
  cursor: pointer;
}
.after-swiper .after-swiper-slide .after-index p {
  width: 42px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 19px;
  font-family: 'LamaSans-R';
}
.after-swiper .after-swiper-slide .after-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  margin: 18px 0 35px;
}
.after-swiper .after-swiper-slide .after-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
}
.after-swiper .after-swiper-slide:hover {
  opacity: 1;
}
.after-swiper .after-detail-inner-active {
  opacity: 1;
}
.after-swiper::after {
  position: absolute;
  width: 100vw;
  height: 1px;
  content: "";
  left: 0;
  top: 0;
  background: rgba(245, 250, 250, 0.5);
}
.after-swiper::before {
  position: absolute;
  width: 100vw;
  height: 1px;
  content: "";
  left: 0;
  bottom: 0;
  background: rgba(245, 250, 250, 0.5);
}
.header-index {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  max-height: 111px;
  background: #FFFFFF;
  transition: max-height 1s;
}
.header-index .header-index-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  transition: 0.5s;
  position: relative;
}
.header-index .header-index-inner .header-tn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
.header-index .header-index-inner .header-index-search {
  width: calc((100% - 200px) / 2);
}
.header-index .header-index-inner .header-index-search .header-index-search-inner {
  width: 360px;
  height: 33px;
  border: 1px solid #999999;
  cursor: pointer;
  position: relative;
}
.header-index .header-index-inner .header-index-search .header-index-search-inner img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 18px;
}
.header-index .header-index-inner .logo-index {
  width: 150px;
  height: 35px;
  transform: translateX(-25px);
}
.header-index .header-index-inner .logo-index a {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.header-index .header-index-inner .logo-index a img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header-index .header-index-inner .header-index-nav {
  width: 100%;
}
.header-index .header-index-inner .header-index-nav nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 15px;
  font-weight: normal;
  font-size: 16px;
  height: 60px;
  line-height: 24px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333333;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.5s;
  transform: scale(1);
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  margin: 0 auto;
  background: #00623A;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
  background-size: 100% 100%;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  transform: scale(1.05);
  font-weight: bold;
  color: #00623A;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  font-weight: bold;
  color: #00623A;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc((100% - 200px) / 2);
}
.header-index .header-index-inner .header-index-right .header-phone {
  margin-left: 10px;
}
.header-index .header-index-inner .header-index-right .header-phone a {
  color: #333333;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact1:hover .header-phone a {
  color: #00623A;
}
.header-index .header-index-inner .header-index-right .header-index-contact1 .header-lang-oneA-val {
  display: none;
}
.header-index .header-index-inner .header-index-right .header-index-langs {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  justify-content: center;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 24px;
  transition: 0.5s;
  margin-left: 10px;
  text-transform: uppercase;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-dom {
  width: 30px;
  height: 22px;
  position: relative;
  margin-right: 6px;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-botom {
  width: 8px;
  height: 8px;
  position: relative;
  margin-left: 6px;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-botom svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-icon {
  position: relative;
  color: #333333;
  margin-left: 6px;
  font-size: 16px;
}
.header-index .header-index-inner .header-index-right .header-index-langs img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover {
  color: #00623A;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover .nav-active-img {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-line {
  width: 1px;
  height: 15px;
  background: #333333;
  opacity: 0.4;
}
.header-index .header-index-inner .header-index-right .header-index-contact {
  padding: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.header-index .header-index-inner .header-index-right .header-index-contact .contact-icon {
  width: 20px;
  cursor: pointer;
  height: 20px;
  position: relative;
}
.header-index .header-index-inner .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-inner .header-index-right .header-index-contact .header-lang-oneA-val {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 38px;
  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-inner .header-index-right .header-index-contact .header-lang-oneA-val .header-lang-oneA-val-inner {
  min-width: 224px;
  border-radius: 18px;
  padding: 4px 12px;
  margin-top: 16px;
  text-align: center;
  background: #fff;
  position: relative;
}
.header-index .header-index-inner .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: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val a {
  color: #00623A;
  white-space: nowrap;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val:hover span::after {
  width: 100%;
  background: #00623A;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact span {
  position: relative;
}
.header-index .header-index-inner .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-inner .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-inner .header-index-right .header-index-contact:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-active-img {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-search {
  cursor: pointer;
  padding: 0 20px;
}
.header-index .header-index-inner .header-index-right .header-index-search .header-index-search-inner {
  width: 20px;
  display: flex;
  height: 20px;
  position: relative;
  align-items: center;
}
.header-index .header-index-inner .header-index-right .header-index-search img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-active-img {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-cur-img {
  opacity: 0;
}
.header-index .nav-default-img {
  opacity: 1;
}
.header-index .nav-active-img {
  opacity: 0;
}
.header-index .nav-cur-img {
  opacity: 0;
}
.header-index .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header-index .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header2 {
  padding: 0 0;
  background: #FFFFFF;
  transition: 0.5s;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  background: #00623A;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #00623A;
  font-weight: bold;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
}
.header2 .header-index-inner .header-index-right .header-index-line {
  background: #333;
}
.header2 .header-index-inner .header-index-right .header-phone a {
  color: #333;
}
.header2 .header-index-inner .header-index-right .header-index-langs {
  color: #333;
}
.header2 .nav-default-img {
  opacity: 0;
}
.header2 .nav-active-img {
  opacity: 0;
}
.header2 .nav-cur-img {
  opacity: 1;
}
.header2 .logo-active {
  opacity: 1;
}
.header2 .logo-default {
  opacity: 0;
}
.header1 {
  background: #FFFFFF;
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
  overflow: hidden;
}
.header-active {
  padding: 0 0;
  background: #FFFFFF;
  transition: 0.5s;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  background: #00623A;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #00623A;
  font-weight: bold;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
}
.header-active .header-index-inner .header-index-right .header-index-line {
  background: #333;
}
.header-active .header-index-inner .header-index-right .header-phone a {
  color: #333;
}
.header-active .header-index-inner .header-index-right .header-index-langs {
  color: #333;
}
.header-active .nav-default-img {
  opacity: 0;
}
.header-active .nav-active-img {
  opacity: 0;
}
.header-active .nav-cur-img {
  opacity: 1;
}
.header-active .logo-active {
  opacity: 1;
}
.header-active .logo-default {
  opacity: 0;
}
.header-visible {
  overflow: visible !important;
}
.headerDottom-pro {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.headerDottom {
  max-height: 0 !important;
  z-index: -1 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.header-height {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 1s;
  z-index: 1000;
}
.langDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.langDialog .langDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.langDialog .langDialog-inner .langDialog-close {
  position: absolute;
  width: 160px;
  height: 160px;
  cursor: pointer;
  top: -80px;
  right: -80px;
  background: #00623A;
  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: #00623A;
  border: 1px solid #00623A;
  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: #00623A;
  border: 1px solid #00623A;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}
.searchDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.searchDialog .searchDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.searchDialog .searchDialog-inner .searchDialog-close {
  position: absolute;
  cursor: pointer;
  width: 160px;
  height: 160px;
  top: -80px;
  right: -80px;
  background: #00623A;
  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;
}
.pageNside {
  width: 100%;
  height: 100%;
  background: #00623a;
  padding: 24px 0;
}
.pageNside .indexPage-outer {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  position: relative;
}
.pageNside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pageNside .nside-first a {
  color: #fff;
  max-width: calc(100% - 30px);
}
.pageNside .nside-first .index-nside {
  display: flex;
  align-content: center;
}
.pageNside .nside-first .index-nside .index-dot {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.pageNside .nside-first .index-nside .index-dot svg {
  width: 100%;
  height: 100%;
}
.pageNside .nside-first .nside-right {
  margin: 0 10px;
  color: #fff;
  font-size: 18px;
}
.pageNside .nside-a-last {
  font-weight: 550;
}
.stroked-text {
  padding-bottom: 50px;
  width: 100%;
}
.stroked-text img {
  display: block;
  max-width: 567px;
  width: 60%;
}
.indexPage-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
}
.indexPage-title .indexPage-title-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexPage-title-bottom {
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  margin-bottom: 40px;
  padding-bottom: 22px;
}
.indexPage-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.page-title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 34px;
}
.page-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 110px;
  background: #fff;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 2001;
  overflow: hidden;
  left: 0;
}
.nav-item-second .pro-outer {
  position: relative;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
  padding: 50px 0;
}
.nav-item-second .pro-outer .pro-outer-all {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.nav-item-second .pro-outer .nav-types-left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-item-second .pro-outer .nav-types-pro {
  width: auto;
  transition: 0.5s;
  cursor: pointer;
  margin: 20px 5%;
  max-width: 15%;
  text-align: center;
}
.nav-item-second .pro-outer .nav-types-pro .proi-img {
  width: 50px;
  height: 50px;
  position: relative;
}
.nav-item-second .pro-outer .nav-types-pro .proi-img .default {
  opacity: 0.8;
}
.nav-item-second .pro-outer .nav-types-pro .proi-img .active {
  opacity: 0;
}
.nav-item-second .pro-outer .nav-types-pro .proi-img img {
  width: 100%;
  display: block;
  transition: 0.5s;
  position: absolute;
  height: 100%;
  object-fit: scale-down;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0) rotateY(0deg);
}
.nav-item-second .pro-outer .nav-types-pro a {
  font-weight: 500;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  width: 100%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.nav-item-second .pro-outer .nav-types-pro .proi-text {
  width: 100%;
  margin-top: 12px;
  position: relative;
}
.nav-item-second .pro-outer .nav-types-pro .proi-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #00623A;
  transition: 0.5s;
}
.nav-item-second .pro-outer .nav-types-pro:hover a {
  color: #00623A;
}
.nav-item-second .pro-outer .nav-types-pro:hover .proi-text::after {
  width: 100%;
}
.nav-item-second .pro-outer .nav-types-pro:hover .proi-img .default {
  opacity: 0;
}
.nav-item-second .pro-outer .nav-types-pro:hover .proi-img .active {
  opacity: 1;
}
.nav-item-second .pro-outer .nav-types-pro:hover .proi-img img {
  transform: translate(-50%, 0) rotateY(360deg);
}
.nav-item-second .pro-outer .nav-types-pro-active a {
  color: #00623A;
}
.nav-item-second .pro-outer .nav-types-pro-active .proi-img .default {
  opacity: 0;
}
.nav-item-second .pro-outer .nav-types-pro-active .proi-img .active {
  opacity: 1;
}
.nav-item-second .pro-outer .nav-types-pro-active .proi-img img {
  transform: translate(-50%, 0) rotateY(360deg);
}
.nav-item-second .pro-outer .nav-types-right {
  width: 100%;
  transition: 0.5s;
}
.nav-item-second .pro-outer .itemProduct-pro-one {
  display: none;
  flex-wrap: wrap;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro {
  width: calc((100% - 40px) / 3);
  border-radius: 10px;
  background: #F2F6F7;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  align-items: center;
  margin-right: 20px;
  margin-top: 30px;
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro .proi-main-img {
  width: 35%;
  display: block;
  overflow: hidden;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro .proi-main-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro .proi-main-text {
  width: 60%;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro .proi-main-name {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 22px;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro .public-more {
  border: 1px solid #00623A;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro .public-more .read-more-p {
  color: #00623A;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro:hover .proi-main-name {
  color: #00623A;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro:hover .proi-main-img img {
  transform: scale(1.2);
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro:hover .public-more {
  background: #00623A;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro:hover .public-more .read-more-p {
  color: #fff;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro-other {
  transform: translateX(12px);
  opacity: 0;
}
.nav-item-second .pro-outer .itemProduct-pro-one .itemProduct-pro:nth-of-type(3n) {
  margin-right: 0;
}
.nav-item-second .pro-outer .itemProduct-pro-one-show {
  display: flex;
}
.nav-item-second .pro-outer::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #F2F6F7;
  content: "";
}
.user-menu-nav {
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 1.2s;
}
@keyframes aniPcNav {
  0% {
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 100vh;
    display: block;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 90%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .header-inner .header-lang {
  display: flex;
  align-items: center;
}
.headerM .header-inner .header-lang-one {
  position: relative;
}
.headerM .header-inner .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtn .langBtn-img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.headerM .header-inner .langBtn .langBtn-img img {
  position: absolute;
  height: 18px;
  left: 0;
  top: 0;
}
.headerM .header-inner .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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(0, 98, 58, 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: #00623a;
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 24px);
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.headerM .header-inner .langList .langList-inner a:nth-last-of-type(1):after {
  display: none;
}
.headerM .header-inner .langList .langList-inner .langList-last {
  border-bottom: 0;
}
.headerM .header-inner .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner a {
  height: 32px;
  padding: 0 10px;
  transition: all 0.5s;
}
.headerM .header-inner .action_item {
  width: 34px;
  height: 22px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: #333;
}
.headerM .logo {
  height: 42px;
}
.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: 40px;
}
.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 .proMenu-a {
  width: 230px;
  height: 42px;
  background: #18434A;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 10px;
}
.top_nav .proMenu-a .proMenu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.top_nav .proMenu-a .proMenu-icon img {
  width: 100%;
}
.top_nav .proMenu-a:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  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 p {
  width: 30px;
  height: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: #00623A;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  background: transparent;
  border: 1px solid #00623A;
  color: #00623A;
  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;
  transition: 0.5s;
}
.top_nav .nav .li .menu .name:hover {
  color: #00623A;
  transition: 0.5s;
}
.top_nav .nav .li .menu2 {
  width: 100%;
  height: auto;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 4%;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.5s linear;
}
.top_nav .nav .li .menu2 .item_list {
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val {
  line-height: 24px;
}
.top_nav .nav .li .menu2 .item_val a {
  color: #333;
  display: flex;
  margin-bottom: 6px;
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val a span {
  font-size: 12px;
  margin-right: 8px;
  white-space: nowrap;
}
.top_nav .nav .li .menu2 .item_val a p {
  font-size: 16px;
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #00623A;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1800px;
}
.indexPage-inner {
  width: 94%;
  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 .pageBtn {
  cursor: pointer;
  border-radius: 18px;
  text-align: center;
  width: 120px;
  height: 36px;
  transition: 0.5s;
  border: 1px solid #00623A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webPage .pageBtn .web-icon {
  font-weight: 400;
  font-size: 18px;
  color: #00623A;
  line-height: 36px;
  display: none;
}
.webPage .pageBtn .web-text {
  font-weight: 400;
  font-size: 14px;
  color: #00623A;
  line-height: 36px;
}
.webPage .pageBtn:hover {
  background: #00623A;
}
.webPage .pageBtn:hover .web-icon {
  color: #fff;
}
.webPage .pageBtn:hover .web-text {
  color: #fff;
}
.webPage .pre-pageBtn {
  margin-right: 18px;
}
.webPage .next-pageBtn {
  margin-left: 18px;
}
.webPage .pageBtn-active {
  background: #00623A;
}
.webPage .pageBtn-active .web-text {
  color: #fff;
}
.webPage .pageBtn-active .web-icon {
  color: #fff;
}
.webPage .webPage-num {
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive {
  margin: 0 4px;
  color: #00623A;
  display: flex;
  align-items: center;
  text-align: center;
}
.webPage .webPage-num .excessive p {
  color: #fff;
  background: #00623A;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  margin: 0 14px;
}
.webPage .pages-a {
  width: 36px;
  height: 36px;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  color: #00623A;
  line-height: 36px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 5px;
}
.webPage .pages-a:hover {
  background: #00623A;
  color: #fff;
}
.webPage .pages-a-active {
  background: #00623A;
  color: #fff;
}
.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;
}
.nban {
  position: relative;
  margin-top: 111px;
  overflow: hidden;
}
.nban .nban-cn {
  font-weight: 500;
  font-size: 36px;
  color: #00623A;
  line-height: 42px;
  margin-bottom: 20px;
}
.nban .nban-en {
  font-weight: bold;
  font-size: 163px;
  color: #00623A;
  line-height: 163px;
  font-family: 'LamaSans-M';
  text-transform: uppercase;
  transform: translateX(-12px);
}
.nban .nban-nav {
  margin: 30px 0 50px;
  display: flex;
  position: relative;
}
.nban .nban-nav .proTypeXin-one {
  width: auto;
  margin-right: 30px;
  position: relative;
}
.nban .nban-nav .proTypeXin-one .proTypeXin-a {
  display: flex;
  align-items: center;
}
.nban .nban-nav .proTypeXin-one .proTypeXin-a .dot {
  width: 13px;
  height: 13px;
  margin-right: 16px;
}
.nban .nban-nav .proTypeXin-one .proTypeXin-a .dot p {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #00623A;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.5s;
}
.nban .nban-nav .proTypeXin-one .proTypeXin-a .text {
  font-weight: bold;
  font-size: 14px;
  color: #00623A;
  line-height: 38px;
  opacity: 0.5;
  transition: 0.5s;
}
.nban .nban-nav .proTypeXin-one:hover .proTypeXin-a .dot p {
  transform: scale(1);
  opacity: 1;
}
.nban .nban-nav .proTypeXin-one:hover .proTypeXin-a .text {
  opacity: 1;
}
.nban .nban-nav .proTypeFirst-xin-active .proTypeXin-a .dot p {
  transform: scale(1);
  opacity: 1;
}
.nban .nban-nav .proTypeFirst-xin-active .proTypeXin-a .text {
  opacity: 1;
}
.nban .nban-nav .proTypeXin-one:nth-last-of-type(1) {
  margin-right: 0;
}
.nban .nban-nav .proTypeXin-one:nth-last-of-type(1)::after {
  position: absolute;
  top: 19px;
  left: calc(100% + 30px);
  width: 100vw;
  height: 1px;
  content: "";
  background: rgba(0, 98, 58, 0.5);
}
.nban .nban-nav::before {
  position: absolute;
  top: 19px;
  right: 100%;
  width: 100vw;
  height: 1px;
  content: "";
  background: rgba(0, 98, 58, 0.5);
}
.inner-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #333333;
  z-index: 12;
}
.inner-nav .inner-nav-a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.inner-nav .inner-nav-a .inner-nav-line {
  width: 30px;
  height: 1px;
  position: relative;
  margin-right: 12px;
}
.inner-nav .inner-nav-a .inner-nav-line::after {
  width: 0;
  height: 1px;
  background: #00623A;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  transition: 0.5s;
}
.inner-nav .inner-nav-a .inner-nav-val {
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  opacity: 0.5;
  transition: 0.5s;
}
.inner-nav .inner-nav-a:hover .inner-nav-line::after {
  width: 100%;
}
.inner-nav .inner-nav-a:hover .inner-nav-val {
  color: #00623A;
  opacity: 1;
}
.inner-nav .inner-nav-a-active .inner-nav-line::after {
  width: 100%;
}
.inner-nav .inner-nav-a-active .inner-nav-val {
  color: #00623A;
  opacity: 1;
}
.inner-nav1 {
  color: #fff;
}
.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;
}
.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 #00623A;
  background: #00623A !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (max-width: 1860px) {
  .nban .nban-cn {
    font-size: 28px;
    line-height: 32px;
  }
  .nban .nban-en {
    font-size: 110px;
    line-height: 112px;
  }
  .nban {
    padding: 70px 0;
  }
  footer .footer-new-top .footer-navs {
    padding: 52px 0;
  }
  footer .footer-new-top .footer-new-share {
    padding-top: 60px;
  }
  .after-swiper .after-swiper-slide .after-title {
    font-size: 20px;
    margin: 14px 0 26px;
  }
}
@media only screen and (max-width: 1681px) {
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
  .nban {
    padding: 60px 0;
  }
  footer .footer-new-top .footer-navs {
    padding: 40px 0;
  }
  footer .footer-new-top .footer-new-share {
    padding-top: 50px;
  }
  footer .footer-new-top .footer-new-logo {
    width: 250px;
  }
}
@media only screen and (max-width: 1600px) {
  .nban .nban-en {
    font-size: 90px;
    line-height: 98px;
  }
}
@media only screen and (max-width: 1441px) {
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
  .nban {
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 1367px) {
  .header-index .header-index-inner .header-index-right {
    width: calc((100% - 190px) / 2);
  }
  .header-index .header-index-inner {
    width: 92%;
  }
  .contacti .footer-new-nav {
    width: 136px;
  }
  .contacti .contacti-share-box {
    width: 166px;
  }
  .contacti .form-inner {
    width: 28%;
  }
  .contacti .footer-new-nav .footer-nav-cur .footer-nav-a {
    margin-bottom: 24px;
  }
  .after-swiper .after-swiper-slide {
    padding: 52px 38px;
  }
}
@media only screen and (max-width: 1350px) {
  .contacti .contactMenthods {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1281px) {
  .after-swiper .after-swiper-slide .after-title {
    font-size: 18px;
    margin: 14px 0 18px;
  }
  .after-swiper .after-swiper-slide {
    padding: 48px 28px;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 55px;
  }
  .indexPage-last {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1278px) {
  .nban {
    padding: 50px 0 40px;
  }
  .nban .nban-cn {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .nban .nban-en {
    font-size: 80px;
    line-height: 86px;
  }
}
@media only screen and (max-width: 1250px) {
  .after-swiper {
    width: 400px;
  }
  .nban {
    margin-top: 65px;
  }
  footer .footer-new-top .footer-new-logo {
    width: 200px;
  }
  footer .footer-new-top .footer-navs {
    padding: 40px 0 35px;
  }
  .headerM {
    display: block;
  }
  .header-index {
    display: none;
  }
  .top_nav {
    display: block;
  }
  footer .footer-new-bottom .indexPage-outer {
    padding: 25px 0 25px;
  }
  footer .footer-new-top .footer-new-share {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  .webPage .pages-a {
    font-size: 14px;
  }
  .contacti .contacti-title {
    width: 45%;
    max-width: 100%;
  }
  .contacti .form-inner {
    width: 45%;
    max-width: 100%;
  }
  .contacti .footer-new-nav {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .contacti .footer-new-nav .footer-nav-cur .footer-nav-a {
    width: auto;
  }
  .contacti .contacti-info-box .contacti-info-one {
    margin-top: 32px;
  }
  .contacti {
    padding-bottom: 46px;
  }
  .contacti .footer-new-nav .footer-nav-cur {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer-new-bottom .indexPage-outer {
    flex-wrap: wrap;
  }
}
@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;
  }
  .nban {
    padding: 50px 0 40px;
  }
  .contacti .footer-new-nav .footer-nav-cur {
    flex-wrap: wrap;
  }
  .contacti .footer-new-nav .footer-nav-cur .footer-nav-a {
    width: 33.33%;
    margin-bottom: 18px;
  }
  footer .footer-new-top .footer-navs {
    flex-wrap: wrap;
  }
  footer .footer-new-top .footer-navs a {
    width: 33.33%;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 1020px) {
  .webPage .pages-a {
    margin: 0 6px;
  }
}
@media only screen and (max-width: 920px) {
  .nban .nban-en {
    font-size: 52px;
    line-height: 58px;
    transform: translateX(-2px);
  }
  .nban .nban-cn {
    font-size: 22px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 850px) {
  .contacti .footer-share-a {
    margin-right: 0;
    margin-left: 24px;
  }
}
@media only screen and (max-width: 821px) {
  .company-pro {
    padding-bottom: 80px;
  }
  .headerM .logo {
    height: 38px;
  }
  .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 .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .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;
  }
  footer .footer-new-bottom .footer-new-bottom-one {
    flex-wrap: wrap;
  }
  footer .footer-new-bottom .indexPage-outer {
    padding: 25px 0 85px;
  }
  footer .footer-new-top .footer-navs a {
    font-size: 14px;
  }
  footer .footer-new-top .footer-navs {
    padding: 30px 0 26px;
  }
}
@media only screen and (max-width: 767px) {
  .nban .nban-nav .proTypeXin-one {
    margin-right: 3%;
    font-size: 12px;
  }
  .after-swiper {
    width: 90%;
  }
  .after-swiper .after-swiper-slide {
    padding: 40px 13px;
  }
  .after-swiper .after-swiper-slide .after-title {
    font-size: 16px;
    margin: 14px 0 9px;
  }
  .after-swiper .after-swiper-slide .after-index p {
    font-size: 12px;
    line-height: 20px;
  }
  .after-swiper .after-swiper-slide .after-desc {
    font-size: 12px;
    line-height: 24px;
  }
  .nban .nban-nav .proTypeXin-one .proTypeXin-a .text {
    font-size: 12px;
  }
  .nban .nban-nav .proTypeXin-one .proTypeXin-a .dot {
    width: 12px;
    height: 12px;
    margin-right: 12px;
  }
  .nban .nban-nav .proTypeXin-one:nth-last-of-type(1)::after {
    left: calc(100% + 15px);
  }
  .contacti .contacti-title {
    width: 100%;
    margin-bottom: 30px;
  }
  .contacti .form-inner {
    width: 100%;
  }
  .webPage .next-pageBtn {
    margin-left: 0;
  }
  .webPage .pre-pageBtn {
    margin-right: 0;
  }
  .headerM .logo {
    height: 30px;
  }
}
@media only screen and (max-width: 641px) {
  .nban {
    margin-top: 50px;
  }
  .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) {
  .nban .nban-en {
    font-size: 14vw;
    line-height: 16vw;
  }
  .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) {
  .contacti .footer-new-nav .footer-nav-cur .footer-nav-a {
    width: 50%;
  }
  footer .footer-new-top .footer-navs a {
    width: 50%;
  }
  .contacti .footer-new-nav {
    margin-top: 30px;
  }
  .contacti .footer-share {
    margin: 20px 0 25px;
  }
  .nban {
    margin-top: 42px;
  }
  .webPage .pageBtn {
    font-size: 12px;
  }
  .nban-inner {
    margin-top: 42px;
  }
  .sidefixedM .sideitem1 .sideins {
    left: 12px;
    transform: translateX(0);
  }
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .indexPage {
    padding-top: 38px;
  }
  .nban {
    margin-top: 42px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .headerM .header-inner {
    height: 42px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 14px;
    margin-left: 15px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
  .indexPage-title {
    line-height: 28px;
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a {
    font-size: 18px;
  }
  .contacti .contacti-info-box .contacti-info-one {
    margin-top: 24px;
  }
  .contacti .contacti-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 400px) {
  .contacti .formButton-box .formButton {
    width: auto;
    padding: 0 20px;
  }
  .contacti .formButton-box .form-up-btn {
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 376px) {
  footer .footer-new-top .footer-navs {
    padding: 28px 0 20px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 12px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .indexPage {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 361px) {
  .nban .nban-nav .proTypeXin-one .proTypeXin-a .text {
    font-size: 12px;
    line-height: 24px;
  }
  .nban .nban-nav .proTypeXin-one .proTypeXin-a .dot {
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 344px) {
  .headerM .logo {
    height: 30px;
  }
}
