/* 全局CSS定义 !important */
body,input,select,textarea,table,td,tr,th{margin:0; padding:0; font-family:Arial, "微软雅黑"; font-size:14px; color:#333;}
div,form,img,ul,ol,li,dl,dt,dd,p {margin:0px; padding:0px; list-style:none; border:0;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0;font-family:Microsoft YaHei,Microsoft JhengHei,STHeiti,MingLiu;}


/* 链接颜色 a:link,a:visited,a:hover,a:active */ 
a {margin: 0px;padding:0px;border:0px;}
a:link {text-decoration: none; color:#3b33a8;}
a:visited {text-decoration: none; color:#3b33a8;}
a:hover {text-decoration:none; color:#3b33a8;}
a:active {text-decoration: none; color:#3b33a8;}
.unLine,.unLine a{text-decoration: none;}

/* 普通分页样式 */
div.navpages{margin:0px auto;padding:18px 0;clear:both;text-align:center;}
div.navpages a{ color: #333; width:22px; height:22px; line-height:22px; cursor: pointer;margin:0px 2px; background: #e8e8e8;display: inline-block; border-radius:50%;}
div.navpages a:link{color:#333;}
div.navpages a:visited{color:#fff;}
div.navpages a:hover,div.navpages a.current, div.navpages a.on {background:#15479f; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #FFFFFF;color: #FFFFFF;font-weight: bold;}
div.navpages a:active{text-decoration: none;}
div.navpages p { width:60px; padding-right:20px; float:right; text-align:right;}

.left { float:left;}
.right { float:right;}
#wrapper { margin:0px; padding:0px;}
.clear { clear:both;}
/***********publick********************/
* {
	font-family: "微软雅黑";
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a {
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color: #9e1200;
	text-decoration: none;
}

.mr0 {	margin-right:0px;}
.mr1 {	margin-right:1px;}
.mr2 {	margin-right:2px;}
.mr10 {	margin-right:10px;}
.mr20{	margin-right:20px;}
.ml20 {	margin-left:20px;}
.ml90{	margin-left:90px;}
.mlf3 {	margin-left:-3px;}
.mt8 {	margin-top:8px;}
.mt15 {	margin-top:15px;}
.mb15 {	margin-bottom:15px;}
.ml10 {	margin-left:10px;}
.pr0 {	padding-right:0px;}
.alright {	text-align: right;}
.textblue {
	font-size: 14px;
	color: #39F;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
.textred, .textred a:link, a .textred {
	color: #df0000;
}
.textdred, .textdred a:link, a .textdred {
	color: #990000;
}
.textbold, .textbold a:link, a .textbold {
	font-weight: bold;
}

.warp100 {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.w1 {
	letter-spacing:0.5em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-2）/(2-1)=2e */
}
.w2 {
	letter-spacing:2em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-2）/(2-1)=2em */
}
.w3 {
	letter-spacing:0.6em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-3）/(3-1)=0.5em */
}
.w4 {
	letter-spacing:1.0em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-3）/(3-1)=0.5em */
}
.w5 {
	letter-spacing:0.3em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-3）/(3-1)=0.5em */
}
.w6 {
	letter-spacing:0.7em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-3）/(3-1)=0.5em */
}
.w7 {
	letter-spacing:1.5em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-3）/(3-1)=0.5em */
}


.i {display: inline-block;font-family: "icon";font-style: normal;font-weight: normal;line-height: 1;vertical-align: -10%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
