ul li {
	list-style: none
}
a {
	color: #333 3;
	text-decoration: none
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0
}
.product_list_new {
	width: 890px
}
.product_list_new>ul {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.product_list_new>ul>li {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	margin-bottom: 15px;
}
.product_list_new>ul>li>div {
	height: 24px;
	line-height: 24px;
	position: relative
}
.product_list_new>ul>li>div::after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	height: 1px;
	background: #e5e5e5;
	width: 100%
}
.product_list_new>ul>li>div>span {
	font-size: 16px;
	color: #004098;
	background-color: #fff;
	position: relative;
	z-index: 666;
	cursor: pointer
}
.product_list_new>ul>li>div>span:last-child {
	float: right;
	padding-left: 12px
}
.product_list_new>ul>li>div>span:last-child img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .6s, ease;
	transition: all .6s, ease
}
.product_list_new>ul>li>div>span:first-child {
	padding-right: 12px
}
.product_list_new>ul>li>p {
	font-size: 14px;
	color: #333;
	padding: 10px 0;
	margin-top: 10px
}
.product_list_new>ul>li>ul {
	background: #f4f7fa;
	padding: 15px 20px;
	overflow: auto
}
.product_list_new>ul>li>ul>li {
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 38px
}
.product_list_new>ul>li>ul>li::before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	content: '';
	width: 4px;
	height: 4px;
	background: #004098
}
.product_list_new>ul>li>ul>li:nth-of-type(3n) {
	margin-right: 0
}
.product_list_new>ul>li>ul>li a {
	color: #666;
	font-size: 14px
}
.product_list_new>ul .hide {
	height: 40px;
	overflow: hidden
}
.product_list_new>ul .hide>div span:last-child img {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

@media screen and (max-width:1024px) {
.product_list_new {
	width: 100%
}
.product_list_new>ul>li>ul>li {
	width: 47%;
	margin-right: 6%
}
.product_list_new>ul>li>ul>li:nth-of-type(3n) {
	margin-right: 6%
}
.product_list_new>ul>li>ul>li:nth-of-type(2n) {
	margin-right: 0
}
}

@media screen and (max-width:667px) {
.product_list_new {
	width: 100%
}
.product_list_new>ul>li>ul>li {
	width: 100%;
	margin-right: 0
}
.product_list_new>ul>li>ul>li:nth-of-type(3n) {
	margin-right: 0
}
.product_list_new>ul>li>ul>li:nth-of-type(2n) {
	margin-right: 0
}
}
/*# sourceMappingURL=product.css.map */



/**/

.tree-menu-box{
	display: block !important;
	position: relative !important;
	text-align: left !important;
	height: auto !important;
	background: none !important;
}
.tree-menu-box>div{
	height: auto !important;
}
.tree-menu-1{
	border-bottom: 1px solid #e5e5e5;
}
.menu-1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	cursor: pointer;
}
.menu-1 i{
	color: #222 !important
}
.tree-menu-2-box{
	width: 200px;
	position: absolute;
	top: 0;
	left: 300px;
	background: #fff;
}
.menu-2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
}
.tree-menu-3-box{
	width: 200px;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
}
.menu-3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
}
.tree-menu-4-box{
	width: 200px;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
}
.menu-4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
}
.tree-menu-5-box{
	width: 300px;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
}
