@charset"utf-8";
/* CSS Document */
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
    background: url(../images/bg.jpg);
    color: #ffe0e0;
}
.clearfix:before,
.clearfix:after,
.content_wrapper:before,
.content_wrapper:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after,
.content_wrapper:after {clear: both;}
.clearfix,
.content_wrapper {zoom: 1;}

/*header {*/
.header {
    width: 100%;
    height: 470px;
    background: url(../images/banner.jpg) center no-repeat;
}
.header .container {
    position: relative;
    height: 490px;
}
.header h1 {
    position: absolute;
    left: 0;
    top: 40px;
    width: 150px;
    height: 58px;
    background: url(../images/logo.png) no-repeat;
    _background: url(../images/logo_ie6.png) no-repeat;
    text-indent: -99999px;
}
.buy_btn {
    position: absolute;
    right: 0;
    bottom: 76px;
    width: 200px;
    height: 53px;
    text-indent: -99999px;
    background: url(../images/buy_btn.png) top no-repeat;
}
.buy_btn:hover {
    background: url(../images/buy_btn.png) bottom no-repeat;
}
.date {
    position: absolute;
    right: 0;
    bottom: 148px;
    padding: 5px 0 5px 5px;
    background: #890000;
}
.bread_nav {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-weight: bold;
    font-size: 18px;
}
.bread_nav span {
    margin-left: 10px;
}
/*header }*/

/*content {*/
.container {
    width: 1000px;
    margin: 0 auto;    
}
h2 {
    font-size: 18px;
}
.bread_nav a ,
.footer a  {
    color: #ffe0e0;
    margin-right: 10px;
    text-decoration: none;
}
.bread_nav a:hover ,
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.description {
    margin: 0 auto 15px;
    text-indent: 2em;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    width: 980px;
    height: 98px;
    padding: 60px 20px 0;
    background: url(../images/tips_bg.jpg) -5px no-repeat;
    color: #530000;
}
.content_wrapper h2,
.gift_list_wrapper h2 {
    float: left;
}
.content_wrapper p ,
 .content_wrapper li{
    padding-top: 2px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}
.content_wrapper ol {
    float: left;
}
.main_content {
    position: relative;
}
.main_content h2 {
    font-size: 18px;
}
.main_content ol {
    border-style: solid;
    border-width: 1px;
    border-color: #a50000 #c10000 #c10000 #a50000;
    background: #530000;
    box-shadow: inset 2px 2px 2px #370000;
    padding-bottom: 20px;
    margin: 20px 0;
}
.main_content li {
    margin: 20px 0 0 90px;
}
.main_content big {
    font-size: 20px;
    padding: 0 5px;
    color: #ffa500;
}
.main_content big:hover {
    color: #ff0;
}
.mr_10 {
    margin-right: 40px;
}
.china_heart {
    position: absolute;
    right: -84px;
    bottom: -103px;
    *bottom: -83px;
    _bottom: 419px;
    _right:-64px;
    width: 202px;
    height: 256px;

}
.gift_list {
    float: left;
    *height: 104px;
    font-size: 14px;
    margin-bottom: 20px;
}

.gift_list li {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 10px;
} 
.gift_list img {
    display: block;
    width: 100px;
    height: 63px;
    margin-bottom: 5px;
}

/*content }*/
.footer {
    padding-top: 160px;
    background: url(../images/footer.jpg) center top no-repeat;
}
.footer p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffd9d9;
}
