body{
    background-color: #fefaf7;
}
/*all*/
*,ul,p,dl,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input{
    border: 0;
    outline: none;
}
.container-fluid{
    position: relative;
    padding: 0;
    max-width: 1920px;
    margin:  0 auto;
}
.container{
    padding: 0;
}
a{
    color: #333333;
}
a:hover{
    color: #92694d;
}
a:hover,a:active,a:link{
    text-decoration:none;
}
a{
    color: #333333;
}
img{
    max-width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*宽度限定*/
.wp {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}
.wps {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

/*页眉*/
.top{
    background: url("../images/header/bg.jpg")no-repeat center;
}
.top .tops{
    height: 100px;
    line-height: 100px;
}
.top .tops .logo{
    display: inline-block;
}
.top .tops .gw a{
    font-size: 18px;
    color: #ffffff;
}
.top .tops .gw img{
    margin-right: 14px;
    vertical-align: sub;
}


@media screen and ( max-width: 1200px ) {
    /*页眉*/
    .top{
        padding:10px;
    }
    .top .tops{
        height: auto;
        line-height: inherit;
    }
    .top .tops .logo{
        margin: 0 auto;
    }
    .top .tops .gw{
        margin-top: 10px;
    }
    .top .tops .gw a{
        font-size: 14px;
    }
    .top .tops .gw img{
        width: 15px;
        margin-right: 5px;
    }

}













