@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.location a {
  color: #333;
}

.location span {
  color: #ff6600;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* a {
  color: #333;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 移动端 */
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
#header {
  position: relative;
  height: 500px;
  padding-top: 20px;
  background: url(../images/banner-bg.png) no-repeat;
  background-size: 100% 100%;
}
#header .container {
  text-align: center;
  /* 移动端 */
}
#header .container .top {
  height: 48px;
  margin-bottom: 142px;
}
#header .container .top img {
  float: left;
  display: block;
  width: 19%;
}
#header .container .top ul {
  float: right;
}
#header .container .top ul li {
  float: left;
  line-height: 48px;
  font-weight: 700;
  font-size: 18px;
}
#header .container .top ul li a {
  color: #333333;
}
@media (max-width: 767px) {
  #header .container .top img {
    width: auto;
  }
  #header .container .top ul {
    margin-top: 20px;
  }
  #header .container .top ul li {
    line-height: 40px;
    font-size: 16px;
  }
}
#header .nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  height: auto;
  background: #981611;
}
#header .nav ul {
  /* 移动端 */
}

.header .nav ul .nav-li {
  float: left;
  width: 16.66%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}
#header .nav ul .nav-li a {
  color: #fff;
}
#header .nav ul .nav-li.active, #header .nav ul .nav-li:hover {
  background: url(../images/nav-act.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  #header .nav ul .nav-li {
    width: 33%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  #header {
    height: 350px;
    background-size: auto;
    background-position: top center;
  }
}
/* 面包屑导航 */
.bread {
  padding: 20px 0 20px 24px;
  line-height: 24px;
  font-size: 16px;
  background: url("../images/home_icon.png") no-repeat center left;
  color: #999;
}
.bread-item {
  color: #666;
}
.bread-item.active {
  color: #dc0718;
  font-weight: bold;
}

/* 列表页内容公共盒子 */
.common-mod {
  margin-bottom: 40px;
  padding: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(143, 143, 143, 0.2);
          box-shadow: 0px 2px 15px rgba(143, 143, 143, 0.2);
  font-size: 16px;
}

/* 分页样式 */
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}

.m-jump-text {
  float: left;
}

.m-pagination-group {
  line-height: 30px;
  font-size: 14px;
}

.m-pagination-group input {
  float: left;
  width: 30px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d6d6d6;
  margin: 0 3px;
}

.m-pagination-group button {
  display: none;
}

.m-pagination-info {
  color: #333;
}

.m-jump-text {
  font-size: 14px;
}

.m-pagination-page {
  padding-right: 0;
}

.m-pagination-page li {
  margin-right: 8px;
}

.m-pagination-page > li > a {
  color: #5c5c5c;
}

.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover,
.m-pagination-page > li.active > a {
  border: 1px solid #dc0718;
  color: #dc0718;
  font-weight: normal;
}

.m-pagination-page li > a {
  border-radius: 4px 4px 4px 4px;
}

.m-pagination-info {
  font-size: 12px;
}

.m-pagination-jump {
  width: 87px;
  padding-right: 0;
}

.m-pagination-size select {
  width: 80px;
  padding: 0 0 0 2px;
}