@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

body {
    font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
    background: #f9f9f9;
}

/* 查询部分 */
.content {
    width: 1200px;
    margin: 40px auto;
    min-height: 400px;
    min-width: 400px;
}

.content-query {
    width: 90%;
    min-height: 400px;
    /* padding-top: 20px; */
    /* border:  1px solid #cccccc; */
    background: #ffffff;
}

.content-title {
    /* text-align: center; */
    /* font-size: 36px;
    color: #333;
    margin: 60px auto; */
    width: 90%;
    border-bottom: 1px solid #bebebe;
    overflow: hidden;
    margin-bottom: 50px;
}

.content-title p {
    font-size: 22px;
    color: #004273;
    border-bottom: 3px solid #004273;
    text-align: left;
    height: auto;
    /* margin: 20px 0px; */
    padding: 20px 10px;
    float: left;
    font-weight: bold;
}

.content-query ul {
    width: 450px;
    overflow: hidden;
    background: url(../images/inputbg.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 20px;
}

.content-query ul li {
    float: left;
    height: 40px;
    font-size: 24px;
    /* margin-bottom: 30px; */
}

.content-query-ul1 li:first-child {
    line-height: 40px;
    width: 45px;
    background: url(../images/phone.png) no-repeat center;
}

.content-query-ul1 li:last-child {
    width: 400px;
}

.content-query-ul2 li:first-child {
    line-height: 40px;
    width: 45px;
    background: url(../images/pain.png) no-repeat center;
}

.content-query-ul2 li:last-child {
    width: 400px;
}

.content-query ul li input {
    width: 400px;
    height: 40px;
    border: none;
    background: none;
    padding-left: 10px;
    outline: none;
    color: #666;
}

.content-button {
    margin: 30px auto;
    width: 450px;
    height: 50px;
}

.content-button input {
    width: 210px;
    height: 100%;
    border: none;
    /* background: #245399; */
    /* color: #ffffff; */
    border-radius: 5px;
}

.content-button input:first-child {
    float: left;
    background: #004273;
    color: #ffffff;
}

.content-button input:last-child {
    float: right;
    background: #dfdfdf;
    color: #333;
}

.bt-footer {
    min-width: 1100px;
    height: 125px;
    background: #373f48;
}

.bt-footer-top {
    padding-top: 20px !important;
    height: 94px;
    color: #bcbec0;
    font-size: 13px;
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
