.contact .banner {
  background: url(../images/banner-contact.png) center center / cover no-repeat;
  padding: 2.125rem 0 2.3375rem 0;
}
.contact .banner .con dl dt {
  font-size: 0.5625rem;
  color: #FFF;
}
.contact .banner .con dl dd {
  font-size: 0.275rem;
  color: #fff;
  margin-top: 0.3125rem;
}
.contact .contact-box1 {
  position: relative;
}
.contact .contact-box1 .cont {
  padding-top: 1rem;
  padding-bottom: 2rem;
  width: 38%;
}
.contact .contact-box1 .cont .tit {
  color: #363636;
  font-size: 0.45rem;
  position: relative;
}
.contact .contact-box1 .cont .tit::after {
  position: absolute;
  content: '';
  width: 0.8125rem;
  height: 0.025rem;
  bottom: -0.2375rem;
  left: 0;
  background-color: #C5082C;
}
.contact .contact-box1 .cont .item {
  margin-top: 0.825rem;
  padding-left: 0.625rem;
  position: relative;
}
.contact .contact-box1 .cont .item .img {
  position: absolute;
  top: -6px;
  left: 0;
}
.contact .contact-box1 .cont .item .txt {
  color: #363636;
  font-size: 0.2rem;
  line-height: 2;
}
.contact .contact-box1 .con-img {
  width: 56.25%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url(../images/contact-img.png) right center no-repeat fixed;
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: slideInRight;
}
