@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, Roboto, 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);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-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;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* 通用样式 */
body {
  min-width: 1400px;
  background: #f8f8f8;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

/* 头部样式 */
#header {
  height: 100px;
}

.header {
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 10;
}

.header-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 100px;
}

.logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.logo img {
  width: auto;
  height: 60px;
  margin-right: 16px;
}

.logo-text h1 {
  font-family: "Microsoft YaHei", "SimHei", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.03125;
  letter-spacing: 2.56px; /* 8% of 32px */
  color: #333333;
  margin-bottom: 3px;
}

.logo-text p {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28px; /* 2% of 14px */
  color: #333333;
}

.header-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-right: 20px;
}

.nav li {
  height: 100px;
  padding: 12px 7px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-right: 24px;
}

.nav li:last-child {
  margin-right: 0;
}

.nav li a {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
  text-align: center;
}

.nav li:hover,
.nav li.current {
  border-bottom: 3px solid #c9161e;
}
.nav li:hover a,
.nav li.current a {
  font-weight: 700;
  color: #c9161e;
}

.header-search {
  background-color: #c9161e;
  border-radius: 55px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 55px 55px 55px 55px;
  overflow: hidden;
  display: flex;
}
.header-search .search-input {
  display: none;
}
.header-search .search-btn {
  width: 33px;
  height: 33px;
  background: url("../images/header/icon-search.png") center no-repeat;
  cursor: pointer;
}
.header-search.show {
  border: 1px solid #ebebeb;
  background: #f8f8f8;
  width: 218px;
}
.header-search.show .search-input {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: block;
  padding: 0 12px;
  background: transparent;
}
.header-search.show .search-input::-webkit-input-placeholder {
  color: #a9a9a9;
}
.header-search.show .search-input:-moz-placeholder {
  color: #a9a9a9;
}
.header-search.show .search-input::-moz-placeholder {
  color: #a9a9a9;
}
.header-search.show .search-input:-ms-input-placeholder {
  color: #a9a9a9;
}
.header-search.show .search-input::placeholder {
  color: #a9a9a9;
}
.header-search.show .search-btn {
  background: url("../images/header/icon-search-red.png") center no-repeat;
}

/* 当前位置位置 */
.location {
  line-height: 36px;
  font-size: 14px;
  padding: 8px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location .home {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #ebebeb url("../images/icon-home.png") center no-repeat;
  border-radius: 0px 0px 0px 0px;
  margin-left: 0;
  margin-right: 6px;
}
.location a,
.location span {
  margin: 0 10px;
  display: inline-block;
}

.location a {
  font-size: 16px;
  color: #333333;
}

.location span {
  font-size: 16px;
  color: #999999;
}

/* 底部样式 */
.footer {
  background-color: #f7f7f7;
  border-top: 2px solid #c9161e;
  padding: 20px 0;
}

.footer-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 21px;
}

.link-item {
  width: -webkit-calc(33.33% - 80px);
  width: -moz-calc(33.33% - 80px);
  width: calc(33.33% - 80px);
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: relative;
}
.link-item .chosen-container {
  height: 100%;
}
.link-item .chosen-container .chosen-single {
  height: 100%;
  border: none;
  background: #fff;
  padding-left: 12px;
}
.link-item .chosen-container .chosen-single span {
  height: 100%;
  line-height: 38px;
  margin-right: 40px;
}
.link-item .chosen-container .chosen-single div {
  width: 40px;
}
.link-item .chosen-container .chosen-single div b {
  background: url("../images/footer/dropdown-icon.svg") center no-repeat;
  -o-background-size: 12px auto;
     background-size: 12px auto;
}
.link-item .chosen-container .chosen-drop {
  border: 1px solid #dfdfdf;
}
.link-item .chosen-container .chosen-drop .chosen-results li {
  padding: 8px 6px;
}
.link-item .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #c9161e;
}

.footer-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.footer-copyright {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 12px;
}

.footer-copyright p {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

.footer-copyright p:first-child {
  margin-right: 20px;
}

.footer-copyright a {
  color: #333333;
  text-decoration: underline;
}

.footer-address p {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

.back-top {
  position: fixed;
  bottom: 190px;
  right: 20px;
  width: 65px;
  height: 65px;
  background: #c9161e url("../images/footer/icon-back-top.png") center no-repeat;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.pager {
  display: block;
  margin-top: 24px;
}
.pager::after, .pager::before {
  clear: both;
  content: "";
  display: block;
}
.pager > * {
  float: left;
}
.pager .m-pagination-page > li > a {
  background: #f4f4f5;
  border-color: #f4f4f5;
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  height: 34px;
  line-height: 32px;
  min-width: 34px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 5px;
}
.pager .m-pagination-page > li:hover > a, .pager .m-pagination-page > li.active > a {
  background: #c9161e;
  color: #fff;
}
.pager .m-pagination-group > input {
  height: 34px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.pager .m-pagination-group > button {
  height: 34px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.pager .m-pagination-info {
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 34px;
  padding-right: 16px;
}
.pager .m-pagination-info span {
  color: #666666;
}