﻿@charset "utf-8";
.tab2_main{
	height: auto;
	float: right;
	width: 920px;
}

.tab2_content{
	clear: both;
	border: 0px solid #abcae1;
	border-top: 0;
	text-align: left;
}


/* tab2 切换效果 */
.tb2_{
	width: 350px;
	height: 60px;
	background-color: #FFF;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
.tb2_ ul{
	height: 60px;
	margin: 0px;
	padding: 0px;
}
.tb2_ li{
	float: left;
	cursor: pointer;
	height: 60px;
	width: auto;
	line-height: 50px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;

	}
/* 用于控制显示与隐藏的css类 */
.normaltab2 {
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #333333;
	background-image: url(../images/tab_menu2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
.hovertab2 {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/tab_menu.png);
	background-repeat: no-repeat;
	background-position: center 0px;

}
.normaltab2 a{
font-size: inherit;
color:inherit;
}
.hovertab2 a{
font-size: inherit;
color:inherit;
}
.tab2_dis{display:block;}
.tab2_undis{display:none;}
