/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Microsoft YaHei", "Pingfang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #999;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .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-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #FADE1B; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #FADE1B;
  background-color: #404040;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px 0 0 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: transparent;
    background-color: #222;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
  .form-control::-moz-placeholder {
    color: #555;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #555; }
  .form-control::-webkit-input-placeholder {
    color: #555; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 20px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #d9d9d9; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #000;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #000;
  background-color: #adce24;
  border-color: #adce24; }
  .btn-default:focus, .btn-default.focus {
    color: #000;
    background-color: #f6b242;
    border-color: #807100; }
  .btn-default:hover {
    color: #000;
    background-color: #f6b242;
    border-color: #ebb358; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #000;
    background-color: #f6b242;
    border-color: #ebb358; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #000;
      background-color: #a89500;
      border-color: #807100; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #adce24;
    border-color: #adce24; }
  .btn-default .badge {
    color: #adce24;
    background-color: #000; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *::after, *::before {
    box-sizing: border-box; }

html,
body {
  min-width: 1280px; }

@font-face {
  font-family: "Gotham Thin";
  src: url("../fonts/Gotham-Thin.otf"); }
@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/Gotham-Thin.otf"); }
.font-gotham-thin, .header-pieces .hotline {
  font-family: "Gotham Thin", Helvetica, Arial, sans-serif; }

.font-gotham-bold {
  font-family: "Gotham Bold", Helvetica, Arial, sans-serif; }

::selection {
  background-color: #adce24;
  color: #000; }

html,
body {
  min-width: 1200px;
  width: 100%;
  height: 100%; }

ul, ol {
  margin: 0;
  list-style: none; }

img {
  max-width: 100%; }

.text-theme {
  color: #adce24 !important; }

.text-white {
  color: #fff; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1230px; }
  @media (min-width: 1500px) {
    .container {
      width: 1470px; } }

.container-md {
  width: 1200px; }

.absolute-cover, .swiper-gallery .title, .thumb-link, .thumb-link .current {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.flex-center, .swiper-gallery .title, .thumb-link .current, .showroom-list > li > a, .attraction-list > li > a, a.pro-mask, .section-slide-item .mask, .item-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.nav-footer-item {
  float: left; }
  .nav-footer-item + .nav-footer-item {
    margin-left: 100px; }
    @media (max-width: 1570px) {
      .nav-footer-item + .nav-footer-item {
        margin-left: 40px; } }

.pieces-badge {
  display: inline-block;
  margin: 30px 5px;
  width: 20px;
  height: 20px; }
  @media (max-height: 768px) {
    .pieces-badge {
      margin: 15px 5px; } }

.en {
  background-image: url(../images/sprite.png);
  background-position: -92px -27px;
  width: 20px;
  height: 20px; }

.vip {
  background-image: none;
  background-position: -44px -86px;
  width: 20px;
  height: 20px; }

header {
  position: relative;
  height: 80px;
  background-color: #333;
  /* animation: fadeInRight 1s;
  -webkit-animation: fadeInRight 1s; */ /* Safari 和 Chrome */
}

  @media (max-height: 768px) {
    header {
      height: 50px; } }

.nav-main {
  float: left;
  width: 100%; }

.nav-main-list {
  text-align: center;
  font-size: 12px; }
  @media (max-width: 1600px) {
    .nav-main-list {
      padding-left: 220px;
      text-align: left; } }
  .nav-main-list > li {
    display: inline; }
    .nav-main-list > li > a {
      display: inline-block;
      padding: 0 15px;
      height: 80px;
      color: #fff;
      text-decoration: none;
      line-height: 80px;
      -webkit-transform: skewX(-35deg);
              transform: skewX(-35deg); }
      @media (min-width: 1600px) {
        .nav-main-list > li > a {
          padding: 0 40px; } }
      @media (max-height: 768px) {
        .nav-main-list > li > a {
          height: 50px;
          line-height: 50px; } }
      .nav-main-list > li > a:hover {
        color: #adce24; }
      .nav-main-list > li > a span {
        display: block;
        -webkit-transform: skewX(35deg);
                transform: skewX(35deg); }
  .nav-main-list > .active > a {
    background-color: #adce24;
    color: #000;
    font-weight: bold; }
    .nav-main-list > .active > a:hover {
      color: #000; }

.logo {
  float: left;
  margin-top: 10px;
  margin-left: -103%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px); }
  @media (max-height: 768px) {
    .logo {
      margin-top: 10px; } }
  @media (min-width: 1600px) {
    .logo {
      -webkit-transform: translateX(80px);
              transform: translateX(80px); } }
  @media (max-height: 768px) {
    .logo img {
      height: 30px; } }

.header-pieces {
  float: left;
  margin-left: -360px;
  width: 360px;
  text-align: right; }
  .header-pieces .hotline {
    display: inline-block;
    margin: 30px 30px 30px 0;
    color: #fff;
    vertical-align: top;
    letter-spacing: 1px; }
    @media (max-height: 768px) {
      .header-pieces .hotline {
        margin: 15px 30px 15px 0; } }

.icon-search {
  background-image: url(../images/sprite.png);
  background-position: 0px -86px;
  width: 20px;
  height: 20px;
  display: inline-block; }

.header-search {
  float: right;
  margin-left: 30px;
  padding-top: 30px;
  width: 80px;
  height: 80px;
  background-color: #adce24;
  text-align: center; }
  @media screen and (max-height: 768px) {
    .header-search {
      margin-left: 15px;
      padding-top: 15px;
      width: 50px;
      height: 50px; } }

.line {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 4px;
  background: -webkit-linear-gradient(135deg, transparent 5px, #adce24 0);
  background: linear-gradient(-45deg, transparent 5px, #adce24 0);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: width .2s;
  transition: width .2s; }

footer {
  position: relative;
  height: 400px;
  background: url(../images/bottom.png) center/cover no-repeat; }
  @media screen and (max-width: 1439px) {
    footer .container {
      width: 1140px; } }

.nav-footer-item h4 {
  margin-top: 60px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1; }
.nav-footer-item a {
  color: #fff;
  text-decoration: none; }

.nav-footer-list > li > a {
  color: rgba(255, 255, 255, 0.5);
  line-height: 0px;
  font-size: 15px;
}
.nav-footer-list > li > a:hover {
    color: white;
}

.site-info-title {
  margin-top: 60px;
  margin-bottom: 14px;
  color: #adce24;
  letter-spacing: 4px;
  font-size: 30px;
  line-height: 1; }

.site-info-name {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px; }

.site-info-address {
  float: left;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  font-size: 12px; }

.site-info-list > li {
  clear: left; }
  .site-info-list > li:last-child .site-info-address {
    border-bottom: none; }

.site-info {
  position: relative; }

.qrcode {
  position: absolute;
  right: 0;
  bottom: 0; }

.footer-sub {
  margin-top: 15px; }

.hotline {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, 0.3); }

.footer-sub-links,
.footer-sub-other {
  margin-bottom: 5px; }
  .footer-sub-links span,
  .footer-sub-other span {
    color: rgba(255, 255, 255, 0.4); }
  .footer-sub-links > a,
  .footer-sub-other > a {
    margin: 0 15px;
    color: rgba(255, 255, 255, 0.4); }
    .footer-sub-links > a:hover,
    .footer-sub-other > a:hover {
      color: rgba(255, 255, 255, 0.8); }

.footer-sub-other > a:last-child {
  margin-right: 0; }
.footer-sub-other > a + a {
  margin-left: 0; }
  .footer-sub-other > a + a:before {
    display: inline-block;
    margin-right: 15px;
    width: 1px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
    vertical-align: middle; }

.copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #FFFFFF;
  line-height: 40px; }

.copyright a, .copyright a:hover{
  color: #FFFFFF;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  min-width: 1280px;
  width: 100%; }

.swiper-slide {
  overflow: hidden; }
  .swiper-slide img {
    max-width: 100%; }

.swiper-slide .pro-img{
  width: 310px;
  height: 550px;
}

.swiper-slide-bg {
  width: 100%;
  height: 100%;
  background-color: #333; }
  .swiper-slide-bg img {
    width: 100%; }

.swiper-slide-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 80px;
  width: 100%; }
  @media (max-height: 768px) {
    .swiper-slide-content {
      padding-top: 50px; } }

.swiper-about-container {
  margin-right: auto;
  margin-left: auto;
  width: 1200px; }
  @media (max-width: 1439px) {
    .swiper-about-container {
      width: 1100px; } }

.swiper-about-row {
  margin-right: -40px;
  margin-left: -40px; }

.swiper-about-col {
  display: none;
  float: left;
  padding-right: 40px;
  padding-left: 40px;
  width: 50%; }
  @media (min-width: 1600px) {
    .swiper-about-col {
      display: block; } }
  .swiper-about-col:first-child {
    display: block; }
    .swiper-about-col:first-child + .swiper-about-col {
      display: block; }

.swiper-about-more {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 90px;
  height: 30px; }

.swiper-about-item {
  position: relative;
  margin-bottom: 75px;
  padding: 40px 0 0 25px;
  width: 420px;
  height: 300px;
  border-left: 7px solid #000;
  background-color: #333333;
  -webkit-transition: all .15s;
  transition: all .15s; }
  @media (max-width: 1439px) {
    .swiper-about-item {
      width: 370px; } }
  @media screen and (min-width: 1600px) and (max-height: 1079px) {
    .swiper-about-item {
      height: 240px; } }
  .swiper-about-item:hover {
    background-color: #adce24; }
    .swiper-about-item:hover .swiper-about-title,
    .swiper-about-item:hover .swiper-about-content {
      color: #000; }
    .swiper-about-item:hover .swiper-about-title::after {
      background-color: #000; }

.swiper-about-title {
  color: #bbb;
  font-size: 16px; }
  .swiper-about-title:after {
    display: block;
    margin: 14px 0;
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.1);
    content: ""; }

.swiper-about-content {
  width: 200px;
  color: #666;
  letter-spacing: 0.15em;
  font-size: 12px;
  line-height: 22px; }

.swiper-about-media {
  position: absolute;
  top: 15px;
  right: -135px;
  overflow: hidden;
  width: 270px;
  height: 270px;
  cursor: pointer; }
  .swiper-about-media:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .swiper-about-media:hover .mask {
    background-color: rgba(0, 0, 0, 0.5); }
  .swiper-about-media .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    outline: 1px solid #adce24;
    outline-offset: -10px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s; }
  .swiper-about-media .play-btn {
    background-image: url(../images/sprite.png);
    background-position: 0px -32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .swiper-about-media img {
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s; }

.swiper-about-more {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 90px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 30px;
  z-index: 4; }

.swiper-slide-header {
  position: relative;
  z-index: 2;
  padding-top: 45px; }
  @media (max-width: 1680px) {
    .swiper-slide-header {
      padding-top: 30px; } }
  .swiper-slide-header .text {
    margin-bottom: 0;
    color: #fff; }
  .swiper-slide-header::after {
    display: block;
    margin: 30px auto 30px;
    width: 30px;
    height: 3px;
    content: ""; }
    @media screen and (max-width: 1439px) {
      .swiper-slide-header::after {
        margin: 15px auto 15px; } }

.swiper-product-container {
  margin-right: auto;
  margin-left: auto;
  width: 975px; }
  @media (min-width: 1680px) {
    .swiper-product-container {
      width: 1630px; } }

.swiper-title {
  margin-top: 0; }
  @media (max-width: 1680px) {
    .swiper-title img {
      max-height: 50px; } }

.swiper-tab {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (max-width: 1439px) {
    .swiper-tab {
      margin-bottom: 15px; } }
  .swiper-tab > li {
    display: inline; }
    .swiper-tab > li > a {
      position: relative;
      display: inline;
      margin: 0 15px;
      color: #fff;
      text-decoration: none;
      }
      .swiper-tab > li > a:hover {
        color: #adce24; }
    .swiper-tab > li.active > a {
      color: #adce24; }
      .swiper-tab > li.active > a::after {
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -14px;
        width: 20px;
        height: 1px;
        background-color: #adce24;
        content: ""; }
    .swiper-tab > li + li > a::before {
      position: absolute;
      left: -24px;
      color: #fff;
      content: "/"; }

.swiper-container-product {
  padding-bottom: 40px; }

.product-show {
  position: relative;
  overflow: visible;
  margin-right: 15px;
  width: 310px;
  /* width: 375px; */
  height: 550px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
  /*  &:hover {
      width: 530px;

      @media screen and(max-width: 1679px) {
        width: 305px;
      }

    }*/ }
  @media screen and (max-width: 1679px) {
    .product-show {
      width: 150px;
      height: 317px; } }
  .product-show:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    z-index: 1; }

.pro-show-hover-item {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  /* width: 530px; */
  width: 310px;
  z-index: 99; }
  @media screen and (max-width: 1679px) {
    .pro-show-hover-item {
      width: 305px; } }
  .product-show:hover .pro-show-hover-item {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all .25s;
    transition: all .25s; }

.direction-lt {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px); }

.direction-rt {
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px); }

.hover-item-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  outline: 2px solid #555;
  outline-offset: -20px; }

.hover-item-title {
  margin-top: 20px;
  color: #adce24;
  font-size: 20px; }

.swiper-pagination-fraction {
  bottom: 4px;
  color: #fff;
  vertical-align: bottom; }

.swiper-pagination-current {
  color: #adce24;
  font-weight: bold;
  font-size: 22px; }

.swiper-pro-prev {
  background-image: url(../images/sprite.png);
  background-position: 0px -66px;
  width: 30px;
  height: 18px;
  margin-left: -60px; }

.swiper-pro-next {
  background-image: url(../images/sprite.png);
  background-position: -32px -66px;
  width: 30px;
  height: 18px;
  margin-left: 30px; }

.swiper-pro-prev,
.swiper-pro-next {
  top: auto;
  bottom: 10px;
  left: 50%;
  background-size: auto; }

.swiper-index-news {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 60px;
  background: rgba(0, 0, 0, 0.3); }
  .swiper-index-news .container {
    width: 1200px; }
  .swiper-index-news .news-list {
    padding: 20px 0;
    width: 870px; }
    .swiper-index-news .news-list > li {
      padding-left: 30px; }
      .swiper-index-news .news-list > li > a {
        color: #fff;
        font-size: 16px;
        line-height: 20px; }
        .swiper-index-news .news-list > li > a.label {
          font-size: 12px; }
  .swiper-index-news .date {
    color: rgba(255, 255, 255, 0.4); }
  .swiper-index-news .label {
    margin-right: 20px;
    border-radius: 0;
    font-weight: normal; }
  .swiper-index-news .news-list-wrap {
    float: left;
    padding: 0 60px 0 140px;
    width: 100%; }
  .swiper-index-news .type {
    position: relative;
    z-index: 2;
    float: left;
    margin: 20px 0 20px -100%;
    width: 140px;
    height: 20px;
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 20px; }
    .swiper-index-news .type > a {
      color: #fff; }
  .swiper-index-news .more-news {
    position: relative;
    z-index: 1;
    float: left;
    margin-left: -60px;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 40px; }

.icon-horn {
  background-image: url(../images/sprite.png);
  background-position: -92px 0px;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }

.swiper-gallery {
  height: 400px; }
  @media screen and (max-width: 1439px) {
    .swiper-gallery {
      height: 220px; } }
  @media screen and (min-width: 1440px) and (max-width: 1579px) {
    .swiper-gallery {
      height: 280px; } }
  .swiper-gallery .title {
    margin-top: 0;
    margin-bottom: 0;
    outline: 3px solid #adce24;
    outline-offset: -20px;
    color: #adce24;
    font-weight: bold;
    font-size: 0; }

.swiper-slide {
  background-position: center;
  background-size: cover; }

.swiper-thumb-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.6); }
  .swiper-thumb-wrap .container {
    position: relative; }

.swiper-gallery-thumbs .swiper-slide {
  height: 80px; }

.thumb-link {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  -webkit-transition: background .2s;
  transition: background .2s; }
  .swiper-slide-active > .thumb-link, .thumb-link:hover {
    background-color: rgba(0, 0, 0, 0.1); }
    .swiper-slide-active > .thumb-link .default, .thumb-link:hover .default {
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
    .swiper-slide-active > .thumb-link .current, .thumb-link:hover .current {
      opacity: 1; }
      .swiper-slide-active > .thumb-link .current i, .thumb-link:hover .current i {
        -webkit-transition: -webkit-transform .15s;
        transition: -webkit-transform .15s;
        transition: transform .15s;
        transition: transform .15s, -webkit-transform .15s;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
  .thumb-link i {
    font-style: normal; }
  .thumb-link .default {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    color: #adce24;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s; }
  .thumb-link .current {
    color: #adce24;
    opacity: 0; }
    .thumb-link .current i {
      display: block;
      font-weight: bold;
      font-size: 30px; }

.swiper-gallery-next,
.swiper-gallery-prev {
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }

.swiper-gallery-next {
  right: -50px; }
  @media (max-width: 1439px) {
    .swiper-gallery-next {
      right: 0; } }

.swiper-gallery-prev {
  left: -50px; }
  @media (max-width: 1439px) {
    .swiper-gallery-prev {
      left: 0; } }

.swiper-index-last > .swiper-wrapper {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }

.showroom-list {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -520px;
  width: 1040px;
  height: 550px; }
  .showroom-list > li {
    float: left;
    width: 50%;
    height: 100%; }
    .showroom-list > li:nth-of-type(even) > a {
      background-color: rgba(0, 0, 0, 0.5); }
.showroom-list > li:nth-child(1) > a {
  width: 100%;
  height: 100%;
  background-image: url("../images/p-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
}
.showroom-list > li:nth-child(2) > a {
  width: 100%;
  height: 100%;
  background-image: url("../images/p-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
}

      @media screen and (max-width: 1439px) {
        .showroom-list > li > a {
          font-size: 20px; } }
      .showroom-list > li > a span {
        -webkit-transition: -webkit-transform 0.15s;
        transition: -webkit-transform 0.15s;
        transition: transform 0.15s;
        transition: transform 0.15s, -webkit-transform 0.15s; }
      .showroom-list > li > a .iconfont {
        position: relative;
        top: 0;
        display: block;
        margin-top: 30px;
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        text-align: center;
        line-height: 30px;
        -webkit-transition: all .15s;
        transition: all .15s;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
      .showroom-list > li:nth-child(1) > a:hover {
        background-image: url("../images/p-1-h.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        color: #adce24; }


.showroom-list > li:nth-child(2) > a:hover {
  background-image: url("../images/p-2-h.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: #adce24; }


        .showroom-list > li > a:hover span {
          -webkit-transform: translateY(-30px);
                  transform: translateY(-30px); }
        .showroom-list > li > a:hover .iconfont {
          top: -30px;
          border-color: #adce24; }

.attraction-list {
  margin: 100px auto 0;
  width: 530px; }
  .attraction-list > li {
    float: left;
    width: 200px; }
    .attraction-list > li + li {
      margin-left: 130px; }
    .attraction-list > li > a {
      width: 200px;
      height: 200px;
      border: 4px solid transparent;
      border-radius: 100px;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 10px rgba(255, 255, 255, 0.1);
      color: #fff;
      text-decoration: none;
      font-size: 20px;
      line-height: 1;
      -webkit-transition: all .2s;
      transition: all .2s; }
      .attraction-list > li > a .iconfont {
        font-size: 70px; }
      .attraction-list > li > a:hover {
        border: 4px solid transparent;
        background-color: #adce24;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 10px rgba(0, 0, 0, 0.1);
        color: #000; }
  .attraction-list > .active > a {
    border: 4px solid transparent;
    background-color: #adce24;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 10px rgba(0, 0, 0, 0.1);
    color: #000; }

.footer-postion {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.swiper-container-index > .swiper-wrapper {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
.swiper-container-index > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 20px auto; }
.swiper-container-index .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1; }
.swiper-container-index .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #adce24; }
  .swiper-container-index .swiper-pagination-bullet-active::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 105px;
    height: 10px;
    color: #adce24;
    content: attr(data-text);
    font-size: 12px;
    line-height: 10px; }

.breadcrumb > li {
  display: inline; }
  .breadcrumb > li + li::before {
    margin: 0 6px;
    content: ">"; }

.product-filter {
  background-color: #3f3f3f; }

.filter-item {
  position: relative;
  float: left;
  margin-right: 45px;
  padding: 20px; }
  .filter-item a {
    color: #ddd;
    text-decoration: none; }
  .filter-item:hover, .filter-item.active {
    background-color: #adce24; }
    .filter-item:hover .filter-title, .filter-item.active .filter-title {
      color: #000;
      font-weight: bold; }
      .filter-item:hover .filter-title .toggle-status, .filter-item.active .filter-title .toggle-status {
        border-color: #000; }
      .filter-item:hover .filter-title .iconfont, .filter-item.active .filter-title .iconfont {
        -webkit-transform: rotate(180deg) scale(0.6);
                transform: rotate(180deg) scale(0.6); }

.filter-title {
  color: #fff;
  /*&:hover {
    color: $theme-color;
    font-weight: bold;

    .toggle-status {
      border-color: $theme-color;
    }
  }*/ }
  .filter-title .toggle-status {
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 20px; }
  .filter-title .iconfont {
    display: block;
    font-size: 12px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }

.filter-drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  padding: 10px;
  width: 280px;
  background-color: #adce24; }
  .filter-item:hover .filter-drop, .active .filter-drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.filter-drop-nav {
  float: left;
  margin-right: 10px; }
  .filter-drop-nav > li.active > a {
    background-color: #333;
    color: #adce24;
    font-weight: bold; }
    .filter-drop-nav > li.active > a::after {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -4px;
      width: 6px;
      height: 6px;
      background-color: #333333;
      content: "";
      -webkit-transform: rotate(45deg) translateX(50%);
              transform: rotate(45deg) translateX(50%); }
  .filter-drop-nav > li > a {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 30px;
    color: #333;
    white-space: nowrap;
    line-height: 30px; }
    .filter-drop-nav > li > a:hover {
      background-color: #333;
      color: #adce24;
      font-weight: bold; }
      .filter-drop-nav > li > a:hover::after {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -4px;
        width: 6px;
        height: 6px;
        background-color: #333333;
        content: "";
        -webkit-transform: rotate(45deg) translateX(50%);
                transform: rotate(45deg) translateX(50%); }

.filter-drop-content {
  float: left;
  padding: 8px 20px;
  width: 150px;
  background-color: #333333; }

.filter-result-nav > li > a {
  color: #777777;
  font-size: 12px;
  line-height: 24px; }
  .filter-result-nav > li > a:hover {
    color: #adce24; }

.product-household-list-wrap {
  padding: 80px 20px;
  min-height: 500px;
  background-color: #333333; }

.product-household-row {
  margin-right: -15px;
  margin-left: -15px; }

.product-household-col {
  float: left;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333%; }

.product-household-item {
  position: relative;
  padding-top: 100%;
  width: 100%;
  background-color: #fff; }
  .product-household-item > img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.pro-title-default {
  position: absolute;
  right: 40px;
  bottom: 30px;
  left: 40px;
  padding-right: 20px;
  padding-left: 20px;
  height: 40px;
  background-color: rgba(51, 51, 51, 0.3);
  color: #fff;
  line-height: 40px;
  opacity: 1;
  -webkit-transition: all .15s;
  transition: all .15s; }
  .product-household-item:hover .pro-title-default {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }

a.pro-mask {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 30px;
  width: 100%;
  height: 100%;
  outline: 1px solid #000;
  outline-offset: -10px;
  background: rgba(250, 222, 1, 0.8);
  color: #000;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .product-household-item:hover a.pro-mask {
    opacity: 1; }

.pro-title-active {
  margin-top: 15px;
  font-weight: bold; }
  .pro-title-active .pro-name + span::before {
    margin: 0 10px;
    content: "/"; }

.banner-list > .swiper-pagination-banner {
  bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 3px solid #adce24; }
.banner-list .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 0.8; }
.banner-list .swiper-pagination-bullet-active {
  border: 2px solid #adce24;
  background-color: #adce24; }

.product-detail {
  padding: 100px 0 115px;
  background-color: #333333; }

.detail-img,
.detail-main {
  padding: 0 60px;
  width: 50%; }

.pro-title {
  margin-top: 40px;
  color: #e6e6e6;
  font-size: 46px; }

.pro-share, .news-share {
  margin-bottom: 20px;
  color: #666; }
  .pro-share a, .news-share a {
    margin: 0 10px;
    color: #666;
    text-decoration: none;
    font-size: 20px; }
    .pro-share a:hover, .news-share a:hover {
      color: #adce24; }

.pro-intro {
  margin-bottom: 60px;
  color: #bbb;
  font-size: 16px; }

.pro-info-list > li {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #999; }
  .pro-info-list > li::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 16px;
    height: 1px;
    background-color: #999;
    content: ""; }
  .pro-info-list > li:first-child {
    border-top: 1px dotted #999; }
    .pro-info-list > li:first-child::before {
      position: absolute;
      top: -1px;
      left: 0;
      width: 16px;
      height: 1px;
      background-color: #999;
      content: ""; }
  .pro-info-list > li p {
    margin-bottom: 0; }
  .pro-info-list > li .title {
    color: #e6e6e6;
    font-weight: bold; }
  .pro-info-list > li .data {
    color: #bbb; }

a.pro-back {
  margin-top: 40px;
  color: #999;
  text-decoration: none;
  font-size: 30px; }
  a.pro-back:hover {
    color: #eee; }

.recommend-wrap {
  padding: 80px 0 100px;
  background-color: #333333; }

.recommend-2 {
  margin-bottom: 20px; }

.recommend-row {
  margin-right: -10px;
  margin-left: -10px; }

.recommend-col {
  float: left;
  padding-right: 10px;
  padding-left: 10px; }

.recommend-1 {
  width: 580px; }

.recommend-2,
.recommend-3 {
  width: 460px; }

.recommend-4 {
  width: 350px; }

.recommend-1,
.recommend-2,
.recommend-3,
.recommend-4 {
  position: relative;
  overflow: hidden; }

@media (max-width: 1500px) {
  .recommend-row {
    margin-right: auto;
    margin-left: auto;
    width: 1070px; }

  .recommend-1 {
    width: 420px; }

  .recommend-2,
  .recommend-3 {
    width: 330px; }

  .recommend-4 {
    width: 250px; } }
.recommend-wrap .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 0.8; }
.recommend-wrap .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background-color: transparent;
  vertical-align: middle; }

.join-process {
  height: 420px;
  background-color: #333333; }

.join-form {
  background-color: #383838; }

.join-form-header {
  margin-bottom: 55px; }
  .join-form-header .model-title {
    background: #383838; }

.join-form-caption {
  position: relative;
  background-color: #adce24;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 45px; }
  .join-form-caption:before {
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -8px;
    border-width: 0 8px 12px 8px;
    border-style: solid;
    border-color: transparent transparent #adce24 transparent;
    content: ""; }

.join-form-main {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1100px; }

label {
  color: #fff;
  font-weight: normal; }
  label.require:before {
    margin: 0 4px;
    color: red;
    content: "*";
    vertical-align: top;
    font-size: 16px; }

.form-group label {
  float: left;
  margin: 6px 0;
  padding: 0 15px;
  width: 160px;
  text-align: right;
  font-size: 15px; }
.form-group .form-control {
  float: left;
  width: 910px; }

.form-horizontal .form-group {
  margin-bottom: 0; }
  .form-horizontal .form-group > div {
    margin-bottom: 20px; }
.form-horizontal .form-control {
  width: 360px; }

.checkbox label,
.radio label {
  position: relative;
  float: none;
  margin: 6px 0;
  padding: 0 15px 0 20px;
  width: auto;
  text-align: left;
  font-size: 15px; }
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
.radio input[type="radio"],
.radio input[type="checkbox"] {
  opacity: 0; }

.checkbox-flex,
.radio-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 600px;
  height: 66px; }

textarea.form-control {
  height: 300px; }

.btn-submit {
  margin-top: 45px;
  margin-bottom: 70px;
  margin-left: 160px;
  width: 180px;
  border-radius: 0; }

.hr-fieldset {
  margin-bottom: 60px;
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #313131; }

.radio-beauty {
  position: absolute;
  top: 2px;
  left: -2px;
  width: 16px;
  height: 16px;
  border: 1px solid #555;
  border-radius: 4px; }
  input:checked + .radio-beauty {
    border-color: #adce24;
    background-color: #adce24; }
    input:checked + .radio-beauty:before {
      display: block;
      margin: -2px auto 0;
      width: 12px;
      height: 8px;
      box-shadow: -2px 2px 0 0 #000;
      content: "";
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.league-advantage {
  padding-top: 120px; }

.advantage-title {
  margin-bottom: 100px;
  width: 550px; }

.advantage-section {
  margin-right: auto;
  margin-left: auto;
  width: 550px;
  border: 1px solid #adce24;
  border-bottom: 0; }

.advantage-section-header {
  position: relative;
  padding: 22px;
  height: 110px;
  border-bottom: 1px solid #adce24;
  color: #adce24;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px; }

.serail {
  position: absolute;
  top: -35px;
  left: 30px;
  width: 50px;
  height: 50px;
  background-color: #adce24;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px; }
  .serail:after {
    position: absolute;
    top: -30px;
    right: -36px;
    width: 48px;
    height: 52px;
    background: url(../images/serial_embellish.png);
    content: ""; }

.advantage-section-body {
  padding: 20px 30px;
  border-bottom: 1px solid #adce24; }
  .advantage-section-body:before, .advantage-section-body:after {
    content: " ";
    display: table; }
  .advantage-section-body:after {
    clear: both; }
  .advantage-section-body > img {
    margin-right: 20px; }

.liststyle-base {
  overflow: hidden; }
  .liststyle-base > li {
    margin-bottom: 11px;
    padding-left: 24px;
    color: #bbb; }
    .liststyle-base > li:before {
      float: left;
      margin: 5px 0 0 -20px;
      width: 10px;
      height: 10px;
      background-color: #adce24;
      color: #bbbbbb;
      content: "";
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .liststyle-base > li p {
      display: inline; }

.advantage-section-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.advantage-section {
  margin-bottom: 120px; }

.league-advantage {
  background: #202020 url(../images/league-bg.png) right bottom no-repeat; }
  .league-advantage .row > div:nth-of-type(even) .advantage-section {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px); }

.contact-wrap {
  background-color: #333333; }

.contact-info {
  padding-left: 140px;
  font-family: "Gotham Bold", "Microsoft YaHei", "PingFang SC", Helvetica, Arial, sans-serif; }
  .contact-info span {
    margin-left: -45px; }
  .contact-info dt, .contact-info p strong {
    margin-bottom: 6px;
    color: #e6e6e6;
    font-size: 16px; }
  .contact-info dd, .contact-info p {
    color: #bbb;
    font-size: 16px; }

.icon-hotline {
  background-image: url(../images/sprite.png);
  background-position: -64px -66px;
  width: 18px;
  height: 18px; }

.icon-fax {
  background-image: url(../images/sprite.png);
  background-position: -84px -66px;
  width: 18px;
  height: 18px; }

.icon-address {
  background-image: url(../images/sprite.png);
  background-position: -119px -20px;
  width: 14px;
  height: 20px; }

.icon-cs {
  background-image: url(../images/sprite.png);
  background-position: -25px -86px;
  width: 14px;
  height: 20px; }

.contact-body {
  margin-bottom: 90px; }
  .contact-body .form-control {
    float: none;
    max-width: 100%;
    background-color: #2b2b2b; }
    .contact-body .form-control:focus {
      background-color: #1b1b1b; }
  .contact-body .btn-submit {
    margin-left: 0; }

a.link-block {
  display: block;
  height: 40px;
  background-color: #adce24;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 40px; }

.icon-view {
  background-image: url(../images/sprite.png);
  background-position: -92px -49px;
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-right: 10px; }

.download-center {
  padding-bottom: 100px;
  background: #333333; }

.download-list > li {
  margin-bottom: 22px;
  padding-right: 10px;
  padding-bottom: 22px;
  border-bottom: 1px solid #000; }
  .download-list > li > a {
    color: #f8f8f8;
    font-size: 16px; }

.icon-download {
  background-image: url(../images/sprite.png);
  background-position: -66px -86px;
  width: 20px;
  height: 20px; }

.icon-pdf {
  background-image: url(../images/sprite.png);
  background-position: -88px -86px;
  width: 17px;
  height: 20px;
  display: inline-block;
  margin-right: 10px; }

.download-jumbtron {
  width: 600px; }
  .download-jumbtron > img {
    box-shadow: -40px 55px 0 0 #222; }

a.download-jumbtron-title {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 20px;
  padding-right: 65px;
  height: 55px;
  color: #fff; }

.global-network {
  padding-top: 45px;
  height: 800px;
  background: #333333 url(../images/map_network.png) center bottom 60px no-repeat; }

.network-title {
  margin-bottom: 90px; }

@media (max-width: 1599px) {
  .network-search {
    margin-left: 100px; } }
.network-search label {
  display: block;
  margin-bottom: 40px; }
.network-search .form-control {
  display: inline-block;
  width: 200px; }
.network-search .btn-search {
  display: block;
  margin-top: 30px;
  width: 120px;
  border-radius: 0; }

.search-result {
  overflow-y: auto;
  padding: 45px;
  width: 50%;
  height: 430px;
  background-color: rgba(68, 68, 68, 0.8); }
  .search-result span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1; 
	font-size:12px;}
  .search-result .result-name {
    width: 100px;
    border-right: 1px solid #000; }
  .search-result .result-detail {
    padding-left: 30px;
    color: #fff; }

.search-result-item {
  display: block;
  margin-bottom: 30px; }

.excellent-dealer {
  background-color: #383838; }

.section-base {
  padding-top: 45px;
  height: 750px;
  background-color: #383838; }

.section-content .swiper-slide {
  overflow: visible;
  width: 465px; }
.section-content .swiper-wrapper {
  z-index: auto; }
.section-content .swiper-slide-active {
  z-index: 10; }
.section-content .swiper-container {
  padding-bottom: 100px;
  /*  &:after {
      position: absolute;
      top: 50px;
      right: 0;
      left: 0;
      z-index: 9;
      height: 320px;
      background: linear-gradient(to right, #383838 0, rgba(#383838, 0.5) 10%, rgba(#383838, 0.5) 90%, #383838 100%);
      content: "";
    }*/ }
.section-content .swiper-button-prev,
.section-content .swiper-button-next {
  bottom: 30px;
  margin-top: 0; }

.swiper-container-horizontal > .swiper-pagination-progress {
  top: 430px; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background-color: #adce24; }

.section-slide-item {
  position: relative;
  margin-top: 50px;
  margin-bottom: 60px;
  width: 465px;
  height: 320px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }
  .section-slide-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
    .section-slide-item:hover .mask {
      outline: 1px solid #000;
      outline-offset: -10px;
      background-color: rgba(250, 222, 1, 0.8); }
  .section-slide-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
    background-color: rgba(56, 56, 56, 0.5);
    cursor: pointer; }
    .section-slide-item .mask .title {
      color: #333;
      font-size: 16px; }
      .section-slide-item .mask .title:after {
        display: block;
        margin: 20px auto;
        width: 20px;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.3);
        content: ''; }
    .section-slide-item .mask .words {
      margin: 0 auto;
      width: 340px;
      color: #333; }

.hover-content {
  opacity: 0; }
  .section-slide-item:hover .hover-content {
    opacity: 1; }

.terminal-style {
  background: #333333; }

.industry-title {
  padding-top: 85px;
  height: 225px;
  background: #282828; }

a.industry-item {
  display: block;
  padding-top: 30px;
  height: 200px;
  background: #333333;
  text-decoration: none;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
  a.industry-item:hover {
    background-color: #383838;
    -webkit-transform: translateX(60px);
            transform: translateX(60px); }
  a.industry-item img {
    float: left;
    margin-left: -260px;
    width: 220px;
    height: 140px; }

.industry-list > li {
  overflow: hidden;
  background: #383838; }

.industry-container {
  padding-left: 275px; }
  @media screen and (max-width: 1439px) {
    .industry-container {
      width: 1040px; } }

.industry-item-title {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #e6e6e6;
  font-size: 16px; }
  a:hover .industry-item-title {
    color: #adce24; }

.industry-item-info {
  max-width: 640px;
  color: #999;
  line-height: 26px; }
  a:hover .industry-item-info {
    color: #fff; }

.industry-item-sub {
  margin-top: 50px; }
  .industry-item-sub .line-embellish {
    float: left;
    margin: 20px 20px 0 0;
    width: 60px;
    height: 100px;
    border-top: 1px solid #666;
    -webkit-transition: width .2s;
    transition: width .2s; }
    a:hover .industry-item-sub .line-embellish {
      width: 120px;
      border-color: #adce24; }
  .industry-item-sub .date {
    overflow: hidden;
    color: #999;
    font-size: 26px; }
    a:hover .industry-item-sub .date {
      color: #adce24; }
  .industry-item-sub .arrow {
    overflow: hidden;
    width: 36px;
    height: 36px;
    color: #e6e6e6;
    text-align: center;
    line-height: 36px; }
    a:hover .industry-item-sub .arrow {
      background-color: #adce24;
      color: #000; }

.news-detail-wrap {
  background: #333333; }

.news-detail {
  padding-top: 90px;
  padding-bottom: 80px;
  border-bottom: 1px solid #444;
  box-shadow: 0 1px 0 0 #252525; }

/*  
.news-detail-article {
  padding-right: 80px;
  width: 900px;
  border-right: 1px dotted #999; }
  */
  
  .news-detail-article {
  padding-right: 80px;
  width: 900px ! important;
  border-right: 1px dotted #999; }
  
  
  .news-detail-article p {
    color: #999;
    line-height: 26px; }
    .news-detail-article p strong {
      color: #fff;
      font-weight: normal;
      font-size: 16px; }

.news-detail-title {
  margin-top: 0;
  margin-bottom: 50px;
  color: #adce24;
  font-size: 30px; }

a.news-back {
  color: #555555;
  text-decoration: none;
  font-size: 40px; }
  a.news-back:hover {
    color: #f8f8f8; }

.news-share {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #282828; }

.news-detail-sub i {
  display: inline-block;
  margin-right: 5px; }
  .news-detail-sub i.icon-date {
    background-image: url(../images/sprite.png);
    background-position: -119px -80px;
    width: 12px;
    height: 13px; }
  .news-detail-sub i.icon-view2 {
    background-image: url(../images/sprite.png);
    background-position: 0px -108px;
    width: 18px;
    height: 12px; }
.news-detail-sub .author {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #bbbbbb; }
.news-detail-sub .sub-info {
  color: #999; }
  .news-detail-sub .sub-info span {
    margin-left: 15px; }

.news-feed {
  padding: 5px 0;
  color: #fff; }
  .news-feed a {
    color: #999; }
  .news-feed span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
    .news-feed span.icon-newsnext {
      background-image: url(../images/sprite.png);
      background-position: -62px -32px;
      width: 26px;
      height: 26px; }
    .news-feed span.icon-newsprev {
      background-image: url(../images/sprite.png);
      background-position: -34px -32px;
      width: 26px;
      height: 26px; }

.news-feed-wrap {
  margin-bottom: 30px;
  padding: 20px 0; }

.news-products-item {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }

.item-default {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background-color: rgba(51, 51, 51, 0.3);
  color: #fff;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
  a:hover .item-default {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }

.news-products {
  background: #333; }

.item-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 30px;
  outline: 1px solid #adce24;
  outline-offset: -1px;
  color: #adce24;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .item-hover img {
    margin-bottom: 20px; }
  a:hover .item-hover {
    opacity: 1; }

.bd_weixin_popup {
  box-sizing: content-box !important; }

.right-title big {
  display: block;
  margin-top: 15px;
  margin-left: 10px;
  letter-spacing: 10px;
  font-size: 45px; }

.modal-header {
  border: 0;
  background-color: #111; }

.modal-body {
  background-color: #555; }

.login-form {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 44px;
  width: 400px; }
  .login-form .form-group {
    position: relative; }
    .login-form .form-group label {
      position: absolute;
      top: 16px;
      left: 20px;
      margin: 0;
      padding: 0; }
      .login-form .form-group label.user {
        background-image: url(../images/sprite.png);
        background-position: -119px 0px;
        width: 16px;
        height: 18px; }
      .login-form .form-group label.pwd {
        background-image: url(../images/sprite.png);
        background-position: -119px -42px;
        width: 14px;
        height: 18px; }
  .login-form .form-group:last-child {
    margin-top: 30px; }
  .login-form .form-control {
    display: block;
    float: none;
    padding: 12px 12px 12px 56px;
    width: 100%;
    height: 46px;
    border-radius: 0; }
  .login-form .btn {
    border-radius: 0; }

.close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -20px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  opacity: 0.5;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .close:hover {
    color: #fff;
    opacity: 1; }

.liststyle-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.swiper-4-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 10px 65px 10px 15px;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #adce24;
  text-align: right; }

.swiper-4 .swiper-pagination-fraction,
.swiper-5 .swiper-pagination-fraction {
  bottom: 6px;
  padding-right: 10px;
  color: #bbb;
  text-align: right; }

.advantage-section-6 img {
  margin-top: 20px; }

.advantage-section-2 .advantage-section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.advantage-section-2 img {
  display: inline;
  margin-right: 0;
  margin-bottom: 15px; }

.swiper-4-next,
.swiper-4-prev {
  padding: 0 10px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer; }

.swiper-4-next {
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px); }

.swiper-control {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 10px 15px;
  color: #bbb; }

.advantage-section-3 .liststyle-base > li {
  display: inline-block;
  width: 490px; }
  .advantage-section-3 .liststyle-base > li:first-child {
    display: block; }

.do-sub-nav-w {
  position: absolute;
  top: 76px;
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.8); }
  @media (max-height: 768px) {
    .do-sub-nav-w {
      top: 46px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.nav-main-list > li:hover .do-sub-nav-w {
  display: block;
  -webkit-animation: fadeIn .7s ease both;
  animation: fadeIn .7s ease both; }

.do-sub-nav-w a {
  color: #999; }

.do-sub-nav-w a:hover,
.do-sub-nav-w .active a {
  color: #fff; }

.do-sub-nav-w.nav-about li {
  display: inline-block;
  margin: 0 30px; }

.do-sub-nav-w.nav-about a {
  display: block; }

.do-sub-nav-w.nav-about {
  padding: 25px 0; }

.do-sub-nav-w.nav-product {
  padding: 33px 0 20px; }

.do-sub-nav-w a {
  color: #999; }

.do-sub-nav-w a:hover,
.do-sub-nav-w .active a {
  color: #fff; }

.do-sub-nav-w.nav-about li {
  display: inline-block;
  margin: 0 15px; }

.do-sub-nav-w.nav-about a {
  display: block; }

.do-sub-nav-w.nav-about {
  padding: 25px 0;
  text-align: center; }

.do-sub-nav-w.nav-product {
  padding: 33px 0 20px; }

.do-sub-side {
  float: left;
  margin-left: 90px;
  padding-right: 75px;
  border-right: 1px solid #000;
  letter-spacing: 8px; }

.do-sub-side a {
  position: relative; }

.do-sub-side a:hover:after,
.do-sub-side .active a:after {
  position: absolute;
  top: 0;
  margin-left: 20px;
  content: "\e8b6";
  font-size: 12px;
  font-family: "iconfont"; }

.do-sub-side li {
  margin-bottom: 5px; }

.do-sub-slide {
  position: relative;
  float: left;
  border-left: 1px solid #333;
  text-align: center;
  /*padding-left: 50px;*/ }

.do-sub-slide .do-sub-category {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #adce24;
  line-height: 140px; }

.do-sub-slide > ul > li {
  float: left; }

.do-sub-slide > ul > li > a {
  position: relative;
  top: 2px;
  display: block; }

.do-sub-slide .img-wrap {
  margin-right: 10px; }

.do-sub-slide {
  display: none; }

.do-sub-slide.active {
  display: block;
  -webkit-animation: fadeIn .5s ease both;
  animation: fadeIn .5s ease both; }

.swiper-3 {
  position: relative;
  text-align: center; }

.advantage-section-3-extra {
  margin: 0 -1px -1px; }

.container-gallery {
  margin-right: auto;
  margin-left: auto;
  width: 1080px; }
  @media (max-width: 1439px) {
    .container-gallery {
      width: 720px; } }

.swiper-pagination-v {
  margin-right: 100px; }

.do-sub-slide .bx-wrapper .bx-prev {
  left: 860px;
  margin-top: -37px; }

.do-sub-slide .bx-wrapper .bx-next {
  right: -102px;
  margin-top: 0; }

.do-sub-slide .bx-controls-direction a {
  position: absolute;
  top: 50%;
  z-index: 9999;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  outline: 0;
  text-indent: -9999px; }

.do-sub-slide .bx-controls-direction a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #999;
  color: #999;
  content: "\e8b7";
  text-indent: 0;
  font-family: "iconfont"; }

.do-sub-slide .bx-controls-direction a:hover:before {
  border: none;
  background: #adce24;
  color: #222; }

.do-sub-slide .bx-prev:before {
  padding-top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.do-sub-slide .bx-next:before {
  padding-top: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.do-sub-slide .bx-wrapper .bx-next {
  right: -102px;
  margin-top: 0; }

.do-sub-slide .bx-wrapper .bx-prev {
  left: 860px;
  margin-top: -37px; }

.header-search-w {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
  min-width: 340px;
  height: 80px;
  background: #f8f8f8; }

.header-search-w .search-input {
  float: left;
  margin-left: 30px;
  outline: none;
  border: none;
  background: transparent; }

.header-search-w .search-input::-webkit-input-placeholder {
  color: #ccc; }

.header-search-w .search-button {
  float: left;
  outline: none;
  border: none;
  background: transparent;
  color: #999; }

.header-search-w .search-input,
.header-search-w .search-button {
  position: relative;
  top: 29px; }

a.icon-bg-yellow {
  display: block;
  float: right;
  width: 80px;
  background: #adce24;
  color: #222;
  text-align: center;
  text-decoration: none;
  line-height: 80px; }

.service-text {
  padding-bottom: 60px;
  border-bottom: 2px solid #adce24;
  color: #bbb;
  font-size: 16px;
  line-height: 34px; }

.instruction-title {
  margin: 60px 0 100px;
  height: 100px;
  background-color: #adce24;
  color: #333;
  text-align: center;
  font-size: 32px;
  line-height: 100px; }

.fanti {
  background-image: none;
  background-position: -22px -86px;
  width: 20px;
  height: 20px; }

.ceo-speech {
  padding-top: 140px;
  padding-bottom: 40px;
  background: url(../images/speech-bg.png) center bottom/cover no-repeat; }

.speech-aside {
  float: right;
  margin-left: 70px;
  color: #fff;
  line-height: 22px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }

.speech-main {
  float: right;
  width: 680px; }

.speech-body {
  line-height: 24px; }

.signature {
  margin-right: 40px;
  margin-left: -200px; }

.pager-fraction {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.loading {
  padding: 20px 0;
  background-color: #333333; }

.loading img {
  display: none; }

.icon-zt {
  width: 34px;
  height: 23px;
  background: url(../images/iconzt.png) center no-repeat; }
  a:hover .icon-zt {
    background: url(../images/iconzt2.png) center no-repeat; }

.wrap-404 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  background: url(../images/404.png) center/cover no-repeat;
  text-align: center;
  font-size: 42px;
  line-height: 1; }
  .wrap-404 p {
    margin-bottom: 0; }
  .wrap-404 small {
    color: #fff;
    font-size: 18px; }
  .wrap-404 .btn {
    padding-right: 70px;
    padding-left: 70px;
    border: 0;
    border-radius: 24px;
    background: #adce24;
    color: #000;
    font-weight: bold;
    font-size: 20px; }
    .wrap-404 .btn:hover {
      background: #c7b101; }
  .wrap-404 .img-main {
    margin-top: 60px;
    margin-bottom: -30px; }

@media screen and (max-width: 1599px) {
  .wrap-404-content {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
.wt

{float: left;
    margin-left: 20px;
    margin-bottom: 10px;
margin-top: -60px;}

.pro-del-intro.asa-title.text-center {
    background-color: #333 !important;
    /* margin-top: 60px; */
}


.datx p img {
    transform: scale(1.45);
    /* text-align: center; */
}



.wz2 {
    /* padding: 30px 30px !important; */
    margin-top: 80px !important;
}

.pagebar{
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #333;
}
.pagebar a{
  color: #999999;
}
.pagebar a:hover{
  color: #999999;
  text-decoration: none;
}

.gs_show{
  width: 1300px;
  margin: 0 auto;
  margin-top: 150px;
}
.clearfix{
  *zoom: 1;
}
.gs_l{
  width: 530px;
  height: 380px;
  float: left;
  position: relative;
  cursor: pointer;
}
.gs_r{
  width: 700px;
  float: right;
}
.gs_rbg{
  height: 380px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-sizing: border-box;
  padding: 55px 40px;
}
.gs_tit1{
  font-size: 24px;
  line-height: 26px;
  color: #333;
}
.color_line{
  width: 66px;
  height: 3px;
  display: block;
  background-color: #adce24;
  margin-top: 10px;
  margin-bottom: 16px;
}
.gs_font1{
  line-height: 26px;
  color: #888888;
  height: 201px;
  overflow-y: auto;
  padding-right: 40px;
}
.gs_font1::-webkit-scrollbar {
  width: 3px;
  background: url(../images/storscroll_03.jpg) repeat-y center;
  height: 20px;
}
.gs_font1::-webkit-scrollbar-thumb {
  background: url(../images/scrollb_03.jpg) repeat-y center;
  width: 3px;
  background-clip: padding-box;
  height: 13px ;
  border-radius: 15px;
}

video{
  width: 530px;
  height: 380px;
  object-fit: cover;
}