/**=====关于我们=====**/
.text p {
  text-indent: 2em;
}
.profile {
  padding-bottom: 0.8rem;
}
.profile .imgBox.border-radius-0 {
  margin: 0 -0.2rem;
  border-radius: initial;
}
.profile .inner {
  width: 6.8rem;
  padding: 0.8rem 0.2rem;
  margin-top: -0.4rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.status .row {
  margin-top: 0.8rem;
}
.status .row .col-4 {
  height: 0.9rem;
  padding: 0;
  position: relative;
}
.status .row .col-4 p {
  width: 100%;
  text-align: center;
  line-height: 1;
  border-left: 1px solid #ccc;
  position: absolute;
  bottom: 0;
}
.status .row .col-4::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background: url("../images/icon.png") no-repeat -1.7rem -3.8rem;
  background-size: 6.51rem 5.51rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.status .row .col-4:first-of-type p {
  border: none;
}
.status .row .col-4:nth-of-type(2)::before {
  background-position-x: -2.25rem;
}
.status .row .col-4:nth-of-type(3)::before {
  background-position-x: -2.8rem;
}
.status .row.second-row .col-4:nth-of-type(1)::before {
  width: 0.6rem;
  background-position-x: -3.35rem;
}
.status .row.second-row .col-4:nth-of-type(2)::before {
  background-position-x: -4rem;
}
.status .row.second-row .col-4:nth-of-type(3)::before {
  width: 0.42rem;
  background-position-x: -4.55rem;
}
.border-radius-0 {
  border-radius: 0;
}
.qualification #banner-qualification {
  margin-top: 0.4rem;
  margin-right: -0.2rem;
}
.qualification .text p{ text-indent: inherit;}
.qualification .swiper-slide p {
  color: #333;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.technique .text {
  margin-bottom: 0.4rem;
}
.honor #banner-honor {
  margin-top: 0.4rem;
  margin-right: -0.2rem;
}
.honor #banner-honor .swiper-slide {
  background-color: #f6f6f6;
  border-radius: 0.15rem;
  padding: 0.2rem;
}
.honor #banner-honor .swiper-slide p {
  color: #333;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
/**=====联系我们=====**/
.contactUs .page-title {
  color: #fff;
  background-color: #3a83d2;
  padding: 0.4rem 0 0.8rem;
}
.contactUs .ctt-tel {
  height: 2.65rem;
  position: relative;
}
.contactUs .ctt-tel .row {
  width: 6.8rem;
  height: 100%;
  background-color: #fff;
  padding: 0.4rem;
  position: absolute;
  top: -0.4rem;
}
.contactUs .ctt-tel .row .col-12 i {
  border-radius: 50%;
}
.contactUs .map {
  padding-top: 0.4rem;
}
.contactUs .map #map {
  height: 3.2rem;
  overflow: hidden;
}
.contactUs .map .add {
  width: 100%;
  padding-left: 0.6rem;
  margin-bottom: 0.4rem;
  line-height: 0.32rem;
  font-size: 0.28rem;
  color: #333;
  white-space: nowrap;
  position: relative;
}
.contactUs .map .add::before {
  content: '';
  width: 0.44rem;
  height: 0.44rem;
  background: url("../images/icon.png") no-repeat -5.72rem -0.65rem;
  background-size: 6.51rem 5.51rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contactUs .map .contact-others {
  font-size: 0;
  text-align: center;
  margin-top: 0.4rem;
}
.contactUs .map .contact-others a {
  display: inline-block;
  width: 0.6rem;
  height: 0.62rem;
  margin-left: 0.6rem;
  background: url("../images/icon.png") no-repeat -0.9rem -4.5rem;
  background-size: 6.51rem 5.51rem;
}
.contactUs .map .contact-others a.qq {
  margin-left: 0;
}
.contactUs .map .contact-others a.wx {
  background-position-x: -1.6rem;
}
.contactUs .map .contact-others a.wx div.bg-cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 599999;
  display: none;
}
.contactUs .map .contact-others a.wx div.bg-cover img {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contactUs .map .contact-others a.wb {
  width: 0.66rem;
  background-position-x: -2.3rem;
}
.contactUs .formPart {
  padding-bottom: 0;
}
