@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:apr;
     src:url("../font/Alibaba-PuHuiTi-Regular1.ttf");
}
 
/* 定义字体 */
/* @font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url('/template/default/font/YouSheBiaoTiHei.ttf') format('truetype');
}
@font-face {
    font-family: 'PingFang SC';
    src: url('/template/default/font/PingFang Medium.ttf') format('truetype');
} */


/*banner 焦点图 */
.bannerBox {
      position: relative;
      z-index: 0;
      width: 100%;
      height: 648px;
      background-color: #061435;
      margin-top: 81px;
}

.bannerBox .scrollDown {
      cursor: pointer;
      position: absolute;
      bottom: 2em;
      width: 65px;
      height: 65px;
      left: 50%;
      margin-left: -32px;
      background: url(../imgs/scrollDown.png) center center no-repeat;
      z-index: 3;
      display: none;
}

.bannerBox .swiper-container {
      width: 100%;
      height: 100%;
}

.bannerBox .swiper-slide {
      text-align: center;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background: #061435 center center no-repeat;
      background-size: cover;
      color: #fff;
}

.bannerBox .swiper-slide .con {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: wrap;
      flex: 1;
      max-width: 1920px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.bannerBox .swiper-slide a {
      color: #fff;
}

.bannerBox .swiper-slide .pic {
      flex: 1.3;
      width: 50%;
      margin-left: 10%;
      transition: all 1.5s;
      position: relative;
      z-index: 0;
      left: -20px;
      opacity: 0;
      transition-delay: .9s;
}

.bannerBox .swiper-slide .pic img {
      width: 72%;
      height: auto;
}

.bannerBox .swiper-slide .txt {
      flex: 1;
      /*margin-left: 5.8%;*/
      margin-right: 8%;
      text-align: left;
}

.bannerBox .swiper-slide .txt .t1 {
      font-size: 48px;
      line-height: 1.3em;
      letter-spacing: 0.1em;
      position: relative;
      z-index: 0;
      left: 0;
      top: -36px;
      opacity: 0;
      transition: all 1.5s;
}

.bannerBox .swiper-slide .txt .t2 {
      margin-top: 1.2em;
      margin-left: 3px;
      font-size: 1.5em;
      line-height: 1.8em;
      letter-spacing: 0.1em;
      position: relative;
      z-index: 0;
      left: 0;
      top: -42px;
      opacity: 0;
      transition-delay: .3s;
      transition: all 1.5s;
}

.bannerBox .swiper-slide .txt .more {
      margin-left: 3px;
      /*margin-top: 4em;*/
      display: inline-block;
      color: #fff;
      padding: 0 2.4em;
      font-size: 14px;
      line-height: 2.8em;
      /*-webkit-border-radius: 1.4em;*/
      /*-moz-border-radius: 1.4em;*/
      /*border-radius: 1.4em;*/
      transition: all 1.5s;
      position: relative;
      z-index: 0;
      left: -20px;
      opacity: 0;
      transition-delay: .6s;
      background: rgba(255, 255, 255, 0.2);
      border: 2px solid #FFFFFF;
      border-radius: 2px;
}
.bannerBox .swiper-slide .txt .more:hover{
    background-color: #999999;
}
.bannerBox .button-next,
.bannerBox .button-prev {
      cursor: pointer;
      z-index: 4;
      position: absolute;
      top: 50%;
      margin-top: -30px;
      background: center center no-repeat;
}

.bannerBox .button-next {
      right: 8%;
      width: 33px;
      height: 38px;
      background-image: url(../imgs/arrowR.png);
}

.bannerBox .button-prev {
      left: 8%;
      width: 33px;
      height: 38px;
      background-image: url(../imgs/arrowL.png);
}

.bannerBox .swiper-slide-active .pic {
      opacity: 1;
      left: 0;
}

.bannerBox .swiper-slide-active .txt .t1 {
      opacity: 1;
      
}

.bannerBox .swiper-slide-active .txt .t2 {
      opacity: 1;
      
}

.bannerBox .swiper-slide-active .txt .more {
      opacity: 1;
      left: 0;
}

/*产品*/
.proBox {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 130px;
    position: absolute;
    bottom: -56px;
    background: transparent;
    left: 50%;
    transform: translateX(-50%);
}
.proBox ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.proBox li {
    float: left;
    width: calc(25% - 14px);
    height: 100%;
    display: flex;
    align-items: end;
}
.proBox li >a {
    display: block;
    height: 100px;
    background: linear-gradient(0deg, #FEFEFE 0%, #F2F6FC 100%);
    box-shadow: 0px 4px 6px 0px rgb(168 184 210 / 25%);
    border-radius: 4px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 10px;
    transition: all 0.3s;
    border: 2px solid #ffffff;
}

@media only screen and (min-device-width: 1366px) {
    .proBox li:hover a {
        background-image: url(../../../template/default/images/home/imgTop.png);
        transform: translateY(-20px);
    }
    .proBox li:hover .t1{
        color: #ffffff;
    }
    .proBox li:hover .t2{
        color: #ffffff;
    }
}
.proBox .pic {
    display: block;
    float: left;
    width: 39%;
    /* padding: 2.5em 0 0.5em; */
    /* margin-right: -15%; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proBox .pic img {
    width: 60px;
    height: 54px;
}

.proBox .txt {
      display: block;
      margin-right: 5%;
      /*padding: 2.8em 0 1.5em;*/
      text-align: left;
      margin-top: 1.4em;
}

.proBox .t1 {
    display: block;
    height: 1.8em;
    line-height: 1.8em;
    overflow: hidden;
    font-size: 18px;
    font-weight: 550;
    color: #191A24;
}

.proBox .t2 {
      /*margin-top: 1em;*/
    display: block;
    color: #6D767F;
    line-height: 1.8em;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


/*方案*/
.planBoxW {
      padding: 0 1em;
      background: url(../imgs/planBg.png) center center no-repeat;
      background-size: auto 100%;
}

.planBox {
      margin: 0 auto;
      /*padding: 6.7% 0;*/
      max-width: 1200px;
}

.planBox .tit {
      color: #333333;
      font-size: 26px;
      letter-spacing: 0.1em;
}

.planTitle {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #111111 !important;
    position: relative;
}

.planBox .tit2 {
      color: #666666;
      font-size: 18px;
      line-height: 1.7em;
      margin: 10px 20% 0;
}


.slide-s{
    display:flex;
    flex-direction: column;
}
.slide-s img{
    width: 40px;
    height: 40px;
    margin: 14px auto;
}
.slide-s .t1{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #191A24;
    display: flex;
    flex-direction: column;
}

.triangle {
    width: 53px;
    height: 4px;
    background: #0052D9;
    margin: 0 auto;
    margin-bottom: 22px;
}

.swiper_pro_w {
      position: relative;
      z-index: 0;
      padding: 0 2.4em;
      margin-top: 5.9%;
}
.swiper_pro_w .swiper-button-disabled {
    opacity: 0.3;
    cursor: no-drop;
}

.swiper_pro_w .swiper-container {
      max-width: 1300px;
      margin: 0 auto;
}

.swiper_pro {
      height: auto;
}

.swiper_pro .swiper-slide {
      margin-top: 0 !important;
      display: block;
      width: 25%;
}

.swiper_pro .item {
      cursor: pointer;
      margin: 10px 13px 10px;
      padding: 0 0 36px;
      display: block;
      background-color: #fff;
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.swiper_pro .item:hover {
      cursor: pointer;
      margin: 10px 13px 10px;
      padding: 0 0 36px;
      display: block;
      background-color: #fff;
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.swiper_pro .pic {
      position: relative;
      z-index: 0;
      overflow: hidden;
      height: 0;
      padding-top: 75%;
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
}

.swiper_pro .pic img {
      position: absolute;
      left: -100%;
      width: 100%;
      height: auto;
      display: block;
}

.swiper_pro .t1 {
      display: block;
      font-size: 0.95em;
      margin: 1.8em 6.5% 0;
      line-height: 1.7em;
      line-height: 1.7em;
      color: #000;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      *white-space: nowrap;
}

.swiper_pro .t2 {
      display: block;
      color: #7f7f7f;
      margin: 1em 6.5% 0;
      font-size: 0.8em;
      line-height: 1.8em;
      height: 3.6em;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
}

.swiper_pro_w .button-prev,
.swiper_pro_w .button-next {
      cursor: pointer;
      position: absolute;
      top: calc(50% - 13px);
      margin-top: -35px;
}

.swiper_pro_w .swiper-button-prev-pro {
      width: 13px;
      height: 23px;
      left: 0;
      background: url(../images/banner-r1.png) center center no-repeat;
      background-size: contain;
      margin: auto;
}

.swiper_pro_w .swiper-button-next-pro {
      width: 13px;
      height: 23px;
      right: 0;
      background: url(../images/banner-l1.png) center center no-repeat;
      background-size: contain;
      margin: auto;
}

/*企业介绍*/
.introBox {
      background: #1a3467 url(../imgs/introBg.png) center bottom no-repeat;
      padding: 0 1em;
}

.introBox .list {
      max-width: 1300px;
      margin: 0 auto;
}

.introBox .list ul {
      padding: 10% 0 0;
      margin: 0 3%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: wrap;
      font-size: 1.3em;
      line-height: 1.8em;
      color: #fff;
}

.introBox .list li {
      width: 25%;
      margin-bottom: 8%;
}

.introBox .list img {
      display: block;
      margin: 0 auto;
      width: 68px;
      height: 68px;
}

.introBox .list span {
      display: block;
      font-weight: normal;
      margin: 8% 0 0;
}

.introBox .introCon {
      position: relative;
      z-index: 0;
      bottom: -236px;
      max-width: 1300px;
      margin: -236px auto 0;
      background-color: #ffffff;
}

.introBox .introCon:after {
      display: block;
      clear: both;
      content: "";
}

.introBox .introCon .pic {
      float: left;
      width: 50%;
}

.swiper-intro {
      width: 100%;
      height: 472px;
}

.swiper-intro .swiper-slide {
      height: 100%;
      background: center center no-repeat;
      background-size: cover;
}

.swiper-intro .button-next,
.swiper-intro .button-prev {
      cursor: pointer;
      z-index: 4;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      background: center center no-repeat;
}

.swiper-intro .button-next {
      right: 3%;
      width: 33px;
      height: 50px;
      background-image: url(../imgs/arrow3R.png);
}

.swiper-intro .button-prev {
      left: 3%;
      width: 33px;
      height: 50px;
      background-image: url(../imgs/arrow3L.png);
}

.introBox .introCon .txt {
      float: left;
      width: 50%;
      text-align: left;
}

.introBox .introCon .txtc {
      padding: 13% 11% 0;
}

.introBox .introCon .txt .t1 {
      font-size: 2em;
      font-weight: bold;
      color: #000;
      line-height: 1.2em;
}

.introBox .introCon .txt .t2 {
      font-size: 0.9em;
      margin-top: 1.9em;
      color: #4b4b4b;
      line-height: 1.7em;
      height: 10.2em;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
}

.introBox .introCon .txt .btnAbout {
      margin-left: 3px;
      margin-top: 2.8em;
      display: inline-block;
      color: #fff;
      background-color: #0f2a60;
      padding: 0 2.4em;
      font-size: 0.9em;
      line-height: 2.9em;
      -webkit-border-radius: 1.5em;
      -moz-border-radius: 1.5em;
      border-radius: 1.5em;
}

/*案例*/
.caseBoxW {
      padding: 0 1em;
      height: 100%;
      background: url(../images/caseBg.png);
      background-size: 100% 100%;
}

.caseBox {
    margin: 0 auto;
    padding: 3.75rem 0 0 0;
    max-width: 1200px;
    text-align: center;
}

.caseBox .tit {
    font-size: 28px;
    font-weight: 800;
    color: #222222;
    position: relative;
    text-align: center;
}

.caseBox .list:after {
      display: block;
      clear: both;
      content: "";
}

.caseBox .list ul {
    margin-top: 2.5rem;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.caseBox .list li {
    width: calc(33.33% - 10px);
    margin-right: 15px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 10px 0px rgb(168 184 210 / 61%);
}
.caseBox .list li:nth-child(3n) {
    margin-right: 0;
}

/*.caseBox .list li:hover img{*/
/*    border-radius: 8px;*/
/*    transform: scale(1.15);*/
/*}*/
/*.caseBox .list li:hover .pic {*/
/*    border-radius: 8px;*/
/*    height: 220px;*/
/*}*/

.caseBox .list li:hover {
    /*border-radius: 8px;*/
}

.caseBox .list .picb {
      margin: 0px;
      position: relative;
      transition: border-radius .1s linear,transform .3s ease;
      border-radius: 8px;
}

.caseBox .list .pic {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 215px;
    background: #fff;
    background: center center no-repeat;
    background-size: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    transform-origin: center center;
    z-index: 1;
    transition: all .3s ease;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.caseBox .list .pic img {
      position: absolute;
      height: 215px;
      width: 100%;
      left: 0;
      transition: all .3s ease;
}
.caseBox .list li:hover img {
    transform: scale(1.1);
}

.caseBox .list .pic .txt {
      position: absolute;
      left: 0;
      display: none;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: #000;
      filter: Alpha(opacity=40);
      background: rgba(0, 0, 0, 0.4);
      color: #fff;
      font-size: 1.3em;
      display: none;
      align-items: center;
      justify-content: center;
}

.caseBox .list .pic .txt span {
      padding: 0 1em;
      font-size: 16px;
}

/*.caseBox .list li:hover .txt {*/
/*      display: -ms-flexbox;*/
/*      display: -webkit-flex;*/
/*      display: flex;*/
/*}*/

/*联系我们*/
.contactTop {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-color: #0f2a60;
}

.contactTop .tit {
      max-width: 1300px;
      margin: 0 auto;
      padding: 1.4em 0 1.4em;
}

.contactTop .tit .txt {
      margin: 0 4em;
      line-height: 1.7em;
      font-size: 19px;
      display: inline-block;
      color: #fff;
}

.contactTop .tit .btn {
      margin: 0 4em;
      display: inline-block;
      color: #191919;
      background-color: #fff;
      padding: 0 2.4em;
      font-size: 15px;
      line-height: 2.9em;
      -webkit-border-radius: 1.5em;
      -moz-border-radius: 1.5em;
      border-radius: 1.5em;
}

select {
    outline: none; /*清除难看的粗黑线*/
    appearance: none;
}
.triangleBefore {
    position: relative;
}
.triangleBefore::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent; /* 上边框为透明 */
    border-right: 6px solid transparent; /* 下边框为透明 */
    border-top: 8px solid #999999; /* 左边框设置为红色的长度 */
    position: absolute;
    right: 20px;
    top: 15px;
}

@media only screen and (max-width:1150px) {
      .bannerBox .swiper-slide .txt .t1 {
            font-size: 4.6em;
      }
}

@media only screen and (max-width:1024px) {
      .bannerBox .swiper-slide .txt .t1 {
            font-size: 3.4em;
      }

      .bannerBox .swiper-slide .txt .t2 {
            font-size: 1.2em;
      }
}

@media only screen and (max-width:768px) {
       /*首页*/
      .bannerBox .swiper-slide .txt .t1{
           font-size: 2.4em;
           top: 0;
      }
      .bannerBox .swiper-slide .txt .t2{
           font-size:0.4em ;
           top: 0;
      }
      .proBox{
          width: 100%;
          height: auto;
          top: 165px;
          height: 100px;
      }
      .planBox{
          margin-top: 20px;
      }
      .programme-txt{
          width: 100% !important;
      }
      .programme-txt .programme-title{
          padding-left: 5px !important;
      }
      .programme-txt p{
          padding: 0 5px;
          width: 100% !important;
      }
      .more-pro{
          height: 40px !important;
          line-height: 40px !important;
          font-size: 12px !important;
      }
      .caseBox .list li{
          width: 48%;
          box-shadow: none;
          background: none;
      }
      .planBox .tit{
          font-size: 24px;
      }
      .slide-s img{
          width: 30px;
          height: 30px;
          margin: 14px auto;
      }
       
       
      /* banner */
      .bannerBox .swiper-slide .con {
            display: block;
      }

      .bannerBox .swiper-slide .pic {
            width: 70%;
            margin: 0 auto;
      }

      .bannerBox .swiper-slide .txt {
            width: 90%;
            margin: 0 auto;
            text-align: center;
      }

      .bannerBox .swiper-slide-active .txt .more {
            margin: 2em auto;
      }

      .bannerBox .button-next {
            width: 2.9em;
            height: 2.2em;
            margin-top: -1.2em;
      }

      .bannerBox .button-prev {
            width: 2.9em;
            height: 2.2em;
            margin-top: -1.2em;
      }

      .swiper-intro .button-next {
            width: 2.4em;
            height: 2.4em;
            margin-top: -1.2em;
      }

      .swiper-intro .button-prev {
            width: 2.4em;
            height: 2.4em;
            margin-top: -1.2em;
      }

      /*产品*/
      .proBox li {
            width: 50%;
      }

      /*方案*/
      .planBox .tit2 {
            margin: 0.8em 1em 0;
            font-size: 16px;
      }

      .swiper_pro .swiper-slide {
            width: 50%;
      }

      /*企业介绍*/
      .introBox .introCon .pic {
            float: none;
            width: auto;
      }

      .introBox .introCon .txt {
            float: none;
            width: auto;
      }

      .introBox .introCon .txtc {
            padding-bottom: 13%;
      }

      .introBox .list li {
            width: 50%;
      }

      .swiper-intro {
            width: 100%;
            height: auto;
      }

      .swiper-intro .swiper-slide {
            padding-top: 72%;
            height: 0;
      }

      .swiper_pro_w .button-prev {
            width: 2.4em;
            height: 2.4em;
            margin-top: 1.2em;
      }

      .swiper_pro_w .button-next {
            width: 2.4em;
            height: 2.4em;
            margin-top: 1.2em;
      }
      .pro-case{
          height: auto !important;
      }
      .btn_pro{
          margin: 10px 0 !important;
      }
      .our-company >div{
          width: 100% !important;
          flex-direction: column-reverse;
      }
      .our-company .our-company-title{
          font-size: 24px !important;
          padding:20px 0 0px 0 !important;
          margin: 30px 0;
      }
      .our-company >div p{
          width: auto !important;
      }
      .our-team >div{
          margin-top: 30px !important;
      }
      .our-team >div img{
          width: 40px !important;
          height: 40px !important;
      }
      .our-team >div .our-team-txt{
          font-size: 12px !important;
      }
      .btn_team1 {
          margin-top: 40px !important;
      }
      .our-company{
          height: 580px !important;
      }
      .contactW {
          padding: 0 12px;
      }

      /*案例*/
}
    /*首页头部banner文字*/
    .sildeH1 {
        margin-bottom: 2.5rem;  
        font-weight: 500;
    }
    .sildeH2 {
        margin-bottom: 6.1875rem;
        /*font-weight: 400;*/
        /*color: #FFFFFF;*/
        /*-webkit-text-stroke: 1px #FFFFFF;*/
        /*text-stroke: 1px #FFFFFF;*/
        /*background: linear-gradient(-8deg, #CFCECE 0%, #FFFFFF 81.0791015625%);*/
        /*-webkit-background-clip: text;*/
        /*-webkit-text-fill-color: transparent;*/
    }
    
    /**/
    .systemBox {
            max-width: 1200px;
            margin: 70px auto 0 auto;
        }
        .systemBox .planTitle {
            font-size: 28px;
            font-family: PingFang SC;
            font-weight: 800;
            color: #111111;
            text-align: center;
        }
        .systemBox .systemLi img {
            width: 56px;
            height: 56px;
        }
        .systemBox .systemList {
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
        }
        .systemLi {
            cursor: pointer;
            text-align: center;
        }
        .systemBox .systemLi >div {
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            font-family: PingFang SC;
            font-weight: 500;
            color: #111111;
            cursor: pointer;
        }
        .systemBox .systemActive >div {
            color: #0052D9;
            border-bottom: 2px solid #0052D9;
        }
        .systemVideo {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .systemBottom {
            width: 100%;
            background: #F8FAFF;
        }
        .systemVideo {
            width: 1200px;
            margin: 0 auto;
            height: 528px;
            max-width: 1200px;
        }
        .systemVideo .systemVideoRight video {
            width: 818px;
            height: 457px;
        }
        .systemVideo .systemVideoLeft {
            width: 25.5%;
        }
        .systemVideo .systemVideoLeft .videoTitle {
            font-size: 26px;
            font-family: PingFang SC;
            font-weight: bold;
            color: #111111;
            text-align: left;
            line-height: 44px;
            margin-top: 63px;
        }
        .systemVideo .systemVideoLeft p {
            font-size: 14px;
            font-family: PingFang SC;
            font-weight: 500;
            color: #6D767F;
            text-align: left;
            margin-top: 4px;
            height: 126px;
            line-height: 1.5;
        }
        .systemVideo .systemVideoLeft .reservation {
            width: 128px;
            height: 44px;
            background: #0052D9;
            border-radius: 4px;
            font-size: 14px;
            font-family: PingFang SC;
            font-weight: 500;
            color: #FFFFFF;
            line-height: 44px;
            margin-top: 64px;
            cursor: pointer;
            text-align: center;
        }
        .systemVideo .systemVideoLeft .reservation:hover {
            background: rgba(0,82,217,0.9);
        }
        .planBox .planSolveList {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .planBox .planTitle {
            margin-top: 60px;
            margin-bottom: 40px;
            text-align: center;
        }
        .planSolveLi {
            flex: 2;
            min-width: 180px;
            height: 320px;
            background: #FFFFFF;
            box-shadow: 0px 1px 16px 0px rgba(89,91,118,0.14);
            margin-bottom: 10px;
            padding: 0 10px;
            transition: 0.3s all;
            position: relative;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            border: 2px solid #FFFFFF;
        }
        .planSolveLi + .planSolveLi {
            margin-left: 9px;
        }
        .planSolveLi .planSolveTit {
            margin-top: 26px;
            margin-bottom: 14px;
            font-size: 20px;
            font-family: PingFang SC;
            font-weight: 500;
            color: #111111;
            text-align: center;
        }
        .planSolveLi .planSolveActiveImg {
            display: none;
        }
        .planSolveLi .planSolveImg {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
        }
        .planSolveLi .planSolveImg img {
            width: 100%;
            height: 100%;
        }
        .planSolveLi .planSolveP1 {
            width: 100%;
            width: 160px;
            font-size: 14px;
            font-family: PingFang SC;
            font-weight: 500;
            color: #6D767F;
            margin: 0 auto;
            line-height: 1.5;
        }
        .planSolveNotCur .planSolveP1 {
            width: 208px;
        }
        .planSolveList .planSolveActive {
            flex: 5;
            padding: 0 0 0 20px;
            position: relative;
        }
        .planSolveListTop .planSolveHaveCur:nth-child(1) {
            background-image: url(../../../template/default/images/home/commercialTwo.png);
        }
        .planSolveListTop .planSolveHaveCur:nth-child(2) {
            background-image: url(../../../template/default/images/home/laboratoryTwo.png);
        }
        .planSolveListTop .planSolveHaveCur:nth-child(3) {
            background-image: url(../../../template/default/images/home/administrationTwo.png);
        }
        .planSolveListTop .planSolveHaveCur:nth-child(4) {
            background-image: url(../../../template/default/images/home/educationTwo.png);
        }
        .planSolveListTop .planSolveHaveCur:nth-child(5) {
            background-image: url(../../../template/default/images/home/medicalTreatmentTwo.png);
        }
        .planSolveListBottom .planSolveHaveCur:nth-child(1) {
            background-image: url(../../../template/default/images/home/pharmacyTwo.png);
        }
        .planSolveListBottom .planSolveHaveCur:nth-child(2) {
            background-image: url(../../../template/default/images/home/airConditioningTwo.png);
        }
        .planSolveListBottom .planSolveHaveCur:nth-child(3) {
            background-image: url(../../../template/default/images/home/trafficTwo.png);
        }
        .planSolveListBottom .planSolveHaveCur:nth-child(4) {
            background-image: url(../../../template/default/images/home/apartmentsTwo.png);
        }
        .planSolveListBottom .planSolveHaveCur:nth-child(5) {
            background-image: url(../../../template/default/images/home/industrialPlantTwo.png);
        }
        /*当一行没有一个选中时*/
        .planSolveListTop .planSolveNotCur:nth-child(1) {
            background-image: url(../../../template/default/images/home/commercialOne.png);
        }
        .planSolveListTop .planSolveNotCur:nth-child(2) {
            background-image: url(../../../template/default/images/home/laboratoryOne.png);
        }
        .planSolveListTop .planSolveNotCur:nth-child(3) {
            background-image: url(../../../template/default/images/home/administrationOne.png);
        }
        .planSolveListTop .planSolveNotCur:nth-child(4) {
            background-image: url(../../../template/default/images/home/educationOne.png);
        }
        .planSolveListTop .planSolveNotCur:nth-child(5) {
            background-image: url(../../../template/default/images/home/medicalTreatmentOne.png);
        }
        .planSolveListBottom .planSolveNotCur:nth-child(1) {
            background-image: url(../../../template/default/images/home/pharmacyOne.png);
        }
        .planSolveListBottom .planSolveNotCur:nth-child(2) {
            background-image: url(../../../template/default/images/home/airConditioningOne.png);
        }
        .planSolveListBottom .planSolveNotCur:nth-child(3) {
            background-image: url(../../../template/default/images/home/trafficOne.png);
        }
        .planSolveListBottom .planSolveNotCur:nth-child(4) {
            background-image: url(../../../template/default/images/home/apartmentsOne.png);
        }
        .planSolveListBottom .planSolveNotCur:nth-child(5) {
            background-image: url(../../../template/default/images/home/industrialPlantOne.png);
        }
        /*选中时*/
        .planSolveListTop .planSolveActive:nth-child(1) {
            background-image: url(../../../template/default/images/home/commercial.png);
        }
        .planSolveListTop .planSolveActive:nth-child(2) {
            background-image: url(../../../template/default/images/home/laboratory.png);
        }
        .planSolveListTop .planSolveActive:nth-child(3) {
            background-image: url(../../../template/default/images/home/administration.png);
        }
        .planSolveListTop .planSolveActive:nth-child(4) {
            background-image: url(../../../template/default/images/home/education.png);
        }
        .planSolveListTop .planSolveActive:nth-child(5) {
            background-image: url(../../../template/default/images/home/medicalTreatment.png);
        }
        .planSolveListBottom .planSolveActive:nth-child(1) {
            background-image: url(../../../template/default/images/home/pharmacy.png);
        }
        .planSolveListBottom .planSolveActive:nth-child(2) {
            background-image: url(../../../template/default/images/home/airConditioning.png);
        }
        .planSolveListBottom .planSolveActive:nth-child(3) {
            background-image: url(../../../template/default/images/home/traffic.png);
        }
        .planSolveListBottom .planSolveActive:nth-child(4) {
            background-image: url(../../../template/default/images/home/apartments.png);
        }
        .planSolveListBottom .planSolveActive:nth-child(5) {
            background-image: url(../../../template/default/images/home/industrialPlant.png);
        }
        .planSolveLi .planSolveP2, .planSolveLi .planSolveP3,.planSolveLi .planSolveP4, .planSolveLi .planSolveP5 {
            opacity: 0;
            width: 0;
            height: 0;
        }
        .planSolveLi .planSolveP1 {
            display: flex;
        }
        .planSolveActive .planSolveP2, .planSolveActive .planSolveP3, .planSolveActive .planSolveP4 {
            display: list-item;
            margin-left: 16px;
            white-space: nowrap;
            opacity: 1;
            width: auto;
            height: auto;
            transition: 0.3s all;
        }
        .planSolveActive .planSolveP5 {
            display: block;
        }
        .planSolveActive .planSolveP1 {
            display: none;
        }
        .planSolveActive .planSolveTit,.planSolveActive .planSolveP2,.planSolveActive .planSolveP3,.planSolveActive .planSolveP4 {
            text-align: left;
            transition: 0.3s all;
        }
        .planSolveP2 span,.planSolveP3 span,.planSolveP4 span {
            color: #6D767F;
        }
        .planSolveP2,.planSolveP3,.planSolveP4 {
            display: flex;
            margin-top: 6px;
            font-size: 14px;
            font-family: PingFang SC;
            font-weight: 500;
            color: #0052D9;
            list-style: disc;
        }
        .planSolveP2 p, .planSolveP3 p, .planSolveP4 p {
            width: 338px;
            white-space: nowrap;
        }
        .planSolveActive .planSolveP5 {
            opacity: 1;
            width: 128px;
            height: 44px;
            border-radius: 4px;
            font-size: 14px;
            font-family: PingFang SC;
            font-weight: 500;
            color: #6D767F;
            text-align: center;
            line-height: 44px;
            margin-top: 88px;
            display: flex;
        }
        .planSolveActive .planSolveP5 svg {
            width: 12px;
            fill: #6D767F;
            margin-left: 10px;
        }
        .planSolveActive:hover .planSolveP5 {
            color: #0052D9;
        }
        @keyframes fadeIn1 {
            0% {
                margin-left: 10px;
            }
            15% {
                margin-left: 14px;
            }
            66% {
                margin-left: 10px;
            }
            100% {
                margin-left: 10px;
            }
        }
        .planSolveActive:hover svg {
            fill: #0052D9;
            animation: fadeIn1 0.8s infinite;
        }
        .planSolveActive .planSolveActiveImg {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0;
            right: 0;
        }
         .planSolveActive .planSolveActiveImg img {
             width: 100%;
             height: 100%;
         }
        .planSolveActive .planSolveImg {
            display: none;
        }
        /*预约演示样式*/
         .demonstrate {
        width: 100vw;
        height: 100vh;
        background: rgba(73,87,112,0.2);
        top: 0;
        left: 0;
        position: fixed;
        z-index: 9999;
        display: none;
        animation: example1 0.2s linear 0s backwards; 
    }
    @keyframes example1 {
      0% {
        opacity: 0;
      }
      50% {
        opacity: 0.5;
      }
      100% {
        opacity: 1;
      }
    }
   .home-demo-pop {
        width: 740px;
        height: 558px;
        margin: 0 auto;
        background: #FFFFFF;
        border-radius: 4px;
        text-align: left;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url(../../../template/default/images/member/certificate.png);
        background-size: 145px 145px;
        background-repeat: no-repeat;
        background-position: 92% 4%;
   }
   .pop-close {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 20px;
        cursor: pointer;
   }
   .pop-title {
        padding: 40px 0 0 30px;
        font-size: 26px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #001111;
   }
   .pop-prompt {
        width: 294px;
        margin-top: 20px;
        margin-left: 30px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #6D767F;
        line-height: 20px;
        opacity: 0.8;
   }
   .pop-form {
        width: auto;
        margin: 0 40px 0 30px;
   }
   .pop-form-name {
        margin-top: 20px;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #111111;
        line-height: 30px;
   }
   .pop-form-name-detail {
        display: inline-block;
        line-height: 30px;
        margin-right: 2px;
        color: #F43636;
   }
   .form-item-input {
        width: 678px;
        border: none;
        height: 25px;
        border-bottom: 1px solid #E6E6E6;
        padding-left: 10px;
        line-height: 25px;
        outline: none;
        background: rgba(0, 0, 0, 0);
        position: relative;
        font-size: 14px;
   }
   .form-item-radio {
        width: 100%;
        margin-top: 10px;
   }
   .item-radio-label {
        margin-right: 50px;
   }
   .pop-form-button {
        width: 100%;
        text-align: center;
   }
   .pop-form-btn {
        margin-top: 40px;
        width: 142px;
        height: 35px;
        background: #0052D9;
        border-radius: 4px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        border: none;
        cursor: pointer;
   }
   .form-item {
        position: relative;
   }
   .form-item-line {
        position: absolute;
        top: 5px;
        left: 148px;
        width: 1px;
        height: 14px;
        background: #E6E6E6;
   }
   .form-item-btn {
        position: absolute;
        top: 2px;
        left: 162px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #0052D9;
        cursor: pointer;
   }
   .planBox .planSolveList {
        display: flex;
    }
   .planList-member, .planList-member1 {
       display: none;
   }
   .company-left h3 {
        display: block;
    }
   .h3-member {
        display: none;
    }
    .m-select {
        display: none;
    }
@media only screen and (max-width:767px) {
    .sildeH1 {
        margin-bottom: 0rem;    
    }
    .swiper_pro .swiper-slide {
        width: 100%;
    }
    .bannerBox{
        margin-top: 56px;
    }
    .headerW{
        height: 56px;
        background-color: #fff;
    }
    .btnMenu{
        background-size: 100% 100%;
    }
    .header .logo{}
    .nav>ul>li>a{
        color: #fff;
    }
    .planTitle {
        font-size: 22px !important;
        font-weight: bold !important;
    }
    .systemBox .systemList {
        margin: 30px 10px 0 10px;
        overflow-x: auto;
    }
    .systemBox .systemList::-webkit-scrollbar {
        background-color: #D2D2D2;
        width: 1px;
        height: 1px;
    }
    .systemBox {
        width: 100%;
        margin-top: 70px;
    }
    .systemLi {
        width: 80px;
        min-width: 80px;
        margin: 0 10px;
        text-align: center;
    }
    .systemLi:first-child {
        margin-left: 0px;
    }
    .systemBox .systemLi img {
        width: 46px;
        height: 46px;
    }
    .systemBox .systemLi >div {
        font-size: 12px;
        height: 36px;
        line-height: 36px;
    }
    .systemBox .systemActive >div {
        border-bottom: 1px solid #0052D9;
    }
    .systemVideo {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }
    .systemVideo .systemVideoRight {
        width: 100%;
        padding: 30px 10px 0 10px;
        height: 230px;
    }
    .systemVideo .systemVideoRight video {
        width: 100%;
        height: 100%;
    }
    .systemVideo .systemVideoLeft {
        width: 100%;
        padding: 10px 24px;
    }
    .systemVideo .systemVideoLeft .videoTitle {
        margin: 0;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 15px;
        color: #0052D9;
        line-height: 28px;
    }
    .systemVideo .systemVideoLeft .reservation {
        margin: 14px auto 6px auto;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 13px;
    }
    .planBox .planSolveList {
        display: none;
    }
    .planList-member  {
        display: block;
    }
    .planList-member1 {
        display: none;
    }
    .company-left h3 {
        display: none;
    }
    .h3-member {
        display: block;
        font-family: PingFang SC;
        font-weight: bold;
        font-size: 22px;
        color: #0E1A26;
        margin-bottom: 20px;
        text-align: center;
    }
    .caseBox .list ul {
        margin: 0;
        padding: 0 10px;
        height: auto;
        justify-content: space-between;
    }
    .caseBox .list li {
        margin-bottom: 10px;
    }
    .caseBox .list .pic {
        height: 110px;
        border-radius: 4px 4px 0 0;
    }
    .caseBox {
        margin-bottom: 20px !important;
        text-align: center;
    }
    .pro-case .caseBox {
        margin-bottom: 0 !important;
    }
    .home-demo-pop {
        width: calc(100% - 20px);
        height: auto;
        background-image: url(../../../template/default/images/member/certificate.png);
        background-size: 86px 86px;
        background-repeat: no-repeat;
        background-position: 92% 16px;
    }
    .pop-close {
        top: 14px;
        /*display: none;*/
    }
    .pop-title {
        font-size: 18px;
        padding: 18px 16px 10px 16px;
    }
    .pop-prompt {
        font-size: 12px;
        width: 70%;
        margin: 0 16px;
    }
    .pop-form {
        width: calc(100% - 32px);
        margin: 0 16px;
    }
    .form-item-input {
        width: 100%;
    }
    .pop-form-name {
        margin-top: 10px;
        margin-bottom: 4px;
        font-size: 13px;
    }
    .form-item-radio {
        display: none;
    }
    .form-item-input {
        height: 33px;
        border: 1px solid #E6E6E6;
    }
    .form-item-input::placeholder {
        font-size: 12px;
    }
    .m-select {
        display: block;
    }
    .m-select select {
        width: 100%;
        height: 33px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        padding: 0 10px;
        font-weight: 400;
    }
    .m-select select:focus-visible {
        border: 1px solid #E6E6E6;
    }
    .form-item-line {
        height: 40px;
    }
    .proving {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .proving .form-item-input {
        width: 72%;
    }
    .form-item-line {
        display: none;
    }
    .form-item-btn {
        position: initial;
    }
    .pop-form-btn {
        margin: 20px 0;
    }
    .systemVideo .systemVideoLeft p {
        font-size: 12px;
        height: 94px;
        font-weight: 400;
    }
}

@media only screen and (max-width:420px) {
    .proBox li {
        width: 100%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .home-demo-pop {
        transform-origin: 0;
        transform: scale(0.75) translate(-50%, -50%);
        top: 30%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .proBox {
        padding: 0 16px;
        width: 100%;
    }
    .brandImg,.phone-nav {
        margin-left: 1vw !important;
    }
    .phone-nav img {
        width: auto !important;
        height: 2vw !important;
    }
    .brandImg img {
        width: auto;
        height: 2vw !important;
    }
    .systemVideo {
        width: auto;
        height: 369px;
        padding: 0 16px;
    }
    .systemVideo .systemVideoLeft {
        width: 34.5%;
    }
    .systemVideo .systemVideoLeft .videoTitle {
        margin-top: 22px;
    }
    .systemVideo .systemVideoLeft .reservation {
        margin-top: 22px;
    }
    .systemVideo .systemVideoRight video {
        width: 574px;
        height: 323px;
    }
    .systemBox .systemList {
        padding:  0 30px;
    }
    .planBox .planTitle {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .planBox {
        padding: 0 16px;
    }
    .planSolveLi {
        min-width: 145px;
        height: 23.92vw;
        max-height: 300px;
    }
    .planTitle {
        font-size: 24px !important;
    }
    .caseBox .tit {
        font-size: 24px !important;
    }
    
    .jumbotron {
        height: 11.42vw !important;
        padding: 0 !important;
        margin-bottom: 0px !important;
    }
    .head-sm-height {
        height: 52px !important;
    }
    .topContainer {
        padding-top: 2vw;
        padding-left: 80px;
        width: 100%;
    }
    .member-tit {
        font-size: 19px;
        font-weight: bold;
        color: #111F2C;
        margin-bottom: 0.5rem !important;
    }
    .member-subtit {
        width: 262px;
        font-size: 12px;
        line-height: 22px; 
    }
}