/* 
	Create Time : 2014-07-22
    Update Time : 2015-06-23
    Author      : Trueland Development Department 
*/

@charset "utf-8";
/*
	--------------------------
	间距清除 
	--------------------------
*/

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}
ol,
ul {
	list-style: none;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*
	--------------------------
	A标签 配置 
	--------------------------
*/

a {
	text-decoration: none;
	outline: none;
	color: #0e0e0e;
}
a:hover {
	color: #b9242a;
}
img {
	border: 0;
}
a:focus {
	outline: none;
}
/*
	--------------------------
	Body 配置 
	--------------------------
*/

body {
	background: #fff;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #666;
	min-width:1100px
	-webkit-font-smoothing: antialiased;
}
/*
	--------------------------
	表单控件设置 
	--------------------------
*/

table {
	border-collapse: collapse;
	width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none;
}
input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 5px;
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
	outline: none;
}
/*浮动*/

.f_l {
	float: left;
}
.f_r {
	float: right;
}
.clearfix {
	clear: both;
	*zoom: 1;
}
.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}
/*
	--------------------------
	prompt 升级提示(IE6\7\8\) 
	--------------------------
*/

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(/images/ie_sosad.png) no-repeat center 35% #fff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80;
}
.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: "宋体";
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666;
}
.prompt span a {
	text-decoration: underline;
}
.prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(/images/closed.png) no-repeat center center;
	cursor: pointer;
}
/*
	--------------------------
	等待加载样式
	--------------------------
*/

.pageloading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: -webkit-radial-gradient(center center, circle cover, rgba(0,0,0,0.1), rgba(0,0,0,1));
    background: -moz-radial-gradient(center center, circle cover, rgba(0,0,0,0.1), rgba(0,0,0,1));
    background: -ms-radial-gradient(center center, circle cover, rgba(0,0,0,0.1), rgba(0,0,0,1));
    background: -o-radial-gradient(center center, circle cover, rgba(0,0,0,0.1), rgba(0,0,0,1));
    background: radial-gradient(center center, circle cover, rgba(0,0,0,0.1), rgba(0,0,0,1));
	z-index: 999999;
}

.loading_bar {
	font-size: 20px;
	width: 10em;
	height: 1em;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em/2;
	top: 50%;
	border-radius: .5em;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 0 .05em rgba(100, 100, 100, 0.075), 0 0 0 .25em rgba(0, 0, 0, 0.1), inset 0 .1em .05em rgba(0, 0, 0, 0.1), 0 .05em rgba(255, 255, 255, 0.7);
}
.loading_bar:after {
	content: "Please wait.";
	position: absolute;
	left: 25%;
	top: 150%;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 1em;
	color: #555;
	text-shadow: 0 .05em rgba(255, 255, 255, 0.7);
}
.loading_bar .sphere {
	border-radius: 50%;
	width: 1em;
	height: 100%;
	background: -webkit-linear-gradient(#eee, #ddd);
	background: -moz-linear-gradient(#eee, #ddd);
	background: -ms-linear-gradient(#eee, #ddd);
	background: -o-linear-gradient(#eee, #ddd);
	background: linear-gradient(#eee, #ddd);
	box-shadow: inset 0 .15em .1em rgba(255, 255, 255, 0.3), inset 0 -.1em .15em rgba(0, 0, 0, 0.15), 0 0 .25em rgba(0, 0, 0, 0.3);
	display: block;
	-webkit-animation: slide 1.75s ease-in-out infinite alternate;
	-moz-animation: slide 1.75s ease-in-out infinite alternate;
	-ms-animation: slide 1.75s ease-in-out infinite alternate;
	-o-animation: slide 1.75s ease-in-out infinite alternate;
	animation: slide 1.75s ease-in-out infinite alternate;
}
@-webkit-keyframes slide {
	to {
		margin-left: 90%;
	}
}
@-moz-keyframes slide {
	to {
		margin-left: 90%;
	}
}
@-ms-keyframes slide {
	to {
		margin-left: 90%;
	}
}
@-o-keyframes slide {
	to {
		margin-left: 90%;
	}
}
@keyframes slide {
	to {
		margin-left: 90%;
	}
}<!--0.00020289421081543-->