@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; margin: 0; padding: 0; vertical-align: middle; font-size: 100%; -webkit-text-size-adjust: none; }
body { line-height: 1; text-align:left; }
table { border-collapse: collapse; border-spacing: 0; }
object, :focus { outline: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section /* HTML 5 */ { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a img { border: none; }
input,button,textarea,select,optgroup,option{ font-size: 100%; font: inherit; }
ul,li{ list-style:none;}

a:hover{ text-decoration:underline}
.arial{ font-family:Arial;}
body { font-family:"微软雅黑"; font-size:12px; color:#555656}
input { color:#555656; font-family:"微软雅黑"; font-size:12px; }

/***************************{Common CSS Class}*****************************/
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }
.lc { margin: 0 auto; }
.fl, .il .fl { float: left; }
.fr, .il .fr { float: right; }
.fc, .il .fc { float: none; clear: both; }
.clear { clear:both; height:0px; font-size:0px; overflow:hidden}
.hide{ display:none;}



/*footer*/
.footer { width:100%; height:auto; background:#e8e8e8;overflow:hidden}
.footer_nav { padding-left:70px; margin:50px auto 0 auto; width:1366px; height:auto; overflow:hidden }
.footer_nav dl { float:left; padding-left:20px; width:128px; height:220px; border-right:1px solid #FFF; line-height:22px}
.footer_nav dt {margin-bottom:26px; font-size:14px;  width:150px; line-height:14px; }
.footer_nav dl.last { border:none;/*margin-top: 30px;*/}

.footer_b { margin:24px auto 0 auto; padding-top:38px; width:960px; height:22px; background:url(../images/footer_b.png) no-repeat center top;}
.footer_logo { margin:-4px 15px 0 0}
.copyright { color:#d6000f;}
.copyright a { color:#d6000f;}




