@charset "UTF-8";
.content_w_2022 div,
.content_w_2022 span,
.content_w_2022 a {
  box-sizing: border-box;
}
.content_w_2022 a:hover {
  color: #2c6db4 !important;
}
.content_w_2022 .inner {
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.content_w_2022 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_w_2022 .col-md-12 {
  width: 100%;
}
.content_w_2022 li a i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
}
.content_w_2022 .ani_rotate i,
.content_w_2022 .ani_rotate img {
  transition: all 0.6s;
}
.content_w_2022 .ani_rotate:hover i,
.content_w_2022 .ani_rotate:hover img {
  transform: rotate(360deg);
}
.content_w_2022 .ani_bigger i,
.content_w_2022 .ani_bigger img {
  transition: all 0.6s;
}
.content_w_2022 .ani_bigger:hover i,
.content_w_2022 .ani_bigger:hover img {
  transform: scale(1.1);
}
.content_w_2022 .item ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content_w_2022 .item ul li {
  margin: 0 !important;
}
.content_w_2022 .item ul li a {
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  text-align: center !important;
}
.content_w_2022 .item ul li {
  width: 23%;
}
.content_w_2022 .item ul li:nth-of-type(n + 5) {
  margin-top: 30px !important;
}
.content_w_2022 .item ul li {
  height: 120px;
  background-color: #f7faff;
  border-radius: 8px;
}
.content_w_2022 .item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 120px;
  padding: 0 58px;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.content_w_2022 .item ul li a i {
  width: 45px;
  height: 76px;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-image: url(../images/zmhd_top_icons.png);
}
.content_w_2022 .item ul li a i.s1 {
  background-position: 0 0;
}
.content_w_2022 .item ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content_w_2022 .item ul li {
  margin: 0 !important;
}
.content_w_2022 .item ul li a {
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  text-align: center !important;
}
.content_w_2022 .item ul li {
  width: 23%;
}
.content_w_2022 .item ul li:nth-of-type(n + 5) {
  margin-top: 30px !important;
}
.content_w_2022 .item ul li {
  height: 116px;
  background-color: #f7faff;
  border-radius: 8px;
}
.content_w_2022 .item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.content_w_2022 .item ul li a i {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-image: url(../images/zmhd_top_icons.png);
}
.content_w_2022 .item ul li a i.s1 {
  background-position: 0 0;
}
@media (max-width: 1300px) {
  .content_w_2022 .inner {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .content_w_2022 .row {
    flex-wrap: wrap;
  }
  .content_w_2022 .col-md-l {
    width: 100% !important;
  }
  .content_w_2022 .col-md-r {
    width: 100% !important;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .content_w_2022 .dfb-xs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content_w_2022 .dfb-xs li {
    margin: 0 !important;
  }
  .content_w_2022 .dfb-xs li a {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    text-align: center !important;
  }
  .content_w_2022 .dfb-xs li {
    width: 100%;
  }
  .content_w_2022 .dfb-xs li:nth-of-type(n + 2) {
    margin-top: 30px !important;
  }
  .content_w_2022 .hidden-xs {
    display: none;
  }
}
/*旋转图片*/
/* 放大 */
/* 两边对齐 */
/* 中间 */
/*列表标记*/
/*空隙*/
/*省略*/
/*一排多少个*/
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
@media (min-height: 800px) {
  /* webkit滚动条 */
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #bbb;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: #ddd;
  }
}
.fb {
  display: flex;
  justify-content: space-between;
}
.bs .tab {
  width: 182px;
  margin-right: 24px;
  padding-bottom: 54px;
}
.bs .tab a {
  position: relative;
  margin-top: 2px;
  float: left;
  width: 100%;
  height: 78px;
  background-color: #dfefff;
  border-radius: 10px 0px 10px 10px;
  line-height: 78px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333 !important;
}
.bs .tab a:not(:last-child) {
  margin-bottom: 25px;
}
.bs .tab a img {
  margin-right: 13px;
  vertical-align: middle;
}
.bs .tab a.cur {
  background-color: #226ebc;
  color: #fff !important;
}
.bs .tab a.cur span:first-child {
  transform: all 0.3s;
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.bs #bsfwGrbsSwiper,
.bs #bsfwFrbsSwiper,
.bs #bsfwBmbsSwiper {
  height: 100%;
}
.bs #bsfwGrbsSwiper,
.bs #bsfwFrbsSwiper {
  width: calc(100% - 90px);
  margin: 0 auto;
}
.bs #bsfwGrbsSwiper ul,
.bs #bsfwFrbsSwiper ul {
  padding: 10px;
  margin-right: -3%;
}
.bs #bsfwGrbsSwiper ul li,
.bs #bsfwFrbsSwiper ul li {
  float: left;
  width: 13.33%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.bs #bsfwGrbsSwiper ul li,
.bs #bsfwFrbsSwiper ul li {
  height: 130px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(208, 208, 208, 0.47);
}
.bs #bsfwGrbsSwiper ul li a,
.bs #bsfwFrbsSwiper ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  color: #333333;
}
.bs #bsfwGrbsSwiper ul li a:hover span:first-child,
.bs #bsfwFrbsSwiper ul li a:hover span:first-child {
  transform: all 0.3s;
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.bs #bsfwGrbsSwiper ul li span:first-child,
.bs #bsfwFrbsSwiper ul li span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #f4f9ff;
  border-radius: 52px;
  margin-bottom: 13px;
}
.bs #bsfwBmbsSwiper {
  width: calc(100% - 90px);
  margin: 0 auto;
}
.bs #bsfwBmbsSwiper ul {
  margin-right: -2%;
}
.bs #bsfwBmbsSwiper ul li {
  float: left;
  width: 18%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.bs #bsfwBmbsSwiper ul li {
  height: 58px;
  background-color: #f5f6f8;
}
.bs #bsfwBmbsSwiper ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.bs .pane {
  width: calc(100% - 206px);
}
.bs .pane > div {
  height: 100%;
}
.hoverListR:hover img {
  transform: all 0.3s;
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.pane_content,
.ztfw_content {
  position: relative;
}
.pane_content .news_next,
.ztfw_content .news_next,
.pane_content .news_prev,
.ztfw_content .news_prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 66px;
  background-color: #f0f8ff;
  background-repeat: no-repeat;
  z-index: 999;
  background-position: center;
  color: #2372cc;
}
.pane_content .news_prev,
.ztfw_content .news_prev {
  left: 0;
  background-image: url(../images/bsfw_left.png);
}
.pane_content .news_next,
.ztfw_content .news_next {
  right: 0;
  background-image: url(../images/bsfw_right.png);
}
.pane_content .news_next,
.pane_content .news_prev {
  top: calc(50% - 12px);
}
/* 第二部分 */
.cx {
  width: 48.43%;
  background-color: #ffffff;
  box-shadow: 1px 4px 10px 0px rgba(57, 90, 187, 0.18);
  border-radius: 4px;
  border-top: #2364ad 4px solid;
  border-radius: 4px 4px 0px 0px;
  box-sizing: border-box;
  padding: 30px 43px;
  padding-bottom: 10px;
  padding-right: 0;
}
.cx .left {
  margin-right: 40px;
}
.cx h3 {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 10px;
}
.cx ul {
  margin-right: -6%;
  margin-right: 0;
}
.cx ul li {
  float: left;
  width: 14%;
  margin-right: 6%;
  margin-bottom: 10px;
}
.cx ul li {
  min-width: 64px;
}
.cx ul > li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.yslb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23.26%;
  border-top: #96c6f9 4px solid;
  border-radius: 4px 4px 0px 0px;
  background-color: #ffffff;
  box-shadow: 1px 4px 10px 0px rgba(57, 90, 187, 0.18);
  border-radius: 4px;
  font-size: 19px;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.yslb p {
  margin-top: 14px;
  font-weight: bold;
}
.kstb {
  border-color: #967ce3;
}
/* 政务地图 */
.zwdt .allmap_container {
  position: relative;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 50px;
  overflow: hidden;
  height: 805px;
  background-color: #535353;
}
.zwdt .allmap_container .address {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 334px;
  z-index: 999999;
}
.zwdt .allmap_container .address .search_address_input {
  width: 100%;
  display: flex;
  margin-bottom: 13px;
}
.zwdt .allmap_container .address .search_address_input input {
  width: 254px;
  height: 54px;
  background-color: #ffffff;
  font-size: 15px;
  padding-left: 16px;
}
.zwdt .allmap_container .address .search_address_input #btn {
  width: 80px;
  height: 54px;
  background-color: #487bc5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zwdt .allmap_container .address .search_address_input #btn img {
  display: inline-block;
  width: 25px;
  vertical-align: middle;
}
.zwdt .allmap_container .address h3 {
  width: 100%;
  height: 54px;
  background-color: #487bc5;
  font-size: 20px;
  color: #f7f7f7;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.zwdt .allmap_container .address .address_content_left {
  background-color: #fff;
}
.zwdt .allmap_container .address .map_swiper_box {
  width: 100%;
}
.zwdt .allmap_container .address .map_swiper_box .map_swiper:hover .map-next,
.zwdt .allmap_container .address .map_swiper_box .map_swiper:hover .map-prev {
  opacity: 1;
  transform: translateX(0);
}
.zwdt .allmap_container .address .map_swiper_box .map_swiper .map-next {
  transform: translateX(100%);
  right: 0;
  background: url(../images/map_right.png) center no-repeat;
}
.zwdt .allmap_container .address .map_swiper_box .map_swiper .map-prev {
  transform: translateX(-100%);
  left: 0;
  background: url(../images/map_left.png) center no-repeat;
}
.zwdt .allmap_container .address .map_swiper_box .map_swiper .map-next,
.zwdt .allmap_container .address .map_swiper_box .map_swiper .map-prev {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 38px;
  background-color: #eff8ff;
  border-radius: 0px 5px 5px 0px;
  z-index: 999;
}
.zwdt .allmap_container .address .map_swiper_box .map_introduce ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.zwdt .allmap_container .address .map_swiper_box .map_introduce ul li {
  padding-top: 22px;
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zwdt .allmap_container .address .map_swiper_box .map_introduce ul li .map_introduce_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 13px;
  background-color: #eef4fe;
  border-radius: 54px;
}
.zwdt .allmap_container .address .map_swiper_box .map_introduce ul li .map_introduce_title {
  display: inline-block;
  font-size: 16px;
  color: #333;
}
.zwdt .allmap_container .address .map_swiper_box .map_introduce ul li .blue {
  background-color: #eef4fe;
}
.zwdt .allmap_container .address .map_swiper_box .map_introduce ul li .yellow {
  background-color: #fff8ef;
}
.zwdt .allmap_container .address .map_swiper_box .map_introduce ul li .red {
  background-color: #fff2ee;
}
.zwdt .allmap_container .address .map_swiper_box .map_introduce ul li .green {
  background-color: #edfff1;
}
.zwdt .allmap_container .address .map_swiper_box .map_introduce ul li:hover .map_introduce_img {
  transform: all 0.3s;
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.zwdt .allmap_container .address .diver {
  width: 309px;
  height: 1px;
  background-color: #dfdfdf;
  margin-bottom: 8px;
  margin-top: 12px;
  border-top: 0;
}
.zwdt .allmap_container .address .search_result {
  width: 300px;
  margin: 0 auto;
  overflow-y: scroll;
  height: 470px;
}
.zwdt .allmap_container .address .search_result li {
  padding: 10px 17px 17px 10px;
  width: 100%;
  height: 80px;

}
.zwdt .allmap_container .address .search_result li .topTitle .mapIcon_li {
  display: inline-block;
  width: 23px;
  height: 28px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  background: url(../images/mapIcon.png) center no-repeat;
  margin-right: 8px;
}
.zwdt .allmap_container .address .search_result li .topTitle .title_h2 {
  display: block;
  max-width: 244px;
  font-size: 16px;
  line-height: 28px;
  color: #3c7ddc;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwdt .allmap_container .address .search_result li .title_h3 {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #333;
  margin-left: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwdt .allmap_container .address .search_result li:hover {
  background-color: #f1f7ff;
}
.zwdt #allmap {
  width: 100%;
  height: 805px;
}
.zwdt .insert_container {
  width: 452px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 34px 20px 38px;
}
.zwdt .insert_container .map_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.zwdt .insert_container .map_title .map_title_left {
  font-size: 17px;
  line-height: 17px;
  font-weight: bolder;
  color: #333;
}
.zwdt .insert_container .map_title .map_title_right {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #e62a1d;
}
.zwdt .insert_container .map_title .map_title_right img {
  width: 14px;
  margin-right: 8px;
}
.zwdt .insert_container .map_subtitle {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
}
.zwdt .insert_container .map_bottom {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
}
.zwdt .insert_container .map_bottom li a {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  font-size: 17px;
  line-height: 23px;
  color: #487bc5;
  letter-spacing: 6px;
  font-weight: 500;
}
.zwdt_title {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #3467b0;
  border-bottom: 1px solid #487bc5;
}
.zwdt_title a {
  color: #3467b0;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 4px solid #3a6eb8;
}
.ztfw_list {
  margin-right: -3%;
}
.ztfw_list li {
  float: left;
  width: 13.66%;
  margin-right: 3%;
  margin-bottom: 10px;
}
.ztfw_list li {
  min-width: 156px;
  height: 100px;
  background-color: #fdfeff;
  border: solid 1px #daebfb;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #2b5987;
}
.ztfw_list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ztfw_list li:hover img {
  transform: all 0.3s;
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
@media (max-width: 992px) {
  .bs .tab_pane {
    flex-wrap: wrap;
  }
  .bs .tab_pane .tab,
  .bs .tab_pane .tab a,
  .bs .tab_pane .pane {
    width: 100%;
  }
  .bs #bsfwGrbsSwiper ul li,
  .bs #bsfwFrbsSwiper ul li {
    min-width: 130px;
  }
  .bs #bsfwBmbsSwiper ul li {
    min-width: 160px;
  }
  .part02_box {
    flex-wrap: wrap;
  }
  .cx,
  .yslb {
    width: 100%;
  }
  .yslb {
    min-height: 187px;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .bs #bsfwGrbsSwiper ul,
  .bs #bsfwFrbsSwiper ul {
    padding: 5px;
  }
  .bs #bsfwGrbsSwiper ul li,
  .bs #bsfwFrbsSwiper ul li {
    width: 47%;
    min-width: 47%;
  }
  .bs #bsfwBmbsSwiper ul li {
    width: 48%;
    min-width: 48%;
  }
}
@media (max-width: 450px) {
  .ztfw_list {
    margin-right: -3%;
  }
  .ztfw_list li {
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .ztfw_list li {
    min-width: 47%;
  }
}
/* webkit滚动条 */
::-webkit-scrollbar {
  width: 8px;
  height: 178px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  height: 178px;
  background: #94b0d9;
  /* 上层 */
}
::-webkit-scrollbar-thumb:hover {
  background: #103264;
  /* 上层 */
}
::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #e8e8e8;
}
