* { margin: 0; padding: 0;}
ul { list-style-type: none;}
p {
	margin-bottom: 20px;
}
.tabs{
	width: 100%;
	margin: 0 auto;
	padding-top:6px;
	margin-bottom: 40px;
}
.tabs ul.tabs-head  {
	width:auto;
	margin: 0 auto;
}
.tabs ul.tabul-1{ width:624px; }
.tabs ul.tabul-2{ width:832px; }
.tabs li.tabs-li {
	float: left;
	margin-right: 2px;
}

.tabs li.tabs-li a {
	display: block;
	font-size:22px;
	width:206px;
	padding:20px 0;
	text-align:center;
	text-decoration: none;
	color: #666666;
}

.tabs li.tabs-li a:hover {
	color: #68b92e;
	border-bottom:4px solid #68b92e;
}

#tabs_container {
	width:100%;
	margin:0 auto;
	padding-top: 50px;
	/*overflow: hidden;*/
	position: relative;
	zoom: 1;
	border-top:1px solid #e5e5e5;
}
.tabs-item{ 
	width:1170px;
	height:auto;
	margin:0 auto;
}
/*#tabs_container div {
	float: left;
	margin-right: 40px;
	zoom: 1;
}*/

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	/*opacity: 0;*/
	display:none;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	/*opacity: 1;*/
	display:block;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}
/*.tabulous_active {
	color: #68b92e !important;
	border-bottom:4px solid #68b92e;
}*/
.current {
	color: #68b92e !important;
	border-bottom:4px solid #68b92e;
}

.tabulousclear {
	display: block;
	clear: both;
}