.fiexd-nav{
	display: none;
}
.nav-top{
	border-bottom: 2px solid #ff6000;
	box-sizing: border-box;
}



.content{
	width: 1200px;
	margin: 20px auto 0;
}

.topnav{
	font-size: 14px;
	color: #666;
}
.topnav a{
	font-size: 14px;
	color: #666;
}




/* 筛选 */
.goods-sx{
	background: #fff;
	padding: 20px 30px 15px;
	margin-top: 20px;
}
.goods-sx>div>span{
	font-size: 12px;
	color: #666;
	display: block;
	margin-right: 30px;
}

.logo-lists ul li{
	width: 100px;
	height: 66px;
	border: 1px solid #eee;
	margin: -1px -1px 0 0;
	box-sizing: border-box;
	position: relative;
}
.logo-lists ul li a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.logo-lists ul li p{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 14px;
	color: #ff6000;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center;
	line-height: 66px;
	border: 1px solid #ff6000;
	box-sizing: border-box;
}
.logo-lists ul{
	width: 991px;
	height: 132px;
	overflow: hidden;
	border-top: 1px solid #eee;
	box-sizing: border-box;
}

.logo-lists.zk{
	height:198px;
	overflow:hidden;
	overflow-y:auto;
}
.logo-lists>ul.zk{
	height: auto;
}
.more.zk img{
	transform: rotate(180deg);
}

.logo-lists ul li img{
	width: 100%;
	height: 100%;
}

.ppsx{
	position: relative;
	margin-bottom: 15px;
}
.ppsx .more{
	position: absolute;
	width: 60px;
	height: 23px;
	right: 0;
	line-height: 23px;
	display: block;
	padding-left: 11px;
	font-size: 12px;
	color: #333;
	top:0;
	border: 1px solid #eee;
	box-sizing: border-box;
}



/* 价格 */
.price{
	/*height: 40px;*/
	border-top: 1px solid #eee;
	box-sizing: border-box;
}
.price>span{
	line-height: 40px;
}
.price>ul{
	width: 1070px;
}
.price>ul li a{
	display: block;
	line-height: 40px;
	font-size: 12px;
	color: #333;
	margin-right: 45px;
}
.price>ul li:hover a{
	color: #ff6000;
}
.price .price-active a{
	color: #ff6000;
}

.price .pri-tit{
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
}
.price .pri-up{
	display: inline-block;
    width: 7px;
    vertical-align: top;
	margin-top: 16px;
}
.price .pri-up i{
	float: left;
    width: 8px;
	height: 4px;
    overflow: hidden;
}
.price .pri-up .arrow-top{
	background: url(/static/home/images/img/sprite-arrow1.png);
}
.price .pri-up .arrow-bottom{
	margin-top: 2px;
	background: url(/static/home/images/img/sprite-arrow2.png);
}
.price .pri-up .arrow-top-active{
	background: url(/static/home/images/img/sprite-arrow1-ac.png);
}
.price .pri-up .arrow-bottom-active{
	background: url(/static/home/images/img/sprite-arrow2-ac.png);
}




/* 产品列表 */
.cp-lists>ul{
	width: 100%;
	margin-top: 20px;
}
.cp-lists>ul li{
	margin-bottom: 10px;
	margin-right: 10px;
    width: 228px;
    background: #fff;
    padding: 0 0 10px;
    box-sizing: border-box;
    margin-right: 15px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    z-index: 1;
}
.cp-lists>ul li:hover{
	box-shadow: 0 15px 30px rgba(0,0,0,0.2);
	z-index: 2;
}
.cp-lists>ul li:nth-child(5n){
	margin-right: 0;
}
.cp-lists>ul li img{
	display: block;
    width: 100%;
    height: 228px;
    margin: 0 auto;
}
.cp-lists>ul li .p-intro{
	height: 40px;
}
.cp-lists>ul li .intro{
	margin-top: 10px;
    width: 100%;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding: 0 20px;
}
.cp-lists>ul li .cp-price{
	font-size: 16px;
    margin-top: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #ff6000;
    font-weight: bold;
}
.cp-lists>ul li  .cp-price span{
	font-size: 12px;
    color: #ff6000;
}

/* 分页 */
.pagination{
	width: 392px;
	margin: 50px auto 70px;
}
.pagination ul{
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	margin: 0 auto;
}
.pagination ul li{
	background: #fff;
}
.pagination ul li span{
	display: block;
	width: 42px;
	font-size: 16px;
	color: #939393;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.pagination ul li.page-l span{
	background: url(/static/home/images/img/page-l.png) no-repeat center;
	background-size: 8px 14px;
}
.pagination ul li.page-r span{
	background: url(/static/home/images/img/page-r.png) no-repeat center;
	background-size: 8px 14px;
}
.pagination ul li span.clecked{
	background: #ff6000;
	border-color: #ff6000;
	color: #fff;
}