/* .hardware{
          min-height: 100vh;
      }
      .hardware_con img{
          width: 100%;
          display: block;
      } */
    h1{
        color: #FFFFFF;
    }
    h2{
        margin-bottom: 30px;
    }
    .hardware_banner{
        width: 100%;
        height: 760px;
        background-size: cover;
        
    }
    .hardware_banner_con{
        width: 1280px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        color: #FFFFFF;
    }
    .hardware_banner_con > img{
      width: 330px;
      height: 116px;
    }
    .hardware_banner_price{
        background-size: cover;
        display: block;
        margin: 30px 0 26px 0;
        width: 330px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        
    }
    .hardware_banner_price span{
        font-size: 24px;
    }
    .hardware_banner_btn{
      margin-top: 65px;
      width: 140px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      border: 1px solid #FFFFFF;
      color: #FFFFFF;
      transition: all .2s;
    }
    .hardware_banner_btn:hover{
        color: #2168FB;
        border-color: #2168FB;
    }
    .hardware_banner_kind{
        font-size: 24px;
    }
    .hardware_func{
        padding: 100px 0 30px 0;
    }
    .hardware_func_list{
      width: 1280px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
    }
    .hardware_func_list li:not(:nth-child(5n)){
      margin-right: 194px;
    }
    .hardware_func_list li{
        width: 100px;
        margin-bottom: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hardware_func_list div{
        width: 88px;
        height: 88px;
        margin-bottom: 10px;
    }
    .hardware_func_list p{
        color: #666666;
        text-align: center;
    }

    /* 技术参数 */
    .hardware_tech{
        box-sizing: border-box;
        width: 100%;
        height: 1712px;
        background-size: cover;
        padding: 50px 0 80px 0;
    }
    .hardware_tech_con{
        box-sizing: border-box;
        margin: 0 auto;
        width: 1280px;
        padding: 18px 30px;
        background: #ffffff;
        box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
    }
    .hardware_tech_con table{
        border-collapse: collapse;
        border: none;
    }
    .hardware_tech_con tr{
        height: 60px;
    }
    .hardware_tech_con tr:first-child,
    .hardware_tech_con tr:last-child{
        height: 44px;
    }
    .hardware_tech_con tr,
    .hardware_tech_con tr td{
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        text-align: center;
        font-size: 18px;
    }
    .hardware_tech_con tr td:nth-child(1){
        width: 140px;
        color: #000000;
        font-weight: bold;
    }
    .hardware_tech_con tr td:nth-child(2){
        width: 275px;
        color: #000000;
        font-weight: bold;
    }
    .hardware_tech_con tr td:nth-child(3){
        width: 805px;
        
    }
    .hardware_tech_con table tr td:last-child,
    .hardware_tech_con table tr:last-child{
        color: #666666;
        font-weight: 400;
        border-right: 1px solid #cccccc00;
    }
    .hardware_tech_con table tr:last-child td{
        border-bottom: 1px solid #cccccc00;
    }
    .hardware_tech p {
        text-align: center;
        margin-top: 30px;
        color: #666666;
    }

    /* 原理框图 */
    .hardware_theroy{
        margin-top: 100px;
    }
    .hardware_theroy img{
        display: block;
        width: 1280px;
        height: 710px;
        margin: 0 auto;
    }

    /* 应用展示 */
    .hardware_show_con{
        width: 1280px;
        margin: 0 auto;
    }
    .hardware_show{
        margin-top: 100px;
    }
    .hardware_show_flex{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .hardware_show_half{
        width: calc(50% - 11px);
        height: 380px;
        overflow: hidden;
    }
    .hardware_show_half img{
        width: 100%;
        height: 100%;
        display: block;
        transition: all .3s;
    }
    .hardware_show_half img:hover,
    .hardware_show_all img:hover{
        transform: scale(1.1);
    }
    .hardware_show_all{
        background-size: cover;
        background-position: center;
        box-sizing: border-box;
        width: 100%;
        height: 300px;
        text-align: center;
        color: #000000;
        font-weight: bold;
        font-size: 20px;
        margin-top: 20px;
        overflow: hidden;
    }
    .hardware_show_all{
        position: relative;
        overflow: hidden;
    }
    .hardware_show_all img{
        width: 100%;
        height: 100%;
        display: block;
        transition: all .3s;
    }
    .hardware_show_all p{
        color: #333333;
        font-weight: bold;
        position: absolute;
        top: 30px;
        width: 100%;
        text-align: center;
        /* right: 50%;
        transform: translateX(-50%); */
    }
    .hardware_cycle_show .hardware_show_all{
        height: 400px;
        margin: 0 0 20px 0;
        position: relative;
        padding: 0;
    }
    
    .hardware_cycle_show .hardware_show_half{
        height: 320px;
    }
    .hardware_EBIKE_show .hardware_show_all{
        height: 305px;
        position: relative;
        padding: 0;
        background-size: cover;
    }
    .hardware_cycle_show .hardware_show_all p{
        position: absolute;
        width:auto;
        top: 50%;
        transform: translateY(-50%);
        right: 430px;
        
    }
    .hardware_EBIKE_show .hardware_show_all p{
        position: absolute;
        top: 52px;
        left: 270px;
    }

    /* 核心技术 */
    .hardware_core{
        margin: 100px 0;
    }
    .hardware_core_list{
        width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .hardware_core_list li{
        width: 400px;
        height: 240px;
        box-sizing: border-box;
        padding-top: 6px;
        box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.1);
        border-radius: 10px;
        
        transition: all .2s;
    }
    .hardware_core_list li a{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hardware_core_list li:hover{
        transform: translateY(-10px);
        box-shadow: 2px 10px 16px rgba(51, 51, 51, 0.2);
    }
    /* .hardware_core_list li:hover p{
        color: #2168FB;
    } */
    .hardware_core_list li:not(:last-child){
        margin-right: 40px;
    }
    .hardware_core_list img{
        width: 260px;
        height: 160px;
        margin-bottom: 20px;
    }
    .hardware_core_list p{
        font-size: 24px;
        color: #4D4D4D;
        font-weight: bold;
    }
    


    @media only screen and (max-width: 1320px) {
        .hardware_banner{
            height: 540px;
        }
        .hardware_banner_con,
        .hardware_func_list,
        .hardware_tech_con,
        .hardware_show_con,
        .hardware_core_list{
            width: 1100px;
        }
        .hardware_func_list li:not(:nth-child(5n)){
            margin-right: 160px;
        }
        .hardware_show_all{
            height: 257px;
        }
        .hardware_show_half{
            height: 325px;
        }
        .hardware_cycle_show .hardware_show_all{
            height: 345px;
        }
        .hardware_cycle_show .hardware_show_half{
            height: 275px;
        }
        .hardware_cycle_show .hardware_show_all p{
            right: 260px;
            top: 56%;
        }
        .hardware_core_list li{
            width: 345px;
            height: 208px;
        }
        .hardware_core_list img{
            width: 225px;
            height: 136px;
            margin-bottom: 12px;
        }
        .hardware_theroy img{
            width: 1100px;
            height: 673px;
        }
        .hardware_EBIKE_show .hardware_show_all p{
            left: 220px;
        }
        .hardware_EBIKE_show .hardware_show_all{
            height: 300px;
        }
    }