﻿@charset "utf-8";
* {
  box-sizing: border-box;
}
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: 0;
}
input,
button,
textarea,
select,
optgroup,
option {
  resize: none;
  font: inherit;
  margin: 0;
  padding: 0;
}
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
button,
textarea,
select {
  font: inherit;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
input[type=button],
input[type=submit] {
  border: none;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  font: inherit;
}
ol,
li,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  word-wrap: break-word;
}
:link,
:visited,
ins {
  text-decoration: none;
}
html {
  font-size: calc(100 * 100vw / 1920);
}
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", tahoma, arial, "\5B8B\4F53", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3F4552;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
}
a {
  color: inherit;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.flexBT {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flexBC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flexBB {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.flexAT {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: top;
}
.flexAC {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.flexAB {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-end;
}
.flexLT {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: top;
}
.flexLC {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.flexLB {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.flexRT {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: top;
}
.flexRC {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.flexRB {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.stretch {
  align-items: stretch;
}
.flexrev {
  flex-flow: row-reverse;
  -webkit-flex-flow: row-reverse;
}
.flexReverse {
  flex-flow: row-reverse;
}
.flexjt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.flex1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  min-width: 0;
}
.font300 {
  font-weight: 300;
}
.font500 {
  font-weight: 500;
}
.font700 {
  font-weight: 700;
}
.rights {
  text-align: right;
}
.centers {
  text-align: center;
}
.lefts {
  text-align: left;
}
.op1 {
  opacity: 0.1;
}
.op2 {
  opacity: 0.2;
}
.op3 {
  opacity: 0.3;
}
.op4 {
  opacity: 0.4;
}
.op5 {
  opacity: 0.5;
}
.op6 {
  opacity: 0.6;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.op10 {
  opacity: 1;
}
.pt1 {
  padding-top: 0.1rem;
}
.pt2 {
  padding-top: 0.2rem;
}
.pt3 {
  padding-top: 0.3rem;
}
.pt4 {
  padding-top: 0.4rem;
}
.pt5 {
  padding-top: 0.5rem;
}
.pt6 {
  padding-top: 0.6rem;
}
.pt7 {
  padding-top: 0.7rem;
}
.pt8 {
  padding-top: 0.8rem;
}
.pt9 {
  padding-top: 0.9rem;
}
.pt10 {
  padding-top: 1rem;
}
.pb1 {
  padding-bottom: 0.1rem;
}
.pb2 {
  padding-bottom: 0.2rem;
}
.pb3 {
  padding-bottom: 0.3rem;
}
.pb4 {
  padding-bottom: 0.4rem;
}
.pb5 {
  padding-bottom: 0.5rem;
}
.pb6 {
  padding-bottom: 0.6rem;
}
.pb7 {
  padding-bottom: 0.7rem;
}
.pb8 {
  padding-bottom: 0.8rem;
}
.pb9 {
  padding-bottom: 0.9rem;
}
.pb10 {
  padding-bottom: 1rem;
}
.pl1 {
  padding-left: 0.1rem;
}
.pl2 {
  padding-left: 0.2rem;
}
.pl3 {
  padding-left: 0.3rem;
}
.pl4 {
  padding-left: 0.4rem;
}
.pl5 {
  padding-left: 0.5rem;
}
.pl6 {
  padding-left: 0.6rem;
}
.pl7 {
  padding-left: 0.7rem;
}
.pl8 {
  padding-left: 0.8rem;
}
.pl9 {
  padding-left: 0.9rem;
}
.pl10 {
  padding-left: 1rem;
}
.pr1 {
  padding-right: 0.1rem;
}
.pr2 {
  padding-right: 0.2rem;
}
.pr3 {
  padding-right: 0.3rem;
}
.pr4 {
  padding-right: 0.4rem;
}
.pr5 {
  padding-right: 0.5rem;
}
.pr6 {
  padding-right: 0.6rem;
}
.pr7 {
  padding-right: 0.7rem;
}
.pr8 {
  padding-right: 0.8rem;
}
.pr9 {
  padding-right: 0.9rem;
}
.pr10 {
  padding-right: 1rem;
}
.mt1 {
  margin-top: 0.1rem;
}
.mt2 {
  margin-top: 0.2rem;
}
.mt3 {
  margin-top: 0.3rem;
}
.mt4 {
  margin-top: 0.4rem;
}
.mt5 {
  margin-top: 0.5rem;
}
.mt6 {
  margin-top: 0.6rem;
}
.mt7 {
  margin-top: 0.7rem;
}
.mt8 {
  margin-top: 0.8rem;
}
.mt9 {
  margin-top: 0.9rem;
}
.mt10 {
  margin-top: 1rem;
}
.mb1 {
  margin-bottom: 0.1rem;
}
.mb2 {
  margin-bottom: 0.2rem;
}
.mb3 {
  margin-bottom: 0.3rem;
}
.mb4 {
  margin-bottom: 0.4rem;
}
.mb5 {
  margin-bottom: 0.5rem;
}
.mb6 {
  margin-bottom: 0.6rem;
}
.mb7 {
  margin-bottom: 0.7rem;
}
.mb8 {
  margin-bottom: 0.8rem;
}
.mb9 {
  margin-bottom: 0.9rem;
}
.mb10 {
  margin-bottom: 1rem;
}
.ml1 {
  margin-left: 0.1rem;
}
.ml2 {
  margin-left: 0.2rem;
}
.ml3 {
  margin-left: 0.3rem;
}
.ml4 {
  margin-left: 0.4rem;
}
.ml5 {
  margin-left: 0.5rem;
}
.ml6 {
  margin-left: 0.6rem;
}
.ml7 {
  margin-left: 0.7rem;
}
.ml8 {
  margin-left: 0.8rem;
}
.ml9 {
  margin-left: 0.9rem;
}
.ml10 {
  margin-left: 1rem;
}
.mr1 {
  margin-right: 0.1rem;
}
.mr2 {
  margin-right: 0.2rem;
}
.mr3 {
  margin-right: 0.3rem;
}
.mr4 {
  margin-right: 0.4rem;
}
.mr5 {
  margin-right: 0.5rem;
}
.mr6 {
  margin-right: 0.6rem;
}
.mr7 {
  margin-right: 0.7rem;
}
.mr8 {
  margin-right: 0.8rem;
}
.mr9 {
  margin-right: 0.9rem;
}
.mr10 {
  margin-right: 1rem;
}
.line1 {
  line-height: 1;
}
.line11 {
  line-height: 1.1;
}
.line12 {
  line-height: 1.2;
}
.line13 {
  line-height: 1.3;
}
.line14 {
  line-height: 1.4;
}
.line15 {
  line-height: 1.5;
}
.line16 {
  line-height: 1.6;
}
.line17 {
  line-height: 1.7;
}
.line18 {
  line-height: 1.8;
}
.line19 {
  line-height: 1.9;
}
.line2 {
  line-height: 2;
}
.line100 {
  line-height: 100%;
}
.color333 {
  color: #333;
}
.colorfff {
  color: #fff;
}
.coloraaa {
  color: #aaa;
}
.color000 {
  color: #000;
}
.colorbbb {
  color: #bbb;
}
.colorccc {
  color: #ccc;
}
.color888 {
  color: #888;
}
.color999 {
  color: #999;
}
.color666 {
  color: #666;
}
.font12 {
  font-size: 0.12rem;
}
.font14 {
  font-size: 0.14rem;
}
.font16 {
  font-size: 0.16rem;
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font32 {
  font-size: 0.32rem;
}
.font34 {
  font-size: 0.34rem;
}
.font36 {
  font-size: 0.36rem;
}
.font38 {
  font-size: 0.38rem;
}
.font40 {
  font-size: 0.4rem;
}
.font42 {
  font-size: 0.42rem;
}
.font44 {
  font-size: 0.44rem;
}
.font46 {
  font-size: 0.46rem;
}
.font48 {
  font-size: 0.48rem;
}
.font50 {
  font-size: 0.5rem;
}
.font52 {
  font-size: 0.52rem;
}
.font54 {
  font-size: 0.54rem;
}
.font56 {
  font-size: 0.56rem;
}
.font58 {
  font-size: 0.58rem;
}
.font60 {
  font-size: 0.6rem;
}
.font66 {
  font-size: 0.66rem;
}
.max1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.max2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.max3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.max4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.max8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.w1 {
  width: 0.1rem;
}
.w2 {
  width: 0.1rem;
}
.w4 {
  width: 0.1rem;
}
.w5 {
  width: 0.5rem;
}
.w6 {
  width: 0.6rem;
}
.w7 {
  width: 0.7rem;
}
.w8 {
  width: 0.8rem;
}
.w9 {
  width: 0.9rem;
}
.w10 {
  width: 1rem;
}
.coustom-scroll::-webkit-scrollbar {
  width: 4px;
}
.coustom-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #d6d6d6;
}
.coustom-scroll::-webkit-scrollbar-thumb {
  background-color: #8e8e8e;
  border-radius: 2px;
}
.coustom-scroll::-webkit-scrollbar-button {
  background-color: #fff;
  display: none;
}
.coustom-scroll::-webkit-scrollbar-corner {
  background-color: #000;
}
.colorMain {
  color: #006ec0;
}
.bgCover {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.navMenu {
  right: 0;
  display: none;
  z-index: 22;
  position: relative;
  cursor: pointer;
  width: 0.5rem;
  height: 0.4rem;
  margin-left: 10px;
}
.navMenu span {
  border-radius: 2px;
  position: absolute;
  left: 0;
  background: #fb830f;
  width: 100%;
  height: 2px;
  display: block;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.navMenu .line1 {
  top: 0;
}
.navMenu .line2 {
  top: 50%;
  margin-top: -1px;
}
.navMenu .line3 {
  bottom: 0;
}
.navMenu.on .line1 {
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  top: 50%;
  bottom: auto;
}
.navMenu.on .line2 {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 50%;
  bottom: auto;
}
.navMenu.on .line3 {
  display: none;
}
.upCase {
  text-transform: uppercase;
}