﻿*{
	padding:0;
	margin:0;
}
html,body{
	background:url(../images/login-html-BG.jpg) repeat-x 0 0 #046da2;
	font-family:Verdana,"\5FAE\8F6F\96C5\9ED1";
	color:#858585;
	font-size: 12px;
}
.w{
	width:1000px;
	margin:0 auto;
}
#header{
	height:80px;
	padding-top:50px;
	color:#fff;
	background:url(../images/login-top-bg.png) no-repeat center center;
}
#footer{
	padding:10px 0;
	color:#fff;
	text-align:center;
}
#container{
	overflow:hidden;
	margin-bottom:50px;
}
#content{
    float: left;
}

.tit-CHS{
	font-weight: bold;	
}
.tit-ENG{
	font-style:italic;	
}

.sys-tit{
	float:left;
}
.sys-tit .tit-CHS{
	font-size:26px;
}
.sys-tit .tit-ENG{
	font-size:14px;
}
.sys-logo{
	float:right;
	height:55px;
	width:300px;
	text-indent:-9999px;
	background:url(../images/jdl-logo.png) 0 0 no-repeat;
}











