﻿/*css document*/
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section,p{ 
    margin:0; 
    padding:0; 
    border:none;
}
body{ 
    font: normal 14px/1.5 Tahoma,"Lucida Grande",Verdana,"Microsoft Yahei",STXihei,hei; overflow-x:hidden;
}
em,i{ 
    font-style:normal;
}
.clearfix:after{ 
    content:""; 
    display:block; 
    visibility:hidden; 
    height:0; 
    clear:both;
}
.clearfix{ 
    zoom:1;
}
a{ 
    font-family: "Microsoft Yahei";
    text-decoration:none; 
    color:#333; 
}
a:hover{ 
    text-decoration:none; 
    color:#f60;
}
ul,ol{ 
    list-style:none;
}
h1, h2, h3, h4, h5, h6{ 
    font-size:100%; 
    font-family: Microsoft YaHei;
}
table{ 
    width:100%; 
    text-align:center; 
    border-collapse:collapse; 
    border-spacing:1; 
    border-spacing:0; 
}
table td{ 
    border-bottom:1px solid #ededed;
}
img{ 
    border: none;
    display:block;
}
input{ 
    border:0;
    outline: none;
}
.wrap{ 
    width: 1000px; 
    margin:0 auto;
}

/*布局代码*/
