.env_header {
  height: 1153px;
  background: url(../images/env_top_bg.png) no-repeat;
  background-size: 100% 100%;
}
.env_header .env_header_top {
  display: flex;
  justify-content: space-between;
  padding-top: 46px;
}
.env_header .env_header_top .back {
  width: 157px;
  height: 42px;
  background-color: #e6f5ff;
  border-radius: 21px;
  border: solid 1px #8bc5e6;
  transition: all 0.5s;
}
.env_header .env_header_top .back a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #015293;
}
.env_header .env_header_top .back a img {
  margin-right: 10px;
}
.env_header .env_header_top .back:hover {
  transform: translateX(-5px);
}
.env_header .env_title {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.pub_title {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
.pub_title .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 632px;
  background: url(../images/env_bg_title.png) no-repeat;
  background-size: 100% 60px;
  font-size: 40px;
  color: #1fb26f;
  font-weight: 700;
  padding-bottom: 15px;
  background-position: bottom;
}
.doing {
  margin-top: -300px;
}
.doing .breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
  font-size: 18px;
}
.doing .breadcrumbs img {
  margin-right: 10px;
}
.doing .breadcrumbs a {
  color: #333;
}
.doing .breadcrumbs a:hover {
  color: #016bb5;
}
.doing .doing_main {
  display: flex;
  justify-content: space-between;
}
.doing .doing_main .doing_main_l {
  width: 578px;
  height: 344px;
}
.doing .doing_main .doing_main_l .swiper {
  width: 100%;
  height: 100%;
}
.doing .doing_main .doing_main_l .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.doing .doing_main .doing_main_l .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.doing .doing_main .doing_main_l .swiper .swiper-slide .mask {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43px;
  background-color: rgba(58, 94, 92, 0.67);
  padding: 0 20px;
  color: #fff;
}
.doing .doing_main .doing_main_l .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 43px;
  padding-right: 20px;
}
.doing .doing_main .doing_main_l .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
}
.doing .doing_main .doing_main_l .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #015293;
}
.doing .doing_main .doing_main_r {
  width: 649px;
  height: 344px;
}
.doing .doing_main .doing_main_r .list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
  border-bottom: 1px dashed #c2c2c2;
  padding-left: 38px;
}
.doing .doing_main .doing_main_r .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #429453;
}
.doing .doing_main .doing_main_r .list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.doing .doing_main .doing_main_r .list li a:hover {
  color: #429453;
}
.action {
  margin-top: 77px;
  padding-top: 68px;
  background: url(../images/env_bg_action.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 57px;
}
.action .bar {
  height: 412px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #1fb26f;
  margin-bottom: 87px;
}
.action .bar .bar_head {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #f0fbf8;
  border-radius: 10px 10px 0 0;
  padding-left: 38px;
}
.action .bar .bar_head .text {
  position: relative;
  font-size: 20px;
  color: #1fb26f;
  font-weight: 700;
  padding-left: 29px;
}
.action .bar .bar_head .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 25px;
  background-color: #1fb26f;
  border-radius: 5px;
  transform: translateY(-50%);
}
.action .bar .bar_head .date {
  font-size: 20px;
  color: #333;
  margin-left: 36px;
}
.action .bar .bar_chat {
  height: calc(100% - 60px);
  padding: 20px;
}
.action .manage .hd {
  margin-bottom: 30px;
}
.action .manage .hd .manage_nav {
  display: flex;
  justify-content: center;
  background: url(../images/env_bg_line.png) no-repeat;
  background-size: 100% 2px;
  background-position: 0 110px;
}
.action .manage .hd .manage_nav li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 45px;
  cursor: pointer;
}
.action .manage .hd .manage_nav li h4 {
  font-size: 22px;
  color: #333;
  margin-bottom: 17px;
}
.action .manage .hd .manage_nav li .circle {
  width: 134px;
  height: 134px;
  background-color: #fff;
  border-radius: 50%;
}
.action .manage .hd .manage_nav li .circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.action .manage .hd .manage_nav li .arrow {
  display: none;
  margin-top: 10px;
}
.action .manage .hd .manage_nav li.on h4 {
  color: #23a668;
}
.action .manage .hd .manage_nav li.on .arrow {
  display: block;
}
.action .manage .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.action .manage .list li {
  width: 630px;
  height: 105px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(49, 78, 64, 0.14);
  margin-bottom: 25px;
  padding: 20px;
}
.action .manage .list li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.action .manage .list li a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #23a668;
  padding-right: 20px;
}
.action .manage .list li a .date .day {
  font-size: 30px;
  color: #23a668;
}
.action .manage .list li a .date .month {
  font-size: 16px;
  color: #666;
}
.action .manage .list li a p {
  flex: 1;
  margin-left: 20px;
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.action .manage .list li:hover a p {
  color: #23a668;
}
.action .action_link {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.action .action_link .link_item {
  width: 625px;
  height: 180px;
  transition: all 0.2s;
}
.action .action_link .link_item img {
  display: block;
  width: 100%;
  height: 100%;
}
.action .action_link .link_item:hover {
  transform: translateY(-5px);
}
.policy {
  padding-top: 90px;
  padding-bottom: 81px;
}
.policy .policy_link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.policy .policy_link .policy_link_item {
  width: 625px;
  height: 136px;
  box-shadow: 1px 2px 7px 0px rgba(49, 78, 64, 0.44);
  border-radius: 10px;
  background: url(../images/env_bg_policy_link.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s;
}
.policy .policy_link .policy_link_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-size: 20px;
  color: #006fb9;
  font-weight: 700;
}
.policy .policy_link .policy_link_item a h3 {
  font-size: 20px;
}
.policy .policy_link .policy_link_item a p {
  color: #2ea7a0;
}
.policy .policy_link .policy_link_item:hover {
  transform: translateY(-5px);
}
.policy .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.policy .list li {
  position: relative;
  width: 625px;
  height: 88px;
  background-color: #ffffff;
  border: solid 1px #89c1a7;
  margin-top: 18px;
  padding-left: 54px;
  line-height: 30px;
}
.policy .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 31px;
  background-color: #1fb26f;
  transform: translateY(-50%);
}
.policy .list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.policy .list li a .date {
  font-size: 16px;
  color: #666;
}
.policy .list li:hover a {
  color: #1fb26f;
}
.policy .list li:hover a .date {
  color: #1fb26f;
}
.bottom {
  position: relative;
  height: 648px;
  background: url(../images/env_bg_sthj.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 51px;
}
.bottom .bottom_title {
  position: absolute;
  right: 0;
  top: 0;
}
.bottom .bottom_title img {
  width: 36.406vw;
  height: 30.573vw;
}
.bottom .bottom_info {
  display: flex;
  height: 18.281vw;
  padding-left: 6.771vw;
}
.bottom .bottom_info .info_module {
  width: 27.448vw;
  height: 100%;
  margin: 0 19px;
}
.bottom .bottom_info .info_module .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.bottom .bottom_info .info_module .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.bottom .bottom_info .info_module .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.bottom .bottom_info .info_module .swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom .bottom_info .info_module .swiper .swiper-pic-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  cursor: pointer;
}
.bottom .bottom_info .info_module .swiper .swiper-pic-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  cursor: pointer;
}
