﻿/*查询表单/频道页*/
.xingpan_box {
    position: relative;
    width: 100%;
    background-image: url(img/xingpan_bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #382e45;
    color: #fff;
    text-align: center;
    background-position: center top;
    padding-top: 0.6rem;
    box-sizing: border-box;
}
.xingpan_box:after {
    content: "";
    display: block;
    padding-bottom: 88%;
}
.xingpan_box h1 {
    display: block;
    height: 0.52rem;
    font-size: 0.38rem;
    background-image: url(img/xingpan.png);
    background-repeat: no-repeat;
    margin: auto;
    background-size: auto 100%;
    background-position: center;
    line-height: 500px;
    overflow: hidden;
}
.xingpan_box h1 a {
    display: block;
    width: 26%;
    height: 100%;
    margin: auto;
}
.xingpan_box p {
    width: 100%;
    height: 14px;
    line-height: 500px;
    overflow: hidden;
    position: absolute;
    top: 20%;
}