@charset "utf-8";
/**
 * Copyright (c) 2017 - 2018 www.xiongan.gov.cn All Rights Reserved.
 * Project xa v0.9.11
 * @time 2018-04-25 19:09:04
 */
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
/*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important*/
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #3773db;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe,
img {
  border: 0;
}
img {
  vertical-align: middle;
}
input {
  outline: none;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.domPC {
  display: block;
}
.domMobile {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .domPC {
    display: none;
  }
  .domMobile {
    display: block;
  }
}
.nav-top-search {
  display: none;
}
.mobile-nav-tips {
  color: #fff;
  position: absolute;
  left: 132px;
  text-align: left;
  top: 16px;
  font-size: 11px;
}
.mobile-nav-tips .nav-top-content {
  width: 190px;
  margin-left: 0;
}
.mobile-nav-tips .nav-top-content-blank {
  display: inline-block;
  width: 2.6em;
}
.nav-btn {
  margin-left: 10px;
}
.is-homepage .nav-btn {
  margin-left: 0;
}
.is-homepage.is-mobile .nav-btn {
  margin-left: 10px;
}
.is-homepage.is-mobile .nav-btn.active {
  transform: translate(-120%, 10%);
}
.nav-top-list ul li {
  line-height: 21px;
}
.windows .nav-top-list ul li.nav-top-mobile {
  line-height: 24px;
}
.header img {
  height: 60px;
}
.is-new {
  position: relative;
}
.is-new:after {
  position: absolute;
  color: #fff;
  font-size: 12px;
  margin-left: 4px;
  background-color: #f00;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  border-radius: 3px;
  text-align: center;
  top: 3px;
  content: '新增';
  width: 30px;
}
