@charset "utf-8";
#product_log{
	width: 100%;
	height: 230px;
	background: #a79263;
	line-height: 230px;
	position: relative;
}
#product_log div{
	width: 960px;
	margin:0 auto;
	height: 230px;
	position: relative;
	
}
.items{
	margin: 0 auto;
	width:960px;
	height: 185px;
	border-bottom:1px dotted #ccc;
}
.item_left{	
	margin: 0 auto;
	height: 185px;
	width:960;
	cursor: pointer;
	text-align:left;
}

.tab_menu{
	display: inline-block;
	color: #4c4c4c;
	border:1px solid #d2d2d2;
	width:120px;
	height: 28px;
	text-decoration: none;
	text-align:center;
	margin-left:25px;
	line-height:28px;
	font-size: 14px;
}
.tab_menu_cur{
	color:#2381eb;
	border-top:2px solid #2381eb;
	height: 27px;
	line-height:27px;
	border-bottom:1px solid #fff;
}
.tab{
	padding:20px;
}
.p_title{
	font-size:14px;color:#666;line-height:25px;
	text-indent: 2em;
}
.p_content{
	font-size:14px;color:#8a8a8a;;line-height:25px;
	text-indent: 2em;
}
.anli span{
	display: inline-block;
	width:30%;
	text-align: left;
	padding-left:15px;
	background: url(./img/dot.png) no-repeat 0px 12px;
	font-size: 14px;
	color:#8a8a8a;
	line-height: 30px;
}
.anli span a{
	font-size: 14px;
	color:#8a8a8a;
	text-decoration: none;
}
.anli span a:hover{
	color:#2e7bd3;
}