﻿@charset "utf-8";
/* CSS Document */
html{ }
* {vertical-align: baseline; font-weight: inherit; font-family: inherit; font-style: inherit; font-size: 100%; outline: 0; padding: 0; margin: 0; border: 0; }
body { font-family:'', System, Arial; font-size:12px; margin:0 auto;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img { padding: 0; margin: 0; }
address, caption, cite, code, dfn, em, th, var { font-weight: normal; font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
table { border-collapse:collapse; border-spacing:0; }
caption, th { text-align: left; }
fieldset, img { border: 0; }
ol, ul { list-style: none; }
.clear{ clear:both;}
.fr{ float:right;}
.fl{ float:left;}
a{ text-decoration:none; color:#000;}
.undis{ display:none;}

/*页面footer接部分的css*/
#containerFooter{ width:100%; height:130px; background:#f9f9f9;}
.footerOuter{ width:100%; height:126px; border-top:2px solid #efefef; margin-top:10px;}
.footerInner{ width:100%; height:104px; border-top:1px solid #e1e0e0; text-align:center; padding-top:20px;}
.footerInner p{ line-height:26px; font-size:14px; color:#999999;}