/*重置*/
html { font: 12px/1.5 '微软雅黑'; color:#333;}
body{ min-width:1100px;}
body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,input,textarea,select { margin: 0; padding: 0; }
img { border: 0; display:block; max-width:100%;}
ul,ol,li{ list-style:none;}
input, textarea, button { outline: 0; border:0; }
a{text-decoration: none;color:#666;}



/*公共*/
.container { width: 1100px; min-width:1100px; margin: 0 auto;}
.clearfix:after, .row:after { content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix{*zoom:1;}

/*浮动*/
.pull-right { float: right !important; }
.pull-left { float: left !important; }


