@media screen and (max-width: 992px) and (min-width: 768px) {
  #contact .slogan h4 {
    font-size: 20px !important;
  }
  #contact .slogan h4 span {
    font-size: 25px !important;
  }
  #contact .mobile-banner {
    display: flex !important;
  }
}

@media screen and (max-width: 768px) {
  #contact .slogan h4 {
    font-size: 20px !important;
  }
  #contact .slogan h4 span {
    font-size: 25px !important;
  }
  #contact .contact-position h3 {
    font-size: 40px !important;
  }
  #contact .contact-position hr {
    width: 160px !important;
  }
  #contact .mobile-banner {
    display: flex !important;
  }
  #contact .banner {
    display: none !important;
  }
  #contact .mode {
    display: none !important;
  }
  #contact .mode-mobile {
    display: flex !important;
  }
  #contact .mode-mobile .item-title {
    font-size: 16px !important;
  }
  #contact .contact-position .position-left {
    height: auto !important;
    padding: 30px 15px !important;
    text-align: center;
  }
  #contact .contact-position .position-left h3 {
    font-size: 30px !important;
  }
  #contact .contact-position .position-left h4 {
    font-size: 16px !important;
    padding-top: 20px !important;
  }
  #contact .contact-position .position-left hr {
    margin: 0 auto 15px auto !important;
  }
  #contact .slogan {
    padding: 30px 0 !important;
  }
  #contact .mobile-banner {
    height: auto !important;
    min-height: 150px;
    padding: 20px 0;
  }
  #contact .mobile-banner .mobile-item {
    font-size: 14px !important;
    line-height: 1.8;
  }
}

#contact .banner {
  background: url("../../front/img/contact/contact1.jpg") no-repeat;
  background-size: 100% 100%;
  height: 400px;
}

#contact .banner .banner-flex {
  display: flex;
  align-items: center;
  height: 400px;
  animation: dong 3s infinite;
}

#contact .banner .banner-flex .banner-item {
  width: 20%;
  text-align: center;
  border: 1px solid #858281;
  padding: 15px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: none;
}

#contact .banner .banner-flex .banner-item:first-child {
  border-left: 1px solid #858281;
}

#contact .banner .banner-flex .banner-item h1 {
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: normal;
  line-height: 1.5;
}

@keyframes dong {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

#contact .mobile-banner {
  background: url("../../front/img/contact/contact1.jpg") no-repeat;
  background-size: 100% 100%;
  height: 200px;
  display: none;
  align-items: center;
  justify-content: center;
}

#contact .mobile-banner .mobile-item {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

#contact .mobile-banner .mobile-flex {
  display: flex;
  flex-wrap: wrap;
}

#contact .slogan {
  text-align: center;
  color: #303133;
  padding: 60px 0;
}

#contact .slogan h4 {
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
}

#contact .slogan span {
  color: #c70c1f;
  font-size: 56px;
}

#contact .slogan p {
  font-size: 14px;
}

#contact .mode {
  background: url("../../front/img/contact/contact2.png") no-repeat;
  background-size: 100% 100%;
  height: 385px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact .mode .mode-item {
  border-right: 1px dashed #c70c1f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  height: 385px;
}

#contact .mode .mode-item img {
  width: 80px;
  height: 80px;
}

#contact .mode .mode-item .icon-emoji {
  font-size: 70px;
  line-height: 1;
}

#contact .mode .mode-item .item-title {
  font-size: 22px;
  margin-bottom: 15px;
}

#contact .mode-mobile {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #c70c1f;
  color: #fff;
  height: 100%;
}

#contact .mode-mobile img {
  height: 50px;
  width: 50px;
}

#contact .mode-mobile .icon-emoji {
  font-size: 45px;
  line-height: 1;
}

#contact .contact-position {
  display: flex;
  flex-wrap: wrap;
}

#contact .contact-position .position-left {
  height: 500px;
  display: flex;
  align-items: center;
}

#contact .contact-position .position-left h3 {
  font-size: 50px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 30px;
}

#contact .contact-position .position-left h3 span {
  color: #c70c1f;
}

#contact .contact-position .position-left h3 small {
  font-size: 18px;
}

#contact .contact-position .position-left hr {
  margin-left: 0;
  width: 180px;
  height: 3px;
  border: none;
  background: #c70c1f;
}

#contact .contact-position .position-left h4 {
  font-size: 20px;
  margin-top: 0;
  padding-top: 40px;
}

#contact .contact-position .position-left p {
  line-height: 2;
}
