@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0;}

body{font: 14px/1.5 'Microsoft Yahei', 'Simsun'; color: #444;}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
img { border:none; display: block; border-radius: 5px;}
ul { list-style: none; }

a { outline: none; color: #444;}
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

.fl{ float: left;}
.fr{ float: right;}
.split{ width: 100%; height: 10px;}
.line{ width: 100%; height: 1px; border-top: 3px solid #E4BB44; border-radius: 10px;}
.clear{ clear: both;}
.hide{ display:none;}