@charset "utf-8";
body {
	font-family: "宋体", Arial;
	font-size: 12px;
	line-height: 24px;
}
.navlist ul li {
	font-family: "微软雅黑", "黑体", "宋体";
}
.classtitle {
	background-image: url(../images/ico1.png);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	height: auto;
	width: 170px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 38px;
	color: #F00;
	margin-right: auto;
	margin-left: auto;
	font-family: "微软雅黑", "黑体", "宋体";
}
.location dl dt {
	background-color: #C00;
	background-image: url(../images/titleleft.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "微软雅黑", "黑体", "宋体";
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	float: left;
	height: 40px;
	width: 180px;
}
.subnav ul li {
	font-family: "宋体", "仿宋";
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a6a6a6;
	color: #333;
	padding-left: 10px;
}
/**登入**/
.LoginWrapper {
	clear: both;
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20%;
}
.LoginTop {
	background-image: url(../images/bs_LoginTopBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 45px;
	width: auto;
}
.LoginTopTitle {
	height: auto;
	width: 50%;
	float: left;
}
.LoginTopCornerR {
	float: right;
	height: auto;
	width: 50%;
	text-align: right;
}
.LoginBottom {
	clear: both;
	float: none;
	height: 155px;
	width: auto;
	background-image: url(../images/bs_LoginBottomBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.ClearFloat {
	clear: both;
	width: auto;
	float: none;
	height: auto;
}
.LoginBar {
	float: left;
	height: 155px;
	width: 70%;
	background-image: url(../images/bs_LoginBottom_L.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.LoginIco {
	float: right;
	height: 155px;
	width: 30%;
	background-image: url(../images/bs_LoginBottomCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
}
.LoginInputText {
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	width: 150px;
	border: 1px solid #117eb7;
	margin: 0px;
	padding: 0px;
}
.LoginTable td {
	color: #FFFFFF;
}
.LoginShadow {
	background-image: url(../images/bs_LoginShadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	height: 50px;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.LoginShadowL {
	float: left;
}
.LoginShadowR {
	float: right;
}
/**登录结束**/
