﻿/* body{-webkit-filter: grayscale(100%);} 
*/
ul,li{
	list-style: none;
}


.tab2{
	width: 670px;
	min-height:300px;
	float: left;
}
.tab-nav{
	height: 50px;
	min-width: 500px;
	margin-left: 180px;
    margin-bottom:20px;
   
}
.tab .tab-nav li{
	float: left;
	text-align: center;
	color: black;
}
.tab .tab-nav li a{
	display: block;
	width: 95px;
	height: 50px;
	padding: 0 15px;
    color:#666666;
	text-decoration: none;
	line-height: 50px;
    font-size:16px;
}

.tab .tab-nav li.actived{
	background: #00845C;
	
}
.tab .tab-nav li.actived a{
	color: white;
}
.tab .content-wrap{
	display: block;
	background: #ffffff;
	/*min-height: 250px;*/
	width: 670px;
}
.tab .content-wrap .content-item{
	width:670px;
	min-height: 40px;
	/*position: absolute;*/
	display: none;
}
.tab .content-wrap .current{
	display: block;
}
