.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;
}
.leader {
  margin-top: 20px;
}
.leader .leader_head {
  display: flex;
  align-items: center;
  height: 77px;
  background: url(../images/public_bg_leader_line.png) no-repeat;
  font-size: 28px;
  color: #24986b;
  padding-bottom: 15px;
  font-weight: 700;
}
.leader .leader_inner {
  display: flex;
  margin-top: 20px;
}
.leader .leader_inner .inner_left {
  display: flex;
  gap: 44px;
  width: 300px;
  border-right: 1px solid #e3e2e2;
}
.leader .leader_inner .inner_left .inner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  margin-top: 30px;
  text-align: center;
  width: 40px;
  height: 126px;
  background-color: #25986a;
  font-size: 24px;
  border-radius: 10px;
  color: #fff;
}
.leader .leader_inner .inner_left .inner_desc {
  width: 142px;
}
.leader .leader_inner .inner_left .inner_desc img {
  width: 100%;
  height: 190px;
}
.leader .leader_inner .inner_left .inner_desc h4 {
  font-weight: normal;
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-top: 10px;
}
.leader .leader_inner .inner_right {
  display: flex;
  flex: 1;
}
.leader .leader_inner .inner_right .inner_title {
  display: flex;
  flex-direction: column;
  margin-left: 58px;
  margin-top: 30px;
  text-align: center;
  width: 40px;
  height: 126px;
  align-items: center;
  justify-content: center;
  background-color: #25986a;
  font-size: 24px;
  border-radius: 10px;
  color: #fff;
}
.leader .leader_inner .inner_right .other_leader {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
}
.leader .leader_inner .inner_right .other_leader .swiper {
  width: 760px;
}
.leader .leader_inner .inner_right .other_leader .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.leader .leader_inner .inner_right .other_leader .swiper .swiper-slide a img {
  width: 142px;
  height: 190px;
}
.leader .leader_inner .inner_right .other_leader .swiper .swiper-slide a h4 {
  font-weight: normal;
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-top: 10px;
}
.leader .leader_inner .inner_right .other_leader .swiper-leader-next,
.leader .leader_inner .inner_right .other_leader .swiper-leader-prev {
  top: 40%;
  color: #24986b;
}
.leader .leader_inner .inner_right .other_leader .swiper-leader-next::after,
.leader .leader_inner .inner_right .other_leader .swiper-leader-prev::after {
  font-size: 32px;
}
.leader .leader_inner .inner_right .other_leader .swiper-leader-prev {
  left: 28px;
}
.leader .leader_inner .inner_right .other_leader .swiper-leader-next {
  right: 28px;
}
.public {
  display: flex;
  justify-content: space-between;
  margin-top: 53px;
}
.public li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  height: 174px;
  background: url(../images/public_bg_item.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 34px;
}
.public li .title {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 22px;
}
.public li .title img {
  margin-right: 15px;
}
.public li .list {
  display: flex;
  align-items: center;
}
.public li .list .list_item {
  margin: 0 10px;
  font-size: 18px;
}
.public li .list .list_item a {
  color: #333;
}
.public li .list .list_item a:hover {
  color: #24986b;
}
.public li .arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.public li:hover .panel_box {
  display: block;
}
.public li .panel_box {
  display: none;
  position: absolute;
  top: 174px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  padding-top: 20px;
  z-index: 999;
}
.public li .panel_box::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 14px solid #dff1e4;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.public li .panel_box .panel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #dff1e4;
  padding: 24px;
  border-radius: 20rpx;
  border-radius: 10px;
}
.public li .panel_box .panel .panel_item {
  width: 50%;
  text-align: left;
  line-height: 35px;
}
.public li .panel_box .panel .panel_item a {
  font-size: 14px;
  color: #333;
}
.public li .panel_box .panel .panel_item a:hover {
  color: #24986b;
}
.metting {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
}
.metting .metting_l {
  flex: 1;
}
.metting .metting_l .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 77px;
  background: url(../images/public_bg_metting_line.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 15px;
}
.metting .metting_l .head .nav {
  display: flex;
  font-size: 28px;
  color: #333;
}
.metting .metting_l .head .nav li {
  cursor: pointer;
  margin: 0 20px;
}
.metting .metting_l .head .nav li.on {
  color: #24986b;
  font-weight: 700;
}
.metting .metting_l .head .more {
  color: #555;
}
.metting .metting_l .head .more:hover {
  color: #24986b;
}
.metting .metting_l .list {
  font-size: 18px;
  margin-top: 10px;
}
.metting .metting_l .list li {
  position: relative;
  padding-left: 24px;
  line-height: 49px;
}
.metting .metting_l .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #259869;
  border-radius: 50%;
}
.metting .metting_l .list li a {
  display: flex;
  justify-content: space-between;
  color: #333;
}
.metting .metting_l .list li a:hover {
  color: #259869;
}
.metting .metting_r {
  display: flex;
  justify-content: space-between;
  margin-left: 26px;
}
.metting .metting_r .zfgb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  height: 319px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding-top: 42px;
}
.metting .metting_r .zfgb .select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: 46px;
  background-color: #ffffff;
  border: solid 1px #eee;
  margin-top: 33px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.metting .metting_r .zfgb .select img {
  margin-left: 20px;
}
.metting .metting_r .zfgb .select .panel {
  display: none;
  position: absolute;
  top: 45px;
  width: 100%;
  max-height: 180px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  overflow-y: auto;
}
.metting .metting_r .zfgb .select .panel::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.metting .metting_r .zfgb .select .panel::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: #eeeeee;
}
.metting .metting_r .zfgb .select .panel li {
  line-height: 40px;
  text-align: center;
}
.metting .metting_r .zfgb .select .panel li a {
  color: #333;
}
.metting .metting_r .zfgb .select .panel li a:hover {
  color: #259869;
}
.metting .metting_r .zfgb .select:hover .panel {
  display: block;
}
.gov {
  margin-top: 50px;
}
.gov .gov_title {
  display: flex;
  align-items: center;
  height: 77px;
  background: url(../images/public_bg_leader_line.png) no-repeat;
  font-size: 28px;
  color: #24986b;
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 20px;
}
.gov .gov_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.gov .gov_list li {
  width: 408px;
  height: 129px;
  background: url(../images/public_bg_zn.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 38px;
  transition: all 0.3s ease-in-out;
}
.gov .gov_list li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 27px;
  color: #24986b;
  padding-left: 56px;
  font-weight: 700;
}
.gov .gov_list li a .pic {
  width: 80px;
  margin-right: 10px;
}
.gov .gov_list li:hover {
  transform: translateY(-5px);
}
.policy {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
}
.policy .policy_l {
  width: 825px;
}
.policy .policy_l .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 77px;
  background: url(../images/public_bg_metting_line.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 15px;
}
.policy .policy_l .head .nav {
  display: flex;
  font-size: 28px;
  color: #333;
}
.policy .policy_l .head .nav li {
  cursor: pointer;
  margin: 0 20px;
}
.policy .policy_l .head .nav li.on {
  color: #24986b;
  font-weight: 700;
}
.policy .policy_l .head .more {
  color: #555;
}
.policy .policy_l .head .more:hover {
  color: #24986b;
}
.policy .policy_l .list {
  font-size: 18px;
  margin-top: 10px;
}
.policy .policy_l .list li {
  position: relative;
  padding-left: 24px;
  line-height: 49px;
}
.policy .policy_l .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #259869;
  border-radius: 50%;
}
.policy .policy_l .list li a {
  display: flex;
  justify-content: space-between;
  color: #333;
}
.policy .policy_l .list li a:hover {
  color: #259869;
}
.policy .policy_r {
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin-left: 26px;
}
.policy .policy_r .nav li {
  margin-bottom: 26px;
  transition: all 0.3s;
}
.policy .policy_r .nav li:hover {
  transform: translateY(-5px);
}
.keynote {
  display: flex;
  align-items: center;
  height: 269px;
  background: url(../images/public_bg_keynote.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 40px;
  padding: 0 30px;
  margin-bottom: 50px;
}
.keynote .img {
  margin-right: 30px;
}
.keynote .inner {
  display: flex;
  justify-content: space-between;
  flex: 1;
  height: 100%;
  padding: 30px 0;
}
.keynote .inner li {
  width: 100px;
  height: 100px;
  background-image: linear-gradient(0deg, #eef4f2 0%, #feffff 100%), linear-gradient(#24986b, #24986b);
  background-blend-mode: normal, normal;
  box-shadow: 1px 1px 3px 0px rgba(14, 79, 3, 0.1);
  border-radius: 50%;
}
.keynote .inner li:nth-child(2n + 1) {
  margin-top: 110px;
}
.keynote .inner li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  color: #333;
}
.keynote .inner li a img {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.keynote .inner li:hover a {
  color: #24986b;
}
.keynote .inner li:hover a img {
  transform: rotateY(180deg);
}
