.top-cl{
	border-top: 2px solid #363636;
    border-bottom: 1px solid #dddddd;
    height: 69px;
    line-height: 69px;
	margin-bottom: 30px;
}
.top-c2{
	border-top: 2px solid #363636;
	border-bottom: 1px solid #dddddd;
	/* height: 69px; */
	/* line-height: 69px; */
	margin-bottom: 30px;
	padding-bottom: 16px;
}
#products .productList,
.other-product .productList{
    margin: 40px auto 20px;
	overflow:hidden;
}
#products .productList >div{
	width: 24.2%;
    float: left;
    margin-right: 1%;
	margin-bottom: 20px;
}
#products .productList >div:nth-child(4n){
	margin-right: 0;
}
#products .productList .product-info,
.other-product .productList .product-info{
	margin: 0 10px;
}
#products .productList .product-info .photo,
.other-product .productList .product-info .photo{
	position: relative;
}
#products .productList .product-info .photo .img,
#products .right .right-product-info .photo .img,
.other-product .product-info .photo .img{
	background-repeat: no-repeat;
    display: block;
    background-position: 50% 50%;
    background-size: auto 100%;
}

#products .productList .product-info .photo .more,
.other-product .productList .product-info .photo .more{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2e2f33;
    height: 0;
    line-height: 29px;
	text-align:center;
	transition:all ease-in-out 0.3s;
	overflow:hidden;
}
#products .productList .product-info:hover .photo .more,
.other-product .productList .product-info:hover .photo .more{
    height: 29px;
}
#products .productList .product-info .photo .more a,
.other-product .productList .product-info .photo .more a{
	color:#fff;
}
#products .productList .product-info .photo .more a img,
.other-product .productList .product-info .photo .more a img{
	display:inline;
	margin-right: 5px;
	vertical-align: sub;
}
#products .productList .product-info .product-detail,
.other-product .productList .product-info .product-detail{
	padding: 10px;
}
#products .productList .product-info:hover .product-detail,
.other-product .productList .product-info:hover .product-detail{
	background:#f2f2f2;
}
#products .productList .product-info .product-detail h3,
.other-product .productList .product-info .product-detail h3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#products .productList .product-info .product-detail h3 a,
.other-product .productList .product-info .product-detail h3 a{
	color:#2c2c2c;
	font-size:14px;
}
#products .productList .product-info .product-detail .number,
.other-product .productList .product-info .product-detail .number{
	color:#2c2c2c;
	font-size:12px;
	height: 23px;
    overflow: hidden;
}
#pside-nav h3{
	font-size:22px;
	color:#000;
	font-weight:normal;
}
#pside-nav h4{
	color:#f8a530;
	font-size:22px;
	border-bottom:2px solid #efefef;
	padding: 15px 0;
}
#pside-nav >ul >li{
	background-image:url(/images/20/block.png);
	background-repeat:no-repeat;
	background-position:95% 25px;
}
#pside-nav >ul >li:hover,
#pside-nav >ul >li.action{
	background-image:url(/images/20/smenu.png);
}
#pside-nav li a{
	color:#7a7a7a;
	font-size:18px;
}
#pside-nav >ul li p{
	padding: 15px 10px;
    border-bottom: 1px solid #efefef;
}
#pside-nav >ul >li >ul{
	display: none;
}
#pside-nav >ul >li:hover >ul,
#pside-nav >ul >li.action >ul{
	display:block;
}
#pside-nav >ul >li >ul li{
    padding: 15px 10px 15px 35px;
    border-bottom: 1px solid #efefef;	
	background-image:url(/images/20/side-pro-nav.png);
	background-repeat:no-repeat;
	background-position: 20px 22px;
}
.top-cl #pagenav{
	line-height:170%;
    margin-top: 15px;
}
.top-c2 #pagenav{
	line-height:170%;
	margin-top: 0;
}
.top-c2 #pagenav a{
	margin-top:15px;
}
/**********ç”¢å“å…§é ***********/
.product-top{
	overflow:hidden;
	margin-bottom: 40px;
}
.product-top .product-deta-left{
	float:left;
	width:45%;
}
.product-top .product-deta-left .main-pro-img{
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
	border: 1px solid #e9e9e9;
}
.product-top .product-deta-left .sub-pro-img{
	 margin-top: 10px;
}
.product-top .product-deta-left .sub-pro-img li{
	float: left;
    width: 25%;
}
.product-top .product-deta-left .sub-pro-img li a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;	
	border: 1px solid #f7f7f7;
}
.product-top .product-deta-left .sub-pro-img li a:hover{
	border: 1px solid #777777;
}
.product-top .product-deta-right{
	float:right;
	width:50%;
}
.product-top .product-deta-right >h4{
	color: #181818;
    font-size: 18px;
}
.product-top .product-deta-right .productNO{
	border-bottom: 1px dashed #e1e1e1;
	padding: 10px 0;
}
.product-top .product-deta-right .howtouse{
	margin-bottom: 30px;
}
.product-top .product-deta-right .title{
	color: #464646;
    font-size: 14px;
    margin: 20px 0;
}
.product-top .product-deta-right .des article{
	font-size:14px;
	padding: 0 10px;
}
.product-top .product-deta-right .share{
	border-top: 1px dashed #e1e1e1;
    margin-top: 20px;
    padding-top: 15px;
}
.product-top .product-deta-right .share .ask{
	margin:10px 0;
}
.product-top .product-deta-right .share p,
.product-top .product-deta-right .share p a{
	color: #515151;
}
.product-top .product-deta-right .share p a{
	margin: 0 3px;
}
.product-top .product-deta-right .share p a img{
	width:21px;
}

.product-other #pro-article .tabs{
	border-bottom: 1px solid #b7b6b6;
    margin-bottom: 20px;
}
.product-other #pro-article .tabs li{
	float:left;
	position:relative;
}
.product-other #pro-article .tabs li:after{
	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f8a530;
    content: '';
    top: 0;
    left: 0;
	z-index: -1;
    transform-origin: bottom;
    transform: skewX(-5deg);
}
.product-other #pro-article .tabs li.active:after,
.product-other #pro-article .tabs li:hover:after{
	display: block;
}
.product-other #pro-article .tabs li a{
	color:#393939;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:5px 20px;
}
.product-other #pro-article .tabs li.active a,
.product-other #pro-article .tabs li:hover a{
	color:#fff;
}
.other-product{
	margin: 50px 0 20px;
}
.other-product >h3{
    color: #444444;
    font-size: 22px;
    border-bottom: 2px solid #f4f5f6;
    padding-bottom: 10px;
    margin-bottom: 20px;
	position:relative;
}
.other-product >h3:after{
    content: '';
    background: #b2b2b2;
    width: 55%;
    height: 2px;
    position: absolute;
    display: block;
    bottom: -2px;
}
.other-product .slick-next,
.other-product .slick-prev{
	background-image:url(/images/20/scrrow-next.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:11px;
	height:19px;
	right: 0;
    top: -60px;
	background-size: 8px;    
	opacity: 0.7;
}
.other-product .slick-next:hover,
.other-product .slick-prev:hover{
	opacity: 1;
}
.other-product .productList{
	overflow:visible;
}
.other-product .slick-prev{
	background-image:url(/images/20/scrrow-pre.png);
	left: initial;
    right: 20px;
}
.other-product .slick-next:before,
.other-product .slick-prev:before{
	display:none;
}
@media screen and (max-width: 980px) {
	#products .productList >div,
	#products .productList >div:nth-child(4n){
		width: 32.3%;
		margin-right: 1%;
	}
	#products .productList >div:nth-child(3n){
		margin-right: 0;
	}
	#products .productList .product-info .photo .more a,
	.other-product .productList .product-info .photo .more a{
		font-size:14px;
	}
	.product-top .product-deta-left,
	.product-top .product-deta-right{
		width:100%;
		margin-bottom:30px;
	}
	.other-product >h3{
		font-size:18px;
	}
}
@media screen and (max-width: 640px) {
	.other-product .slick-next,
	.other-product .slick-prev{
		top:-20px;
	}
}
@media screen and (max-width: 480px) {
	#products .productList >div,
	#products .productList >div:nth-child(4n),
	#products .productList >div:nth-child(3n){
		width: 49.5%;
		margin-right: 1%;
	}
	#products .productList >div:nth-child(2n){
		margin-right: 0;
	}
}