@charset "utf-8";

#page3 .tubiao{
	width:650px;
	margin:0px auto;
	overflow:hidden;
}

#page3-tab{
	text-align: center;
	background: #3d8a7f;
	padding-top: 45px;
	overflow: visible;
}

#page3-tab .w1160{
	overflow: visible;
}

#page3-tab li{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border: 5px solid #f1f2f4;
	border-bottom: none;
	border-radius: 6px 6px 0px 0px;
	margin: 0px 4px;
	height: 86px;
	width: 188px;
	cursor: pointer;
	position: relative;
	overflow: visible;
}

#page3-tab li table{
	width: 100%;
	height: 100%;
	font-size: 24px;
	line-height: 30px;
	color: #3d8a7f;
}

#page3-tab .current{
	background: none;
	color: #fff;
}

#page3-tab .current table{
	color: #fff;
}

#page3-tab .current i{
	position: absolute;
	left: 50%;
	bottom: -17px;
	margin-left: -24px;
	width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 17px solid #3d8a7f;
}