@charset "utf-8";

p{
	margin: 0;
}
.tab{
	width: 1200px;
	margin: auto;
	padding-top:50px;
}
.tab-img{
	height: 426px;
	margin-bottom:20px ;
}
.tab-img img{
	width: 100%;
	height: 426px;
	/* height: 426px; */
	
}
/* .table,.table tr,.table tr th,.table tr td{
	border: none;
} */
.table{
	width: 100%;
}

.table tr td{
	text-align: center;
	color: #525252;
}
.table p{
	background: #ab8f5d;
	color: #fff;
	
}
.table p,.tab-title p{
	float: left;
	width: 20%;
	text-align: center;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
}
.tab-title p{
	color: #525252;
}
.tab-title p span{
	cursor: pointer;
    display: block;
    text-transform: uppercase;
}
.details{
	padding-left:80px ;
padding-bottom:20px;
}
.details p{
	display: block;
	line-height:2 ;
}
.details{
	display: none;
}