﻿/*全局样式*/
@font-face {
    font-family:'impact';
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#reefbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button{padding:0;margin:0;}
body{font:12px Verdana, Simsun, Helvetica, Arial, sans-serif;color:#555; background:#fff;}
fieldset, img{border:0;}
/*表单中的字体属性与表单以外的不一致，需要单独定义*/
input, label, select, option, textarea, button, fieldset, legend{font:12px/18px Verdana, Simsun, Helvetica, Arial, sans-serif;}
ul, ol{list-style:none;}
.clear{ clear:both;}

/*-------------------------------------------重置样式----------------------------------*/
.w1200{ max-width:1180px; margin:0 auto; padding:0 2%;}
/*连接样式*/
a{ color:#484848; text-decoration:none;}
a:hover{ text-decoration:none; color:#00a7eb;}



/*浮动样式*/
.fl{ float:left;}
.fr{ float:right;}
.clearfix:after{ display:block; content:''; visibility:hidden; height:0px; clear:both;}
.clearfix{ zoom:1;}

