@import url('swiper.min.css');
@import url('font.css');
* {
  margin: 0;
  padding: 0;
  outline: none;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:hover {
  outline: none;
}
html {
  font-size: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "Microsoft YaHei", "黑体";
}
ul,
ol,
dl {
  list-style-type: none;
  list-style: none;
}
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
}
input,
label,
img,
th,
textarea {
  vertical-align: middle;
}
img,
iframe {
  border: none;
  max-width: 100%;
}
a {
  text-decoration: none;
  outline: none;
  color: #2a2c29;
}
a:hover {
  text-decoration: none;
  _zoom: 1;
  outline: 0;
}
a:focus {
  outline: none;
}
a:focus,
a:active,
a:hover,
a:focus {
  outline: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
code,
kbd,
pre,
samp {
  font-family: monaco, menlo, consolas, 'courier new', courier, monospace;
}
code {
  font-size: 90%;
  color: #5683ad;
  background-color: rgba(232, 241, 248, 0.0980392);
  padding: 1px 2px;
  border: 1px solid #bcd8f1;
  border-radius: 3px;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input {
    line-height: normal !important;
  }
}
html,
body {
  max-width: 100%;
  min-height: 100%;
  color: #2a2c29;
  font-size: 14px;
}
.wrapper {
  clear: both;
  margin: 0 auto;
}
.wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.clearfix:after,
ul:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.panel-table {
  display: table;
}
.panel-table > * {
  display: table-cell;
  vertical-align: top !important;
}
.g-left {
  float: left;
  display: inline;
}
.g-right {
  float: right;
  display: inline;
}
.wrapper {
  max-width: 1280px;
}
@-webkit-keyframes line-in {
  from {
    width: 0;
    left: 0;
  }
  to {
    width: 100%;
    left: 0;
  }
}
@keyframes line-in {
  from {
    width: 0;
    left: 0;
  }
  to {
    width: 100%;
    left: 0;
  }
}
@-webkit-keyframes line-out {
  from {
    width: 100%;
    left: 0;
  }
  to {
    width: 0;
    left: 100%;
  }
}
@keyframes line-out {
  from {
    width: 100%;
    left: 0;
  }
  to {
    width: 0;
    left: 100%;
  }
}
