﻿/*产品分类 YP 2017-08-21*/
.product {
	padding-top: 30px;
}
.product-cate .pitem {
	padding: 10px;
	line-height: 30px;
	border-bottom: 1px dashed #ddd;
}
.product-cate .pitem .ptit {
	box-sizing: border-box;
	float: left;
	width: 22%;
	font-size: 1.3rem;
	box-sizing: border-box;
	color: #333;
	background: url(../images/icon_pdown.png) no-repeat left center;
	background-size: 16px;
	padding-left: 25px;
}
.product-cate .pitem .psubcate {
	float: left;
	width: 78%;
}
.product-cate .pitem .psubcate li {
	float: left;
	width: 25%;
	padding-right: 10px;
	box-sizing: border-box;
}
.product-cate .pitem .psubcate li a {
	display: inline-block;
	color: #666;
	background: url(../images/icon_pright.png) no-repeat left 9px;
	background-size: 8px;
	padding-left: 12px;
	font-size:14px;
}
.product-cate .pitem .psubcate li.on a,
.product-cate .pitem .psubcate li a:hover {
	color: #0075C1;
	background: url(../images/icon_pright_on.png) no-repeat left 9px;
	background-size: 8px;
}

@media only screen and (max-width: 1336px) and (min-width: 450px) {
	.product-cate .pitem .psubcate li a {
		background: url(../images/icon_pright.png) no-repeat left 10px;
		background-size: 7px;
	}
	.product-cate .pitem .psubcate li.on a,
	.product-cate .pitem .psubcate li a:hover {
		background: url(../images/icon_pright_on.png) no-repeat left 10px;
		background-size: 7px;
	}
}