@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: SourceHanSansCN-Regular, -apple-system, BlinkMacSystemFont, PingFang SC, "Microsoft YaHei", Arial;
  font-size: 16px;
  font-weight: 400;
  color: #3F4552;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
h1{font-size:.36rem;}
.x2{ letter-spacing:2px}
.x5{ letter-spacing:5px}
.x10{ letter-spacing:10px}
.regulars01 {
  font-family: "SourceHanSansCN-Regular";
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "remixicon" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.autowidth {
	width: 85.652%;
	margin: auto;
    max-width: 1430.016px;
}
.shscfont {
  font-family: "shscfont";
}

@media screen and (max-width: 1920px) {
    max-width: 1430.016px;
}
.fontDIN {
  font-family: 'fontDIN';
}
.fontGotham {
  font-family: 'fontGotham';
}
.fontzht {
  font-family: Microsoft JhengHei;
}
.fontnormal {
  font-weight: normal;
}
.fontBold {
  font-weight: bold;
}
.iconfont {
  font-family: "iconfont";
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconTp {
  vertical-align: top;
  display: inline-block;
}
.iconCt {
  vertical-align: middle;
  display: inline-block;
}
.scaleImg,
.scaleImg2,
.halfImg {
  overflow: hidden;
  display: block;
  position: relative;
}
.scaleImg img {
  width: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s; 
}
.scaleImg img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}
.scaleImg2 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.scaleImg3 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  height: 3.5rem;
  object-fit: cover;
}
.scaleImg4 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  height: 2.5rem;
  object-fit: cover;
}
.scaleImg02 img {
  width: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s; 
height: 2rem;
}

header {
	    position: relative;
}
.homeBody header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99
}
.homeBody .homeBanner {
	    margin-top: 0.8rem;
}
.scaleImg02 img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}
* {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
/*去掉手机端a链接点击时候出现的边框*/
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl,
.floatLeft {
  float: left;
}
.fr,
.floatRight {
  float: right;
}
.position2 {
  position: relative;
  z-index: 2;
  display: block;
}
.position3 {
  position: relative;
  z-index: 3;
  display: block;
}
.position4 {
  position: relative;
  z-index: 4;
  display: block;
}
.singleTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.overHidden {
  overflow: hidden;
}
.fontpfReg {
  font-weight: lighter;
}
.upcase {
  text-transform: uppercase;
}
.cplize {
  text-transform: capitalize;
}
.inlineBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.blockDiv > img,
.blockImg {
  display: block;
  width: 100%;
}
.block {
  display: block;
  position: relative;
}
.verTop {
  vertical-align: top;
}
.verMid {
  vertical-align: middle;
}
.versub {
  vertical-align: sub;
}
.br1 {
  border-radius: 0.1rem;
  overflow: hidden;
}
.br2 {
  border-radius: 0.2rem;
  overflow: hidden;
}
a {
  transition: all 0.3s;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.flexcol {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.flexwp {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flexbt {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.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;
}
.flexat {
  align-items: center;
  -webkit-align-items: center;
}
.flexst {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.flexend {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.flexrev {
  flex-flow: row-reverse;
  -webkit-flex-flow: row-reverse;
}
.flexstretch {
  align-items: stretch!important;
}
.flexReverse {
  flex-flow: row-reverse;
}
.flexLine {
  display: flex;
  flex-direction: column;
}
.flexStart {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0.1rem;
}
.flexCenter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flexEnd {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.font300 {
  font-weight: 300;
}
.font500 {
  font-weight: 500;
}
.font700 {
  font-weight: 700;
}
.rights {
  text-align: right;
}
.centers {
  text-align: center;
}
.lefts {
  text-align: left;
}
.opacity1 {
  opacity: 0.1;
}
.opacity2 {
  opacity: 0.2;
}
.opacity3 {
  opacity: 0.3;
}
.opacity4 {
  opacity: 0.4;
}
.opacity5 {
  opacity: 0.5;
}
.opacity6 {
  opacity: 0.6;
}
.opacity7 {
  opacity: 0.7;
}
.opacity8 {
  opacity: 0.8;
}
.opacity9 {
  opacity: 0.9;
}
.opacity10 {
  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%;
}
.hig1{
  height: .6rem;
}
.color333 {
  color: #333;
}
.colorfff {
  color: #fff;
}
.colorbbbfff {
  color: #000;
}
.coloraaa {
  color: #aaa;
}
.color000 {
  color: #000;
}
.colorbbb {
  color: #bbb;
}
.colorccc {
  color: #ccc;
}
.color888 {
  color: #888;
}
.color999 {
  color: #666;
}
.color666 {
  color: #666;
}
.mfont12 {
  font-size: 12px;
}
.mfont13 {
  font-size: 13px;
}
.mfont14 {
  font-size: 14px;
}
.mfont16 {
  font-size: 16px;
}
.mfont18 {
  font-size: 18px;
}
.mfont20 {
  font-size: 20px;
}
.mfont24 {
  font-size: 24px;
}
.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;
}
.font80 {
  font-size: 0.8rem;
}
.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;
}
.aLink {
  display: block;
}
.overflowY {
  overflow-y: auto;
}
.loadings {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  display: none\9;
}
.loadings .gif {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  margin-top: -0.2rem;
}
.scrollToTop {
  background: #333;
  line-height: 0.4rem;
  width: 0.4rem;
  font-size: 0.18rem;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0.15rem;
  bottom: 0.15rem;
  z-index: 10;
  display: none;
}
.covverBg,
.coverBg {
  background-size: cover !important;
}
#video1 {
  position: relative;
  margin: auto;
  height: 80%;
  top: 10%;
  max-width: 1200px;
}
.video-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}
.video-close {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999999;
  padding: 15px;
  line-height: 1;
}
#fz-videoAct {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#video1 video {
  max-width: 100%;
  display: block;
}
.ico44,
.icon44 {
  width: 44px;
}
.ico30,
.icon30 {
  width: 30px;
}
.ico40,
.icon40 {
  width: 40px;
}
.icon60 {
  width: 60px;
}
.icon50 {
  width: 50px;
}
.colorlogo {
  color: #00BE95;
}
.bglogo {
  background: #00BE95;
}
.swiper-pagination {
  position: static;
  text-align: 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: #a4ce4f;
  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;
}
.borderMore {
  padding: 5px 25px;
  background: #00BE95;
  color: #fff;
  border: 1px solid #00BE95;
  cursor: pointer;
  transition: 0.5s;
}
.borderMore2 {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.wt60 {
  width: 0.6rem;
}
.wt50 {
  width: 0.5rem;
}
.wt26 {
  width: 0.26rem;
}
.wt100 {
  width: 1rem;
}
.bgCover {
  background-size: cover !important;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.videoImg {
  height: 100%;
}
.videoImg img {
  max-width: 90%;
  max-height: 90%;
}
@media only screen and (min-width: 1024px) {
  .scaleImg:hover > img,
  .halfImg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .scaleImg2 img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .scrollToTop:hover {
    background: #E46007;
    color: #fff;
  }
  .hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    cursor: pointer;
  }
  .hover:hover {
    color: #c21823 !important;
  }
  .animationDH {
    opacity: 0;
  }
  .animationDH.current {
    opacity: 1;
  }
  .animateRt.current {
    animation: 1s dh_rt linear both;
    -webkit-animation: 1s dh_rt linear both;
  }
  .animateLt.current {
    animation: 1s dh_lt linear both;
    -webkit-animation: 1s dh_lt linear both;
  }
  .animateTt.current {
    animation: 1s dh_tt linear both;
    -webkit-animation: 1s dh_tt linear both;
  }
  .animateBt.current {
    animation: 1s dh_bt linear both;
    -webkit-animation: 1s dh_bt linear both;
  }
  .animate1.current {
    animation: 1s dh_1 linear both;
    -webkit-animation: 1s dh_1 linear both;
  }
  .animate2.current {
    animation: 1s dh_2 linear both;
    -webkit-animation: 1s dh_2 linear both;
  }
  .animationDH.current .dhy1,
  .swiper-slide-active .dhy1 {
    animation: 0.75s dhs linear both;
    -webkit-animation: 0.75s dhs linear both;
  }
  .animationDH.current .dhy2,
  .swiper-slide-active .dhy2 {
    animation: 0.75s 0.25s dhs linear both;
    -webkit-animation: 0.75s 0.25s dhs linear both;
  }
  .animationDH.current .dhy3,
  .swiper-slide-active .dhy3 {
    animation: 0.75s 0.5s dhs linear both;
    -webkit-animation: 0.75s 0.5s dhs linear both;
  }
  .animationDH.current .dhy4,
  .swiper-slide-active .dhy4 {
    animation: 0.75s 0.75s dhs linear both;
    -webkit-animation: 0.75s 0.75s dhs linear both;
  }
  .animationDH.current .dhy5,
  .swiper-slide-active .dhy5 {
    animation: 0.75s 1s dhs linear both;
    -webkit-animation: 0.75s 1s dhs linear both;
  }
}
@-webkit-keyframes aniBnner {
  from {
    opacity: 0;
    -webkit-transform: translate(200px, 0%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes aniBnner {
  from {
    opacity: 0;
    transform: translate(200px, 0%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes dh_rt {
  from {
    opacity: 0;
    -webkit-transform: translate(60px, 0%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes dh_rt {
  from {
    opacity: 0;
    transform: translate(60px, 0%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes dh_lt {
  from {
    opacity: 0;
    -webkit-transform: translate(-60px, 0%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes dh_lt {
  from {
    opacity: 0;
    transform: translate(-60px, 0%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes dh_tt {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes dh_tt {
  from {
    opacity: 0;
    transform: translate(0, -60px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes dh_bt {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes dh_bt {
  from {
    opacity: 0;
    transform: translate(0, 60px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes dhs {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes dhs {
  from {
    opacity: 0;
    transform: translate(0, 40px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes lineQ1 {
  0% {
    opacity: 0.8;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes lineQ1 {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@keyframes suof {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes suof {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .navMenu {
    display: block;
  }
  a {
    transition: 0s;
    -webkit-transition: 0s;
  }
  .scrollToTop {
    width: 0.58rem;
    line-height: 0.58rem;
    font-size: 0.3rem;
  }
  .flexBlock {
    display: block;
  }
  .flexBlock > * {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    z-index: 30;
    position: relative;
  }
  ::-webkit-scrollbar-thumb {
    background: #aaa;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background: #aaa;
  }
  .overflow::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    border-radius: 5px;
  }
  .overflow::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.52);
    opacity: 0.5;
  }
  .overflow::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .hoverColor {
    transition: all 0.5s;
  }
  .hoverColor:hover {
    color: #00BE95;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 0.16rem;
  }
  .font14 {
    font-size: 0.14rem;
  }
  .font15 {
    font-size: 0.15rem;
  }
  .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;
  }
  .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;
  }
  .font68 {
    font-size: 0.68rem;
  }
  .mfont12 {
    font-size: 12px;
  }
  .colorbbbfff {
  color: #fff;
}
}
@media only screen and (max-width: 1367px) {
	  body {
    font-size: 0.16rem;
  }
  .font14 {
    font-size: 0.14rem;
  }
  .font15 {
    font-size: 0.15rem;
  }
  .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;
  }
  .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;
  }
  .font68 {
    font-size: 0.68rem;
  }
  .mfont12 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 960px) {
 body {
    font-size: 0.22rem;
  }
  .font14 {
    font-size: 0.24rem;
  }
  .font15 {
    font-size: 0.19rem;
  }
  .font16 {
    font-size: 0.24rem;
  }
  .font18 {
    font-size: 0.26rem;
  }
  .font20 {
    font-size: 0.28rem;
  }
  .font22 {
    font-size: 0.3rem;
  }
  .font24 {
    font-size: 0.26rem;
  }
  .font26 {
    font-size: 0.34rem;
  }
  .font28 {
    font-size: 0.36rem;
  }
  .font30 {
    font-size: 0.38rem;
  }
  .font32 {
    font-size: 0.36rem;
  }
  .font34 {
    font-size: 0.38rem;
  }
  .font36 {
    font-size: 0.4rem;
  }
  .font38 {
    font-size: 0.42rem;
  }
  .font40 {
    font-size: 0.44rem;
  }
  .font42 {
    font-size: 0.46rem;
  }
  .font44 {
    font-size: 0.48rem;
  }
  .font48 {
    font-size: 0.52rem;
  }
  .font50 {
    font-size: 0.54rem;
  }
  .font52 {
    font-size: 0.56rem;
  }
  .font54 {
    font-size: 0.58rem;
  }
  .font56 {
    font-size: 0.6rem;
  }
  .font58 {
    font-size: 0.62rem;
  }
  .font60 {
    font-size: 0.64rem;
  }
  .font68 {
    font-size: 0.72rem;
  }
  .mfont12 {
    font-size: 16px;
  }
}
