.main {
  width: 100%;
  margin-top: 80px;
}
.main .banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.main .banner .desc {
  color: #ffffff;
  font-size: 46px;
  position: absolute;
  font-weight: bold;
  z-index: 2;
  top: 40%;
  left: 50%;
  margin-left: -150px;
}
.main .banner .swiper-slide img {
  height: 390px;
}
.main .main-content {
  display: flex;
  width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.main .swiper-pagination-bullet {
  background-color: #ffffff;
}
.main .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.main .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.main .country {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .country li {
  width: 31%;
}
.main .country li .name {
  font-size: 25px;
  color: #555;
  font-weight: normal;
  border-bottom: 1px solid #d9d9d9;
}
.main .country li .country__case {
  display: flex;
  padding: 20px 0 30px;
}
.main .country li .country__img {
  width: 80px;
  height: 80px;
}
.main .country li .country__img img {
  width: 100%;
  height: 100%;
}
.main .country li .country__content {
  margin-left: 20px;
  flex: 1;
}
.main .country li .country__contact {
  display: flex;
  align-items: center;
  color: #777;
  font-size: 14px;
}
.main .country li .country__icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 5px;
}
.main .country li .country__icon--tel {
  background-image: url("/assets/static/en-new/imgs/contact-us/call.png");
}
.main .country li .country__icon--mail {
  background-image: url("/assets/static/en-new/imgs/contact-us/mail.png");
}
.main .country li .country__icon--link {
  background-image: url("/assets/static/en-new/imgs/contact-us/link.png");
}
@media screen and (min-width: 320px) and (max-width: 640px) {
  .main {
    margin-top: 1.6rem;
  }
  .main .banner .desc {
    font-size: 26px;
    top: 40%;
    left: 50%;
    margin-left: -90px;
  }
  .main .banner .swiper-slide img {
    height: 7rem;
  }
  .main .main-content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main .country {
    padding-left: 30px;
  }
  .main .country li {
    width: 100%;
  }
}
/*# sourceMappingURL=contact.css.map */