﻿@charset "utf-8";
/* CSS Document */
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, p, table, caption, tbody, tfoot, thead, tr, th, td, form {
	margin:0;
	padding:0;
}
html, body ,form{
	height:100%;
}

body {
	color:#626262;
	margin-right:0px;
	font-family:"宋体", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	background-color:#000;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img, button {
	border:0 none;
}
ul, ol {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
a {
	color:#a0a0a0;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#c30bcb;
	text-decoration:none;
}
input, button, select, textarea {
	font-size:12px;
	vertical-align:middle;
}
button {
	cursor:pointer;
}

i,em{ font-style:normal;}

.clearFix { display: block; zoom: 1 }
.clearFix:after { content: " "; display: block; visibility: hidden; height: 0; clear: both; }

.fl{float:left;}
.fr{float:right;}

.none{display:none;}
.block{display:block;}
.font-line{ text-decoration:line-through; color:#a2a2a2;}
.textLeft{ text-align:left!important;}
.textCenter{ text-align:center !important;}
.textRight{ text-align:right!important;}
.colorred{ color:#F00;}

.h8{ height:8px; overflow:hidden;width:100%;}


/*分页*/
.page{ padding:20px 0;width:95%; text-align:center;  margin-top:30px; font-size:12px; color:#777;}
.page a{ display:inline-block; line-height:24px; border:1px solid #7c2a8e; padding:0 8px; color:#777;}
.page .curr{ background-color:#7c2a8e; color:#fff;}
.page .Prev i{margin-left:3px;}
.page .Next i{margin-right:3px;}
.page .Prev i ,.page .Next i{ color:#777;}
.page .curr i{ color:#777 !important;}

/*底部*/
.bottom{ background:url(../images/fbg2.gif) no-repeat center top;}
.footer{padding:15px 0;width:1056px; margin:0 auto;}
.footer p{ margin:5px 0; line-height:20px;}
.footer span{ padding:0 4px;color:#a0a0a0;}
.footer .frt{ float:right;width:210px;}
.footer .frt .code{width:89px; float:right; height:auto; text-align:center;}
.footer .frt .code span{display:block; text-align:center; padding:0;}
.wblink a{ display:block; float:left;width:29px; height:29px; margin:0 3px; background:url(../images/iconwb.gif) no-repeat;}
.wblink a:hover{background:url(../images/iconwb2.gif) no-repeat;}
.wblink .wblink1{ background-position:0px 0px;}
.wblink .wblink2{ background-position:-41px 0px;}
.wblink .wblink3{ background-position:-80px 0px;}
.wblink .wblink1:hover{ background-position:0px 0px;}
.wblink .wblink2:hover{ background-position:-41px 0px;}
.wblink .wblink3:hover{ background-position:-80px 0px;}

