/*#header{
	background:url(../images/product/proHearder_bg.jpg) no-repeat;
}*/
.pro-mainWrap{
	width:100%;
	margin:0 auto;
	background:#fff;
}
.pro-mainWrap .pro_banner>img{
	width:100%;
}
.pro_detailsWrap{
	width:100%;
	margin:30px auto;
}
.pro_detailsWrap>h5{
	font-family:"微软雅黑";
	font-size:14px;
	color:#616161;
}

.infoWrap{
	width:100%;
	background:#fff;
	padding:15px;
	margin-top:10px;
}
.infoimg{ 
	float:left;
	position:relative; 
	width:502px;
}
.infoimg img{
	display:block; 
	height:500px; 
	width:500px; 
}
.activity{
	width:500px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
}
.activity .DetailsIcon{
	background:url(../images/product/prev_icon.png) no-repeat;
    cursor:pointer;
    position:absolute;
    z-index:8;
    width:20px;
    height:83px;
    background-color:#fff;
    /* display: none; */
}
.activity .DetailsIcon.t_prev{
	position:absolute;
    top:15px;
    left:0;
    background-position:0 0;
}
.activity .DetailsIcon.t_next{
	position:absolute;
    top:14px;
    right:0;
    background-position:-74px 0;
}
.allImg{ 
	height:83px; 
	margin:15px 0 0 22px;
	overflow:hidden; 
	/*width:320px; */*/
}
.allImg li{
	cursor:pointer; 
	float:left; 
	height:83px; 
	margin-right:10px;
	padding:2px; 
	width:83px;
	border:1px solid #f5f2f5;
}
.allImg img{ 
	width:100%;
	height:100%;
}
.mainImg{ 
	position:relative; 
	border:1px solid #f5f2f5;
}
.mainImg .zoom_pup{ 
	background:rgba(255,255,255,0.5); 
	cursor:move; 
	height:220px; 
	left:0px; 
	position:absolute; 
	top:160px; 
	width:220px; 
	display:none; 
}
.big_pic{ 
	background-color:#fff; 
	border:1px solid #f5f2f5; 
	height:501px; 
	left:500px; 
	overflow:hidden; 
	position:absolute; 
	text-align:center; 
	top:0;
	width:501px; 
	display:none; 
}
.big_pic img{ 
	position:absolute;
	width:800px; 
	height:800px;
}
.infoimg .mainImg .magnifier{
	width:22px;
	height:22px;
	position:absolute;
	bottom:0;
	right:0;
}
.infoimg .mainImg .magnifier>img{
	width:22px;
	height:22px;
}
.proinfo-right{
	float:left;
	width:640px;
	margin-left:28px;
	font-size:16px;
	color:#a2a2a2;
}
.proinfo-right .pro-identify .mainhead .main-tit{
	color:#39373a;
	font-weight:bold;
	font-size:20px;
}
.proinfo-right .pro-identify .mainhead .main-tit>span{
	background:#1eaa08;
	color:#fff;
	padding:2px 10px;
	margin-right:10px;
	font-size:18px;
}
.proinfo-right .pro-identify .brief-desc{
	color:#2c897e ;
	font-size:18px;
	margin:20px auto;
}
.dlWrap{
	width:100%;
	border-top:1px solid #f5f2f5;
}
.briefdl{
	width:100%;
	border-bottom:1px solid #f5f2f5;
}
.briefdl dt,.briefdl dd{
   float:left;
   font-size:16px;
   color:#39373a;
   margin:10px 0;
   /*line-height:30px;*/
}
.briefdl dt{
	width:180px;
}
.detail_btn{
	background:url(../images/product/btn.png)no-repeat;
	display:inline-block;
	width:188px;
	height:50px;
	text-align:center;
	line-height:45px;
	color:#fff;
	font-size:20px;
	margin-top:40px;
}
.DetailImg_wrap{
	margin:45px auto;
}
.goods-intro{
	display:none;
}
.goods-intro>img{
	display:block;
	margin:0 auto;
}
.details_menu{
	width:100%;
	background:#fff;
	border:1px solid #f4f4f4;
	box-shadow: 5px -5px 0 #f8f7ea;
	margin-top:20px;
}
.details_menu li{
	float:left;
	width:178px;
	height:55px;
	line-height:55px;
	text-align:center;
	font-size:20px;
	cursor:pointer;	
}
.details_menu li.hover{
	border-bottom:3px solid #9e9853;
}
.details_menu li>a{
	color:#000;
}
.details_menu li>a>span{
	color:#d72426;
	margin-left:10px;
}
.evaluate-dl{
	width:100%;
	border-bottom:1px solid #dddddd;
	padding:15px 30px 0 30px;
	height:175px;
	font-size:12px;
}
.evaluate-dl dt{
	float:left;
	width:180px;
}
.evaluate-dl dt i{
	display:inline-block;
	width:25px;
	height:25px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
}
.evaluate-dl dt i>img{
	vertical-align:middle;
}
.evaluate-dl dd{
	width:585px;
	float:left;
}
.evaluate-dl dd .comment-star{
	background:url(../images/product/star.png) no-repeat;
	background-position:0 0;
	height:20px;
	width:78px;
}
.evaluate-dl dd .comment-text{
	margin-top:5px;
}
.evaluate-dl dd .comment-message{
	color:#999;
	margin-top:20px;
}
.evaluate-dl dd .comment-message .comment-time{
	margin-left:25px;
}
.comment-pager{
	width:320px;
	float:right;
	margin:60px 0;
}
.comment-pager .pager-item{
	display:inline-block;
	width:38px;
	height:28px;
	background:#f5f4f4;
	border:1px solid #dddddd;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	text-align:center;
	color:#000;
	line-height:28px;
	margin-right:5px;
}
.comment-pager .pager-item.on{
	background:#fff;
	border:none;
	color:#e33b3d;
}
.comment-pager .next,.comment-pager .pre{
	width:65px;
}