@charset "UTF-8";

/*解决方案*/

/*禁止页面选择复制*/
body{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*文章盒子*/
.cpsb_nr_box{
  /*padding-bottom: 100px;*/
  /*padding-bottom: 70px;*/
}

.cpsb_nr_box h1,h2,h3{
  font-weight: 500;
  color: #333333;
}
/*大标题*/
.cpsb_nr_box .cpsb_tl{ 
  display: block;
  height: 140px;
  line-height: 140px;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  color: #333;
}
/*内容详情*/
.cpsb_nr {
  font-size: 16px;
}

/*小标题*/
.cpsb_nr .nr_tl{
  margin: 70px 0 45px 0;
  font-size: 28px;
  font-weight: 400;
}
/*.cpsb_nr figure img{
  width: 100%;
  height: 100%;
}*/
/*系统图片列表*/
.cpsb_nr figure div{
  width: 376px;
  height: 360px;
  float: left;
  margin-right: 20px;
}


/*系统特点*/
.cpsb_nr dl{
  width: 325px;
  height: auto;
  float: left;
  margin-right: 95px;
}
.cpsb_nr dt{
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  color: #ff0030;
  font-size: 20px;
}

.cpsb_nr dd{
  margin-bottom: 10px;
}

/*系统功能*/

.cpsb_nr .nr_gn li{
  position: relative;
  width: 375px;
  height: 350px;
  background: #fff;
  padding: 50px 45px 0px 45px;
  float: left;
  margin: 0 20px 20px 0;
}

/*高度有差异的li*/
.cpsb_nr .nr_gn li.nr_gn_li{
  height: 700px;
}

.cpsb_nr .nr_gn li i{
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto;
}

.cpsb_nr .nr_gn li h4{
  margin: 30px 0 25px 0;
}


    .h2-fa {
    position: absolute;
    width: 100%;
    margin-top: 4%;
    z-index: 999;
}
.imgfa{
    position: relative;
}

 .tab-list {
    list-style-type: none;
    padding: 0;
    border-bottom: 1px #ddd solid;
    /*overflow: hidden;*/
  }

  .tab-list li {
    display: inline-block;
    margin: 0 60px;
    cursor: pointer;
    color: black;
    position: relative;
    height: 40px;
  }
  
  .tab-list .active {
    color: #0e57cd;
  }
  .tab-list .active::after{
      content: '';
      display: inline-block;
      height: 1px;
      width: 100%;
      background: #0e57cd;
      position: absolute;
      bottom: -1px;
      left: 0;
  }
  
  
  .tab-content {
    display: none;
    margin-top: 10px;
  }
  .tab-content.active {
    display: block;
  }



.h2-fa,.max-con2 h2{
     /*margin: 35px auto 64px;*/
    font-family: "PingFang SC Heavy";
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    color: #4d4d4d;
    text-align: center;   
    margin-bottom: 60px;
    margin-top: 60px;
}



@media (min-width: 1640px){
.casebox a.pic-link {
    max-width: unset;
}
.casebox a.pic-link, .tj-case a.pic-link {
    width: unset;
    height: 320px;
}




}







/*小屏下样式*/
@media (max-width: 768px){
  .cpsb_nr_box{
    /*padding-bottom: 50px;*/
  }
  .cpsb_nr_box p{
    padding: 0 20px;
  }
  .cpsb_nr_box .cpsb_tl{ 
      height: 100px;
      line-height: 100px;
      font-size: 26px;
  }
  .cpsb_nr {
      font-size: 12px;
  }
  .cpsb_nr .nr_tl{
    margin: 40px 0 25px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .cpsb_nr figure div{
    width: 100%;
    height: auto;
    float: left;
    margin-right: 20px;
  }
  .cpsb_nr dl{
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
  }
  .cpsb_nr figure div img{
    width: 100%;
    height: 100%;
  }
  .cpsb_nr .nr_gn li{
      width: 100%;
      height: 235px;
      background: #fff;
      padding: 10px 0 0 0;
  }
  .cpsb_nr .nr_gn li.nr_gn_li{
    height: 430px;
  }
  .cpsb_nr .nr_gn li h4{
    font-size: 14px;
    margin: 10px 0 10px 0;
  }
  
  
.tab-list li {
    margin: 0 22px;
}
  
.h2-fa, .max-con2 h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
  
.tab-content img {
    transform: scale(1.3);
    margin: 32px 0;
}  
.imgfa{
   transform: scale(1.3);
   margin-top: -34px;
}  
 .h2-fa{
     position: relative;
     padding-top: 10px;
    margin-top: 0;
 } 
  
  
  
  
  
  
}












.solve_item_warp{
    width: 100%;
    border-bottom: 2px solid #e3e3e3;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
  }
  .solve_item{   
    display: inline-block;
    /*background: red;*/
    margin-right: 80px;
    /*float: left;*/
    position: relative;
    height: 49px;
    cursor: pointer;
  }

  .solve_active {
    color: #00a4ff;
  }
  .solve_active:after{
    display: inline-block;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #00a4ff;
    z-index: 1;
  }
