@font-face {
    font-family: siyuanregular;
    src: ,
      ,
      ,
      ;
    font-weight: 400;
    font-style: normal;
  }
  
  body {
    font-family: siyuanregular, sans-serif;
  }
  

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rb_content {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.rb_btn {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #dcdcdc;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 999;
}
.rb_btn_content {
  font-family: "microsoft yahei" !important;
}
@media (min-width: 1200px) {
  .rb_btn_content {
    margin: 0 auto;
    width: 1200px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .rb_btn_content {
    width: 100%;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .rb_btn .rb_good_name {
    float: left;
    font-size: 20px;
    line-height: 40px;
    margin-left: 10px;
  }
  .rb_btn .rb_overview_btn {
    position: relative;
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
  }
  .rb_btn .rb_parameter_btn {
    position: relative;
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
  }
  .rb_btn .rb_overview_btn:active,
  .rb_btn .rb_overview_btn:hover,
  .rb_btn .rb_parameter_btn:active,
  .rb_btn .rb_parameter_btn:hover {
    color: #e60012;
  }
  .rb_btn .rb_overview_btn span,
  .rb_btn .rb_parameter_btn span {
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 4px solid #e60012;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transform: scalex(0);
    -ms-transform: scalex(0);
    transform: scalex(0);
    -webkit-transform: scalex(0);
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform-origin: center;
  }
  .rb_btn_selected {
    -moz-transform: scalex(1) !important;
    -ms-transform: scalex(1) !important;
    transform: scalex(1) !important;
    -webkit-transform: scalex(1) !important;
  }
  .rb_btn .rb_btn_line {
    margin-top: 14px;
    float: right;
    display: inline-block;
    height: 12px;
    border-right: 1px solid #dcdcdc;
  }
  .rb_btn .rb_buy_btn {
    float: right;
    font-size: 14px;
  }
  .rb_btn .rb_buy_btn a {
    display: block;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    width: 93px;
    text-align: center;
    color: #fff;
    background-color: #e60012;
    border: none;
    cursor: pointer;
    text-decoration: none;
  }
  .rb_btn .rb_buy_btn a:focus {
    outline: 0;
  }
  .rb_btn .rb_buy_btn a:hover {
    font-weight: 600;
    background: -webkit-linear-gradient(#e60012, #c40413);
    background: -moz-linear-gradient(#e60012, #c40413);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e60012),
      to(#c40413)
    );
    background: linear-gradient(#e60012, #c40413);
  }
  .rb_btn_slidedown {
    position: absolute;
    top: 40px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: translatey(-120px);
    -moz-transform: translatey(-120px);
    -ms-transform: translatey(-120px);
    transform: translatey(-120px);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform;
    transition: opacity 0.5s, -webkit-transform;
    -moz-transition: transform, opacity 0.5s, -moz-transform;
    transition: transform, opacity 0.5s;
    transition: transform, opacity 0.5s, -webkit-transform, -moz-transform;
  }
}
@media (max-width: 767px) {
  .rb_btn_content {
    position: relative;
  }
  .rb_good_name {
    float: left;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: red;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .rb_good_icon {
    position: relative;
    left: 5px;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: ;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  }
  .rb_good_icon_move {
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }
  .rb_buy_btn {
    float: right;
    font-size: 14px;
  }
  .rb_btn .rb_buy_btn a {
    display: block;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    width: 93px;
    text-align: center;
    color: #fff;
    background-color: #e60012;
    border: none;
    cursor: pointer;
    text-decoration: none;
  }
  .rb_btn .rb_buy_btn a:focus {
    outline: 0;
  }
  .rb_btn_slidedown {
    position: absolute;
    top: 40px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: translatey(-120px);
    -moz-transform: translatey(-120px);
    -ms-transform: translatey(-120px);
    transform: translatey(-120px);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform;
    transition: opacity 0.5s, -webkit-transform;
    -moz-transition: transform, opacity 0.5s, -moz-transform;
    transition: transform, opacity 0.5s;
    transition: transform, opacity 0.5s, -webkit-transform, -moz-transform;
  }
  .rb_btn_slidedown_move {
    -webkit-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -ms-transform: translatey(0) !important;
    transform: translatey(0) !important;
    opacity: 1;
  }
  .rb_btn_slidedown div {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    font-size: 13px;
    -webkit-tap-highlight-color: transparent;
  }
  .rb_btn_selected {
    color: #848484;
  }
}

/* pc端图片 */
@media (min-width: 768px) {
  .banner_1 {
    position: relative;
    width: 100%;
    padding-top: 44.271%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_2_0 {
    position: relative;
    width: 100%;
    padding-top: 47.917%;
    overflow: hidden;
    color: #fff;
  }
  .banner_2 {
    position: relative;
    width: 100%;
    padding-top: 54.219%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .banner_2 .camera {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .banner_2 .ray {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_2 .cloud {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_2 .animtext {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_2 .arrows {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_3_0 {
    position: relative;
    width: 100%;
    padding-top: 57.552%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_3_0 .ray {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_3_0 .animtext {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_3 {
    position: relative;
    width: 100%;
    padding-top: 97.1354%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_3 .cross {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_3 .flat1 {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_3 .flat2 {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_3 .flat3 {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_4 {
    position: relative;
    width: 100%;
    padding-top: 57.7083%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_4 .mike {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_5 {
    position: relative;
    width: 100%;
    padding-top: 260%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
  }
  .banner_6 {
    position: relative;
    width: 100%;
    padding-top: 40.052%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_7 {
    position: relative;
    width: 100%;
    padding-top: 105.1%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
  }
  .banner_8 {
    position: relative;
    width: 100%;
    padding-top: 26.0417%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_9 {
    position: relative;
    width: 100%;
    padding-top: 48.02%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100.1%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_10_0 {
    position: relative;
    width: 100%;
    padding-top: 57.292%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_10 {
    position: relative;
    width: 100%;
    padding-top: 54.6875%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_11 {
    position: relative;
    width: 100%;
    padding-top: 42.8646%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_12 {
    position: relative;
    width: 100%;
    padding-top: 176.09375%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
}
/* 移动端图片 */
@media (max-width: 767px) {
  .banner_1 {
    position: relative;
    width: 100%;
    padding-top: 146.667%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_2_0 {
    position: relative;
    width: 100%;
    padding-top: 146.667%;
    background-color: #000;
    overflow: hidden;
    color: #fff;
  }
  .banner_2 {
    position: relative;
    width: 100%;
    padding-top: 160%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .banner_2 .ray {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_2 .arrows {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_2 .cloud {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  /* .banner_2 .animtext {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  } */
  .banner_3_0 {
    position: relative;
    width: 100%;
    padding-top: 160%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_3_0 .ray {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_3_0 .animtext {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_3 {
    position: relative;
    width: 100%;
    padding-top: 280%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_3 .cross {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_3 .flat1 {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_3 .flat2 {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_3 .flat3 {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_4 {
    position: relative;
    width: 100%;
    padding-top: 166.267%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_4 .mike {
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_5 {
    position: relative;
    width: 100%;
    padding-top: 415.6%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_6 {
    position: relative;
    width: 100%;
    padding-top: 93.333%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_7 {
    position: relative;
    width: 100%;
    padding-top: 241.2%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_8 {
    position: relative;
    width: 100%;
    padding-top: 61.333%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_9 {
    position: relative;
    width: 100%;
    padding-top: 224%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100.1%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_10_0 {
    position: relative;
    width: 100%;
    padding-top: 233.333%;
    background-image: ;
    -moz-background-size: 100% 100.1%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_10 {
    position: relative;
    width: 100%;
    padding-top: 194.167%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_11 {
    position: relative;
    width: 100%;
    padding-top: 131.067%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
  .banner_12 {
    position: relative;
    width: 100%;
    padding-top: 371.6%;
    background-image: ;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
  }
}

/* 通用样式及动画 */
/* 文字动画 */
@-webkit-keyframes text-animate {
    0% {
      opacity: 0;
      -webkit-transform: translatey(30px);
      transform: translatey(30px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translatey(0);
      transform: translatey(0);
    }
  }
  
@keyframes text-animate {
  0% {
    opacity: 0;
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

.text-move {
  opacity: 0;
}

.text-move-delay {
  opacity: 0;
}

.text-move-delayer {
  opacity: 0;
}

.text-animate {
  -webkit-animation: text-animate ease-out 0.7s forwards;
  animation: text-animate ease-out 0.7s forwards;
}

.text-animate-delay {
  -webkit-animation: text-animate ease-out 0.7s 0.5s forwards;
  animation: text-animate ease-out 0.7s 0.5s forwards;
}

.text-animate-delayer {
  -webkit-animation: text-animate ease-out 0.7s 1s forwards;
  animation: text-animate ease-out 0.7s 1s forwards;
}

.player-shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}
.player-shade .player {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.player-shade .player video {
  width: 100%;
}
.player-shade .player .close {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: -40px;
  right: 12px;
  cursor: pointer;
}
.player-shade .player .close:hover {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  .player-shade .player {
    width: 60%;
  }
}

@-moz-keyframes raym {
  from {
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
  }
  to {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes raym {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes raym {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes cloudm {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 1;
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
  }
}
@keyframes cloudm {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes cloudm {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animtextm {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animtextm {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 1;
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
  }
}
@keyframes animtextm {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes arrowsm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes arrowsm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowsm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes itemm {
  from {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes itemm {
  from {
    opacity: 0;
    -moz-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  to {
    opacity: 1;
    -moz-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes itemm {
  from {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    transform: translatex(0);
  }
}
@-webkit-keyframes flatm {
  from {
    opacity: 0;
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes flatm {
  from {
    opacity: 0;
    -moz-transform: translatey(30px);
    transform: translatey(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes flatm {
  from {
    opacity: 0;
    -webkit-transform: translatey(30px);
    -moz-transform: translatey(30px);
    transform: translatey(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    transform: translatey(0);
  }
}

@-webkit-keyframes mikem {
  from {
    opacity: 0;
    -webkit-transform: translatex(30px) scale(0.8);
    transform: translatex(30px) scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0) scale(1);
    transform: translatex(0) scale(1);
  }
}
@-moz-keyframes mikem {
  from {
    opacity: 0;
    -moz-transform: translatex(30px) scale(0.8);
    transform: translatex(30px) scale(0.8);
  }
  to {
    opacity: 1;
    -moz-transform: translatex(0) scale(1);
    transform: translatex(0) scale(1);
  }
}
@keyframes mikem {
  from {
    opacity: 0;
    -webkit-transform: translatex(30px) scale(0.8);
    -moz-transform: translatex(30px) scale(0.8);
    transform: translatex(30px) scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0) scale(1);
    -moz-transform: translatex(0) scale(1);
    transform: translatex(0) scale(1);
  }
}

/* pc端样式 */
@media all and (min-width: 768px) {
  .max {
    display: block !important;
  }
  .min {
    display: none !important;
  }
  .title {
    width: 100%;
    position: absolute;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  p {
    text-align: center;
  }
  .flex.max {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .banner_2_0 .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .banner_2_0 .video-bg video {
    width: 100%;
  }
  .banner_2_0 .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .banner_2_0 .title_1 {
    top: 25%;
    left: 19.22%;
    font-weight: 700;
    z-index: 2;
  }
  .banner_2_0 .title_1 p {
    text-align: left;
  }
  .banner_2_0 .title_2 {
    top: 50%;
    left: 19.22%;
    font-weight: 700;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
  }
  .banner_2_0 .title_2 img {
    width: 3.02vw;
    margin-right: 0.63vw;
    cursor: pointer;
  }
  .banner_2_0 .title_2 p {
    text-align: left;
  }

  .banner_2 .title_1 {
    width: 100%;
    position: absolute;
    top: 9.51%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #000;
  }
  .banner_2 .title_2 {
    width: 100%;
    position: absolute;
    top: 19.6926%;
    padding: 0;
    margin: 0;
    color: #000;
  }
  .banner_2 .ray {
    position: absolute;
    width: 19.6875%;
    height: 46.78194%;
    top: 38.3%;
    left: 44%;
    padding: 0;
    margin: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transform-origin: 3.439% 0.821%;
    -moz-transform-origin: 3.439% 0.821%;
    -ms-transform-origin: 3.439% 0.821%;
    transform-origin: 3.439% 0.821%;
  }
  .banner_2 .ray-move {
    -moz-animation: raym 1s linear;
    animation: raym 1s linear;
    -webkit-animation: raym 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
  }

  .banner_2 .cloud {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 3;
  }
  .banner_2 .cloud-move {
    -moz-animation: cloudm 1s linear;
    animation: cloudm 1s linear;
    -webkit-animation: cloudm 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  .banner_2 .animtext {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 4;
    -webkit-transform-origin: 55.677% 29.49%;
    -moz-transform-origin: 55.677% 29.49%;
    -ms-transform-origin: 55.677% 29.49%;
    transform-origin: 55.677% 29.49%;
  }
  .banner_2 .animtext-move {
    -moz-animation: animtextm 2s linear;
    animation: animtextm 2s linear;
    -webkit-animation: animtextm 2s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  .banner_2 .arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 5;
  }
  .banner_2 .arrows-move {
    -moz-animation: arrowsm 1s linear;
    animation: arrowsm 1s linear;
    -webkit-animation: arrowsm 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  .banner_3_0 .title_1 {
    width: 100%;
    position: absolute;
    top: 10.86%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #000;
  }
  .banner_3_0 .title_2 {
    width: 100%;
    position: absolute;
    top: 21.72%;
    padding: 0;
    margin: 0;
    color: #000;
  }
  .banner_3_0 .ray {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2;
    opacity: 0;
  }
  .banner_3_0 .ray-move {
    -moz-animation: arrowsm 1s linear;
    animation: arrowsm 1s linear;
    -webkit-animation: arrowsm 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
  }
  .banner_3_0 .animtext {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 3;
    transform-origin: 37.5% 36.1%;
  }
  .banner_3_0 .animtext-move {
    -moz-animation: animtextm 1.5s linear;
    animation: animtextm 1.5s linear;
    -webkit-animation: animtextm 1.5s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  .banner_3 .title_1 {
    width: 100%;
    position: absolute;
    top: 5.362%;
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: bold;
  }
  .banner_3 .title_2 {
    width: 100%;
    position: absolute;
    top: 11.689%;
    padding: 0;
    margin: 0;
    color: #000;
  }
  .banner_3 .title_3 {
    width: 100%;
    position: absolute;
    top: 58.1769%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #000;
  }
  .banner_3 .item {
    position: absolute;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
  }
  .banner_3 .item1 {
    top: 20.455%;
    left: 19.323%;
  }
  .banner_3 .item2 {
    top: 29%;
    left: 23%;
  }
  .banner_3 .item3 {
    top: 37%;
    left: 13%;
  }
  .banner_3 .item4 {
    top: 22%;
    left: 67%;
  }
  .banner_3 .item5 {
    top: 30%;
    left: 62%;
  }
  .banner_3 .cross {
    margin-right: 1em;
    display: inline-block;
  }
  .item-move {
    -moz-animation: itemm 1s linear;
    animation: itemm 1s linear;
    -webkit-animation: itemm 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
  }

  .flat {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 2;
  }
  .flat1-move {
    -moz-animation: flatm 0.5s linear;
    animation: flatm 0.5s linear;
    -webkit-animation: flatm 0.5s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
  }
  .flat2-move {
    -moz-animation: flatm 0.5s linear;
    animation: flatm 0.5s linear;
    -webkit-animation: flatm 0.5s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
  }
  .flat3-move {
    -moz-animation: flatm 0.5s linear;
    animation: flatm 0.5s linear;
    -webkit-animation: flatm 0.5s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
  }

  .banner_4 .title {
    position: absolute;
    left: 0;
    top: 8.935%;
    padding: 0;
    margin: 0;
    z-index: 2;
    font-weight: bold;
    color: #000;
  }
  .banner_4 .list_1 {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 31%;
    width: 55%;
    height: 14.899%;
  }
  .banner_4 .list_2 {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    width: 55%;
    height: 14.899%;
  }
  .banner_4 .list .titl {
    position: relative;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 1%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .banner_4 .mike {
    position: absolute;
    width: 31.198%;
    height: 33.123%;
    top: 46.1%;
    left: 14.5%;
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-transform-origin: 70% 85%;
    -moz-transform-origin: 70% 85%;
    -ms-transform-origin: 70% 85%;
    transform-origin: 70% 85%;
    z-index: 2;
  }
  .mike-move {
    -moz-animation: mikem 1s linear;
    animation: mikem 1s linear;
    -webkit-animation: mikem 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
  }

  .banner_5 .title_1 {
    width: 100%;
    position: absolute;
    top: 1.25%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #0069be;
  }
  .banner_5 .title_2 {
    width: 100%;
    position: absolute;
    top: 5.8%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #000;
  }
  .banner_5 .title_3 {
    width: 100%;
    position: absolute;
    top: 10.7%;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .banner_5 .title_4 {
    width: 100%;
    position: absolute;
    top: 12.7%;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .banner_5 .title_5 {
    width: 100%;
    position: absolute;
    top: 32.12%;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .banner_5 .title_6 {
    width: 100%;
    position: absolute;
    top: 34.14%;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .banner_5 .title_7 {
    width: 100%;
    position: absolute;
    top: 54.28%;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .banner_5 .title_8 {
    width: 100%;
    position: absolute;
    top: 56.8%;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .banner_5 .title_9 {
    width: 100%;
    position: absolute;
    top: 59.7%;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .banner_5 .title_10 {
    width: 100%;
    position: absolute;
    top: 62%;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .banner_5 .title_11 {
    width: 100%;
    position: absolute;
    top: 78%;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .banner_5 .title_12 {
    width: 100%;
    position: absolute;
    top: 80.5%;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .banner_6 .title_1 {
    width: 100%;
    position: absolute;
    top: 12%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #000;
  }
  .banner_6 .title_2 {
    width: 100%;
    position: absolute;
    top: 26%;
    padding: 0;
    margin: 0;
    color: #000;
  }
  .banner_7 .title {
    position: absolute;
    top: 14%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #fff;
  }
  .banner_7 .fu-title {
    width: 100%;
    position: absolute;
    top: 20%;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .banner_7 .list_1 {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 31%;
    width: 60.90625%;
    height: 14.899%;
  }
  .banner_7 .list .titl {
    position: relative;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 1%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .banner_7 .list_2 {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
    width: 39.16667%;
    height: 14.899%;
  }
  .banner_8 .title {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 14%;
    padding: 0;
    width: 21%;
    color: #e60012;
    cursor: pointer;
  }
  #parameter {
    display: none;
  }

  .banner_9 .title {
    position: absolute;
    left: 0;
    top: 56%;
    padding: 0;
    margin: 0;
    z-index: 1;
    font-weight: bold;
    color: #fff;
  }
  .banner_9 .title_2 {
    position: absolute;
    top: 77.77%;
    left: 25%;
    width: 50%;
  }
  .banner_9 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner_9 .text-1 {
    font-size: 2.34vw;
    font-weight: bold;
    color: #feee1d;
  }
  .banner_9 .text-2 {
    color: #fff;
  }

  .banner_10_0 .title {
    position: absolute;
    left: 0;
    top: 11%;
    padding: 0;
    margin: 0;
    z-index: 1;
    font-weight: bold;
    color: #fff;
  }
  .banner_10_0 .title_2 {
    position: absolute;
    top: 25.82%;
    left: 27%;
    width: 46%;
  }
  .banner_10_0 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner_10_0 .text-1 {
    font-size: 2.34vw;
    font-weight: bold;
    color: #feee1d;
  }
  .banner_10_0 .text-2 {
    color: #fff;
  }

  .banner_10 .title_1 {
    position: absolute;
    top: 17.43%;
    left: 8.44%;
    font-weight: bold;
    text-align: left;
    color: #fff;
  }
  .banner_10 .title_2 {
    position: absolute;
    top: 37%;
    left: 8.44%;
    color: #fff;
  }
  .banner_10 p {
    text-align: left;
  }

  .banner_11 .title {
    width: 100%;
    position: absolute;
    top: 10%;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 3;
    font-weight: bold;
    color: #000;
  }
  .banner_11 .list_1 {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 43.7424%;
    width: 82.75%;
    height: 14.899%;
  }
  .banner_11 .list_2 {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 49.6962%;
    width: 82.75%;
    height: 14.899%;
  }
  .banner_11 .list_3 {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 78.4933%;
    width: 82.75%;
    height: 14.899%;
  }
  .banner_11 .list_4 {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 84.4471%;
    width: 82.75%;
    height: 14.899%;
  }
  .banner_11 .list .titl {
    position: relative;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 1%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #000;
  }
  .banner_11 .list_2 .titl,
  .banner_11 .list_4 .titl {
    color: #000;
  }
}
/* 移动端样式 */
@media all and (max-width: 767px) {
  .max {
    display: none !important;
  }
  .min {
    display: block !important;
  }
  .rb_content {
    margin-top: 1.18rem;
  }

  .title {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
  }
  p {
    text-align: left;
  }
  .flex.min {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .banner_2_0 .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 0;
  }
  .banner_2_0 .video-bg video {
    width: 100%;
  }
  .banner_2_0 .video-mask {
    position: absolute;
    top: 39.73%;
    left: 0;
    width: 100%;
    height: 42.91%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .banner_2_0 .title_1 {
    top: 18.18%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: 700;
    color: #fff;
    z-index: 2;
  }
  .banner_2_0 .title_2 {
    top: 88.09%;
    left: 0;
    width: 100%;
    font-size: 8vw;
    font-weight: 700;
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
  }
  .banner_2_0 .title_2 img {
    width: 7.73vw;
    margin-right: 1.6vw;
    cursor: pointer;
  }

  .banner_2 .title_1 {
    top: 16.67%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
  }
  .banner_2 .title_2 {
    top: 35.92%;
    left: 9.33%;
    width: 81.34%;
    font-size: 4.27vw;
    line-height: 1.5em;
    text-align: justify;
  }
  .banner_2 .ray {
    position: absolute;
    width: 38.53%;
    height: 31.5%;
    top: 55.67%;
    left: 38.53%;
    padding: 0;
    margin: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transform-origin: 3.114% 3.439%;
    -moz-transform-origin: 3.114% 3.439%;
    -ms-transform-origin: 3.114% 3.439%;
    transform-origin: 3.114% 3.439%;
  }
  .ray-move {
    -moz-animation: raym 1s linear;
    animation: raym 1s linear;
    -webkit-animation: raym 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
  }

  .banner_2 .arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 3;
    opacity: 0;
    -webkit-transform-origin: 50.27% 54.09%;
    -moz-transform-origin: 50.27% 54.09%;
    -ms-transform-origin: 50.27% 54.09%;
    transform-origin: 50.27% 54.09%;
  }
  .arrows-move {
    -moz-animation: arrowsm 1s linear;
    animation: arrowsm 1s linear;
    -webkit-animation: arrowsm 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  .banner_2 .cloud {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transform-origin: 59.6% 51.42%;
    -moz-transform-origin: 59.6% 51.42%;
    -ms-transform-origin: 59.6% 51.42%;
    transform-origin: 59.6% 51.42%;
  }
  .cloud-move {
    -moz-animation: cloudm 1s linear;
    animation: cloudm 1s linear;
    -webkit-animation: cloudm 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  .banner_3_0 .title_1 {
    top: 16.7%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
  }
  .banner_3_0 .title_2 {
    top: 35.92%;
    left: 9.33%;
    width: 81.34%;
    font-size: 4.27vw;
    line-height: 1.5em;
    text-align: justify;
  }
  .banner_3_0 .ray {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2;
    opacity: 0;
  }
  .banner_3_0 .ray-mobile-move {
    -moz-animation: arrowsm 1s linear;
    animation: arrowsm 1s linear;
    -webkit-animation: arrowsm 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
  }
  .banner_3_0 .animtext {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 3;
    transform-origin: 20.67% 58.33%;
  }
  .banner_3_0 .animtext-mobile-move {
    -moz-animation: animtextm 1.5s linear;
    animation: animtextm 1.5s linear;
    -webkit-animation: animtextm 1.5s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  .banner_3 .title_1 {
    top: 6.06%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
  }
  .banner_3 .title_2 {
    top: 19.36%;
    left: 9.33%;
    width: 81.34%;
    font-size: 4.27vw;
    line-height: 1.5em;
    text-align: justify;
  }
  .banner_3 .title_3 {
    top: 49%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
  }
  .banner_3 .item {
    position: absolute;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
  }
  .banner_3 .item1 {
    top: 30.28%;
    left: 65.07%;
  }
  .banner_3 .item2 {
    top: 40.3%;
    left: 4.4%;
  }
  .banner_3 .item3 {
    top: 35.98%;
    left: 60.13%;
  }
  .banner_3 .item4 {
    top: 27.92%;
    left: 11.33%;
  }
  .banner_3 .item5 {
    top: 32.76%;
    left: 4.27%;
  }
  .banner_3 .cross {
    display: inline-block;
  }
  .banner_3 span.second_size {
    margin-left: 1em;
  }
  .item-mobile-move {
    -moz-animation: itemm 1s linear;
    animation: itemm 1s linear;
    -webkit-animation: itemm 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
  }

  .flat {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 2;
  }
  .flat1-mobile-move {
    -moz-animation: flatm 0.5s linear;
    animation: flatm 0.5s linear;
    -webkit-animation: flatm 0.5s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
  }
  .flat2-mobile-move {
    -moz-animation: flatm 0.5s linear;
    animation: flatm 0.5s linear;
    -webkit-animation: flatm 0.5s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
  }
  .flat3-mobile-move {
    -moz-animation: flatm 0.5s linear;
    animation: flatm 0.5s linear;
    -webkit-animation: flatm 0.5s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
  }

  .banner_4 .title_1 {
    top: 14.04%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
  }
  .banner_4 .title_2 {
    top: 34.4%;
    left: 10%;
    width: 80%;
  }
  .banner_4 .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner_4 .icon {
    width: 14.4vw;
    height: 14.4vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .banner_4 .icon_1 {
    background-image: ;
  }
  .banner_4 .icon_2 {
    background-image: ;
  }
  .banner_4 .icon_3 {
    background-image: ;
  }
  .banner_4 .item-title {
    font-size: 4.27vw;
  }
  .banner_4 .item-detail {
    font-size: 2.67vw;
  }
  .banner_4 .item-detail p {
    text-align: center !important;
  }
  .banner_4 .mike {
    position: absolute;
    width: 44.8%;
    height: 19.81%;
    top: 64.23%;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transform-origin: 0 85%;
    -moz-transform-origin: 0 85%;
    -ms-transform-origin: 0 85%;
    transform-origin: 0 85%;
    opacity: 0;
    z-index: 2;
  }
  .mike-mobile-move {
    -moz-animation: mikem 1s linear;
    animation: mikem 1s linear;
    -webkit-animation: mikem 1s linear;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
  }

  .banner_5 .title_1 {
    top: 2.6%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #0069be;
  }
  .banner_5 .title_2 {
    top: 13%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
  }
  .banner_5 .title_3 {
    top: 58.13%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #fff;
  }
  .banner_5 .title_4 {
    top: 62.21%;
    left: 9.33%;
    width: 81.34%;
    font-size: 4.27vw;
    line-height: 1.5em;
    text-align: justify;
    color: #fff;
  }
  .banner_5 .title_5 {
    top: 76.45%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #fff;
  }
  .banner_5 .title_6 {
    top: 83.35%;
    left: 9.33%;
    width: 81.34%;
    font-size: 4.27vw;
    line-height: 1.5em;
    text-align: justify;
    color: #fff;
  }

  .banner_6 .title_1 {
    top: 16.92%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
  }
  .banner_6 .title_2 {
    top: 35.97%;
    left: 9.33%;
    width: 81.34%;
    font-size: 4.27vw;
    line-height: 1.5em;
    text-align: justify;
  }

  .banner_7 .title_1 {
    top: 12.05%;
    left: 14%;
    font-size: 9vw;
    font-weight: bold;
    color: #fff;
  }
  .banner_7 .title_2 {
    top: 24.82%;
    left: 14%;
    width: 72%;
    font-size: 4.27vw;
    line-height: 1.5em;
    text-align: justify;
    color: #fff;
  }
  .banner_7 .item {
    flex: 1;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .banner_7 .title_3 {
    top: 32.89%;
    left: 10%;
    width: 80%;
    font-size: 3.33vw;
    color: #fff;
  }
  .banner_7 .title_4 {
    top: 42.84%;
    left: 20%;
    width: 60%;
    font-size: 3.33vw;
    color: #fff;
  }
  .banner_7 .text {
    margin-top: 2px;
  }
  .banner_7 .icon {
    width: 14.4vw;
    height: 14.4vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .banner_7 .icon_1 {
    background-image: ;
  }
  .banner_7 .icon_2 {
    background-image: ;
  }
  .banner_7 .icon_3 {
    background-image: ;
  }
  .banner_7 .icon_4 {
    background-image: ;
  }
  .banner_7 .icon_5 {
    background-image: ;
  }

  .banner_8 .title {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 19.57%;
    text-align: center;
    padding: 0;
    font-size: 4.67vw;
    color: #e60012;
  }

  #parameter {
    display: none;
  }

  .banner_9 .title_1 {
    top: 11.9%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #fff;
  }
  .banner_9 .title_2 {
    top: 30.6%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #feee1d;
  }
  .banner_9 .title_3 {
    top: 36.25%;
    left: 9.33%;
    font-size: 4.27vw;
    font-weight: bold;
    color: #fff;
  }
  .banner_9 .title_4 {
    top: 46.96%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #feee1d;
  }
  .banner_9 .title_5 {
    top: 52.2%;
    left: 9.33%;
    font-size: 4.27vw;
    font-weight: bold;
    color: #fff;
  }
  .banner_9 .title_6 {
    top: 62.56%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #feee1d;
  }
  .banner_9 .title_7 {
    top: 68%;
    left: 9.33%;
    font-size: 4.27vw;
    font-weight: bold;
    color: #fff;
  }

  .banner_10_0 .title_1 {
    top: 11.43%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #fff;
  }
  .banner_10_0 .title_2 {
    top: 29.71%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #feee1d;
  }
  .banner_10_0 .title_3 {
    top: 34.8%;
    left: 9.33%;
    font-size: 4.27vw;
    font-weight: bold;
    color: #fff;
  }
  .banner_10_0 .title_4 {
    top: 45.03%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #feee1d;
  }
  .banner_10_0 .title_5 {
    top: 49.83%;
    left: 9.33%;
    font-size: 4.27vw;
    font-weight: bold;
    color: #fff;
  }
  .banner_10_0 .title_6 {
    top: 60.11%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #feee1d;
  }
  .banner_10_0 .title_7 {
    top: 64.74%;
    left: 9.33%;
    font-size: 4.27vw;
    font-weight: bold;
    color: #fff;
  }

  .banner_10 .title_1 {
    top: 9.54%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
    color: #fff;
  }
  .banner_10 .title_2 {
    top: 25.39%;
    left: 9.33%;
    width: 81.34%;
    font-size: 4.27vw;
    line-height: 1.5em;
    text-align: justify;
    color: #fff;
  }

  .banner_11 .title_1 {
    top: 14.14%;
    left: 9.33%;
    font-size: 9vw;
    font-weight: bold;
  }
  .banner_11 .title_2 {
    top: 54.02%;
    left: 2%;
    width: 96%;
  }
  .banner_11 .title_3 {
    top: 82.6%;
    left: 2%;
    width: 96%;
  }
  .banner_11 .item {
    flex: 1;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .banner_11 .item-title {
    font-size: 4.27vw;
  }
  .banner_11 .item-detail {
    font-size: 2.67vw;
  }
}
@media screen and (min-width: 1921px) {
  .first_size {
    font-size: 64px;
  }
  .second_size_extra {
    font-size: 42px;
  }
  .second_size {
    font-size: 30px;
  }
  .icon_first_size,
  .second_sizes {
    font-size: 32px;
  }
  .icon_second_size {
    font-size: 25px;
  }
  .icon_item_second_size {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1780px) {
  .first_size {
    font-size: 60px;
  }
  .second_size_extra {
    font-size: 40px;
  }
  .second_size {
    font-size: 28px;
  }
  .icon_first_size,
  .second_sizes {
    font-size: 30px;
  }
  .icon_second_size {
    font-size: 24px;
  }
  .icon_item_second_size {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1620px) {
  .first_size {
    font-size: 56px;
  }
  .second_size_extra {
    font-size: 38px;
  }
  .second_size {
    font-size: 26px;
  }
  .icon_first_size,
  .second_sizes {
    font-size: 27px;
  }
  .icon_second_size {
    font-size: 23px;
  }
  .icon_item_second_size {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 1619px) and (min-width: 1500px) {
  .first_size {
    font-size: 52px;
  }
  .second_size_extra {
    font-size: 36px;
  }
  .second_size {
    font-size: 23px;
  }
  .icon_first_size,
  .second_sizes {
    font-size: 25px;
  }
  .icon_second_size {
    font-size: 22px;
  }
  .icon_item_second_size {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 1324px) {
  .first_size {
    font-size: 48px;
  }
  .second_size_extra {
    font-size: 34px;
  }
  .second_size {
    font-size: 21px;
  }
  .icon_first_size,
  .second_sizes {
    font-size: 22px;
  }
  .icon_second_size {
    font-size: 20px;
  }
  .icon_item_second_size {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 1323px) and (min-width: 1201px) {
  .first_size {
    font-size: 44px;
  }
  .second_size_extra {
    font-size: 32px;
  }
  .second_size {
    font-size: 19px;
  }
  .icon_first_size,
  .second_sizes {
    font-size: 20px;
  }
  .icon_second_size {
    font-size: 18px;
  }
  .icon_item_second_size {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1098px) {
  .first_size {
    font-size: 40px;
  }
  .second_size_extra {
    font-size: 29px;
  }
  .second_size {
    font-size: 17px;
  }
  .icon_first_size,
  .second_sizes {
    font-size: 18px;
  }
  .icon_second_size {
    font-size: 16px;
  }
  .icon_item_second_size {
    width: 29px;
    height: 29px;
  }
}
@media screen and (max-width: 1097px) and (min-width: 993px) {
  .first_size {
    font-size: 35px;
  }
  .second_size_extra {
    font-size: 26px;
  }
  .second_size {
    font-size: 15px;
  }
  .icon_first_size,
  .second_sizes {
    font-size: 16px;
  }
  .icon_second_size {
    font-size: 14px;
  }
  .icon_item_second_size {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 992px) and (min-width: 852px) {
  .first_size {
    font-size: 32px;
  }
  .second_size_extra {
    font-size: 23px;
  }
  .second_size {
    font-size: 13px;
  }
  .icon_first_size,
  .second_sizes {
    font-size: 14px;
  }
  .icon_second_size {
    font-size: 13px;
  }
  .icon_item_second_size {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 851px) and (min-width: 768px) {
  .first_size {
    font-size: 29px;
  }
  .second_size_extra {
    font-size: 20px;
  }
  .second_size {
    font-size: 12px;
  }
  .icon_first_size,
  .second_sizes {
    font-size: 12px;
  }
  .icon_second_size {
    font-size: 12px;
  }
  .icon_item_second_size {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .second_size {
    font-size: 20px;
  }
  .icon_item_second_size {
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 530px) and (max-width: 599px) {
  .second_size {
    font-size: 17px;
  }
  .icon_item_second_size {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 435px) and (max-width: 529px) {
  .second_size {
    font-size: 14px;
  }
  .icon_item_second_size {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 375px) and (max-width: 434px) {
  .second_size {
    font-size: 12px;
  }
  .icon_item_second_size {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 374px) {
  .second_size {
    font-size: 10px;
  }
  .icon_item_second_size {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 2018px) and (min-width: 1921px) {
  #parameter .main_title p {
    font-size: 64px;
  }
  #parameter .contain .fu_title {
    font-size: 42px;
  }
  #parameter .tip {
    font-size: 27px;
  }
  #parameter .content {
    font-size: 25px;
  }
  #parameter footer {
    padding-top: 108px;
    padding-bottom: 174px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1780px) {
  #parameter .main_title p {
    font-size: 60px;
  }
  #parameter .contain .fu_title {
    font-size: 40px;
  }
  #parameter .tip {
    font-size: 26px;
  }
  #parameter .content {
    font-size: 24px;
  }
  #parameter footer {
    padding-top: 108px;
    padding-bottom: 174px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1620px) {
  #parameter .main_title p {
    font-size: 56px;
  }
  #parameter .contain .fu_title {
    font-size: 38px;
  }
  #parameter .tip {
    font-size: 24px;
  }
  #parameter .content {
    font-size: 22px;
  }
  #parameter footer {
    padding-top: 106px;
    padding-bottom: 170px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1619px) and (min-width: 1500px) {
  #parameter .main_title p {
    font-size: 52px;
  }
  #parameter .contain .fu_title {
    font-size: 36px;
  }
  #parameter .tip {
    font-size: 21px;
  }
  #parameter .content {
    font-size: 20px;
  }
  #parameter footer {
    padding-top: 104px;
    padding-bottom: 168px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 1324px) {
  #parameter .main_title p {
    font-size: 48px;
  }
  #parameter .contain .fu_title {
    font-size: 34px;
  }
  #parameter .tip {
    font-size: 19px;
  }
  #parameter .content {
    font-size: 18px;
  }
  #parameter footer {
    padding-top: 102px;
    padding-bottom: 166px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1323px) and (min-width: 1201px) {
  #parameter .main_title p {
    font-size: 44px;
  }
  #parameter .contain .fu_title {
    font-size: 32px;
  }
  #parameter .tip {
    font-size: 18px;
  }
  #parameter .content {
    font-size: 17px;
  }
  #parameter footer {
    padding-top: 100px;
    padding-bottom: 164px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1098px) {
  #parameter .main_title p {
    font-size: 40px;
  }
  #parameter .contain .fu_title {
    font-size: 29px;
  }
  #parameter .tip {
    font-size: 17px;
  }
  #parameter .content {
    font-size: 16px;
  }
  #parameter footer {
    padding-top: 61px;
    padding-bottom: 100px;
    font-size: 13px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1097px) and (min-width: 993px) {
  #parameter .main_title p {
    font-size: 35px;
  }
  #parameter .contain .fu_title {
    font-size: 26px;
  }
  #parameter .tip {
    font-size: 16px;
  }
  #parameter .content {
    font-size: 15px;
  }
  #parameter footer {
    padding-top: 55px;
    padding-bottom: 91px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 992px) and (min-width: 852px) {
  #parameter .main_title p {
    font-size: 32px;
  }
  #parameter .contain .fu_title {
    font-size: 23px;
  }
  #parameter .tip {
    font-size: 15px;
  }
  #parameter .content {
    font-size: 14px;
  }
  #parameter footer {
    padding-top: 47px;
    padding-bottom: 76px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 851px) and (min-width: 768px) {
  #parameter .main_title p {
    font-size: 29px;
  }
  #parameter .contain .fu_title {
    font-size: 20px;
  }
  #parameter .tip {
    font-size: 14px;
  }
  #parameter .content {
    font-size: 13px;
  }
  #parameter footer {
    padding-top: 47px;
    padding-bottom: 76px;
    font-size: 12px;
    line-height: 20px;
  }
}
