@charset "utf-8";
/* CSS Document */

body {
	font-family: "宋体";
	font-size: 12px;
	line-height: 2em;
	color: #666;
	background-color: #FFF;
	letter-spacing: 0px;
	white-space: normal;
	min-width: 1202px;
	margin: auto;
}
html, body, div, h1, p, a {
	margin: 0;
	padding: 0;
	border: none;
}
header, nav, section, footer {
	display: block;
	position: relative;
	margin: auto;
	font-size: 12px;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #2b98db;
	font-size: 12px;
	font-family: "宋体";
}
body, input {
	font-family: "宋体";
	font-size: 12px;
	color: #666;
	letter-spacing: 0px;
	white-space: normal;
}
img, ol, ul, li, form, label, legend {
	margin: 0;
	padding: 0;
	border: none;
}
p, dl, dt, dd, button, form {
	word-break: break-all;
	word-wrap: break-word;
}
ul, li, dl, dt, dd {
	text-indent: 0;
	list-style-position: outside;
	list-style-type: none;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #2b98db;
}
input[type='text'], input[type='password'] {
	border:1px solid#CCC;
	font-size: 14px;
	line-height: 30px;
	background-repeat: no-repeat;
	height: 30px;
	margin-right: 3px;
	padding: 0 2px;
	cursor: text;
	border-radius: 3px;
}
input[type='text']:focus,input[type='password']:focus{
	box-shadow:0 0 6px rgba(25,161,219,4)
}
input[type='submit'] {
	background:linear-gradient(#fe9e5e,#ea7201);
	border:1px solid#ea7201;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	overflow: visible;
	position: relative;
	cursor: pointer;
	padding: 8px 15px;
	border-radius: 3px;
	min-width: 100px;
}
input[type='submit']:hover {
	background:linear-gradient(#ea7201,#fe9e5e);
	background:#fe9e5e\0;
    transition:all 2s;
}
