﻿/*topBar-----------------------------*/
body{background-color:#f9fafb;}

.topBar{
	background: #0ab068;
	position: relative;
	text-align: right;
}

.topBar a{
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}

/*header*/
.headerBox{
	height: 50px;
	border-bottom: 1px solid #51b187;
	margin-bottom: 10px;
	position: relative;
}

.headerBox a{
	font-size: 18px;
	color: #1a8b47;
	padding: 0 8px;
	margin: 0 5px;
	border-bottom: 8px solid #fff;
	height: 32px;
	line-height: 40px;
	float: left;
}

.headerBox a.cur,.headerBox a:hover{
	color: #ffad86;
	border-bottom: 8px solid #0ab068;
}

/*tuijianLb-----------------------------*/
.tuijianLb{
	width: 90px;
	height: 30px;
	line-height: 30px;/*字上下*/
	text-align: center;
	color: #090909;
	font-size: 20px;
	background: #0ab068;
}

/*scaleList-----------------------------*/
.text{padding: 2px;}

.t{
	font-size: 20px;
	color: #0ab068;
	text-decoration: none;
}

.t:hover{color: #ffbf00;}

.startTest{
	text-align: center;
}

.startTest a{
	line-height: 20px;
	color: #fff;
	font-size: 15px;
	background: #0ab068;
	text-decoration: none;
}
.startTest a:hover{background: #F0E68C;}
