*{
    font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}
@font-face {
    font-family: font01;
    src: url(../font/DATA-font01.TTF);
}

body,html{
    height:100%;
    overflow:hidden;
}
body{
  background-image: url("../images/timg.jpg");
    background-size:100% 100% ;
}
a{
    color:#2e619a;
    text-decoration:none;
    cursor:pointer;
}
.loginCon{
	width: 1010px;
	margin: 0px auto;
}
.login-PageTop {
	height: 85px;
	overflow: hidden;
	padding-left: 10%;
	padding-top: 24px;
}

.login-PageCon {
	height: 500px;
	width: 100%;
	background: #886cf9;
	background: -moz-linear-gradient(left, #886cf9 0%, #b5688c 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #886cf9), color-stop(100%, #b5688c));
	background: -webkit-linear-gradient(left, #886cf9 0%, #b5688c 100%);
	background: -o-linear-gradient(left, #886cf9 0%, #b5688c 100%);
	background: -ms-linear-gradient(left, #886cf9 0%, #b5688c 100%);
	background: linear-gradient(126deg, #886cf9 0%, #b5688c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886cf9', endColorstr='#b5688c', GradientType=0);
	overflow: hidden;
}
:root .login-PageCon{filter:none;}
.login-PageCon .bannerBg{
	height: 500px;
	margin: 0px auto;
	background: url(../images/loginbannerBg.png) no-repeat center;
}
.login-PageCon  .leftPar{
	float: left;
	height: 360px;
	width: 100%;
	/*width: calc(100% - 400px);*/
	padding-right: 400px;
	margin-top:90px;
}
.login-PageCon  .leftPar img{
	width: 100%;
}
.login-PageCon  .rightPar{
	float: right;
	height: 300px;
	width: 340px;
	background: #FFFFFF;
	margin-top: -380px;
	margin-right: 20px;
	padding: 24px;
	border-radius: 5px;
	overflow: hidden;
	position:relative
    z-index:100;
    behavior:"url(PIE.htc)" ;
}
.login-PageCon  .rightPar .title{
	color: #333333;
	font-size: 18px;
	margin-bottom: 20px;
}
.login-PageCon  .rightPar .inp,.login-PageCon  .rightPar .inp1,.login-PageCon  .rightPar .inp2{
	width: 100%;
	height: 42px;
	border-radius: 5px;
	border: 1px solid #e5e6e7;
	margin: 0px auto;
	margin-bottom: 25px;
	position:relative
    z-index:100;
    behavior:"url(PIE.htc)" ;
}
.login-PageCon  .rightPar .inp1 input,.login-PageCon  .rightPar .inp2 input{
	height: 42px;
	border: none;
	background: none;
	padding-left: 35px;
	line-height: 42px;
}
.login-PageCon  .rightPar .inp1 input{
	background: url(../images/icon-zanghu.png) no-repeat 10px;
}
.login-PageCon  .rightPar .inp2 input{
	background: url(../images/icon-mima.png) no-repeat 10px;
}
.login-PageCon  .rightPar .inp{
	border: none;
}
.login-PageCon  .rightPar .inp input[type=submit]{
	background: #ffa012;
	border-radius: 5px;
	color: #FFFFFF;
	border: none;
	position:relative
    z-index:100;
    behavior:"url(PIE.htc)" ;
}
.login-PageFoot{
	
}
.login-PageFoot .lineA,.login-PageFoot .lineB{
	text-align: center;
}
.login-PageFoot .lineA{
	height: 110px;
	line-height: 110px;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	color: #666666;
	/*font-style:italic;*/
	font-style: oblique;
	font-size: 24px;
}
.login-PageFoot .lineB{
	line-height: 60px;
	width: 100%;
	color: #666666;
	font-size: 12px;
}


.div_top {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 100px auto 0 auto;
	text-shadow: 3px 3px 3px #000;
}

.login {
	margin: 20px auto 0 auto;
	min-height: 420px;
	max-width: 420px;
	padding: 40px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	/* overflow-x: hidden; */
	box-sizing: border-box;
	box-shadow: 3px 3px 5px #000;
}

a.logo {
	display: block;
	height: 58px;
	width: 167px;
	margin: 0 auto 30px auto;
	background-size: 167px 42px;
}

.message {
	margin: 10px 0 0 -58px;
	padding: 18px 10px 18px 60px;
	background: #2a83cf;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#darkbannerwrap {
	width: 18px;
	height: 10px;
	margin: 0 0 20px -58px;
	position: relative;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email],
select {
	border: 1px solid #DCDEE0;
	vertical-align: middle;
	border-radius: 3px;
	height: 50px;
	padding: 0px 16px;
	font-size: 14px;
	color: #555555;
	outline: none;
	width: 100%;
}

input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus {
	border: 1px solid #27A9E3;
}

input[type=submit],
input[type=button] {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 24px;
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	color: #ffffff;
	background-color: #2a83cf;
	border-radius: 3px;
	border: none;
	-webkit-appearance: none;
	outline: none;
	width: 100%;
	letter-spacing: 15px;
}

hr.hr15 {
	height: 15px;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

hr.hr20 {
	height: 20px;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #2e619a;
}

.copyright {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
	display: block;
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	text-shadow: 5px 5px 5px #000;
}