.content {
  width: 100%;
  padding-bottom: 173px;
  border-bottom: solid 1px #ecf7fa;
  position: relative;
  overflow: hidden;
}
.content .box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 91px;
}
.content .box .map {
  width: 100%;
  height: 579px;
  position: relative;
}
.content .box .map #allmap {
  width: 100%;
  height: 100%;
}
.content .box .map .bdmap {
  width: 100%;
  height: 100%;
}
.content .box .map .map-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  height: 579px;
}
.content .box .map .map-con .map-conlist {
  background: url(../pic/map-bg.jpg);
  width: 240px;
  height: 579px;
}
.content .box .map .map-con .map-conlist .bdmaplist li {
  list-style-type: none;
  color: #fff;
  height: 116px;
  position: relative;
}
.content .box .map .map-con .map-conlist .bdmaplist li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.content .box .map .map-con .map-conlist .bdmaplist li:nth-child(4) .tit1,
.content .box .map .map-con .map-conlist .bdmaplist li:nth-child(5) .tit1 {
  padding-top: 34px;
}
.content .box .map .map-con .map-conlist .bdmaplist li .tit1 {
  font-size: 18px;
  cursor: pointer;
  height: 70px;
  line-height: 24px;
  position: relative;
  padding-left: 54px;
  padding-right: 54px;
  padding-top: 46px;
}
.content .box .map .map-con .map-conlist .bdmaplist li .tit1::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #b1aa84;
  position: absolute;
  top: 54px;
  left: 32px;
}
.content .box .map .map-con .map-conlist .bdmaplist li.on {
  background-color: #095859;
}
.content .box .map .map-con .map-conlist .bdmaplist li.on .tit1 {
  position: relative;
}
.content .box .map .map-con .map-conlist .bdmaplist li.on .tit1::after {
  content: "";
  display: block;
  background: url(../pic/san_right.png) no-repeat 0 0;
  width: 17px;
  height: 33px;
  position: absolute;
  top: 42px;
  left: 240px;
}
.content .box .text {
  width: 100%;
  margin-top: 78px;
}
.content .box .text.first .title {
  font-size: 32px;
  font-weight: normal;
  line-height: 46px;
  color: #158b8d;
}
.content .box .text.first .line {
  background-color: #158b8d;
}
.content .box .text .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1px;
  color: #333333;
}
.content .box .text .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin-top: 19px;
}
.content .box .text .p {
  width: 100%;
  margin-top: 28px;
}
.content .box .text .p p {
  font-size: 18px;
  line-height: 38px;
  color: #333333;
}
.content .box .text .p p span {
  color: #158b8d;
}
.content .bottom {
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.content .bottom .img {
  width: 404px;
  height: 49px;
  position: absolute;
  right: -72px;
  bottom: 0;
}
.content .bottom .img img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .content .box {
    width: 980px;
    margin: 0 auto;
    padding-top: 91px;
  }
  .content .box .list .left {
    width: 48%;
    height: 388px;
    float: left;
  }
  .content .box .list .right {
    width: 48%;
    height: 388px;
    float: right;
  }
  .content .box .list .right .right-left {
    width: 48%;
    height: 100%;
    margin-right: 4%;
    float: left;
    background-color: #158b8d;
  }
  .content .box .list .right .right-right {
    width: 48%;
    height: 100%;
    float: left;
    background-color: #5acbd6;
  }
  .content .bottom {
    width: 980px;
  }
}
@media screen and (max-width: 980px) {
  .content .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 91px;
  }
  .content .box .list .left {
    width: 100%;
    height: 388px;
    float: left;
  }
  .content .box .list .right {
    width: 100%;
    height: 388px;
    float: right;
    margin-top: 30px;
  }
  .content .bottom {
    width: 90%;
  }
  .content .box .map {
    width: 100%;
    height: calc(30rem + 500px);
    position: relative;
  }
  .content .box .map #allmap {
    width: 100%;
    height: 30rem;
  }
  .content .box .map .map-con {
    position: relative;
    bottom: auto;
    right: auto;
    margin-right: 0;
    width: 100%;
    height: 500px;
  }
  .content .box .map .map-con .map-conlist {
    background: url(../pic/map-bg.jpg);
    width: 100%;
    height: 500px;
  }
  .content .box .map .map-con .map-conlist .bdmaplist li {
    list-style-type: none;
    color: #fff;
    height: 100px;
  }
  .content .box .map .map-con .map-conlist .bdmaplist li .tit1 {
    font-size: 18px;
    cursor: pointer;
    height: 62px;
    line-height: 24px;
    position: relative;
    padding-left: 54px;
    padding-right: 54px;
    padding-top: 38px;
  }
  .content .box .map .map-con .map-conlist .bdmaplist li .tit1::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #b1aa84;
    position: absolute;
    top: 46px;
    left: 32px;
  }
  .content .box .map .map-con .map-conlist .bdmaplist li.on .tit1::after {
    content: "";
    display: none;
  }
}
