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,menu,nav,output,ruby,section,summary,time,mark,audio,video,p{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}

 /*HTML5 display-role reset for older browsers*/
article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block;}
body{ font-family:"微软雅黑","宋体",Verdana,Arial,Helvetica,sans-serif;margin:0 auto; color:#505050; font-weight:lighter;}
ol,ul{list-style:none;}
a{text-decoration:none; color:#505050;}
img{border:0px;vertical-align:middle;}
em{ font-style: normal;}
input,button,select,textarea{ margin:0; padding:0; outline:none;}

.top{
 width: 100%;
 height: 50px;
 background-color:#F05234;
}
.top span{
 height: 100%;
 display: inline-block;
 float: left;
}
.top a:nth-child(1) span{
 width: 205px;
 line-height: 45px;
 text-align: center;
 border-right:1px solid white;
}
.top a:nth-child(2) span{
 width: 300px;
 line-height: 45px;
 text-align: center;
 border-right:1px solid white;
}
.top a:nth-child(3) span{
 width: 220px;
 line-height: 45px;
 text-align: center;
 border-right:1px solid white;
}
footer{
 width: 100%;
 display: block;
 text-align: center;
 font-size: 14px;
}