.bx {
    width: 62.5%;
    height: 100px;
    margin: 0 auto;
}

body {
	background:#f5f5f5;
}

a {
    text-decoration:none
}

.clear-fix:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

input::-ms-clear{display:none;}
/*初始化 end*/

.header {
    height: 50px;
    width: 100%;
    background: #111111;
}

.header img {
    float: left;
    margin-top: 2px;
    width: 57px;
    height: 48px;
}

.header_right a {
    width: 64px;
    height: 23px;
    background: red;
    color:#fff;
    float: right;
    text-align: center;
    line-height: 23px;
    border-radius: 4px;
    margin-top: 13px;
    font-size: 14px;
}

/*头部end*/

.banner {
    width: 100%;
	height:456px;
	background:url(../images/banner.jpg) no-repeat center/cover;
}


/*banner end*/

.query_box {
    position: relative;
    margin-top: -25px;
}

.query_box_top {
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #01d1a6;
    color: #fff;
    font-size: 18px;
    font-family: "宋体";
    font-weight: 600;
}
.query_box_center {
    width: 100%;
    height: 200px;
    background: #f5f5f5;
    padding-top: 60px;
	text-align:center;
}

.query_box_center input {
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline:none;
    font-size: 18px;
}

input[type="text"] {
    background: #f5f5f5;
    width: 446px;
    height: 54px;
	line-height:54px;
    padding-left: 11px;
    float: left;
}
input[type="button"] {
    background: #da251c;
    height: 56px;
    width: 140px;
    float: right;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
}

.hint {
    display: none;
    position: absolute;
    top: 18px;
    right: -160px;
    color: red;
    font-size: 17px;
}

.query_i .del {
    position: absolute;
    height: 30px;
    width: 30px;
    background: url("../images/quxiao.png") no-repeat center;
    background-size: 30px 30px;
    top: 13px;
    right: 156px;

}


.query_i {
    border: 1px solid #da251c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

#word {
    width: 636px;
    margin: 40px auto;
    padding-left: 25px;
    position: relative;
    color: #da251c;
}

#word p {
    text-align: justify;
}

.query_box_footer img {
    width: 1200px;
    height: 60px;
}

