/* 联系我们css样式 */
.ec_contactus_img {
  background-image: url("http://ec-resource20.oss-cn-shanghai.aliyuncs.com/ec_official_website/img/组\ 2138@3x.png");
  background-size: cover;
  height: 646px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  line-height: 80px;
}
.ec_contactus_img > div:nth-child(1) {
  font-size: 48px;
  font-weight: bolder;
}
.ec_contactus_img > div:nth-child(2) {
  font-size: 22px;
}
/* 上海总部文本 */
.ec_contactus_text {
  position: absolute;
  top: 25%;
  right: 4%;
}
.ec_contactus_text > div:nth-child(1) {
  flex: 1;
  margin-right: 10px;
}
.ec_contactus_text > div:nth-child(2) {
  flex: 15;
  font-size: 16px;
  color: rgba(0, 91, 171, 1);
  line-height: 32px;
}
.ec_contactus_text > div:nth-child(2) > h5 {
  font-weight: bolder;
  margin-bottom: 16px;
}

/* 分公司 */
.ec_contactus_company {
  padding: 5% 0px;
}
.ec_contactus_company > div > div {
  font-weight: bolder;
  margin-top: 10px;
}

@media (max-width: 720px) {
  .ec_contactus_img {
    text-align: center;
    height: 200px;
    line-height: 30px;
  }
  .ec_contactus_img > div:nth-child(1) {
    font-size: 19px;
  }
  .ec_contactus_img > div:nth-child(2) {
    font-size: 12px;
  }
  .ec_contactus_text {
    position: relative;
    left: 1%;
    top: 10px;
  }
  .ec_contactus_text img,
  .ec_filiale img {
    width: 17px;
  }
  .ec_contactus_text h5 {
    font-size: 14px !important;
  }
  .ec_contactus_text > div:nth-child(2) {
    font-size: 12px;
    line-height: 26px;
  }
  .ec_contactus_text > div:nth-child(2) > h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .ec_filiale > span {
    font-size: 14px !important;
  }
  .ec_contactus_company > div > div {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
