@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
body,button,input,select,textarea{font:14px/1.5 tahoma,arial,Microsoft YaHei; font-family: "微软雅黑";}
body{_overflow:auto;_height:100%;margin:0 auto; min-width: 1000px; color: #999;}
html{_overflow:hidden}
h1,h2,h3,h4,h5,h6{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new,courier,monospace}
small{font-size:12px}
ul,ol,li,dl,dt,dd{list-style:none}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
legend{color:#000}
fieldset,img{border:0}
table{border-collapse:collapse;border-spacing:0}
/*清除浮动*/
.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:none;border:0;font-size:0}
.clr:after { content:""; clear:both; visibility:hidden; display:block; font-size:0; height:0; line-height:0;}
.clr { zoom:1;}

/*内容区最大盒子*/
.xf_con_box{width: 1000px; margin:0 auto;}
/*a*/
a{ text-decoration:none; color:#666;cursor:pointer;outline:none;}
a:hover{color:#ff3329;}

/*title*/
h1 { font-size:50px;}
h2 { font-size:40px;}
h3 { font-size:30px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:9px;}

/*float*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/*字体大小*/
.font_onetwo{font-size: 12px;}
/*背景白色有边框*/
.content_view{width: 1000px; margin:0 auto; border:1px solid #ddd; background: #fff;}
