@charset "utf-8";
/* CSS Document */
body {
  background-color: #fff;
}
.zwxmt-banner {
  background:url(../images/banner.jpg) center top no-repeat;
  height: 527px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.zwxmt-nav-box {
  height: 160px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 88px;
  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: 160px;
  border-radius: 10px;
}
.zwxmt-nav {
  font-size: 0;
  position: relative;
  z-index: 1;
  height: 140px;
  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_sp > li{
	width:33.33%
}
.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: 25px 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: 268px;
  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-nav_sp .zwxmt-code > li{
	margin: 10px 55px;
}
.zwxmt-code > li img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.zwxmt-tj {
  width: 1200px;
  margin: 0 auto;
}
.zwxmt-departs {
  background: url(../../%E6%94%BF%E5%8A%A1%E6%96%B0%E5%AA%92%E4%BD%93%E7%9F%A9%E9%98%B5_files/bg_ds_2021wznb.jpg) center top no-repeat;
  background-size: cover;
  padding: 58px 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 {
  text-align: center;
  height: 90px;
  background-size: auto 90px;
  line-height: 90px;
  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: #f7f7f7;
  padding-bottom: 80px;
}
.xs-boxqf {
    margin-left: -10px;
}
.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}
.zx-pad {
    float: left;
    width: 525px;
    margin-left: 13px;
}

.zx-tab {
    height: 77px;
    line-height: 77px;
    background: #e7f1ff;
    overflow: hidden;
    padding-left: 15px;
    margin-bottom: 10px;
}

.zx-tab a {
    float: left;
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    position: relative;
}

.zx-tab a+a {
    margin-left: 45px;
}

.zx-tab a+a::before {
    content: '';
    position: absolute;
    width: 1.5px;
    background: #b3b3b3;
    height: 27px;
    left: -22px;
    top: 28px;
}

.zx-tab a.cut {
    color: #6ba3f7;
    font-weight: 700;
}

.zx-tab a img {
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}

.zx-ped {
    background: #e7f1ff;
    max-height: 459px;
    overflow-y: auto;
    padding: 23px 0;
    box-sizing: border-box;
}

.zx-lis li {
    float: left;
    width: 33%;
    text-align: center;
	margin-bottom: 20px;
	height: 203px;	
}
.zx-lis li img {
	width: 150px;
	height: 150px;
}
.zx-lis li p {
    margin-top: 5px;
}

.xs-boxqf>.ditua {
    position: relative;
}

.xs-boxqf>.ditua a {
    position: absolute;
    display: inline-block;
}

.xs-boxqf>.ditua a.lhgs {
    width: 130px;
    height: 70px;
    left:10px;
    top: 383px;
}

.xs-boxqf>.ditua a.gxq {
    width: 65px;
    height: 145px;
    left: 165px;
    top: 285px;
}

.xs-boxqf>.ditua a.zys {
    width: 65px;
    height: 110px;
    left: 235px;
    top: 90px;
}

.xs-boxqf>.ditua a.gcx {
    width: 125px;
    height: 68px;
    left: 41px;
    top: 295px;
}

.xs-boxqf>.ditua a.xcq {
    width: 122px;
    height: 50px;
    left: 75px;
    top: 216px;
}

.xs-boxqf>.ditua a.xzq {
    width: 60px;
    height: 88px;
    left: 168px;
    top: 125px;
}

.xs-boxqf>.ditua a.bkx {
    width: 135px;
    height: 85px;
    left: 237px;
    top: 300px;
}

.xs-boxqf>.ditua a.lzx {
    width: 120px;
    height: 55px;
    left: 225px;
    top: 215px;
}

.xs-boxqf>.ditua a.ycs {
    width: 65px;
    height: 72px;
    left: 100px;
    top: 115px;
}

.xs-boxqf>.ditua a.rcx {
	width: 175px;
	height: 68px;
	left: 18px;
	top: 460px;
}

.xs-boxqf>.ditua a.fcq {
	width: 118px;
	height: 62px;
	left: 336px;
	top: 170px;
}

.xs-boxqf>.ditua a.djxq {
	width: 160px;
    height: 65px;
    left: 225px;
    top: 395px;
}

.xs-boxqf>.ditua a.ylzq {
	width: 130px;
    height: 105px;
    left: 384px;
    top: 245px;
}

.xs-boxqf>.ditua img {
    padding-top: 80px;
}

.rg-box {
    height: 546px;
    box-sizing: border-box;
}

.rg-box h5 {
    float: left;
    height: 546px;
    width: 108px;
    background: url(../images/xyzwx-9.png) 0 0 no-repeat;
    color: #fff;
    font-size: 30px;
    padding: 200px 54px;
    line-height: 45px;
    box-sizing: border-box;
}
.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;
}

.foot{ background:#0458bc; height: 145px; position:relative; bottom:0; left:0; width:100%; clear:both;min-width: 1200px;}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.copyright{ width:770px; float:left;}
.copyright p{ color:#FFF;  font-size: 16px;    margin-top: 14px;}
.foot_body{ width: 1200px; margin: 0 auto; background: #f9f9f9;  padding-top: 20px;}
.copyright ul li{ float: left;  font-size: 16px; color: #fff;  margin: 0px 5px;}
.copyright ul li a{ margin-right: 5px;  font-size: 16px;    color: #fff;}
.copyright ul {
    width: 100%;
    margin-top: 28px;
    height: auto;
    overflow: hidden;
}
.copyright ul{ width: 100%; margin-top: 28px;}
.footmid{ float:left; width:240px; height:50px; margin:10px 0;}
.footmid ul li,.footmid ul li a{ display:block; width:60px; height:45px;}
.footmid ul li{ float:left; margin-right:20px;}
.footmid ul li.aboutus{ background:url(../images/aboutus.png) no-repeat center top;}
.footmid ul li.map{background:url(../images/map.png) no-repeat center top;}
.footmid ul li.help{background:url(../images/help.png) no-repeat center top;}
.footmid ul li a{ color:#FFF; padding-top:35px;}

.footR{ width:215px; float:right; margin: 33px 10px 0px 0px;}
.chunk{ float:left;}
.chunk em{ float:right;}





