﻿/*查询banner*/
.chaxun_banner,
.chaxun_banner_bg
{
    width: 100%;
    height: 130px;
    margin: auto;
    background-image: url(shengri/chaxun_banner.png);
    background-position: center;
    background-repeat: repeat-x;
}
.chaxun_banner
{
    width: 1120px;
    background-repeat: no-repeat;
}
.chaxun_banner h1,
.chaxun_banner p
{
    top: -500px;
    position: absolute;
}
/*查询：首页*/
.chaxun_box
{
    width: 1160px;
    position: relative;
    overflow: hidden;
}
.chaxun_box:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.chaxun_box li
{
    float: left;
    display: inline-block;
    width: 250px;
    height: 150px;
    margin-top: 40px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}
.chaxun_box li img
{
    width: 250px;
    height: 150px;
    transform: translate(0,0);
    transition: all .4s;
}
.chaxun_box li span
{
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    background: rgb(63 64 82 / 88%);
}
.chaxun_box li:hover img
{
    transform: scale(1.08, 1.08);
    transition: all .4s;
}