body {
  background-color: #daf0ff;
}
.zwfw_banner {
  padding: 30px 0.52rem 30px 0.9rem;
  background: url(../images/tm_zwfw_banner24.png) no-repeat #6297d2 center / auto 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zwfw_banner .banner_fonts {
  max-width: calc(100% - 500px);
}
.zwfw_banner .banner_links {
  display: flex;
}
.zwfw_banner .banner_links li + li {
  margin-left: 30px;
}
.zwfw_banner .banner_links li:nth-child(2) a::before {
  background-position: -129px 0;
  width: 28px;
  height: 31px;
}
.zwfw_banner .banner_links li:nth-child(3) a::before {
  background-position: -256px -2px;
  width: 26px;
  height: 31px;
}
.zwfw_banner .banner_links li:nth-child(4) a::before {
  background-position: -380px -1px;
  width: 32px;
  height: 31px;
}
.zwfw_banner a {
  display: block;
  text-align: center;
}
.zwfw_banner a:hover::before {
  transform: rotateY(360deg);
}
.zwfw_banner a::before {
  transition: all 0.3s ease;
  content: "";
  display: inline-block;
  width: 26px;
  height: 29px;
  background: url(../images/banner_zwfw_sprite.png) no-repeat;
}
.zwfw_banner a span {
  margin-top: 13px;
  display: block;
  background-color: #3173bf;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  padding: 0 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}
@media (max-width: 600px) {
  .zwfw_banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
  }
  .zwfw_banner .banner_fonts {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.swiper1 {
  position: relative;
}
.swiper1 .news_swiper {
  width: 100%;
  position: relative;
}
.swiper1 .news_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper1 .news_swiper .news_next,
.swiper1 .news_swiper .news_prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  z-index: 99;
}
.swiper1 .news_swiper .news_prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.swiper1 .news_swiper .news_next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.swiper1 .news_swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper1 .news_swiper .swiper-pagination-bullet {
  background-color: red;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.swiper1 .news_swiper .swiper-pagination-bullet-active {
  background-color: blue;
}
.swiper2 .news_swiper {
  width: 100%;
  position: relative;
}
.swiper2 .news_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper2 .news_swiper .news_next,
.swiper2 .news_swiper .news_prev {
  cursor: pointer;
  position: absolute;
  top: 3px;
  transform: none;
  width: 21px;
  height: 80px;
  background-color: #d5edff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  z-index: 99;
}
.swiper2 .news_swiper .news_prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.swiper2 .news_swiper .news_next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.swiper2 .news_swiper .swiper-button-disabled {
  background-color: #eee;
  display: none;
}
.swiper2 .news_swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper2 .news_swiper .swiper-pagination-bullet-active {
  background-color: #d5edff;
}
.m_ztfw_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 23px 19px;
}
@media (max-width: 1300px) {
  .m_ztfw_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .m_ztfw_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m_ztfw_list li {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.2rem 10px 0.2rem 0.2rem;
  height: 136px;
  background-image: linear-gradient(179deg, #f0f7ff 0%, #e9f4ff 0%, #e1f1ff 0%, #e9f4ff 0%, #f0f7ff 0%, #eaf5ff 0%, #e4f2ff 0%, #f2f9ff 0%, #ffffff 0%, #f0f8ff 0%, #e1f1fe 0%, #ffffff 100%), linear-gradient(#f1f6fa, #f1f6fa);
  background-blend-mode: normal,
            normal;
}
.m_ztfw_list li:hover::before {
  transform: rotateY(360deg);
}
.m_ztfw_list li::before {
  transition: all 0.3s ease;
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: url(../images/ztfw24_sprite.png) no-repeat;
}
.m_ztfw_list .item {
  padding-left: 18px;
}
.m_ztfw_list .item .item_title {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #154c86;
  margin-bottom: 16px;
  padding-top: 7px;
}
.m_ztfw_list .item .expand_list {
  display: grid;
  grid-template-columns: auto minmax(auto, 1fr);
}
.m_ztfw_list .item .expand_list a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}
.m_ztfw_list .item .expand_list dd {
  margin-bottom: 12px;
  line-height: 16px;
  width: fit-content;
}
.m_ztfw_list .item .expand_list dd:nth-child(even) {
  display: flex;
  align-items: center;
}
.m_ztfw_list .item .expand_list dd:nth-child(even):before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #959595;
  margin: 0 8px;
}
.m_ztfw_list li:nth-child(2)::before {
  background-position: -68px 0;
}
.m_ztfw_list li:nth-child(3)::before {
  background-position: -136px 0;
}
.m_ztfw_list li:nth-child(4)::before {
/*  background-position: -204px 0;*/
  background:url(https://www.tianmen.gov.cn/material/2024/static/images/04.png) no-repeat;!important;
}
.m_ztfw_list li:nth-child(5)::before {
  background-position: 0 -68px;
}
.m_ztfw_list li:nth-child(6)::before {
  background-position: -68px -68px;
}
.m_ztfw_list li:nth-child(7)::before {
  background-position: -136px -68px;
}
.m_ztfw_list li:nth-child(8)::before {
  background-position: -204px -68px;
}
.m_ztfw_list li:nth-child(9)::before {
  background-position: 0 -136px;
}
.m_ztfw_list li:nth-child(10)::before {
  background-position: -68px -136px;
}
.m_ztfw_list li:nth-child(11)::before {
  background-position: -136px -136px;
}
.m_ztfw_list li:nth-child(12)::before {
  background-position: -204px -136px;
}
.m_cjsdh_list .item {
  display: block;
}
.m_cjsdh_list .item div {
  padding: 35px 24px 35px 24px;
  background: no-repeat right bottom;
}
.m_cjsdh_list .item h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #154c86;
  margin-bottom: 10px;
}
.m_cjsdh_list .item p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}
.m_cjsdh_list .swiper-slide div {
  background-size: calc(100% + 2px) calc(100% + 2px);
  background-position: center;
  background-color: #f1f6fa;
}
.m_cjsdh_list .swiper-slide:first-child div {
  background-image: url(../images/cjsdh_p01.png);
}
.m_cjsdh_list .swiper-slide:nth-child(2) div {
  background-image: url(../images/cjsdh_p02.png);
}
.m_cjsdh_list .swiper-slide:nth-child(3) div {
  background-image: url(../images/cjsdh_p03.png);
}
.m_cjsdh_list .swiper-slide:nth-child(4) div {
  background-image: url(../images/cjsdh_p04.png);
}
.m_cjsdh_list .swiper-slide:nth-child(5) div {
  background-image: url(../images/cjsdh_p05.png);
}
.m_cjsdh_list .swiper-slide:nth-child(6) div {
  background-image: url(../images/cjsdh_p06.png);
}
.m_cjsdh_list .swiper-slide:nth-child(7) div {
  background-image: url(../images/cjsdh_p07.png);
}
.m_cjsdh_list .swiper-slide:nth-child(8) div {
  background-image: url(../images/cjsdh_p08.png);
}
.m_cjsdh_list .swiper-slide:nth-child(9) div {
  background-image: url(../images/cjsdh_p09.png);
}
.m_cjsdh_list .swiper-slide:nth-child(10) div {
  background-image: url(../images/cjsdh_p010.png);
}
.m_cjsdh_list .swiper-slide:nth-child(11) div {
  background-image: url(../images/cjsdh_p011.png);
}
/* åœºæ™¯å¼å¯¼èˆªæœåŠ¡-è½®æ’­ */
.swiper1 .news_swiper {
  width: 100%;
  position: relative;
}
.swiper1 .news_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper1 .swiper-pagination-bullet {
  background-color: #dadada;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.swiper1 .swiper-pagination {
  display: block;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: fit-content;
  line-height: 8px;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #006bc8;
}
.m_cxfw_list {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  margin-left: -9px;
  margin-right: -9px;
}
.m_cxfw_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m_cxfw_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.285%;
  padding-left: 9px;
  padding-right: 9px;
  float: left;
}
.m_cxfw_list > li:nth-child(n) {
  margin-top: 0;
}
.m_cxfw_list > li:nth-child(n + 7) {
  margin-top: 16px;
}
.m_cxfw_list > li:nth-child(7) {
  margin-top: 0;
}
.m_cxfw_list a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .m_cxfw_list {
    margin-left: -9px;
    margin-right: -9px;
  }
  .m_cxfw_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .m_cxfw_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding-left: 9px;
    padding-right: 9px;
    float: left;
  }
  .m_cxfw_list > li:nth-child(n) {
    margin-top: 0;
  }
  .m_cxfw_list > li:nth-child(n + 4) {
    margin-top: 16px;
  }
  .m_cxfw_list > li:nth-child(4) {
    margin-top: 0;
  }
  .m_cxfw_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 750px) {
  .m_cxfw_list {
    margin-left: -9px;
    margin-right: -9px;
  }
  .m_cxfw_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .m_cxfw_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 9px;
    padding-right: 9px;
    float: left;
  }
  .m_cxfw_list > li:nth-child(n) {
    margin-top: 0;
  }
  .m_cxfw_list > li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .m_cxfw_list > li:nth-child(3) {
    margin-top: 0;
  }
  .m_cxfw_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 550px) {
  .m_cxfw_list {
    margin-left: -9px;
    margin-right: -9px;
  }
  .m_cxfw_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .m_cxfw_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 9px;
    padding-right: 9px;
    float: left;
  }
  .m_cxfw_list > li:nth-child(n) {
    margin-top: 0;
  }
  .m_cxfw_list > li:nth-child(n + 2) {
    margin-top: 16px;
  }
  .m_cxfw_list > li:nth-child(2) {
    margin-top: 0;
  }
  .m_cxfw_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.m_cxfw_list a {
  text-align: center;
  line-height: 20px;
  padding: 18px;
  font-size: 16px;
  background-color: #f5f6f8;
  color: #333333;
  transition: none;
}
.m_cxfw_list a:hover {
  background-color: #4065c5;
  color: #fff;
}
.map-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.map-content::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.map-content #map {
  width: calc(100% - 384px);
  height: 504px;
  float: left;
}
.map-content .wangdian {
  position: relative;
  float: right;
  width: 384px;
  padding-top: 16px;
  padding-left: 17px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .map-content #map {
    height: 50vh;
  }
  .map-content #map,
  .map-content .wangdian {
    width: 100%;
  }
  .map-content .wangdian {
    padding-left: 0;
    margin-top: 30px;
  }
}
.map-content .map-nav {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map-content .map-nav::-webkit-scrollbar-thumb:hover {
  background-color: #e9e9e9;
}
.map-content .map-nav::-webkit-scrollbar {
  background-color: #e7e7e7;
  width: 11px;
}
.map-content .map-nav::-webkit-scrollbar-track {
  background-color: #e7e7e7;
  width: 11px;
}
.map-content .map-nav::-webkit-scrollbar-track-piece {
  width: 11px;
  height: 74px;
  background-color: #e7e7e7;
}
.map-content .map-nav::-webkit-scrollbar-thumb {
  width: 11px;
  height: 74px;
  border-radius: 4px;
  background-color: #94b8dc;
}
.map-content .map-nav .title {
  text-align: center;
  width: calc(172/367*100%);
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 8px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  margin-right: 6px;
  color: #333;
  background-color: #f5f6f8;
  border-radius: 5px;
  border: solid 1px transparent;
  margin-bottom: 16px;
}
.map-content .map-nav .title.active {
  background-color: #ecf6ff;
  border: solid 1px #6699cc;
  color: #005293;
}
.map-content .position_box {
  height: 232px;
  overflow-y: scroll;
}
.map-content .position_box::-webkit-scrollbar-thumb:hover {
  background-color: #94b8dc;
}
.map-content .position_box::-webkit-scrollbar {
  background-color: #e9e9e9;
  width: 9px;
}
.map-content .position_box::-webkit-scrollbar-track {
  background-color: #e9e9e9;
  width: 9px;
}
.map-content .position_box::-webkit-scrollbar-track-piece {
  width: 9px;
  height: 74px;
  background-color: #e9e9e9;
}
.map-content .position_box::-webkit-scrollbar-thumb {
  width: 9px;
  height: 74px;
  background-color: #94b8dc;
  border-radius: 4px;
}
.map-content .position_box .position_pane {
  display: none;
}
.map-content .position_box .position_pane.current {
  display: block;
}
.map-content .position_box .position:hover,
.map-content .position_box .position.current {
  background-color: #ecf6ff;
}
.map-content .position_box .position:hover h3 a,
.map-content .position_box .position.current h3 a {
  color: #006bc8;
}
.map-content .position_box .position {
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  padding: 10px;
  padding-left: 44px;
  padding-bottom: 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-bottom: 5px;
}
.map-content .position_box .position h3 a {
  font-size: 16px;
  line-height: 18px;
  color: #666666;
  font-weight: bold;
}
.map-content .position_box .position p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
}
.map-content .position_box .map_no {
  position: absolute;
  top: 10px;
  background: url(../images/dw_icon.png) no-repeat center;
  width: 23px;
  height: 28px;
  left: 10px;
  text-align: center;
  color: #fff;
  background-size: 100% 100%;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 4px;
  font-size: 14px;
}
.pane {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.pane.current {
  height: auto;
  visibility: visible;
}
.first_level {
  margin-left: -7px;
  margin-right: -7px;
}
.first_level::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.first_level > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 7px;
  padding-right: 7px;
  float: left;
}
.first_level > li:nth-child(n) {
  margin-top: 0;
}
.first_level > li:nth-child(n + 3) {
  margin-top: 14px;
}
.first_level > li:nth-child(3) {
  margin-top: 0;
}
.first_level a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.first_level li:hover div,
.first_level li.current div {
  background-image: linear-gradient(#ecf6ff, #ecf6ff), linear-gradient(0deg, #3580ff 0%, #53b0ff 100%);
  background-blend-mode: normal,
                normal;
  border-radius: 5px;
  color: #0068b7;
  border: solid 1px #6699cc;
}
.first_level li {
  cursor: pointer;
}
.first_level div {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 70px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
  height: 69px;
  background-image: linear-gradient(#f5f6f8, #f5f6f8), linear-gradient(0deg, #3580ff 0%, #53b0ff 100%);
  background-blend-mode: normal,
            normal;
  border-radius: 5px;
  border: solid 1px transparent;
}
.first_level div::before {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  content: "";
  height: 26px;
  background: url(../images/ztfw24_sprite.png) no-repeat;
}
.first_level li:first-child div::before {
  width: 26px;
  background-position: 0 -204px;
}
.first_level li:nth-child(2) div::before {
  width: 24px;
  background-position: -68px -204px;
}
.first_level li:nth-child(3) div::before {
  width: 25px;
  background-position: -136px -204px;
}
.first_level li:nth-child(4) div::before {
  width: 28px;
  background-position: -204px -204px;
}
.first_level li:nth-child(5) div::before {
  width: 23px;
  background-position: 0 -272px;
}
.first_level li:nth-child(6) div::before {
  width: 25px;
  background-position: -68px -272px;
}
