/* css reset */
body, div, blockquote, pre, p, h1, h2, h3, h4, h5, h6, hr, /*标题元素*/ form, fieldset, legned, button, input, textarea, /*表单元素*/ dl, dt, dd, ul, ol, li, /*列表元素*/ th, td /*表格元素*/ /*表格元素*/ { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ul, ol { list-style: none; }
/*将列表类型清空*/
a { text-decoration: none; }
/*设置链接时的下划线的状态*/
fieldset, img { border: 0; }
/*取消其默认的边框*/
legend { color: #000; }
/*让其字体不显示*/
table { border-collapse: collapse; border-spacing: 0; }
/*设置表格的初始状态*/
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
body, button, input, select, textarea/* for ie */ { font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; color: #333; }
.clear { clear: both; }
/*清除浮动*/

.wrap { width: 1024px; margin: 0 auto; }
.flHead { width: 1024px; height: 370px; background: url("../images/Event/bannerBg.png"); }
.mainContent { width: 1024px; height: 2192px; background: url("../images/Event/contentBar.png") repeat-x; }
.subContent { width: 961px; height: auto; margin-left: 32px; padding: 20px; background: url("../images/Event/contentBg.png") repeat-y; }
.activity { width: 919px; height: 722px; background: url("../images/Event/activity.png"); margin-top: -20px; }
.subContentFoot { width: 961px; height: 34px; margin-left: 32px; background: url("../images/Event/contentFoot.png"); }
.tableData { width: 919px; margin-top: 10px; }
.tableData table { width: 95%; margin-left: 25px; text-align: center; }
.tableData table thead th { height: 45px; background: #da251d; color: #fceceb; font-size: 16px; }
.tableData table tbody td { border: 1px solid #da261e; font-size: 14px; height: 29px; }
.explain { width: 919px; height: 112px; background: url("../images/Event/explain.png"); margin-top: 15px; }
.rule { width: 919px; height: 535px; background: url("../images/Event/ruleAll.png"); margin-top: 35px; }