.header{
	width: 100%;
    min-width: 1200px;
	height: 70px;
	background-color: #fff;
	border-bottom: 1px solid #f3f3f3;
	line-height: 70px;
}
.blurbg{
	background-color: #5f77c9;
}
.bg-top{
	width: 100%;
    min-width: 1200px;
	height: 540px;
	position: relative;
	background-color: #fff;
}
.loginbg{
	position: absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin: auto;
}
.login-read{
    width: 60%;	
	padding: 30px;
	overflow: hidden;
	background-color: #f9f9f9;
	border-radius: 5px;	
	display: none;
	position: absolute;
	top:100px;
	left:0;
	right:0;	
	margin: auto;
	border-top: 12px solid #5e77c9;	
}
.login-read h4{
	color: #5e77c9;
	text-align: center;
	padding: 20px 0;
}
.login-read p{
	color: #555555;
	font-size: 12px;
}
.read-back{
	padding:10px 40px;
	border-radius: 5px;
	background-color: #5e77c9;
	color: #fff;
	margin-top:20px;
	cursor: pointer;
}
.read-back:hover{
	box-shadow: 0 15px 5px -10px rgba(0, 0, 0, 0.1);
	/*transform: translateY(5px);
	transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	-webkit-transform: translateY(5px);*/
	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.login-con{
	width: 40%;	
	padding: 30px;
	overflow: hidden;
	background-color: #f9f9f9;
	border-radius: 5px;
	position: absolute;
	top:100px;
	left:0;
	right:0;	
	margin: auto;
	border-top: 12px solid #5e77c9;
	margin-bottom: 30px;
}
.login-con-top{
	width: 100%;
	height: 12px;
	background-color: #5e77c9;
}
.login-con-l{
	width: 22%;	
	border-right: 1px solid #e9e9e9;
}
.login-con-l img{
	width: 100%;
}
.login-con-r{
	width: 70%;	
	margin-right: 1.4%;
}
.finish{
    width: 94%;
	padding-left: 4%
}
.login-con-title{
	font-size: 22px;
	color: #5e77c9;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 15px;
}
.check-auto{
	overflow:hidden;
	line-height: 16px;
}
.check-auto span{
	cursor: pointer;
}
.checkDiv{
    width:15px;
    height: 15px;
    position: relative;
    overflow:hidden;
    margin-right: 10px;
}
#reayCheck{
	width: 15px;
	height: 15px;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	z-index: 2;
    cursor: pointer;
}
#checkimg{
	position: absolute;
	top:0;
	left:0;
}
/*.height-88{
	height: 88px;
}*/
.height-88 span{
	color: red;
	float: left;
}
.login-name{
	color: #333;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 14px;
}
.login-input{
	width: 97%;
	padding-left: 3%;
	color: #555;
	height: 42px;
	margin-bottom: 3%;
	background-color: #eeeded;
}
.login-test-phone{
	width: 64%;
	padding-left: 3%;
	color: #555;
	height: 42px;
	margin-bottom: 3%;
	background-color: #eeeded;
	display: inline-block;
	cursor: pointer;
}
.login-send{
	width: 33%;
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	float: right;
	background-color: #5e77c9;
}
.login{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	display: block;
	background-color: #5e77c9;
	margin-top: 15px;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 10px;
}
.login:hover{
	box-shadow: 0 15px 5px -10px rgba(0, 0, 0, 0.1);
	/*transform: translateY(5px);
	transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	-webkit-transform: translateY(5px);*/
	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.go-register{
	text-align: center;
	font-size: 16px;
	margin: 40px 0;
}
.company-type{
	width: 100%;
	text-indent: 2em;
	color: #555;
	background-color: #eeeded;
	height: 42px;
	line-height: 42px;
	position: relative;
}
.downimg{	
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
.company-choice{
	width: 100%;
	background-color: #eeeded;
	overflow-y: auto;
	height: 42px;	
}
.company-choice option{
	height: 30px;
	line-height: 30px;
}

.company-choice li{
	width: 100%;
	line-height: 22px;
}
.company-choice li.active{
	background-color: #fff;
}
#testimg{
	width: 102px;
	height: 42px;
	float: right;
	cursor: pointer;
}
.getRegiter{
	width: 30%;
	background-color: #5e77c9;
	display: inline-block;
    color: #555;
    height: 42px;
    margin-bottom: 10px;
    color: #fff;    
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    float: right;
}
.getRegiter:hover{
	box-shadow: 0 15px 5px -10px rgba(0, 0, 0, 0.1);
	/*transform: translateY(5px);
	transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	-webkit-transform: translateY(5px);*/
	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;

}

/*about*/
.about-read,.linkus-read{
	width: 54%;
    padding: 3%;
    overflow: hidden;
    background-color: #f9f9f9;
    border-radius: 5px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 12px solid #5e77c9;
}
.about span{
	border: #5e77c9 3px solid;
    margin-right: 5px;
}
.about h3{
	border-bottom: 1px #ccc solid;
    line-height: 40px;
}
.about p{
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #666;
}
/*linkus*/
.linkus span{
	border: #5e77c9 3px solid;
    margin-right: 5px;
}
/*.linkus-read{
	width: 54%;
    padding: 3%;
    overflow: hidden;
    background-color: #f9f9f9;
    border-radius: 5px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 12px solid #5e77c9;
}*/
.linkus h3{
	border-bottom: 1px #ccc solid;
    line-height: 40px;
}
.linkus p{
	line-height: 30px;
	color: #666;
}
.linkuswy{
	float: left;
	margin-top: 20px; 
}
.linkus_z{
	float: left;
}
.linkus_l{
	float:left;
	margin-right: 100px;
}
.linkus_r{
	float: left;
}
.linkus_cen{
	margin-top: 20px;
	float: left;
}