/* 我们的客户 */
.customer-bg {
  padding: 0.1rem 0.1rem;
  background-color: #e3e3e3;
}
.m-title {
  width: 100%;
  height: 1.2rem;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  background: url(../../Template/cn/images/txt.jpg) center no-repeat;
}
.m-title p {
  padding-top: 0.17rem;
}
.customer-flex {
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.customer-img {
  width: calc(100% / 3);
  height: 2.2rem;
  border-radius: 0.06rem;
  overflow: hidden;
  margin: 0.1rem 0.1rem;
  background: #fff;
  text-align: center;
  line-height: 2.2rem;
}
.customer-img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.d-hide {
  display: none;
}
/* footer */
.pulic-footer {
  padding: 0.2rem;
  background: #f5f5f5;
}
.ykcm-footer {
  width: auto;
  height: auto;
  overflow: hidden;
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-align: center;
  background: #c31b18;
  padding: 0.2rem;
  color: #fff;
  border-radius: 0.03rem;
}
.ykcm-footer-text-1 {
  /* background-color: #fff; */
}
.ykcm-footer-text-2 {
  /* color: #fff; */
  /* background-color: #c31b18; */
}
/* 我的地图 */
.four-maptab {
  height: auto;
  overflow: hidden;
  padding: 0rem 0.2rem 0.2rem 0.2rem;
}
.four-mapinfo {
  width: 50%;
  height: auto;
  overflow: hidden;
  text-align: center;
  float: left;
}
.line-map {
  height: 0.2rem;
  background: #f5f5f5;
  margin: 0.1rem 0;
  margin: 0.23rem 0rem 0 0rem;
}
.four-map-radio {
  width: 0.9rem;
  height: 0.9rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0.15rem auto;
}
.four-map-radio-1 {
  background: url(../../UpLoadFile/images/2015/9/23/165233888929e0864-9.gif)
    center #c31b18 no-repeat;
}
.four-map-radio-2 {
  background: url(../../UpLoadFile/images/2015/9/23/1652421940521cdb9-b.gif)
    center #c31b18 no-repeat;
}
.four-map-radio-3 {
  background: url(../../UpLoadFile/images/2015/9/23/16525160315480b1e-7.gif)
    center #c31b18 no-repeat;
}
.four-map-radio-4 {
  background: url(../../UpLoadFile/images/2015/9/23/16530370c6565bc2-8.gif)
    center #c31b18 no-repeat;
}
.four-map-text {
  color: #666;
  font-size: 0.2rem;
}
.map {
  margin: 0.2rem 0.2rem 0 0.2rem;
  height: 4rem;
  overflow: hidden;
  padding: 0.01rem;
  border: 0.02rem solid#da0011;
  border-radius: 0.03rem;
  position: relative;
}
.map img {
  max-width: 100vw;
  line-height: 4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4rem;
}
#allmap {
  width: 100%;
  height: 100%;
}
.right-mapimg {
  position: absolute;
  right: 0;
  bottom: 0;
}
