@charset "utf-8";
/* CSS Document */
/* detailsshow */
table, tr, td, th {
	line-height:200%;
	}		
.details{
	width:100%;
	padding:15px 0;
	margin-bottom:10px;
	overflow:hidden;
	}
.detailstit{
	width:100%;
	height:50px;
	font-size:16px;
	color:#fff;
	line-height:50px;
	text-transform:capitalize;
	}
.detailstit ul{
	width:100%;
	}
.detailstit ul li{
	float:left;
	width:180px;
	height:50px;
	text-align:center;
	background-color:#efefef;
	color:#999;
	border-radius:5px;
	margin-right:15px;
	position:relative;
	cursor:pointer;
	}
.detailstit ul li.active{
	background-color:#00a58b;
	color:#fff;
	}
.detailstit ul li.active:before{
	content:"";
	border-top:10px solid #00a58b;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:-7px;
	}
.detailscont{
	clear:both;
	border:1px solid #ccc;
	padding:20px 20px;
	margin-top:20px;
	font-size:15px;
	line-height:170%;
	}
.detailscont p{
	font-size:15px;
	color:#666;
	}
.detailscont dl{
	width:100%;
	margin-top:20px;
	overflow:hidden;
	}
.detailscont dl dt{
	color:#333;
	margin-bottom:10px;
	}
.detailscont dl dd{
	color:#666;
	}	
.detailcontit{
	width:282px;
	height:40px;
	font-size:24px;
	color:#333;
	line-height:40px;
	text-align:center;
	border-radius:7px;
	background-color:#f3f003;
	margin:40px auto 20px auto;
	}
.detailscont img{
	display:block;
	max-width:100%;
	margin:20px auto;
	}

.item{
	width:100%;
	overflow:hidden;
	}
.item dd{
	overflow:hidden;
	}
.item dd span{
	display:block;
	float:left;
	}
.item dd span.itl{
	width:18%;
	margin-right:2%;
	text-align:right;
	text-transform:capitalize;
	}
.item dd span.itr{
	width:80%;
	}
.pro-keywords { margin:10px 0px; display:inline-block; font-size:16px;}
.pro-keywords a { color:#666; border:1px solid #ddd; padding:5px 10px; line-height:28px; font-size:14px; display:inline-block; margin:8px 5px 0px 0px;}
.pro-keywords a:hover { text-decoration:underline;}