.c-banner_tit {
  font-size: 50px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 24px;
}

.c-banner_subTit {
  font-size: 22px;
  color: #595959;
  margin-bottom: 40px;
}

.c-ssst {
  font-size: 14px;
}

.c-sst {
  font-size: 16px;
}

.c-st {
  font-size: 18px;
}

.c-smt {
  font-size: 20px;
}

.c-mt {
  font-size: 22px;
}

.c-mlt {
  font-size: 24px;
}

.c-mllt {
  font-size: 28px;
}

.c-lt {
  font-size: 32px;
}

.m-introduction {
  width: 100%;
  background: #fafafa;
  color: #000;
}

.m-introduction .bg {
  text-align: center;
  line-height: 200px;
  font-size: 30px;
  height: 200px;
  margin-bottom: 40px;
  background: url("/src/img/company/bg_briefIntro.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.m-introduction p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 32px;
  text-align: justify;
}

.m-contact_us {
  width: 100%;
  padding: 60px 0 100px;
  background: #fafafa;
}

.m-contact_us .modular {
  background: #fff;
  padding: 30px 0;
  margin: 0 20px 60px;
}

.m-contact_us .modular .modular_1 {
  margin-bottom: 50px;
}

.m-contact_us .modular .modular_1 p {
  margin: 0 auto;
  width: 280px;
  height: 80px;
  background: #1ba5fa;
  color: #fff;
  text-align: center;
}

.m-contact_us .modular .modular_1 p .span1 {
  font-size: 16px;
  line-height: 36px;
  display: block;
}

.m-contact_us .modular .modular_1 p .span2 {
  font-size: 30px;
  line-height: 44px;
  display: block;
}

.m-contact_us .modular .modular_2 {
  padding: 20px 0;
}

.m-contact_us .modular .modular_2 li {
  float: left;
  width: 25%;
  text-align: center;
}

.m-contact_us .modular .modular_2 li i {
  font-size: 64px;
  line-height: 80px;
  color: #1ba5fa;
  display: inline-block;
  margin-bottom: 30px;
}

.m-contact_us .modular .modular_2 li img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}

.m-contact_us .modular .modular_2 li p {
  font-size: 16px;
  color: #595959;
}

.m-contact_us .modular .modular_2 li p a {
  color: #595959;
}

.m-contact_us .modular .modular_2 li .p1 {
  margin-bottom: 16px;
}

.m-contact_us .content_info {
  margin-bottom: 30px;
}

.m-contact_us .content_info .singleNews {
  background: #fff;
  -webkit-box-shadow: 0 2px 12px #f0f0f0;
  -moz-box-shadow: 0 2px 12px #f0f0f0;
  box-shadow: 0 2px 12px #f0f0f0;
  float: left;
  width: 360px;
  height: 257px;
  margin: 0 20px 30px;
  padding: 40px;
}

.m-contact_us .content_info .singleNews:hover {
  -webkit-box-shadow: 0 2px 12px #cbcbcb;
  -moz-box-shadow: 0 2px 12px #cbcbcb;
  box-shadow: 0 2px 12px #cbcbcb;
}

.m-contact_us .content_info .singleNews .tit {
  font-size: 20px;
  color: #000;
  margin-bottom: 30px;
}

.m-contact_us .content_info .singleNews p {
  font-size: 14px;
  color: #646464;
  line-height: 24px;
  margin: 0;
}

.m-contact_us .content_info .singleNews p span {
  color: #1ba5fa;
}

.m-contact_us .content_info .singleNews_special {
  background: #1ba5fa;
}

.m-contact_us .content_info .singleNews_special .tit {
  color: #fff;
}

.m-contact_us .content_info .singleNews_special p {
  color: #fff;
}

.m-contact_us .content_info .singleNews_special p span {
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m-contact_us .content_info .singleNews {
    width: 45.7%;
  }
  .m-contact_us .content_info .singleNews_special {
    text-align: center;
    width: 95.7%;
  }
}

.m-contact_us .location {
  height: 460px;
  margin: 0 20px;
}

.m-contact_us .location .iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.m-contact_us .location .iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

@media (max-width: 991px) {
  .m-introduction .bg {
    line-height: 4rem;
    font-size: 0.42rem;
    height: 4rem;
    margin-bottom: 0.8rem;
  }
  .m-introduction p {
    padding: 0 0.5rem;
    font-size: 0.28rem;
    line-height: 0.56rem;
    margin-bottom: 0.8rem;
  }
  .m-contact_us {
    padding: 1rem 0;
  }
  .m-contact_us .modular {
    padding: 0.8rem 0 0;
    margin: 0 0 0.8rem;
  }
  .m-contact_us .modular .modular_1 {
    margin-bottom: 0.8rem;
  }
  .m-contact_us .modular .modular_1 p {
    margin: 0 auto;
    width: 3.86rem;
    height: 1.44rem;
  }
  .m-contact_us .modular .modular_1 p .span1 {
    font-size: 0.24rem;
    line-height: 0.64rem;
  }
  .m-contact_us .modular .modular_1 p .span2 {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  .m-contact_us .modular .modular_2 {
    padding: 0;
  }
  .m-contact_us .modular .modular_2 li {
    width: 50%;
    margin-bottom: 0.8rem;
  }
  .m-contact_us .modular .modular_2 li i {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .m-contact_us .modular .modular_2 li img {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .m-contact_us .modular .modular_2 li p {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .m-contact_us .modular .modular_2 li .p1 {
    margin-bottom: 0;
  }
  .m-contact_us .content_info {
    margin-bottom: 0;
  }
  .m-contact_us .content_info .singleNews {
    float: none;
    width: 6.5rem;
    height: auto;
    height: 5.6rem;
    margin: 0 0 0.8rem;
    padding: 0.8rem 0.4rem 0.72rem;
  }
  .m-contact_us .content_info .singleNews .tit {
    font-size: 0.4rem;
    margin-bottom: 0.72rem;
  }
  .m-contact_us .content_info .singleNews p {
    font-size: 0.28rem;
    line-height: 0.56rem;
  }
  .m-contact_us .location {
    height: 4.5rem;
    margin: 0;
  }
  .m-contact_us .location .iw_poi_title {
    font-size: 0.28rem;
  }
  .m-contact_us .location .iw_poi_content {
    padding-top: 0.04rem;
    font-size: 0.24rem;
  }
  .m-contact_us .location .map {
    width: 100%;
    height: 4.5rem;
    border: 1px solid #ccc;
    margin-bottom: 0.13rem;
    border-top: none;
  }
}
