/*css初始化*/
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dd,dt{
margin:0;
padding: 0;
/*font-size: 12px;*/
font-family: 宋体;
}
/*去除a标签的下划线*/
a{
text-decoration: none;
}
/*去除前面标识符号*/
li{
list-style: none;
}
/*去除input的外轮廓线*/
input{
outline-style: none;
}
.clearfix:after,.clearfix:before{
content: "";
height:0;
line-height: 0;
display: block;
clear: both;
visibility: hidden;
}
.clearfix{
zoom: 1; /*兼容ie浏览器*/
}
/*版心*/
.w{
width:1210px ;
margin:0 auto;
/*border:1px solid;*/
}
.fl{
float: left;
}
.fr{
float: right;
}
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dd,dt{
margin:0;
padding: 0;
/*font-size: 12px;*/
font-family: 宋体;
}
/*去除a标签的下划线*/
a{
text-decoration: none;
}
/*去除前面标识符号*/
li{
list-style: none;
}
/*去除input的外轮廓线*/
input{
outline-style: none;
}
.clearfix:after,.clearfix:before{
content: "";
height:0;
line-height: 0;
display: block;
clear: both;
visibility: hidden;
}
.clearfix{
zoom: 1; /*兼容ie浏览器*/
}
/*版心*/
.w{
width:1210px ;
margin:0 auto;
/*border:1px solid;*/
}
.fl{
float: left;
}
.fr{
float: right;
}