@import url(fonts.css);
body,html{margin:0;padding:0;}
body,a,span,h1,h2,h3,h4,h5,h6,p,div,b,strong,table,tr,td,th{font-family:'Arial';}
body ul{list-style:none;}
body a{text-decoration:none;}
/*-----------------LayoutDefault-------------*/
/*body{
	background: url(../images/bg_home.png) repeat-x;
	height:auto;}*/
.layout-bound{ width:100%; margin:0 auto}
.layout-top{ min-height:785px;}
.layout-center{width:1130px; margin:0 auto; padding:0 15px;    position: relative;
    z-index: 50;
}
@media(max-width:768px){.layout-center, .layout-center td{
	width:100% !important;
	padding:0 !important}}
@media(max-width:768px){.layout-top{
	min-height:auto !important}}
.layout-inner-bound{}
.layout-inner{}
.layout-bottom{}
.layout-bound .adm-b{position:relative;background:rgba(255,255,255,.6);height:20px;line-height:20px;padding:0 10px;}
.layout-bound .adm{font-size:12px;color:#f00;}
.inner-content{width:1101px;margin:0 auto;}
#backtop{}
span.not-data{
	display: block;
	color: #fff;
	font-size: 24px;
	padding: 24px;
	text-align: center;
	padding: 20px;
}
/*-----------------Paging-------------*/
.paging-bound{  
	position: relative;
    margin-top: 10px;
    width: 52%;
    float: right;}
.paging-bound .page-item{
	margin-right:4px;
	display:inline-block;
	width:23px;
	height:22px;
	line-height:22px;
	color:#fff;
	background:#97A6B7;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align:center;
}
.paging-bound .page-item.active{ color:#fff; background-color:#9DA12D;}
.paging-bound a.page-item:hover{border-color:#fff;text-decoration:none;}
.paging-bound .page-next,
.paging-bound .page-preview{
	position:absolute;
	display:block;
	width:9px;
	height:18px;
	top:-1px;
	right:-10px;
	background-color:transparent;
	background-image: url(../images/next.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:none
}
.paging-bound .page-preview{background-image:url(../images/paging-prev.png);left:0; width:13px; height:13px;}