﻿@charset "utf-8";
/*全局定义*/
body { font-size:12px; text-align:center; font-family:"微软雅黑", "Arial Narrow";  background:url(images/hzlx_01.png) no-repeat center top; }
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; }
h1, h2, h3, h4, h5, h6 { font-size:12px; }
input, select { font-size:12px; }
img { border:0; }
ol, ul, li { list-style-type:none; }
html { overflow:-moz-scrollbars-vertical; }/*firefox强制显示滚动条*/
p { text-indent: 2em; }
em { font-style: normal; }
/*全局链接*/
a { color:#2b2b2b; text-decoration:none; }
a:hover { color:#ff4400; }
.hand { cursor:pointer; }
/*hack*/
.word { word-break:break-all; }/*英文强制换行*/
.widthfix { white-space:nowrap; text-overflow:ellipsis; overflow: hidden; }/*超出宽度的部分显示为...*
/*边框*/
.border01 { border:1px solid #c5e4ff; }
.input_border01 { border:1px solid #0f97ed; }
.input_bg { border:1px solid #b3b3b3; background:url(images/inputbg.gif) repeat-x left top; height:18px; }

.top { width:100%; height:510px; margin:0 auto; display:block;}
.lb{ width:1290px; height:auto; display:block; margin:0 auto;}
