/********登录页**********/

#login-header {
	height: 85px;
}

#login-header span {
	font-size: 36px;
	color: #182954;
	font-weight:bold;
	line-height: 89px;
}

#login-header img {
	margin-top: 22px;
	float: left;
	margin-right: 3px;
}

.login-wrap {
	width: 100%;
	position: relative;
}

.login-bg {
	background: url(../images/hzgyl.png) no-repeat center;
	background-color: #0e4f86;
	background-size: cover;
	height: 570px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#login-content-wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 600px;
	z-index: 9;
}

#login-content {
	position: absolute;
	top: 98px;
	right: 65px;
}

#login-content .content {
	width: 314px;
	height: 362px;
	background: #fff;
	overflow: hidden;
	padding: 0 33px;
	opacity: 0.95;
}

#login-content .header {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

#login-content .header h3 {
	color: #666;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin-top: 12px;
}

#login-content .header img {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

#login-content .header a {
	position: absolute;
	right: -15px;
	top: -5px;
}

#login-content .input {
	height: 42px;
	border: 1px solid #DADBDF;
	line-height: 43px;
	margin-top: 22px;
	position: relative;
}

#login-content .input img {
	margin: 13px 9px 9px 9px;
}

#login-content .input input {
	width: 275px;
	height: 41px;
	line-height: 41px;
	font-family: "微软雅黑";
	border: 0 none;
	outline: none;
	font-size: 14px;
	background-color: #FFFFFF;
}

#login-content .input .test {
	width: 175px;
	height: 41px;
	position: absolute;
	top: 1px;
}

#login-content #testCode {
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}

#login-content .psw {
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}

#testCode a img {
	margin: 0px !important;
}

#login-content .psw label {
	color: #999;
	position: relative;
}

#login-content .psw label input {
	position: absolute;
	top: 12px;
	left: 2px;
	*top: 8px;
}

#login-content .psw label span {
	padding-left: 22px;
	height: 35px;
	line-height: 35px;
	color: #333333;
}

.login-btn {
	overflow: hidden;
}

.login-btn input {
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.login-btn .login-btn-reset {
	background: #14d2ae;
}

.login-btn .login-btn-enter {
	background: #1C83D2;
	font-family: "微软雅黑";
}

.register {
	margin-top: 15px;
	clear: both;
}

.register a.reg {
	display: inline-block;
	color: #0091FF;
	/*float: left;*/
}

.register a.findpwd {
	display: inline-block;
	color: #FF4203;
	float: right;
}

.qrcode .header h3 {}

.qrcode .register .findpwd {
	color: #333333;
}

.qcode {
	height: 247px;
	margin-top: 15px;
}

.qcode img.qr {
	margin: 0px auto;
	display: block;
	padding-top: 35px;
}

.qcode div {
	width: 135px;
	margin: 0px auto;
	padding-top: 15px;
}

.hzapp {
	color: #FD5821;
	font-size: 15px;
}

.qcode div img {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}

.foot p {
	color: #A5A5A5;
	text-align: center;
	padding-top: 10px;
}

.suspension {
	position: absolute;
	right: 580px;
	top: 255px;
	width: 170px;
	height: 200px;
}

.suspension ul li {
	color: #FFF;
}

.suspen1 {
	width: 170px;
	height: 42px;
	position: absolute;
	left: 33px;
	top: -13px;
}

.suspen1 span {
	position: absolute;
	top: 0;
	left: 0;
	animation: mymove1 3s infinite;
	animation-direction:alternate;
	-webkit-animation: mymove1 3s infinite;
	-webkit-animation-direction:alternate;
/*	animation-delay:2s;
	-webkit-animation-delay:2s; */
}


.suspen2 span {
	position: absolute;
	top: 0;
	left: 0;
	word-break: keep-all;
	white-space: nowrap;
	animation: mymove2 3s infinite;
	animation-direction:alternate;
	-webkit-animation: mymove2 3s infinite;
	-webkit-animation-direction:alternate;
/*	animation-delay:3s;
	-webkit-animation-delay:3s; */
}


.suspen2 {
	width: 85px;
	height: 60px;
	position: absolute;
	left: 6px;
	top: 30px;
}

.suspen3 {
	width: 109px;
	height: 43px;
	position: absolute;
	left: 115px;
	top: 33px;
}

.suspen3 span {
	position: absolute;
	top: 0;
	left: 70px;
	word-break: keep-all;
	white-space: nowrap;
	animation: mymove3 3s infinite;
	animation-direction:alternate;
	-webkit-animation: mymove3 3s infinite;
	-webkit-animation-direction:alternate;
	
	/*Safari and Chrome*/
}

.suspen4 {
	width: 109px;
	height: 43px;
	position: absolute;
	left: -14px;
	top: 92px;
}

.suspen4 span {
	position: absolute;
	top: 0;
	left: 24px;
	word-break: keep-all;
	white-space: nowrap;
	animation: mymove4 3s infinite;
	animation-direction:alternate;
	-webkit-animation: mymove4 3s infinite;
	-webkit-animation-direction:alternate;
	/*animation-delay:4s;
	-webkit-animation-delay:4s; */
	/*Safari and Chrome*/
}

.suspen5{
	width: 109px;
	height: 43px;
	position: absolute;
	left: 115px;
	top: 78px;
}

.suspen5 span {
	position: absolute;
	top: 24px;
	left: 0px;
	word-break: keep-all;
	white-space: nowrap;
	animation: mymove5 3s infinite;
	animation-direction:alternate;
	-webkit-animation: mymove5 3s infinite;
	-webkit-animation-direction:alternate;
	/*animation-delay:5s;
	-webkit-animation-delay:5s; */
	/*Safari and Chrome*/
}

.suspen6{
	width: 109px;
	height: 43px;
	position: absolute;
	left: -49px;
	top: 137px;
}

.suspen6 span {
	position: absolute;
	top: 24px;
	left: 80px;
	word-break: keep-all;
	white-space: nowrap;
	animation: mymove6 3s infinite;
	animation-direction:alternate;
	-webkit-animation: mymove6 3s infinite;
	-webkit-animation-direction:alternate;
	/*animation-delay:6s;
	-webkit-animation-delay:6s; */
	/*Safari and Chrome*/
}

.suspen7{
	width: 109px;
	height: 43px;
	position: absolute;
	left: -2px;
	top: 183px;
}

.suspen7 span {
	position: absolute;
	top: 24px;
	left: 40px;
	word-break: keep-all;
	white-space: nowrap;
	animation: mymove7 3s infinite;
	animation-direction:alternate;
	-webkit-animation: mymove7 3s infinite;
	-webkit-animation-direction:alternate;
	/*animation-delay:7s;
	-webkit-animation-delay:7s; */
	/*Safari and Chrome*/
}

.suspen8{
	width: 152px;
	height: 43px;
	position: absolute;
	left: 109px;
	top: 140px;
}

.suspen8 span {
	position: absolute;
	top: 24px;
	left: 40px;
	word-break: keep-all;
	white-space: nowrap;
	animation: mymove 3s infinite;
	animation-direction:alternate;
	-webkit-animation: mymove 3s infinite;
	-webkit-animation-direction:alternate;
	/*animation-delay:2s;
	-webkit-animation-delay:2s; */
	/*Safari and Chrome*/
}

@keyframes mymove {
	/*from {
		transform: scale(1);
		opacity: 0.5;
	}
	to {
		transform: scale(1.5);
		opacity: 1;
	}*/
	0%   {opacity: 0.5;transform: scale(1);}
	100% {opacity: 1;transform: scale(1.5);}
}


@keyframes mymove1 {
	/*from {
		transform: scale(1);
		opacity: 0.5;
	}
	to {
		transform: scale(1.5);
		opacity: 1;
	}*/
	0%   {opacity: 0.5;transform: scale(1);}
	100% {opacity: 1;transform: scale(1.5);}
}

@keyframes mymove2 {
	/*from {
		transform: scale(1);
		opacity: 0.5;
	}
	to {
		transform: scale(1.5);
		opacity: 1;
	}*/
	25%   {opacity: 0.5;transform: scale(1);}
	100% {opacity: 1;transform: scale(1.5);}
}
@keyframes mymove3 {
	/*from {
		transform: scale(1);
		opacity: 0.5;
	}
	to {
		transform: scale(1.5);
		opacity: 1;
	}*/
	50%   {opacity: 0.5;transform: scale(1);}
	100% {opacity: 1;transform: scale(1.5);}
}
@keyframes mymove4 {
	/*from {
		transform: scale(1);
		opacity: 0.5;
	}
	to {
		transform: scale(1.5);
		opacity: 1;
	}*/
	75%   {opacity: 0.5;transform: scale(1);}
	100% {opacity: 1;transform: scale(1.5);}
}
@keyframes mymove5 {
	/*from {
		transform: scale(1);
		opacity: 0.5;
	}
	to {
		transform: scale(1.5);
		opacity: 1;
	}*/
	25%   {opacity: 0.5;transform: scale(1);}
	75% {opacity: 1;transform: scale(1.5);}
}
@keyframes mymove6 {
	/*from {
		transform: scale(1);
		opacity: 0.5;
	}
	to {
		transform: scale(1.5);
		opacity: 1;
	}*/
	0%   {opacity: 0.5;transform: scale(1);}
	50% {opacity: 1;transform: scale(1.5);}
}
@keyframes mymove7 {
	/*from {
		transform: scale(1);
		opacity: 0.5;
	}
	to {
		transform: scale(1.5);
		opacity: 1;
	}*/
	50%   {opacity: 0.5;transform: scale(1);}
	100% {opacity: 1;transform: scale(1.5);}
}

/*首页*/

html {
	/*overflow: hidden;*/
}

body {
	font-size: 14px;
	font-family: "微软雅黑", Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0
}
.main {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}