@charset "utf-8";

/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
dt,
dl,
input {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

img {
    display: block;
    border: 0
}

input {
    outline: none;
}

body {
    font-size: 12px;
}

a {
    text-decoration: none;
}

.w {
    width: 1150px;
    margin: 0 auto;
}

.l {
    float: left;
}

.r {
    float: right;
}


/* .banxin {
    width: 1100px;
    margin: 0 auto;
} */

.clear::after {
    content: "";
    clear: both;
    display: block;
}

h1 {
    font-weight: 100;
}

body {
    min-width: 1180px;
    font-family: 'Times New Roman';
}