*{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
      .cn-text{
          width: 1280px;
         text-align: center;
          margin: 20px auto;
      }
      .cn-text h3 {
          display: inline-block;
          border-bottom:1px solid #999 ;
          font-size: 22px;
          height: 40px;
          font-weight: bold;
      }
      .cn-text p{
          line-height: 30px;
          color: rgba(0,0,0,.5);
      }
      .pro-p{
          width: 100px;
          height: 150px;
          border: 1px solid rgba(0,0,0,.5);
      }
      table td{
          border: 1px solid #999;
      }
      .list-box{
          width: 100%;
          /*background-color: red;*/
          display: flex;
          flex-wrap: wrap;
          justify-content:space-around;
      }
      .box{
          width: 16%;
          /*background-color: blue;*/
          border: 1px solid #999;
          margin-bottom: 10px;
      }
      .box img{
          width: 100%;
          height: 100%;
      }
      .subnav a{
             color: #000 !important;
         }
         .full-inside-subnav .subnav a:after{
             background-color: transparent !important;
         }
         .active{
             border-bottom: 2px solid #8FC320 !important;
         }
         .active>a{
             color: #8FC320 !important;
         }
    .product-list {
        padding-top: 0;
    }
@media screen and (max-width:1280px){
    .cn-text {
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .cn-text h3 {
        font-size: 20px;
        height: 30px;
    }
    .box {
        width: 32%;
    }
}