.contact-page {
  /* 首页 */
  position: relative;
  /* 底部 */
}
.contact-page .nav-wrap {
  height: 500px;
  background-color: #f1f7fe;
}
.contact-page .nav-wrap .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}
.contact-page .nav-wrap .header .logo-wrap {
  display: flex;
  align-items: center;
}
.contact-page .nav-wrap .header .logo-wrap .right-wrap {
  padding-left: 10px;
}
.contact-page .nav-wrap .header .logo-wrap .right-wrap .tit {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-page .nav-wrap .header .logo-wrap .right-wrap .desc {
  color: #909090;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-page .nav-wrap .header .nav .nav-item {
  margin: 0 3rem;
}
.contact-page .nav-wrap .header .nav .nav-item .nav-link {
  color: #54585b;
}
.contact-page .nav-wrap .header .nav .nav-item .nav-link:hover {
  color: #457af4;
}
.contact-page .nav-wrap .header .nav .nav-item .active {
  color: #457af4;
}
.contact-page .about-eman {
  width: 1200px;
  left: calc(50% - 600px);
  height: 440px;
  position: absolute;
  top: 90px;
}
.contact-page .about-eman .out-wrap {
  display: none;
}
.contact-page .about-eman .tit {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
.contact-page .about-eman .center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}
.contact-page .about-eman .center .left-img {
  margin-right: 80px;
}
.contact-page .about-eman .center .right-text p {
  line-height: 36px;
  font-size: 20px;
  color: #4E5969;
}
.contact-page .about-eman .center .right-text p span {
  color: #000;
  font-weight: 600;
}
.contact-page .production {
  width: 1200px;
  margin: 0 auto;
  height: 420px;
  margin-top: 50px;
}
.contact-page .production .out-wrap {
  display: none;
}
.contact-page .production .tit {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}
.contact-page .production .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-page .production .wrap .wrap-item:nth-child(even) {
  transform: translateY(-40px);
}
.contact-page .production .wrap .wrap-item:nth-child(even):hover {
  transform: translateY(-60px);
}
.contact-page .production .wrap .wrap-item:nth-child(odd):hover {
  transform: translateY(-20px);
}
.contact-page .production .wrap .wrap-item {
  width: 240px;
  height: 178px;
  background-color: #ffffff;
  border: 1px solid #F2F3F5;
  box-shadow: 0px 4px 50px #F4F4F4;
  border-radius: 8px;
  padding: 26px 16px 30px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-page .production .wrap .wrap-item .title {
  font-weight: 600;
  font-size: 20px;
}
.contact-page .production .wrap .wrap-item .desc {
  margin-top: 14px;
  color: #4E5969;
  font-size: 16px;
  line-height: 160%;
}
.contact-page .production .line-wrap {
  margin: 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.contact-page .production .line-wrap .line {
  height: 1px;
  background-color: #EAF4FA;
  position: absolute;
  width: 100%;
  top: 14px;
  z-index: -1;
}
.contact-page .production .line-wrap .round-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contact-page .production .line-wrap .round-wrap .round {
  width: 160px;
  text-align: center;
}
.contact-page .production .line-wrap .round-wrap .round .single {
  display: inline-block;
  background-color: #4080FF;
  border-radius: 16px;
  height: 30px;
  width: 30px;
  border: 10px solid #E8F3FF;
  transition: all;
}
.contact-page .production .line-wrap .round-wrap .round .single:hover {
  transform: scale(1.2);
}
.contact-page .production .line-wrap .round-wrap .round .num {
  font-size: 14px;
}
.contact-page .us {
  height: 443px;
  padding-top: 48px;
  background-color: #F6FCFF;
}
.contact-page .us .out-wrap {
  display: none;
}
.contact-page .us .in-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.contact-page .us .in-wrap .left {
  width: 50%;
  display: flex;
}
.contact-page .us .in-wrap .left .we-chat .tit {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 32px;
  color: var(--bs-body-color);
}
.contact-page .us .in-wrap .left .we-chat img {
  width: 210px;
  height: 210px;
}
.contact-page .us .in-wrap .left .we-chat .text {
  margin-top: 4px;
  color: #86909C;
  text-align: center;
  font-size: 14px;
}
.contact-page .us .in-wrap .left .phone-email-info {
  margin-top: 70px;
  margin-left: 33px;
}
.contact-page .us .in-wrap .left .phone-email-info .then-contact-info {
  display: flex;
  align-items: center;
}
.contact-page .us .in-wrap .left .phone-email-info .then-contact-info .info-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #E5E6EB;
}
.contact-page .us .in-wrap .left .phone-email-info .then-contact-info .info-num div:nth-child(1) {
  color: #4E5969;
  font-size: 20px;
}
.contact-page .us .in-wrap .left .phone-email-info .then-contact-info .info-num div:nth-child(1) a {
  text-decoration: none;
  color: #4E5969;
}
.contact-page .us .in-wrap .left .phone-email-info .then-contact-info .info-num div:nth-child(1) a:hover {
  color: #5a7def;
}
.contact-page .us .in-wrap .left .phone-email-info .then-contact-info .info-num div:nth-child(2) {
  font-size: 20px;
  margin-top: 12px;
}
.contact-page .us .in-wrap .left .phone-email-info .then-contact-info:nth-child(n+2) {
  margin-top: 30px;
}
.contact-page .us .in-wrap .right {
  width: 50%;
}
.contact-page .us .in-wrap .right .tit {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 32px;
}
.contact-page .us .in-wrap .right .ipt {
  margin-top: 50px;
}
.contact-page .us .in-wrap .right .txt {
  margin-top: 20px;
  height: 150px;
}
.contact-page .us .in-wrap .right .suggestion-submit {
  margin-top: 20px;
}
.contact-page .related {
  padding: 50px 0px;
}
.contact-page .related .out-wrap {
  display: none;
}
.contact-page .related h2 {
  text-align: center;
}
.contact-page .related h2 span {
  color: #0055FF;
}
.contact-page .related .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 30px;
}
.contact-page .related .content .item {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #F2F3F5;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  color: #606060;
  cursor: pointer;
}
.contact-page .related .content .item img {
  height: 40px;
  margin-left: 42px;
}
.contact-page .related .content .item .right {
  padding: 0 42px;
}
.contact-page .related .content .item .right .desc {
  margin-top: 12px;
  font-size: 14px;
}
.contact-page .related .content .item:hover {
  box-shadow: 0px 4px 40px 0px #E1EDFF;
}
.contact-page .establish {
  height: 185px;
  background: url(/site/assets/contact/build-self-eman.png);
  text-align: center;
  overflow: hidden;
}
.contact-page .establish .out-wrap {
  display: none;
}
.contact-page .establish .title {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 4px;
}
.contact-page .establish .desc {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.contact-page .footer {
  background-image: url(/site/assets/footer/home-page-footer-bgc.png);
  background-repeat: no-repeat;
  background-clip: padding-box;
  font-size: 14px;
}
.contact-page .footer .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
.contact-page .footer .content .item {
  line-height: 30px;
}
.contact-page .footer .content .item .logo-wrap {
  display: flex;
  align-items: center;
}
.contact-page .footer .content .item .logo-wrap .right-wrap {
  padding-left: 10px;
}
.contact-page .footer .content .item .logo-wrap .right-wrap .tit {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-page .footer .content .item .logo-wrap .right-wrap .desc {
  color: #909090;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-page .footer .content .item .label {
  color: #4E5969;
  font-size: 14px;
}
.contact-page .footer .content .item .grove {
  margin-top: 20px;
  color: #4E5969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-page .footer .content .item .grove img {
  width: 20px;
}
.contact-page .footer .content .item a {
  display: block;
  text-decoration: none;
  color: #000000d9;
}
.contact-page .footer .content .item a:hover {
  color: #507ef7;
}
.contact-page .footer .content .item .logo {
  width: 45px;
}
.contact-page .footer .content .item .we-com {
  width: 100px;
}
.contact-page .footer .content .item .join {
  color: #86909C;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .footer .copyright {
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #86909C;
  font-size: 14px;
  border-top: 1px solid #F2F3F5;
}
.contact-page .footer .copyright a {
  text-decoration: none;
  color: #86909C;
}
.contact-page .footer .copyright a:hover {
  color: #3375f6;
}
