/* css reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    /* color: inherit!important;*/
    text-decoration: none !important;
}
.banner a {
    color: inherit !important;
}

p {
    font-family: "Microsoft YaHei", serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Kaiti SC", serif;
}

.banner {
    padding-top: 90px;
    height: 530px;
    background: url(../imgs/banner.png) no-repeat center center;
    background-size: cover;
}

.banner img {
    /* text-align: center; */
    margin: 0 auto;
    display: block;
}

.banner ul {
    height: 56px;
}

.banner li {
    background: #65371F;
    width: 14.6%;
    height: 56px;
    text-align: center;
    line-height: 56px;
    margin: 0 1%;
    border-radius: 28px;
    color: #fff;
    float: left;
    margin-top: 100px;
}

.container {
    width: 1200px;
}

p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

hr {
    margin: 0px;
    margin-top: -5px;
    border-bottom: 5px solid rgba(222,182,145,1);
}

.content {
    margin: 50px auto;
}


.ahref a {
    background-color: transparent;
    text-decoration: none;
    color: #8F8F8F;
}

.ahref a:hover {
        color: #ff7800;
    }
 