﻿/*#region * 重置元素 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li,pre, form, fieldset, legend, button, input, textarea, th, td{
    padding: 0;
    margin: 0;
}
body,button, input, select, textarea,h1, h2, h3, h4, h5, h6{
    font: 12px/1.5 tahoma, arial, "\5b8b\4f53", sans-serif;
}
address, cite, dfn, em, var { 
    font-style:normal; 
} 
code, kbd, pre, samp {
     font-family: courier new, courier, monospace; 
} 
small { 
    font-size: 12px; 
} 
ul, ol { 
    list-style: none; 
    margin:0;
}
body,legend,a { 
    color:#333;    
    text-decoration: none; 
}
a:hover { 
    color:#001b6a;   
    text-decoration:underline; 
}
sup { 
    vertical-align: text-top; 
} 
sub { 
    vertical-align: text-bottom;
}

fieldset, img { 
    border: 0; 
}
button, input, select, textarea { 
    font-size: 12px; 
} 
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
    width:100%;
    word-break: break-all;
}
table th {
    font-weight:normal;
}
table th,table td {
    font-weight:normal;
    text-align:center;
} 
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
img{
	vertical-align:middle;
}
/*#endregion*/
/*#region * 清除浮动 **/
.clearfix:after{
	content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix { 
	*zoom:1;
}
/*#endregion */
