@charset "utf-8";
/* 代码整理：懒人之家 lanrenzhijia.com */
*{ margin:0; padding:0;}
body, ul, li {
	margin:0;
	padding:0;
}

#outer {
	width:80%;
	margin:0 auto;
}
#tab {
	overflow:hidden;
	zoom:1;
	width:1266px;
	margin:0 auto;
}
#tab li {
    transition: all 0.3s;
	float:left;
	color:#505050;
	height:38px;
	cursor:pointer;
	line-height:38px;
	list-style-type:none;
	width:140px;
	text-align:center;
	border-radius:20px;
	margin-top:20px;
	}
#tab li.current {
	color:#fff;
	background:#DC1819;
}
#content {
width:1266px;
margin:0 auto; 
	border-top-width:0;
	overflow: hidden;
	margin-top:20px;
}
#content ul {
	line-height:25px;
	display:none;
	
	padding:10px 0;
}
#content ul li{ width:282px; float:left; list-style: none; margin:0 17px 20px 17px;}
