﻿@font-face {
  font-family: 'icomoon1';
  src:  url('../fonts/icomoon1.eot?5yvtsl');
  src:  url('../fonts/icomoon1.eot?5yvtsl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon1.ttf?5yvtsl') format('truetype'),
    url('../fonts/icomoon1.woff?5yvtsl') format('woff'),
    url('../fonts/icomoon1.svg?5yvtsl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
span.icon-gengduo,span.icon-hangyezixun,span.icon-hetong,span.icon-jiangdichengben,span.icon-jiangdichengben1,span.icon-shuyi_zhengfu,span.icon-sifa,span.icon-tigaoxiaoshuai{
  font-family: 'icomoon1' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* 立约笔应用价值 开始 */
section.ordinary_personnel-value div.ordinary_personnel-single .iconfont{
  font-family: 'iconfont' !important;
  font-size: 28px;
}
section.ordinary_personnel-value div.ordinary_personnel-single .iconfont.icon-ziliaochayue-01{
  font-size: 36px;
}
section.ordinary_personnel-value div.ordinary_personnel-single .iconfont.icon-jiandanyiyong,
section.ordinary_personnel-value div.ordinary_personnel-single .iconfont.icon-linghuojieru{
  font-size: 34px;
}
section.ordinary_personnel-value div.ordinary_personnel-single .icon-jiangdichengben1:before{
  content: '\e64b' !important;
}
section.ordinary_personnel-value div.ordinary_personnel-single .icon-tigaoxiaoshuai:before{
  content: '\e64e' !important;
}
/* 立约笔应用价值 结束 */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-color-sample:before{
  content:"\e90a";
}
.icon-front-end:before{
  content: "\e90b";
}
.icon-online-shopping:before{
  content: "\e90c";
}
.icon-magnifying-glass:before {
  content: "\e900";
}
.icon-phone-call:before {
  content: "\e901";
}
.icon-right-arrow:before {
  content: "\e902";
}
.icon-left-arrow:before {
  content: "\e903";
}
.icon-tick:before {
  content: "\e904";
}
.icon-tigaoxiaoshuai:before {
  content: "\e907";
}
.icon-jiangdichengben1:before {
  content: "\e904";
}
.icon-sifa:before {
  content: "\e906";
}
.icon-jiangdichengben:before {
  content: "\e903";
}
.icon-development:before {
  content: "\e909";
}
.icon-hetong:before {
  content: "\e902";
}
.icon-hangyezixun:before {
  content: "\e901";
}
.icon-shuyi_zhengfu:before {
  content: "\e905";
}
.icon-web-design:before {
  content: "\e90d";
}
.icon-gengduo:before {
  content: "\e900";
}
.icon-play-button:before {
  content: "\e90f";
}
.icon-training:before {
  content: "\e910";
}
.icon-strategy:before {
  content: "\e911";
}



/* new 开始*/
/**
	Price Box Styles
*/
.row-box{
  border: 1px solid!important;
  width: 100px;
  height: 100px;
}
/* .row-box:hover{
  font-size: 50px;
} */
.div-start:hover{
 display: none;
}
.div-end{
  display: none!important;
}
.div-end:hover{
  display: block;
}
.cr-pricebox-gallery {
  margin-top: -30px; }
.backgd{
  background: #fff!important;
}
.kuaisu{
  width: 23%;
  height: 50px;
  /* border: 1px solid #f00; */
  font-size: 10px;
  margin: 0 1% 2% 1%;
  border-radius: 2px;
  padding: 10px;
  position: relative;
  /* text-align: center; */
  /* margin: 0 auto; */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); */
  box-shadow: 1px 1px 8px 3px rgba(0,0,0,.05);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.kuaisu:before {
  content: "";
  left: 0;
  bottom: 0;
  /* height: 2px; */
  height: 100%;
  width: 2px;
  
  /* background: #47BB8F; */
  background: #DC001E;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -moz-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -ms-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s; 
}

.kuaisu:hover, .kuaisu.is-active {
  -webkit-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2); 
}
.kuaisu:hover:before, .kuaisu.is-active:before {
  /* height: 100%;  */
  width: 100%;
}
.kuaisu > * {
  position: relative; }
.kuaisu span {
  display: block;
  color: rgb(18, 18, 18);
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  /* line-height: 24px; */
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s; }
.kuaisu:hover span,
.kuaisu.is-active span {
  color: #fff;
 }

.cr-pricebox-height {
  padding: 20px 25px!important;
}

/* .cr-pricebox_black {
  color: #000!important;
  font-size: 22px;
  font-weight: 500;
} */
.cr-pricebox {
  margin-top: 30px;
  padding: 37px 60px;
  position: relative;
  /* background: #f1f1f5; */
  background: #F6F8FA;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .cr-pricebox:before {
    content: "";
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    /* background: #47BB8F; */
    background: #DC001E;
    position: absolute;
    -webkit-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    -moz-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    -ms-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    -o-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s; }
  .cr-pricebox > * {
    position: relative; }
  .cr-pricebox h6 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s; }
  .cr-pricebox h4 {
    font-weight: 500;
    font-size: 18px;
    color: #DC001E;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .cr-pricebox h5 {
      font-weight: 540;
      font-size: 20px;
      color: #000;
      line-height: 20px;
      text-align: center;
      margin-bottom: 20px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .cr-pricebox span {
      display: block;
      margin: 0 auto;
      padding-left: 0;
      list-style: none;
      color: #777;
      font-size: 13px;
      line-height: 20px;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  .cr-pricebox ul {
    padding-left: 0;
    list-style: none;
    color: #777;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .cr-pricebox ul li {
      padding: 3px 0; }
  .cr-pricebox a.cr-btn {
    margin-top: 10px; }
    .cr-pricebox a.cr-btn b {
      display: none; }
    .cr-pricebox a.cr-btn:hover {
      color: #47BB8F; }
  .cr-pricebox:hover .show{
    display: none;
  }
  .cr-pricebox .isshow{
    display: none;
  }
  .cr-pricebox:hover .isshow{
    display: inline-block;
    transition: 1s;
  }
  .cr-pricebox:hover, .cr-pricebox.is-active {
    -webkit-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
    -ms-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
    -o-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
    box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2); }
    .cr-pricebox:hover:before, .cr-pricebox.is-active:before {
      height: 100%; }
    .cr-pricebox:hover h6,
    .cr-pricebox:hover h4,
    .cr-pricebox:hover h5,
    .cr-pricebox:hover ul, 
    .cr-pricebox:hover span,
    .cr-pricebox.is-active h6,
    .cr-pricebox.is-active h4,
    .cr-pricebox.is-active h5,
    .cr-pricebox.is-active ul
    .cr-pricebox.is-active span {
      color: #fff; }
    .cr-pricebox:hover a.cr-btn, .cr-pricebox.is-active a.cr-btn {
      background: #fff;
      color: #47BB8F; }
      .cr-pricebox:hover a.cr-btn:hover, .cr-pricebox.is-active a.cr-btn:hover {
        color: #47BB8F; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-pricebox {
    padding: 40px 30px;
    padding-right: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-pricebox {
    padding: 40px 40px;
    padding-right: 30px; } }
@media only screen and (max-width: 575px) {
  .cr-pricebox {
    /* padding: 30px;  */
  }
    .cr-pricebox h4 {
      margin-bottom: 30px; } 
      .cr-pricebox h5 {
        margin-bottom: 30px; } 
    }
      



/* 第一版翻转的图片 */
.portfoilo-thumb {
  overflow: hidden; }
/* Portfolio Minimal 2 */
.portfolios-minimal-2 .portfoilo-thumb {
  position: relative; }
  .portfolios-minimal-2 .portfoilo-thumb::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

  .portfolios-minimal-2 .portfolio:hover .portfoilo-thumb::before {
    opacity: 1;
    visibility: visible; }

    .portfolio {
      position: relative; }

      .portfolio-content {
        position: absolute;
        height: calc(100% - 0px);
        width: calc(100% - 28px);
        /* height: 100%;
        width: 100%; */
        left: 0px;
        top: 0px;
        background: rgba(71, 187, 143, 0);
        color: #fff;
        /* display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; */
        /* -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;  */
      }

        .portfolio-content > * {
          color: #fff;
          visibility: hidden;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
          -moz-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
          -ms-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
          -o-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
          transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s; }

          .portfolio-content h3 {
            color: #fff;
            margin-bottom: 0;
            visibility: hidden;
            font-size: 12px;
            left: 4px;
            border: 1px solid red;
            opacity: 0;
            -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
            -o-transform: translateY(50px);
            transform: translateY(50px);
            -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
            -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
            -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
            -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s; }
            .portfolio-content div {
              color: #fff;
              margin-bottom: 0;
              visibility: hidden;
              opacity: 0;
              font-size: 15px;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
              -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
              -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
              -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
              transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s; }
          .portfolio-content a {
            color: #fff;
            margin-left: 20px;
            display: block;
            text-align: left;
          font-size: 15px;
          }
          .portfolio-content div:hover{
            color: #f1f1f1;
          }
            .portfolio-content a:hover {
              color: #f1f1f1; }
              .portfolio:hover .portfoilo-thumb img {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2); }
              .portfolio:hover .portfolio-content {
                background: rgba(71, 187, 143, 0.9);
                /* background: ; */
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1); }
                .portfolio:hover .portfolio-content > * {
                  -webkit-transform: translateY(0);
                  -moz-transform: translateY(0);
                  -ms-transform: translateY(0);
                  -o-transform: translateY(0);
                  transform: translateY(0);
                  visibility: visible;
                  opacity: 1; }
                .portfolio:hover .portfolio-content h6 {
                  -webkit-transform: translateY(0);
                  -moz-transform: translateY(0);
                  -ms-transform: translateY(0);
                  -o-transform: translateY(0);
                  transform: translateY(0);
                  visibility: visible;
                  opacity: 1; }
                .portfolio:hover .portfolio-content h3 {
                  -webkit-transform: translateY(0);
                  -moz-transform: translateY(0);
                  -ms-transform: translateY(0);
                  -o-transform: translateY(0);
                  transform: translateY(0);
                  visibility: visible;
                  opacity: 1; }
                  .portfolio:hover .portfolio-content div {
                    line-height: 25px;
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -ms-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
                    visibility: visible;
                    opacity: 1; }
                .portfolio:hover .portfolio-content a.portfolio-zoom-trigger {
                  -webkit-transform: translateY(0);
                  -moz-transform: translateY(0);
                  -ms-transform: translateY(0);
                  -o-transform: translateY(0);
                  transform: translateY(0);
                  visibility: visible;
                  opacity: 1; }
              .portfolio:hover .portfolio-content-inner {
                -webkit-transform: translateZ(0);
                -moz-transform: translateZ(0);
                -ms-transform: translateZ(0);
                -o-transform: translateZ(0);
                transform: translateZ(0); }
                .portfolio-content-inner {
                  width: 100%;
                  padding: 20px;
                  -webkit-transform: translateY(0) translateZ(0);
                  -moz-transform: translateY(0) translateZ(0);
                  -ms-transform: translateY(0) translateZ(0);
                  -o-transform: translateY(0) translateZ(0);
                  transform: translateY(0) translateZ(0);
                  -webkit-backface-visibility: hidden;
                  -moz-backface-visibility: hidden;
                  -o-backface-visibility: hidden;
                  -ms-backface-visibility: hidden;
                  backface-visibility: hidden; }
                  .section-title.text-center {
                    padding-left: 30px;
                    padding-right: 30px; }

.photo{
  /* width: 428px;
  height: 100px; */
  overflow: hidden;
  position: relative;
}
.photo .text{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0,.4);
    color: white;
    text-align: center;
    visibility: hidden;
}
.h1{
  text-align: center;
  color: white;
}
.photo:hover .text{
    visibility: inherit;
} 
/* 第一版翻转的图片 */

.flip-box-inner {
  position: relative;
  width: 100%;
  /* height: 100%; */
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  /* border: 1px solid; */
}
.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
  transition: 1s;
}
.flip-box-front {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 22;
  border: 1px solid #F6F8FA;
  background: #F6F8FA;
}
.flip-box-content {
 
  
  
}
.flip-box-content h3{
  font-size: 14px;
  margin-top: 20px;
}
.flip-box-back { 
  background: rgba(220, 0, 30, 1);
  color: #fff;
  transform: rotateX(180deg);
}
.flip-box-back_first {
  text-align: left!important;
  margin-left: 20px;
  margin-top: 16px;
}
.flip-box-back div{
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}
.flip-box {
  background-color: transparent;
  height: 202.5px;
  border: 0;
  transition: 5s;
  perspective: 1000px;
  margin-bottom: 20px;
}
.fixBtn {
  position: fixed;
  right: 0;
  top: 31%;
  z-index: 9999;
  transform: translateY(50%);
  border: 1px solid red;
}
.fixBtn1,.fixBtn3 {
  position: fixed;
  right: 0;
  z-index: 999;
  transform: translateY(50%);
  cursor: pointer;
}
.fixBtn1 {
  top: 23%;
}
.fixBtn3 {
  top: 35%;
}
h5 {
  min-width: 70px;
}
h6 {
  min-width: 100px;
}
.fixBtn2 {
  position: fixed;
  right: 0;
  top: 31%;
  z-index: 999;
  transform: translateY(50%);
  width: 70px;
  height: 70px;
  background: #DC001E;
  display: flex;
  align-items: center;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.fixBtn_online1 {
  width: 70px;
  height: 70px;
  background-color: #DC001E;
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.fixBtn2 h5{
  color: #fff;
  font-size: 14px;
}
.fixBtn2 h6{
  color: #fff;
  font-size: 14px;
}
.fixBtn2:hover {
  width: 175px;
  height: 70px;
  transition: all 0.5s;
}
.fixBtn2:hover .h6{
  font-weight: 600;
  display: block;
  transition: all 0.5s;
}








/* 弹窗 开始*/
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.show-box{
  position: fixed; /*根据浏览器进行绝对定位 */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /*rgba透明色 */
  display: none;
  z-index: 9999999999999999;
}

.login-page{
  width: 350px;
  height: 370px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: white;
  /* border-radius: 10px; */
}
.fontStyle_box {
  text-align: center;
  /* margin-top: -16px; */
  margin-top: 20px;
  height: 60px;
}
.fontStyle_box p{
  line-height: 6px;
  font-size: 15px;
  color: #000;
}
.close-btn{	
  height: 50px;
  width: 50px;
  border-radius: 25px;
  float: right;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 50px;
  right: 8px;
}

.close-btn:hover{
  color: #000;
}
/* 弹窗 结束*/

/* 弹窗-预约演示 开始*/
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.show-box{
  position: fixed; /*根据浏览器进行绝对定位 */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /*rgba透明色 */
  display: none;
  z-index: 1000;
}

.login-page_preview{
  width: 330px;
  height: 500px;
  margin: 0 auto;
  margin-top: 40px;
  background-color: white;
}

.close-btn_preview {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  float: right;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  color: #000;
}
.close-btn_preview:hover {
  color: #DC001E;
}
/* 弹窗-预约演示 结束*/
/* 弹窗-在线客服 开始*/
.tip {
  color: #000;
  text-align: center;
  border-radius: 10px;
  font-family: sans-serif;
  padding: 0px 10px;
  width:auto;
  display:inline-block !important;
  display:inline;
}
.right {
  /* background-color: deepskyblue; */
  background-color: #fff;
  font-size: 14px;
  /* box-shadow: 1px 1px 5px #ccc */

}
.left {
  /* background-color: forestgreen; */
  background-color: rgb(149, 236,105);
  font-size: 14px;
}
.userName {
  font-size: 12px;
  color: #000;
}
.show_box_title {
  text-align: center; 
  line-height: 30px;
  font-size: 16px;
  color: #000;
  padding-top: 10px;
}
.show_box_n_isOnline {
  font-size: 10px;
  color: gray;
  text-align: center;
  line-height: 20px;
  margin-bottom: 10px;
}
.show_box_n_box {
  height: 350px; 
  overflow:auto; 
  border-top: 1px solid #ccc;
  background-color: rgb(245, 245, 245);
}
.show_box_n_textarea {
  height: 160px; 
  width: 100%; 
  padding: 20px; 
  border: none; 
  border-top: 1px solid #ccc
  ;font-size: 14px;
  border-bottom: 1px solid #ccc; 
  outline: none;
  background-color: rgb(245, 245, 245);
}
.show_box_n_textarea_boxs {
  text-align: right; 
  padding-right: 10px;
  padding-top: 3px;
}
.login-page_online{
  width: 700px;
  height: 625px;
  margin: 0 auto;
  margin-top: 100px;
  background-color:  rgb(245, 245, 245);;
  border-radius: 7px;
  position: relative;
}
.close-btn_online {
  font-size: 30px;
  position: absolute;
  top: 4px;
  right: 13px;
  cursor: pointer;
}
.close-btn_online:hover {
  color: #DC001E;
}
textarea::-webkit-input-placeholder {
  color: #ccc;
  /* text-align: right; */
}

/* 弹窗-在线客服 结束*/
/* 快捷签约 开始*/
.flip-box_quickly {
  background-color: transparent;
  height: 200px;
  border: 0;
  margin-bottom: 30px;
  perspective: 1000px;
}
.flip-box-inner_quickly {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box_quickly:hover .flip-box-inner_quickly {
  transform: rotateX(180deg);
  transition: 1s;
}
.flip-box-front_quickly {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flip-box-front_quickly, .flip-box-back_quickly {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 22;
  border: 1px solid #f1f1f5;
  /* background: #f1f1f5; */
  box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14);

}
.flip-box-content_quickly h3{
  font-weight: 600;
  font-size: 15px;
  margin-top: 30px;


}
.flip-box-back_quickly {
  background: rgba(220, 0, 30, 1);
  color: white;
  transform: rotateX(180deg);
  /* transition: transform 0.8s; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.flip-box-back_quickly div {
  font-size: 14px;
  line-height: 25px;
  margin: 0 auto;
}
.flip-box-content_quickly_num {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  /* background: #DC001E; */
  color: #DC001E;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  font-family: 'icomoon';
}
/* 快捷签约 结束*/

.services-one_btns {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* 头部 */
.swiper-slide_container_title {
  line-height: 60px;
  font-size: 40px;
  font-weight: 600;
  color: black;
}
.forms_box {
  text-align: center;
  margin-bottom: 15px;
}
.forms_title {
  font-size: 26px;
  color: black;
  font-weight: 700;
}
.forms_title_box {
  font-size: 16px;
  color: #000;
}
.forms_title_box_number {
  color: #DC001E;
  font-size: 18px;
}
.comment-form__input-boxs_input {
  width: 100%;
  height: 35px!important;    
  border: 1px solid #ebebeb;
  font-size: 12px!important;
}
.comment-form__input-boxs_inputs {
  width: 100%;
  height: 30px!important;    
  border: 1px solid #ebebeb;
  font-size: 12px!important;
}
.comment-form__buttonfrom {
  width: 100%;
  background: #DC001E;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

/* 底部表单 */
.scroll-to-top_form_buttonbottom {
  width: 100%;
  background: #DC001E;
  border: none;
  color: #fff;
  font-size: 15px;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  margin-left: 20px;
}
.scroll-to-top_form_formsBottom_box {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.boxs_contact {
  display: block;
  position: fixed;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
  z-index: 999;
  width: 70px;
}
.box_phone {
  display: flex;
  margin-left: 0px;
  transition: margin .2s;
  width: 200px;
  height: 70px;
  background: #DC001E;
  min-width: 70px;
  padding: 42% 0;
}
.box_phone h5 {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.ps {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: -2px;
}
.box_phone:hover {
  margin-left: -130px;
}
.box_phone,.box_vx,.box_show, .box_online {
  cursor: pointer;
  margin-bottom: 2px;
  
}
.box_online, .box_vx, .box_show {
  width: 70px;
  height: 70px;
}
.error {
  font-size: 12px;
  line-height: 12px;
  margin-top: 2px;
  color: red;
  position: absolute;
}
/* new 结束*/

/* index第一块内容 开始*/
.cr-pricebox-index {
  height: 220px;
  margin-top: 35px;
  position: relative;
  background: #F6F8FA;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .cr-pricebox-index:before {
    content: "";
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    background: #DC001E;
    position: absolute;
    -webkit-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    -moz-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    -ms-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    -o-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s; }
  .cr-pricebox-index > * {
    position: relative; }
  .cr-pricebox-index h6 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s; }
  .cr-pricebox-index h4 {
    font-weight: 500;
    font-size: 18px;
    color: #DC001E;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .cr-pricebox-index h5 {
      font-weight: 540;
      font-size: 15px;
      color: #000;
      line-height: 25px;
      text-align: center;
      margin-bottom:35px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .cr-pricebox-index span {
      display: block;
      margin: 0 auto;
      padding-left: 0;
      list-style: none;
      color: #777;
      font-size: 11px;
      line-height: 20px;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  .cr-pricebox-index ul {
    padding-left: 0;
    list-style: none;
    color: #777;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .cr-pricebox-index ul li {
      padding: 3px 0; }
  .cr-pricebox-index a.cr-btn {
    margin-top: 10px; }
    .cr-pricebox-index a.cr-btn b {
      display: none; }
    .cr-pricebox-index a.cr-btn:hover {
      color: #47BB8F; }
  .cr-pricebox-index:hover .show{
    display: none;
  }
  .cr-pricebox-index .isshow{
    display: none;
  }
  .cr-pricebox-index:hover .isshow{
    display: inline-block;
    transition: 1s;
  }
  .cr-pricebox-index:hover, .cr-pricebox-index.is-active {
    -webkit-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
    -ms-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
    -o-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
    box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2); }
    .cr-pricebox-index:hover:before, .cr-pricebox-index.is-active:before {
      height: 100%; }
    .cr-pricebox-index:hover h6,
    .cr-pricebox-index:hover h4,
    .cr-pricebox-index:hover h5,
    .cr-pricebox-index:hover ul, 
    .cr-pricebox-index:hover span,
    .cr-pricebox-index.is-active h6,
    .cr-pricebox-index.is-active h4,
    .cr-pricebox-index.is-active h5,
    .cr-pricebox-index.is-active ul
    .cr-pricebox-index.is-active span {
      color: #fff; }
    .cr-pricebox-index:hover a.cr-btn, .cr-pricebox-index.is-active a.cr-btn {
      background: #fff;
      color: #47BB8F; }
      .cr-pricebox-index:hover a.cr-btn:hover, .cr-pricebox-index.is-active a.cr-btn:hover {
        color: #47BB8F; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-pricebox-index {
    padding: 40px 30px;
    padding-right: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-pricebox-index {
    padding: 40px 40px;
    padding-right: 30px; } }
@media only screen and (max-width: 575px) {
  .cr-pricebox-index {
    padding: 15px; 
  }
    .cr-pricebox-index h4 {
      margin-bottom: 30px; } 
      .cr-pricebox-index h5 {
        margin-bottom: 5px;
       } 
    }

/* 按钮 */
.services-one_btns_index {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
}
/* index第一块内容 结束*/

/* solution  */
.solution-one-card {
  width: 327px;
  /* width: 303px; */
  height: 400px;
  box-shadow:0px 0px 16px rgba(215, 215, 215, 0.988235294117647);
  border-radius: 5px;
  text-align: center;
}
.solution-one-img {
  border-radius: 5px 5px 0px 0px;
}
.solution-one-title {
  margin: 30px 0px 20px;
}
.solution-one-text {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: rgb(51, 51 ,51);
  font-weight: 540;
}
.solution-one-text:hover {
  color: #DC001E;
}
.solution-one-box {
  width: 287px;
  margin-bottom: 26px;
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 19px;
  margin: 0 auto;
  color: #777;
}
.solution-p {
  text-align: center;
}
.solution-one-btn {
  margin: 26px auto 26px;
  width: 100px;
}
.clearmargin {
  margin: 0!important;
}
.adddistance {
  margin-top: 32px;
}
/* solution  */
/* 人事解决方案 */
.owl-nav {
  display: block !important;
  /* margin-top: 0.1rem !important; */
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  /* top: calc(50% - 0.1rem); */
  top: 5px;
  transform: translateY(-50%);
  background: transparent;
  filter: drop-shadow(#DC001E 50% 0);
}
.owl-nav .owl-prev:not([disabled]):hover,
.owl-nav .owl-next:not([disabled]):hover {
  background: transparent!important;
}
.owl-nav .owl-prev {
  left: -0.625rem;
}
@media screen and (min-width: 61.9375rem) {
  .owl-nav .owl-prev {
    left: -2.5rem;
  }
}
.owl-nav .owl-next {
  right: -0.625rem;
}
@media screen and (min-width: 61.9375rem) {
  .owl-nav .owl-next {
    right: -2.5rem;
  }
}
.shop-category {
  /* margin-bottom: 3rem; */
  margin-top: 60px;
}
@media screen and (max-width: 48rem) {
  .shop-category {
    /* margin-bottom: 1.5rem; */
  }
}
.shop-category-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
.shop-category-content .categorytitle {
  font-family: "Hind Siliguri", sans-serif;
  font-style: normal;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  color: #0D111B;
}
@media screen and (min-width: 75rem) {
  .shop-category-content .categorytitle {
    font-size: 1.875rem;
  }
}
.shop-category-content .category-slider {
  position: relative;
}
.shop-category .categories {
  /* padding: 0.5rem 0rem; */
}
.card-category {
  border-radius: 0.5rem;
  background: white;
  /* width: 82.375px; */
  /* padding-right: 10px; */
  /* height: 7.0625rem; */
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
  /* gap: 0.625rem; */
  /* padding: 10px; */
  /* border: 1px solid red; */
}
.card-category .title {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #7F7F7F;
  padding-bottom: 10px;
}
.card-category .title:hover {
  color: #DC001E;
  border-bottom: 2px solid #DC001E;
} 
a, a:hover, a:focus, a:visited {
  text-decoration: none!important;
}
#schoolScene_div, #hrScene_div, #leaseScene_div, #filesScene_div, #logisticsScene_div, #moreScene_div {
  display: none;
}
.hr-more-scene{
  width: 17%;
  height: 42px;
  font-size: 10px;
  margin: 0 3% 3% 0;
  border-radius: 2px;
  /* padding: 10px; */
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 3px rgba(0,0,0,.05);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.hr-more-scene:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background: #DC001E;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -moz-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -ms-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s; 
}

.hr-more-scene:hover, .hr-more-scene.is-active {
  -webkit-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2); 
}
.hr-more-scene:hover:before, .hr-more-scene.is-active:before {
  width: 100%;
}
.hr-more-scene > * {
  position: relative; }
.hr-more-scene span {
  display: block;
  color: rgb(18, 18, 18);
  line-height: 42px;
  text-align: center;
  /* margin-bottom: 20px; */
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s; }
.hr-more-scene:hover span,
.hr-more-scene.is-active span {
  color: #fff;
 }
/* 经典场景 */
.classicScenes-title {
  margin: 10px 0 29px 80px;
  font-size: 16px;
  line-height: 16px;
  color: #DC001E;
}
.classicScenes-subtitle {
  font-size: 14px;
  color: #000;
  line-height: 14px;
  margin-left: 80px;
}
.classicScenes-top-box {
  margin-left: 80px;
  margin-top: 15px;
  display: flex;
  /* align-items: center; */
}
.classicScenes-top-box-left {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.top-box-num {
  color: #DC001E;
  font-size: 14px;
}
.top-box-title {
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}
.classicScenes-bottom-box {
  margin-left: 94px;
  height: 36px;
  margin-top: 15px;
  border-left: 1px solid #DC001E;
}
.bottom-box-text {
  margin-left: 25px;
  font-size: 14px;
  color: #7F7F7F;
}
.title-space {
  margin-top: 30px;
}
/* 经典场景 */
/* 进度条-开始 */
.progess_main {
  /* margin-top: 50px;
  margin-left: 80px; */
  margin: 50px 80px 0px;
}
.witr_single_progress {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.skill_left .witr_label {
  color: #030925;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.witr_progress-style2 .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
  overflow: inherit;
  background: #DC001E;
}


.witr_progress-style2.progress {
  box-shadow: none;
  overflow: visible;
  height: 5px;
}


.witr_progress-style2 .witr_percent {
  position: absolute;
  right: 0;
  font-weight: 700;
  font-size: 16px;
  top: -19px;
  color: #272727;
}
.witr_label {
  font-size: 15px;
  color: #333;
}
.addColor {
  color: #000;
}
.classicScenes-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* 进度条-结束 */

.hrSence-title {
  color: #000;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin: 4px 0px 30px;
}
.hrSence-title .line-left {
  margin-right: 4px;
  color: #DC001E;
}
.hrSence-title .line-right {
  margin-left: 4px;
  color: #DC001E;
}
/* HR应用电子签-开始 */
.container-add-bgc {
  max-width: 900px!important;
  background-color: #F6F8FA;
}
.container-add-btm {
  margin-bottom: 50px;
}
.hr-scene-ele-title {
  font-size: 16px; 
  line-height: 22px;
  color: #333;
  text-align: center;
  margin: 51px 0 28px;
}
.hr-scene-ele-box {
  width: 740px;
  height: 100px;
  margin: 0 auto;
}
.hr-scene-ele-box p {
  line-height: 24px;
  font-size: 14px;
  color: #7F7F7F;
}
/* HR应用电子签-结束 */
/* 应用于-开始 */
.hr-scene-apply-title {
  font-size: 16px; 
  line-height: 22px;
  color: #333;
  text-align: center;
  margin: 51px 0 28px;
}
.hr-scene-apply-box {
  display: flex;
  flex-wrap: wrap;
  width: 764px;
  justify-content: space-between;
}

/* 应用于-结束 */
/* 应用价值-开始 */
.hr-scene-application-value-title {
  font-size: 16px; 
  line-height: 22px;
  color: #333;
  text-align: center;
  margin: 30px 0 29px;
}
.hr-scene-application-value-box {
  width: 740px;
  height: 100px;
  margin: 0 auto;
}
.hr-scene-application-value-box p {
  line-height: 24px;
  font-size: 14px;
  color: #7F7F7F;
}
/* 应用价值-结束 */
.square-left {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #DC001E;
  margin: 0px 6px 3px 0px;
}
.square-right {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #DC001E;
  margin: 0px 0px 3px 6px;
}
/* 更多场景-开始 */
.container-add-bgc-more {
  max-width: 724px!important;
  background-color: #fff;
}

.more-scene-top-box {
  margin: 27px 0px 15px;
  display: flex;
}
.more-scene-top-box-numBox {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 3px 4px 4px 0px rgba(2,6,11,.2);
  display: flex;
  justify-content: center;
}
.more-scene-bottom-box {
  background-color: #F6F8FA;
  width: 724px;
  padding: 30px 20px;
}

.more-scene-bottom-box-decBox-add {
  width: 684px;
  background-color: #fff;
  padding: 13px 25px 13px;
  margin-bottom: 15px;
}
.decBox-text {
  line-height: 19px;
  font-size: 14px;
  color: #333333;
  width: 634px;
  margin: 0 auto;
}
.more-scene-bottom-box-decBox-add {
  width: 684px;
  background-color: #fff;
  padding: 13px 25px 13px;
}
 
.more-scene-top-box-s{
  margin: 20px 0px 15px;
  display: flex;
}
.top-box-numStyle {
  color: #DC001E;
  font-size: 13px;
}
.top-box-textStyle {
  font-size: 15px;
  color: #333333;
  margin-left: 10px;
}
.classicScenes-more-btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* 更多场景-结束 */
.services-one-index .row {
  --bs-gutter-x: 20px;
}
.displayFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
/* aboutUs Start */
.cr-pricebox-about {
  width: 130px;
  height: 130px;
  /* margin-top: 52px; */
  /* padding: 40px 25px; */
  position: relative;
  background: #F6F8FA;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .cr-pricebox-about:before {
    content: "";
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    background: #DC001E;
    position: absolute;
    -webkit-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    -moz-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    -ms-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    -o-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
    transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s; }
  .cr-pricebox-about > * {
    position: relative; }
  .cr-pricebox-about span {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
    color: #DC001E;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
.cr-pricebox-about:hover, .cr-pricebox-about.is-active {
  -webkit-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2); }
  .cr-pricebox-about:hover:before, .cr-pricebox-about.is-active:before {
    height: 100%; }
  .cr-pricebox-about:hover span,
  .cr-pricebox-about.is-active span {
    color: #fff!important; }
  .cr-pricebox-about:hover a.cr-btn, .cr-pricebox-about.is-active a.cr-btn {
    background: #fff;
    color: #47BB8F; }

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-pricebox-index {
    padding: 40px 30px;
    padding-right: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-pricebox-index {
    padding: 40px 40px;
    padding-right: 30px; } }
@media only screen and (max-width: 575px) {
  .cr-pricebox-index {
   }
    .cr-pricebox-index h4 {
      margin-bottom: 30px; } 
      .cr-pricebox-index h5 {
        margin-bottom: 10px; 
      } 
    } */

.cr-pricebox-about-red {
  width: 130px;
  height: 130px;

  position: relative;
  background: #DC001E;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
.cr-pricebox-about-red:before {
  content: "";
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: #F6F8FA;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -moz-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -ms-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s; }
.cr-pricebox-about-red > * {
  position: relative; }
.cr-pricebox-about-red span {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
.cr-pricebox-about-red:hover, .cr-pricebox-about-red.is-active {
  -webkit-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2); }
  .cr-pricebox-about-red:hover:before, .cr-pricebox-about-red.is-active:before {
    height: 100%; }
  /* .cr-pricebox-index:hover h6,
  .cr-pricebox-index:hover h4,
  .cr-pricebox-index:hover h5,
  .cr-pricebox-index:hover ul,  */
  .cr-pricebox-about-red:hover span,
  /* .cr-pricebox-index.is-active h6,
  .cr-pricebox-index.is-active h4,
  .cr-pricebox-index.is-active h5,
  .cr-pricebox-index.is-active ul */
  .cr-pricebox-about-red.is-active span {
    color: #DC001E; }
  .cr-pricebox-about-red:hover a.cr-btn, .cr-pricebox-about-red.is-active a.cr-btn {
    background: #fff;
    color: #47BB8F; }

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-pricebox-index {
    padding: 40px 30px;
    padding-right: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-pricebox-index {
    padding: 40px 40px;
    padding-right: 30px; } }
@media only screen and (max-width: 575px) {
  .cr-pricebox-index {
  }
    .cr-pricebox-index h4 {
      margin-bottom: 30px; } 
      .cr-pricebox-index h5 {
        margin-bottom: 10px; 
      } 
    } */

   
.aboutUs-box-title {
  margin: 60px 0px 54px;
}
.aboutUs-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutUs-leftBox {
  width: 180px;
  border-right: 1px solid #DC001E;
  height: 190px;
  /* margin-left: 20px; */
}
.aboutUs-box-text {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}
.aboutUs-box-textDec{
  margin-left: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  margin-bottom: 20px;
}
.aboutUs-rightBox {
  width: 180px;
  padding-left: 10px;
}
.aboutUs-rightBox-img {
  height: 130px;
  width: 160px;
}
.aboutUs-rightBox-img img {
  object-fit: cover;
  width: 100%;
  margin-top: 30px;
}
/*aboutUs End  */
/* data Start */
.data-box-p {
  border: 1px solid red; 
  margin: 0px 1px;
  border-radius: 4px; 
  width: 110px;
  height: 30px; 
  text-align: center;
  font-size: 11px;
  color: #DC001E;
  line-height: 30px;
}
/* data End */