@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 {
  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: 1279px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 21px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  background: url("../images/location.png") no-repeat left center;
  margin: 30px 0 16px;
}

.location a {
  color: #333;
}

.location span {
  color: #ad000e;
}

/* 头部 */
.header {
  height: 100px;
  background: #ad000e;
}
.header .container {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
}
.header .nav-list {
  display: flex;
  margin-right: 10px;
}
.header .nav-item {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  height: 57px;
  line-height: 54px;
  margin: 0 30px;
  cursor: pointer;
}
.header .nav-item > a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 8px;
}
.header .nav-item.active {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 100%);
}
.header .nav-item.active:after {
  position: absolute;
  content: "";
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 4px;
  background: #fff;
}

.footer {
  height: 162px;
  background: #ad000e;
  /*下拉*/
}
.footer .container {
  padding: 18px 0 0;
}
.footer-info {
  margin-top: 17px;
}
.copyright > a,
.copyright > span {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
}
.copyright .police {
  margin-left: 24px;
  padding-left: 24px;
  background: url("../images/policy.png") no-repeat left center;
}

.footer-chosen-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-chosen-box .chosen-container-single .chosen-single {
  padding: 0 0 0 11px;
  height: 34px;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: transparent;
  background-clip: padding-box;
  color: rgba(255, 255, 255, 0.9);
}
.footer-chosen-box .chosen-container-single .chosen-single div {
  width: 26px;
}
.footer-chosen-box .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/footer_arrow_down.png") no-repeat 3px center;
}
.footer-chosen-box .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/footer_arrow_up.png") no-repeat 3px center;
}
.footer-chosen-box .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  box-shadow: none;
}

/* 分页 */
.m-pagination-jump {
  width: auto;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

.m-pagination-group {
  display: flex;
}
.m-pagination-group > input {
  width: 32px;
  height: 30px;
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  margin: 0 5px;
  box-sizing: border-box;
  color: #333;
  line-height: 28px;
}
.m-pagination-group > button {
  display: none;
}

.m-pagination-page > li {
  margin: 0 4px;
}
.m-pagination-page > li > a {
  position: relative;
  height: 30px;
  line-height: 30px;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
  min-width: 30px;
}
.m-pagination-page > li.active > a {
  border-color: #ad000e;
  color: #ad000e;
  background-color: #fff;
  font-weight: 400;
}

.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover {
  border-color: #ad000e;
  color: #ad000e;
}

.m-pagination-size .chosen-container {
  width: 74px;
  height: 30px;
  line-height: 30px;
}

.m-pagination-size .chosen-container-single .chosen-single {
  padding: 0 0 0 8px;
  height: 30px;
  border: 1px solid #d6d6d6;
  color: #333;
  border-radius: 4px;
}

.m-pagination-size .chosen-container-single .chosen-single span {
  margin-right: 20px;
  height: 28px;
  line-height: 28px;
}

.m-pagination-size .chosen-container-single .chosen-single div b {
  width: 20px;
  height: 28px;
  background-position: 4px 4px;
}

.pager .m-pagination-page > li .prev {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 1;
  background: url("../images/next.png") no-repeat center;
  transform: rotate(180deg);
  left: 0;
}

.pager .m-pagination-page > li .next {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 1;
  background: url("../images/next.png") no-repeat center;
  left: 0;
}

.m-pagination-page > li:hover .next,
.m-pagination-page > li:hover .prev {
  background: url("../images/next_hover.png") no-repeat center;
}

.pager .m-pagination-page > li > a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
}