﻿@charset "utf-8";

/* 初始化 */
*{ margin:0px; padding:0px; font-family:"微软雅黑"; }
img { border:0px; }
a{ text-decoration:none; }
a:hover { text-decoration:none; }
ul, li{ list-style:none; }
.clear{clear:both;}
/* /初始化 */

body { width:100%; min-width:1200px; background-color:#FFF; }