.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  margin-top: -70px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #24986b;
}
.special {
  position: relative;
  height: 200px;
  margin-top: 20px;
}
.special .swiper {
  width: 100%;
  height: 100%;
}
.special .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.special .swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special .swiper .swiper-slide .count {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/service_bg_data.png) no-repeat;
  background-size: 100% 100%;
  font-size: 36px;
  color: #24986b;
  font-weight: 700;
}
.special .swiper .swiper-slide .count .left {
  position: absolute;
  left: 30px;
  top: 80px;
}
.special .swiper .swiper-slide .count .right {
  position: absolute;
  top: 80px;
  right: 30px;
}
.special .swiper-button-next {
  right: 10px;
  z-index: 999;
}
.special .swiper-button-prev {
  left: 10px;
  z-index: 999;
}
.special .swiper-button-next,
.special .swiper-button-prev {
  color: #24986b;
}
.special .swiper-button-next::after,
.special .swiper-button-prev::after {
  font-size: 32px;
}
.guide {
  margin-top: 30px;
  padding: 0 20px;
}
.guide .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background: url(../images/service_bg_line.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 15px;
}
.guide .head .nav {
  display: flex;
}
.guide .head .nav li {
  margin: 0 12px;
  font-size: 30px;
  color: #333;
}
.guide .head .nav li.on {
  color: #24986b;
  font-weight: 700;
}
.guide .head .more {
  font-size: 22px;
  color: #333;
}
.guide .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.guide .list li {
  width: 48%;
  height: 100px;
  border: solid 1px #e8fcef;
  margin-top: 15px;
}
.guide .list li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}
.guide .list li a img {
  width: 44px;
  margin-right: 10px;
}
.dept {
  margin-top: 30px;
  padding: 0 20px;
}
.dept .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background: url(../images/service_bg_line.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 15px;
  padding-left: 20px;
}
.dept .head .title {
  font-size: 32px;
  color: #25986a;
  font-weight: 700;
}
.dept .head .more {
  font-size: 22px;
  color: #333;
}
.dept .dept_con {
  flex-wrap: wrap;
  display: flex;
  margin-top: 20px;
  padding: 0 10px;
}
.dept .dept_con li {
  width: 50%;
  line-height: 56px;
}
.dept .dept_con li a {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #333;
}
.dept .dept_con li a img {
  margin-right: 10px;
  width: 24px;
}
.other {
  position: relative;
  height: 150px;
  margin-top: 20px;
}
.other .swiper {
  width: 100%;
  height: 100%;
}
.other .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.other .swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other .swiper .swiper-slide .count {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/bg_data.png) no-repeat;
  background-size: 100% 100%;
  font-size: 36px;
  color: #24986b;
  font-weight: 700;
}
.other .swiper .swiper-slide .count .left {
  position: absolute;
  left: 30px;
  top: 60px;
}
.other .swiper .swiper-slide .count .right {
  position: absolute;
  top: 60px;
  right: 30px;
}
.other .swiper-button-next {
  right: 10px;
  z-index: 999;
}
.other .swiper-button-prev {
  left: 10px;
  z-index: 999;
}
.other .swiper-button-next,
.other .swiper-button-prev {
  color: #24986b;
}
.other .swiper-button-next::after,
.other .swiper-button-prev::after {
  font-size: 32px;
}
.map {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 20px;
}
.map .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background: url(../images/service_bg_line.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 32px;
  color: #25986a;
  font-weight: 700;
}
.map .map_inner {
  height: 350px;
  margin-top: 20px;
}
.map .map_inner img {
  width: 100%;
}
