@charset "utf-8";
/* CSS Document */
div,img,a,input,li,ul,ol,html,body,form,span,p,font,b{
	margin:0;
	padding:0;
	border:0;
}
	
html,form,body{
	background-color:#e9f7f8;;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.top{
	height:54px;
	background:#FFFFFF;
	width:100%;
}
.top_title {
	height:54px;
	min-width:510px;
	width:80%;
	margin:0 auto;
	overflow:hidden;
}
.top_title_left{
	float:left;
	height:54px;
	width:70%;
	min-width:357px;
	text-align:center;
}
/*.top_title_left img
	{height:46px;
	width:152px;
	margin-top:4px;
	float:left;}
	*/
.top_title_left font
	{font-size:26px; 
	line-height:54px; 
	color: #000/*#2d79bf*/;
	margin-left:4px;
	font-family: "微软雅黑";
	font-weight:600;
	padding-left:5px;
	/*border-left:2px solid rgba(0,176,250,0.5);*/
	box-shadow: 1px 0px #000 inset;
	text-shadow:0px 1px 0px rgba(0,0,0,0.01);}
.top_title_right {
	float:left;
	height:54px;
	width:30%;
	min-width:153px;
}
.top_title_right img
	{width:14px;
	height:14px;
	vertical-align:-3px;
	}
.top_title_right font
	{font-size:14px; 
	color: #5c5c5c;
	font-family: "微软雅黑";
	line-height:54px;}


.middle
	{background: url(../images/login/bg1.png); background-repeat:no-repeat;
	background-size: 100%;
	background-position:center;
	width:100%;
	min-height:320px;
	height: 78%;
	position:relative;
}
.middle_log
	{width:310px;
	/* height:310px; */
	background-color:#f7f7f7;
	-moz-border-radius:8px; 
    -webkit-border-radius:8px; 
    border-radius:8px;
	margin-right:120px;
	margin-top:100px;
	float:right;
	-webkit-box-shadow:0 2px 1px 2px rgba(0,0,0,0.1);  
    -moz-box-shadow:0 2px 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow:0 2px 1px 2px rgba(0,0,0,0.1);  
    box-shadow:0 2px 1px 2px rgba(0,0,0,0.1);}
	
	

.middle_log_top{
	width:100%;
	height:60px;
	background-color:#4792cf;
	-moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius:8px 8px 0 0;
	-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,0.1);  
    -moz-box-shadow:0 2px 0 0 rgba(0,0,0,0.1);
	-ms-box-shadow:0 2px 0 0 rgba(0,0,0,0.1);  
    box-shadow:0 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 1px 2px rgba(255,255,255,0.1) inset;
}
.middle_log_top p
	{font-size:24px;
	font-family:"思源黑体 CN Medium";
	color:#FFFFFF;
	text-align:center;
	line-height:60px;
	margin:0}
.middle_log_con
	{width:100%;
	/* height:212px;
	float:left; 
	margin:0; */}
.middle_log_con_user
	{margin-top:20px;
	width:260px;
	height:40px;
	margin-left:auto;
	margin-right:auto;}

.middle_log_con_user input
	{background-image:url(../images/login/username.png);
	background-repeat:no-repeat;
	background-position:10px 6px;
	width:260px;
	height:40px;
    border-radius:2px;
	box-shadow: 1px 2px rgba(59,176,220,0.2) inset;
	border: 2px solid rgba(59,176,220,0.4);
	padding-left:51px;
	font-size:16px;
	line-height:40px;}
	
.middle_log_con_user input:focus
	{outline:solid 2px rgba(59,176,220,1);}
.middle_log_con_password
	{margin-top:15px;
	width:260px;
	height:40px;
	margin-left:auto;
	margin-right:auto;}
.middle_log_con_password input
	{ background-image:url(../images/login/password.png);
	background-repeat:no-repeat;
	background-position:12px 6px;
	width:260px;
	height:40px;
    border-radius:2px;
	box-shadow: 1px 2px rgba(59,176,220,0.2) inset;
	border: 2px solid rgba(59,176,220,0.4);
	padding-left:51px;
	font-size:16px;
	line-height:40px;}

.middle_log_con_password input:focus
	{outline:solid 2px rgba(59,176,220,1);}
.middle_log_con_password input:focus
	{outline:solid 2px rgba(59,176,220,1);}
.middle_log_con_button font
	{font-size:14px;
	font-family:"苹方 中等";
	color:#7cb6e6;
	line-height:64px;
	margin-left:5px;}
.middle_log_con_button font:hover
	{color:#2e77b2;}
.middle_log_con_button
	{width:260px;
	height:64px;
	margin-left:25px;
	float:left;
	margin-top:3px;}
.but
	{width:90px;
	height:40px;
	margin-top:12px;
	margin-right:5px;
	float:right;
	background-color:#2a84cd;
	background-image:url(../images/login/log.png);
	background-position:15px 14px;
	background-repeat:no-repeat;
	font-size:16px;
	font-family:"微软雅黑";
	color:#FFFFFF;
	text-align:right;
	padding-right:15px;
	-webkit-box-shadow:0 2px 1px 2px rgba(0,0,0,0.1);  
    -moz-box-shadow:0 2px 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow:0 2px 1px 2px rgba(0,0,0,0.1);  
    box-shadow:0 2px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 2px rgba(255,255,255,0.4) inset;
	border:0;
	border-radius:4px 4px 4px 4px;}	
.but:hover
	{background-color:#155f9c;}
/* .but:hover
	{background-color:#e47700;} */
.but:focus
	{outline:none;}


.bottom{
	text-align:center;
	/* height:72px; */
	width:100%;
	}
.bottom_link
	{height:35px;
	padding-top:5px;
	}
.bottom_link img
	{width:28px;
	height:28px;
	vertical-align:-9px;}
.bottom_link font,.bottom_link0 font
	{line-height:28px;
	font-size:14px;
	margin-left:5px;
	font-family:"微软雅黑";
	color:#5c5c5c;}
.bottom_link a,.bottom_link0 a
	{line-height:14px;
	font-size:12px;
	margin-left:5px;
	font-family:"微软雅黑";}
.bottom_f{
	height:30px;
	padding:5px;
	width:100%;
	background:#646464;
}	
.bottom_f p{
	font-size:12px;
	color:#cacaca;
	font-family:"微软雅黑";
	line-height:15px;
	text-align:center;
}
a,a:link,a:visited,a:hover,a:active{
	color : blue;	
}