@charset "utf-8";
/* CSS Document */

/*reset*/
*{word-wrap:break-word;}
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html{color:#000;background:#FFF;}
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;
}
*:focus {
	outline: none;
}

/* 浏览器对不认识的元素会当做内联元素展示。此写法是支持IE8以上能正确使用HTML5。 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
  *display:inline;*zoom:1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}

a {cursor:pointer} 
a img {
	border:none;
}
img {
    vertical-align: middle;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ol, ul, li, nav {
    list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
	outline:none;
	border-radius: 0;
	-webkit-appearance:none;
}
input[type="submit"], input[type="button"], input[type="reset"] {
    cursor: pointer;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.clearfix:before,  
.clearfix:after {  
    content: ".";  
    display: block;  
    height: 0;  
    overflow: hidden  
}  
.clearfix:after {clear: both}  
.clearfix {zoom: 1} 

/* 默认链接 */ 
a, a:active, a:visited {  
    color:#000; 
    text-decoration:none;
    outline: medium none  
}  
a:hover {color:#C00;font-weight:bold;text-decoration:underline} 

