.container .top-banner {
  background: url("/Shared/home/images/about3/1.jpg");
  height: 700px;
  color: #fff;
  padding: 1px;
}
.container .top-banner h2 {
  font-size: 57px;
  font-weight: bold;
  margin-top: 250px;
}
.container .top-banner h3 {
  margin-top: 20px;
  font-size: 57px;
}
.container .iconList ul {
  width: 1365px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  top: -120px;
  box-shadow: 0px 0px 10px #ccc;
}
.container .iconList ul .iconTitle {
  text-align: center;
  padding: 30px 0;
  font-size: 30px;
  margin-bottom: 5px;
}
.container .iconList ul li {
  float: left;
  width: 50%;
  font-size: 24px;
  text-align: center;
}
.container .iconList ul li span {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #e8f0fe;
  margin: 0 auto 25px;
  font-size: 60px;
  color: #4286f3;
}
.container .iconList ul li em {
  font-style: normal;
  margin-top: 20px;
  color: #626262;
  line-height: 45px;
}
.container .iconList ul li:hover span {
  transform: rotate(360deg);
  transition: 0.8s;
}
.container .about3 {
  width: 1366px;
  margin: 0 auto 204px;
  text-align: center;
}
.container .about3 .a3-map {
  position: relative;
  display: inline-block;
  width: 648px;
  height: 537px;
}
.container .about3 .a3-map .areaImg {
  position: absolute;
  width: 648px;
  height: 537px;
  z-index: 3;
}
.container .about3 .a3-map .map-bg {
  width: 100%;
}
.container .about3 .a3-map .cityImg {
  position: absolute;
  z-index: 1;
  display: none;
}
