.contact-top {
  padding: 5.625rem 0;
}
.contact-top .contact-xfs {
  background: #F9F9F9;
  padding: 3.125rem;
}
.contact-top .contact-xfs .xians {
  position: relative;
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.contact-top .contact-xfs .xians::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 45%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.contact-top .contact-xfs .biaoti {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  /* identical to box height */
  text-transform: uppercase;
  color: #005bac;
  margin-bottom: 2.5rem;
}
.contact-top .contact-xfs .p1 {
  font-weight: 700;
  font-size: 1.55rem;
  line-height: 1.6;
  /* or 130% */
  color: #005bac;
  margin-bottom: 1.375rem;
}
.contact-top .contact-xfs .div1 {
  font-size: 1.3rem;
  line-height: 2.3;
  color: rgba(0, 0, 0, 0.8);
}
.contact-top .contact-xfs .div1.divCustom{
    display: flex;
    justify-content: space-between;
}
.contact-top .contact-xfs .div1.divCustom span{
    width: 27%;
    text-align: center;
}
.contact-top .contact-xfs .div1.divCustom span>p{
    text-align: center;
    font-weight: 600;
    font-size: 19px;
}
.contact-top .contact-xfs .div1 span {
  display: inline-block;
  width: 14%;
  color: rgba(0, 0, 0, 0.4);
}
.contact-top .contact-del {
  border-radius: 1.875rem;
  overflow: hidden;
  margin-top: 3.75rem;
}
img{
  max-width:100%;
}

@media (min-width: 992px){
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}


@media (max-width: 990px) {
    .contact-top .contact-xfs .xians::before {
    display: none;
  }
  .contact-top .contact-xfs {
    /*padding: 2rem;*/
    padding: 2rem 0.7rem;
  }
  .contact-top .contact-xfs .div1 span{width: 24%;}
  .contact-top .contact-xfs .div1.divCustom span{width: 40%;}
  .contact-top .contact-del {
    margin-top: 1rem;
  }
  .contact-top .contact-xfs .xians .col-lg-6 {
    margin-bottom: 1rem;
    padding: 0px 15px;
    font-size:14px;
  }
  .contact-top .contact-xfs .biaoti {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
    .contact-top {
    padding: 3rem 0;
  }
  .contact-top .contact-xfs .biaoti {
    font-size: 1.4rem;
  }
  .contact-top .contact-del {
    border-radius: 0;
  }

  .contact-top .contact-xfs .p1{
    font-size: 18px;
  }
  .contact-top .contact-xfs .div1{
    font-size: 16px;
  }
}