@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	min-width:1280px;
	font-family: "微软雅黑";
	
	
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
div, form, ul, ol, li, dl, dt, h1, h2, h3, h4, dd, p, span, table {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
}
img {
	border: 0;
}
.clear {
	clear: both;
	height: 1%;
	font-size: 0;
}
/************头部*************/
.content {
	width: 100%;
	margin: 0 auto;
}
.login {
	/*border: 1px solid #dedede;*/
	
	/*margin-top: 100px;*/
	/*margin-left: 15%; */
	font-size: 14px;
	height: 310px;
	width: 380px;
	background: linear-gradient(to left, #00fff0, #00fff0) left top no-repeat, 
                linear-gradient(to bottom, #00fff0, #00fff0) left top no-repeat, 
                linear-gradient(to left, #00fff0, #00fff0) right top no-repeat,
                linear-gradient(to bottom, #00fff0, #00fff0) right top no-repeat, 
                linear-gradient(to left, #00fff0, #00fff0) left bottom no-repeat,
                linear-gradient(to bottom, #00fff0, #00fff0) left bottom no-repeat,
                linear-gradient(to left, #00fff0, #00fff0) right bottom no-repeat,
                linear-gradient(to left, #00fff0, #00fff0) right bottom no-repeat;
    background-size: 2px 20px, 20px 2px, 2px 20px, 20px 2px;
	/*border-radius: 2px;*/
}
.login_table {
	
	margin: 0 auto;
	box-shadow: inset 0px 0px 40px #06c;
}
.login_table .title {
	color: #13c6fc;
	font-size: 21px;
	line-height: 70px;
	font-weight: 500;
}
.login_table input {
	font-size: 16px;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	font-family: "微软雅黑";
	border: 1px solid #dbdbdb;
	color: #555;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0 auto;
	padding-left: 40px;
	width: 217px;
}
.login_table .user {
	background: #fff url(../../../Images/login/user.jpg) no-repeat 10px center;
	width:300px;
}
.login_table .password {
	background: #fff url(../../../Images/login/password.jpg) no-repeat 10px center;
	width:300px;
}
.login_but 
{
    text-align:center;
	background: #1f9920;
	width: 300px;
	height: 35px;
	line-height:35px;
	border: 0;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight:normal;
	margin-top:15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #17a6f2;
    background: -moz-linear-gradient(left,  #194ed9 0%, #15d2ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#194ed9), color-stop(100%,#15d2ff));
    background: -webkit-linear-gradient(left,  #194ed9 0%,#15d2ff 100%);
    background: -o-linear-gradient(left,  #194ed9 0%,#15d2ff 100%);
    background: -ms-linear-gradient(left,  #194ed9 0%,#15d2ff 100%);
    background: linear-gradient(to right,  #194ed9 0%,#15d2ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194ed9', endColorstr='#15d2ff',GradientType=0 );
}
.login_but:hover {
	background: #4fbc45;
}
.foot {
	
	background: url(../../../Images/head_bg.jpg) repeat-x;
	text-align: center;
	margin: 5 auto;
	line-height: 26px;
    height:35px;
    color:#fff;
}
