﻿@charset "utf-8";
/* CSS Document */
 /* switch */
.switch{
	width:100%;
	height:40px;
	margin-bottom:10px;
	overflow:hidden;
	}
.switchleft{
	float:left;
	overflow:hidden;
	}
.switchleft a{
	float:left;
	/*width:40px;*/
	/*height:40px;*/
	margin-right:1px;
	cursor:pointer;
	}
.switchleft a.pronine{
	background:url(../images/nine.png) no-repeat center center;
	}
.switchleft a.prolist{
	background:url(../images/list.png) no-repeat center center;
	}
.switchleft ul{display:flex;justify-content:flex-end;margin: 8px;}
.switchleft ul li{margin-left:10px}
.switchleft a{display:block;padding: 0px 10px;background: #f3f3f3;font-size: 14px;box-sizing:border-box;border: 1px solid #999999;transition:all .3s;color: #999;border-radius: 4px;}
.switchleft a:hover,.searchresult a.active{border:1px solid #999;background:#999;color:#fff}
.switchright {
    float: right;
    font-size: 15px;
    color: #333;
    line-height: 40px;
    margin: 0px 20px;
}
.switchright span{
	display:inline-block;
	}	
/* productlist */
.productlist{
	width:100%;
	overflow:hidden;
	}	
.productlist ul{
	width:100%;
	overflow:hidden;
	}
.productlist ul li{
	width:96%;
	padding:10px 2%;
	background-color:#f1f1f1;
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
	}
.productlist ul li:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-moz-transition:0.4s ease-in;
	-webkit-transition:0.4s ease-in;
	-o-transition:0.4s ease-in;
	transition:0.4s ease-in;
	}	
.productlist ul li .proimg{
	float:left;
	width:26.5%;
	}	
.productlist ul li .proimg a{
	display:block;
	padding:10px 0;
	}
.productlist ul li .proimg a img{
	width:100%;
	}
.productlist ul li dl{
	float:right;
	width:71%;
	padding-top:15px;
	overflow:hidden;
	}
.productlist ul li dl dt{
	height:44px;
	font-size:16px;
	color:#333;
	margin-bottom:10px;
	overflow:hidden;
	}
.productlist ul li dl dt a{
	display:block;
	color:#333;
	}
.productlist ul li dl dd{
	height:54px;
	font-size:12px;
	color:#999;
	line-height:150%;
	margin-bottom:10px;
	overflow:hidden;
	}
.prother{
	display:block;
	overflow:hidden;
	}
.prother p{
	font-size:14px;
	color:#999;
	margin-bottom:15px;
	}
.prother p em{
	display:inline-block;
	font-size:24px;
	color:#00a58b;
	font-style:normal;
	}
.prother a.remore {
	display:block;
	float:left;
	width:110px;
	height:30px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	background-color:#999;
	border-radius:3px;
	}
.prother a.addcart{
	display:block;
	float:left;
	width:30px;
	height:30px;
	margin-left:15px;
	background:url(../images/cart2.png) no-repeat center center;
    cursor:pointer;
	}		
.prother a.gotocart{
    display:block;
    float:left;
    width:30px;
    height:30px;
    margin-left:15px;
    background:url(../images/cart3.png) no-repeat center center;
    cursor:pointer;
}
/* productnine */
.productnine{
	width:100%;
	overflow:hidden;
	}
.productnine ul{
	width:100%;
	overflow:hidden;
	}
.productnine ul li{
	float:left;
	width: 31.733333%;
	margin-right: 2.4%;
	padding:10px 0;
	margin-bottom:20px;
	background-color:#f1f1f1;
	}
.productnine ul li:nth-child(3n) {
	margin-right: 0;
}
.productnine ul li:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-moz-transition:0.4s ease-in;
	-webkit-transition:0.4s ease-in;
	-o-transition:0.4s ease-in;
	transition:0.4s ease-in;
	}
.productnine dl {
	width:90%;
	margin:0 auto;
	font-size:12px;
	line-height:150%;
	overflow:hidden;
}
.productnine dt {
	padding-bottom:15px;
}
.productnine dt a{
	display:block;
	width:100%;
	height:260px;
	position:relative;
	margin:0 auto;
}
.productnine dt a img {
	max-width: 100%;
	max-height: 260px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.productnine dd{
	overflow:hidden;
	}
.productnine dd a{
	display:block;
	color:#0f0f0f;
	font-size:14px;
	}
.productnine .n_price {
	font-size:14px;
	color:#999;
	padding:5px 0 10px;
}
.productnine .n_price span{
	display:inline-block;
	font-size:24px;
	color:#00a58b;
	}
.productnine .n_desc {
	height:40px;
	font-size:14px;
	color:#666;
	margin-bottom:10px;
}
.productnine .n_more {
	float:left;
	width:110px;
	height:30px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	background-color:#999;
	border-radius:3px;
}
.productnine .n_addcart{
	display:block;
	float:right;
	width:30px;
	height:30px;
	background:url(../images/cart2.png) no-repeat center center;
	cursor:pointer;
	}			
