
/* 全局样式 */
body, p, div, ul, ol, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, form, input, select, label, table, tr, td, th, thead, tbody, tfoot
{
    margin: 0px;
    padding: 0px;
    border: 0;
}
ul, ol
{
    list-style: none;
}
body
{
    font-size: 12px;
    font-family: Tahoma,Geneva,sans-serif;
    background-position: top;
}
table
{
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    text-align: left;
}
a
{
    text-decoration: none;
}
input, select
{
    height: 25px;
    line-height: 22px;
    padding-left: 3px;
}
textarea
{
    font-size: 12px;
    font-family: Tahoma,Geneva,sans-serif;
}
.hide
{
    display: none;
}
.show
{
    display: block;
}

/*清除浮动*/
.clearfix
{
    clear: both;
}

/*浮动对象*/
.left
{
    float: left;
    display: inline;
}
.right
{
    float: right;
    display: inline;
}
/*布局*/
#header
{
    width: 1042px;
	height: 81px;
}
#navi
{
    width: 1040px;
	height: 39px;
	line-height: 39px;
	text-align: right;
}
#main
{
	width: 1042px;
	height: 625px
}
#titleList
{
	width:460px;
	height:160px;
	margin-top:84px;
	margin-left:230px;
}
#subject
{
	width:760px;
	height:148px;
	margin-top:20px;
	margin-left:170px;
	position:relative;
}
.option
{
	width:136px;
	height:148px;
	margin-left:32px;
	border:1px solid #C5D0C8;
	background-color:#FFF;
	text-align:center;
	padding:0px;
	vertical-align:bottom;
	line-height:232px;
}

#footer
{
	width: 1042px;
	height: 98px;
}
.bottomInfo {
    float:left;
    width:862px
}
.bottomQR {
    float:left;
    width:180px;
    height:100px;
}
.wxQR {
height: 180px;
width: 180px;
display: none;
position: absolute;
z-index: 5;
border: 1px solid #ececec;
background: url(../images/wxqrcode.jpg) no-repeat center center;
background-color: #fff;
}
#about
{
	width: 100%;
	height: 49px;
	line-height: 49px;
	text-align: left;
}
#message
{
	width: 100%;
	height: 49px;
	line-height: 36px;
	text-align: center;
}
.wrapper {
    width:1042px;
    margin:0 auto 0 auto;
}

#sysmenu {
    float:right;

}

#m1 {
    margin-right:40px;
}

.loginBox {
top: 26px;
height: 180px;
width: 239px;
display: none;
position: absolute;
z-index: 2;
background-color: #fff;
-moz-box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 3px #555;
box-shadow: 0 0 3px #555;
border: 1px solid #C0C0C0;
}
