*{
	font-family: "微软雅黑";
}
.wrapper{
	width: 1349px;
	height: 100%;
}
.blue-bg{
	width: 1349px;
	/*height: 799px;*/
	background-color: #195999;
	border:1px solid rgba(0,0,0,0);
}
.white-bg{
	width: 988px;
	height: 570px;
	background-color: #fff;
	border-radius: 10px;
	margin: 150px auto;
}
.ul li{
	float: left;
}
.ul li:first-child{
	height: 263px;
	margin-top: 100px;
	border-right: 1px solid #8caccc;
}
.ul li:first-child img{
	display: inline-block;
	margin-left: 80px;
	margin-top: 36px;
	margin-right: 99px;
}
.login01{
	width: 350px;
	/*height: 300px;*/
	margin-left:120px;
	margin-top: 30px;
}
.login01 .tab-top{
	width: 350px;
}
.login01 .tab-top a{
	/*font-family: "微软雅黑";*/
	display: inline-block;
	color: #cccccc;
	font-size: 30px;
	font-weight: bolder;
	padding: 10px 50px;
	border-bottom:3px solid #cccccc;
	letter-spacing: 6px;
}
.login01 .tab-top a:first-child{
	margin-right:-4px;
	margin-left: 3px;
}
.login01 .tab-top a:last-child{
	margin-left:-4px;
}
.login01 .tab-top .a-curr{
	color: #195999;
	border-bottom-color: #195999;
}
.login01 .act{
	display: none;
}
.login01 .form td{
	display: inline-block;
}
.login01 .form .inp{
	width: 340px;
	height: 38px;
	border:1px solid #ccc;
	border-radius:5px;
}
.login01 .form .inpp{
	margin-top: 20px;
	text-indent: 2.7em;
}
.login01 .form .inpp[name='code']{
	width: 210px;
}
#code_img{
	height: 40px;
	width: 120px;
	margin-top: 20px
}
.login01 .form .inpp01{
	margin-top: 10px;
	text-indent: 2.7em;
}
.login01 .form input[type="checkbox"]{
	display: none;

}
.login01 .form label{
	font-size: 12px;
	color: #666666;
	float: left;
	margin-top: 12px;
	margin-left: 7px;
	margin-bottom:16px;
	background:url(../../images/window/radio.png) no-repeat 0px 1px;
	padding-left: 18px;
	cursor: pointer;
}

.login01 .form input[type="checkbox"]:checked+label{
	background:url(../../images/window/radio-chk.png) no-repeat 0px 1px;
}

.login01 .form input[type="submit"]{
	background: #da4172;
	color: #fff;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 4px;
	height: 40px;
}

/*验证码样式*/
.btn{
	width: 124px;
	height: 36px;
	display: inline-block;
	background: #da4172;
	border:0px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	cursor:pointer;
}