.didao-landscape {
  padding-top: 90px;
  padding-bottom: 142px;
  background: #F2F2F2;
}
.didao-landscape h3 {
  line-height: 40px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 87px;
}
.didao-landscape h3 span {
  font-size: 30px;
  font-weight: 700;
}
.didao-landscape .main-wrap {
  display: flex;
}
.didao-landscape .main-wrap .left-nav {
  width: 255px;
  margin-right: 82px;
}
.didao-landscape .main-wrap .left-nav .left-nav-item {
  background: #fff;
  border-left: 5px solid #fff;
  width: 240px;
  height: 110px;
  text-align: center;
  padding-top: 31px;
  position: relative;
}
.didao-landscape .main-wrap .left-nav .left-nav-item p {
  font-size: 16px;
  line-height: 21px;
  color: #222222;
}
.didao-landscape .main-wrap .left-nav .left-nav-item p + p {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 9px;
}
.didao-landscape .main-wrap .left-nav .left-nav-item.on {
  background: #019B2E;
  border-left: 5px solid #13C146;
}
.didao-landscape .main-wrap .left-nav .left-nav-item.on p {
  color: #fff;
}
.didao-landscape .main-wrap .left-nav .left-nav-item.on::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 21px solid transparent;
  border-top-width: 10.5px;
  border-bottom-width: 10.5px;
  border-left-color: #019B2E;
  top: 50%;
  transform: translateY(-50%);
  right: -36px;
}
.didao-landscape .map {
  width: 352px;
  height: 489px;
  margin-top: 2px;
  background: url("../images/landscape/map.png");
  background-size: cover;
  margin-right: 33px;
  position: relative;
}
.didao-landscape .map .dot {
  width: 14px;
  height: 14px;
  background: #019B2E;
  border-radius: 50%;
  position: absolute;
}
.didao-landscape .map .dot.gz {
  top: 286px;
  left: 170px;
}
.didao-landscape .map .dot.sz {
  top: 331px;
  left: 217px;
}
.didao-landscape .map .dot.dg {
  top: 313px;
  left: 199px;
}
.didao-landscape .map .dot.cz {
  top: 171px;
  left: 134px;
}
.didao-landscape .map .dot::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #019B2E;
  opacity: 0.2;
  border-radius: 50%;
  transition: all 0.3s;
}
.didao-landscape .map .dot.on::before {
  top: -11px;
  left: -11px;
  bottom: -11px;
  right: -11px;
}
.didao-landscape .swiper {
  width: 476px;
  height: 410px;
  margin-top: 27px;
}
.didao-landscape .swiper .company-img {
  width: 476px;
  height: 290px;
  object-fit: cover;
  display: block;
}
.didao-landscape .swiper .company-name {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.didao-landscape .swiper .company-name::before {
  content: "";
  display: block;
  width: 82px;
  height: 58px;
  background: url("../images/landscape/icon.png");
  background-size: 184px 136px;
  margin-right: 10px;
}
.didao-landscape .swiper .company-name .name-right h4 {
  font-size: 20px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 9px;
}
.didao-landscape .swiper .company-name .name-right p {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #999999;
}
.didao-landscape .swiper .company-name.gz::before {
  background-position: -97px -73px;
}
.didao-landscape .swiper .company-name.sz::before {
  background-position: -5px -5px;
}
.didao-landscape .swiper .company-name.dg::before {
  background-position: -97px -5px;
}
.didao-landscape .swiper .company-name.cz::before {
  background-position: -5px -73px;
}
