.indexPage-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
}
.indexPage-title .indexPage-title-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexPage-title-bottom {
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  margin-bottom: 40px;
  padding-bottom: 22px;
}
.indexPage-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
footer {
  background: #1b2c34 url('https://file.global86.cn/fileStore/upload/2026/06/17/da0f80ce3f744304bf854bf5c1cd8cb5.png') no-repeat;
  background-position: center center;
}
footer .footer-main {
  width: 100%;
  padding: 80px 0 50px;
}
footer .footer-new-contact {
  width: 100%;
}
footer .footer-new-contact .footer-new-img {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 28px;
}
footer .footer-new-contact .footer-new-img img {
  width: 73%;
  display: block;
}
footer .footer-new-contact .footer-new-goTo {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
footer .footer-new-contact .footer-new-goTo p {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-new-contact .footer-new-goTo a {
  color: #ffffff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
footer .footer-new-contact .footer-new-goTo a:hover {
  border-bottom: 1px solid #C7000B;
  color: #C7000B;
}
footer .footer-new-center {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 40px;
}
footer .footer-new-center .logo {
  width: 220px;
  display: block;
}
footer .footer-new-center .logo img {
  width: 100%;
}
footer .footer-new-nav {
  width: calc(95% - 220px);
}
footer .footer-new-nav .footer-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-new-nav .footer-share-a {
  margin-left: 30px;
  width: 56px;
  position: relative;
  cursor: pointer;
}
footer .footer-new-nav .footer-share-a .footer-share-box {
  width: 56px;
}
footer .footer-new-nav .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-new-nav .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .footer-new-nav .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-new-nav .footer-share-a .svg-box {
  width: 56px;
}
footer .footer-new-nav .footer-share-a .svg-box img {
  width: 100%;
  opacity: 0.4;
  transition: 0.5s;
}
footer .footer-new-nav .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-new-nav .footer-share-a1 {
  width: 20px;
}
footer .footer-new-nav .footer-share-a1 .svg-box {
  width: 20px;
}
footer .footer-new-nav .footer-nav-cur {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .footer-new-nav .footer-nav-cur a {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 60px;
  opacity: 0.5;
  transition: 0.5s;
  display: block;
  margin-left: 7%;
}
footer .footer-new-nav .footer-nav-cur a:hover {
  opacity: 1;
}
footer .footer-new-nav .footer-nav-cur a:nth-of-type(1) {
  margin-left: 0;
}
footer .footer-new-bottom {
  width: 100%;
  padding: 30px 30px 34px;
  background: #22323A;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-new-bottom .footer-new-bottom-one {
  display: flex;
  align-items: center;
}
footer .footer-new-bottom .footer-bottom-infor-aone {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  flex-wrap: wrap;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-new-bottom .footer-bottom-infor-aone a {
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone:hover a {
  opacity: 1;
  transition: 0.5s;
}
footer .infor-copyright-one {
  display: flex;
}
footer .infor-copyright-one a {
  font-weight: 400;
  font-size: 14px;
  color: #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;
  display: flex;
  align-items: center;
}
footer .footer-contactShare .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-left: 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;
}
.contacti {
  position: relative;
  overflow: hidden;
}
.contacti .indexPage-outer {
  position: relative;
}
.contacti .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contacti .indexPage-title {
  margin-bottom: 16px;
  justify-content: center;
}
.contacti .indexPage-title .indexPage-title-main {
  text-align: center;
}
.contacti .indexPage-desc {
  text-align: center;
  opacity: 0.85;
  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;
  justify-content: center;
}
.contacti .contactMenthods p {
  color: #666;
  opacity: 0.85;
  z-index: 12;
}
.contacti .contactMenthods .contactMenthods-line {
  width: 2px;
  z-index: 12;
  height: 14px;
  opacity: 0.75;
  margin: 0 10px;
  background: #666;
  transform: scaleX(0.5);
}
.contacti .contacti-info-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 28px;
}
.contacti .contacti-info-box .contacti-info-one {
  display: flex;
  align-items: center;
  width: 280px;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-icon {
  height: 36px;
  margin-right: 24px;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-icon img {
  height: 100%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val {
  width: calc(100% - 24px - 45px);
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-text {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  width: 100%;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 6px;
  font-family: 'Montserrat-Medium';
  display: block;
  position: relative;
  white-space: nowrap;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a span {
  position: relative;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #C7000B;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-icon img {
  transform: rotateY(360deg);
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-a {
  color: #C7000B;
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-a span::after {
  width: 100%;
}
.contacti .contacti-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #F8F8F8;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}
.contacti .contacti-main .pro-contacti {
  position: absolute;
  width: 192px;
  right: -37px;
  bottom: -43px;
}
.contacti .contacti-main .form-inner {
  width: calc((100% - 30px) / 3 * 2);
}
.contacti .contacti-main .form-up {
  width: calc((100% - 30px) / 3 * 1);
}
.contacti .contacti-main .form-up .form-up-inner {
  width: 100%;
  min-height: 300px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contacti .contacti-main .form-up .form-up-title {
  font-weight: bold;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  text-align: center;
}
.contacti .contacti-main .form-up .form-up-btn {
  width: 160px;
  height: 36px;
  background: #C7000B;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  margin: 10px auto 16px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.contacti .contacti-main .form-up .form-up-btn .read-more-p {
  position: relative;
  transition: 0.5s;
  color: #FFFFFF;
}
.contacti .contacti-main .form-up .form-up-btn .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
}
.contacti .contacti-main .form-up .form-up-btn:hover .read-more-p {
  transform: translateY(-100%);
}
.contacti .contacti-main .form-up .form-up-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  color: #666;
  text-align: center;
  flex-wrap: wrap;
}
.contacti .contacti-main .form-up .form-up-desc img {
  width: 16px;
  height: 18px;
  margin-right: 6px;
}
.contacti .contacti-main .form-up .form-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
.contacti .contacti-main .form-up .form-steps .form-step-one {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.contacti .contacti-main .form-up .form-steps .form-step-one .form-step-icon {
  width: 50px;
  height: 50px;
  background: #C7000B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacti .contacti-main .form-up .form-steps .form-step-one .form-step-icon img {
  width: 50%;
}
.contacti .contacti-main .form-up .form-steps .form-step-one .form-step-p {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 6px;
  text-align: center;
  padding: 0 13px;
}
.contacti .contacti-main .form-up .form-steps::after {
  width: 60%;
  content: "";
  height: 1px;
  border-top: 1px dashed #CCCCCC;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 24px;
}
.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: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  margin-right: 20px;
}
.contacti .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-R';
  font-weight: normal;
  color: #666666;
  line-height: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 5px 0 22px;
}
.contacti .form-input .input::placeholder {
  color: #666666;
  border: 0;
  outline: none;
}
.contacti .form-input .input:focus {
  color: #333;
  border: 0;
  outline: none;
}
.contacti .form-input .form-input-one:nth-of-type(3) {
  margin-right: 0;
}
.contacti .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
}
.contacti .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  padding: 20px 5px 0 22px;
  border: 0;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-R';
  font-weight: normal;
  color: #666;
  line-height: 40px;
  height: 234px;
  background: #FFFFFF;
  border-radius: 10px;
}
.contacti .form-message .message::placeholder {
  color: #666;
  border: 0;
  outline: none;
}
.contacti .form-message .message:focus {
  color: #333333;
  border: 0;
  outline: none;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 36px;
  z-index: 20;
  position: relative;
}
.contacti .formButton-box .formButton {
  width: 220px;
  height: 46px;
  background: #C7000B;
  z-index: 12;
  overflow: hidden;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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: center;
}
.contacti .formButton-box .formButton .read-more-dot {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 46px;
  transition: 0.5s;
  margin: 0 8px;
}
.contacti .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
}
.contacti .formButton-box .formButton .read-more-img {
  width: 14px;
  height: 18px;
  position: relative;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-more-img img {
  width: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-28%);
}
.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 {
  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-dot {
  border-radius: 50%;
}
.contacti .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.videoPopup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}
.videoPopup .videoPopup-inner {
  width: 80%;
  height: 80%;
  position: relative;
  margin: 10% auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoPopup .videoPopup-inner video {
  width: 100%;
  height: 80%;
  object-fit: scale-down;
  display: block;
  margin: 0 auto;
}
.videoPopup .videoPopup-inner .videoPopup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 68px;
  color: #fff;
  line-height: 72px;
  cursor: pointer;
  z-index: 4001;
}
.videoPopup-show {
  z-index: 4000;
  display: block;
}
.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;
}
.nside {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  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: 18px;
  height: 18px;
  margin-right: 8px;
}
.nside .index-nside .index-dot svg {
  width: 100%;
  height: 100%;
}
.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;
}
.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;
  }
}
.nban-inner {
  position: relative;
  width: 100%;
}
.nban-inner img {
  width: 100%;
  display: block;
}
.nban-inner .nban-inner-nav {
  position: absolute;
  width: 94%;
  top: 48%;
  max-width: 1800px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.nban-inner .One-stop-cur {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 54px;
  margin-bottom: 24px;
}
.nban-inner .One-stop-nav-bottom {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.8;
}
.nban-inner .One-stop-nav-bottom .One-stop-p {
  color: #FFFFFF;
}
.nban-inner .nban-inner-bottom {
  position: absolute;
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nban-inner .nban-inner-bottom .nban-inner-dot {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 62px;
  opacity: 0.6;
}
.nban-inner .nban-inner-bottom .nban-seconds-main {
  width: 656px;
  display: flex;
  flex-wrap: wrap;
}
.nban-inner .nban-inner-bottom .nban-seconds-main .nban-second {
  display: flex;
  align-items: center;
  width: 164px;
  padding-right: 12px;
  margin: 15px 0;
  opacity: 0.7;
  transition: 0.5s;
  cursor: pointer;
}
.nban-inner .nban-inner-bottom .nban-seconds-main .nban-second .dot {
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 12px;
}
.nban-inner .nban-inner-bottom .nban-seconds-main .nban-second .nban-second-text {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  width: calc(100% - 18px);
}
.nban-inner .nban-inner-bottom .nban-seconds-main .nban-second:hover {
  opacity: 1;
}
.innerPage-nav-M {
  display: none;
  background: #F1F6F9;
  background-size: cover;
}
.innerPage-nav-M .nban-seconds-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.innerPage-nav-M .nban-seconds-main .nban-second {
  display: flex;
  align-items: center;
  width: 33.33%;
  padding-right: 12px;
  margin: 10px 0;
  opacity: 0.7;
  transition: 0.5s;
  cursor: pointer;
}
.innerPage-nav-M .nban-seconds-main .nban-second .dot {
  width: 7px;
  height: 7px;
  background: #666;
  border-radius: 50%;
  margin-right: 12px;
}
.innerPage-nav-M .nban-seconds-main .nban-second .nban-second-text {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  width: calc(100% - 20px);
}
.innerPage-nav-M .nban-seconds-main .nban-second:hover {
  opacity: 1;
}
.line-container .nside .indexPage-inner {
  border-bottom: 1px solid #f5f5f5;
}
.public-more {
  width: 220px;
  height: 46px;
  background: #C7000B;
  z-index: 12;
  overflow: hidden;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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: center;
}
.public-more .read-more-dot {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  transition: 0.5s;
}
.public-more .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 46px;
  transition: 0.5s;
  margin: 0 8px;
}
.public-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
}
.public-more .read-more-img {
  width: 14px;
  height: 18px;
  position: relative;
  transition: 0.5s;
}
.public-more .read-more-img img {
  width: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-28%);
}
.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 {
  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-dot {
  border-radius: 50%;
}
.public-more:hover .read-more-p {
  transform: translateY(-100%);
  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: #C7000B;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #C7000B;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #C7000B;
  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: #C7000B;
}
.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: #C7000B;
  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: #C7000B;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #C7000B;
  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: #C7000B;
  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: #C7000B;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #C7000B;
}
.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: -90%;
  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: #C7000B;
}
.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: #C7000B;
  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;
  max-height: 100px;
  transition: max-height 1s;
}
.header-index .header-index-inner {
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: 0.5s;
  position: relative;
}
.header-index .header-index-inner .logo-index {
  position: absolute;
  left: 0;
  top: 36px;
}
.header-index .header-index-inner .logo-index a {
  height: 36px;
  width: 160px;
  position: relative;
  display: block;
}
.header-index .header-index-inner .logo-index a img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header-index .header-index-inner .header-index-nav {
  max-width: 1800px;
  width: 94%;
  margin: 0 auto;
}
.header-index .header-index-inner .header-index-nav nav {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}
.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: 48px 15px 20px;
  font-weight: normal;
  font-size: 18px;
  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: flex;
  align-items: flex-end;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p .nav-item-p-icon {
  width: 21px;
  height: 21px;
  margin-right: 6px;
  position: relative;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  content: "";
  bottom: -4px;
  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::before {
  width: 100%;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right {
  position: absolute;
  right: 0;
  width: 520px;
  top: 52px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.header-index .header-index-inner .header-index-right .baojia {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.header-index .header-index-inner .header-index-right .baojia a {
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .baojia .baojia-icon {
  width: 19px;
  height: 19px;
  margin-right: 4px;
  position: relative;
}
.header-index .header-index-inner .header-index-right .baojia img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .baojia:hover .nav-active-img {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right .baojia:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .baojia:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .baojia:after {
  width: 100%;
  height: 1px;
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -7px;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .baojia:hover:after {
  background: #C7000B;
}
.header-index .header-index-inner .header-index-right .header-phone {
  margin-left: 12px;
}
.header-index .header-index-inner .header-index-right .header-phone a {
  color: #fff;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact1:hover .header-phone a {
  color: #C7000B;
}
.header-index .header-index-inner .header-index-right .header-index-contact1 .header-lang-oneA-val {
  display: none;
}
.header-index .header-index-inner .header-index-right .header-index-langs {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  justify-content: center;
  color: #FFFFFF;
  line-height: 24px;
  display: flex;
  align-items: center;
  position: relative;
  height: 24px;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-botom {
  width: 8px;
  height: 8px;
  position: relative;
  margin-left: 6px;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-botom svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-icon {
  width: 30px;
  height: 15px;
  position: relative;
  opacity: 0.6;
  margin-right: 6px;
}
.header-index .header-index-inner .header-index-right .header-index-langs img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.header-index .header-index-inner .header-index-right .header-index-langs::after {
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover::after {
  width: 100%;
}
.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;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.header-index .header-index-inner .header-index-right .header-index-contact .contact-icon {
  width: 20px;
  cursor: pointer;
  height: 20px;
  position: relative;
}
.header-index .header-index-inner .header-index-right .header-index-contact img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val {
  position: absolute;
  left: 50%;
  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: #C7000B;
  white-space: nowrap;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val:hover span::after {
  width: 100%;
  background: #C7000B;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact span {
  position: relative;
}
.header-index .header-index-inner .header-index-right .header-index-contact span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val-active {
  opacity: 1;
  height: 48px;
  z-index: 2005;
  transition: 0.5s;
  padding-top: 13px;
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-active-img {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-search {
  cursor: pointer;
  padding: 0 20px;
}
.header-index .header-index-inner .header-index-right .header-index-search .header-index-search-inner {
  width: 20px;
  display: flex;
  height: 20px;
  position: relative;
  align-items: center;
}
.header-index .header-index-inner .header-index-right .header-index-search img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-active-img {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-cur-img {
  opacity: 0;
}
.header-index .nav-default-img {
  opacity: 1;
}
.header-index .nav-active-img {
  opacity: 0;
}
.header-index .nav-cur-img {
  opacity: 0;
}
.header-index .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header-index .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header2 {
  padding: 0 0;
  background: #1B2C34;
  transition: 0.5s;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  background: #fff;
}
.header2 .header-index-inner .header-index-right .baojia:after {
  background: #fff;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #fff;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-default-img {
  opacity: 0;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-active-img {
  opacity: 1 !important;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-cur-img {
  opacity: 0;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #C7000B;
}
.header2 .header-index-inner .header-index-right .header-index-line {
  background: #fff;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::before {
  width: 100%;
  background: #C7000B;
}
.header2 .header-index-inner .header-index-right .baojia a {
  color: #fff;
}
.header2 .header-index-inner .header-index-right .header-phone a {
  color: #fff;
}
.header2 .header-index-inner .header-index-right .header-index-langs {
  color: #fff;
}
.header2 .nav-default-img {
  opacity: 0;
}
.header2 .nav-active-img {
  opacity: 0;
}
.header2 .nav-cur-img {
  opacity: 1;
}
.header2 .logo-active {
  opacity: 1;
}
.header2 .logo-default {
  opacity: 0;
}
.header1 {
  background: transparent;
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
  overflow: hidden;
}
.header-active {
  padding: 0 0;
  background: #1B2C34;
  transition: 0.5s;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  background: #fff;
}
.header-active .header-index-inner .header-index-right .baojia:after {
  background: #fff;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #fff;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #C7000B;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-default-img {
  opacity: 0;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-active-img {
  opacity: 1 !important;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-cur-img {
  opacity: 0;
}
.header-active .header-index-inner .header-index-right .header-index-line {
  background: #fff;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::before {
  width: 100%;
  background: #C7000B;
}
.header-active .header-index-inner .header-index-right .baojia a {
  color: #fff;
}
.header-active .header-index-inner .header-index-right .header-phone a {
  color: #fff;
}
.header-active .header-index-inner .header-index-right .header-index-langs {
  color: #fff;
}
.header-active .nav-default-img {
  opacity: 0;
}
.header-active .nav-active-img {
  opacity: 0;
}
.header-active .nav-cur-img {
  opacity: 1;
}
.header-active .logo-active {
  opacity: 1;
}
.header-active .logo-default {
  opacity: 0;
}
.header-visible {
  overflow: visible !important;
}
.headerDottom-pro {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.headerDottom {
  max-height: 0 !important;
  z-index: -1 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.header-height {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 1s;
  z-index: 1000;
}
.langDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.langDialog .langDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.langDialog .langDialog-inner .langDialog-close {
  position: absolute;
  width: 160px;
  height: 160px;
  cursor: pointer;
  top: -80px;
  right: -80px;
  background: #C7000B;
  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: #C7000B;
  border: 1px solid #C7000B;
  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: #C7000B;
  border: 1px solid #C7000B;
  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: #C7000B;
  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-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: #C7000B;
  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-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;
  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: #C7000B;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover span::after {
  width: 100%;
  background: #C7000B;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover a {
  color: #C7000B;
  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;
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 92px;
  background: #1B2C34;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 2001;
  overflow: hidden;
  left: 0;
}
.nav-item-second .nav-item-second-inner {
  padding: 30px 0;
}
.nav-item-second .pro-outer {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-item-second .pro-outer1 {
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
.nav-item-second .pro-outer1 .nav-item-second-title {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 32px;
  width: 100%;
}
.nav-item-second .nav-item-second-first {
  width: 400px;
  background: #2C3F48;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  height: 460px;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a {
  width: 100%;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 14px;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a .nav-item-second-first-icon {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  margin-right: 12px;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a a {
  max-width: calc(100% - 55px);
  color: #fff;
  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%;
  transform: translateY(-50%) translateX(-10px);
  transition: 0.5s;
  opacity: 0;
  width: 25px;
  height: 25px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:hover {
  background: #C7000B;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:hover .nav-item-second-first-a-right {
  opacity: 1;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a-active {
  background: #C7000B;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a-active .nav-item-second-first-a-right {
  opacity: 1;
}
.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-first-others {
  width: 400px;
  background: #2C3F48;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 24px;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-others-inner {
  width: 100%;
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.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;
  width: 100%;
  height: 100%;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one {
  width: 100%;
  height: 48px;
}
.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: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 14px;
  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-dot {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  opacity: 0;
  margin-right: 11px;
  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: 48px;
  transition: 0.5s;
  max-width: calc(100% - 35px);
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one:hover .nav-item-second-first-other-one-inner {
  background: #C7000B;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one:hover .nav-item-second-first-other-one-inner .nav-item-second-first-other-dot {
  opacity: 1;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one-active .nav-item-second-first-other-one-inner {
  background: #C7000B;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one-active .nav-item-second-first-other-one-inner .nav-item-second-first-other-dot {
  opacity: 1;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other-active {
  opacity: 1;
  z-index: 2005;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro-dom {
  width: 352px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.nav-item-second .nav-item-second-pro-dom .nav-item-second-pro-dom-title {
  font-weight: 500;
  width: 200px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 40px;
}
.nav-item-second .nav-item-second-pro-dom .nav-item-second-pro-dom-title p {
  width: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 12px;
}
.nav-item-second .nav-item-second-pro-dom .nav-item-second-pro-dom-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  background: #2C3F48;
  display: block;
}
.nav-item-second .nav-item-second-pro-dom .nav-item-second-pro-dom-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pro-dom .nav-item-second-pro-dom-img:hover img {
  transform: scale(1.1);
}
.nav-item-second .nav-item-second-first1 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  height: auto;
}
.nav-item-second .nav-item-second-first1 .nav-item-second-first-a {
  width: 286px;
  height: 48px;
  background: #2C3F48;
  margin-right: 18px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  transition: 0.5s;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
}
.nav-item-second .nav-item-second-first1 .nav-item-second-first-a .nav-item-second-first-icon {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  margin-right: 12px;
}
.nav-item-second .nav-item-second-first1 .nav-item-second-first-a a {
  display: block;
  width: calc(100% - 20px);
}
.nav-item-second .nav-item-second-first1 .nav-item-second-first-a:hover {
  background: #C7000B;
}
.nav-item-second .nav-item-second-new {
  width: 94%;
  max-width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.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: 6px;
  height: 6px;
  background: #FFFFFF;
}
.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;
}
.user-menu-nav {
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 1.2s;
}
@keyframes aniPcNav {
  0% {
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 100vh;
    display: block;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #1B2C34;
  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(199, 0, 11, 0.8);
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 10px;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a {
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  position: relative;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a:hover {
  background: #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: #C7000B;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  background: transparent;
  border: 1px solid #C7000B;
  color: #C7000B;
  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: #C7000B;
  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: #C7000B;
}
.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-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;
  justify-content: center;
}
.webPage .pageBtn {
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webPage .pageBtn .web-icon {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C7000B;
  color: #C7000B;
  border-radius: 50%;
  transition: 0.5s;
}
.webPage .pageBtn:hover .web-icon {
  background: #C7000B;
  color: #fff;
  transition: 0.5s;
}
.webPage .pre-pageBtn {
  margin-right: 20px;
}
.webPage .next-pageBtn {
  margin-left: 20px;
}
.webPage .pageBtn-active .web-icon {
  background: #C7000B;
  color: #fff;
  transition: 0.5s;
}
.webPage .webPage-num {
  height: 36px;
  background: #F8F8F8;
  border-radius: 18px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.webPage .webPage-num .excessive {
  margin: 0 4px;
  color: #333;
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive p {
  width: 36px;
  height: 36px;
  background: #C7000B;
  border-radius: 18px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
.webPage .pages-a {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  transition: 0.5s;
  cursor: pointer;
}
.webPage .pages-a:hover {
  background: #C7000B;
  color: #fff;
  transition: 0.5s;
}
.webPage .pages-a-active {
  background: #C7000B;
  color: #fff;
  transition: 0.5s;
}
.webPage .num-more-page {
  width: auto;
  height: 36px;
  background: #C7000B;
  border-radius: 18px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
.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;
}
.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 #C7000B;
  background: #C7000B !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: #C7000B;
  transition: 0.5s;
}
.innerPage-secondNav .secondNav-one-active {
  color: #fff;
  background: #C7000B;
  transition: 0.5s;
}
@media only screen and (max-width: 1681px) {
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
  .nban-inner .nban-inner-bottom .nban-seconds-main .nban-second .nban-second-text {
    font-size: 22px;
  }
  .header-index .header-index-inner {
    align-items: center;
  }
}
@media only screen and (max-width: 1620px) {
  .header-index .header-index-inner .header-index-nav {
    max-width: 100%;
    width: auto;
    margin: 0 0;
  }
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    padding: 48px 12px 20px;
  }
  .header-index .header-index-inner .logo-index {
    position: relative;
    top: 0;
  }
  .header-index .header-index-inner .header-index-right {
    position: relative;
    top: 15px;
  }
  .header-index .header-index-inner .header-index-right .header-phone {
    display: none;
  }
  .header-index .header-index-inner .header-index-right .header-index-contact1 .header-lang-oneA-val {
    display: block;
  }
}
@media only screen and (max-width: 1441px) {
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
  .nban-inner .nban-inner-bottom .nban-inner-dot {
    width: 58px;
    height: 58px;
    font-size: 26px;
    line-height: 52px;
  }
  .nban-inner .One-stop-cur {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 18px;
  }
  .nban-inner .nban-inner-bottom {
    bottom: 25px;
  }
  .nban-inner .nban-inner-bottom .nban-seconds-main .nban-second {
    margin: 10px 0;
  }
  .nban-inner .nban-inner-bottom .nban-seconds-main .nban-second .nban-second-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1350px) {
  .indexPage-outer {
    width: 94%;
  }
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    padding: 48px 8px 20px;
  }
}
@media only screen and (max-width: 1367px) {
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    font-size: 16px;
  }
  .header-index .header-index-inner .header-index-right .baojia {
    font-size: 16px;
  }
  .header-index .header-index-inner .header-index-right .header-index-contact {
    padding: 0 14px;
  }
  .header-index .header-index-inner .header-index-right .header-index-search {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1281px) {
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 55px;
  }
  .indexPage-last {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .contacti .contacti-main {
    border-radius: 12px;
    padding: 25px;
  }
  .contacti .contacti-main .form-up .form-steps .form-step-one .form-step-p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    padding: 0 2px;
  }
  .contacti .formButton-box {
    margin-top: 28px;
  }
  .contacti .form-input .input {
    line-height: 42px;
    height: 42px;
    border-radius: 6px;
    padding: 0 5px 0 16px;
  }
  .contacti .form-input .form-input-one {
    width: calc((100% - 24px) / 3);
    margin-bottom: 16px;
    margin-right: 12px;
  }
  .contacti .form-message .message {
    padding: 18px 5px 0 18px;
    line-height: 32px;
    height: 252px;
    border-radius: 6px;
  }
  .contacti .contacti-main .form-inner {
    width: 56%;
  }
  .contacti .contacti-main .form-up {
    width: 40%;
  }
  footer .footer-main {
    padding: 50px 0 30px;
  }
  footer .footer-new-bottom {
    padding: 20px 22px 25px;
    flex-wrap: wrap;
  }
  .contacti .contacti-info-box {
    margin: 24px 0 26px;
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-val {
    width: calc(100% - 50px);
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-text {
    line-height: 18px;
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-icon {
    height: 30px;
    margin-right: 20px;
  }
  footer .footer-new-nav .footer-nav-cur a {
    line-height: 24px;
    margin-left: 6%;
    margin-top: 12px;
  }
  footer .footer-new-center {
    margin: 18px 0 26px;
  }
  footer .footer-new-nav .footer-share-a {
    margin-left: 0;
    margin-right: 28px;
  }
  footer .footer-new-bottom .footer-new-bottom-one {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 1125px) {
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    padding: 48px 8px 20px;
  }
}
@media only screen and (max-width: 1025px) {
  .nban {
    margin-top: 65px;
  }
  .public-more {
    width: 160px;
    height: 44px;
  }
  .indexPage-outer {
    width: 90%;
  }
  .nside .nside-a-cur {
    font-size: 30px;
    line-height: 52px;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 50px;
  }
  .indexPage-last {
    padding-bottom: 50px;
  }
  .headerM {
    display: block;
  }
  .header-index {
    display: none;
  }
  .nban-inner {
    margin-top: 65px;
  }
  .top_nav {
    display: block;
  }
  .nban-inner .nban-inner-nav {
    top: 40%;
  }
  .nban-inner .nban-inner-bottom .nban-seconds-main {
    width: 100%;
  }
  .nban-inner .nban-inner-bottom {
    bottom: 15px;
  }
  .nban-inner .One-stop-cur {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 16px;
  }
  .nban-inner .nban-inner-bottom .nban-seconds-main .nban-second {
    width: 126px;
  }
  .nban-inner .nban-inner-bottom .nban-seconds-main .nban-second .nban-second-text {
    font-size: 16px;
  }
  .nban-inner .nban-inner-bottom .nban-inner-dot {
    position: absolute;
    bottom: 10px;
    right: 3%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1000px) {
  .nban-inner .nban-inner-bottom .nban-seconds-main .nban-second {
    width: auto;
    max-width: 112px;
    min-width: 90px;
    padding-right: 8px;
  }
  .contacti .form-input .form-input-one {
    width: 100%;
    margin-right: 0;
  }
  .contacti .contacti-main .form-inner {
    width: 50%;
  }
  .nban-inner .nban-inner-bottom .nban-seconds-main .nban-second .dot {
    margin-right: 6px;
  }
  .contacti .contacti-main .form-up .form-up-inner {
    padding: 38px 4%;
    height: calc(100% - 66px);
  }
  .contacti .contacti-main .form-up .form-steps .form-step-one .form-step-p {
    padding: 0 8px;
  }
  .contacti .contacti-main .form-up {
    width: 46%;
  }
  .nban-inner .nban-inner-bottom .nban-seconds-main .nban-second .nban-second-text {
    font-size: 14px;
    width: calc(100% - 14px);
  }
  .contacti .formButton-box {
    margin-top: 20px;
  }
  .contacti .formButton-box .formButton {
    width: 170px;
    height: 42px;
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-val {
    width: calc(100% - 38px);
  }
  .nban-inner .nban-inner-bottom .nban-inner-dot {
    display: none;
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-icon {
    height: 26px;
    margin-right: 12px;
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a {
    font-size: 14px;
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer-new-bottom .footer-new-bottom-one {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-new-bottom .footer-bottom-infor-aone {
    text-align: center;
  }
}
@media only screen and (max-width: 821px) {
  .headerM .logo {
    height: 40px;
  }
  .webPage .next-pageBtn {
    margin-left: 8px;
  }
  .webPage .pre-pageBtn {
    margin-right: 8px;
  }
  footer .footer-main {
    padding-bottom: 80px;
  }
  .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) {
  .contacti .form-message .message {
    padding: 12px 5px 0 18px;
    line-height: 30px;
    height: 180px;
  }
  footer .footer-new-bottom .footer-new-bottom-one {
    width: 100%;
  }
  footer .footer-new-bottom .footer-bottom-infor-aone-gov {
    width: 100%;
    justify-content: center;
  }
  footer .footer-new-bottom .footer-bottom-infor-aone {
    font-size: 12px;
    line-height: 22px;
  }
  .nban-inner .nban-inner-bottom .nban-inner-dot {
    display: block;
  }
  footer .footer-new-bottom {
    padding: 16px 10px 20px;
  }
  footer .footer-new-contact .footer-new-goTo {
    font-size: 12px;
    line-height: 22px;
  }
  footer .footer-new-center .logo {
    margin: 0 auto;
  }
  footer .footer-new-center {
    flex-wrap: wrap;
  }
  footer .footer-new-center .logo {
    width: 180px;
  }
  footer .footer-new-nav .footer-share {
    margin: 20px 0 4px;
  }
  footer .footer-new-nav .footer-share-a {
    margin: 0 14px;
  }
  footer .footer-new-nav .footer-share {
    justify-content: center;
  }
  footer .footer-new-nav .footer-nav-cur {
    justify-content: center;
  }
  footer .footer-new-nav {
    width: 100%;
  }
  footer .footer-contactShare {
    width: 100%;
    justify-content: center;
    margin: 12px 0;
  }
  footer .footer-contactShare .footer-center-bottom-one {
    margin: 0 10px;
  }
  .nban-inner .One-stop-cur {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .nban-inner .One-stop-nav-bottom {
    font-size: 12px;
    line-height: 22px;
  }
  .nban-inner .nban-inner-nav {
    top: 45%;
  }
  .nban-inner .nban-inner-bottom .nban-inner-dot {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
  }
  .contacti .contacti-info-box {
    flex-wrap: wrap;
  }
  .contacti .contacti-info-box .contacti-info-one {
    width: 50%;
    margin: 12px 0;
  }
  .contacti .contactMenthods {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
  }
  .contacti .contacti-info-box {
    margin: 6px 0 24px;
  }
  .contacti .contacti-main {
    flex-wrap: wrap;
  }
  .contacti .formButton-box {
    margin-top: 18px;
    justify-content: center;
  }
  .contacti .contacti-main .form-inner {
    width: 100%;
  }
  .contacti .contacti-main .form-up {
    width: 100%;
    margin-top: 22px;
  }
  .contacti .contacti-main .form-up .form-steps .form-step-one .form-step-p {
    padding: 0 13px;
  }
  .contacti .contacti-main {
    border-radius: 6px;
    padding: 24px 18px;
  }
  .contacti .contacti-main .form-up .form-steps .form-step-one .form-step-p {
    font-size: 12px;
  }
  .contacti .contacti-main .form-up .form-up-inner {
    height: auto;
  }
  .contacti .contacti-main .pro-contacti {
    width: 145px;
  }
}
@media only screen and (max-width: 750px) {
  .contacti .contacti-info-box {
    margin: 16px 0 14px;
  }
  .contacti .contacti-info-box .contacti-info-one {
    width: auto;
    margin: 12px auto;
    padding: 0 2px;
  }
  footer .footer-new-nav .footer-nav-cur a {
    font-size: 16px;
  }
  .contacti .contactMenthods .contactMenthods-line {
    margin: 0 3px;
  }
}
@media only screen and (max-width: 641px) {
  .indexPage-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .webPage .pageBtn .web-word {
    display: none;
  }
  .nban-inner {
    margin-top: 50px;
  }
  .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;
  }
  .headerM .logo {
    height: 32px;
  }
  footer .footer-new-contact .footer-new-img {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 521px) {
  .nside .nside-a {
    font-size: 12px;
  }
  .nside .index-nside {
    font-size: 12px;
  }
  .nside .nside-a-last {
    font-size: 18px;
    line-height: 34px;
  }
  .indexPage {
    padding-top: 32px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 431px) {
  .contacti .contacti-main .form-up .form-steps .form-step-one .form-step-p {
    padding: 0 8px;
  }
  .nban-inner {
    margin-top: 42px;
  }
  .sidefixedM .sideitem1 .sideins {
    left: 12px;
    transform: translateX(0);
  }
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .indexPage {
    padding-top: 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: 28px;
    font-size: 22px;
  }
  .contacti .indexPage-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 425px) {
  .webPage .pageBtn {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .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;
  }
}
@media (max-width: 376px) {
  .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-new-nav .footer-nav-cur a {
    font-size: 14px;
  }
  footer .footer-new-center {
    margin: 20px 0 20px;
  }
  .contacti .contacti-main .form-up .form-up-desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 352px) {
  .headerM .logo {
    height: 20px;
  }
  .webPage .webPage-num {
    padding: 0 0;
  }
}
