#contact {
  display: block;
}
#contact .banner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 332px;
  background-image: url(/images/contact/contact_ph005.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .banner-box .banner-content {
  width: 100%;
  max-width: 1920px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
#contact .part {
  width: 100%;
}
#contact .part .box {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
#contact .part .box h1 {
  font-size: 30px;
  font-weight: 700;
  background: url(/images/contact/contact_ic001.png) 50% 0 / 92px no-repeat;
  color: #2F77EC;
  text-align: center;
  height: 185px;
  padding-top: 132px;
  box-sizing: border-box;
}
#contact .part.contact-us {
  background: url(/images/contact/contact_ph002.png) 50% 50% / cover no-repeat;
  font-size: 0;
}
#contact .part.contact-us #map {
  margin-top: 33px;
  height: 460px;
  width: 100%;
  border: 0;
}
#contact .part.contact-us .box h1.address-title {
  background-image: url(/images/contact/contact_ic007.png);
  background-size: 100px;
  margin-top: 40px;
}
#contact .part.contact-us .box .list {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42px;
}
#contact .part.contact-us .box .list .item {
  display: flex;
  width: 338px;
  height: 354px;
  background: url(/images/contact/contact_ph004.png) -3px 0 / 102% no-repeat;
  background-color: white;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  align-items: center;
  border-radius: 14px;
  box-sizing: border-box;
}
#contact .part.contact-us .box .list .item.mobile {
  display: none;
}
#contact .part.contact-us .box .list .item .head-line {
  width: 100%;
  height: 14px;
  border-radius: 14px 14px 0px 0px;
  background: #2F77EC;
}
#contact .part.contact-us .box .list .item .icon {
  width: 100px;
  height: 95px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 auto;
  margin-top: 37px;
}
#contact .part.contact-us .box .list .item .icon.bus-icon {
  background-image: url(/images/contact/contact_ic002.png);
}
#contact .part.contact-us .box .list .item .icon.media-icon {
  background-image: url(/images/contact/contact_ic004.png);
}
#contact .part.contact-us .box .list .item .icon.resume-icon {
  background-image: url(/images/contact/contact_ic005.png);
}
#contact .part.contact-us .box .list .item .icon.address-icon {
  background-image: url(/images/contact/contact_ic003.png);
}
#contact .part.contact-us .box .list .item .sub-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-top: 39px;
}
#contact .part.contact-us .box .list .item .dividing {
  width: 47px;
  height: 5px;
  background: #2F77EC;
  margin-top: 17px;
}
#contact .part.contact-us .box .list .item .content {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}
#contact .part.contact-us .box .list .item .content span {
  color: #878787;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
#contact .part.contact-us .box .list .item .content span:nth-child(2) {
  transform: scale(0.71);
}
#contact .part.company {
  padding-bottom: 160px;
}
#contact .part.company .box h2 {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 38px;
  font-weight: 500;
}
#contact .part.company .box .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: space-between;
  margin-top: 24px;
}
#contact .part.company .box .list .item {
  margin-bottom: 46px;
  flex: 0 0 30%;
  padding: 32px;
  border: 1px solid #5B5B5B;
  color: #5B5B5B;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#contact .part.company .box .list .item:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-color: white;
}
#contact .part.company .box .list .item p {
  font-size: 14px;
  line-height: 22px;
}
#contact .part.company .box .list .item p:first-child {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  #contact {
    display: block;
  }
  #contact .banner-box {
    height: 45.4667vw;
  }
  #contact .banner-box .banner-content {
    width: 93.6%;
    font-size: 3.7333vw;
    line-height: 5.8667vw;
    font-weight: 400;
  }
  #contact .part.contact-us {
    background-image: url(/images/contact/contact_ph003.png);
    background-size: 100% 175.2vw;
    background-repeat: repeat-y;
    background-position: 50% 4.9333vw;
  }
  #contact .part.contact-us .box h1 {
    font-size: 4.8vw;
    line-height: 7.4667vw;
    padding-top: 11.4667vw;
    background-size: 8.2667vw;
    height: auto;
  }
  #contact .part.contact-us .box h1.address-title {
    background-size: 8.2667vw;
    margin-top: 10.6667vw;
  }
  #contact .part.contact-us .box .list {
    flex-direction: column;
    align-items: center;
    margin-top: 1.7333vw;
  }
  #contact .part.contact-us .box .list .item {
    background-image: none;
    padding-bottom: 0;
    box-sizing: border-box;
    margin-top: 0;
    border-radius: 1.0667vw;
    width: 82.6667vw;
    height: 65.2vw;
  }
  #contact .part.contact-us .box .list .item + .item {
    margin-top: 22.4vw;
    background-image: none;
  }
  #contact .part.contact-us .box .list .item .head-line {
    height: 1.0667vw;
    border-radius: 1.0667vw 1.0667vw 0px 0px;
  }
  #contact .part.contact-us .box .list .item .icon {
    width: 23.4667vw;
    height: 22.2667vw;
    margin-top: 8.1333vw;
  }
  #contact .part.contact-us .box .list .item .sub-title {
    font-size: 4.2667vw;
    line-height: 6.6667vw;
    margin-top: 3.2vw;
  }
  #contact .part.contact-us .box .list .item .dividing {
    width: 5.2vw;
    height: 0.4vw;
    position: relative;
    margin-top: 2.9333vw;
  }
  #contact .part.contact-us .box .list .item .dividing::after {
    content: '';
    position: absolute;
    width: 22.6667vw;
    height: 0.1333vw;
    background: #2F77EC;
    bottom: -0.1333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #contact .part.contact-us .box .list .item .content span {
    font-size: 3.7333vw;
    line-height: 5.8667vw;
  }
  #contact .part.contact-us .box .list .item .content span:nth-child(2) {
    font-size: 2.9333vw;
    line-height: 4.5333vw;
    transform: scale(1);
  }
  #contact .part.contact-us #map {
    margin-top: 1.7333vw;
    height: 53.3333vw;
  }
  #contact .part.company {
    padding: 7.4667vw 3.2vw;
    padding-bottom: 3.2vw;
    box-sizing: border-box;
  }
  #contact .part.company .box h2 {
    font-size: 3.7333vw;
    line-height: 5.8667vw;
    font-weight: 400;
    margin: 0;
  }
  #contact .part.company .box .list .item {
    margin-bottom: 5.3333vw;
    flex: 0 0 47%;
    padding: 2.1333vw 4.2667vw;
    padding-right: 0;
    border-radius: 1.0667vw;
    border-width: 0.1333vw;
  }
  #contact .part.company .box .list .item p {
    font-size: 2.9333vw;
    line-height: 4.8vw;
    font-weight: 400;
    color: #5B5B5B;
  }
  #contact .part.company .box .list .item p:first-child {
    font-size: 3.7333vw;
    line-height: 5.8667vw;
    margin-bottom: 0;
  }
}
