.warp-box {
  width: 100%;
  position: relative;
}
.warp-box .contactUs-box {
  width: 100%;
  padding-top: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .warp-box .contactUs-box {
    padding-top: 50px;
  }
}
.warp-box .contactUs-box .contactUs-banner {
  width: 100%;
  height: 215px;
  background: url("../../images/about-comp.png") no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 900px) {
  .warp-box .contactUs-box .contactUs-banner {
    height: 75px;
  }
}
.warp-box .contactUs-box .contactUs-top {
  width: 100%;
  height: 974px;
  background: url("../../images/contactUs-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .warp-box .contactUs-box .contactUs-top {
    height: 1480px;
  }
}
.warp-box .contactUs-box .contactUs-top .contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.warp-box .contactUs-box .contactUs-top .contact .contact-tit {
  width: 350px;
  height: 85px;
  background: url("../../images/contactUs-tit.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 28px;
}
@media only screen and (max-width: 900px) {
  .warp-box .contactUs-box .contactUs-top .contact .contact-tit {
    width: 250px;
    height: 65px;
    margin-bottom: 10px;
  }
}
.warp-box .contactUs-box .contactUs-top .contact .contact-line {
  width: 70%;
  height: 2px;
  background: #ADACAE;
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .warp-box .contactUs-box .contactUs-top .contact .contact-line {
    margin-bottom: 20px;
  }
}
.warp-box .contactUs-box .contactUs-top .contact .contact-detail {
  width: 70%;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}
@media only screen and (max-width: 900px) {
  .warp-box .contactUs-box .contactUs-top .contact .contact-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
.warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item {
    margin-bottom: 20px;
  }
}
.warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item .item-icon {
  width: 70px;
  height: 60px;
}
.warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item .mail-width {
  width: 88px;
  height: 60px;
}
.warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item .palce-width {
  width: 76px;
  height: 61px;
}
.warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item .img1 {
  background: url("../../images/contactUs-1.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item .img2 {
  background: url("../../images/contactUs-2.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item .img3 {
  background: url("../../images/contactUs-3.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item .img4 {
  background: url("../../images/contactUs-4.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item .item-name {
  color: #333;
  font-size: 22px;
}
.warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item .item-val {
  color: #333;
  font-size: 22px;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .warp-box .contactUs-box .contactUs-top .contact .contact-detail .detail-item .item-val {
    margin-top: 10px;
  }
}
.warp-box .contactUs-box .contactUs-top .online {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  .warp-box .contactUs-box .contactUs-top .online {
    margin-top: 20px;
  }
}
.warp-box .contactUs-box .contactUs-top .online .online-tit {
  width: 308px;
  height: 65px;
  background: url("../../images/online-tit.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 28px;
}
@media only screen and (max-width: 900px) {
  .warp-box .contactUs-box .contactUs-top .online .online-tit {
    width: 220px;
    height: 50px;
    margin-bottom: 10px;
  }
}
.warp-box .contactUs-box .contactUs-top .online .online-line {
  width: 70%;
  height: 2px;
  background: #ADACAE;
}
.warp-box .contactUs-box .contactUs-top .online .online-box {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.warp-box .contactUs-box .contactUs-top .online .online-box .layui-form-item {
  padding: 0 25px;
}
.warp-box .contactUs-box .contactUs-top .online .online-box .layui-form-item .layui-form-label {
  width: 100%;
  text-align: left;
  padding: 10px 0 10px 10px;
}
.warp-box .contactUs-box .contactUs-top .online .online-box .layui-form-item .layui-form-label.isRequired:after {
  content: "*";
  color: red;
  position: absolute;
  top: 12px;
  left: 1px;
}
.warp-box .contactUs-box .contactUs-top .online .online-box .layui-form-item .layui-input-block {
  margin: 0;
}
.warp-box .contactUs-box .contactUs-top .online .online-box .layui-form-item .form-btn-self {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=contactUs-v3.css.map */