.content {
/*  margin-top: 3rem;
*/}
.content .abotu {
  margin-bottom: 3rem; margin-top:6.25rem;
}
.content .abotu .abotu_left .abotu_left_title {
  position: relative;
  display: inline-block;
}
.content .abotu .abotu_left .abotu_left_title::after,
.content .abotu .abotu_left .abotu_left_title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
}
.content .abotu .abotu_left .abotu_left_title::before {
  width: 30%;
  height: 0.25rem;
  background-color: #fdab1e;
  z-index: 2;
}
.content .abotu .abotu_left .abotu_left_title::after {
  width: 100%;
  height: 0.125rem;
  background-color: #ccc;
}
.content .abotu .abotu_left .abotu_left_title h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--lColor);
  margin-bottom: 2rem;
}
.content .abotu .abotu_left .call_list {
  position: relative;
}
.content .abotu .abotu_left .call_list div{ height:40px;
}
.content .abotu .abotu_left .call_list::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 8px;
  width: 100%;
  background-color: #0f599a;
}
.content .abotu .abotu_left .call_list .call_item {
  padding: 1rem 3rem;
  position: relative;
  display: flex;
  align-items: center;
}
.content .abotu .abotu_left .call_list .call_item::before {
  content: '';
  position: absolute;
  left: 3%;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/jingling.png) no-repeat;
  background-size: cover;
}
.content .abotu .abotu_left .call_list .call_item:nth-child(2)::before {
  background-position: 0px -42px;
}
.content .abotu .abotu_left .call_list .call_item:nth-child(3)::before {
  background-position: 0px -90px;
}
.content .map {
  margin-bottom: 3rem;
  width: 100%;

}
.content .map #container {
  width: 100%;
  height: 100%;
}

		.my-map { margin: 0 auto; width: 100%; height: 600px; }
		.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
		.my-map .icon-cir { height: 31px; width: 28px; }
		.my-map .icon-cir-red { background-position: -11px -5px; }
		.amap-container{height: 100%;}

@media screen and (max-width: 800px) {
.centent{margin-bottom:0;}
.content .banner { margin-top:3.89rem;}
  .content .abotu .abotu_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content .map {
margin-bottom: 0;
  }
  .content .abotu .abotu_left .call_list::after{ background-color:#fff;}
  .abotu_right{ display:none;}
  .my-map { margin: 0 auto; width: 100%; height: 300px; }
		.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
		.my-map .icon-cir { height: 31px; width: 28px; }
		.my-map .icon-cir-red { background-position: -11px -5px; }
		.amap-container{height: 100%;}
}
