@charset "utf-8";
/* CSS Document */
body {
  background: #f0f0f0;
  font: 14px PingFang sc, Microsoft YaHei, Arial Narrow;
}
a,
a:hover {
  color: #333;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  color: #ffed31;
}
b,
h1,
h2,
h3 {
  font-weight: 400;
}
body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
img,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
ol {
  list-style-position: inside;
}
dl,
ul {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
body div {
  line-height: none;
}
em,
i {
  font-style: normal;
}
.l {
  float: left;
}
.r {
  float: right;
}
.bg {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg_01.png) no-repeat left top;
  background-size: 100% auto;
  background-color: #111419;
}
/*----------------顶部nav-------------------*/
.head {
  width: 100%;
  overflow: hidden;
  background: url(../images/t_01_01.png) no-repeat center top;
}
.w1000 {
  width: 1000px;
  height: 100%;
  overflow: hidden;
  clear: both;
  margin: 0 auto;
}
.nav {
  width: 60%;
  height: 100px;
  overflow: hidden;
}
.nav a {
  font-size: 16px;
  color: #f1d686;
  text-align: center;
  width: 16.6%;
  height: 40px;
  line-height: 40px;
  float: left;
  font-weight: 600;
}
.h35 {
  width: 100%;
  height: 35px;
  overflow: hidden;
  clear: both;
}
.nav a:hover {
  color: #fff;
}
.nav p {
  display: block;
  font-size: 12px;
  color: #a8a8a9;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.logo {
  line-height: 100px;
  width: 20%;
}
/*---------------查询serch-------------------*/
.middle {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
.pop_up img {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}
.cxk {
  position: relative;
  display: block;
  width: 1000px;
  z-index: 999;
  margin: -68px auto 10px auto;
  height: 100px;
  background: url(../images/serch_03_03.png) no-repeat center bottom;
  background-size: 70% auto;
}
.cxk #myinput {
  position: absolute;
  left: 52%;
  top: 70%;
  margin: -29px 0 0 -220px;
  padding: 0 10px;
  width: 410px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  background: #511602;
  border: 1px solid #511602;
  outline: none;
  font-size: 18px;
  color: #eee;
}
.cxk #submit {
  position: absolute;
  width: 100px;
  height: 48px;
  background: transparent;
  border: none;
  outline: none;
  right: 170px;
  top: 38%;
  cursor: pointer;
  overflow: hidden;
}
/*---------------消息news-------------------*/
.news {
  width: 1000px;
  height: 56px;
  overflow: hidden;
  background: url(../images/t_02_03.png) no-repeat center center;
  margin: 0 auto;
  background-size: 100% auto;
}
.news img {
  float: left;
  padding: 12px 10px 0 40px;
}
.news span {
  float: left;
  color: #f4d08d;
  font-size: 16px;
  line-height: 56px;
  width: 10%;
}
.news marquee {
  float: left;
  color: #f4d08d;
  width: 75%;
  font-size: 16px;
  line-height: 56px;
}
/*-------------内容content-----------------*/
.h20 {
  width: 100%;
  height: 20px;
  overflow: hidden;
  clear: both;
}
.content {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/xbg_02_03.png) no-repeat top center;
  background-size: 100% 100%;
}
.box {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
.tittle img {
  display: block;
  margin: 0 auto;
}
.tittle p {
  color: #fff;
}
.tittle span {
  color: #f6e72f;
}
.box table {
  border-collapse: collapse;
  margin: 0 auto;
}
.box th {
  color: #fff;
  background-color: #990000;
  font-weight: 400;
}
.box td {
  background-color: #f1f1f1;
  color: #000;
}
.box th,
.box td {
  border: 1px solid #2c45a2;
  padding: 10px 20px 10px 20px;
  text-align: center;
}
/*-------------底部bottom----------------*/
.bottom {
  width: 1000px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
/* ------------弹窗----------- */
#show {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
}
.dialog {
  width: 1100px;
  z-index: 1000;
  position: relative;
  margin: 100px auto 0;
  background: #fff;
  padding-bottom: 1px;
}
.dialog .title {
  color: #fff;
  height: 35px;
  background: #a40000;
  line-height: 35px;
  text-indent: 20px;
  font-weight: bold;
  font-size: 14px;
}
.dialog #close {
  width: 50px;
  height: 50px;
  right: -8px;
  top: -8px;
  background: url(../images/close1.png) no-repeat center;
  position: absolute;
  cursor: pointer;
}
.dialog .wrap {
  padding: 15px 15px 0 15px;
  max-height: 500px;
  overflow-y: auto;
}
.table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-spacing: 0px;
}
.table thead td {
  height: 35px;
  text-align: center;
  color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  background: rgb(104, 49, 44);
}
tbody td {
  height: 35px;
  text-align: center;
  color: red;
  background-color: #eee;
  border: 1px solid #fff;
}
