/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* HTML5_Reset End */


/*
页面加灰色滤镜
html {filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);FILTER:gray}
*/

/*******************可重用样式*******************/
/*公共样式*/
body{font-size:14px;overflow-x:hidden;}
/*-----清理浮动---*/
.clearfix:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
*html .clearfix{
height:1%;
}
*+html .clearfix{
height:1%;
}
.clearfix
{
display:inline-block;
}
.clearfix {display:block;}
/*-----显示模式---*/
.none{display:none;}
.block{display:block;}
.inline{display:inline;}
.hidden{overflow:hidden;}
.fountain {background:-moz-linear-gradient(center top , rgba(255, 255, 255, 0), #FFFFFF) repeat scroll 0 0 transparent;}
.opacity {filter:alpha(Opacity=80);-moz-opacity:0.5;opacity: 0.5;}
.relative {position:relative;}
.absolute {position:absolute;}
/*-----对齐方式----*/
.l{float:left;}
.r{float:right;}
.clear{clear:both;height:0px;font-size:0px;line-height:0px;over-flow:hidden;}
* html .clear {display:inline;}
.a-c{text-align:center;}
.a-l{text-align:left;}
.a-r{text-align:right;} 
/*-----font size----*/
.font_12{font-size:12px;}
.font_14{font-size:14px;}
.bold{font-weight:bold;}
/*-------字体颜色------*/
.red,.red:hover{color:#cc0000;}
.gray{color:#999;}
.blue,a.blue{color:#002bb8;}
.yellow {color:ffcc00;}
.orange{color:#FF9900 !important;}
.white{color:#FFFFFF;}
.green{color:#669900;}
/*-------a------*/
a{color:#000;text-decoration:none;}
a:hover{color:#000;} 
a{blr:expression(this.onFocus=this.blur());outline:none;/* for Ie*/ } 
/*-------ul------*/
ul,ol,li{list-style:none;}
/*-------table------*/
.table {width:100%;margin:10px 0px;}
.table td {padding:0px;}
/*-------pre------*/
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
}
* html pre {
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: normal; /* Internet Explorer 5.5+ */
}