* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "MICROSOFT YAHEI","΢���ź�";
	font-size: 14px;
	outline: 0;
	border: 0;
	/*�Ӵ���*/
	min-width:1200px;
	min-height:800px;
	position:relative;
}

html,body {
	height: 100%;
}

a {
	color: black;
	*cursor: pointer;
}

a:link {
	color:black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a:visited {
	color:black;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}
.redColor{
	color:red;
}
/*logo����*/
.jingwei_header {
	position: absolute;
	top: 20px;
	left:20px;
	z-index:5;

}
/*��������*/
.jingwei_box {
	
	height:100%;
	position:relative;
	background-image:url(../images/hd/jingweiBg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/hd/jingweiBg.png',sizingMethod='scale');
	background-repeat: no-repeat;
	background-size:100% 106%;
	background-position: center;
	z-index: 2;
}
/*��¼����*/
.jingwei_table {
	position: absolute;
	top:32%;
	right:26%;
	/*width:376px;*/
	height:auto;
	text-align: center;
	background-image: url(../images/hd/loginbg.png);
	background-size: 100% 100% !important;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	border-spacing:0;
	z-index: 2;
}
.hd_tit {
	height:81px;
	font-size:20px;
	display:block;
	letter-spacing:1.8px;
	border-bottom:solid 1px #ddd;
	width:360px;
	margin:0px auto;
	margin-bottom:35px;
}
.inline_title{
	height:80px;
	line-height: 120px;
	display: inline-block;
	margin-bottom:-2px;
	border-bottom:solid 3px #0070AD;
	padding:0px 13px;
}
.row{
	clear:both;
	overflow:hidden;
	margin-top:20px;
	padding-left:40px;
}
.text_row{
	text-align: left;
	padding-left:40px;
	height:40px;
	line-height: 40px;
}
input[type=text],input[type=password]{
	width: 270px;
	height: 42px;
	line-height: 42px\9;
	background-color:#EBEBEA;
	border-style: none;
	text-indent:10px;
	font-family: "MICROSOFT YAHEI","΢���ź�";
	float:left;
	z-index:2;
	outline:none;
	box-sizing:border-box;
}
input[type=text],input[type=password]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #EBEBEA inset;
}
.sign{
	width:28px;
	height:42px;
	float:left;
	z-index:9;
	background-color:#EBEBEA;
	display:inline-block;
	background-repeat: no-repeat;
	background-position:70% 50%;
}
.inuser {
	background-image: url(../images/hd/user.png);
}
.inpass {
	background-image: url(../images/hd/lock.png);
}
.btn {
	display: inline-block;
	width:300px;
	height:50px;
	line-height:50px;
	background-color:#27A9F2;
	color: white;
	cursor: pointer;
}
.btn:hover {
	background-color:#1BA6F1;
}

/*β������*/
.jingwei_footer {
	height:45px;
	line-height: 45px;
	text-align:left;
	background-color:#04263c;
	color: #616161;
	font-size:12px;
	font-weight:700;
	padding: 0px;
	display: table;
	width:100%;
	position:absolute;
	bottom:0px;
	z-index: 3;
}
.pos_footer{
	width:100%;
	display: table-cell;
	vertical-align: middle;
}
.jingwei_footer p{
	padding:0px 2%;
	color: #fff;
	opacity:.85;
	filter:alpha(opacity=85);
}

.logoBox{
	overflow:hidden!important;

 }
.logoBox .logoBoxLeft{
	width:107px;
	float:left
}
.logoBox .logoBoxRight{
	float:left
}
.logoBox .logoText{
	font-family:'SimHei';font-size:26px;color:#fff;display:block;margin-top:10px;
}
.logoBox .logoSmallText{
	font-family:'SimSun';color:#fff;display:inline-block;margin-top:5px;
}

button{
	width:100%;
	height:100%;
	border:none;
	outline:none;
	background-color:#27A9F2;
	color:#fff;
	font-family: "MICROSOFT YAHEI","΢���ź�";
	cursor:pointer;
}
