* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

.clearFix {
	clear: both;
}

.w1200 {
	max-width: 1200px;
	margin: auto;
}

.telBox {
	float: right;
	margin-top: 20px;
}

.telBox h4 {
	margin-top: 20px;
	font-family: arial;
	font-size: 20px;
	color: #f87249;
	padding-left: 38px;
	font-weight: normal;
	background: url(../images/login/telico.png) left center no-repeat;
}

.lbody {
	position: relative;
	width: 100%;
	background: url(../images/login/loginBg.jpg) center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	min-height: 500px;
	min-width: 1010px;
	overflow: hidden;
}

.logBox {
	position: absolute;
	width: 1250px;
	height: 447px;
	left: 50%;
	top: 50%;
	margin-left: -555px;
	margin-top: -280px;
}

.logBox .loleft {
	width: 430px;
	height: 454px;
	background: url(../images/login/logleft.png);
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -180px;
	/*margin-top: 20px;*/
	animation: lolmove .9s cubic-bezier(0, 0, 0.11, 0.98);
}

@keyframes lolmove {
	from {
		transform: translateY(100px);
		opacity: 0;
	}

	to {
		transform: translateY(0px);
		opacity:1;
	}
}

.logBox .loright {
	width: 460px;
	height: 443px;
	position: absolute;
	top: 50%;
	margin-top: -180px;
	right: 16.35%;
	/*background-image: url(../images/login/logright.png);*/
	animation: lormove .9s cubic-bezier(0, 0, 0.11, 0.98);
	background-color: white;

}

@keyframes lormove {
	from {
		transform: translateY(-100px);
		opacity:  0;
	}

	to {
		transform: translateY(0px);
		opacity: 1;
	}
}

.loright h1 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	margin-top: 60px;
}

.loright form {
	width: 280px;
	margin: 40px auto 0 auto;
}

.loright form input {
	/* width:auto; */
}

.loInput {
	border: #e5e5e5 1px solid;
}

.loInput input {
	float: right;
	border: none;
	width: 256px;
}

.loInput label {
	float: left;
	width: 40px !important;
	border-width: 0 !important;
}

.lo-user label {
	background: url(../images/login/user.png) right center no-repeat #FFFFFF !important;
}

.lo-pass label {
	background: url(../images/login/pass.png) right center no-repeat #FFFFFF !important;
}

.lo-vali label {
	background: url(../images/login/vc.png) right center no-repeat #FFFFFF !important;
}

/*.lo-vali input {*/
/*	width: 160px;*/
/*	!*border: #e5e5e5 1px solid;*!*/
/*	float: left;*/
/*}*/

/*.lo-vali input:focus{*/
/*	border: #e5e5e5 1px solid !important;*/
/*}*/

.lo-vali img {
	width: 93px;
	height: 38px;
	float: left;
	display: block;
	margin-left: 20px;
}

.lo-vali a {
	line-height: 38px;
	float: right;
	color: #caced0;
	margin-right: 5px;
}

.lo-vali a:hover {
	color: #19aaf0;
}

.lo-btn {
	width: 100%;
	border-radius: 19px;
	background: linear-gradient(to right, #3e87eb, #06c8f3);
	margin-top: 15px;
}

.lo-btn:hover {
	opacity: 1;
	box-shadow: rgba(11, 43, 163, 0.2) 1px 4px 10px 4px;
;
}

@media (max-width: 768px) {
	.telBox{
		margin-top:0;
		width:142px;
		float: none;
		clear:both;
		margin:12px auto 0 auto;
	}
	.telBox h4{
		margin-top:0;
		font-size:16px;
		background-size:16%;
		padding-left:28px;
	}
	.lbody{
		min-width:0;
		min-height: 310px;
	}
	.logBox {
        position: absolute;
        width: 1300px;
        height: 447px;
        left: 50%;
        top: 50%;
        margin-left: -600px;
        margin-top: -335px;
	}
	.loleft{
		display:none;
	}
	.logBox .loright{
		margin-left:0;
		width:320px;
		height: 310px;
		background-size:100%;
		position: absolute;
		top: 50%;
		margin-top: -230px;
		right: 18.35%;
	}
	.loright h1{
		margin-top:20px;
	}
	.loright form{
		width:240px;
		margin:10px auto auto auto;
	}
	.loright form input{
		line-height:30px;
		height:30px;
	}
	.loright .layui-input-block{
		min-height:30px;
	}
	.loright .layui-form-label{
		display:none;
	}
	.lo-vali img{
		width:74px;
		height:30px;
		margin-left:10px;
	}
	.lo-vali input{
		width:100px;
	}
	.lo-vali a{
		line-height:30px;
	}
}