.map {
  padding: 50px 0;
}
.map img {
  width: 100%;
}
li {
  list-style: none;
}
.s1 .tabs-info {
  background: #fafafa;
}
.s1 .page {
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
}
.s1 .page p {
  display: inline-block;
}
.s1 .page a:hover {
  color: #48ce55;
}
.s1 .page-link {
  color: #48ce55;
}
.s1 .active > .page-link,
.s1 .page-link.active {
  background: #48ce55;
  color: #fff;
  border: 1px solid #48ce55;
}
.s1 .page_wrap {
  text-align: center;
  margin: 0 auto;
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
.s1 .info {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  border-bottom: 1px dashed #eee;
}
.s1 .info .t-r {
  width: 30%;
}
.s1 .info .t-r img {
  width: 100%;
}
.s1 .info .t-t {
  flex: 1;
  padding: 20px;
}
.s1 .info .t-t h5 {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 600;
}
.s1 .info .t-t p {
  margin: 20px 0;
}
.s1 .info .t-t img {
  height: 25px;
}
.s1 .info p {
  font-size: 16px;
  color: #999;
  line-height: 2;
}
.s1 .info h6 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}
.s1 .info .address {
  margin: 30px 0;
}
.desc {
  padding: 30px;
}
.desc h3 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}
.desc .t {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.desc .t img {
  height: 20px;
}
.desc .t p {
  display: inline-block;
  margin: 0 30px;
  font-size: 14px;
  color: #999;
}
.desc .t p span {
  color: red;
}
.desc .t-desc p {
  text-indent: 2em;
  line-height: 2;
  color: #666;
  margin-bottom: 20px;
}
.desc .t-desc img {
  max-width: 800px;
}
@media (max-width: 768px) {
  .banner {
    margin-bottom: 0;
  }
  .s1 .info .t-r {
    width: 100%;
  }
  .s1 .info .t-t {
    width: 100%;
    text-align: center;
    padding: 30px;
  }
  .tabs_wrap {
    margin: 20px 0;
  }
  .tabs_wrap .desc {
    padding: 20px 0;
  }
  .tabs_wrap .desc .t-desc img {
    width: 100%;
  }
}
