body .home {
  background: url(../images/contact/bg1.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
body .home .container .w1680 {
  width: 87.5vw;
  margin: 0 auto;
}
body .home .container .fb5 {
  font-weight: 500;
}
body .home .container .fb3 {
  font-weight: 300;
}
body .home .container .fb4 {
  font-weight: 400;
}
body .home .container .fb7 {
  font-weight: 700;
}
body .home .container .fc8 {
  color: rgba(0, 0, 0, 0.8);
}
body .home .container .fc6 {
  color: rgba(0, 0, 0, 0.6);
}
body .home .container .fc222 {
  color: #222;
}
body .home .container .mt12b40 {
  margin: 0.625vw 0 2.0833333333vw 0;
}
body .home .container .lh24 {
  line-height: 1.25vw;
}
body .home .container .bg_sec {
  background-size: cover;
}
body .home .container .section1 {
  display: flex;
  padding: 4.0104166667vw 0 6.25vw 0;
}
body .home .container .section1 .w1680 {
  display: flex;
  justify-content: space-between;
}
body .home .container .section1 span.limg {
  width: 39.7916666667vw;
  height: 59.5833333333vw;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
}
body .home .container .section1 span.limg:hover img {
  transform: scale(1.05);
}
body .home .container .section1 span.limg img {
  display: block;
  transition: all 0.6s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .home .container .section1 .rtxt {
  width: 100%;
  padding-left: 6.25vw;
}
body .home .container .section1 .rtxt h1 {
  margin: 0 0 1.25vw 0;
  padding-bottom: 1.5625vw;
  border-bottom: 1px solid #D9D9D9;
  background: url(../images/contact/c10.png) no-repeat;
  background-position: left 45px;
}
body .home .container .section1 .rtxt ul.icons {
  display: flex;
  flex-wrap: wrap;
}
body .home .container .section1 .rtxt ul.icons li {
  display: flex;
  width: 33.3%;
}
body .home .container .section1 .rtxt ul.icons li span.icon {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.7291666667vw;
  margin-top: -2px;
}
body .home .container .section1 .rtxt ul.icons li span.txt {
  display: flex;
  flex-direction: column;
}
body .home .container .section1 .rtxt ul.icons li span.txt em {
  font-style: normal;
  margin-top: 0.7291666667vw;
  margin-bottom: 2.0833333333vw;
}
body .home .container .section1 .rtxt ul.icons li:last-child {
  width: auto;
}
body .home .container .section1 .rtxt .ewm span:last-child {
  margin-left: 2.0833333333vw;
}
body .home .container .section1 .rtxt .contactUs {
  background: #F3F1EB;
  padding: 2.0833333333vw;
  margin-top: 4.1666666667vw;
  height: 29.6875vw;
}
body .home .container .section1 .rtxt .contactUs ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5625vw;
}
body .home .container .section1 .rtxt .contactUs ul li:last-child {
  margin-bottom: 2.0833333333vw;
}
body .home .container .section1 .rtxt .contactUs ul li h4 {
  margin-bottom: 0.8333333333vw;
}
body .home .container .section1 .rtxt .contactUs ul li input {
  background: #fff;
  height: 1.8229166667vw;
  display: flex;
  align-items: center;
  padding: 0 1.0416666667vw;
  border: none;
  outline: none;
}
body .home .container .section1 .rtxt .contactUs ul li textarea {
  background: #fff;
  height: 8.0208333333vw;
  display: flex;
  align-items: center;
  padding: 1.0416666667vw;
  border: none;
  outline: none;
  box-sizing: border-box;
  resize: none;
}
body .home .container .section1 .rtxt .contactUs span.submit {
  height: 2.0833333333vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  cursor: pointer;
  transition: all 0.6s;
}
body .home .container .section1 .rtxt .contactUs span.submit:hover {
  background: #E72116;
}
@media screen and (max-width: 768px) {
  body .home .container .section1 {
    padding: 20px 5% 60px 5%;
    flex-direction: column;
  }
  body .home .container .section1 .w1680 {
    flex-direction: column;
    width: 100%;
  }
  body .home .container .section1 span.limg {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  body .home .container .section1 .rtxt {
    width: 100%;
    padding-left: 0;
  }
  body .home .container .section1 .rtxt h1 {
    padding-bottom: 10px;
    margin: 0 0 10px 0;
  }
  body .home .container .section1 .rtxt ul.icons li {
    width: 50%;
    margin-bottom: 20px;
  }
  body .home .container .section1 .rtxt ul.icons li span.txt em {
    margin-bottom: 0;
  }
  body .home .container .section1 .rtxt ul.icons li span.icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
  body .home .container .section1 .rtxt .ewm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px 0;
  }
  body .home .container .section1 .rtxt .ewm span:first-child {
    margin-right: 20px;
  }
  body .home .container .section1 .rtxt .contactUs {
    height: auto;
    padding: 20px;
  }
  body .home .container .section1 .rtxt .contactUs ul li {
    margin-bottom: 20px;
  }
  body .home .container .section1 .rtxt .contactUs ul li h4 {
    margin-bottom: 10px;
  }
  body .home .container .section1 .rtxt .contactUs ul li input,
  body .home .container .section1 .rtxt .contactUs ul li textarea {
    height: 40px;
    padding: 12px 20px;
  }
  body .home .container .section1 .rtxt .contactUs ul li textarea {
    height: 128px;
  }
  body .home .container .section1 .rtxt .contactUs span.submit {
    height: 40px;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=contact.css.map */
