@charset "utf-8";
/* CSS Document */
body{ padding:0px; margin:0px; background:url(img/bg1.jpg) center repeat-y; font-size:13px; font-family:"宋体"}
img{ border:none}
ul{ padding:0px; margin:0px;list-style:none;}
li{ padding:0px; margin:0px;}
.main{ background:url(img/mainBg1.jpg) center top no-repeat;}
.top{ height:273px; width:942px; margin:0px auto;}
.loginPart{ height:45px; margin:0px auto; width:942px; color:#fff; font-weight:bold; text-align:right}
	.loginPart a{ color:#fff; font-weight:bold; text-decoration:none}
.content{ width:942px; margin:0px auto; padding-top:14px;}
	.content ul{ padding:0px; margin:20px;}
	.content ul li{ padding:0px; margin:35px 0px;}

.bottom{ height:10px;}
.little{ font-size:8px}
.clearFloat{ clear:both;}
.bottomBg{ background:url(img/bottomBg1.jpg) center top no-repeat; height:123px;}


/*登录*/
.bgLayer{
	position:absolute; top:0px; left:0px; background:#000; display:none; width:100%; height:100%;
	_filter:alpha(opacity=50);
	_-moz-opacity:0.5;
}
html>body #userLogin { 
	background:url(../images/login.png) no-repeat; 
	_filter:alpha(opacity=90);
}

#userLogin{
	margin-top:-1189px;
	position:absolute;
	left:35%;
	height:359px; 
	width:369px; 
	text-align:center;
	display:none;
}

* #userLogin{
	background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login.png', sizingMethod='crop'); 
}

.login{ width: 369px; position:absolute; left:39%; margin-top:-1106px;display:none;}
.login table td { line-height:25px;color:#cfe8ff;}
.loginfo{ color:#93caee;}
.inputText{ width:150px; background-color:#93caee;margin:0px; border:0px; }
