﻿@charset "utf-8";
/* CSS Document */
body {
  background-color: #fff;
}
.zwxmt-banner {
  background: url(zwxmtbanner.png) center top no-repeat;
  height: 450px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.zwxmt-nav-box {
  height: 140px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;
}
.zwxmt-nav-box > b {
  display: block;
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  z-index: 0;
  width: 100%;
  height: 140px;
  border-radius: 10px;
}
.zwxmt-nav {
  font-size: 0;
  position: relative;
  z-index: 1;
  height: 120px;
  margin: 0 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.zwxmt-nav > li {
  display: inline-block;
  font-size: 16px;
  width: 20%;
  text-align: center;
  /* position: relative; */
  height: 100%;
}
.zwxmt-nav > li span {
  color: #5e5e5e;
}
.zwxmt-nav > li:hover span {
  color: #0457b7;
}
.zwxmt-nav > li:not(:first-child)::before {
  content: "";
  height: 60px;
  width: 1px;
  background-color: #e5e5e5;
  float: left;
  margin-top: 30px;
  right: auto;
}
/* .zwxmt-nav > li:hover::after {
  content: "";
  display: inline-block;
  border: 10px solid transparent;
  border-bottom-color: #c5d2f5;
} */
.zwxmt-nav > li > a > img {
  height: 60px;
  display: block;
  max-width: 80%;
  margin: 15px auto 0;
  margin-bottom: 10px;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.zwxmt-nav > li:hover > a > img {
  transform: scale(0.96);
}
.zwxmt-code {
  margin-top: 14px;
  background-color: #fff;
  position: absolute;
  font-size: 0;
  padding: 10px;
  max-height: 360px;
  overflow-y: auto;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  text-align: left;
  display: none;
  /* min-width: 236px; */
  border: 6px solid #c5d2f5;
}
.zwxmt-nav > li:hover .zwxmt-code {
  display: block;
}
.zwxmt-code > li {
  display: inline-block;
  margin: 10px 19px;
  width: 150px;
  height: 170px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
}
.zwxmt-code > li img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.zwxmt-tj {
  width: 1200px;
  margin: 0 auto;
}
.zwxmt-departs {
  background: url(bg_ds_2021wznb.jpg) center top no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.zwxmt-departs .zwxmt-nav {
  background-color: transparent;
  box-shadow: none;
  z-index: 0;
  height: auto;
}
.zwxmt-departs .zwxmt-nav > li {
  height: 120px;
  vertical-align: top;
}
.zwxmt-departs .zwxmt-nav > li:nth-child(5n + 1)::before {
  display: none;
}
.zwxmt-tj > dt {
  background: url(zwjz-title-bg.png) center top no-repeat;
  text-align: center;
  height: 110px;
  background-size: auto 110px;
  line-height: 110px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #dce0f5;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.zwxmt-departs .zwxmt-nav > li span {
  margin: 0 15px;
  overflow: hidden;
  display: block;
  height: 20px;
}
.zwxmt-departs .zwxmt-nav > li:hover {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.zwxmt-departs .zwxmt-nav > li:hover::before {
  display: none;
}
.zwxmt-cities {
  background: #fff;
  padding-bottom: 0;
}
.smtjz-city {
  overflow: hidden;
}
.smtjz-city > dt {
  float: left;
  width: 600px;
}
.smtjz-city > dt img {
  width: 90%;
  margin: 20px 5%;
}
.smtjz-city > dd {
  float: right;
  width: 580px;
}
.smtjz-city-items {
}
.smtjz-city-items li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 30%;
  height: 120px;
  margin: 0 auto 30px;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 0 10px;
  background: none;
}
.smtjz-city-items li:nth-child(3n + 2) {
  margin: 0 5%;
}
.smtjz-city-items li:hover,
.smtjz-city-items li.cur {
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
}
.smtjz-city-items li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  margin: 0;
}
.smtjz-city-items li:hover img,
.smtjz-city-items li.cur img {
  transform: scale(1.1);
}
.smtjz-city-items li b {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 25px;
  /* opacity: 0.7; */
  background: #f5f5f5;
  border-radius: 10px 0 0 0;

  /* filter: alpha(opacity=70); */
}
.smtjz-city-items li span {
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 25px;
  text-align: center;
  color: #333;
}
.smtjz-city-items li:hover,
.smtjz-city-items li.cur {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.smtjz-city-items li:hover b,
.smtjz-city-items li.cur b {
  background: #e4eff9;
}
.smtjz-city-items li:hover span,
.smtjz-city-items li.cur span {
  color: #2f5398;
  font-weight: 700;
}
.general-situation-main-top {
  height: 570px;
}

.general-situation-main-top-inner {
  position: relative;
  float: left;
  overflow: hidden;
  width: 480px;
  height: 570px;
  margin-left: 10px;
  border-radius: 25px 25px 0 0;
}

.general-situation-main-top-cntbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 5280px;
  height: 570px;
}

.general-situation-main-top-cntbox > ul > li {
  float: left;
  width: 480px;
  height: 570px;
  /* background-color: #ff0; */
}

.general-situation-main-top-cntbox > ul > li > a > img {
  cursor: pointer;
  width: 480px;
  height: 162px;
}

.general-situation-main-top-cntbox > ul > li > p {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  height: 50px;
  overflow: hidden;
  text-align: left;
  margin: 0;
}

.general-situation-main-top-btn,
.general-situation-main-bot-btn {
  display: block;
  width: 40px;
  height: 80px;
  margin-top: 245px;
  cursor: pointer;
}

.general-situation-main-top-btn {
  float: left;
  background: url(icon-comeup-narrow-left.png) 0 0 no-repeat;
}

.general-situation-main-bot-btn {
  float: right;
  background: url(icon-comeup-narrow-right.png) 0 0 no-repeat;
}

.general-situation-main-top-btn:hover {
  background-position: 0 -82px;
}

.general-situation-main-bot-btn:hover {
  background-position: 0 -82px;
}

a.general-situation-detail {
  width: 108px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  display: block;
  background-color: #0c62bf;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 138px;
  margin-top: 5px;
}

a:hover.general-situation-detail {
  background-color: #0b5db5;
}
.hide {
  display: none;
}
.cur-title {
  border-left: 5px solid #0b5db5;
  background: linear-gradient(to right, #f5f5f5, #e5e5e5);
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.common-clitab-title {
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  background-color: #f5f5f5;
  color: #0457b7;
  font-size: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 10px -6px;
}
.common-clitab-title > li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  width: 33%;
  text-align: center;
  cursor: default;
}
.common-clitab-title > li:last-child {
  width: 34%;
}
.common-clitab-title > li.tab-current {
  background-color: #0457b7;
  color: #fff;
}
.zwxmt-codes {
  margin-top: 14px;
  background-color: #fff;
  font-size: 0;
  padding: 0 10px 10px;
  text-align: left;
  height: 490px;
  overflow-y: auto;
}
.zwxmt-codes > li {
  display: inline-block;
  margin: 10px 13px;
  width: 120px;
  height: 150px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
}
.zwxmt-codes > li img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.general-situation-main-top-inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}