.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;
}
header .banner {
  display: none;
}
.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: #666;
  padding-left: 35px;
  position: relative;
}
.contactus .page_contact .main-contact .line i {
  color: #666;
  position: absolute;
}
.contactus .page_contact .main-contact .line span {
  color: #000;
}
.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;
}
#page-content {
  margin-top: 30px;
}
#page-content .contact-left .left-title {
  font-weight: 600;
}
#page-content .contact-left .left-content ul {
  list-style-type: disclosure-closed;
  padding-left: 15px;
}
#page-content .contact-left .left-content .image {
  float: left;
  display: flex;
  justify-content: center;
  align-items: Center;
}
#page-content .contact-left .left-content .image img {
  max-width: 100%;
  max-height: 100%;
}
#page-content .contact-right .im-icon {
  color: red;
}
#page-content .contact-right .right-title {
  font-weight: 600;
  border-bottom: 2px solid #DDDDDD;
}
#page-content .contact-right .right-content .tip-box .tip-top {
  font-weight: 600;
}
#page-content .contact-right #contactForm p {
  margin: 0;
}
#page-content .contact-right #contactForm .form-control {
  border-color: #8fd8fa;
}
#page-content .contact-right #contactForm .form-control:focus {
  border-color: #66afe9;
}
#page-content .contact-right #contactForm input[type="date"] {
  line-height: 13px;
}
#page-content .contact-right #contactForm input[type='text'],
#page-content .contact-right #contactForm input[type='number'],
#page-content .contact-right #contactForm input[type='date'] {
  height: 29px;
}
#page-content .contact-right #contactForm .checkbox {
  margin: 0;
}
#page-content .contact-right #contactForm .detail .detail-title {
  font-weight: 600;
}
#page-content .contact-right #contactForm .detail .detail-left {
  padding-left: 0;
}
#page-content .contact-right #contactForm .detail .detail-right {
  padding-right: 0;
}
#page-content .contact-right #contactForm .send-box {
  padding: 0;
}
@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;
  }
  #page-content {
    margin-bottom: 60px;
  }
  #page-content .contact-left {
    padding: 0;
  }
  #page-content .contact-left .left-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #page-content .contact-left .left-content {
    font-size: 14px;
  }
  #page-content .contact-left .left-content .image {
    width: 45%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #page-content .contact-right {
    padding: 0;
  }
  #page-content .contact-right .right-title {
    margin-top: 40px;
    font-size: 14px;
    padding-bottom: 3px;
    margin-bottom: 10px;
  }
  #page-content .contact-right .right-content {
    line-height: 28px;
  }
  #page-content .contact-right .right-content .tip-box .tip-top {
    font-size: 13px;
  }
  #page-content .contact-right .right-content .tip-box .tip-bottom {
    margin: 10px 0;
  }
  #page-content .contact-right #contactForm .form-line {
    margin-top: 10px;
  }
  #page-content .contact-right #contactForm .form-line label {
    font-size: 13px;
  }
  #page-content .contact-right #contactForm .detail {
    margin-top: 20px;
  }
  #page-content .contact-right #contactForm .detail .detail-title {
    font-size: 13px;
  }
  #page-content .contact-right #contactForm .detail .detail-left,
  #page-content .contact-right #contactForm .detail .detail-right {
    padding: 0;
  }
  #page-content .contact-right #contactForm .send-box .bottom {
    margin-top: 15px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #page-title .p-title {
    font-size: 28px;
  }
  .contactus .page_contact .main-contact {
    font-size: 16px;
  }
  .contactus .page_contact .main-contact .title {
    font-size: 19.6px;
    margin-bottom: 15px;
  }
  .contactus .page_contact .main-contact .line {
    line-height: 35px;
  }
  .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;
  }
  #page-content {
    margin-bottom: 60px;
  }
  #page-content .contact-left .left-title {
    font-size: 16.8px;
    margin-bottom: 10px;
  }
  #page-content .contact-left .left-content {
    font-size: 16px;
    line-height: 30px;
  }
  #page-content .contact-left .left-content .image {
    width: 45%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #page-content .contact-right .right-title {
    margin-top: 40px;
    font-size: 16px;
    padding-bottom: 3px;
    margin-bottom: 10px;
  }
  #page-content .contact-right .right-content {
    line-height: 28px;
  }
  #page-content .contact-right .right-content .tip-box .tip-top {
    font-size: 15px;
  }
  #page-content .contact-right .right-content .tip-box .tip-bottom {
    margin: 10px 0;
  }
  #page-content .contact-right #contactForm .form-line {
    margin-top: 10px;
  }
  #page-content .contact-right #contactForm .detail {
    margin-top: 20px;
  }
  #page-content .contact-right #contactForm .detail .detail-title {
    font-size: 15px;
  }
}
