#main{
	margin-top: 130px;
}
#main .tabswrap{
	padding-left: 20px;
	overflow: hidden;
}
#main .tabswrap .tab{
	width: 130px;
	font-size: 32px;
	font-weight: 500;
	text-align: left;
	color: #333333;
	float: left;
	margin-right: 60px;
}
#main .tabswrap .tab.cur{
	color: #2faee1;
}
#main .tabcontent{
	margin-top: 60px;
	width: 100%;
}
#main .tabcontent .contentwrap{
	width: 100%;
	display: none;
}

#main .tabcontent .contentwrap.cur{
	display: block;
} 

#main .tabcontent .contentwrap img{
	width: 100%;
}