@charset "utf-8";
/* CSS Document */
* {
	font-size: 12px;
	font-family: "宋体";
	margin: 0;
	padding: 0;
	color: #616161;
}

body, div, h1, h2, h3, h4, h5, h6, form, input, textarea, p, select,
	option {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: top;
}

textarea {
	resize: none;
	overflow: auto
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a, area {
	blr: expression(this.onFocus = this.blur ())
} /* for IE */
a {
	text-decoration: none;
}

a {
	outline: none;
}

a:active {
	star: expression(this.onFocus = this.blur ());
}

:focus {
	-moz-outline-style: none;
}

/* for Firefox */

.mainBg {
	width: 1000px;
	margin: 5% auto;
}

.logo {
	width: 100%;
	height: 104px;
	margin-bottom: 2%;
}

.LoginBg {
	width: 100%;
	height: 420px;
	background: #fff;
	border: 5px solid #82b5d6;
	margin-bottom: 30px;
}

.leftPic {
	float: left;
	width: 590px;
	height: 100%;
}

.loginRight {
	float: right;
	width: 340px;
	height: 390px;
	margin-right: 30px;
}

.logo1 {
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
}

.login2 {
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #cbcccd;
	margin-bottom: 30px;
}

.login2 label {
	display: block;
	position: relative;
	margin: 0 4%;
	height: 60px;
	border-bottom: 1px solid #cbcccd;
}

.login2 label:last-child {
	border-bottom: none;
}

.login2 label span {
	position: absolute;
	left: 10px;
	top: 20px;
}

.login2 label input {
	border: 0;
	position: absolute;
	left: 40px;
	top: 8px;
	height: 40px;
	font: 14px/40px "微软雅黑";
}

.loginBtn a {
	display: block;
	height: 50px;
	background: #18c3a9;
	border-radius: 6px;
	text-align: center;
	font: 18px/50px "微软雅黑";
	color: #fff;
}

.footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 24px;
	color: #fff;
	cursor: pointer;
}




/**
*手机登录样式
**/

.mainBg1 {
	width: 350px;
	margin: 5% auto;
	text-align : center;
}



.LoginBg1 {
	text-align : center;
	background: #fff;
}

.logoImg {
	width: 340px;
	width: 200px;
}

.loginForm {
	display : inline-block;
	width: 340px;
	height: 400px;
}