/* =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;
}
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;
}
img {
    vertical-align: bottom;
}
/* =clearfix
----------------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
/* =basic
----------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
    font-family: "微软雅黑";
}
body {
    font: 12px/1.6 Arial, Helvetica, sans-serif;
    color: #666;
    background:#D6D0C1 url(blue-bg.png);
}
a {
    color: #c00;
}
strong {
    font-weight: bold;
}
#main p {
    margin-bottom: 5px;
}
/* =layout
----------------------------------------------------------- */
.wrapper {
    width: 959px;
    margin: 0 auto;
    padding: 15px 20px;
    background: #f5f5f5 url(bg2.png);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.8);
}
.col1, .col2, .col3 {
    width: 310px;
    float: left;
    padding-top: 66px;
    margin-bottom: 10px;
}
.col1 {
    padding-left: 5px;
}
.col2 {
    padding-right: 10px;
    padding-left: 10px;
}
#main .box-wrapper {
    padding: 66px 0 10px;
    margin: 0 auto;
    width: 948px;
}
#main .col-all {
    width: 928px;
    background-color: #D2E8FD;
    border-color: #ADCDEB;
}
/* =col-all
----------------------------------------------------------- */
.col-all strong {
    color: #163F97;
    padding-bottom: 2px;
    border-bottom: 1px dashed #777;
}
.col-all dl {
    float: left; 
    text-align: center;
    background: #E8F2FC;
    border: 1px solid #ADCDEB;
    width: 352px;
    padding-bottom: 5px;
    margin-right: 15px;
}
.col-all dt {
    height: 2em;
    font: bold 22px/2em "微软雅黑";
}
.col-all dd {
    padding: 0 10px 2px;
}
.col-all dd.pic {
    padding: 0;
    margin-bottom: 8px;
}
.col-all .logo { 
    padding: 1px;   
}
.col-all p {
    font-size: 13px;
    padding: 2px 0;
}
.note ul {
    width: 908px;
    margin: 0 auto 15px;
}
.note li {
    text-align: center;
    float: left;
    width: 151px;
}
.note li img {
    width: 130px;
    border-color: #ccc;
    opacity: 0.8;
}
.note li strong {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 5px 0;
}
.note li a {
    text-decoration: none;
}
.note li a:hover img {
    opacity: 1;
}
/* =top
----------------------------------------------------------- */
div.main_contant{ width:999px; margin:3px auto 0;box-shadow: 0 0 10px rgba(0,0,0,0.8);}
.top {
    padding-bottom: 20px;
}
.top, .feature {
    position: relative;
}
.top h1, .feature h3 {
    background: url(purple-ribbon.png);
    height: 61px;
    width: 1153px;
    line-height: 44px;
    position: absolute;
    left: -97px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#FF0;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.contact, .headline, .brand {
    height: 148px;
}
.brand, .headline, .contact, .shop {
    background: #E8FCC2 url(art-bg.png);
    border: 1px solid #CDE4A2;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #FFFFFF inset;
    padding: 10px;
}
.brand img {
    float: left;
    width: 50px;
    padding: 0 10px 0 0;
}
.headline {
    background-color: #D2E8FD;
    border-color: #ADCDEB;
}
.headline h2, .brand h2, .contact h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #2E6F7B;
    padding-bottom: .3em;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.brand h2, .contact h2 {
    color: #607B2E;
}
.slide {
    overflow:hidden;
    width:310px;
    height: 168px;
    position:relative;
    clear:both;
    border:1px solid #cad;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #FFFFFF inset;
}
.contact {
    text-align: center;
}
.contact dl {
    clear: both;
}
.contact dt {
    float: left;
    padding: 0 0 10px 12px;
}
.contact a {
    font-weight: bold;
}
.contact .title {
    font-size: 18px;
}
.contact .address {
    border-top: 1px solid #CDE4A2;
    padding: 10px 0 5px;
    clear: both;
}
#JINGDONGNumID { position:absolute; bottom:5px; right:5px;}
#JINGDONGContentID img {
    width: 310px;
}
#JINGDONGNumID li{list-style:none;float:left;width:18px;height:16px;FILTER:alpha(opacity=80);opacity:0.8;border:1px solid #D00000;background-color:#FFFFFF;color:#D00000;text-align:center;cursor:pointer;margin-right:4px;padding-top:2px;overflow:hidden;}
#JINGDONGNumID li:hover,#JINGDONGNumID li.active{border:1px solid #D00000;background-color:#FF0000;color:#FFFFFF;width:22px;height:18px;font-weight:bold;font-size:13px;}

/* =middle
---------------------------------------------------------- */
.feature {
    padding-bottom: 20px;
}
.feature h3 {
    background: url(blue-ribbon.png);
}
.feature-content {
    padding-top: 66px;
}
.feature-content .pic, .feature-content .text {
    width: 472px;
    float: left;
    font-size: 14px;
}
.feature-content .pic {
    padding-right: 15px;
}
.feature .pic img {
    border: 1px solid #ddd;
    padding: 2px;
    background: #fff;
    width: 466px;
}
.more {
    color: #c00;
    text-shadow: 1px 1px 0 #fff;
    background: url(more.png) no-repeat right center;
    margin: 10px 0;
    height: 32px;
    line-height: 32px;
    padding-right: 20px;
    text-align: right;
    font-weight: bold;
    width: 260px;
    float: right;
}
.apply {
    float: right;
    height: 32px;
    width: 120px;
    line-height: 32px;
    text-align: center;
    background: #c00;
    color: #fff;
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
}
.auto-item {
    width: 239px;
    float: left;
    font-size: 14px;
    text-align: center;
    padding-top: 66px;
}
.auto-item dl {
    line-height: 1.6;
    padding-top: 5px;
}
.auto-item dl a {
    font-weight: bold;
}
.auto-item img {
    border: 1px solid #ddd;
}
/* =footer
----------------------------------------------------------- */
.footer {
    width: 999px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    color: #333;
}
.footer a {
    color: #333;
}
.note {
    border: 1px solid #F3C16B;
    color: #c00;
    clear: both;
    text-align: center;
    font: bold 18px "微软雅黑";
    text-shadow: 2px 2px 0 #fff;
    background: url("art-bg.png") repeat scroll 0 0 #FFFFDD;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #FFFFFF inset;
    margin: 0 auto;
    width: 948px;
}
.note img {
    border-radius: 6px;
    border: 1px solid #fff;
    box-shadow: 0 0 2px #ddd;
}
#main .note p {
    margin: 15px 0;
}
