.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.contactus {
  word-wrap: break-word;
  margin-left: 15px;
}
.contactus .page_contact .main-contact {
  margin: 10px 0;
}
.contactus .page_contact .main-contact .title {
  font-weight: 600;
}
.contactus .page_contact .main-contact .line {
  color: #505360;
  padding-left: 32px;
  position: relative;
}
.contactus .page_contact .main-contact .line i {
  color: #061d3c;
  position: absolute;
}
.contactus .page_contact .main-contact .line span {
  color: #292929;
}
.contactus .page_contact .other-contact {
  padding-left: 10px;
}
.contactus .page_contact .other-contact .title {
  font-weight: 600;
  border-bottom: 1px dashed #999999;
}
.contactus .page_contact .other-contact .line {
  color: #505360;
  padding-left: 52px;
  position: relative;
}
.contactus .page_contact .other-contact .line i {
  color: #061d3c;
  position: absolute;
}
.contactus .page_contact .other-contact .line span {
  color: #292929;
}
.contactus .page_contact .other-contact .line.person span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .contactus .page_contact .main-contact {
    font-size: 14px;
  }
  .contactus .page_contact .main-contact .title {
    font-size: 14.4px;
    margin-bottom: 15px;
  }
  .contactus .page_contact .main-contact .line {
    line-height: 28px;
  }
  .contactus .page_contact .main-contact .line i {
    left: 10px;
    top: 6px;
  }
  .contactus .page_contact .other-contact {
    margin-top: 15px;
    font-size: 13px;
  }
  .contactus .page_contact .other-contact .title {
    font-size: 14px;
  }
  .contactus .page_contact .other-contact .line {
    line-height: 28px;
  }
  .contactus .page_contact .other-contact .line i {
    left: 30px;
    top: 6px;
  }
}
@media (min-width: 768px) {
  .contactus .page_contact .main-contact {
    font-size: 14px;
  }
  .contactus .page_contact .main-contact .title {
    font-size: 16.8px;
    margin-bottom: 15px;
  }
  .contactus .page_contact .main-contact .line {
    line-height: 28px;
  }
  .contactus .page_contact .main-contact .line i {
    left: 10px;
    top: 6px;
  }
  .contactus .page_contact .other-contact {
    margin-top: 15px;
    font-size: 15px;
  }
  .contactus .page_contact .other-contact .title {
    font-size: 16px;
  }
  .contactus .page_contact .other-contact .line {
    line-height: 28px;
  }
  .contactus .page_contact .other-contact .line i {
    left: 30px;
    top: 6px;
  }
}
