﻿body{
	margin: 0px auto;
	width:1000px;
	font: 14px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1,\9ED1\4F53", "\5b8b\4f53", arial, Helvetica, Tahoma, sans-serif;
}

header{
	width:1000px;
	margin: 0;
	padding: 0;
}

header #links{
	width:1000px;
	height:28px;
	float:right;
	text-align:right;
	margin: 0;
	padding: 0;
}

header #links ul{
	margin: 0;
	padding: 0px;
}

header #links ul img{
	margin: 0px;
	padding: 0px;
	margin-right:3px;
}

header #links ul li{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

header #links ul li a{
	font-size: 13px;
	color: #666;
	text-decoration: none;
}

header #links ul li a:hover{
	font-size: 13px;
	color: #3333cc;
}

header #logo{
	width:1000px;
}

header nav{
	float: left;
	width: 1000px;
	height: 40px;
	background-image: url(/imgs/barbg.jpg);
	margin: 0px;
	padding: 0;	
}

header nav ul{
	float: left;
	margin: 0px;
	padding: 0 0 0 0;
	width: 1000px;
	list-style: none;
}

header nav ul li{
	display: inline;
}

header nav ul li a{
	float: left;
	padding: 11px 20px;
	text-align: center;
	text-size: 14px;
	text-decoration: none;
	background: url(/imgs/barsx.jpg) center right no-repeat;
	color: #6B6B6B;
	display:block;
	font-weight: bold;
	outline: none;
}

header nav ul li a.selected{
	border-bottom:4px solid #000080; 
}

header nav li a:hover{
	color:#000000;
}

footer{
	padding: 15px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;	
	color: #000000;	
	clear:both;
}

footer p{
  height:10px;	
}

footer a{
	color: #000000;	
	text-decoration: none;
}

#divStayTopright{display: block; z-index: 500000; position: fixed; top: 80px; right: 10px;}
#divStayTopright img{vertical-align: middle; border: 0;}


/*按钮*/
.nj-btn{text-decoration: none; font-family: "微软雅黑";display:inline-block;vertical-align:top;height:36px;line-height:36px;padding:0 17px;background-color:#06a4f2;font-size:14px;color:#fff;white-space:nowrap;text-align:center;border:none;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor: pointer;-moz-user-select: none; -webkit-user-select: none;-ms-user-select:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-transition: all .3s;-webkit-transition: all .3s;transition:all .3s;}
.nj-btn:hover{opacity: 0.8; filter:alpha(opacity=80); color: #fff;}
.nj-btn:active{opacity: 1; filter:alpha(opacity=100);}

/* 原始 */
.nj-btn-primary{border:1px solid #c9c9c9; background-color: #fff; color: #555;}
.nj-btn-primary:hover{background-color:#c9c9c9; color: #333;}

/* 文字 */
.nj-btn-normal{background-color:transparent !important;color:#333;margin:0 !important;border:0 none !important;}
.nj-btn-normal:hover{color:#06a4f2;}

/* 大型 */
.nj-btn-lg{height:42px;line-height:42px;padding:0 23px; font-size: 18px;}
/* 小型 */
.nj-btn-sm{height:32px;line-height:31px;padding:0 10px; font-size: 14px;}
.nj-btn-sm i{font-size: 16px !important;}
