.bod {
    /* background: url(/cms_files/filemanager/1759171972/picture/20232/b0a2feea90404562b9591fe9a0e1290f.png)  bottom center no-repeat; */
}
.main {
    width: 1200px;
    margin: 0 auto;
}
.banner {
    height: 300px;
    background: url("banner.png") top center no-repeat;
    display: flex;
    align-items: center;
}
.BannerTxt {
    font-size: 48px;
    color: white;
}
.suiwu {
    
}
.chaxun {
    margin-top: 60px;
}
.tiqu {
    margin-top: 30px;
}
.chaxun-title,
.tiqu-title {
    font-size: 28px;
    margin-bottom: 36px;
}
.chaxun-list ul,
.tiqu-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.chaxun-list ul li,
.tiqu-list ul li {
    width: 277px;
    height: 60px;
    background-color: #f5f5f5;
    margin-right: 30px;
    margin-bottom: 30px;  transition: transform 0.5s;
    padding-right: 40px;
}
.chaxun-list ul li:nth-child(4n),
.tiqu-list ul li:nth-child(4n) {
    margin-right: 0px;
}
.chaxun-list ul li a,
.tiqu-list ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chaxun-list ul li a span, .tiqu-list ul li a span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}
.chaxun-list ul li:hover, .tiqu-list ul li:hover{ transform: translateY(-10%); transition: transform 0.5s;}
.chaxun-list ul li:hover a, .tiqu-list ul li:hover a{ color: #4393F5;}


@media screen and (max-width: 768px) {
    .bod{
        background: none;
        background-color: #fff;
    }
    .banner{
        height: 3rem;
        background: url(./banner2.png) center center no-repeat;
        background-size: 100%;
    }
    .suiwu{
        width: 100%;
        height: auto;
        padding: 0 .24rem;
    }
    .BannerTxt{
        font-size: .52rem;
        padding-left: .32rem;
    }   
    .chaxun{
        margin-top: .52rem;
    }
    .chaxun-title, .tiqu-title{
        margin-bottom: .41rem;
        font-size: .44rem;
    }
    .chaxun-list ul, .tiqu-list ul{
        display: block;
    }
    .chaxun-list ul li, .tiqu-list ul li{
        width: 100%;
        height: auto;
        padding: .33rem 0  .33rem 0;
        font-size: .3rem;
        margin-bottom: .32rem;
        padding-right: .32rem;
    }
    .chaxun-list ul li a img, .tiqu-list ul li a img{
        width: 0.33rem;
        height: 0.39rem;
        margin: 0 0.3rem 0 0.32rem;
    }
 
}