body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
  font-size: 16px;
  color: #333333;
  background-color: #e9f4ff;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
  color: #408bfe;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inner::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0.1rem;
  }
}
img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header .banner {
  height: 5.35rem;
  background: url(../images/header_banner.png) no-repeat top center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  padding-top: 0.4rem;
}
.header .banner img {
  width: 100%;
}
.header .banner .logo a {
  display: inline-block;
  width: 3.56rem;
  height: 0.7rem;
  background: url(../images/header_logo.png) no-repeat center;
  -o-background-size: 100%;
  background-size: 100%;
  font-size: 0;
}
.header .banner .title {
  margin-top: 1.44rem;
  width: 5.59rem;
  height: 0.81rem;
  background: url(../images/header_title.png) no-repeat center;
  -o-background-size: 100%;
  background-size: 100%;
  font-size: 0;
}
@media (max-width: 992px) {
  .header .banner {
    background-position: 70% center;
  }
}
.footer {
  border-top: 3px solid #2d8fff;
  padding: 20px 0 30px;
  background-color: #224b7f;
}
.footer .inner,
.footer .content,
.footer .links,
.footer .copyright {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .links > ul > li {
  position: relative;
  margin-bottom: 14px;
  line-height: 40px;
  font-size: 14px;
}
.footer .links > ul li.col-md-3 {
  width: 21%;
  padding: 0;
}
.footer .links > ul li.col-md-7 {
  width: 64%;
}
.footer .links > ul li.col-md-2 {
  width: 15%;
  float: right;
}
.footer .links > ul li p {
  color: #fff;
}
.footer .links > ul li p a {
  margin: 0 10px;
  color: #fff;
  font-size: 14px;
}
.footer .links > ul li p a:first-child {
  margin-left: 0;
}
.footer .links > ul li p a + a {
  margin: 10px;
}
.footer .links > ul > li > a {
  display: block;
  margin: 0 -5px;
  color: #fff;
  padding: 0 20px;
  background: url(../images/links_arr.png) 96% 50% no-repeat;
}
.footer .links > ul li > a img {
  vertical-align: middle;
  margin: 0 5px;
}
.footer .links li ul {
  display: none\9;
  z-index: -1;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 40px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-transition: opacity, -webkit-transform 0.3s;
  transition: opacity, -webkit-transform 0.3s;
  -o-transition: opacity, -o-transform 0.3s;
  -moz-transition: opacity, transform 0.3s, -moz-transform 0.3s;
  transition: opacity, transform 0.3s;
  transition: opacity, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.footer .links li:hover ul {
  display: block\9;
  z-index: 9;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.footer .links li li {
  border-top: 1px solid #ddd;
  line-height: 39px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .links li li:hover {
  background-color: #f8f8f8;
}
.footer .links li li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
}
.footer .copyright {
  line-height: 32px;
  text-align: left;
  /* border-top: 1px solid #14437e; */
}
.footer .links {
  border-bottom: 2px solid #14437e;
  margin-bottom: 20px;
}
.footer .copyright p {
  color: #fff;
}
.footer .copyright p a,
.footer .copyright p span {
  margin-right: 7px;
  color: #fff;
  font-size: 14px;
}
.footer .gov {
  position: absolute;
  top: 50%;
  right: 140px;
  width: 80px;
  height: 80px;
  margin-top: -34px;
}
.footer .jc {
  position: absolute;
  top: 50%;
  right: 0;
  width: 110px;
  height: 55px;
  margin-top: -22px;
}
@media (max-width: 1200px) {
  .footer .inner,
  .footer .content,
  .footer .links,
  .footer .copyright {
    width: 100%;
  }
  .footer .gov,
  .footer .jc {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
    margin-top: 20px;
    vertical-align: middle;
  }
  .footer .links {
    padding: 0 20px;
  }
  .footer .copyright p span {
    display: block;
  }
}
@media (max-width: 992px) {
  .footer .links > ul li.col-md-3,
  .footer .links > ul li.col-md-2 {
    display: none;
  }
  .footer .links > ul li.col-md-7 {
    width: 100%;
    text-align: center;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer .copyright p {
    color: #fff;
    line-height: 33px;
  }
}
.tab_box {
  height: 65px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 90, 231, 0.22);
}
.tab_pane .tab {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .tab_pane .tab {
    width: 100%;
  }
}
.tab_pane .tab li {
  flex: 1;
  cursor: pointer;
  position: relative;
}
.tab_pane .tab li a {
  display: block;
  width: 100%;
  line-height: 65px;
  font-size: 30px;
  font-weight: bold;
  color: #1082ff;
  text-align: center;
}
.tab_pane .tab li.cur a {
  position: relative;
  color: #fff;
  z-index: 1;
}
.tab_pane .tab li.cur::after {
  z-index: 0;
  content: '';
  top: -19px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 356px;
  height: 107px;
  background: url(../images/tab_cur.png) no-repeat center;
}
.xxcx_search {
  margin: 0.5rem 0 0.3rem;
  text-align: center;
}
.xxcx_search span {
  font-size: 16px;
  font-weight: bold;
  color: #1182ff;
  margin-right: 15px;
}
.xxcx_search .search {
  display: inline-block;
  position: relative;
  width: 596px;
}
.xxcx_search .search input {
  outline: none;
  border: none;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(0, 90, 231, 0.22);
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding-left: 16px;
  padding-right: calc(124px + 16px);
}
.xxcx_search .search input::placeholder {
  color: #999;
}
.xxcx_search .search button {
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 124px;
  height: 52px;
  background-color: #408bfe;
  border-radius: 0px 4px 4px 0px;
  border: none;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.xxcx_search .search button img {
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  top: -2px;
}
.table_box {
  background-color: #ffffff;
  /*box-shadow: 0 0px 10px 5px #dbe5f0;*/
  padding: 0.35rem;
}
.xxcx .list_table {
  word-break: break-all;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}
.xxcx .list_table th {
  background-color: #edf6ff;
  font-size: 16px;
  font-weight: bold;
  color: #1082ff;
  line-height: 2;
}
.xxcx .list_table td {
  border-bottom: 1px dashed #dfdfdf;
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
.xxcx .list_table th,
.xxcx .list_table td {
  padding: 18px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.xxcx #alert_box,
.xxcx #alert_box2 {
  padding: 0.3rem 0.45rem;
}
.xxcx .alert_table th,
.xxcx .alert_table td {
  padding: 0.15rem 0;
  border: 1px solid #e2e8ec;
}
.xxcx .alert_table th {
  width: 194px;
  text-align: center;
  background-color: #fafafb;
}
.xxcx .alert_table td {
  width: 487px;
  padding-left: 0.45rem;
}
.pagination_box {
  margin-top: 0.43rem;
  margin-bottom: 0.2rem;
  width: 100%;
  text-align: center;
}
.pagination_box ul {
  display: inline-block;
}
.pagination_box ul li {
  display: inline-block;
  font-size: 14px;
  color: #333333 !important;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pagination_box ul li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: solid 1px #d6d8da;
  color: #333333 !important;
}
.pagination_box ul li a:hover {
  border: solid 1px #408bfe;
  background-color: #408bfe;
  color: #fff !important;
}
.pagination_box ul li span {
  position: relative;
  padding: 0 15px;
}
.pagination_box ul li span:nth-child(1)::after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #d6d8da;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.pagination_box ul li input {
  position: relative;
  top: -2px;
  width: 38px;
  height: 38px;
  border: solid 1px #d6d8da;
  text-align: center;
}
.pagination_box ul li #toPageBtn {
  padding: 0 10px;
}
.pagination_box ul li .disabled {
  cursor: not-allowed;
}
.pagination_box ul li .current {
  border: solid 1px #408bfe;
  background-color: #408bfe;
  color: #fff !important;
  cursor: default;
}
.redmdcx .list_table th:nth-child(1),
.redmdcx .list_table td:nth-child(1) {
  width: 31%;
  padding-left: 0.45rem;
}
.redmdcx .list_table th:nth-child(2),
.redmdcx .list_table td:nth-child(2) {
  text-align: center;
}
.redmdcx .list_table th:nth-child(3),
.redmdcx .list_table td:nth-child(3) {
  width: 31%;
  padding-left: 0.45rem;
}
.redmdcx .list_table th:nth-child(4),
.redmdcx .list_table td:nth-child(4) {
  width: 18%;
  text-align: center;
}
.blackmdcx .list_table th:nth-child(1),
.blackmdcx .list_table td:nth-child(1) {
  padding-left: 0.45rem;
}
.blackmdcx .list_table th:nth-child(2),
.blackmdcx .list_table td:nth-child(2) {
  width: 25%;
  text-align: center;
}
.blackmdcx .list_table th:nth-child(3),
.blackmdcx .list_table td:nth-child(3) {
  width: 25%;
  text-align: center;
}
.blackmdcx .list_table th:nth-child(4),
.blackmdcx .list_table td:nth-child(4) {
  width: 18%;
  text-align: center;
}
.qyxycx .list_table th:nth-child(1),
.qyxycx .list_table td:nth-child(1) {
  width: 10%;
  text-align: center;
}
.qyxycx .list_table th:nth-child(2),
.qyxycx .list_table td:nth-child(2) {
  padding-left: 0.45rem;
}
.qyxycx .list_table th:nth-child(3),
.qyxycx .list_table td:nth-child(3) {
  width: 25%;
  text-align: center;
}
.qyxycx .list_table th:nth-child(4),
.qyxycx .list_table td:nth-child(4) {
  width: 18%;
  text-align: center;
}
.qyxy_details,
.redmd_details,
.blackmd_details {
  width: 79px;
  height: 27px;
  border: solid 1px #408bfe;
  background-color: #fff;
  font-size: 14px;
  color: #408bfe;
}
@media (max-width: 992px) {
  .tab_pane .tab li a {
    font-size: 20px;
  }
  .tab_pane .tab li.cur {
    background-color: #408bfe;
  }
  .tab_pane .tab li.cur::after {
    display: none;
  }
  .xxcx_search {
    width: 100%;
  }
  .xxcx_search span {
    display: none;
  }
  .xxcx_search .search {
    width: 100%;
  }
  .xxcx .list_table {
    overflow: hidden;
    width: 100%;
    font-size: 0.16rem;
  }
  .xxcx .list_table th {
    line-height: 0.65rem;
  }
  .xxcx .list_table td {
    line-height: 0.65rem;
  }
  .xxcx .list_table th,
  .xxcx .list_table td {
    font-size: 0.16rem;
    line-height: 2;
    padding: 0.1rem 0.03rem;
    white-space: inherit;
    display: table-cell !important;
  }
  .qyxycx .list_table th:nth-child(1),
  .redmdcx .list_table th:nth-child(1),
  .blackmdcx .list_table th:nth-child(1),
  .qyxycx .list_table td:nth-child(1),
  .redmdcx .list_table td:nth-child(1),
  .blackmdcx .list_table td:nth-child(1) {
    padding-left: 0.1rem;
  }
  .qyxycx .list_table th:nth-child(4),
  .redmdcx .list_table th:nth-child(4),
  .blackmdcx .list_table th:nth-child(4),
  .qyxycx .list_table td:nth-child(4),
  .redmdcx .list_table td:nth-child(4),
  .blackmdcx .list_table td:nth-child(4) {
    padding-right: 0.1rem;
    min-width: 0.8rem;
  }
  .qyxy_details,
  .redmd_details,
  .blackmd_details {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.05rem;
    font-size: 0.14rem;
  }
}
@media (max-width: 600px) {
  .tab_pane .tab li a {
    font-size: 14px;
  }
  .table_box {
    padding: 0.35rem 0.1rem;
  }
  .xxcx_search .search button {
    position: static;
    transform: none;
    width: 100%;
    border-radius: 4px;
    margin-top: 10px;
  }
  .xxcx #alert_box,
  .xxcx #alert_box2 {
    padding: 0.1rem;
  }
  .xxcx .alert_table th,
  .xxcx .alert_table td {
    padding: 0.15rem 0;
    border: 1px solid #e2e8ec;
  }
  .xxcx .alert_table th {
    width: 25%;
  }
  .xxcx .alert_table td {
    width: 75%;
    padding-left: 0.15rem;
  }
}
