/* nanber */

.banner {
    height: 360px;
    background-image: url('../image/singlechip1.jpg');
}

.banne-txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banne-txt h1 {
    font-size: 44px;
}


.singlechip > p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    padding: 50px;
}
.singlechip > ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.singlechip > ul li{
    width: 23%;
    border: 1px solid #cac7c7;
    margin:10px;
}
.singlechip > ul li:hover{
    border: 1px solid #f8b0b0;
}
.singlechip > ul li p:nth-child(1){
    
}
.singlechip > ul li p:nth-child(1) img{
    height: 100%;
}
.singlechip > ul li p:nth-child(2){
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}