.product .banner,
.productDetails .banner{
	width: 100%;
	height: 500px;
	background: url(../img/product-banner.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.product-type{
	margin-top: 64px;
	padding-bottom: 10px;
}
.product-type .type-list li{
	float: left;
	width: 170px;
	margin-right: 84px;
}
.product-type .type-list li:last-child{
	margin-right: 0;
}
.product-type .type-list li a{
	display: block;
}
.product-type .type-list li img{
	display: block;
	width: 136px;
	height: 95px;
	margin: 0 auto;
}
.product-type .type-list li p{
	color: #000000;
	font-size: 24px;
	line-height:32px;
	font-weight: 200;
	text-align: center;
	margin-top:15px;
	font-family: simsun;
}
.content-view{
	margin-top: 53px;
}
.content-view .details{
	width: 1114px;
	margin-bottom: 58px;
}
.content-view .details .crumbsNav{
	color: #7d7d7d;
	font-size: 24px;
	line-height: 44px;
	border-bottom: 1px solid #7d7d7d;
	padding-left: 8px;
	font-weight: 200;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: simsun;
}
.content-view .details .crumbsNav a{
	color: #7d7d7d;
}

.product-list{
	margin-top: 22px;
  	padding-bottom: 10px;
  	border-bottom: 1px solid #bfbfbf;
}
.product-list li{
	float: left;
	width: 356px;
	margin-right: 23px;
	margin-bottom: 26px;
}
.product-list li:nth-child(3n){
	margin-right: 0;
}
.product-list li a{
	display: block;
}
.product-list li .pic{
	width: 354px;
	height: 354px;
	border:1px solid #7d7d7d;
}
.product-list li .pic img{
	display: block;
	width: 354px;
	height: 354px;
}
.product-list li .title{
	margin-top: 18px;
}
.product-list li .title a{
	display: block;
	width: 252px;
	font-size: 24px;
	line-height: 46px;
	color: #7d7d7d;
	border-bottom: 1px dashed #7d7d7d;
	margin: 0 auto;
	text-align: center;
}

#page{
	text-align: center;
}
#page .layui-laypage{
	margin: 30px 0 0;
}
#page .layui-laypage a:hover {
    color: #333333;
}
#page .layui-laypage a, .layui-laypage span{
	margin: 0 -1px 0 0;
}

.product-details .info{
	margin-top: 22px;
	margin-bottom: 47px;
}
.product-details .pic-container{
	width: 500px;
	height: 660px;
}
.product-details .pic-container .main-img{
	width: 500px;
	height: 500px;
	background-color: #bfbfbf;
}
.product-details .pic-container .main-img img{
	display: block;
	width: 500px;
	height: 500px;
}
.product-details .pic-container .switchBox{
	margin-top: 30px;
	height: 130px;
	width: 500px;
	position: relative;
}
.product-details .pic-container .switchBox .prev,
.product-details .pic-container .switchBox .next{
	display: block;
    width: 16px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -16px;
    padding: 0 9px;
}
.product-details .pic-container .switchBox .prev{
	left: 0;
}
.product-details .pic-container .switchBox .next{
	right: 0;
}
.pic-container .switchBox .arrow-next{
	display: block;
	width: 16px;
    height: 32px;
    background: url(../img/icon_next.png) no-repeat center;
}
.pic-container .switchBox .arrow-prev{
	display: block;
	width: 16px;
    height: 32px;
    background: url(../img/icon_prev.png) no-repeat center;
}
.pic-container .img-list{
	width: 432px;
	margin: 0 auto;
	height: 130px;
	overflow: hidden;
	position: relative;
}
.pic-container .img-list ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 130px;
	width: auto;
}
.pic-container .img-list ul li{
	width: 144px;
	height: 130px;
	float: left;
}

.pic-container .img-list ul li img{
	display: block;
	width: 128px;
	height: 128px;
	margin: 0 auto;
	border: 1px solid transparent;
}
.pic-container .img-list ul li img:hover{
	border: 1px solid #0a49a7;
}
.product-details .parameter{
	width: 374px;
	margin-left: 40px;
	padding-top: 76px;
}
.product-details .parameter .name{
	color: #0a49a7;
	font-size: 30px;
	line-height: 50px;
	width: 252px;
	border-bottom: 1px dashed #7d7d7d;
	margin-bottom: 12px;
}
.product-details .parameter .item{
	overflow: hidden;
	font-size: 24px;
	line-height: 50px;
}
.product-details .parameter .item .title{
	float: left;
	width: 74px;
	color: #0a49a7;
}
.product-details .parameter .item span{
	float: left;
	width: 300px;
	color: #7d7d7d;
}
.product-details .content-title{
	color: #3e3e3e;
	font-size: 30px;
	line-height: 50px;
	border-bottom: 1px solid #7d7d7d;
}
.product-details .intro .content{
	min-height: 100px;
}
.product-details .intro .content img{
	max-width: 90%;
	height: auto;
	margin: 0 auto;
}

.product-details .recommendation .recommendation-list{
	margin-top: 14px;
}
.product-details .recommendation .recommendation-list li{
	float: left;
	width: 356px;
	margin-right: 23px;
}
.product-details .recommendation .recommendation-list li:nth-child(3n){
	margin-right: 0;
}
.product-details .recommendation-list li a{
	display: block;
}
.product-details .recommendation-list li .pic img{
	display: block;
	width: 356px;
	height: 356px;
}
.product-details .recommendation-list li .title{
	margin-top: 14px;
}
.product-details .recommendation-list li .title a{
	display: block;
	font-size: 24px;
	line-height: 46px;
	color: #3e3e3e;
	text-align: center;
}



