﻿@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
/*防止拖动*/
textarea {
    resize: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
    padding: 1.5rem 0 0 0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i{
    font-style: normal;
    text-decoration: none;
}
header{
    width: 100%;
    height: 1.5rem;
    background-color: #a92d1f;
    padding: 0 .4rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
header h3{
    float: left;
    font-size: .55rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: bold;
}
header h3 img{
    height: .7rem;
    float: left;
    margin: .4rem .2rem 0 0;
}
header>img{
    float: right;
    height: .8rem;
    margin: .35rem 0;
}
nav{
    width: 5rem;
    background-color: #a92d1f;
    position: fixed;
    top: 1.5rem;
    right: 0;
    z-index: 999;
    display: none;
}
nav a{
    display: block;
    text-align: center;
    font-size: .5rem;
    line-height: 1.4rem;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.query{
    padding: .4rem 1rem .6rem;
}
.title{
    border-bottom: 1px solid #ddd;
}
.title h3{
    float: left;
    font-size: .45rem;
    line-height: 1rem;
    color: #a92d1f;
    border-bottom: .1rem solid #a92d1f;
    padding: 0 .3rem;
}
.query_right_top select{
    margin: .4rem auto 0;
    display: block;
    width: 8.3rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .4rem;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 .3rem;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/3.png) no-repeat right center;
    -webkit-background-size: .5rem auto;
    background-size: .5rem auto;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}

.query_right_top input{
    margin: .4rem auto 0;
    display: block;
    width: 8.3rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .4rem;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 .3rem;
    -webkit-appearance: none;
    appearance: none;
     
    -webkit-background-size: .5rem auto;
    background-size: .5rem auto;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.query_right_btn{
    padding: .4rem 0;
    border-top: 2px solid #a92d1f;
    margin: .4rem auto 0;
}
.query_right_btn button{
    font-size: .45rem;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    width: 6.1rem;
    background-color: #a92d1f;
    display: block;
    margin: 0 auto;
}
.query_right_table{
    border-top: 2px solid #ddd;
    padding: .4rem .7rem;
}
.query_right_table table{
    width: 9.5rem;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.query_right_table table th,
.query_right_table table td{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.query_right_table table th{
    font-size: .4rem;
    line-height: 1rem;
    color: #333;
}
.query_right_table table td{
    font-size: .3rem;
    line-height: 1rem;
    color: #333;
    text-align: center;
}
footer{
    background-color: #a92d1f;
    padding: .4rem;
}
.footer_left{
    float: left;
    width: 4.5rem;
    text-align: center;
}
.footer_left img{
    height: 3rem;
}
.footer_left p{
    font-size: .3rem;
    line-height: .7rem;
    color: #fff;
}
.footer_right{
    float: right;
    width: 7.2rem;
}
.footer_right_ul li{
    font-size: .3rem;
    line-height: .6rem;
    color: #fff;
}
footer >p{
    float: left;
    width: 100%;
    font-size: .4rem;
    line-height: .7rem;
    color: #fff;
    margin-top: .4rem;
}
footer >p span{
    margin-left: .6rem;
}