/*header*/
/*.nav-wrap{*/
	/*background-color: #fff;width: 100%;overflow: hidden;*/
/*}*/
/*#nav{*/
	/*margin-top: 0;*/
/*}*/
/*.logo-wrap{*/
	/*width: 100%;background-color: #fff*/
/*}*/
/*.cat_list_item{*/
	/*display: none*/
/*}*/
body{
	background: #f7f7f7;
}
.list-cont{
	width: 100%;
	position: absolute;
	top: 192px;
	text-align: center;
	overflow: hidden;
}
.list-cot-wrap{
	/*width: 1195px;*/
	/*position: absolute;*/
	margin: 0 auto;
	text-align: center;
}
.contL{
	width:230px;
	float: left;
	margin-bottom: 50px;
}
.contR{
	width:930px;
	margin-left:35px;
	float: right;
	margin-bottom: 50px;

}
.classify{
	margin-top:10px;
	background-color:#fff;
	border: 1px solid #EEEEEE;
}
.classify-u1{
	text-align: left;
	margin-left: 30px
}
.classify-u1>li{
	margin:15px auto;font-size: 14px
}
.classify-u2{
	display: none;margin-left: 40px;
}
.classify-u2>li{
	padding-top: 5px
}
.classify-u2>li:first-child{
	margin-top: 5px
}


.classify h3{
	font-size:14px;
	height:40px;
	line-height:40px;
	padding-left:20px;
	border-bottom: 1px solid #EEEEEE;
	color:#333;
	text-align: left;
	letter-spacing: -0.25px;
}

.list-cot-wrap{
	width: 1200px;
	overflow: hidden;
}


/*----------------------------------*/
#menu tr,
#menu td{
	line-height:36px;
}
#menu tr a,
#menu td a{
	font-size:14px;
	color:#000;
}
#menu  span{
	margin-right:10px;
}
#menu.treetable tr.branch{
	background-color:#fff;
}
#menu.treetable tr.branch a{
	/*color:#999;*/
}
table.treetable{
	border: 0;
	text-align: left;
}
.contL .banner{
	width:100%;
	height:230px;
	margin-top:20px;
	background-color:#fff;
}
.contR{
	margin-top:10px;
	/*position: absolute;*/
	/*top: -786px*/
}
.contR .sort,
.contR .ls-item,
.contR .nav{
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#fff;
	margin-bottom:10px;
	padding:0 20px;
	clear:both;
}
.ls-item-div{
width:100%;
background:#fff;
}
.contR .nav span{
	padding:0 6px;
}
.contR .sort span,
.contR .sort ul,
.contR .sort li,
.contR .ls-item span,
.contR .ls-item ul,
.contR .ls-item li{
	float:left;
}
.nav{
	text-align: left;
}
.ls-item ul{
width:90%
}
.sort span:nth-child(2){
margin-left:20px
}
.nav>span:nth-child(1),.nav>span:nth-child(2){
	margin-left: -7px
}
.contR .sort li,
.contR .ls-item li{
	margin-left:20px;
}
.item li{
	float:left;
	width:225px;
	height:350px;
	padding:20px;
	background-color:#fff;
	margin-right:10px;
	margin-bottom:10px;
}
.item li:nth-child(4n){
	margin-right:0;
}
.item li:hover{
	box-shadow: 0 15px 20px rgba(0,0,0,.2);
	transform: translate3d(0,-2px,0);
	transition: all .2s ease-in 0s;
}
.item li .img{
	width:185px;
	height:185px;
}
.item li .img img{
	width:100%;
	height:100%;
}
.item li .foot{
	text-align:center;
}
.item li .foot h3{
	margin-top:30px;
	font-size: 20px;
	color: #FF6600;
}
.item li .foot p:nth-child(2){
	font-size: 16px;
	color: #333333;
	margin-top:13px;
}
.item li .foot p:nth-child(3){
    font-size: 14px;
    color: #999999;
    margin-top:6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
