*{
	margin: 0; padding: 0;
	font-family: "宋体", Arial, Verdana, "Lucida Grande", Helvetica, sans-serif;
	word-wrap:break-word; /*长单词是否换行*/
	outline:none; /*元素轮廓样式（与boder区别：不会增加额外的width或者height）*/
}


html { font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/ } 
@media screen and (min-width: 1441px) {
	html { font-size: 85%; } 
}

body { font-size: 1.2rem; color: #555; } 
input, textarea, select, button, span, label, ul, li, th, td, p {
	font-size: 1.2rem;
}

input {
	vertical-align:middle;
}
img {
	border:none;
	vertical-align:middle;
}
a {
	color:#2366A8;
	text-decoration: none;
}
a:hover {
	color:#2366A8;
	text-decoration:underline;
}
.main {
	width:74rem;
	background:#FFF;
	padding-bottom:10px;
	margin-top: 12rem;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main .title {
	width:60rem;
	height:5rem;
	margin:0px auto;
	background:url(../images/login_toptitle.jpg) -10px 0px no-repeat;
	text-indent:32.6rem;
	line-height:4.6rem;
	font-size:1.4rem;
	letter-spacing:2px;
	color:#F60;
	font-weight:bold;
}
.main .login {
	width:70rem;
	margin:2.0rem auto 0px;
	overflow:hidden;
}
.main .login .inputbox {
	width:33rem;
	float:right;
	background-image: url(../images/login_input_hr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2.0rem;
}
.main .login .inputbox dl {
	height:2.8rem;
	clear:both;
}
.main .login .inputbox dl dt {
	float:left;
	width:8.0rem;
	height:2.5rem;
	line-height:2.5rem;
	text-align:right;
	padding-right: 5px;
	font-family: 黑体;
}
.main .login .inputbox dl dd {
	width:16rem;
	float:left;
	padding-top:1px;
}
.main .login .inputbox dl dd input {
	font-size:1.2rem;
	border:1px solid #dcdcdc;
	background:url(../images/login_input_bg.gif) left top no-repeat;
	height: 1.8rem;
	line-height: 1.8rem;
	padding-right: 2px;
	padding-left: 2px;
}
.main .login .inputbox dl .input {
	width:8rem;
	height:3.4rem;
	background:url(../images/login_submit.gif) no-repeat;
	border:none;
	cursor:pointer;
}
.main .login .butbox {
	float:left;
	width:35rem;
}
.main .login .butbox dl {
}
.main .login .butbox dl dt {
	height:6.5rem;
	padding-top:5px;
	/*background-image: url(../images/logo_b.jpg);*/
	/*background-repeat: no-repeat;*/
}
.main .login .butbox dl dt span {
	font-family: 黑体;
    color: rgb(63, 63, 63);
    font-weight: 800;
}
.main .login .butbox dl dd {
	height:3.2rem;
	padding:0.3rem;
	font-family: 黑体;
}

.main .msg {
	clear:both;
	line-height:2.0rem;
	border:1px solid #DCDCDC;
	color:#888;
	margin-left: 5.5rem;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	width: 13rem;
	margin-bottom: 3px;
}
.copyright {
	width:64rem;
	text-align:center;
	font-size:1.2rem;
	color:#555;
	font-family: Arial;
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: auto;
}
.copyright a {
	color:#2366a8;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration: underline;
}

