﻿/* Import Less files */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  padding: 0;
  font-size: .14rem;
  font-family: "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 100%;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  resize: none;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys jade `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

/* Import lib-rem.less if supportREM opened. */

html {
  font-size: 100px;
}

@media only screen and (min-width: 320px) {
  html {
    font-size: 85.33333px !important;
  }
}

@media only screen and (min-width: 375px) {
  html {
    font-size: 100px !important;
  }
}

@media only screen and (min-width: 400px) {
  html {
    font-size: 106.66667px !important;
  }
}

@media only screen and (min-width: 414px) {
  html {
    font-size: 110.4px !important;
  }
}

@media only screen and (min-width: 480px) {
  html {
    font-size: 128px !important;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 100px !important;
  }
}

@media only screen and (min-width: 1366px) {
  html {
    font-size: 100px !important;
  }
}

@media only screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.ml-1,
.mx-1 {
  margin-left: .1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: .2rem !important;
}

.ml-3,
.mx-3 {
  margin-left: .3rem !important;
}

.ml-4,
.mx-4 {
  margin-left: .4rem !important;
}

.ml-5,
.mx-5 {
  margin-left: .5rem !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mr-1,
.mx-1 {
  margin-right: .1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: .2rem !important;
}

.mr-3,
.mx-3 {
  margin-right: .3rem !important;
}

.mr-4,
.mx-4 {
  margin-right: .4rem !important;
}

.mr-5,
.mx-5 {
  margin-right: .5rem !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mt-1,
.my-1 {
  margin-top: .1rem !important;
}

.mt-2,
.my-2 {
  margin-top: .2rem !important;
}

.mt-3,
.my-3 {
  margin-top: .3rem !important;
}

.mt-4,
.my-4 {
  margin-top: .4rem !important;
}

.mt-5,
.my-5 {
  margin-top: .5rem !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mb-1,
.my-1 {
  margin-bottom: .1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: .2rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: .3rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: .4rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: .5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: .1rem !important;
}

.m-2 {
  margin: .2rem !important;
}

.m-3 {
  margin: .3rem !important;
}

.m-4 {
  margin: .4rem !important;
}

.m-5 {
  margin: .5rem !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.pl-1,
.px-1 {
  padding-left: .1rem !important;
}

.pl-2,
.px-2 {
  padding-left: .2rem !important;
}

.pl-3,
.px-3 {
  padding-left: .3rem !important;
}

.pl-4,
.px-4 {
  padding-left: .4rem !important;
}

.pl-5,
.px-5 {
  padding-left: .5rem !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pr-1,
.px-1 {
  padding-right: .1rem !important;
}

.pr-2,
.px-2 {
  padding-right: .2rem !important;
}

.pr-3,
.px-3 {
  padding-right: .3rem !important;
}

.pr-4,
.px-4 {
  padding-right: .4rem !important;
}

.pr-5,
.px-5 {
  padding-right: .5rem !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pt-1,
.py-1 {
  padding-top: .1rem !important;
}

.pt-2,
.py-2 {
  padding-top: .2rem !important;
}

.pt-3,
.py-3 {
  padding-top: .3rem !important;
}

.pt-4,
.py-4 {
  padding-top: .4rem !important;
}

.pt-5,
.py-5 {
  padding-top: .5rem !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pb-1,
.py-1 {
  padding-bottom: .1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: .2rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: .3rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: .4rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: .5rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto,
.py-auto {
  padding-top: auto !important;
}

.pr-auto,
.px-auto {
  padding-right: auto !important;
}

.pb-auto,
.py-auto {
  padding-bottom: auto !important;
}

.pl-auto,
.px-auto {
  padding-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: .1rem !important;
}

.p-2 {
  padding: .2rem !important;
}

.p-3 {
  padding: .3rem !important;
}

.p-4 {
  padding: .4rem !important;
}

.p-5 {
  padding: .5rem !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.font-12 {
  font-size: .12rem !important;
}

.font-14 {
  font-size: .14rem !important;
}

.font-16 {
  font-size: .16rem !important;
}

.font-18 {
  font-size: .18rem !important;
}

.font-20 {
  font-size: .2rem !important;
}

.font-24 {
  font-size: .24rem !important;
}

.font-30 {
  font-size: .3rem !important;
}

.nav-wrapper {
  position: fixed;
  z-index: 50;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, #000, transparent);
}

.nav-white {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 1px 10px 1px #ddd;
}

.nav-fixed {
  position: fixed;
}

.nav-fixed ~ .banner {
  padding-top: 1.3rem;
}

.nav-welcome {
  padding-left: .5rem;
  height: .48rem;
  line-height: .44rem;
  background-color: #3291F8;
  color: #fff;
  font-size: .14rem;
}

.nav-container {
  position: relative;
  max-width: 100%;
  height: .8rem;
  margin: 0 .5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-container .logo {
  width: 2.5rem;
  z-index: 1;
}

.nav-container .logo-white {
  display: block;
}

.nav-container .logo-red {
  display: none;
}

.nav-white .logo-white {
  display: none;
}

.nav-white .logo-red {
  display: block;
}

.nav-container .right {
  position: relative;
  padding-right: .5rem;
}

.nav-container .nav {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.nav-container .search {
  position: absolute;
  top: 0;
  right: 0;
  height: .3rem;
}

.nav-container .search img {
  width: .2rem;
  cursor: pointer;
}

.nav-container .search:hover .input-box {
  width: 2.4rem;
  padding-right: .4rem;
  box-shadow: 1px 1px 10px 1px #ddd;
}

.nav-container .search:hover .icon-search {
  background: url(../img/icon-search2.png) no-repeat center / 100%;
}

.icon-search {
  position: absolute;
  top: 0;
  right: .05rem;
  display: block;
  width: .2rem;
  height: .3rem;
  background: url(../img/icon-search.png) no-repeat center / 100%;
  z-index: 2;
}

.nav-white .icon-search {
  background: url(../img/icon-search2.png) no-repeat center / 100%;
}

.nav-container .search .input-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}

.nav-container .search input {
  border: 0;
  width: 100%;
  height: .3rem;
  padding: 0 .1rem;
  outline: none;
}

.nav-container .nav > li {
  position: relative;
  margin-left: .35rem;
  height: .3rem;
  line-height: .3rem;
}

.nav-container .nav > li > a {
  color: #fff;
  font-size: .18rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-white .nav-container .nav > li > a {
  color: #333;
}

a {
  font-size: .14rem;
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.nav-second {
  position: absolute;
  top: .3rem;
  left: -1.7rem;
  padding: 0 .1rem;
  max-height: 0;
  overflow: hidden;
}

.nav-container .nav > li:hover .nav-second {
  max-height: 2rem;
  padding: .2rem .1rem .1rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-container .nav > li:hover .nav-second a {
  font-size: .14rem;
}

.nav-container .nav > li:nth-last-child(2) .nav-second {
  left: -2.1rem;
}

.nav-container .nav > li:last-child .nav-second {
  left: -2.6rem;
}

.nav-second-inner {
  background: #fff url(../img/list_bg.png) no-repeat bottom / 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: .1rem;
}

.nav-container .nav > li:hover > a {
  color: #3291F8;
}

.nav-container .nav a.active {
  color: #3291F8;
}

.color-dang {
  color: #930D0D !important;
}

.nav-second .nav-img {
  width: 2rem;
  flex-shrink: 0;
}

.nav-second .nav-img img {
  display: block;
}

.nav-second .nav-text-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 .1rem;
}

.nav-second .nav-text {
  width: .2rem;
  line-height: .2rem;
  color: #3291F8;
  font-weight: 600;
  font-size: .14rem;
  text-align: center;
}

.nav-second .nav-text:last-child {
  margin-top: .4rem;
}

.nav-second .nav-text-box-2 .nav-text {
  line-height: .14rem;
}

.nav-second .nav-text-box-2 .nav-text:last-child {
  margin-top: 0;
}

.second-nav-list {
  width: 1.7rem;
  overflow: hidden;
  flex-shrink: 0;
}

.second-nav-list li {
  float: left;
  width: 50%;
}

.second-nav-list li a {
  display: block;
  width: 100%;
  font-size: .16rem!important;
  text-align: center;
}

.second-nav-list li a:hover {
  color: #3291F8;
}

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

.over-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.over-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex1 {
  flex: 1;
}

.flex0 {
  flex-shrink: 0;
}

.v-center {
  vertical-align: middle;
}

.section-footer {
  padding: 0 .5rem;
  background-color: #930D0D;
}

.section-footer .section-footer-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .1rem 0;
  color: #eee;
  font-size: .12rem;
}

.section-footer .section-footer-inner p {
  margin: 0;
}

.section-footer .section-footer-inner a {
  color: #eee;
  font-size: .12rem;
}

.section-footer .section-footer-inner .flex {
  align-items: center;
}

.section-footer .logo {
  margin-top: .1rem;
  width: 2rem;
}

.img-center {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: contain;
   /* background-color: #ececec;*/
    border-radius: 6px;
}

.pagination-wrapper {
  justify-content: center;
}

.pagination {
 /* border: 1px solid #ddd;*/
}

.pagination .page {
  padding: .1rem;
  font-size: .14rem;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
}

.pagination .page.active {
  background-color: #3291F8;
  color: #fff;
}

.pagination .page:hover {
  background-color: #3291F8;
  color: #fff;
}

.pagination .page-box .page {
  padding: .1rem .15rem;
}

.banner-text-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .3rem;
  margin: 0 auto;
  width: 65%;
  min-width: 1000px;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 1px 1px 5px #000;
}

.banner-text-center h2 {
  margin: .2rem 0;
  font-size: .3rem;
  font-weight: 400;
}

.banner-text-center .banner-second-nav {
  margin: .1rem 0;
  width: 3.6rem;
  overflow: hidden;
}

.banner-text-center .banner-second-nav a {
  float: left;
  display: block;
  margin-top: .1rem;
  width: 1.2rem;
  color: #eee;
  font-size: .16rem;
}

.banner-text-center .banner-second-nav a.active {
  font-weight: 900;
  color: #fff;
}


.pager {
    padding: 10px;
}

.pager .right .btnPage {
    border: none;
    margin: 0px 2px;
}

.pager .left{
    margin-right:30px;
}