﻿@charset "utf-8";
/*基础制作页面组件*/
/*20150716 v1.0*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, fieldset, input, textarea, label, ul, ol, dl, li, dt, dd { margin:0; padding:0; }
html, body { height:100%; }
body { font-size:16px; color:#000; line-height:22px; text-align:left; }
li { list-style-type:none; }
a { text-decoration:none; outline:none; color:#000; }
a:hover { text-decoration:underline; }
table { border-collapse:collapse; border-spacing:0; }
iframe,img { border:0; }
.clearfix { display:block; #zoom:1;}
.clearfix:after { content:''; overflow:hidden; width:100%; height:0px; font-size:0px; margin:0px; padding:0px; display:block; clear: both; }
.left{ float:left;}
.right{ float:right;}
.part { width:1000px; margin:0 auto;}


