html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
ul,
li,
ol {
  list-style: none;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  clear: both;
}
a,
a:hover {
  text-decoration: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
:focus {
  outline: 0;
}
a img,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
}
select,
input {
  font-size: 1em;
}
@font-face {
  font-family: 'scania';
  src: url('scaniasans-regular-webfont.eot');
  src: url('scaniasans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('scaniasans-regular-webfont.woff2') format('woff2'), url('scaniasans-regular-webfont.woff') format('woff'), url('scaniasans-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body,
input {
  font-family: 'scania', SimHei;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
.border_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user_select_none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input_no_style {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.single_line {
  white-space: nowrap;
  line-height: 100% !important;
}
.single_line_text_overflow {
  line-height: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.point_events_none {
  pointer-events: none;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
img,
canvas {
  display: block;
}
.layout {
  width: 1440px;
  position: relative;
  margin: 0 auto;
}
.sline {
  margin-top: 2px;
  width: 2em;
  overflow: hidden;
  height: 3px;
  background-color: #d6001c;
}
.btn_red {
  background-color: #d6001c;
  display: block;
  color: #fff;
  font-size: 1.125em;
  padding: 3% 5%;
  cursor: pointer;
  border: 1px solid #d6001c;
  white-space: nowrap;
  line-height: 100% !important;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.popup .panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup .panel .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media screen and (max-width: 1440px) {
  .layout {
    width: 100%;
  }
  .btn_red {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 751px) {
  .mb {
    display: none !important;
  }
  .left_top_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .left_center_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .left_bottom_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
  .center_top_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .center_center_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .center_bottom_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
  .right_top_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .right_center_box {
    width: 80%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .right_bottom_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .btn_red {
    padding: 4% 0;
    text-align: center;
    width: 100%;
    font-size: 0.93em;
  }
  .left_top_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .left_center_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .left_bottom_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
  .center_top_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .center_center_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .center_bottom_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
  .right_top_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .right_center_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .right_bottom_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
  .popup .panel {
    width: 90%;
    left: 5%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .popup .panel .close {
    width: 7.4%;
    height: auto;
  }
}
.nav {
  width: 96%;
  margin: 0 auto;
  padding-top: 2%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.nav .logo {
  width: 11.74%;
  float: left;
  -webkit-transform: translate(0, 25%);
  -moz-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
}
.nav .part {
  float: right;
  white-space: nowrap;
  margin-right: 7.5%;
  -webkit-transform: translate(0, 30%);
  -moz-transform: translate(0, 30%);
  -o-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  transform: translate(0, 30%);
}
.nav .part a {
  color: #fff;
}
.nav .logo2 {
  width: 3.33%;
  float: right;
}
@media screen and (max-width: 1440px) {
  .nav .part {
    -webkit-transform: translate(0, 10%);
    -moz-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
}
@media screen and (max-width: 750px) {
  .nav {
    width: 100%;
    padding: 2% 0;
    background-color: #101212;
    position: relative;
  }
  .nav .logo {
    display: none;
  }
  .nav .part {
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 2% 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav .part .sline {
    display: none;
  }
  .nav .logo2 {
    width: 9.07%;
    float: none;
    margin: 0 auto;
  }
  .nav .menu {
    width: 13.07%;
    display: block;
    background: url('../images/menu_mb.png') no-repeat center center;
    background-size: 40% auto;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #1e1e1e;
  }
  .nav .menu:after {
    content: '';
    display: block;
    margin-top: 100%;
  }
  .nav .menu_mb {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .nav .menu_mb a {
    display: block;
    text-decoration: none;
    background-color: #101212;
    border-top: 1px solid #1e1e1e;
    padding: 4% 0;
    text-align: center;
    color: #fff;
  }
}
.footer {
  background-color: #fff;
  padding: 3% 10.28%;
}
.footer .text {
  float: left;
  width: 50%;
}
.footer .text .logo {
  width: 24.6%;
}
.footer .text .msg {
  line-height: 160%;
  font-size: 0.875em;
  color: #666;
  margin-top: 3%;
}
.footer .text .copy {
  font-size: 0.875em;
  color: #aaa;
  margin-top: 5%;
  white-space: nowrap;
  line-height: 100% !important;
}
.footer .text a {
  color: #aaa;
}
.footer .text a img {
  display: inline;
  width: 13px;
  height: 13px;
}
.footer .qrcode {
  float: right;
  width: 45%;
}
.footer .qrcode .img {
  float: right;
  width: 24%;
  margin-left: 2%;
}
.footer .qrcode .img img {
  width: 83%;
  margin: 0 auto 8%;
}
.footer .qrcode .img .qrtext {
  font-size: 0.875em;
  color: #666;
  text-align: center;
  white-space: nowrap;
  line-height: 100% !important;
}
@media screen and (max-width: 1440px) {
  .footer .qrcode .img {
    width: 34%;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 3% 5%;
  }
  .footer .text {
    float: none;
    width: 100%;
    margin-top: 8%;
    text-align: center;
  }
  .footer .text .logo {
    width: 25%;
    margin: 0 auto;
  }
  .footer .qrcode {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .footer .qrcode .img {
    width: 50%;
    margin-left: 0;
  }
  .footer .qrcode .img img {
    margin: 0 auto 3%;
  }
  .footer .qrcode .img .qrtext {
    font-size: 1em;
  }
}
body {
  -ms-overflow-style: none;
  /* IE 和 Edge */
  scrollbar-width: none;
  /* Firefox */
}
/* 针对WebKit浏览器隐藏滚动条 */
::-webkit-scrollbar {
  display: none;
}
.layout {
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.nav {
  position: absolute;
  top: 0;
  left: 2%;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.section {
  position: relative;
  overflow: hidden;
}
.section .bg {
  width: 100%;
}
.section .bg.hidden {
  visibility: hidden;
}
.section .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.section .content .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.section .content .kv {
  height: 100%;
}
.section1 .content {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.section1 .content:nth-child(2) {
  opacity: 1;
}
.section1 .text {
  position: absolute;
  top: 0;
  bottom: 50px;
  right: 10.28%;
  z-index: 2;
  text-align: right;
  overflow: scroll;
}
.section1 .text .title {
  width: 107.57%;
  float: right;
  margin-right: -7.57%;
}
.section1 .text .sub_title {
  color: #fff;
  font-size: 2.875em;
  margin: 5% 0;
  white-space: nowrap;
  line-height: 100% !important;
}
.section1 .text .sub_title .sline {
  width: 1em;
  margin-top: 4%;
  float: right;
}
.section1 .text .intro {
  font-size: 1.125em;
  color: #fff;
  line-height: 180%;
}
.section1 .text .btn_red {
  float: right;
  padding: 2% 7%;
  margin-top: 5%;
}
.section1 .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.94%;
  width: 0.97%;
  z-index: 3;
}
.section1 .btn canvas {
  width: 100%;
  cursor: pointer;
  margin: 100% 0;
}
.section1_post .content {
  position: static;
}
.section1_post .content .kv {
  position: static;
  width: 100%;
  height: auto;
}
.section1_post .text {
  top: 4%;
}
.section1_post .text .sub_title {
  margin-top: 5%;
}
@media screen and (max-width: 1440px) {
  .section1 .text .title {
    width: 70%;
    margin-right: -3%;
  }
}
@media screen and (max-width: 1100px) {
  .section1 .text .title {
    width: 50%;
  }
  .section1 .text .sub_title {
    margin-top: 0%;
  }
}
@media screen and (max-width: 750px) {
  .nav {
    left: 0;
  }
  .section .content .bg {
    width: 100%;
    height: auto;
  }
  .section .content .kv {
    width: 100%;
    height: auto;
  }
  .section1 .text {
    left: 5%;
    right: 5%;
    bottom: 15%;
    width: auto;
    height: auto;
  }
  .section1 .text .title {
    width: 69.63%;
  }
  .section1 .text .sub_title {
    font-size: 1.93em;
    margin: 10% 0 5%;
  }
  .section1 .text .sub_title .sline {
    margin-top: 5%;
  }
  .section1 .text .intro {
    font-size: 1em;
  }
  .section1 .text .btn_red {
    width: 50%;
    padding: 4% 0;
    margin: 5% auto 0;
    float: none;
  }
  .section1 .btn {
    top: 85%;
    bottom: 3%;
    left: 0;
    width: 100%;
    height: auto;
  }
  .section1 .btn div {
    width: 100%;
    text-align: center;
  }
  .section1 .btn div canvas {
    display: inline-block;
    margin: 0 5px;
    width: 3.2%;
  }
  .section1_post .text {
    top: 0;
    bottom: 9%;
    text-align: left;
  }
  .section1_post .text .sub_title {
    margin-top: 50%;
  }
  .section1_post .text .sub_title .sline {
    float: none;
  }
}
/*# sourceMappingURL=home.css.map */