/* banner
   ========================================================================== */
  .banner-wrapper .banner-img{
    flex: 0 0 auto;
  }
  .banner-wrapper .banner-img > img{
    width: 100%;
  }

  /* 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: 46px;
}
.yds-panel-inner h4{
  font-size: 28px;
  margin-top: 26px;
}
.yds-panel-inner p{
  margin-top: 24px;
  font-size: 16px;
  white-space: pre-wrap;
}
.yds-panel-inner .yd-btn{
  margin-top: 38px;
}




  /* industry-panel
     ========================================================================== */
  .industry-panel{
    background-color: #f7f7f7;
  }
  .industry-panel-main{
    margin-top: 65px;
  }
  .industry-panel-main__inner{
    display: flex;
    justify-content: center;
  }
  .industry-panel-main .industry-panel-list{
    width: 269px;
    background-color: #ffffff;
    border-bottom: 5px solid #f66829;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0 21px;
    margin-bottom: 47px;
    height: 260px;
  }
  .industry-panel-main .industry-panel-list-inner{
    width: 100%;
    height: 100%;
    padding: 47px 0 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .industry-panel-main .industry-panel-list-qrcode{
    width: 100%;
    height: 100%;
    padding: 26px 0 45px;
    align-items: center;
    flex-direction: column;
    position: relative;
    display: none;
  }
  .industry-panel-main .industry-panel-list:hover .industry-panel-list-qrcode{
    display: flex;
  }
  .industry-panel-main .industry-panel-list:hover .industry-panel-list-inner{
    display: none;
  }
  .industry-panel-main .industry-panel-list-qrcode > img{
    width: 142px;
    height: 142px;
  }
  .industry-panel-main .industry-panel-list-qrcode > span{
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 16px;
  }
  .industry-panel-main .industry-panel-list:nth-child(4),
  .industry-panel-main .industry-panel-list:nth-child(5),
  .industry-panel-main .industry-panel-list:nth-child(6){
    margin-bottom: 20px;
  }
  .industry-panel-main .industry-panel-list:hover{
    box-shadow: 0px 6px 20px 0px 
      rgba(0, 0, 0, 0.19);
  }
  .industry-panel-main .industry-panel-list .industry-panel-list-inner > img{
    width: 100px;
    height: 100px;
  }
  .industry-panel-main .industry-panel-list  .industry-panel-list-title{
    color: #333333;
    margin-top: 29px;
    font-size: 20px;
    line-height: 20px;
  }
  .industry-panel-main .industry-panel-list  .look-more{ 
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
    padding: 13px 26px;
    color: white;
    font-size: 22px;
    border-radius: 6px;
    background-color: #f66829;
    white-space: nowrap;
    line-height: 1;
  }
  
  
  
  /* client-panel
     ========================================================================== */
  .panel{
    margin: 0 auto;
  }
  .client-box{
    height: 130px;
    overflow: hidden;
    width: 1000px;
    margin: 50px auto 0;
  }
  .client{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 30px 0;
    float: left;
    width: 1030px;
  }
  .container .client-title
  {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
    border-left: solid 3px #333;
  }
  .container .client-item{
    margin-right: 34px;
  }
  .container .client-item img{
    width: 80px;
    height: 80px;
  }
  .container .classShowMore{
    text-align: right;
    cursor: pointer;
    text-decoration:underline;
    font-size: 14px;
  }
  
  .pannel .client:last-child{
    margin-bottom: 215px;
  }
  
  
  
  /* download-panel
     ========================================================================== */
  .download-panel{
  }
  .download-panel-main{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .download-panel-main .l-course{
    position: relative;
    width: 360px;
    font-size: 16px;
    border: 1px solid #f1f1f1;
    height: 376px;
    margin-right: 30px;
    /* box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.07); */
  }
  .download-panel-title{
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #3c8ff7;
  }
  .download-panel-main .l-course > img{
    width: 100%;
  }
  .download-panel-main .l-course > p{
    color: #333333;
    text-align: center;
    padding: 20px 0 50px;
    line-height: 1.6;
  }
  .download-panel-main .l-course > .yd-btn{
    box-shadow: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
    font-size: 18px;
    padding: 0 18px;
    line-height: 40px;
    height: 40px;
  }
  .r-download-box{
    flex: 1;
    border: 1px solid #f1f1f1;
    height: 376px;
    /* box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.07); */
  }
  .r-download-wrapper{
    padding: 0 22px;
    font-size: 16px;
  }
  .r-download-wrapper .r-download-list{
    height: 60px;
    line-height: 60px;
    justify-content: space-between;
    border-bottom: 1px dashed #cccccc;
  }
  .r-download-wrapper .r-download-list > a{
    width: 450px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .r-download-wrapper .r-download-rr{
  }
  .r-download-wrapper .r-download-rr > span{
    color: #cccccc;
  }
  /* 二维码弹框
     ========================================================================== */
  .layer-wrapper{
    position: fixed;
    left: 50%;
    top: 60px;
    transform: translateX(-50%) translateY(-450px);
    -webkit-transform: translateX(-50%) translateY(-450px);
    z-index: 100;
    transition: all .3s ease-in-out;
  }
  
  .layer-wrapper > img{
    width: 300px;
    height: 348px;
  }
  
  .layer-wrapper .close-btn{
    position: absolute;
    left: 258px;
    top: 97px;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    background: transparent;
    line-height: 30px;
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    cursor: pointer;
  }
  
  
  
  /* jump_to_top
     ========================================================================== */
  .jump_to_top{
    position: fixed;
    right: 40px;
    bottom: 8%;
    z-index: 33;
    width: 40px;
    height: 40px;
    background-image: url('../images/to_top_hover.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    text-align: center;
    font-size: 14px;
    color: #ffa018;
    transition: all .4s;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    cursor: pointer;
  }
  .jump_to_top:hover{
    color: #ffffff;
    background-color: #ffa018;
    background-image: url('../images/to_top_hover.png');
  }
  
  /* main-content-p
     ========================================================================== */
     .main-content-p{
      padding: 73px 0 57px 0;
      align-items: flex-start;
      min-height: 600px;
      position: relative;
  }
  
  .main-content-p  .p-list{
  }
  .c-btn{
   padding: 0 16px;
   height: 40px;
   line-height: 40px;
   background-color: #42a6db;
   border-radius: 6px;
   font-size: 16px;
   color: #ffffff;
   cursor: pointer;
  }
  .c-btn-more{
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    background-color: #42a6db;
    border-radius: 9px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
   }
  .p-list-time{
   flex-direction: column;
   align-items: center;
   background-color: #42a6db;
   box-shadow: 0px 2px 10px 0px 
      rgba(38, 38, 38, 0.15);
   border-radius: 6px;
   color: #ffffff;
   font-size: 16px;
   text-align: center;
   width: 91px;
   height: 91px;
   margin-right: 22px;
  }
  .p-list-time .time-day{
    font-size: 32px;
    width: 70px;
    border-bottom: 1px solid #ffffff;
    line-height: 1.45;
  }
  .p-list-time .time-full-day{
    line-height: 2.4;
  }
  .c-btn:hover{
      color: #ffffff;
  }
  .main-content-p  .p-list--ls{
      color: #666666;
      line-height: 1;
      margin-top: 30px;
      background-color: #ffffff;
      border-radius: 5px;
      border: solid 1px #e5e5e5;
      padding: 20px 17px;
  }
  .main-content-p  .p-list--ls .p-img-box{
      width: 293px;
      height: 209px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex: 0 0 auto;
      margin-right: 30px;
      border-radius: 5px;
  }
  .main-content-p  .p-list--ls img{
      max-height: 100%;
      border-radius: 5px;
   }
   .main-content-p  .p-list--ls-con{
       justify-content: space-between;
       width: 530px;
   }
   .main-content-p  .p-list--ls-con h4{
       font-size: 18px;
       color: #000000;
       width: 100%;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
   }
   .main-content-p  .p-list--ls-con p{
       text-indent: 2em;
       font-size: 12px;
       padding-top: 18px;
       line-height: 1.8;
       width: 100%;
       overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
   }
   .main-content-p  .p-list--ls-con p:first-child{
    padding: 0 0 17px 0;
    text-indent: 0;
    line-height: 1;
    font-size: 13px;
  }
   .main-content-p  .pra-c-b{
       align-items: flex-end;
       justify-content: space-between;
       padding-top: 32px;
   }
   .main-content-p  .pra-c-b-mini{
       justify-content: space-between;
       font-size: 14px;
       padding-left: 32px;
   }
   .main-content-p  .pra-c-b-inner{
       flex-direction: column;
       align-items: flex-start;
   }
   .main-content-p  .pra-c-b--num{
       background: url('../images/preview.png') no-repeat 2px center;
   }
   .main-content-p  .pra-c-b-time{
       margin-top: 10px;
       background: url('../images/time.png') no-repeat 2px center;
   }


    /* rwb-circle-panel
     ========================================================================== */
.rwb-circle-panel .rwb-circle-main{
  width: 1199px;
  margin-top: 50px;
  margin-left: -99px;
  background: url('../images/qwrwb/circle-bg2.png') no-repeat;
  background-size: 100%;
  box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.07);
  border-radius: 9px;
  padding: 0 5px;
  height: 492px;
  align-items: flex-start;
}

.rwb-circle-item{
  color: #ffffff;
  width: 224px;
  margin: 0 7px;
  padding: 28px 14px 0;
}
.rwb-circle-item .rwb-circle_mobile-img{
  display: none;
}
.rwb-circle-item .rwb-circle-num{
  font-size: 32px;
  font-style: italic;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
.rwb-circle-item .rwb-circle-title{
  font-size: 16px;
  margin-left: 6px;
  font-family: '宋体';
}
.rwb-circle-item > p{
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: '宋体';
  margin-left: 10px;
}

   

    /* rwb-func-panel
     ========================================================================== */
     .rwb-func-table{
       width: 1000px;
       margin: 40px auto;
       text-align: center;
       box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.07);
     }
     .rwb-func-table tr{
       height: 44px;
       line-height: 44px;
     }
     .rwb-func-table .rowspan-row{
       background: #3c8ff7;
      color: #ffffff;
     }
     .rwb-func-table .rowspan-row-tr:first-child > td:first-child,
     .rwb-func-table .rowspan-row-tr:first-child > td:nth-child(2){
       width: 135px;
     }
     .rwb-func-table .rowspan-row + td,
     .rwb-func-table .rowspan-row + td + td,
     .rwb-func-table .rowspan-row-tr + tr  td{
       background: #eff7fc;
     }
     .rwb-func-table tr:last-child > td{
      background: #ffffff;
     }
     .rwb-func-table tr td{
      font-family: '宋体';
     }
     .rwb-func-table tr td[rowspan],
     .rwb-func-table tr:nth-last-child(1) td:first-child,
     .rwb-func-table tr:nth-last-child(2) td:first-child
     {
       font-size: 16px;
       border-right: 1px solid #ffffff;
     }
      

     /* swiper-slide
     ========================================================================== */
     .swiper-container {
      width: 100%;
      height: 620px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background-color: #ffffff;

      /* 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-position: center bottom;
      background-repeat: no-repeat;
      background-size: 1200px auto;
    }
    .swiper-slide:nth-child(1){background-image: url('../images/qwrwb/progress_1.png');}
    .swiper-slide:nth-child(2){background-image: url('../images/qwrwb/progress_2.png');}
    .swiper-slide:nth-child(3){background-image: url('../images/qwrwb/progress_3.png');}
    .swiper-slide:nth-child(4){background-image: url('../images/qwrwb/progress_4.png');}
    .swiper-slide:nth-child(5){background-image: url('../images/qwrwb/progress_5.png');}
    .swiper-slide:nth-child(6){background-image: url('../images/qwrwb/progress_6.png');}
    .swiper-slide:nth-child(7){background-image: url('../images/qwrwb/progress_7.png');}

    .swiper-pagination-bullet {
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 28px;
      font-size: 12px;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
    }
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
      bottom: 560px;
    }
    .swiper-pagination-bullet-active {
      color:#fff;
      background: #007aff;
    }


     /* rwb-liucheng-panel
     ========================================================================== */
     .rwb-liucheng-main > .liucheng-img{
       width: 1080px;
       min-height: 500px;
       margin-left: -40px;
       background: url('../images/qwrwb/liucheng-2.png') no-repeat;
       background-position: center center;
       background-size: 100%;
     }
    