@charset "utf-8";
body {
	font-family: "微软雅黑";
	background-color: #1B1306;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/login_bg_800.jpg);
	background-repeat: no-repeat;
	background-position: left 73px;
}


.top{
	height: 73px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
}
.top .conter_title {
	height: 73px;
	width: 99%;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top .conter_title .conter_title_l {
	float: left;
	height: 73px;
	width: auto;
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 73px;
	color: #999999;
}
.top .conter_title .conter_title_r {
	float: right;
	height: 20px;
	width: auto;
	margin-right: 12px;
	margin-top: 22px;
	font-size: 12px;
	color: #CCCCCC;
}
.top .conter_title .conter_title_r a {
	color: #666666;
	text-decoration: none;
}

.conter {
	clear: both;
	height: 610px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.conter .conter_c {
	float: left;
	height: 555px;
	width: 100%;
}
.conter .conter_c .conter_c_login_l {
	float: left;
	height: 550px;
	width: 654px;
}
.conter .conter_c .conter_c_login_r {
	float: left;
	height: 550px;
	width: 260px;
}
.conter .conter_c .conter_c_login_r .conter_c_login_r_t {
	float: left;
	height: 50px;
	width: 100%;
}
.conter .conter_c .conter_c_login_r .conter_c_login_r_h {
	float: left;
	height: 165px;
	width: 100%;
 
}
.conter .conter_c .conter_c_login_r .conter_c_login_r_h_yy {
	background-image: url(/images/con_photo_yy.png);
	background-repeat: no-repeat;
	clear: both;
	height: 149px;
	width: 149px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.conter .conter_c .conter_c_login_r .conter_c_login_r_login_u {
	background-image: url(/images/login_ubg.png);
	background-repeat: no-repeat;
	float: left;
	height: 113px;
	width: 260px;
	color: #FFFFFF;
}
.conter .conter_c .conter_c_login_r .conter_c_login_r_login_zh {
	float: left;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	color: #FFFFFF;
}
.conter .conter_c .conter_c_login_r .conter_c_login_r_login_bt {
	float: left;
	height: 40px;
	width: 100%;
}



.conter_f  {
	height: 40px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 40px;
	float: left;
	margin-top: 10px;
	text-align: center;
	position: fixed;
	bottom: 0;
}
.conter_f .conter_f_l {
	float: left;
	width: auto;
	margin-left: 10px;
}
.conter_f .conter_f_r {
	float: right;
	width: auto;
	margin-right: 10px;
}



.round_photo {
	width:120px;
	height:120px;
	border:4px solid #ffffff;
	-moz-border-radius: 59px;
	-webkit-border-radius: 59px;
	border-radius:59px;
	behavior:url(PIE.htc);
 	 
}
