@charset "utf-8";
/* menu */


	
#sjgl, #bbgl {
	width: 110px;
	border-bottom: solid 1px #ccc;
	margin: 0 auto 0 auto;
	text-align: left;
	text-indent: 5px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	z-index: 299;
}
#bbgl {
	left: 0;
}
.yiji li {
	background-color: #555;
	border: solid 1px #888;
	border-bottom: 0;
	z-index:100;
	
}
.yiji li a {
	color: #fff;
	font-size: 12px;
	display: block;
	height: 26px;
	line-height: 26px;
	position: relative;
	
}

.yiji li .inactive {
	background: url(../img/off.png) no-repeat right center;
	margin-right: 3px;
}
.yiji li .inactives {
	background: url(../img/on.png) no-repeat right center;
	padding-right: 3px;
}
.yiji li ul {
	display: none;
}
.yiji li ul li {
	border-left: 0;
	border-right: 0;
	background-color: #f1f1f1;
	border-color: #888;
}
.yiji li ul li a {
	color: #333;
}
.yiji li ul li ul {
	display: none;
}
.yiji li ul li a {
}
.yiji li ul li ul li {
	background-color: #fff;
	border-color: #f5f5f5;
}
.last {
	background-color: red;
	border-color: red;
}
.yiji li ul li ul li a {
	color: #888;
}
.agree {
	margin: 40px auto;
	width: 400px;
	font-size: 16px;
	font-weight: 800;
	color: #3366cc;
}
.mainlist {
	padding: 10px;
}
.mainlist li {
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}
.mainlist li span {
	margin: 0 5px 0 0;
	font-family: "宋体";
	font-size: 12px;
	font-weight: 400;
	color: #ddd;
}
.btnbox {
	text-align: center;
	height: 30px;
	padding-top: 10px;
	background: #ECF9FF;
}
#windownbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
}
#windown-box {
	position: fixed;
	_position: absolute;
	border: 5px solid #E9F3FD;
	background: #FFF;
	text-align: left;
}
#windown-title {
	position: relative;
	height: 30px;
	border: 1px solid #A6C9E1;
	overflow: hidden;
	background: url(../img/tipbg.png) 0 0 repeat-x;
}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
	color: #666;
}
#windown-close {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 10px;
	height: 16px;
	text-indent: -10em;
	overflow: hidden;
	background: url(../img/tipbg.png) 100% -49px no-repeat;
	cursor: pointer;
}
#windown-content-border {
	position: relative;
	top: -1px;
	border: 1px solid #A6C9E1;
	padding: 5px 0 5px 5px;
}
#windown-content img, #windown-content iframe {
	display: block;
}
#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}
.tc_foot {
	width: 100%;
	height: 30px;
	float: left;
	text-align: center;
	margin-top: 20px;
}


.right_nav li.sjgl,.right_nav li.bbgl{ float:left;line-height:40px; position:relative; margin-right:10px; padding-right:15px; background:url(../img/arrow-down.gif) right center no-repeat }