@charset "UTF-8";
/* 重置zui样式 */
html,
body {
  min-width: 1200px;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", "Source Han Sans", "Source Han Serif", Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  line-height: 1.71428571;
  color: #333;
  background-color: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.article {
  color: #666;
}

.article p {
  margin-bottom: 15px;
  text-indent: 2em;
}

.article p:last-child {
  margin-bottom: 0;
}

.container-fixed {
  padding: 0;
}

.article p img {
  margin-left: -2em;
}

/* 重置zui样式 */
#header .header_top {
  height: 34px;
  line-height: 34px;
  background: #f9f9f9;
}
#header .header_top .header_top_l {
  font-size: 12px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #666666;
}
#header .header_top .header_top_l a {
  color: #666;
}
#header .header_top .header_top_l a:hover {
  color: #ef2f39;
}
#header .header_top .header_top_l .site_home {
  margin-right: 16px;
}
#header .header_top .header_top_l .site_home img {
  vertical-align: sub;
  margin-right: 5px;
}
#header .header_top .header_top_l .site_home a {
  margin-right: 16px;
}
#header .header_top .header_top_r li {
  height: 17px;
  font-size: 12px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #666666;
  margin-left: 20px;
}
#header .header_top .header_top_r li a {
  color: #666666;
}
#header .header_top .header_top_r li a:hover {
  color: #ef2f39;
}
#header .header_bottom {
  padding: 23px 0 21px;
}
#header .header_bottom .header_bottom_left {
  margin-right: 120px;
}
#header .header_bottom .header_bottom_left img {
  height: 80px;
}
#header .header_bottom .header_bottom_right {
  margin-top: 13px;
  width: 680px;
}
#header .header_bottom .header_bottom_right .gg {
  overflow: hidden;
}
#header .header_bottom .header_bottom_right .gg li {
  float: left;
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}
#header .header_bottom .header_bottom_right .gg li a {
  color: #666;
}
#header .header_bottom .header_bottom_right .gg li a.hover {
  color: #ef2f39;
}
#header .header_bottom .header_bottom_right .gg li span {
  margin: 0 10px;
  color: #d8d8d8;
  font-weight: 300;
}
#header .header_bottom .header_bottom_right .input {
  width: 100%;
  height: 40px;
  border: 1px solid #ededed;
  margin-top: 4px;
  position: relative;
}
#header .header_bottom .header_bottom_right .input .header_bottom_input {
  height: 100%;
  width: 88%;
  border: none;
  padding-left: 15px;
}
#header .header_bottom .header_bottom_right .input .submit {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 80px;
  background: #e4141c;
  font-size: 14px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  color: #ffffff;
  border: none;
}

#nav .nav_top {
  height: 48px;
  background: #e4141c;
  line-height: 48px;
  text-align: center;
}
#nav .nav_wrap a {
  width: 1%;
  display: table-cell;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
#nav .nav_wrap a.active, #nav .nav_wrap a:hover {
  background: #ef2e35;
}
#nav .nav_bottom_inner {
  height: 61px;
  background: #ffffff;
  box-shadow: 0px 4px 6px 0px rgba(67, 67, 67, 0.1);
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  line-height: 61px;
  padding-left: 5px;
  overflow: hidden;
}
#nav .nav_bottom_inner a {
  margin: 0 16px;
  display: block;
  float: left;
}
#nav .nav_bottom_inner a:hover {
  color: #f41919;
}/*# sourceMappingURL=common.css.map */