.contactPage {
  position: relative;
  padding-top: 120px;
  overflow: hidden;
}
.contactPage .contact-top {
  overflow: hidden;
  position: relative;
  background: #F1F9FF;
}
.contactPage .contact-top .indexPage-outer {
  padding: 20px 0;
}
.contactPage .contact-top .contact-main-title {
  width: 100%;
  padding: 0 5%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.contactPage .contact-top .contactInner-title {
  font-weight: bold;
  font-size: 120px;
  color: #05E1D4;
  line-height: 100px;
  font-family: 'Roboto-B';
  margin-right: 24px;
  text-transform: uppercase;
}
.contactPage .contact-top .contactInner-title-cn {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 30px;
}
.contactPage .contact-main {
  width: 100%;
  position: relative;
  z-index: 12;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
}
.contactPage .contactInner-texts {
  width: 40%;
}
.contactPage .indexPage-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.contactPage .contactMenthods {
  display: flex;
  width: 100%;
  z-index: 20;
  position: relative;
  margin-top: 4px;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 36px;
}
.contactPage .contactMenthods p {
  color: #666666;
  z-index: 12;
  margin-right: 10px;
}
.contactPage .contactMenthods p:nth-last-of-type(1) {
  margin-right: 0;
}
.contactPage .form {
  width: 100%;
  margin-top: 46px;
}
.contactPage .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactPage .form-input .form-input-one {
  width: 30%;
  margin-bottom: 20px;
}
.contactPage .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  font-family: 'H-R';
  line-height: 52px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0 5px 0 15px;
  transition: 0.5s;
}
.contactPage .form-input .input::placeholder {
  color: #222222;
  border: 0;
  outline: none;
  transition: 0.2s;
}
.contactPage .form-input .input:focus {
  color: #2C2C2C;
  border: 0;
  outline: none;
  border: 1px solid #05E1D4;
}
.contactPage .form-input .input:focus::placeholder {
  opacity: 0;
}
.contactPage .form-input .form-input-one:nth-of-type(3) {
  margin-right: 0;
}
.contactPage .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
}
.contactPage .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  padding: 8px 5px 0 15px;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  font-family: 'H-R';
  line-height: 38px;
  height: 200px;
  background: #fff;
  border-radius: 6px;
  transition: 0.5s;
}
.contactPage .form-message .message::placeholder {
  color: #222222;
  border: 0;
  outline: none;
  transition: 0.2s;
}
.contactPage .form-message .message:focus {
  color: #2C2C2C;
  border: 0;
  outline: none;
  border: 1px solid #05E1D4;
}
.contactPage .form-message .message:focus::placeholder {
  opacity: 0;
}
.contactPage .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contactPage .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  z-index: 20;
  position: relative;
}
.contactPage .formButton-box .formButton {
  width: 180px;
  height: 60px;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/submit-btn.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
  z-index: 12;
  border: none;
}
.contactPage .formButton-box .formButton .banner-more-inner {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  padding: 0 22px 0 22px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactPage .formButton-box .formButton .banner-more-text {
  display: flex;
  align-items: center;
}
.contactPage .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 60px;
  transition: 0.5s;
}
.contactPage .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.contactPage .formButton-box .formButton .read-dot {
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactPage .formButton-box .formButton .read-dot img {
  width: 50%;
  height: 50%;
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}
.contactPage .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contactPage .follow-us {
  background: #fff;
}
.contactPage .follow-us .follow-us-outer {
  padding: 60px 5% 0 10%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactPage .follow-us .follow-us-imgs {
  display: flex;
  align-items: center;
  width: 100%;
}
.contactPage .follow-us .follow-us-erweima {
  width: 140px;
  margin-right: 52px;
}
.contactPage .follow-us .follow-us-erweima .follow-us-img {
  width: 100%;
  display: block;
  background: #F1F9FF;
  aspect-ratio: 1;
  margin-bottom: 14px;
}
.contactPage .follow-us .follow-us-erweima .follow-us-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.contactPage .follow-us .follow-us-erweima .follow-us-val {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.contactPage .follow-us .follow-us-erweima:nth-last-of-type(1) {
  margin-right: 0;
}
.contactPage .follow-us .follow-us-title {
  width: 100%;
  text-align: right;
  margin-top: -110px;
  z-index: 12;
}
.contactPage .follow-us .follow-us-title .follow-us-en {
  font-weight: bold;
  font-size: 120px;
  color: #05E1D4;
  line-height: 100px;
  font-family: 'Roboto-B';
  text-transform: uppercase;
}
.contactPage .follow-us .follow-us-title .follow-us-cn {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  margin-top: 35px;
}
.contactPage .contact-info {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
.contactPage .contact-info .contact-connects {
  width: 100%;
}
.contactPage .contacti-info-one {
  width: 100%;
  margin-bottom: 10%;
  display: flex;
  align-items: center;
}
.contactPage .contacti-info-one .contacti-info-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #05E1D4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactPage .contacti-info-one .contacti-info-icon img {
  width: 55%;
  height: 55%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contactPage .contacti-info-one .contacti-info-con {
  width: calc(100% - 80px);
  padding-left: 30px;
}
.contactPage .contacti-info-one .contacti-info-text {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  opacity: 0.6;
}
.contactPage .contacti-info-one .contacti-info-val {
  margin-top: 12px;
}
.contactPage .contacti-info-one .contacti-info-val .contacti-info-a {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #05e1d4 0, #05e1d4 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
  font-weight: bold;
  font-size: 30px;
  color: #0025A9;
  line-height: 36px;
  font-family: 'M-B';
}
.contactPage .contacti-info-one .contacti-info-val .contacti-info-a span {
  color: #0025A9;
  transition: 0.5s;
}
.contactPage .contacti-info-one .contacti-info-val .contacti-info-a:hover {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.contactPage .contacti-info-one .contacti-info-val .contacti-info-a:hover span {
  color: #05E1D4;
}
.contactPage .contacti-info-one:hover .contacti-info-icon img {
  transform: rotateY(360deg);
}
.contactPage .contacti-info-one1 .contacti-info-icon img {
  transform: translateY(-10%) rotateY(0deg);
}
.contactPage .contacti-info-one1:hover .contacti-info-icon img {
  transform: translateY(-10%) rotateY(360deg);
}
.contactPage .contacti-info-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.contact-page-footer {
  background: #090D36;
  will-change: clip-path;
  border: 1px solid transparent;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0% 20%, 110% 0%, 100% 100%, 0% 100%);
  position: relative;
}
.contact-page-footer::after {
  width: 74%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/contact-dot.png') no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
}
@media only screen and (max-width: 1800px) {
  .contactPage .contact-top .contactInner-title {
    font-size: 90px;
    line-height: 76px;
  }
  .contactPage .contact-top .contactInner-title-cn {
    font-size: 20px;
  }
  .contactPage .contact-top .contact-main-title {
    margin-bottom: 34px;
  }
  .contactPage .contact-top .indexPage-outer {
    padding: 0 0;
  }
  .contactPage .follow-us .follow-us-title .follow-us-en {
    font-size: 90px;
    line-height: 76px;
  }
  .contactPage .follow-us .follow-us-title .follow-us-cn {
    font-size: 20px;
    margin-top: 18px;
  }
  .contactPage .follow-us .follow-us-title {
    margin-top: -90px;
  }
  .contactPage .contactInner-texts {
    width: 50%;
    max-width: 600px;
  }
  .contactPage .contacti-info-one .contacti-info-icon {
    width: 65px;
    height: 65px;
  }
  .contactPage .contacti-info-one .contacti-info-text {
    font-size: 16px;
  }
  .contactPage .contacti-info-one .contacti-info-val .contacti-info-a {
    font-size: 26px;
  }
  .contactPage .contacti-info-one .contacti-info-val {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1590px) {
  .contactPage .contact-top .contact-main-title {
    padding: 0 0;
  }
  .contactPage .contact-main {
    padding-left: 0;
    padding-right: 0;
  }
  .contactPage .form {
    margin-top: 35px;
  }
  .contactPage .formButton-box {
    margin-top: 20px;
  }
  .contactPage .follow-us .follow-us-title .follow-us-cn {
    font-size: 18px;
    margin-top: 15px;
  }
  .contactPage .follow-us .follow-us-title .follow-us-en {
    font-size: 70px;
    line-height: 60px;
  }
  .contactPage .contact-top .contactInner-title {
    font-size: 70px;
    line-height: 60px;
  }
  .contactPage .contact-top .contactInner-title-cn {
    font-size: 18px;
  }
  .contactPage .follow-us .follow-us-outer {
    padding: 60px 5% 0 5%;
  }
  .contactPage .contact-top .contact-main-title {
    margin-bottom: 30px;
  }
  .contactPage .form-input .input {
    line-height: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 1500px) {
  .contactPage {
    padding-top: 104px;
  }
}
@media only screen and (max-width: 1365px) {
  .contactPage .contacti-info-one .contacti-info-val .contacti-info-a {
    font-size: 24px;
  }
  .contactPage .contacti-info-one .contacti-info-val {
    margin-top: 6px;
  }
  .contactPage .formButton-box {
    margin-top: 15px;
  }
  .contactPage .contacti-info-one .contacti-info-icon {
    width: 60px;
    height: 60px;
  }
  .contactPage .contacti-info-one .contacti-info-con {
    width: calc(100% - 60px);
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1250px) {
  .contactPage {
    padding-top: 65px;
  }
  .contactPage .contact-info {
    width: 45%;
  }
  .contactPage .contacti-info-one .contacti-info-con {
    padding-left: 20px;
  }
  .contactPage .contactMenthods {
    margin-bottom: 0;
  }
  .contactPage .form {
    margin-top: 26px;
  }
  .contactPage .formButton-box {
    margin-top: 10px;
  }
  .contactPage .form-input .form-input-one {
    width: 31%;
  }
  .contactPage .follow-us .follow-us-outer {
    padding: 60px 4% 0 0;
  }
}
@media only screen and (max-width: 1025px) {
  .contactPage {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 1000px) {
  .contactPage .contacti-info-one .contacti-info-text {
    font-size: 14px;
  }
  .contactPage .contacti-info-one .contacti-info-val .contacti-info-a {
    font-size: 20px;
  }
  .contactPage .contacti-info-one .contacti-info-icon {
    width: 52px;
    height: 52px;
  }
  .contactPage .contacti-info-one .contacti-info-con {
    padding-left: 18px;
    width: calc(100% - 52px);
  }
  .contactPage .contact-main {
    flex-wrap: wrap;
  }
  .contactPage .contactInner-texts {
    width: 100%;
  }
  .contactPage .contact-info {
    width: 100%;
  }
  .contactPage .contact-info .contact-connects {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .contactPage .contacti-info-one {
    margin-bottom: 0;
    margin-top: 24px;
    width: 50%;
    padding-right: 18px;
  }
  .contactPage .follow-us .follow-us-title {
    margin-top: -60px;
  }
  .contactPage .follow-us .follow-us-outer {
    padding: 36px 0 0 0;
  }
  .contact-page-footer::after {
    width: 100%;
    background-size: 100% auto;
  }
  .contact-page-footer {
    clip-path: polygon(0% 12%, 110% 0%, 100% 100%, 0% 100%);
  }
}
@media only screen and (max-width: 767px) {
  .contactPage .contact-top .contactInner-title-cn {
    font-size: 16px;
    line-height: 24px;
  }
  .contactPage .contact-top .contactInner-title {
    font-size: 42px;
    line-height: 38px;
    margin-right: 18px;
  }
  .contactPage .contact-top .contact-main-title {
    margin-bottom: 20px;
  }
  .contactPage .form {
    margin-top: 20px;
  }
  .contactPage .form-input .form-input-one {
    width: 100%;
    margin-bottom: 18px;
  }
  .contactPage .contacti-info-one {
    margin-bottom: 0;
    margin-top: 20px;
    width: 100%;
    padding-right: 0;
  }
  .contactPage .contact-info .contact-connects {
    margin-top: 18px;
  }
  .contactPage .follow-us .follow-us-title .follow-us-en {
    font-size: 42px;
    line-height: 38px;
  }
  .contactPage .follow-us .follow-us-title .follow-us-cn {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .contactPage .contacti-info-one .contacti-info-val {
    margin-top: 0;
  }
  .contactPage .contact-info .contact-connects {
    padding-bottom: 25px;
  }
  .contactPage .follow-us .follow-us-erweima {
    width: 100px;
    margin-right: 32px;
  }
  .contactPage .follow-us .follow-us-erweima .follow-us-img {
    margin-bottom: 10px;
  }
  .contact-page-footer {
    clip-path: none;
    padding-top: 15px;
  }
  .contactPage .follow-us {
    padding-bottom: 35px;
  }
  .contactPage .formButton-box .formButton .read-more-p {
    font-size: 14px;
    line-height: 52px;
  }
  .contactPage .formButton-box .formButton {
    width: 170px;
    height: 52px;
  }
  .contactPage .formButton-box .formButton .read-dot {
    width: 25px;
    height: 25px;
  }
  .contactPage .contacti-info-one .contacti-info-val .contacti-info-a {
    font-size: 18px;
  }
  .contactPage .contacti-info-one .contacti-info-val .contacti-info-val-p .contacti-info-a {
    line-height: 24px;
  }
  .contactPage .contacti-info-one .contacti-info-val1 {
    margin-top: 7px;
  }
  .contactPage .contacti-info-one .contacti-info-icon {
    width: 46px;
    height: 46px;
  }
  .contactPage .contacti-info-one .contacti-info-con {
    width: calc(100% - 46px);
  }
}
@media only screen and (max-width: 641px) {
  .contactPage {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 431px) {
  .contactPage {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 421px) {
  .contactPage .contact-top .contactInner-title {
    font-size: 36px;
    line-height: 35px;
    margin-right: 16px;
  }
  .contactPage .contact-top .contactInner-title-cn {
    font-size: 14px;
  }
  .contactPage .contact-top .contact-main-title {
    margin-bottom: 15px;
  }
  .contactPage .form-input .input {
    line-height: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 382px) {
  .contactPage .contact-top .contact-main-title {
    flex-wrap: wrap;
  }
}
