/***** Reset & Basics *****/
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,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 {
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
font-family: "Microsoft Yahei";
margin:0;
padding:0;
    font-size: 14px;
}
body{ background: #e9edf6;}
.clear{clear: both; height: 0;line-height: 0;font-size: 0;}
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:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}
	
/***** Basic Styles *****/	
html {
overflow:0;
}

/***** Typography *****/
h1,h2,h3,h4,h5,h6 {
font-weight:700;
margin:0;
padding:0;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
font-weight:inherit;
}

h1 {
font-size:34px;
color:#565555;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

h2 {
font-size:30px;
color:#565555;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

h3 {
font-size:28px;
color:#565555;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

h4 {
font-size:22px;
color:#565555;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

h5 {
font-size:18px;
color:#565555;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

h6 {
font-size:16px;
color:#565555;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

p {
line-height:24px;
margin:0;
padding:0;
}

sup,sub {
height:0;
line-height:1px;
vertical-align:baseline;
position:relative;
}

sup {
bottom:1px;
}

sub {
top:1px;
font-size:.6em;
}

em {
font-style:italic;
}

strong {
font-weight:700;
}

small {
font-size:80%;
}

a:link{ text-decoration: none;}

.fl{float: left;}
.fr{float: right;}






























