body {
    padding: 0;
    margin: 0;
    font: normal 12px/180% "Microsoft YaHei";
    color: #333;
    background: url(../images/bg.jpg)
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

div {
    margin: 0 auto;
    text-align: left;
    font: normal 12px/180% "Microsoft YaHei"
}

a:link,
a:visited {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #e71f18;
    text-decoration: underline
}

img {
    border: none
}

ol,
ul,
li {
    list-style: none
}

i {
    font-style: normal
}

input,
img {
    vertical-align: middle
}

input[type="button"],
input[type="submit"] {
    vertical-align: middle;
    cursor: pointer
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
    margin: 0 auto
}

.p9 {
    width: 1230px;
    min-width: 1000px;
    margin: 100px auto 30px auto
}

.p9 h3 {
    padding-bottom: 30px
}

.p9 .p9_box {
    width: 100%;
    height: auto;
    position: relative
}

.p9 .p9_box .prev4 {
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: 100;
    cursor: pointer
}

.p9 .p9_box .next4 {
    position: absolute;
    right: 30px;
    top: 100px;
    z-index: 100;
    cursor: pointer
}

.p9 .p9_box li {
    width: 280px;
    height: 280px;
    float: left;
    margin: 0 27px 0 0;
    cursor: pointer;
    background: #fff
}

.p9 .p9_box li .p7_img {
    width: 280px;
    height: 280px;
    position: relative
}

.p9 .p9_box li .p7_img span {
    display: block;
    width: 260px;
    height: 58px;
    background: #ecdfc4;
    font-size: 14px;
    padding: 10px;
    color: #635d52;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    text-align: center;
    font-weight: 600;
    line-height: 58px;
}

.p9 .p9_box li .p7_img span a {
    color: #635d52
}

.p9 .p9_box li .p7_img span b {
    display: block;
    font-size: 16px;
    color: #635d52;
    font-weight: normal
}

.p9 .p9_box li:hover .p7_img span {
    background: #d64946;
    color: #fff
}

.p9 .p9_box li:hover .p7_img span a {
    color: #fff
}

.p9 .p9_box li:hover .p7_img span b {
    color: #fff
}