/* shuangxiong-panel
   ========================================================================== */
   .shuangxiong-panel{
    background: url('../images/fire_bg.png') no-repeat;
    background-position: center bottom;
  }
  .shuangxiong-panel-content{
    padding: 0 190px;
    justify-content: space-between;
    margin-top: 82px;
  }
  .shuangxiong-panel-list{
    width: 240px;
    border-radius: 9px;
    padding-top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .shuangxiong-panel-inner{
    padding: 80px 0  40px;
  }
  .shuangxiong-panel-list > p{
    padding: 0 30px;
    line-height: 48px;
    height: 48px;
    border-radius: 9px;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    z-index: 3;
  }
  .shuangxiong-panel-list > ul{}
  .shuangxiong-panel-list  li{
    padding: 0 24px;
    height: 48px;
    line-height: 48px;
    background-color: #ffffff;
    border-radius: 9px;
    font-size: 20px;
    margin-top: 8px;
    position: relative;
    z-index: 3;
  }
  .shuangxiong-panel-list > img{
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
  }
  .shuangxiong-panel-list.active > img.shuangxiong-list-img-l{
    animation: slider .5s;
    animation-fill-mode: forwards;
  }
  .shuangxiong-panel-list.active > img.shuangxiong-list-img-r{
    animation: sliderReverse .5s;
    animation-fill-mode: forwards;
  }
  @keyframes slider {
    from {
      transform: translateX(-50%) translateX(-200px);
      opacity: 0;
    }
    to {
      transform: translateX(-50%) translateX(0);
      opacity: 1;
    }
  }
  @keyframes sliderReverse {
    from {
      transform: translateX(-50%) translateX(200px);
      opacity: 0;
    }
    to {
      transform: translateX(-50%) translateX(0);
      opacity: 1;
    }
  }
  .shuangxiong-panel-list:first-child{
    background-color: rgba(253, 145, 39, 0.2);
  }
  .shuangxiong-panel-list:last-child{
    background-color: rgba(78, 167, 247, 0.2);
  }
  .shuangxiong-panel-list:first-child > p{
    background-color: #fd9127;
   }
  .shuangxiong-panel-list:first-child li{
    color: #fd9127;
  }
  .shuangxiong-panel-list:last-child > p{
    background-color: #4ea7f7;
  }
  .shuangxiong-panel-list:last-child li{
    color: #4ea7f7;
  }
  
  
  
  /* lj-panel
     ========================================================================== */
     .lj-panel-inner{
     }
     .lj-panel-list-two{
       justify-content: space-between;
       padding: 0 122px;
     }
     .lj-panel-list-two:nth-of-type(1){
       margin-top: 25px;
     }
     .lj-panel-list-two:nth-of-type(2){
      margin-top: 15px;
    }
     .lj-panel-list{
      width: 370px;
      height: 127px;
      border-radius: 4px;
      padding: 16px 20px;
      padding-left: 90px;
      display: flex;
      align-items: center;
      position: relative;
      color: #ffffff;
     }
     .lj-panel-list > span{
      color: rgba(255, 255, 255, 0.8);
      font-size: 80px;
      position: absolute;
      left: 16px;
      top: 10px;
      line-height: 1;
      font-style: oblique;
     }
     .lj-panel-list-con{
       flex-direction: column;
       align-items: flex-start;
     }
     .lj-panel-list-con > h6{
        font-size: 22px;
        line-height: 1.2;
      }
      .lj-panel-list-con > p{
        font-size: 14px;
        margin-top: 10px;
        line-height: 18px;
      }
     .lj-panel-list.one{background-color: #fd9127;}
     .lj-panel-list.two{background-color: #4ea7f7;}
     .lj-panel-list.three{background-color: #f6c313;}
     .lj-panel-list.four{background-color: #42c3ea;}
     .lj-panel-p{
       font-size: 22px;
       color: #333333;
       margin-top: 28px;
       text-align: center;
       display: flex;
       align-items: center;
       justify-content: center;
     }
     .lj-panel-p > img{
       margin-right: 10px;
       width: 28px;
       transform: translateY(-1px);
       -webkit-transform: translateY(-1px);
     }
  
  
  
  
  /* industry-panel
     ========================================================================== */
  .industry-panel{
    padding: 80px 0 99px;
    background-color: #f7f7f7;
  }
  .industry-panel-list{
    margin-top: 44px;
  }
  .industry-panel-list > ul{
    display: flex;
    flex-wrap: wrap;
  }
  .industry-list-li{
    width: 250px;
    height: 110px;
    position: relative;
    cursor: pointer;
  }
  .industry-list-li > img{
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .industry-list-li > .industry-list-normal{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    line-height: 110px;
    font-size: 28px;
  }
  .industry-list-li > .industry-list-active{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 181, 246, 0.70);
    color: white;
    display: flex;
    padding: 10px;
    display: none;
  }
  .industry-list-li > .industry-list-active > .scan-tip{
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0;
    flex: 1;
  }
  .industry-list-li > .industry-list-active > .scan-tip > p:first-child{
    margin-bottom: 10px;
  }
  .industry-list-li > .industry-list-active > img{
    width: 90px;
    height: 90px;
    vertical-align: top;
    margin-right: 5px;
  }
  .industry-list-li:hover .industry-list-normal{
    width: 250px;
    height: 110px;
    position: relative;
    cursor: pointer;
  }
  .industry-list-li:hover .industry-list-normal{
    display: none;
  }
  .industry-list-li:hover .industry-list-active{
    display: flex;
  }
  
  
  /* progress-panel
     ========================================================================== */
  .progress-panel{
      background: url('../images/square_bg.png') no-repeat;
      background-size: auto 100%;
      background-position: center center;
  }
  .progress-panel-inner{
    padding: 220px 0 200px;
  }
  .progress-center-line{
    border-bottom: 1px solid #1f60cf;
    height: 0;
    width: 100%;
    position: relative;
  }
  .progress-center-line-item{
    position: absolute;
    top: 0;
    left: 16.667%;
    margin-top: -14px;
    margin-left: -14px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .progress-center-line-item .text{
    font-size: 20px;
    line-height: 1;
    margin-top: 16px;
    color: #1f60cf;
  }
  .progress-center-line-item .num{
    width: 28px;
    height: 28px;
    background-color: #1f60cf;
    border: 1px solid  #1f60cf;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
  }
  
  .progress-center-line-qrcode{
    position: absolute;
    top: -154px;
    left: 17.667%;
    transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .progress-center-line-qrcode > .num{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 1;
    color: #1f60cf;
  }
  .progress-center-line-qrcode > img{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  }
  .progress-panel-title{
    padding-top: 80px;
  }
  
  
  /* flow-panel
     ========================================================================== */
  .flow-panel{
    padding: 60px 8px;
    background-position: center bottom;
  }
  .flow-panel-inner{
    height: 490px;
    background: url('../images/six.png') no-repeat;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
  }
  .flow-panel-list{
    width: 246px;
    background-color: #1f60cf;
    border-radius: 9px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 15px 13px;
    height: 60px;
  }
  .flow-panel-list > span{
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
  .flow-panel-list > p{
    font-size: 14px;
    text-align: center;
    flex: 1;
  }
  
  
  /* func-panel
     ========================================================================== */
  .func-panel{
    background-color: #f7f7f7;
  }
  .func-panel-inner{
    padding: 100px 0;
  }
  .func-panel-header{
    width: 100%;
    height: 90px;
    background-image: linear-gradient(81deg, 
      #3025b5 0%, 
      #167fdd 100%), 
    linear-gradient(
      #fff568, 
      #fff568);
    background-blend-mode: normal, normal;
    border-radius: 8px 8px 0px 0px;
    line-height: 90px;
    padding: 0 30px;
    color: #ffffff;
    font-size: 22px;
  }
  .func-panel-main{
    border-radius: 0 0 8px 8px;
    border: solid 1px #cccccc;
    border-top: none;
    height: 487px;
    background: #ffffff;
    display: flex;
  }
  .func-panel-first{
    border-right: 1px solid #cccccc;
    cursor: pointer;
  }
  .func-panel-first li{
    width: 190px;
    padding: 22px 0;
    text-align: center;
    color: #000000;
    font-size: 16px;
  }
  .func-panel-first  li.active{
    background-color: #1fa7ee;
    color: #ffffff;
  }
  .func-panel-first,
  .func-panel-second,
  .func-panel-third{
    display: flex;
  }
  .func-panel-first ul,
  .func-panel-second ul,
  .func-panel-third ul{
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .func-panel-first li,
  .func-panel-second li,
  .func-panel-third li{
    flex-shrink: 1;
  }
  .func-panel-second{
    width: 150px;
    padding-left: 21px;
  }
  .func-panel-second li{
    color: #333333;
    font-size: 14px;
    padding: 22px 0;
    line-height: 1;
  }
  .func-panel-third li{
    padding: 22px 0;
    color: #666666;
    font-size: 16px;
    line-height: 1;
  }
  
  /* yds-panel
     ========================================================================== */
  .yds-panel{
    background: url('../images/bgggg.jpg') no-repeat;
    background-size: 100% 100%;
  }
  .yds-panel-inner{
    height: 350px;
    padding: 64px 0 47px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
  }
  .yds-panel-inner h2{
    font-size: 40px;
  }
  .yds-panel-inner h4{
    font-size: 24px;
    margin-top: 26px;
  }
  .yds-panel-inner p{
    margin-top: 24px;
    font-size: 14px;
    white-space: pre-wrap;
  }
  .yds-panel-inner .yd-btn{
    margin-top: 38px;
  }
  
  
  
  /* hang-panel
       ========================================================================== */
       .hang-panel-people{
        margin-top: 40px;
      }
      .hang-panel-people .swiper-navbar{
         display: flex;
         justify-content: center;
      }
      .hang-panel-people .swiper-desc-box{
        width: 710px;
        margin: 56px auto 0;
        height: 240px;
        position: relative;
        box-shadow: 0px 10px 50px 0px rgba(7, 0, 2, 0.1);
        border-radius: 9px;
      }
      .hang-panel-detail{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding: 56px 80px;
        z-index: 1;
        background-color: #ffffff;
        transition: all 0.4s;
      }
      .hang-panel-people .swiper-navbar li{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 12px;
        cursor: pointer;
      }
      .hang-panel-people .swiper-navbar img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        vertical-align: top;
        opacity: 0.5;
        transition: opacity 0.5s;
      }
      .hang-panel-people .people-name{
        color: #333333;
        font-size: 18px;
        line-height: 1;
        margin-top: 18px;
      }
      .hang-panel-people .name-desc{
        font-size: 12px;
        color: #666666;
        line-height: 1;
        margin-top: 6px;
      }
      .hang-panel-detail > img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-right: 50px;
        vertical-align: top;
        flex:  0 0 auto;
      }
      .hang-panel-text .d-name{
        font-size: 16px;
        color: #333333;
        line-height: 1;
        margin-right: 10px;
      }
      .hang-panel-text .d-desc{
        font-size: 14px;
        color: #666666;
        line-height: 1;
      }
      .hang-panel-text p{
        color: #666666;
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.78;
      }
  
  
  
      /* qs-panel
     ========================================================================== */
  
  .qs-panel{
      padding: 0 99px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
  }
  .qs-panel-inner{
    padding: 90px 0;
    display: flex;
    position: relative;
    z-index: 22;
    z-index: 3;
  }
  .qs-titles{
    width: 220px;
    text-align: center;
    padding-top: 33px;
    flex: 0 0 auto;
  }
  .qs-titles > h6{
    color: #000000;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 60px;
  }
  .qs-titles .qs-navbar > li{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
  }
  .qs-titles .qs-navbar > li > span{
    display: inline-block;
    border-bottom: 2px solid transparent;
    cursor: pointer;
  }
  .qs-images{
    width: 244px;
    height: 480px;
    margin-left: 58px;
    flex: 0 0 auto;
  }
  .qs-images > img{
    width: 100%;
    height: 100%;
  }
  .qs-titles .qs-navbar > li > span.active{
    border-bottom-color: #ffa018;
    color: #ffa018;
  }
  .qs-panel .qs-panel-bg{
    position: absolute;
    width: 57%;
    height: 100%;
    left: 43%;
    top: 0;
    background-image: url('../images/qs-bg1.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    overflow: hidden;
    z-index: 1;
  }
  .qs-panel h2, .qs-panel p{
      text-align: center;
      margin: 0;
      padding: 0;
      font-size: 26px;
  }
  .qs-panel p{
      font-size: 18px;
      line-height: 40px;
  }
  .qs-panel.reverse{
      background-color: #fbfbfb;
  }
  .qs-desc{
   width: 500px;
   flex: 0 0 auto;
  }
  .qs-panel .qs-special,
  .qs-panel .qs-text{
    padding-left: 68px;
    text-align: left;
  }
  .qs-panel .qs-special{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff200;
    font-size: 17px;
    line-height: 32px;
  }
  .qs-panel .qs-text > h6{
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 10px;
    font-weight: 500;
  }
  .qs-panel .qs-text > p{
    color: #ffffff;
    font-size: 17px;
    line-height: 32px;
    text-align: left;
  }
  .qs-panel .qs-text{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }
  .qs-panel .qs-text:hover{
    background-color: #2d30ba;
    border-radius: 0 9px 9px 0;
  }
  
  
  
  /* partner-panel
       ========================================================================== */
       .partner-panel{
        padding: 80px 0;
      }
      .partner-panel-main{
        margin-top: 50px;
        margin-left: -38px;
      }
      .partner-panel-list{
        margin: 10px;
        width: 249px;
        height: 97px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        cursor: pointer;
        transition: all 0.5s;
        flex: 0 0 auto;
      }
      .partner-panel-list:hover{
        box-shadow: 0px 2px 10px 0px 
          rgba(0, 0, 0, 0.16);
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
      }