@charset "UTF-8";
@import url(fonts.css);

/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, div, img {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 

    
}
body, button, input, select, textarea {   -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
fieldset, img, input, button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none; }

/*去掉input等聚焦时的蓝色边框*/
ul, ol {
  list-style: none; }

input {
  padding-top: 0;
  padding-bottom: 0;
  outline-style: none;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }
  

input[type="number"] {
  -moz-appearance: textfield; }

select, input {
  vertical-align: middle; }

select, input, textarea {
  font-size: 12px;
  outline-style: none;
  margin: 0; }

textarea {
  resize: none; }

/*防止拖动*/
img {
  border: 0;
  vertical-align: middle; }

/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table {
  border-collapse: collapse; }

body {
  font-size: 16px;
  color: #333; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%; }

/*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s, i, em {
  font-style: normal;
  text-decoration: none; }

html, body {
  min-width: 1280px; }

.lineText, .lineText2, .lineText3 {
  overflow: hidden;
  text-overflow: ellipsis; }

.lineText2, .lineText3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical; }

.lineText {
  white-space: nowrap; }

.lineText2 {
  -webkit-line-clamp: 2; }

.lineText3 {
  -webkit-line-clamp: 3; }

.arrowR, .arrowL, .gridYl, .gridYr, .gridXt, .gridXb, .gridFour, .gridFourRadio, .gridFourCirle {
  position: relative; }

.gridYl::before, .gridYr::before, .gridXt::before, .gridXb::before, .gridFour::before, .gridFourRadio::before, .gridFourCirle::before {
  content: " ";
  display: block;
  position: absolute;
  background: #ececec;
  box-sizing: border-box; }

.gridYl::before, .gridYr::before {
  width: 1px;
  top: 0;
  bottom: 0;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1); }

.gridYl::before {
  left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.gridYr::before {
  right: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

.gridXt::before, .gridXb::before {
  height: 1px;
  right: 0;
  left: 0;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5); }

.gridXt::before {
  top: 0;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

.gridXb::before {
  bottom: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.gridFour::before, .gridFourCirle::before, .gridFourRadio::before {
  width: 200%;
  border: 1px solid #ececec;
  height: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 6px;
  left: 0;
  top: 0;
  background: none;
  pointer-events: none; }

.gridFourRadio::before {
  border-radius: 3px; }

.gridFourCirle::before {
  border-radius: 100px; }

.arrowR::before, .arrowL::before, .arrowB::before, .arrowT::before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #999 #999 transparent transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.7) rotate(45deg);
  transform: translateY(-50%) scale(0.7) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px; }

.arrowR::before {
  right: 10px; }

.arrowL::before {
  left: 10px; }

.arrowB::before {
  right: 10px;
  -webkit-transform: translateY(-88%) scale(0.7) rotate(135deg);
  transform: translateY(-88%) scale(0.7) rotate(135deg); }

.arrowT::before {
  right: 10px;
  -webkit-transform: translateY(-35%) scale(0.7) rotate(-45deg);
  transform: translateY(-35%) scale(0.7) rotate(-45deg); }

.tckBox {
  position: relative;
  z-index: 20;

 }


.tckBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.tckCentent {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fff;
  border-radius: 12px;
  width: 600px; }
.video_box{

}
.video_zz{
    width: 100%;
    height: 780px;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
}
  .tckCententvideo{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 12px;
    width: 80%;
    /* height: 780px; */
 
  }
  .tckCententvideo video{
    /* height: 780px; */
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
[v-cloak] {
  display: none; }

.wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.pageMinHeight {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  .pageMinHeight .pageCont {
    flex: 1;
    overflow: hidden; }

.animationStop {
  animation-play-state: paused !important; }
  .animationStop::before {
    animation-play-state: paused !important; }

.animationRun {
  animation-play-state: running !important; }
  .animationRun::before {
    animation-play-state: running !important; }

.pageTitle {
  text-align: center;
  padding-top: 120px; }
  .pageTitle h3 {
    font-size: 40px;
    font-weight: 800; }
  .pageTitle .tips {
    font-size: 18px;
    color: #5E6470;
    margin-top: 10px; }
  .pageTitle.animationTitle {
    animation: animationTitle 1s ease forwards; }

.headerBox {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0; }
  .headerBox.headerBg {
    background: rgba(0, 0, 0, 0.23);
    backdrop-filter: saturate(180%) blur(6px);

    position: fixed; }
  .headerBox .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .headerBox h1 {
    line-height: 70px;
 }
    .headerBox h1 a {
      display: inline-block; }
      .headerBox h1 a img{
        width: 242px;
        height: 23px;
      }
  .headerBox ul {
    flex: 1;
    overflow: hidden;
    text-align: right;
    white-space: nowrap; }
  .headerBox li {
    display: inline-block;
    padding: 0 30px; }
    .headerBox li .active::before {
      content: "";
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translate(-50%);
      width: 100%;
      background: #fff;
      height: 2px;
      animation: ad_width 0.3s ease forwards; }
    .headerBox li a {
      display: inline-block;
      line-height: 70px;
      height: 70px;
      font-size: 18px;
      color: #fff;
      position: relative; }
      .headerBox li a::before {
        content: "";
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        background: #fff; }
    .headerBox li:hover a::before {
      height: 2px;
      animation: ad_width 0.3s ease forwards; }
  .headerBox .kfBtn {
    margin-left: 30px;
    display: inline-block;
    position: relative; }
    .headerBox .kfBtn:hover {
      cursor: pointer; }
      .headerBox .kfBtn:hover .kfCode {
        display: block;
        animation: kfCode 0.3s ease forwards; }
    .headerBox .kfBtn .cont {
      height: 40px;
      padding: 0 25px;
      color: #fff;
      background: #20BA8B;
      border-radius: 30px;
      display: flex;
      align-items: center; }
      .headerBox .kfBtn .cont .iconfont {
        font-size: 30px;
        margin-right: 5px; }
    .headerBox .kfBtn .kfCode {
      display: none;
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      box-shadow: -1px 7px 37px 1px rgba(80, 80, 80, 0.22);
      padding: 15px; }
      .headerBox .kfBtn .kfCode::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -9px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff; }
      .headerBox .kfBtn .kfCode .codeImg {
        width: 120px;
        height: 120px; }

.bannerBox {
  position: relative;
  z-index: 8; }
  .bannerBox .bannerSwiper {
    height: 780px;
    background: #FFF3EC; }
  .bannerBox .swiper-slide {
    background: url(../images/banner/banner1.png) no-repeat center center;
    background-size: 100% 100%;
  }
    .bannerBox .swiper-slide .wrap {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .bannerBox .swiper-slide .wrap .cont {
        width: 530px; }
      .bannerBox .swiper-slide .wrap .logo {
        margin-bottom: 20px; }
      .bannerBox .swiper-slide .wrap h2 {
        font-size: 48px;
        line-height: 1.4;
        font-weight: 800; }
      .bannerBox .swiper-slide .wrap .advantage {
        display: flex;
        flex-wrap: wrap;
        margin-top: 35px; }
        .bannerBox .swiper-slide .wrap .advantage li {
          flex: 1;
          overflow: hidden;
          min-width: calc(50% - 8px);
          margin: 0 0 16px 16px;
          background: #fff;
          border-radius: 6px;
          padding: 25px;
          display: flex;
          align-items: center; }
          .bannerBox .swiper-slide .wrap .advantage li:nth-of-type(2n-1) {
            margin-left: 0; }
          .bannerBox .swiper-slide .wrap .advantage li.active {
            background: #ff6726;
            color: #fff; }
            .bannerBox .swiper-slide .wrap .advantage li.active .tips {
              color: #fff; }
        .bannerBox .swiper-slide .wrap .advantage .right {
          flex: 1;
          overflow: hidden;
          margin-left: 16px; }
        .bannerBox .swiper-slide .wrap .advantage .title {
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 5px; }
        .bannerBox .swiper-slide .wrap .advantage .tips {
          font-size: 16px;
          color: #5E6470;
          line-height: 1.5; }
  .bannerBox .btnWrap {
    position: absolute;
    left: 50%;
    transform: translateX(-5%);
    bottom: 68px;
    z-index: 1;
    display: flex;
    align-items: center; }
    .bannerBox .btnWrap .btn {
      position: relative;
      width: 32px;
      height: 32px;
      margin: 0;
      left: 0;
      top: 0; }
    .bannerBox .btnWrap .swiper-button-next {
      background: url(../images/next.png) no-repeat center center;
      background-size: 100%; }
    .bannerBox .btnWrap .swiper-button-prev {
      background: url(../images/prev.png) no-repeat center center;
      background-size: 100%; }
    .bannerBox .btnWrap .swiper-pagination {
      position: relative;
      top: 0;
      left: 0;
      display: flex;
      margin: 0 10px; }
      .bannerBox .btnWrap .swiper-pagination .swiper-pagination-bullet {
        margin-left: 6px; }
        .bannerBox .btnWrap .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
          margin-left: 0; }
    .bannerBox .btnWrap .swiper-pagination-bullet-active {
      background: #ff6726; }

.platformBox {
  padding-bottom: 40px; }
  .platformBox ul {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    text-align: center; }
  .platformBox .number {
    font-size: 88px;
    font-weight: 800;
    color: #ff6726;
    display: flex; }
    .platformBox .number .unit {
      font-size: 64px;
      transform: translateY(25px); }
    .platformBox .number .digit {
      position: relative;
      width: 55px;
      height: 116px;
      writing-mode: vertical-lr;
      text-orientation: upright;
      overflow: hidden; }
      .platformBox .number .digit span {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        transition: transform 2.5s;
        top: 10px;
        letter-spacing: 10px; }
  .platformBox .tips {
    font-size: 18px;
    color: #5E6470; }

.prospectAnalyse .swiperBox {
  background: #FFF7F3;
  border-radius: 12px;
  padding: 60px;
  margin-top: 80px; }

.prospectAnalyse .tabBox {
  display: inline-flex;
  min-width: 500px;
  font-size: 20px;
  border-bottom: 1px solid #E8E3E1; }
  .prospectAnalyse .tabBox .item {
    padding: 20px 40px;
    position: relative; }
    .prospectAnalyse .tabBox .item:hover {
      cursor: pointer;
      color: #ff6726; }
  .prospectAnalyse .tabBox .active {
    font-weight: 800; }
    .prospectAnalyse .tabBox .active::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      background: #ff6726;
      border-radius: 12px;
      animation: ad_width 5s linear forwards; }

.prospectAnalyse .slideBox {
  display: flex; }

.prospectAnalyse ul {
  margin-right: 80px;
  padding-top: 50px; }

.prospectAnalyse li {
  display: flex;
  align-items: center;
  padding: 40px;
  border-bottom: 1px solid #E8E3E1;
  box-sizing: border-box; }
  .prospectAnalyse li:nth-last-of-type(1) {
    border: 0; }
  .prospectAnalyse li:hover {
    background: rgba(255, 219, 201, 0.8);
    border-radius: 12px;
    border-color: rgba(0, 0, 0, 0); }
  .prospectAnalyse li img {
    margin-right: 30px; }

.prospectAnalyse .title {
  font-size: 18px;
  font-weight: 800; }

.prospectAnalyse .subtitle {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px; }
.prospecSwiperBox .right{
  width: 576px;
  height: 556px;
}
.prospecSwiperBox .swiper-wrapper,.sampleSmallDown .swiper-wrapper{
  height: 620px;
}
/* .multiportBox .btnBoxToggle{
  display: none;
} */
.multiportBox .tabBox {
  margin-top: 50px;
  border-bottom: 1px solid #E8E3E1;
  display: flex; 
}
  .multiportBox .tabBox .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    padding: 20px; }
    .multiportBox .tabBox .item:hover {
      cursor: pointer;
      color: #ff6726; }
      .multiportBox .tabBox .item:hover .img {
        display: none; }
      .multiportBox .tabBox .item:hover .imgs_in {
        display: block; }
  .multiportBox .tabBox img {
    margin-right: 10px; }
  .multiportBox .tabBox .imgs_in {
    display: none; }
  .multiportBox .tabBox .active {
    color: #ff6726; }
    .multiportBox .tabBox .active span {
      font-weight: 800; }
    .multiportBox .tabBox .active::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      background: #ff6726;
      border-radius: 12px;
      animation: ad_width 7s linear forwards; }
    .multiportBox .tabBox .active .img {
      display: none; }
    .multiportBox .tabBox .active .imgs_in {
      display: block; }

.multiportBox .multiportSwiper {
  margin-top: 50px; }

.multiportBox .slideBox {
  display: flex;
  position: relative;
  overflow: hidden; }
  .multiportBox .slideBox .centImg {
    margin: 0 auto;
    width: 700px;
    height: 732px;
   }
   .multiportBox  .swiper-wrapper {
    height: 760px;
}
  .multiportBox .slideBox .ulCont {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%); }
    .multiportBox .slideBox .ulCont ul {
      position: absolute; }
    .multiportBox .slideBox .ulCont .leftUl {
      top: 30px;
      transform: translateX(-150%); }
      .multiportBox .slideBox .ulCont .leftUl li {
        transform: translateX(-200%); }
    .multiportBox .slideBox .ulCont .rightUl {
      right: 0;
      top: 175px;
      transform: translateX(150%); }
      .multiportBox .slideBox .ulCont .rightUl li {
        transform: translateX(200%); }
    .multiportBox .slideBox .ulCont.animationX .leftUl li:nth-of-type(1) {
      animation: translateLeft 1.5s linear forwards;
      animation-delay: 0; }
    .multiportBox .slideBox .ulCont.animationX .leftUl li:nth-of-type(2) {
      animation: translateLeft 1.5s linear forwards;
      animation-delay: 0.5s; }
    .multiportBox .slideBox .ulCont.animationX .leftUl li:nth-of-type(3) {
      animation: translateLeft 1.5s linear forwards;
      animation-delay: 1s; }
    .multiportBox .slideBox .ulCont.animationX .rightUl li:nth-of-type(1) {
      animation: translateRight 1.5s linear forwards;
      animation-delay: 0; }
    .multiportBox .slideBox .ulCont.animationX .rightUl li:nth-of-type(2) {
      animation: translateRight 1.5s linear forwards;
      animation-delay: 0.5s; }
    .multiportBox .slideBox .ulCont.animationX .rightUl li:nth-of-type(3) {
      animation: translateRight 1.5s linear forwards;
      animation-delay: 1s; }
  .multiportBox .slideBox li {
    display: flex;
    width: 430px;
    padding: 20px;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 12px; }
    .multiportBox .slideBox li img {
      margin-right: 12px; }
    .multiportBox .slideBox li:hover {
      background: rgba(255, 103, 38, 0.3); }
  .multiportBox .slideBox .title {
    font-size: 18px;
    font-weight: 800; }
  .multiportBox .slideBox .subtitle {
    font-size: 15px;
    color: #5E6470;
    line-height: 1.4;
    margin-top: 5px; }

.multiportBox .btnBox {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .multiportBox .btnBox .btn {
    width: 270px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    margin-left: 30px;
    color: #fff;
    border-radius: 12px;
    font-size: 20px;
    position: relative; }
    .multiportBox .btnBox .btn:nth-of-type(1) {
      margin-left: 0; }
    .multiportBox .btnBox .btn:hover {
      cursor: pointer; }
      .multiportBox .btnBox .btn:hover .codeBox {
        display: block;
        animation: kfCode 0.3s ease forwards; }
  .multiportBox .btnBox .icon {
    margin-right: 20px; }
  .multiportBox .btnBox .btn1 {
    background: #ff6726;
    box-shadow: 0px 20px 30px 0px rgba(255, 103, 38, 0.2); }
    .multiportBox .btnBox .btn1:hover {
      box-shadow: 0px 2px 15px 2px #ff6726;
      font-weight: 800; }
  .multiportBox .btnBox .btn2 {
    background: #20BA8B;
    box-shadow: 0px 20px 30px 0px rgba(32, 186, 139, 0.2); }
    .multiportBox .btnBox .btn2:hover {
      box-shadow: 0px 2px 15px 2px #20BA8B;
      font-weight: 800; }
  .multiportBox .btnBox .btn3 {
    background: #212E44;
    box-shadow: 0px 20px 30px 0px rgba(33, 46, 68, 0.2); }
    .multiportBox .btnBox .btn3:hover {
      box-shadow: 0px 2px 15px 2px #212E44;
      font-weight: 800; }
  .multiportBox .btnBox .btn4 {
    background: #366AC2;
    box-shadow: 0px 20px 30px 0px rgba(54, 106, 194, 0.2); }
    .multiportBox .btnBox .btn4:hover {
      box-shadow: 0px 2px 15px 2px #366AC2;
      font-weight: 800; }
  .multiportBox .btnBox .codeBox {
    display: none;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: -1px 7px 37px 1px rgba(80, 80, 80, 0.22);
    padding: 15px; }
    .multiportBox .btnBox .codeBox::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -9px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff; }
    .multiportBox .btnBox .codeBox .codeImg {
      width: 200px;
      height: 200px; }
  .multiportBox .btnBox .experience {
    position: absolute;
    right: 0;
    top: 0; }

.profitBox {
  background: #FFF7F3;
  padding: 100px 0;
  margin-top: 140px; }
  .profitBox .pageTitle {
    padding-top: 0; }
  .profitBox .profitUl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
  .profitBox li {
    transition-property: transform,box-shadow;
    transition-duration: 0.6s,0.6s;
    flex: 1;
    min-width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    background: #fff;
    margin: 30px 30px 0 0;
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    position: relative; }
    .profitBox li:nth-of-type(3n) {
      margin-right: 0; }
    .profitBox li:hover {
      transform: translateY(-20px);
      box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.15); }
    .profitBox li .title {
      font-size: 20px;
      font-weight: 800;
      margin-top: 30px; }
    .profitBox li .subtitle {
      font-size: 16px;
      color: #5E6470;
      line-height: 1.4;
      margin-top: 5px; }

.sampleSmallDown .tabBox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 25px; }
  .sampleSmallDown .tabBox .item {
    padding: 20px 10px;
    font-size: 20px;
    position: relative;
    flex: 1;
    overflow: hidden;
    text-align: center; }
    .sampleSmallDown .tabBox .item:hover {
      cursor: pointer;
      color: #ff6726; }
  .sampleSmallDown .tabBox .active {
    color: #ff6726; }
    .sampleSmallDown .tabBox .active::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      background: #ff6726;
      border-radius: 12px;
      animation: ad_width 6s linear forwards; }

.sampleSmallDown .slideBox {
  height: 626px;
  position: relative; }
  .sampleSmallDown .slideBox .cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 900px;
    height: 100%;
    background: rgba(255, 103, 38, 0.95);
    padding-left: 90px; }
  .sampleSmallDown .slideBox .box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 700px; }
  .sampleSmallDown .slideBox .downRunning {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0px 20px 20px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 12px; }
  .sampleSmallDown .slideBox .downBox {
    color: #ff6726;
    background: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 0px 0px 24px 24px;
    padding: 15px 25px 30px 25px;
    text-align: center; }
    .sampleSmallDown .slideBox .downBox .downName {
      font-size: 40px;
      font-weight: 800;
      transform: scale(1.05, 0.9); }
    .sampleSmallDown .slideBox .downBox .time {
      margin-top: 10px;
      font-size: 18px;
      line-height: 1.8;
      padding: 0 25px;
      border-radius: 50px;
      background: #FFE6DA;
      display: inline-block; }
  .sampleSmallDown .slideBox .runningBox {
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center; }
    .sampleSmallDown .slideBox .runningBox li {
      padding: 0px 35px;
      position: relative; }
      .sampleSmallDown .slideBox .runningBox li::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 45px;
        background: rgba(255, 255, 255, 0.3); }
      .sampleSmallDown .slideBox .runningBox li:nth-last-of-type(1)::before {
        display: none; }
    .sampleSmallDown .slideBox .runningBox .number {
      font-size: 30px;
      font-weight: 800; }
    .sampleSmallDown .slideBox .runningBox .unit {
      font-size: 14px;
      margin-left: -6px; }
    .sampleSmallDown .slideBox .runningBox .text {
      font-size: 14px;
      margin-top: 3px; }
  .sampleSmallDown .slideBox .synopsisBox {
    margin-top: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 30px 35px 50px 35px;
    display: flex; }
    .sampleSmallDown .slideBox .synopsisBox .user {
      text-align: center; }
      .sampleSmallDown .slideBox .synopsisBox .user img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        object-fit: cover; }
      .sampleSmallDown .slideBox .synopsisBox .user .name {
        font-size: 16px;
        margin: 15px 0 5px 0;
        font-weight: 800; }
      .sampleSmallDown .slideBox .synopsisBox .user .position {
        font-size: 14px;
        color: #4D5667; }
    .sampleSmallDown .slideBox .synopsisBox .explainText {
      flex: 1;
      overflow: hidden;
      margin-left: 50px; }
      .sampleSmallDown .slideBox .synopsisBox .explainText .text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.4; }

.technicalSupport .technologyBox {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap; }

.technicalSupport li {
  transition-property: transform,box-shadow;
  transition-duration: 0.6s,0.6s;
  flex: 1;
  overflow: hidden;
  min-width: calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  border: 1px solid #eee;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 35px 40px;
  margin: 30px 30px 0 0; }
  .technicalSupport li:nth-of-type(3n) {
    margin-right: 0; }
  .technicalSupport li:hover {
    transform: translateY(-20px);
    box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.15); }

.technicalSupport .cont {
  flex: 1;
  overflow: hidden;
  margin-left: 25px; }

.technicalSupport .title {
  font-size: 20px;
  font-weight: 800; }

.technicalSupport .subtitle {
  color: #5E6470;
  line-height: 1.4;
  margin-top: 10px; }

.afterSale ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap; }

.afterSale li {
  transition-property: transform,box-shadow;
  transition-duration: 0.6s,0.6s;
  flex: 1;
  overflow: hidden;
  min-width: calc(25% - 15px);
  max-width: calc(33.33% - 20px);
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 60px 50px;
  margin: 20px 20px 0 0;
  background: #FFF7F3; }
  .afterSale li:nth-of-type(4n) {
    margin-right: 0; }
  .afterSale li:hover {
    transform: translateY(-20px);
    box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.15); }

.afterSale .title {
  font-size: 20px;
  font-weight: 800; }

.afterSale .subtitle {
  color: #5E6470;
  line-height: 1.4;
  margin-top: 10px; }

.recruitmentBox ul {
  margin-top: 60px;
  display: flex;
  color: #fff; }

.recruitmentBox li {
  position: relative;
  flex: 1;
  height: 320px;
  overflow: hidden; }
  .recruitmentBox li:hover .reverse {
    transform: translateX(0); }

.recruitmentBox .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.recruitmentBox .positive {
  background: #212E44;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .recruitmentBox .positive .text {
    font-size: 20px;
    margin-top: 10px; }

.recruitmentBox .reverse {
  transition: transform 1.5s;
  transform: translateX(101%);
  background: linear-gradient(90deg, #FF6726, #FF8C3F);
  display: flex;
  align-items: center;
  justify-content: center; }
  .recruitmentBox .reverse .cont {
    max-width: 200px;
    margin: 0 50px 0 30px;
    flex: 1;
    overflow: hidden; }
  .recruitmentBox .reverse .title {
    font-size: 20px;
    font-weight: 800; }
  .recruitmentBox .reverse .subtitle {
    line-height: 1.6;
    margin-top: 10px; }
    .recruitmentBox .reverse img{ width: 100px; }
.aboutBox {
  padding: 150px 0;
  background: #fff url(../images/about/aboutBg.png) no-repeat center center;
  background-size: 100%; }
  .aboutBox .box {
    display: flex; }
  .aboutBox .cont {
    flex: 1;
    overflow: hidden;
    margin-left: 100px; }
  .aboutBox h3 {
    position: relative;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 70px; }
    .aboutBox h3::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -30px;
      width: 100px;
      height: 8px;
      background: #ff6726; }
  .aboutBox .text {
    line-height: 1.6;
    font-size: 15px; }
    .aboutBox .text p {
      margin-bottom: 10px; }
  .aboutBox .aboutImgs {
    position: relative; }
    .aboutBox .aboutImgs .imgs, .aboutBox .aboutImgs .imgBg {
      position: relative;
      z-index: 2;
      width: 640px;
      height: 450px;
      border-radius: 12px;
      overflow: hidden; }
      .aboutBox .aboutImgs .imgs img, .aboutBox .aboutImgs .imgBg img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        opacity: 0;
        transition: opacity 2.5s; }
      .aboutBox .aboutImgs .imgs .activeImg, .aboutBox .aboutImgs .imgBg .activeImg {
        opacity: 1;
        transition: opacity 2.5s;
        z-index: 1; }
    .aboutBox .aboutImgs .imgBg {
      position: absolute;
      top: 30px;
      right: -30px;
      z-index: 1; }

.messageBox {
  margin-top: 120px; }
  .messageBox .pageTitle {
    padding-top: 70px; }
  .messageBox .contBox {
    border: 1px solid #EEE;
    box-shadow: 0px 41px 51px 0px rgba(166, 166, 166, 0.1);
    border-radius: 12px;
    padding: 0px 80px 70px 80px; }
  .messageBox .messageCont {
    margin-top: 60px;
    display: flex; }
  .messageBox .list {
    flex: 1;
    overflow: hidden;
    margin-right: 60px; }
    .messageBox .list .btn {
      display: inline-block;
      background: #ff6726;
      color: #fff;
      margin-top: 35px;
      padding: 20px 40px;
      border-radius: 12px;
      font-size: 20px;
      line-height: 1.2; }
      .messageBox .list .btn .iconfont {
        margin-left: 20px; }
      .messageBox .list .btn:hover {
        background: #fff;
        border: 1px solid;
        color: #ff6726; }
  .messageBox .item {
    padding: 35px 0;
    border-bottom: 1px solid #eee; }
    .messageBox .item a {
      display: block; }
      .messageBox .item a:hover .title, .messageBox .item a:hover .synopsis, .messageBox .item a:hover .news_list .times, .news_list .messageBox .item a:hover .times, .messageBox .item a:hover .time {
        color: #ff6726; }
    .messageBox .item:nth-of-type(1) {
      padding-top: 0; }
  .messageBox .title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px; }
  .messageBox .synopsis, .messageBox .news_list .times, .news_list .messageBox .times {
    color: #4D5667;
    margin-bottom: 10px; }
  .messageBox .time {
    color: #4D5667; }
  .messageBox .newItem a {
    display: block; }
    .messageBox .newItem a:hover .title, .messageBox .newItem a:hover .synopsis, .messageBox .newItem a:hover .news_list .times, .news_list .messageBox .newItem a:hover .times, .messageBox .newItem a:hover .time {
      color: #ff6726; }
  .messageBox .newItem img {
    width: 650px;
    height: 380px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 15px; }

.companyBox {
  margin-top: 120px; }
  .companyBox .box {
    display: flex; }
  .companyBox .item {
    background: #F4F6F8;
    flex: 1;
    overflow: hidden;
    margin-right: 10px;
    padding: 15px 40px;
    border-radius: 12px; }
    .companyBox .item:nth-last-of-type(1) {
      margin-right: 0; }
  .companyBox .item3 {
    display: flex;
    justify-content: space-between; }
  .companyBox .top {
    font-size: 16px;
    color: #212E44;
    display: flex;
    align-items: center; }
    .companyBox .top .iconfont {
      font-size: 20px;
      margin-right: 5px; }
  .companyBox .contText, .companyBox .number {
    margin-top: 10px;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.5; }
  .companyBox .number {
    font-size: 30px; }
  .companyBox .codeImg {
    width: 120px;
    height: 120px; }

.forTheRecord {
  margin-top: 60px;
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
  color: #4D5667;
  border-top: 1px solid #EBEBEB; }
  .forTheRecord .blogroll {
    margin-top: 10px; }
    .forTheRecord .blogroll li {
      display: inline-block;
      margin-right: 20px;
      margin-top: 20px; }
      .forTheRecord .blogroll li a {
        color: rgba(77, 86, 103, 0.8);
        font-size: 12px; }
        .forTheRecord .blogroll li a:hover {
          color: #ff6726; }

.rightFloat {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 20;
  width: 200px;
  text-align: right;

}
  .rightFloat .cont {
    border: 1px solid #ff6726;
    padding: 15px 20px;
    border-radius: 12px;
    text-align: center !important;
    background: #fff;
    box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.1);
    font-size: 14px;display: inline-block; }
    .rightFloat .cont img {
      width: 100px;
      height: 100px; }
    .rightFloat .cont .text {
      margin-top: 5px; }
    .rightFloat .cont .tips {
      color: #ff6726;
      margin-top: 2px; }
  .rightFloat .joinFloat {
    text-align: right;
    position: relative; }
    .rightFloat .joinFloat:hover {
      cursor: pointer; }
    .rightFloat .joinFloat.joinAnimation .joinText {
      animation: joinText 8s forwards 1; }
    .rightFloat .joinFloat.joinTextIn .joinText {
      animation: joinTextIn 0.6s forwards linear; }
    .rightFloat .joinFloat.joinTextOut .joinText {
      animation: joinTextOut 0.6s forwards linear; }
    .rightFloat .joinFloat .joinText {
      opacity: 0;
      color: #fff;
      position: absolute;
      top: -115px;
      right: 36px;
      width: 200px;
      padding: 24px 24px 41px 24px;
      line-height: 1.6;
      background: url(../images/joinTextBg.png) no-repeat center 5px;
      background-size: 100%; }
.closeInfovideo{
  border: 1px solid #fff;
  position: absolute;
  padding: 4px;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  color: #fff;
}
.joinTck {
  background: linear-gradient(0deg, #FFFFFF 60%, #FFD6CD);
  padding: 40px; }
  .joinTck .closeInfo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px; }
    .joinTck .closeInfo:hover {
      cursor: pointer;
      color: #ff6726;
      transform: scale(1.1);
      font-weight: 800; }
  .joinTck .title {
    font-weight: 800;
    text-align: center;
    font-size: 24px; }
  .joinTck .tips {
    color: #666;
    text-align: center;
    margin-top: 10px; }
  .joinTck .formBox {
    display: flex;
    align-items: flex-start;
    margin-top: 45px; }
  .joinTck .form {
    flex: 1;
    overflow: hidden;
    margin-left: 15px; }
  .joinTck .label {
    font-size: 15px; }
  .joinTck .red {
    color: #ff6726; }
  .joinTck .label {
    margin-bottom: 10px; }
  .joinTck .int {
    font-size: 15px;
    
    border-radius: 8px;
    background-color:#fff;;
    box-sizing: border-box; }
    .joinTck .int input{
      background-color: none;
      height: 42px;
      border-radius: 8px;
    width: 80%;
    padding: 0 20px;
    border: 1px solid #E1E6EE;
    height: 42px;

    }
    .joinTck .int:focus {
      border-color: #ff6726; }
  .joinTck .formLine {
    margin-bottom: 20px; }
    .joinTck .formLine:nth-last-of-type(1) {
      margin-bottom: 0; }
  .joinTck .phone {
    font-size: 24px; }
    .joinTck .phone .iconfont {
      font-size: 24px; }
    .joinTck .phone .number {
      font-weight: 800; }
  .joinTck .btnBox {
    text-align: center;
    margin-top: 80px; }
    .joinTck .btnBox .btn {
      background: #ff6726;
      color: #fff;
      line-height: 50px;
      padding: 0 70px;
      border-radius: 40px; }
      .joinTck .btnBox .btn:hover {
        cursor: pointer; }
      .joinTck .btnBox .btn:active {
        opacity: 0.85; }

.news_banner {
  position: relative;
  z-index: 8; }
  .news_banner .bannerSwiper {
    width: 100%;
    height: 380px;
    background: #FFF3EC; }
  .news_banner .swiper-slide {
    background: url(../images/news.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .news_banner .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .news_banner .wrap .cont {
      width: 530px; }
    .news_banner .wrap h2 {
      font-size: 40px;
      line-height: 1.4;
      font-weight: 800; }
    .news_banner .wrap .subtitle {
      margin-top: 10px; }
.news_banner .cont h3{
  /* width: 158px; */
  height: 39px;
  font-size: 40px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #212E44;
}
.news_banner .cont .subtitle{
  width: 144px;
height: 16px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #212E44;
line-height: 98px;
}
.news_list {
  margin-top: 60px; }
  .news_list .wrap>ul {
    display: flex;
    flex-wrap: wrap; }
  .news_list .wrap>ul li {
    flex: 1;
    overflow: hidden;
    min-width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    border-radius: 12px;
    margin: 0 30px 30px 0;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 8px 20px 0px rgba(220, 220, 220, 0.4); }
    .news_list .wrap>ul li:nth-of-type(3n) {
      margin-right: 0; }
    .news_list .wrap>ul li > a {
      display: inline-block;
      width: 100%; }
      .news_list .wrap>ul li > a:hover {
        cursor: pointer;
        color: #ff6726; }
        .news_list .wrap>ul li > a:hover .synopsis, .news_list .wrap>ul li > a:hover .times {
          color: #ff6726; }
  .news_list img {
    width: 100%;
    height: 260px;
     }
  .news_list .cont {
    padding: 20px 30px; }
  .news_list .title {
    font-size: 20px;
    font-weight: 800; }
  .news_list .synopsis, .news_list .times {
    font-size: 14px;
    color: #666;
    margin-top: 10px; }

.newDetailPage::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background: linear-gradient(180deg, #FFF3EC, #fff); }

.newDetail {
  padding-top: 110px;
  padding-bottom: 30px; }
  .newDetail .guide span {
    color: #ff6726; }
  .newDetail .detailBox {
    background: #fff;
    border-radius: 16px;
    margin: 20px 0 40px 0;
    padding: 45px 60px;
    box-shadow: 0px 1px 10px -8px rgba(0, 0, 0, 0.5); }
  .newDetail .newsTitle {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.6; }
  .newDetail .newsTime {
    font-size: 14px;
    color: #666;
    margin-top: 5px; }
  .newDetail .contBox {
    margin-top: 30px; }
    .newDetail .contBox img {
      max-width: 1250px;
     }

      video::-webkit-media-controls-mute-button {
        display: none !important;
      }
     

      video::-webkit-media-controls-current-time-display {
        display: none !important;
      }
     

      video::-webkit-media-controls-time-remaining-display {
        display: none !important;
      }
     
     
      video::-webkit-media-controls-fullscreen-button {
        display: none !important;
      }
      /* .video-right {
        width: 400px;
        height: 350px;
        position: relative;
        background: #000;
       
      } */
      .playBtn_box{
        height: 100px;
        display: none;
        text-align: right;
        padding-right:30px ;
        /* display: flex;
        align-items: center;
        justify-content: center; */
      }
      .play_btn{
        width: 70px;
        height: 70px;
        background: #FF6726;
        box-shadow: 0px 20px 30px 0px rgba(202,202,202,0.3);
        border-radius: 50%;
        text-align: center;
        line-height: 70px;
        display: inline-block;
        transition: all 0.2s ease;
        position: relative;
      }

     
      .playl{
        opacity: 0;
        color: #fff;
        position: absolute;
        top: 0;
        left: -195px;
        width: 182px;
        height: 70px;
        background: #FF6726;
        border-radius: 35px;
        /* line-height: 1.6; */
        padding: 0 30px;
        box-sizing: border-box;
      
      }
      .playl div{
        display: inline-block;
        float: left;
      }
      .playl >div img{
        width: 28px;
        height: 28px;
        margin-right: 10px;
      }
      .play_btn img{
        width: 28px;
        height: 28px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;

      }
      .play_btn span{
        display: none;
        color: #fff;
      }

      .playBtn{
        width: 191px;
        height: 62px;
        border: 1px solid #FFFFFF;
        border-radius: 31px;
        position: absolute;
        box-sizing: border-box;
        bottom: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height:58px;
        text-align: center;
        padding: 0 30px;
        color: #fff;
      }
      .playBtn >div{
        display: inline-block;
        float: left;
      }
   

      .prism-big-play-btn {
        margin-top: 16px;
        width: 28px;
        height: 28px;
        background: url("../images/playBtn.png") no-repeat;
        background-size: contain;
        cursor: pointer;
        
      }
      .outter {
        margin-left: 10px;
        
      }
      .tit_box{
        text-align: center;
        transform: translate(-50%, -50%);
        position: absolute;
        bottom: 40%;
        left: 50%;
      }
      .tit{
        font-size: 40px;
        font-family: Alibaba PuHuiTi;
        font-weight: bold;
        color: #FFFFFF;
      }
      .tits{
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
      }

      .rightFloat .playBtn_box .play_btn:hover {
        cursor: pointer;
        width: 182px;
        height: 70px;
        border-radius: 35px;
        transform:  scale(1);
        transition: all 0.2s ease;
      
      }
      .rightFloat .playBtn_box .play_btn:hover img{
        margin-left: 20px;
      }
      .rightFloat .playBtn_box .play_btn:hover span { 
        display: inline-block;
      }
     
      /* .rightFloat  .playBtn_box .play_btn .playl {
        animation: playl 8s forwards 1;
         } */
      /* .rightFloat  .playBtn_box .play_btn.playbtnIn .playl {
        animation: playbtnIn 0.6s forwards linear; }
      .rightFloat  .playBtn_box .play_btn.playbtnOut .playl {
        animation: playbtnOut 0.6s forwards linear; } */

      @keyframes warn {
        0% {
         
          transform: scale(0.5);
          opacity: 1;
        }

        30% {
          opacity: 1;
        }

        100% {
          transform: scale(1.4);
          opacity: 0;
        }
      }
@keyframes ad_width {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes kfCode {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.2); }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1); } }

@keyframes animationTitle {
  0% {
    transform: translateY(50px); }
  100% {
    transform: translateY(0px); } }

@keyframes translateLeft {
  0% {
    transform: translateX(-200%); }
  100% {
    transform: translateX(0%); } }

@keyframes translateRight {
  0% {
    transform: translateX(200%); }
  100% {
    transform: translateX(0%); } }

@keyframes joinText {
  0% {
    transform: scale(0.2) translate(100%, 100%);
    opacity: 0; }
  15% {
    transform: scale(1) translate(0, 0);
    opacity: 1; }
  85% {
    transform: scale(1) translate(0, 0);
    opacity: 1; }
  100% {
    transform: scale(0.2) translate(100%, 100%);
    opacity: 0; } }

@keyframes joinTextIn {
  0% {
    transform: scale(0.2) translate(100%, 100%);
    opacity: 0; }
  100% {
    transform: scale(1) translate(0, 0);
    opacity: 1; } }

@keyframes joinTextOut {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 1; }
  100% {
    transform: scale(0.2) translate(100%, 100%);
    opacity: 0; } }

    @keyframes playl {
      0% {
        transform: scale(0.2) translate(100%, 100%);
        opacity: 0; }
      15% {
        transform: scale(1) translate(0, 0);
        opacity: 1; }
      85% {
        transform: scale(1) translate(0, 0);
        opacity: 1; }
      100% {
        transform: scale(0.2) translate(100%, 100%);
        opacity: 0; } }
    @keyframes playbtnIn {
      0% {
        transform: scale(0.2) translate(100%, 100%);
        opacity: 0; }
      100% {
        transform: scale(1) translate(0, 0);
        opacity: 1; } }
    
    @keyframes playbtnOut {
      0% {
        transform: scale(1) translate(0, 0);
        opacity: 1; }
      100% {
        transform: scale(0.2) translate(100%, 100%);
        opacity: 0; } }

.pageNav {
  text-align: center;
  padding: 60px 0
}

.pageNav ul li {
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #e9f1f7;
  border-radius: 3px;
  margin: 0 5px
}


.pageNav ul li:hover {
  color: #fff;
  border-color: #FC7F2B;
 background: #FC7F2B; 
}
.pageNav ul li.active{
  color: #fff;
  border-color: #FC7F2B;
 background: #FC7F2B; 
}
.links {
  background: #262836;
  font-size: 12px;
  padding: 20px 0;
  text-align: center
}