@charset "utf-8";
/* by 小9仔 20141108 */
html { }
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { padding:0; margin:0; }
body { font-family: microsoft yahei; font-size: 12px; }
ul,li { list-style: none; }
img { border: 0; }
input:focus { outline: none; }

/* 全局 */
a { color: #666; text-decoration: none; }
a:hover { color: #bf1927; text-decoration: underline; }

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.fl { float: left; }
.fr { float: right; }

.wrapper { width: 1000px; margin: 0 auto; position: relative; overflow: hidden; }

.banner { width: 100%; height: 300px; }
.banner .bd { }
.banner .bd_ul { }
.banner .bd_ul li { width: 100%; height: 300px; background-repeat: no-repeat; background-position: center top; }
.banner .bd_ul li a { width: 100%; height: 300px; display: block; }