*{
    padding: 0px;
    margin:0px;
}
html, body {
    margin:0px;
    width:100%;
    overflow-x:hidden;
}
body{
    background: #efeff4;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #4a4a4a;
}
a:hover { 
    /*color: #498FE1;*/
}
input{
    background:none;    
    outline:none; 
    border:0px;
}
button{
     outline:none; 
    border:0px;
}
img{
    width: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}


/*头部*/
.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 10;
}
.header .header-l{
    margin-left:3%;
    float: left;
}
.header .header-l a{
    display: table-cell;
    height: 2.3rem;
    width: 1rem;
    vertical-align: middle;
    background: url(../images/header_back.png) center center no-repeat;
    background-size: auto 1.1rem;
}
.header-address {
    width: 60%;
    height: 2.3rem;
    float: left;
    text-align: center;
    font-size: 0.9rem;
    line-height: 2.3rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    margin:0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.header-search{
    float: right;
    margin-right: 4%;
    height: 2.3rem;
    width: 1rem;
}
.header-search a {
    height: 2.3rem;
    width: 1rem;
    vertical-align: middle;
    float: right;
    background: url(../images/header_la.png?v=1) center center no-repeat;
    background-size: auto 1.2rem;
    text-align: center;
}