﻿@charset "UTF-8";
html {
	width: 100%;
	height: 100%;
	min-height: 620px;
	min-width: 1344px;
	font-family: "微软雅黑";
}
input,button{
	font-family: "微软雅黑";
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	
	font-weight: normal;
}
html, body, h6 ,p, h1{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
}
img {
	border: 0;
}
.header {
	height: 110px;
	z-index: 10;
	position: relative;
}
.header img{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.header h1{
	color: #005db5;
	line-height: 100px;
	text-indent: 20px;
	font-size: 36px;
	float:left;
}

.main-box{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 110px;
	padding-bottom: 70px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.main{
	width: 100%;
	/* height: 100%; */
	position: relative;
	flex: 1;
	max-height: 558px;
	margin-bottom: 20px;
}
.main .bg{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	background-image: url(../image/bg-xiaonei.png);
	background-repeat: repeat-x;
	background-size: 100% 100%;
}


.text{
	position: absolute;
	top: 0;
	bottom: 0;	
	left: 15%;
	margin: auto;
	height: 270px;
	color: #fff;
	text-shadow: 4px 6px 0px #0C4B89;
	font-size: 56px;
	font-weight: bold;
}
.main .form-box{
	position: absolute;
	
	right: 5%;
	margin: auto;
	height: 470px;
	top:18%;
}
.main h1 {
	position: absolute;
	top: -559px;
	bottom: -150px;
	right: 8%;
	margin: auto;
	height: 40px;
	font-size: 36px;
	color: #FFF;
	width: 450px;
	text-align: center;
	letter-spacing: 0.2em;
}
.main .form-box2{
	box-shadow: 0 0 22px 2px #fff;
	position: relative;
	width: 478px;
	height: 201px;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-left: 23px;
	overflow:  hidden;
	font-size: 22px;
	text-align: center;
}
.main .form-box2 p{
	margin-top: 143px;
}
.main .form-box2 .type1{
	color: #fff;
	background: #005db5 url(../image/user2.png) center 58px no-repeat;
	float: left;
	height: 100%;
	width: 50%;
	cursor: pointer;
}
.main .form-box2 .type1:hover{
	color: #B5DAFF;
	background: #005db5 url(../image/user2-hover.png) center 58px no-repeat;
}
.main .form-box2 .type2{
	color: #005db5;
	background: #fff url(../image/usr1.png) center 58px no-repeat;
	float: left;
	height: 100%;
	width: 50%;
	cursor: pointer;
}
.main .form-box2 .type2:hover{
	background: #fff url(../image/usr1-hover.png) center 58px no-repeat;
}
.main .form-box2 .circle{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -54px;
	display: block;
	border: 25px solid #fff;
	margin-left: -54px;
	color: #fff;
	background: #005db5;
	border-radius: 50%;
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 52px;
}
.main .form-box2 .circle:first-letter{
	font-size: 28px;
}
.main .form-box1{
	width: 537px;
	padding-bottom: 1px;
	background: url(../image/touying.png) bottom no-repeat;
	display: none;
}
.main form{
	width: 350px;
	height: 340px;
	margin: auto;
	padding: 70px 50px 0;
	background: #fff;
	border-radius: 4px;
	position: relative;
}
.main form .return{
	color: #005db5;
	background: url(../image/back.png) left no-repeat;
	position: absolute;
	top: 18px;
	right: 46px;
	text-indent: 36px;
	line-height: 32px;
}
.main form .return:hover{
	text-decoration: underline;
	cursor: pointer;
}
.main form input{
	border: 2px solid #EEEEEE;
	margin-bottom: 22px;
	border-radius: 4px;
	width: 348px;
	height: 47px;
	line-height: 47px;
	outline: none;
	padding: 0;
	font-size: 18px;
	text-indent: 50px;
}
.main form input:focus{
	border: 2px solid #85B4EA;
}
.form-box1 .user{
	background: url(../image/USER1.png) 15px center no-repeat;
}
.form-box1 .user:focus{
	background: url(../image/USER.png) 15px center no-repeat;
}
.form-box1 .password{
	background: url(../image/password1.png) 15px center no-repeat;
}
.form-box1 .password:focus{
	background: url(../image/password.png) 15px center no-repeat;
}
.main .form-box1 .yanzheng{	
	overflow: hidden;
}
.main .form-box1 .yanzheng input{
	float: left;
	width: 182px;
	text-indent: 15px;
}
.main .form-box1 .yanzheng img{
	border: 2px solid #EEEEEE;
	float: right;
	width: 143px;
	height: 47px;
	border-radius: 4px;
}
.main .form-box1 button{
	color: #fff;
	background: #005db5;
	height: 50px;
	font-size: 24px;
	border: none;
	width: 100%;
	letter-spacing: 5px;
	text-indent: 5px;
	border-radius: 4px;
	cursor: pointer;
}
.tishi{
	color: #005db5;
	font-weight: bold;
	font-size: 14px;
	width: 700px;
	margin-left: 9.5%;
	height: auto;
}
.tishi h6{
	color: #FA0001;
	font-size: 16px;
}
.footer{
	color: #666666;
	text-align: center;
	line-height: 40px;
	bottom: 0;
	width: 100%;
	position: absolute;
	z-index: 10;
}

.header_date{float:right; padding:72px 3vw 0 0; color:#005db5; font-size:16px;}