/*清除内外边距  */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
em,
i,
a,
img,
input,
ul,
li,
ol,
dl,
dt,
dd,
button,
p {
    margin: 0;
    padding: 0;
}
*{
   margin:0; 
   padding:0; 
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "微软雅黑";
}
/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}
/*去掉列表前面的小点*/
li {
    list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
fieldset, img {
    border: 0;  /*ie6*/
    vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}
/*取消链接的下划线*/
a {
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration:none; 
}
a:hover {
    color: #e33333;
}

button,
input {
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, \\5B8B\4F53, sans-serif;
}
select,input,button { 
    padding-top:0; 
    padding-bottom:0; 
    border:0px;
    outline:none;
}
select, input , img { 
    vertical-align:middle; 
}
select, input, textarea { 
    font-size:12px; 
    margin:0; 
}
textarea { 
    resize:none; 
}
body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, \\5B8B\4F53, sans-serif;
    color: #666;
}

.hide,
.none {
    display: none;
}
/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
    line-height:0; 
}

.clearfix {
    *zoom: 1;
}

/* 浮动 */
.fl{
    float: left;
}
.fr{
    float: right;
}

/* 浮动 end*/

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}
.pr{
  position:relative;
}
/* 版心 */
.wrap{
    width: 1200px;
    margin:0 auto;
}
/* 版心 end*/

/* 字体图标默认样式 */
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 字体图标默认样式 end */
