
a, b, body, dd, del, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, input {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

*{
	outline: none;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*开始*/

 .content{
    width: 654px;
    min-height: 350px;
    position: absolute;
    left: 50%;
    top:50% ;
   transform: translate(-50%,-50%);
}
.content .logo{
    width: 654px;
    height: 88px;
    position: relative;
}
.content .logo a{
    display: block;
    width: 300px;
    height: 70px;
    margin: 0 auto;


}
.content .logo a img{
    width: 100%;
    height: 100%;
}


.search-wrap .top {
    margin-left: 48px;
}
.search-wrap .top ul li{

  float: left;

}
.search-wrap .top ul li .a{
	 text-decoration: none;
    display: block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 500;
}

.query_text{
    width: 566px;
    height: 44px;
    border: solid 2px #ff7d00;
    border-radius: 10px 0 0 10px;
    border-right: none;
    /*text-indent: 15px;*/
    padding-left: 10px;
    float: left;
    z-index: 99;
}
.button{
    float: left;
    background-color:#ff7d00 ;
    width: 80px;
    height: 44px;
    border: 2px solid #ff7d00;
    color: #fff0f0;
    border-radius: 0 10px 10px 0;
    text-indent: 4px;
    letter-spacing: 4px;
}
.btn:focus{
    border-color:#333;  
    box-shadow:none;
}

.current{
    background-color: #ff7d00;
    color: #fff0f0;
    border-radius: 8px 8px 0 0;
}
.unset{
    color: #ff7d00;
}


