@import url(./lib/resetCss.css);
@import url(./lib/common.css);

.rec-con{
    margin-bottom:20px;
}
.rec-con h3{
	font-size: 24px;
	color: #333333;
	text-align: center;
	padding: 6% 0 2% 0;
}
.rec-con .rec-tab a{
	display: block;
	width: 125px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #c7c7c7;
	margin-right: 5px;
	float: left;
}
.rec-con .rec-tab a.active{
	background: #136FE6;
}
.rec-con .tab-main{
	border-top: 2px solid #136FE6;
}
.rec-con .tab-main .bg{
	background: #e7f0fc;
}
.rec-con .tab-main span{
	display: block;
	float: left;
	line-height: 18px;
    padding: 17px 0;
	text-align: center;
	font-size: 14px;
	color: #666666;
	text-align: center;
	width: 25%;
}
.rec-con .tab-main .bg span{
	font-size: 16px;
	color: #333333;
}
.rec-con .tab-main span.style01{
	width: 12.5%;
}
.rec-con .tab-main span a{
	display: block;
	height: 32px;
	width: 100px;
	background: #136FE6;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	margin: -6px auto;
	cursor: pointer;
}