﻿body {
    font-family: Microsoft YaHei;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background: #282828 url(../images/bg.jpg) repeat-y top;
    line-height: 32px;
    color: #d5d5d5;
}
p, div, form, img, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
}
ul, ol, li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
table, li, tr, th, br {
    font-size: 16px;
    font-family: Microsoft YaHei;
    line-height: 30px;
}
img {
    display: block;
}

/* Á´½ÓÑÕÉ« */
a {
    text-decoration: none;
    color: #d5d5d5;
}
a:hover {
    text-decoration: none;
    color: #C00;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.cl {
    clear: both;
}

/* nav */
.nav {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-family: SimSun;
    background: url(../images/bg01.jpg) repeat-y center;
}
.nav a {
    color: #fff;
}
.bg01 {
    background: url(../images/title_01.jpg) no-repeat center top;
    height: 440px;
}
.bg02 {
    background: url(../images/title_03.png) no-repeat center top;
    height: 685px;
}
.ww {
    width: 1000px;
    margin: 0px auto;
    padding-top: 30px;
    clear: both;
}
.ww:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.tit01 {
    padding: 0 0 20px 325px;
}
.tit02 {
    padding: 10px 0 0 360px;
}
.tit03 {
    padding: 0 0 20px 365px;
}
.list01{
    background: #fff;
    padding-bottom: 20px;
    display: block;
}
.list01:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.list01 li{
    float: left;
    width: 304px;
    margin: 20px 0 10px 17px;
    font-size: 14px;
}
.list01 li .pic{
    background: #e4e4e4;
}
.list01 li .pic img{
    margin: 2px;
    float: left;
}
.list01 li .pic h3{
    color: #000;
    text-align: center;
    line-height: 40px;
}
.list01 li .pic h3 a{
    color: #000;
}
.list01 li .pic h3 a:hover{
    color: #c00;
}
.list01 li .original{
    padding: 10px 0 0 15px;
    clear: both;
    color: #000;
    line-height: 20px;
    font-weight: bold;
}
.list01 li .price{
    padding: 0 0 0 8px;
    color: #cc1028;
    line-height: 20px;
}
.list01 li  .price i{
    font-weight: bold;
}
.list01 li .price a{
    float: right;
    padding: 0 6px;
    background: #ce1127;
    border: 1px solid #ce1127;
    color: #fff;
    border-radius: 8px;
}
.list01 li .price a:hover{
    border: 1px solid #ce1127;
    background: #fff;
    color: #ce1127;
}
.box01{
    width: 980px;
    padding: 15px 10px;
    background: #fff;
}
.box01 .left{
    border-right: 1px solid #f25477;
    float: left;
    width: 675px;
    padding-bottom: 5px;
}
.box01 .left ul{
    padding-top: 15px;
}
.box01 .left ul li{
    float: left;
    width: 322px;
    padding-left: 15px;
    background: url(../images/title_08.png) 0px 14px no-repeat;
    line-height: 32px;
    color: #5b5859;
}
.box01 .left ul li a{
    color: #5b5859;
}
.box01 .left ul li a:hover{
    color: #c00;
}
.box01 .right{
    float: left;
    padding-left: 20px;
    width: 283px;
}
.box01 .right p{
    padding-top: 15px;
    line-height: 32px;
    color: #5b5859;
}
.box01 .right p a{
    color: #5b5859;
}
.box01 .right p a:hover{
    color: #c00;
}

.wrapper { width: 1000px; float:left;}
        /* qqshop focus */#focus { width: 1000px; height: 400px; overflow: hidden; position: relative; }
        #focus ul { height: 400px; position: absolute; }
        #focus ul li { float: left; width: 1000px; height: 400px; overflow: hidden; position: relative; background: #000; }
        #focus ul li div { position: absolute; overflow: hidden; }
        #focus .btnBg { position: absolute; width: 1000px; height: 20px; left: 0; bottom: 0; background: #000; }
        #focus .btn { position: absolute; width: 300px; height: 10px; padding: 0px 10px 5px 10px; right: 0; bottom: 12px; text-align: right; }
        #focus .btn span { display: inline-block; _display: inline; _zoom: 1; width: 25px; height: 10px; _font-size: 0; margin-left: 5px; cursor: pointer; background: #fff; }
        #focus .btn span.on { background: #fff; }
        #focus .preNext { width: 45px; height: 100px; position: absolute; top: 150px; background: url(../images/sprite.png) no-repeat 0 0; cursor: pointer; }
        #focus .pre { left: 0; }
        #focus .next { right: 0; background-position: right top; }
/* footer */
#footer {
    width: 100%;
    line-height: 25px;
    font-family: SimSun;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
    background: url(../images/bg01.jpg) repeat-y center;
}
#footer a {
    color: #fff;
}
#footer p {
    text-align: center;
    font-family: SimSun;
    font-size: 12px;
}
#footer address {
    font-style: normal;
    text-align: center;
    color: #fff;
    font-family: SimSun;
    font-size: 12px;
}