.header .tell-wrap {
  visibility: hidden !important;
}

.contact-con {
  display: flex;
  padding: 35px 0 48px;
  max-width: 1250px;
  margin: 0 auto;
}

.contact-con .contact-l {
  color: #000;
  width: 625px;
  flex: 1;
  margin-right: 65px;
}

.contact-con .contact-l img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.contact-con .contact-r {
  width: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-con .contact-r .contact-top p {
  font-size: 18px;
  line-height: 40px;
}

.contact-con .contact-r .contact-top p:first-child {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: -10px;
  color: #22589d;
}

.contact-con .contact-r .contact-wei {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 20px;
}

.contact-con .contact-r .contact-wei .wei-l {
  width: 120px;
  margin-right: 25px;
  overflow: hidden;
}

.contact-con .contact-r .contact-wei .wei-r {
  display: flex;
}

.contact-con .contact-r .contact-wei .wei-r img {
  display: inline-block;
  height: 44px;
  margin-right: 10px;
}

.contact-con .contact-r .contact-wei .wei-r .text {
  display: inline-block;
  font-size: 16px;
}

.contact-con .contact-r .contact-wei .wei-r p {
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.contact-con .contact-r .contact-wei .wei-r p:last-child {
  color: #22589d;
}
