/*重置CSS*/
*html,
*html body {
	background-attachment: fixed;
}
body,
html{
	min-height:100%;
	height:100%;
	_height:100%;
	width:100%;
	-webkit-text-size-adjust:none;
	font-size:12px;
}
body,
html,
div,
blockquote,
img,
label,
p,
h1,h2,h3,h4,h5,h6,
pre,
ul,ol,li,
dl,dt,dd,
form,
a,
fieldset,
input,
select,
textarea,
th,
td{
	color: #333;
	margin:0;
	padding:0;
	border:0;
	outline:none;
	font-family:"microsoft yahei"}
table {
	border-collapse:collapse;
	border-spacing:0}

fieldset,img {
	border:0}
img{
	-ms-interpolation-mode: bicubic;
	vertical-align:top;
}
address,caption,cite,code,dfn,em,i,b,strong,th,var{
	font-style:normal;
	font-weight:normal}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
	cursor: pointer;
}
ol,ul {
	list-style:none;
	list-style-position:inside}
a{
	color:#333;
	text-decoration:none}
a:hover{
    color: #31a5e7;
}
caption,th{
	text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal}
q:before,q:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden}
abbr,acronym{
	border:0}
/* 公用css */
.h300{
    height: 300px;
}
.h500{
	height: 500px;
}
.pl30{
    padding-left: 30px !important;
}
.pr30{
    padding-right: 30px !important;
}
.mt20{
	margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.fl{
	float:left}
.fr{
	float:right}
.clear{
	clear:both}
.clearfix:before,
.clearfix:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	overflow:hidden}
.hide{
	display:none}
.big{
	width:100%;
	min-width:1200px}
.wm-1200{
	width:1200px;
	margin:0 auto;
	position:relative}
.wm-1200:before,
.wm-1200:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	overflow:hidden}
.border-none{
    border: 0 !important;
}

/* 面包屑导航 */
.crumbs-bar{
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
}
.crumbs-bar a{
    color: #666;
}
.crumbs-bar a:hover{
    color: #31a5e7;
}
.crumbs-bar strong{
    color: #999;
}

/* 公用翻页 */
.page-content{
    padding: 45px 0;
    text-align: center;
    font-size: 0;
}
.page-content > a{
    display: inline-block;
    color: #666;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin: 0 3px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    font-family: Arial, "微软雅黑";
}
.page-block{
    display: inline-block;
}
.page-block > span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
    font-size: 14px;
}
.page-block > a{
    display: inline-block;
    color: #666;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 3px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    font-family: Arial, "微软雅黑";
}
.page-block > a.on,
.page-block > a:hover,
.page-content > a:hover{
    color: #13df81;
    border: 1px solid #13df81;
}

.no-data{
    margin-left:45%;
    margin-top:-10%;

}
.no-data a{
    color:#fc6000;

}