﻿@charset "utf-8";
/* CSS Document */
/*全局样式*/
*{word-wrap: break-word;}

body {padding:0;margin:0;background:url(../images/bg.jpg) center repeat-y; text-align:center;font-size:13px;font-family:"Noto Sans SC", Tahoma, Verdana, sans-serif;}

ul,li,dd,dt,dl,h1,h2,h3,h4,h5,h6,form,span { padding:0; margin:0;}
h1 { font-size:18px;}
h2 { font-size:14px;}
h3 { font-size:14px; font-weight:normal;}
h4 { font-size:12px;}
h5 { font-size:12px; font-weight:normal;}
ul { list-style:none; }
img { border:0px;}
.left{ float:left;}
.right{ float:right;}
/* 清除浮动  */
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}


