@charset "utf-8";


/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0;
        padding: 0;
        border: 0;
        }

/* 图片自适应 */
img {
        width: auto\9; /* ie8 */
        -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        margin: 0;
        padding: 0;
        /*border: none;*/
}
body {
        font-size: 14px; 
        font-family: STheiti,'Microsoft Yahei','微软雅黑', \5FAE\8F6F\96C5\9ED1,'宋体',\5b8b\4f53,arial,'Hiragino Sans GB',Tahoma,Arial,Helvetica;
        color: #666;
        background-color: #fff;;
}
em, i {
        font-style: normal;
}
strong {
        font-weight: normal;
}
.clearfix:after {
        content: "";
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
}
.clearfix {
        zoom: 1;
}
a,a:visited{
        text-decoration: none;
        font-size: 14px; 
        color: #666;
        font-family: STheiti,'Microsoft Yahei','微软雅黑', \5FAE\8F6F\96C5\9ED1,'宋体',\5b8b\4f53,arial,'Hiragino Sans GB',Tahoma,Arial,Helvetica;
}
a:hover,a:focus{
        text-decoration: none;
        color: #d3ac6f; 
}
ul, ol {
        list-style: none;
}
h1, h2, h3, h4, h5, h6 {
        font-family: Microsoft YaHei;
}
img {
        border: none;
}
.clear{
        clear: both;
}

.hide{
        display: none;
}