@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: '微软雅黑', "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background: #091a43 url(../images/wbg.jpg) top center no-repeat;
}

body:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 2000px;
  z-index: 1;
  background: url(../images/wbg.png) top center repeat-x;
}

body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1010px;
  z-index: 1;
  background: url(../images/wbg-before.png) top center no-repeat;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  border: 0;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: table;
  overflow: hidden;
  clear: both;
  height: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mr25 {
  margin-right: 25px;
}

.w400 {
  width: 400px;
}

.w490 {
  width: 490px;
}

.h245 {
  height: 245px;
}

.w450 {
  width: 450px;
}

.w750 {
  width: 750px;
}

.w580 {
  width: 581px;
}

.topBar {
  position: relative;
  z-index: 2;
  height: 105px;
  background: url(../images/wtop.png) top center no-repeat;
  min-width: 1200px;
  overflow: hidden;
}

.topBar .logo {
/*   width: 464px; */
/*   width: 600px; */
  height: 68px; 
  margin: 10px auto 0;
}

.main {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 30px auto 0;
}

.title {
  position: relative;
  z-index: 99;
  height: 42px;
  background: url(../images/wt-bg.png) left center no-repeat;
  margin-bottom: 20px;
}

.title h3 {
  float: left;
  height: 42px;
  line-height: 42px;
  font-weight: 500;
  font-size: 22px;
  padding: 0 10px;
}

.title > span,
.title > a {
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}

.news {
  margin-bottom: 15px;
  height: 220px;
  overflow: hidden;
}

.news li {
  text-align: right;
  padding: 7px 0;
  overflow: hidden;
}

.news li a {
  position: relative;
  float: left;
  text-align: center;
  max-width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  padding-right: 50px;
}

.news li a:before {
  content: "[" attr(name) "]";  /*去掉则隐藏待办的东西*/
  vertical-align: middle;
  margin-right: 5px;
  color: #5db7f0;
}

.news li a.isdb:before {
  color: #f9e97f;
}

.news li a.isNews:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  height: 19px;
  width: 42px;
  background: url(../images/wn.png) no-repeat;
}

.news li a:hover {
  color: #5db7f0;
}

.news li span {
  color: #a0b7ef;
}

.news + .news {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #163e7c;
}

.new {
  margin-bottom: 15px;
  height: 220px;
  overflow: hidden;
}

.new li {
  text-align: right;
  padding: 7px 0;
  overflow: hidden;
}

.new li a {
  position: relative;
  float: left;
  text-align: center;
  max-width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  padding-right: 50px;
}

.new li a:before {
/*  content: "[" attr(name) "]";  去掉则隐藏待办的东西*/
  vertical-align: middle;
  margin-right: 5px;
  color: #5db7f0;
}

.new li a.isdb:before {
  color: #f9e97f;
}

.new li a.isNews:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  height: 19px;
  width: 42px;
  background: url(../images/wn.png) no-repeat;
}

.new li a:hover {
  color: #5db7f0;
}

.new li span {
  color: #a0b7ef;
}

.new + .new {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #163e7c;
}

.box {
  position: relative;
  background: url(../images/wb-2.png) repeat-y;
  margin: 40px auto 42px;
  padding: 0 20px;
  min-height: 180px;
}

.box:before, .box:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: url(../images/wb-1.png) no-repeat;
  height: 20px;
}

.box:before {
  top: -20px;
}

.box:after {
  bottom: -22px;
  height: 22px;
  background-image: url(../images/wb-3.png);
}

.total {
  font-size: 0;
  padding-top: 30px;
  margin-bottom: 55px;
}

.total li {
  font-size: 14px;
  color: #6bcaf7;
  display: inline-block;
  width: calc(100% / 5);
  text-align: center;
}

.total li .num {
  position: relative;
  height: 99px;
  line-height: 99px;
  width: 99px;
  font-size: 22px;
  font-weight: 600;
  margin: 10px auto 15px;
  color: #fff;
}

.total li .num:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/wr1.png) no-repeat;
  -webkit-animation: run 2s linear infinite;
  animation: run 2s linear infinite;
}

.total li .num.num2:before {
  background-image: url(../images/wr2.png);
}

.total li .num.num3:before {
  background-image: url(../images/wr3.png);
}

.total li p {
  font-size: 16px;
  text-align: center;
}

@-webkit-keyframes run {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes run {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.kjyy {
  font-size: 0;
  margin-left: -9.25px;
  margin-bottom: 15px;
  height: 220px;
  overflow: hidden;
}

.kjyy li {
  display: inline-block;
  width: 136px;
  height: 99px;
  padding: 15px 10px 0;
  background: url(../images/wnnb.png) no-repeat;
  margin-left: 9.25px;
  margin-bottom: 9.25px;
  cursor:pointer;
}

.kjyy li img {
  width: 44px;
  height: 44px;
  display: block;
  margin: 0 auto 5px;
}

.kjyy li p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list {
  font-size: 0;
  height: 170px;
  overflow: hidden;
}

.list li {
  position: relative;
  display: inline-block;
  width: 25%;
  border-right: 1px solid #eee;
  margin-bottom: 10px;
  cursor:pointer;
}

.list li img {
  width: 44px;
  height: 44px;
  display: block;
  margin: 5px auto;
}

.list li p {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list li:nth-child(4n), .list li:last-child {
  border-right: none;
}

.map {
  height: 240px;
}

.map .cnt {
  height: 100%;
}

.select {
  margin-top: 5px;
  position: relative;
}

.select > h3 {
  width: 36px;
  height: 32px;
  overflow: hidden;
  font-size: 0;
  display: block;
  background: url(../images/wmore.png) no-repeat;
}
.select > h4 {
  width: 36px;
  height: 32px;
  overflow: hidden;
  font-size: 0;
  display: block;
  cursor:pointer;
  background: url(../images/t2.png) no-repeat;
}
.select .select-more {
  display: none;
  position: absolute;
  right: 0;
  top: 36px;
  border-radius: 5px;
  width: 120px;
  background-color: rgba(21, 92, 247, 0.8);
  overflow: hidden;
  overflow-y: auto;
  max-height: 148px;
}

.select .select-more > a {
  display: block;
  padding: 8px 15px;
  color: #fff;
}

.select .select-more > a:hover {
  background-color: #5db7f0;
}

.xuanzhe {
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  border: solid 1px #5db7f0;
  color: #5db7f0;
  background: none;
  margin-top: 5px;
}

.userCenter {
  position: absolute;
  right: 0;
  top: -70px;
}

.userCenter li {
  display: inline-block;
}

.userCenter li img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.userCenter li + li {
  margin-left: 10px;
}

.ssLayer {
  width: 643px !important;
  height: 464px;
  background: url(../images/wlbg.png) no-repeat !important;
  background-color: none !important;
  border: none !important;
}
.tzgxLayer {
  width: 643px !important;
  height: 300px;
  background: url(../images/wlbg.png) no-repeat !important;
  background-color: none !important;
  border: none !important;
}

#layer {
  display: none;
  padding: 20px !important;
}

#layer .tit {
  font-size: 22px;
  color: #2190e4;
  font-weight: 500;
}

#layer .con {
  padding: 20px 60px;
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
}

#layer .con .stit {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #2190e4;
  font-weight: 500;
  margin-bottom: 10px;
}

#layer .con .stit img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

#layer .fot {
  text-align: center;
  font-size: 0;
  margin-top: 30px; 
}

#layer .fot a {
  display: inline-block;
  padding: 0 25px;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  border-radius: 3px;
  border: solid 1px #1d8deb;
  color: #1d8deb;
}

#layer .fot a + a {
  margin-left: 20px;
}

#layer .fot a.bc {
  background-color: #1d8deb;
  border-color: #1d8deb;
  color: #1b255e;
}

#layers {
  display: none;
  padding: 20px !important;
}

#layers .tit {
  font-size: 22px;
  color: #2190e4;
  font-weight: 500;
}

#layers .con {
  padding: 20px 60px;
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
}

#layers .con .stit {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #2190e4;
  font-weight: 500;
  margin-bottom: 10px;
}

#layers .con .stit img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

#layers .fot {
  text-align: center;
  font-size: 0;
  margin-top: 30px; 
}

#layers .fot a {
  display: inline-block;
  padding: 0 25px;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  border-radius: 3px;
  border: solid 1px #1d8deb;
  color: #1d8deb;
}

#layers .fot a + a {
  margin-left: 20px;
}

#layers .fot a.bc {
  background-color: #1d8deb;
  border-color: #1d8deb;
  color: #1b255e;
}

.bmfzxLayer {
  width: 800px !important;
  height: 464px;
  background: url(../images/wlbg.png) no-repeat !important;
  background-color: none !important;
  border: none !important;
}

#bmfzx {
  display: none;
  padding: 20px !important;
}

#bmfzx .tit {
  font-size: 22px;
  color: #2190e4;
  font-weight: 800;
}

#bmfzx .con {
  padding: 20px 60px;
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
}

#bmfzx .con .stit {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #2190e4;
  font-weight: 500;
  margin-bottom: 10px;
}

#bmfzx .con .stit img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

#bmfzx .fot {
  text-align: center;
  font-size: 0;
  margin-top: 30px; 
}

#bmfzx .fot a {
  display: inline-block;
  padding: 0 25px;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  border-radius: 3px;
  border: solid 1px #1d8deb;
  color: #1d8deb;
}

#bmfzx .fot a + a {
  margin-left: 20px;
}

#bmfzx .fot a.bc {
  background-color: #1d8deb;
  border-color: #1d8deb;
  color: #1b255e;
}
/* .checkbox {
  padding-left: 40px;
  font-size: 0;
} */

.checkbox span {
  display: inline-block;
  font-size: 16px;
  color: #77bcf1;
  padding-left: 20px;
  background: url(../images/wc.png) left center no-repeat;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.checkbox span.on {
  background-image: url(../images/wc-o.png);
}

/* .checkbox span + span {
  margin-left: 10px;
} */
.xq-bTit {
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
}

.xq-sTit {
  text-align: center;
  font-size: 16px;
  color: #6aaaf2;
  padding-bottom: 20px;
  border-bottom: 1px solid #6a769b;
}

.xq-con {
  margin-top: 20px;
}

.xq-con p {
  font-size: 16px;
  text-indent: 32px;
  color: #fff;
  margin-bottom: 10px;
}

.xq-con p img {
  display: inline-block;
  border: 0;
}

.guide {
  font-size: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}

.guide li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #6aaaf2;
}

.guide li a {
  color: #6aaaf2;
}

.guide li a:hover {
  text-decoration: underline;
}

.guide li:nth-child(n + 2):after {
  content: ">";
  vertical-align: 0;
  margin-left: 5px;
}

.guide li:last-child:after {
  display: none;
}

.tc {
  text-align: center;
}

/*表单2020/3/27*/
.btn {
  display: inline-block;
  padding: 0 25px;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  border-radius: 3px;
  border: solid 1px #1d8deb;
  color: #1d8deb;
}

.btn.btn-blue {
  background-color: #1d8deb;
  border-color: #1d8deb;
  color: #1b255e;
}

.btn + .btn {
  margin-left: 20px;
}

.form {
  position: relative;
  z-index: 2;
  padding: 20px 80px;
}

.form-item > label {
  float: left;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  width: 80px;
  text-align: justify;
  color: #2190e4;
}

.form-item > label:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.form-item.form-item {
  margin-top: 30px;
}

.form-item:after {
  content: "";
  display: table;
  overflow: hidden;
  height: 0;
  clear: both;
}

.form-con {
  margin-left: 100px;
}

.pq20 {
  padding: 20px;
}

.tit {
  font-size: 22px;
  color: #2190e4;
  font-weight: 500;
}

.text {
  border: 1px solid #5db7f0;
  background-color: transparent;
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  outline: none;
}

.text::-webkit-input-placeholder {
  color: #5db7f0;
}

.text::-moz-placeholder {
  color: #5db7f0;
}

.text:-ms-input-placeholder {
  color: #5db7f0;
}

.text::-ms-input-placeholder {
  color: #5db7f0;
}

.text::placeholder {
  color: #5db7f0;
}

/*5.27新加*/
.table-cnt {
  height: 218px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 20px;
}

.scrollUpList {
  position: relative;
  height: 195px;
  overflow: hidden;
}

.sssj {
  position: relative;
}

.sssj li {
  position: relative;
  padding-left: 140px;
  height: 86px;
}

.sssj li + li {
  margin-top: 20px;
}

.sssj li img {
  position: absolute;
  width: 120px;
  height: 86px;
  left: 0;
  top: 0;
}

.sssj li .dec {
  padding: 5px 0;
  height: 86px;
  border-bottom: 1px dashed #04bbff;
}

.sssj li .dec h4 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 15px;
}

.sssj li .dec > .info {
  position: relative;
  padding-right: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sssj li .dec > .info > .time {
  position: absolute;
  right: 0;
  color: #008cd6;
  text-align: right;
  font-size: 14px;
}

/*数据表格*/
.sjtable {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 8px;
}

.sjtable th,
.sjtable td {
  position: relative;
  text-align: center;
  height: 28px;
}

.sjtable th span,
.sjtable td span {
  display: block;
  height: 28px;
  line-height: 28px;
}

.sjtable td span {
  background-color: #1a4dc1;
}

.sjtable th span {
  background: url(../images/t-c.png) bottom center no-repeat;
}

.sjtable th:before, .sjtable th:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  top: 0;
}

.sjtable th:before {
  left: 0;
  background-image: url(../images/t-l.png);
}

.sjtable th:after {
  right: 0;
  background-image: url(../images/t-r.png);
}

/*20200605*/
.map {
  position: relative;
}

.fixed-list {
  z-index: 2;
  position: absolute;
  width: 110px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 153px;
  overflow: hidden;
  overflow-y: auto;
}

.fixed-list a {
  display: block;
  padding: 8px 5px;
  text-align: center;
  border: 1px solid #2190e4;
  margin-bottom: -1px;
  color: #77bcf1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fixed-list a:hover {
  background-color: #008cd6;
  color: #fff;
}

.upload {
     position: relative;
     width: 120px;
     height: 35px;
     border: solid 1px #1d8deb;
     color: #77bcf1;
     border-radius: 3px;
 }

.upload input[type="file"] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload span {
    text-align: center;
    line-height: 33px;
    display: block;
    height: 100%;
}