.tabbtn{
	width: 100%;
	margin-top: 30px;
}
.tabbtn>div{
	display: inline-block;
	width: 150px;
	text-align: center;
	line-height: 45px;
	margin-left: 40px;
	font-size: 18px;
	font-weight: bold;
}
.card{
    cursor: pointer;
}
.cardtype{
	border: 1px solid #eeeeee;
	border-radius: 3px;
}
.card_active{
	border: 1px solid #5BB8D4;
	border-radius: 3px;
}
.cardsub{
	width: 545px;
	height: 60px;
	margin-top: 30px;
	margin-left: 40px;
	border-radius: 3px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #eeeeee;
    cursor: pointer;
}
.bl{
	display: inline-block;
    color:#0c3482;
    font-size: 18px;
    font-weight: bold;
}
.cardsub:hover{
	border: 1px solid transparent;
	background: url(../img/bll_bg.png) no-repeat;
}
.cardsub:hover span{
	color: white;
}
.cardmsg {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
    display: none;
}
.item_t{
	font-size: 18px;
	margin-bottom: 30px;
}
.item_t~p{
	margin-bottom: 10px;
}
.cur{  
    display: block;
} 