.indexPage-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 38px;
}
.indexPage-title .indexPage-title-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexPage-title .indexPage-title-dot {
  width: 15px;
  height: 15px;
  background: #0CADAD;
  border-radius: 50%;
  margin-right: 12px;
}
.indexPage-title .indexPage-title-text {
  max-width: calc(100% - 27px);
}
.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;
}
footer {
  width: 100%;
  background: url('../images/cur/footer-back.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
footer .footer-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
footer .footer-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .footer-top-leftCon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 48px 0 48px;
}
footer .contact-logo {
  width: 80px;
  height: auto;
}
footer .contact-logo a {
  width: 100%;
  display: block;
}
footer .contact-logo a img {
  width: 100%;
}
footer .footer-top-navs {
  width: 50%;
  display: flex;
  justify-content: space-between;
  font-family: 'AlibabaPuHuiTi-Medium';
  padding-top: 8px;
}
footer .footer-top-navs .footer-pros-outer {
  width: calc((100% - 24px) / 2);
}
footer .footer-top-navs .footer-pros-outer .footer-nav-a {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-top-navs .footer-pros-outer .footer-nav-a .footer-nav-a-inner .footer-nav-a-text {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  transition: 0.5s;
}
footer .footer-top-navs .footer-pros-outer .footer-nav-a .footer-nav-a-inner .footer-nav-a-text:hover {
  color: #0CADAD;
  transition: 0.5s;
}
footer .footer-top-navs .footer-pros-outer .footer-pros-types {
  margin-top: 14px;
}
footer .footer-top-navs .footer-pros-outer .footer-pros-types .footer-pros-type-one {
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
}
footer .footer-top-navs .footer-pros-outer .footer-pros-types .footer-pros-type-one .footer-pros-text {
  opacity: 0.6;
  transition: 0.5s;
  color: #FFFFFF;
}
footer .footer-top-navs .footer-pros-outer .footer-pros-types .footer-pros-type-one .footer-pros-text:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-top-navs .footer-pros-outer .footer-nav-a1 {
  width: 100%;
  margin-top: 20px;
}
footer .footer-top-navs .footer-pros-outer .footer-nav-a1 .footer-nav-a-text {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  transition: 0.5s;
}
footer .footer-top-navs .footer-pros-outer .footer-nav-a1 .footer-nav-a-text:hover {
  color: #0CADAD;
  transition: 0.5s;
}
footer .footer-top-navs .footer-pros-outer .footer-nav-a:nth-last-of-type(1) {
  margin-right: 0;
}
footer .footer-top-navs-pc {
  display: flex;
}
footer .footer-top-navs-m {
  display: none;
}
footer .footer-top-main-nav .footer-share {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
footer .footer-top-main-nav .footer-share .footer-share-a {
  margin-left: 30px;
  width: 56px;
  position: relative;
  cursor: pointer;
}
footer .footer-top-main-nav .footer-share .footer-share-a .footer-share-box {
  width: 56px;
}
footer .footer-top-main-nav .footer-share .footer-share-a .footer-share-img {
  width: 100px;
  height: 110px;
  position: absolute;
  bottom: calc(100% + 30px);
  left: 50%;
  transform: scale(0) translateY(0px) translateX(-50%);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2022;
}
footer .footer-top-main-nav .footer-share .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .footer-top-main-nav .footer-share .footer-share-a .footer-share-img .sanjiao {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
  /* 你可以改变颜色 */
}
footer .footer-top-main-nav .footer-share .footer-share-a .svg-box {
  width: 56px;
}
footer .footer-top-main-nav .footer-share .footer-share-a .svg-box img {
  width: 100%;
  opacity: 0.4;
  transition: 0.5s;
}
footer .footer-top-main-nav .footer-share .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-top-main-nav .footer-share .footer-share-a1 {
  width: 20px;
}
footer .footer-top-main-nav .footer-share .footer-share-a1 .svg-box {
  width: 20px;
}
footer .footer-top-main-nav-pc {
  display: block;
}
footer .footer-top-main-nav-m {
  display: none;
}
footer .infor-copyright-one {
  display: flex;
}
footer .infor-copyright-one a {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
footer .infor-copyright-one a:hover {
  color: #fff;
  transition: 0.5s;
}
footer .infor-copyright-one .footer-bottom-infor-aone {
  margin-right: 20px;
}
footer .footer-contactShare {
  width: 166px;
}
footer .footer-contactShare .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-right: 20px;
  opacity: 0.3;
  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-bottom-infor-copyright-inner {
  width: 100%;
}
footer .footer-bottom-infor-copyright-inner .footer-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  padding: 26px 0;
  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;
  line-height: 24px;
  flex-wrap: wrap;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone a {
  color: #FFFFFF;
  opacity: 0.5;
  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;
}
.innerPage-second {
  background: #124e55;
  border-bottom: 1px solid rgba(12, 173, 173, 0.2);
}
.innerPage-second .indexPage-inner {
  display: flex;
}
.innerPage-second .indexPage-inner .second-one-cur {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 18px 4px;
  border-right: 1px solid rgba(12, 173, 173, 0.2);
  opacity: 0.5;
  transition: 0.5s;
  cursor: pointer;
}
.innerPage-second .indexPage-inner .second-one-cur img {
  width: 28px;
  margin-right: 8px;
}
.innerPage-second .indexPage-inner .second-one-cur:hover {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-second .indexPage-inner .second-one-cur:nth-of-type(1) {
  border-left: 1px solid rgba(12, 173, 173, 0.2);
}
.innerPage-second .indexPage-inner .second-one-active {
  opacity: 1;
  transition: 0.5s;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.contacti {
  position: relative;
  background: url('../images/cur/contacti-back.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: -1px;
  padding: 60px 0;
}
.contacti .indexPage-outer {
  position: relative;
}
.contacti .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contacti .indexPage-title {
  margin-bottom: 22px;
}
.contacti .indexPage-desc {
  color: #fff;
  z-index: 20;
  opacity: 0.95;
  position: relative;
  width: 100%;
}
.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;
}
.contacti .contactMenthods p {
  color: #fff;
  opacity: 0.95;
  z-index: 12;
}
.contacti .contactMenthods .contactMenthods-line {
  width: 2px;
  z-index: 12;
  height: 14px;
  margin: 0 10px;
  background: #fff;
  opacity: 0.8;
  transform: scaleX(0.5);
}
.contacti .contacti-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.contacti .form-inner-img {
  width: 40%;
}
.contacti .form-inner-img img {
  width: 100%;
}
.contacti .form-inner {
  width: 50%;
  z-index: 10;
  overflow: hidden;
}
.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-bottom: 16px;
}
.contacti .form-input .form-input-one p {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.contacti .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  line-height: 40px;
  height: 40px;
  background: transparent;
  border-bottom: 1px solid rgba(239, 239, 239, 0.3);
}
.contacti .form-input .input::placeholder {
  display: none;
}
.contacti .form-input .input:focus {
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid #0CADAD;
  outline: none;
}
.contacti .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
}
.contacti .form-message p {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.contacti .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  line-height: 40px;
  height: 40px;
  background: transparent;
  border-bottom: 1px solid rgba(239, 239, 239, 0.3);
}
.contacti .form-message .message::placeholder {
  display: none;
}
.contacti .form-message .message:focus {
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid #0CADAD;
  outline: none;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  z-index: 20;
  position: relative;
}
.contacti .formButton-box .formButton {
  width: auto;
  min-width: 240px;
  z-index: 12;
  height: 60px;
  padding: 0 40px;
  background: #0CADAD;
  border-radius: 30px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  transition: 0.5s;
}
.contacti .formButton-box .formButton .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacti .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 60px;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #0CADAD;
  transform: translateY(100%);
}
.contacti .formButton-box .formButton .read-more-img {
  width: 48px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid #FFFFFF;
  position: relative;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-more-img img {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.contacti .formButton-box .formButton .read-more-img .icon {
  opacity: 1;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-more-img .icon1 {
  opacity: 0;
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover {
  background: #fff;
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover .read-more-img {
  background: #0CADAD;
  border: 1px solid #0CADAD;
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover .read-more-img .icon {
  opacity: 0;
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover .read-more-img .icon1 {
  opacity: 1;
  transition: 0.5s;
}
.contact-infos {
  width: 100%;
  position: relative;
  overflow-x: auto;
  background: url('../images/cur/contact-infos.jpg') no-repeat;
  background-size: cover;
  display: flex;
}
.contact-infos::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.contact-infos .contactWays-one {
  flex: none;
}
.contact-infos .contactWays-one .contactWays-one-inner {
  padding: 36px 30px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  position: relative;
}
.contact-infos .contactWays-one .contactWays-one-inner .footer-info-val {
  color: #fff;
  position: relative;
}
.contact-infos .contactWays-one .contactWays-one-inner .footer-info-val::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.contact-infos .contactWays-one .contactWays-one-inner .contactWays-type {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.contact-infos .contactWays-one .contactWays-one-inner .contactWays-type img {
  width: 30px;
  margin-right: 10px;
}
.contact-infos .contactWays-one .contactWays-one-inner .contactWays-value {
  padding: 8px 0;
  margin-left: 14px;
}
.contact-infos .contactWays-one .contactWays-one-inner::after {
  position: absolute;
  width: 1px;
  height: 48px;
  background: #FFFFFF;
  opacity: 0.6;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-infos .contactWays-one:hover .footer-info-val::after {
  width: 100%;
  transition: 0.5s;
}
.line-container .nside .indexPage-inner {
  border-bottom: 1px solid #f5f5f5;
}
.public-more {
  width: auto;
  min-width: 200px;
  z-index: 12;
  height: 50px;
  padding: 0 30px;
  background: #0CADAD;
  border-radius: 30px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  transition: 0.5s;
}
.public-more .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public-more .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 50px;
  transition: 0.5s;
}
.public-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #0CADAD;
  transform: translateY(100%);
}
.public-more .read-more-img {
  width: 48px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid #FFFFFF;
  position: relative;
  transition: 0.5s;
}
.public-more .read-more-img img {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.public-more .read-more-img .icon {
  opacity: 1;
  transition: 0.5s;
}
.public-more .read-more-img .icon1 {
  opacity: 0;
  transition: 0.5s;
}
.public-more:hover {
  background: #fff;
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.public-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.public-more:hover .read-more-img {
  background: #0CADAD;
  border: 1px solid #0CADAD;
  transition: 0.5s;
}
.public-more:hover .read-more-img .icon {
  opacity: 0;
  transition: 0.5s;
}
.public-more:hover .read-more-img .icon1 {
  opacity: 1;
  transition: 0.5s;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  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;
  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: #0CADAD;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #0CADAD;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #0CADAD;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 46px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #0CADAD;
}
.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: #0CADAD;
  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: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #0CADAD;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #0CADAD;
  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: #0CADAD;
  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: #0CADAD;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #0CADAD;
}
.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: -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: #0CADAD;
}
.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: #0CADAD;
  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-index {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  padding: 20px 0;
  max-height: 100px;
  transition: max-height 1s;
}
.header-index .indexPage-outer {
  position: relative;
}
.header-index .indexPage-outer::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: 0.5s;
}
.header-index .header-index-inner {
  width: 94%;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  height: 60px;
}
.header-index .header-index-inner .header-index-left {
  height: 100%;
  width: auto;
  background: #0CADAD;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 30px;
  max-width: calc(95% - 280px);
}
.header-index .header-index-inner .logo-index {
  padding-right: 24px;
}
.header-index .header-index-inner .logo-index a {
  width: 50px;
  height: 42px;
  position: relative;
  display: block;
}
.header-index .header-index-inner .logo-index a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header-index .header-index-inner .logo-index a .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header-index .header-index-inner .logo-index a .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-nav nav ul {
  display: flex;
  align-items: center;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 15px;
  font-family: 'AlibabaPuHuiTi-Medium';
  font-weight: normal;
  font-size: 18px;
  height: 42px;
  line-height: 24px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #FFFFFF;
  position: relative;
  display: block;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::after {
  content: "";
  width: 18px;
  height: 8px;
  background: url('../images/cur/nav-item.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -6px;
  opacity: 0;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  width: 0;
  height: 1px;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p:hover::before {
  width: 100%;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 0;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::before {
  width: 100%;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right {
  width: 220px;
  height: 100%;
  background: #0CADAD;
  border-radius: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
}
.header-index .header-index-inner .header-index-right .header-index-langs {
  width: 50px;
  height: 50px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  justify-content: center;
  color: #FFFFFF;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
}
.header-index .header-index-inner .header-index-right .header-index-langs svg {
  margin-left: 6px;
  width: 8px;
}
.header-index .header-index-inner .header-index-right .header-index-line {
  width: 1px;
  height: 15px;
  background: #fff;
  opacity: 0.4;
}
.header-index .header-index-inner .header-index-right .header-index-contact {
  padding: 0 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.header-index .header-index-inner .header-index-right .header-index-contact img {
  width: 20px;
  cursor: pointer;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val {
  position: absolute;
  left: 50%;
  font-family: 'Montserrat-Regular';
  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: #0CADAD;
  white-space: nowrap;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val:hover span::after {
  width: 100%;
  background: #0CADAD;
  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-search {
  cursor: pointer;
  padding: 0 16px;
}
.header-index .header-index-inner .header-index-right .header-index-search .header-index-search-inner {
  width: 20px;
  display: flex;
  align-items: center;
}
.header-index .header-index-inner .header-index-right .header-index-search img {
  width: 100%;
}
.header-index-active {
  padding: 0 0;
}
.header-index-active .indexPage-outer::after {
  opacity: 1;
  transition: 0.5s;
}
.header-index-active .header-index-inner {
  width: 100%;
  transition: 0.5s;
  max-width: 1800px;
  height: 80px;
}
.header-index-active .header-index-inner .header-index-left {
  background: transparent !important;
}
.header-index-active .header-index-inner .header-index-right {
  background: transparent;
  padding: 24px 0;
}
.header-index-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  display: none;
}
.header-index-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p:hover::after {
  opacity: 1;
}
.header-index-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p:hover {
  color: #0CADAD;
}
.header-index-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #0CADAD;
}
.header-index-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::before {
  display: none;
}
.header-index-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
}
.header-index-active1 {
  padding: 0 0;
  background: #1B383D;
  transition: 0.5s;
}
.header-index-active1 .header-index-inner {
  width: 100%;
  transition: 0.5s;
  max-width: 1800px;
  height: 80px;
}
.header-index-active1 .header-index-inner .header-index-left {
  background: transparent;
}
.header-index-active1 .header-index-inner .header-index-right {
  background: transparent;
  padding: 24px 0;
}
.header-index-active1 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  display: none;
}
.header-index-active1 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p:hover::after {
  opacity: 1;
}
.header-index-active1 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p:hover {
  color: #0CADAD;
}
.header-index-active1 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #0CADAD;
}
.header-index-active1 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::before {
  display: none;
}
.header-index-active1 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
}
.header-visible {
  overflow: visible !important;
}
.header-index-hover .header-index-inner .header-index-left {
  background: #19363B;
}
.header-index-hover .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  display: none;
}
.header-index-hover .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p:hover::after {
  opacity: 1;
}
.header-index-hover .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p:hover {
  color: #0CADAD;
}
.header-index-hover .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #0CADAD;
}
.header-index-hover .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::before {
  display: none;
}
.header-index-hover .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
}
.header-index-hover1 .indexPage-outer::after {
  opacity: 1;
  transition: 0.5s;
}
.headerDottom {
  max-height: 0 !important;
  z-index: -1 !important;
  transition: max-height 1s;
}
.headerDottom1 {
  overflow: hidden;
}
.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: #0CADAD;
  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: #0CADAD;
  border: 1px solid #0CADAD;
  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: #0CADAD;
  border: 1px solid #0CADAD;
  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: #0CADAD;
  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;
}
.header {
  width: 100%;
  position: fixed;
  transition: all 1s;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: auto;
  overflow: hidden;
  max-height: 0;
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  align-items: center;
  margin: 0 auto;
}
.header .logo {
  width: 333px;
  height: 80px;
  display: flex;
  align-items: center;
}
.header .logo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.header .logo a img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header .logo a .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header .logo a .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-right {
  width: calc(95% - 333px);
}
.header .header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  z-index: 300;
  padding: 16px 0 0;
  position: relative;
}
.header .header-top .header-right-info {
  display: flex;
  z-index: 12;
  align-items: center;
  justify-content: flex-end;
}
.header .header-top .header-lang-one-main {
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.header .header-top .header-lang-one-main:hover {
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
.header .header-top .header-lang-one1 {
  margin-right: 24px;
}
.header .header-top .img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top .img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-input {
  width: 160px;
  height: 26px;
}
.header .header-top .header-lang-input .header-lang-input-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.header .header-top .header-lang-input .header-lang-input-inner .input {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  background: transparent;
  border: 1px solid rgba(248, 248, 248, 0.3);
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  padding-left: 34px;
  color: #fff;
}
.header .header-top .header-lang-input .header-lang-input-inner .input::placeholder {
  color: #999999;
  outline: none;
}
.header .header-top .header-lang-input .header-lang-input-inner .input:focus {
  color: #fff;
  border: 1px solid #fff;
  outline: none;
}
.header .header-top .header-lang-input .header-lang-input-inner .el-icon-search {
  position: absolute;
  left: 12px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.header .header-top .header-lang-one {
  position: relative;
}
.header .header-top .header-lang-one .searchBtn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.header .header-top .header-lang-one .searchBtn img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchBtn:hover .img-active {
  opacity: 1;
  transform: scale(1.1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchBtn:hover .img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchBtn:hover .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchInput {
  position: absolute;
  top: 30px;
  right: 0;
  width: 240px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .searchInput .searchInput-inner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff !important;
}
.header .header-top .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-top .header-lang-one .searchInput input {
  width: 240px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #18434A;
  background: #18434A;
  border-radius: 6px;
  color: #fff !important;
}
.header .header-top .header-lang-one .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.header .header-top .header-lang-one .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  background: #0CADAD;
  border-radius: 10px;
  padding: 2px 10px;
}
.header .header-top .header-lang-one .langBtn .langBtn-img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 6px;
}
.header .header-top .header-lang-one .langBtn .langBtn-img img {
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn .langBtnA {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  white-space: nowrap;
  padding-right: 12px;
}
.header .header-top .header-lang-one .langBtn .langBtnA img {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  margin-left: 6px;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA {
  color: #fff;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA .img-active {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA .img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtn-img .img-active {
  opacity: 1;
  transform: scale(1.2);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtn-img .img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtn-img .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner {
  width: 100%;
  background: rgba(183, 22, 22, 0.8);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a {
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  transition: all 0.5s;
  position: relative;
}
.header .header-top .header-lang-one .langList .langList-inner a:hover {
  background: #b71616;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a:hover:after {
  background: transparent;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner .langList-last:after {
  height: 0;
}
.header .header-top .header-lang-one .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langListShow .langList-inner a {
  height: 40px;
  transition: all 0.5s;
}
.header .header-botom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-botom .header-nav {
  display: flex;
  justify-content: flex-end;
}
.header .header-botom .nav-item {
  width: auto;
  height: 75px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 4vw;
}
.header .header-botom .nav-item:nth-of-type(1) {
  margin-left: 0;
}
.header .header-botom .nav-item-first {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.header .header-botom .nav-item-first .nav-item-p {
  text-transform: uppercase;
  font-family: 'AlibabaPuHuiTi-Medium';
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.8;
  height: 100%;
  line-height: 24px;
  text-align: left;
  word-break: break-word;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.header .header-botom .nav-item-first:hover .nav-item-p {
  opacity: 1;
  transition: 0.5s;
}
.header .header-botom .nav-item-first:hover::after {
  opacity: 1;
  transition: 0.5s;
}
.header .header-botom .nav-item-first::after {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  content: "";
  bottom: 5px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.header .header-botom .nav-item-first-avtive .nav-item-p {
  opacity: 1;
  transition: 0.5s;
}
.header .header-botom .nav-item-first-avtive::after {
  opacity: 1;
  transition: 0.5s;
}
.header .header-lang-outer {
  width: auto;
  z-index: 12;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-lang-outer .header-lang-oneA {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  font-family: 'LamaSans-Medium';
  align-items: center;
  color: #fff;
  position: relative;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA a {
  color: #fff;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA span {
  position: relative;
}
.header .header-lang-outer .header-lang-oneA span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topPhone-value-outer {
  display: flex;
}
.header .header-lang-outer .header-lang-oneA .topPhone {
  width: 20px;
  height: 25px;
  margin-right: 5px;
  position: relative;
}
.header .header-lang-outer .header-lang-oneA .topPhone img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-lang-outer .header-lang-oneA .topPhone .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topPhone .info-img-hei {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topPhone .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topEmail {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: relative;
  white-space: nowrap;
}
.header .header-lang-outer .header-lang-oneA .topEmail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-lang-outer .header-lang-oneA .topEmail .info-img-hei {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topEmail .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topEmail .info-img-active {
  opacity: 0;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover {
  color: #0CADAD;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover span::after {
  width: 100%;
  background: #0CADAD;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover a {
  color: #0CADAD;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topPhone .info-img-hei {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topPhone .info-img-active {
  opacity: 1;
  transform: scale(1.2);
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topEmail .info-img-hei {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topEmail .info-img-active {
  opacity: 1;
  transform: scale(1.2);
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topPhone-value {
  color: #fff;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA1 {
  margin-right: 20px;
}
.header .header-nav {
  display: flex;
  justify-content: space-between;
}
.header-active {
  box-shadow: 0px 6px 20px 0px rgba(151, 151, 151, 0.23);
}
.header1 {
  background: transparent;
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
  overflow: hidden;
}
.header-height {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 1s;
  z-index: 1000;
}
.headerDottom-pro {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.header2 {
  background: #fff;
  border-bottom: 1px solid transparent;
}
.header2 .header-top .header-lang-one .langBtn {
  background: #0CADAD;
}
.header2 .logo a .logo-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-botom .nav-item-first::after {
  background: #333;
}
.header2 .header-botom .nav-item-first .nav-item-p {
  color: #333;
}
.header2 .header-botom .nav-item-first-avtive .nav-item-p {
  opacity: 1;
  color: #0CADAD;
  transition: 0.5s;
}
.header2 .header-top .img-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-lang-outer .header-lang-oneA a {
  color: #333;
}
.header2 .header-lang-outer .header-lang-oneA .topEmail .info-img-hei {
  opacity: 1;
  transition: 0.5s;
}
.header2 .header-lang-outer .header-lang-oneA .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-lang-outer .header-lang-oneA .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-lang-outer .header-lang-oneA .topPhone .info-img-hei {
  opacity: 1;
  transition: 0.5s;
}
.header2 .header-top .img-secondNav {
  opacity: 1;
  transition: 0.5s;
}
.header2 .header-botom .nav-item-first-avtive::after {
  opacity: 1;
  background: #0CADAD;
}
.header2 .logo a .logo-active {
  opacity: 1;
  transition: 0.5s;
}
.header-active {
  background: #fff;
  overflow: visible !important;
  border-bottom: 1px solid transparent;
}
.header-active .header-top .header-lang-one .langBtn {
  background: #0CADAD;
}
.header-active .logo a .logo-default {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-botom .nav-item-first::after {
  background: #333;
}
.header-active .header-botom .nav-item-first .nav-item-p {
  color: #333;
}
.header-active .header-botom .nav-item-first-avtive .nav-item-p {
  opacity: 1;
  color: #0CADAD;
  transition: 0.5s;
}
.header-active .header-top .img-default {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-lang-outer .header-lang-oneA a {
  color: #333 !important;
}
.header-active .header-lang-outer .header-lang-oneA .topEmail .info-img-hei {
  opacity: 1;
  transition: 0.5s;
}
.header-active .header-lang-outer .header-lang-oneA .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-lang-outer .header-lang-oneA .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-lang-outer .header-lang-oneA .topPhone .info-img-hei {
  opacity: 1;
  transition: 0.5s;
}
.header-active .header-top .img-secondNav {
  opacity: 1;
  transition: 0.5s;
}
.header-active .header-botom .nav-item-first-avtive::after {
  opacity: 1;
  background: #0CADAD;
}
.header-active .logo a .logo-active {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 80px;
  background: #18434A;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  display: block;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 1s;
}
.nav-item-second .nav-item-second-new {
  width: 94%;
  max-width: 1680px;
  padding: 50px 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.nav-item-second .nav-item-second-new .new-title {
  display: flex;
  align-items: center;
  width: 300px;
}
.nav-item-second .nav-item-second-new .new-title .nav-item-second-dot {
  width: 15px;
  height: 15px;
  background: #0CADAD;
  border-radius: 50%;
  margin-right: 17px;
}
.nav-item-second .nav-item-second-new .new-title .nav-item-second-text {
  font-weight: normal;
  font-size: 30px;
  color: #FEFEFE;
  line-height: 65px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.nav-item-second .nav-item-second-new .new-classify {
  max-width: 30%;
  padding: 0 25px;
  min-width: 400px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-item-second .nav-item-second-new .new-classify .new-classify-inner {
  width: 100%;
}
.nav-item-second .nav-item-second-new .new-classify .nav-item-second-first-a {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 18px;
  font-size: 16px;
}
.nav-item-second .nav-item-second-new .new-classify .nav-item-second-first-a .nav-item-second-first-icon {
  width: 30px;
  height: 28px;
  opacity: 0.5;
  transition: 0.5s;
  margin-right: 10px;
}
.nav-item-second .nav-item-second-new .new-classify .nav-item-second-first-a .nav-item-second-first-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
}
.nav-item-second .nav-item-second-new .new-classify .nav-item-second-first-a a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.5s;
  line-height: 26px;
  width: calc(100% - 70px);
}
.nav-item-second .nav-item-second-new .new-classify .nav-item-second-first-a .nav-item-second-first-a-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  right: 0;
  opacity: 0;
  width: 25px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-new .new-classify .nav-item-second-first-a-active .nav-item-second-first-icon {
  opacity: 1;
}
.nav-item-second .nav-item-second-new .new-classify .nav-item-second-first-a-active a {
  opacity: 1;
}
.nav-item-second .nav-item-second-new .new-classify .nav-item-second-first-a-active .nav-item-second-first-a-right {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}
.nav-item-second .nav-item-second-new .new-second {
  min-width: calc(100% - 30% - 300px);
  max-width: calc(100% - 300px - 400px);
}
.nav-item-second .nav-item-second-new .new-second .new-second-inner {
  width: 100%;
  position: relative;
}
.nav-item-second .nav-item-second-new .new-second .nav-item-second-first-other {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.nav-item-second .nav-item-second-new .new-second .nav-item-second-first-other .nav-item-second-first-other-outer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.nav-item-second .nav-item-second-new .new-second .nav-item-second-first-other .nav-item-second-first-other-one {
  width: 100%;
  margin-top: 16px;
  padding: 0 20px;
}
.nav-item-second .nav-item-second-new .new-second .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner {
  display: inline-flex;
  align-items: center;
  padding-right: 5%;
  position: relative;
  width: auto;
}
.nav-item-second .nav-item-second-new .new-second .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner .nav-item-second-first-other-dot {
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.5;
  margin-right: 8px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-new .new-second .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner .nav-item-second-first-other-text {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-new .new-second .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner img {
  position: absolute;
  top: 50%;
  width: 24px;
  right: -15px;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-new .new-second .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner:hover img {
  opacity: 1;
  right: -30px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-new .new-second .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner:hover .nav-item-second-first-other-dot {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-new .new-second .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner:hover .nav-item-second-first-other-text {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-new .new-second .nav-item-second-first-other-active {
  opacity: 1;
  z-index: 2005;
  transition: 0.5s;
}
.nav-item-second .pro-outer {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 38px 0 42px;
  display: flex;
  max-width: 1680px;
}
.nav-item-second .pro-outer1 {
  width: 900px;
  justify-content: center;
}
.nav-item-second .nav-item-second-inner {
  padding: 40px 0 60px;
}
.nav-item-second .nav-item-second-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
}
.nav-item-second .nav-item-second-title .nav-item-second-dot {
  width: 15px;
  height: 15px;
  background: #0CADAD;
  border-radius: 50%;
  margin-right: 11px;
}
.nav-item-second .nav-item-second-title .nav-item-second-text {
  font-family: 'AlibabaPuHuiTi-Medium';
  max-width: calc(100% - 28px);
  font-weight: normal;
  font-size: 30px;
  color: #FEFEFE;
  line-height: 65px;
}
.nav-item-second .nav-item-second-first {
  width: 30%;
  background: rgba(12, 173, 173, 0.2);
  border-radius: 20px;
  padding: 3%;
  display: flex;
  flex-wrap: wrap;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-top: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.5s;
  position: relative;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a .nav-item-second-first-icon {
  width: 30px;
  height: 28px;
  opacity: 0.5;
  transition: 0.5s;
  margin-right: 12px;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a .nav-item-second-first-icon img {
  width: 100%;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a a {
  max-width: calc(100% - 72px);
  color: #fff;
  opacity: 0.5;
  font-size: 16px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a .nav-item-second-first-a-right {
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  opacity: 0;
  transform: translateY(-50%) translateX(-10px);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:hover {
  border-bottom: 1px solid #ffffff;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:hover .nav-item-second-first-icon {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:hover a {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:hover .nav-item-second-first-a-right {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a-active {
  border-bottom: 1px solid #ffffff;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a-active .nav-item-second-first-icon {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a-active a {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a-active .nav-item-second-first-a-right {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:nth-of-type(2n) {
  margin-right: 0;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:nth-of-type(1) {
  margin-top: 0;
}
.nav-item-second .nav-item-second-first1 {
  width: 540px;
  padding: 3% 10% 4% 5%;
}
.nav-item-second .nav-item-second-first1 .nav-item-second-first-a {
  width: 100%;
  margin-right: 0;
}
.nav-item-second .nav-item-second-first-others {
  padding: 0 2%;
  width: calc(100% - 50% - 300px);
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-others-inner {
  width: 100%;
  position: relative;
  height: 100%;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-outer {
  display: flex;
  flex-direction: column;
  padding: 5% 8%;
  width: 100%;
  height: 100%;
  background: rgba(12, 173, 173, 0.2);
  border-radius: 20px;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one {
  width: 100%;
  margin-top: 16px;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner {
  display: inline-flex;
  align-items: center;
  padding-right: 5%;
  position: relative;
  width: auto;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner .nav-item-second-first-other-dot {
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.5;
  margin-right: 8px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner .nav-item-second-first-other-text {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner img {
  position: absolute;
  top: 50%;
  width: 24px;
  right: -15px;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner:hover img {
  opacity: 1;
  right: -30px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner:hover .nav-item-second-first-other-dot {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner:hover .nav-item-second-first-other-text {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other-active {
  opacity: 1;
  z-index: 2005;
  transition: 0.5s;
}
.user-menu-nav {
  z-index: 999;
  max-height: 100vh;
  opacity: 1;
  transition: 0.8s;
  display: block;
  animation: aniPcNav 1s;
  overflow-y: auto;
}
@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: #0CADAD;
  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: 28px;
  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: #fff;
  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(12, 173, 173, 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: #0cadad;
  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: #fff;
}
.headerM .logo {
  height: 52px;
}
.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;
  width: 100px;
}
.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: #0CADAD;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  background: transparent;
  border: 1px solid #0CADAD;
  color: #0CADAD;
  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: #0CADAD;
  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: #0CADAD;
}
.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;
}
.contacti::after {
  content: attr(data-bottom);
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  width: 98%;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: 'LamaSans-Black';
  font-weight: 900;
  font-size: 20vw;
  white-space: nowrap;
  color: #F1F1F1;
  line-height: 14vw;
  opacity: 0.4;
}
.contacti-about {
  background: #F8F8F8;
}
.contacti-about::after {
  color: rgba(229, 0, 18, 0.06);
}
.webPage {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: 'AlibabaPuHuiTi-Medium';
  justify-content: space-between;
}
.webPage .pageBtn {
  width: 35%;
  max-width: 300px;
  height: 48px;
  line-height: 48px;
  background: transparent;
  border: 1px solid #efefef;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webPage .pageBtn .web-icon {
  width: 20px;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webPage .pageBtn .active {
  width: 100%;
}
.webPage .pageBtn:hover {
  transition: 0.5s;
  background: #0CADAD;
  border: 1px solid #0CADAD;
}
.webPage .pre-pageBtn {
  margin-right: 14px;
}
.webPage .pre-pageBtn .web-icon .active1 {
  transform: rotateY(180deg);
}
.webPage .next-pageBtn {
  margin-left: 14px;
}
.webPage .pageBtn-active {
  transition: 0.5s;
  background: #0CADAD;
  border: 1px solid #0CADAD;
}
.webPage .webPage-num {
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive {
  margin: 0 4px;
  color: #fff;
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive p {
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: #0CADAD;
  border: 1px solid #0CADAD;
  border-radius: 6px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  margin: 0 5px;
}
.webPage .pages-a {
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  margin: 0 5px;
  transition: 0.5s;
}
.webPage .pages-a:hover {
  background: #0CADAD;
  border: 1px solid #0CADAD;
  transition: 0.5s;
}
.webPage .pages-a-active {
  background: #0CADAD;
  border: 1px solid #0CADAD;
  transition: 0.5s;
}
.webPage .num-more-page {
  width: 48px;
  height: 48px;
  background: #0CADAD;
  border-radius: 6px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  margin: 0 10px;
}
.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;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-outer {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
}
.nban .nban-title {
  font-weight: 300;
  font-size: 58px;
  color: #FFFFFF;
  line-height: 62px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.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 #18434A;
  background: #18434A !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
.innerPage-secondNav {
  margin-top: -72px;
}
.innerPage-secondNav .indexPage-inner {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #F5F5F5;
  height: 72px;
}
.innerPage-secondNav .secondNav-one {
  width: 146px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  line-height: 24px;
  text-align: center;
  z-index: 20;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
}
.innerPage-secondNav .secondNav-one:hover {
  color: #fff;
  background: #0CADAD;
  transition: 0.5s;
}
.innerPage-secondNav .secondNav-one-active {
  color: #fff;
  background: #0CADAD;
  transition: 0.5s;
}
@media only screen and (max-width: 1681px) {
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1441px) {
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    font-size: 16px;
  }
  .public-more {
    padding: 0 18px;
    min-width: 120px;
    height: 40px;
  }
  .public-more .read-more-p {
    margin-right: 20px;
    font-size: 12px;
    line-height: 40px;
  }
  .public-more .read-more-img {
    width: 36px;
  }
}
@media only screen and (max-width: 1350px) {
  .indexPage-outer {
    width: 94%;
  }
}
@media only screen and (max-width: 1281px) {
  .webPage .pageBtn1 {
    width: auto;
    padding: 0 6px;
  }
  .nside .indexPage-outer {
    padding: 16px 0;
  }
  .nside .nside-a-cur {
    font-size: 32px;
    line-height: 52px;
  }
  .nside .nside-right {
    font-size: 18px;
  }
  .header-index .header-index-inner {
    width: 100%;
  }
  .header-index .indexPage-outer {
    width: 94%;
  }
  footer .footer-top-navs {
    width: 60%;
  }
  footer .footer-outer {
    width: 90%;
  }
  footer .footer-inner {
    width: 100%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 55px;
  }
  .indexPage-last {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1025px) {
  .innerPage-second .indexPage-inner .second-one-cur {
    padding: 18px 12px;
  }
  .contacti .formButton-box .formButton {
    min-width: 180px;
    height: 48px;
    padding: 0 20px;
  }
  .webPage .pages-a {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
  .webPage .webPage-num .excessive p {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
  .webPage .pageBtn {
    height: 38px;
    line-height: 38px;
  }
  .webPage .pageBtn {
    width: auto;
    padding: 0 6px;
  }
  .contacti .form-inner-img {
    width: 45%;
  }
  .contacti {
    padding: 46px 0;
  }
  .contacti .contacti-main {
    align-items: center;
  }
  .contact-infos .contactWays-one .contactWays-one-inner {
    padding: 24px 26px;
    font-size: 20px;
    line-height: 24px;
  }
  .contacti .indexPage-title {
    margin-bottom: 14px;
  }
  .contact-infos .contactWays-one .contactWays-one-inner::after {
    height: 36px;
  }
  .header-index {
    display: none;
  }
  .indexPage-outer {
    width: 90%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 50px;
  }
  .indexPage-last {
    padding-bottom: 50px;
  }
  .headerM {
    display: block;
  }
  .header {
    display: none;
  }
  .top_nav {
    display: block;
  }
}
@media only screen and (max-width: 1020px) {
  .indexPage-title-bottom {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .contacti .formButton-box {
    margin-top: 30px;
  }
  footer .infor-copyright-one {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 920px) {
  .innerPage-second .indexPage-inner .second-one-cur {
    font-size: 14px;
    padding: 18px 6px;
  }
}
@media only screen and (max-width: 821px) {
  footer .footer-top-main-nav .footer-share .footer-share-a {
    margin-right: 28px;
    margin-left: 0;
  }
  .webPage .pageBtn .web-icon {
    width: 14px;
  }
  .webPage .next-pageBtn {
    margin-left: 8px;
  }
  .webPage .pre-pageBtn {
    margin-right: 8px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-inner {
    padding: 22px 0 90px;
  }
  .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 .logo img {
    max-width: 100px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 18px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 800px) {
  .nside .nside-a-cur {
    font-size: 26px;
    line-height: 44px;
  }
  .nside .indexPage-outer {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .innerPage-second .indexPage-outer {
    width: 100%;
  }
  .innerPage-second .indexPage-inner {
    flex-wrap: wrap;
  }
  .innerPage-second .indexPage-inner .second-one-cur {
    width: 33.33%;
  }
  .indexPage-title {
    font-size: 24px;
  }
  .contacti .form-inner-img {
    display: none;
  }
  .contacti .form-inner {
    width: 100%;
    background: url('../images/cur/form-inner-img.png') no-repeat;
    background-size: contain;
    background-position: center;
  }
  footer .footer-top-navs {
    width: 100%;
    padding-top: 5%;
  }
  footer .footer-top-main-nav-m {
    display: block;
  }
  footer .footer-top-main-nav-pc {
    display: none;
  }
  footer .footer-top-leftCon {
    align-items: center;
  }
  footer .footer-top {
    padding: 32px 0 32px;
  }
  footer .contact-logo {
    width: 56px;
  }
  footer .footer-top-main-nav .footer-share .footer-share-a {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 641px) {
  .webPage .pageBtn .web-word {
    display: none;
  }
  .webPage .webPage-num {
    padding: 0 5px;
  }
  .indexPage {
    padding-top: 38px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .headerM .logo {
    height: 46px;
  }
  .headerM .header-inner .action_item {
    width: 25px;
    height: 18px;
    margin-left: 20px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }
}
@media only screen and (max-width: 620px) {
  .nside .nside-a {
    font-size: 14px;
  }
  .nside .indexPage-outer {
    padding: 4px 0;
  }
  .nside .nside-a-cur {
    font-size: 22px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 521px) {
  .indexPage {
    padding-top: 32px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 431px) {
  .webPage .pageBtn {
    font-size: 12px;
  }
  .contacti {
    padding: 34px 0 32px;
  }
  .contacti .formButton-box {
    margin-top: 24px;
  }
  footer .footer-top-navs .footer-pros-outer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-top {
    padding: 24px 0 20px;
  }
  footer .footer-top-navs-pc {
    display: none;
  }
  footer .footer-top-navs-m {
    display: flex;
  }
  footer .footer-top-navs {
    padding-top: 12px;
  }
  footer .footer-top-navs .footer-pros-outer .footer-nav-a {
    padding-bottom: 0;
    border-bottom: none;
    margin-right: 27px;
  }
  footer .footer-top-navs {
    flex-wrap: wrap;
  }
  .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: 28px;
  }
  .nban {
    margin-top: 42px;
  }
  .indexPage-last {
    padding-bottom: 28px;
  }
  .headerM .header-inner {
    height: 42px;
  }
  .headerM .logo {
    height: 36px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 14px;
    margin-left: 15px;
  }
  .top_nav .logo img {
    max-width: 100px;
  }
  .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: 22px;
    font-family: 'AlibabaPuHuiTi-Regular';
  }
}
@media (max-width: 425px) {
  .innerPage-second .indexPage-inner .second-one-cur img {
    width: 22px;
    margin-right: 6px;
  }
  .innerPage-second .indexPage-inner .second-one-cur {
    font-size: 12px;
    padding: 12px 4px;
    line-height: 16px;
  }
  footer .footer-top-navs .footer-pros-outer .footer-nav-a {
    margin-right: 20px;
  }
  .webPage .pages-a {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin: 0 3px;
    line-height: 32px;
  }
  .webPage .pre-pageBtn {
    margin-right: 0;
  }
  .webPage .next-pageBtn {
    margin-left: 0;
  }
  .webPage .webPage-num .excessive p {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    margin: 0 2px;
  }
  .webPage .pageBtn .web-icon {
    margin: 0 2px;
  }
}
@media (max-width: 396px) {
  footer .footer-top-navs .footer-pros-outer .footer-nav-a {
    margin-right: 19px;
  }
}
@media (max-width: 376px) {
  footer .footer-top-navs .footer-pros-outer .footer-nav-a {
    margin-right: 17px;
  }
  .headerM .header-inner .langBtn .langBtn-img img {
    height: 14px;
  }
  .headerM .header-inner .langBtn .langBtn-img {
    width: 22px;
    height: 14px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 12px;
  }
  .indexPage-last {
    padding-bottom: 28px;
  }
  .indexPage {
    padding-top: 28px;
  }
}
@media only screen and (max-width: 361px) {
  footer .footer-top-navs .footer-pros-outer .footer-nav-a {
    margin-right: 13px;
  }
}
@media only screen and (max-width: 344px) {
  .innerPage-second .indexPage-inner .second-one-cur {
    width: 50%;
    padding: 12px 14px;
  }
}
