@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  border: 0;
  display: block;
  /*max-height: 100vh;*/
  /*max-width: 100%;*/
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
#container {
  overflow: hidden;
  background-size: 100%;
}
.section {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.bg {
  padding-top: 514px;
  position: relative;
  z-index: 300;
  background-position: center center;
}
.section1 {
  position: relative;
  width: 100%;
}
.section1 .bg {
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding-top: 100vh;
  -webkit-transition: all 4s;
  transition: all 4s;
  position: relative;
  z-index: 300;
  display: block;
}
#fp-nav {
  display: none !important;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden !important;
}
