.chouqian_banner,
.chouqian_banner_bg
{
    width: 100%;
    height: 130px;
    margin: auto;
    background-image: url(shengri/chouqian_banner.png);
    background-position: center;
    background-repeat: repeat-x;
}
.chouqian_banner
{
    width: 1120px;
    background-repeat: no-repeat;
}
.chouqian_banner h1,
.chouqian_banner p
{
    top: -500px;
    position: absolute;
}
.chouqian_box {
    width: 1200px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: -14px;
}
 
.chouqian_box li {
 
    display: inline-block;
    border: 1px solid #BC8760;
    width: 177px;
    height: 129px;
    margin-top: 20px;
     position: relative;
    overflow: hidden;
}
.chouqian_box li img {
    width: 177px;
    height: 98px;
    transform: translate(0,0);
    transition: all .4s;
}
.chouqian_box li span {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(188,135,96,0.9);
}
.chouqian_box li:hover img
{
    transform: scale(1.08, 1.08);
    transition: all .4s;
}
 