@charset "utf-8";
/* CSS Document */


/* 产品展示 */
.product{
    margin-top:5rem;
    margin-bottom: 2.5rem;
}
.cp{
    width: 100%;
}
.cp .cpbox{
    margin: 0 -1.25rem;
}
.cp .item{
    width: 33.33%;
    padding: 1.25rem;
}
.cp .p-picbox{
    overflow: hidden;
}
.cp .p-picbox img{
    max-width: 100%;
    /*height: auto;*/
}
.cp .p-wenzi{
    padding:1.5625rem 0;
}
.cp .p-wenzi h1{
    font-size: 0.9375rem;
    color: #444;
    font-weight: normal;
}
.cp .p-wenzi p span{
    font-size: 0.75rem;
    color: #999;
}
.cp .xg::after{
    content: "|";
    padding: .2rem;
}
.cp .item::after{
    content: "";
    display: block;
    width: 0;
    height: .0625rem;
    background: #d9d9d9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cp .cpbox .item:hover .p-wenzi{
    margin-left: .75rem;
}
.cp .cpbox .item:hover::after{
    width: 100%;
}
.cp .cpbox .item:hover .p-picbox img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
