@charset "utf-8";
/* CSS Document */
/*分类*/
.details{
	width:920px;
}
.details-1{
	margin-bottom: 25px;	
}
/*图片部分 start*/
.details-img{
	width: 420px;
}
#w{
	display: none;
	width: 420px;
	height: 420px;
	overflow: hidden;
}

.leftBox{
	width: 420px;
	height: 400px;
	float: left;
}
.normalBox{
	width: 420px;
	height: 420px;
	overflow: hidden;
	position: relative;
	border: 1px solid #f2f2f2;
}
.normalBox img{
	width: 100%;
}
.botBox{
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin-top: 20px;
}
.botBox ul li{
	float: left;
	width: 54px;
	height: 54px;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-left:22px;
	opacity: 0.5;
	overflow: hidden;
}
.botBox ul li img{
	width:100%;
}
.bord{
	border-color: #e4393c !important;
	opacity: 1 !important;
}
.magBox{
	width: 526px;
	height: 526px;
	border: 1px solid #f2f2f2;
	position: relative;
	float: left;
	left:48px;
	overflow: hidden;
	display: none;
}

.magBox ul li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#n,.m{
	display: block !important;
}
/*图片部分 end*/
.details-title{
	text-align: left;
	margin-right:48px;
}
.details-title h2{
	height: 50px;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    color: #333;
    border-bottom: 1px solid #808080;
    margin-bottom: 20px;
}
.details-title p{
	width: 406px;
	font-size: 14px;
	line-height: 28px;
	color: #888;
}
.details-title a{
	position: relative;
	left: 311px;
	top: 43px;
	padding: 5px 15px;
	background:#cfa54f;
	color: #fff;
}
.details-con{
	margin-top:540px;
}
.recom{
	width: 930px;
}
.recom-title{
	width: 920px;
	height: 46px;
    
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 30px;
    padding-top: 26px;
}
.recom-title h2{
	width:100%;
	line-height: 46px;
    font-weight: normal;
	
}
.recom-title b{
	padding-bottom: 8px;
	border-bottom: 2px solid #212121;
}
.recom-con li{
	float: left;
	margin-right: 10px;
	border: 1px solid #888;
}
.recom-con li:hover{
	border: 1px solid #cfa54f;
}
.recom-con li:nth-child(4n){
	margin-right: 0;
}
.recom-con dl{
	width:220px;
	height: 240px;
}

.recom-con dt{
	width:220px;
	height: 164px;
	overflow: hidden;
}
.recom-con dt img{
	width:100%;
}
.recom-con dd h4{
	margin-top:8px;
	padding-left: 20px;
	font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.recom-con dd a{
	color: #333;
}
.recom-con dd a:hover{
	color:#cfa54f ;
}