#find{
	margin:20px 0;
}
#find .main{
	width: 1200px;
	margin:0 auto;
}
#find .top{
	height: 65px;
	margin-bottom:10px; 
	background:#fff;
	font-size: 20px;
}
#find .top span,img{
	vertical-align: middle;
}
#find .top span{
	padding-left: 10px;
	font-weight: bold;
	color: #666;
}
#find .choose{
	background-color: #fff;
	padding-left: 15px;
	font-size: 16px;
	color: #666;
	padding-top: 15px;

}
#find .choose .choose_top span{
	display: inline-block;
	width: 120px;
	height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 17px;
}
#find .choose .choose_top  i,#find .choosed span i{
	display: inline-block;
	width: 3px;
	height: 21px;
	margin-right: 8px;
	background: #ff5d15;
	vertical-align: middle;
}
#find .choose .choose_top input.txt{
    width: 290px;
    padding:8px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:1px solid #cecece;
    font-size: 16px;
    padding-left: 5px;
    vertical-align: middle;
}
#find .choose .choose_top input.btn{
	height: 35px;
	width: 68px;
	background-color: #ff5d15;
	color: #fff;
	border:1px solid #ff5d15;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    margin-left: 50px;
    vertical-align: middle;
}
#find .choose .choose_bottom p{
	height: 50px;
}
#find .choose .choose_bottom p span{
	display: inline-block;
}
#find .choose .choose_bottom p .cd-title{
	width: 112px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	padding-right: 8px;
	font-weight: bold;
}
#find .choose .choose_bottom p span.cd-sp{
	width: 100px;
	margin-top: 10px;
}
#find .choose .choose_bottom p span a{
	display: inline-block;
	color: #666;
	padding:5px 10px;
	border:1px solid #cecece;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#find .choose .choose_bottom p span:hover a{
	background-color: #ff5d15;
	color: #fff;
	border:1px solid #ff5d15;
}
#find .choosed{
	height: 50px;
	background-color: #fff;
	margin:10px 0;
	line-height: 50px;
}
#find .choosed span{
	padding:0 15px;
	font-size: 16px;
	color: #666;
}
#find .choosed span.red{
	font-size: 18px;
	color:#ff5d15;
	font-weight: bold;
}
#find .bodys{
	height: 170px;
	margin:10px 0;
	background-color: #fff;
	padding: 10px 10px;
	position: relative;
	/*overflow: hidden;*/
	display: none;
}
#find .bodys table{
	width: 100%;
	border-collapse:collapse;
}
#find .bodys table thead th{
	height: 45px;
	background-color: #f0f4fd;
	border:none;
	font-size: 20px;
	color: #666;
	text-align: left;
	padding-left: 50px;
}
#find .bodys table  tr{
	height: 43px;
	line-height: 43px;
	font-size: 20px;
}
#find .bodys table  tr .td_price{
	color: #ff5d15;
}
#find .bodys table  tr td{
	padding-left: 50px;
}
#find .bodys table  tr td i{
	display: inline-block;
	width: 14px;
	height: 14px;
    background:url(../img/b1.png) no-repeat;
    padding-left: 10px;
    vertical-align: middle;
}
#find .bodys table  tr:hover td i{
	background:url(../img/b2.png) no-repeat;
}
#find .bodys table  tr td a.lookxq{
	padding:5px 8px;
	color: #fff;
	border:1px solid #cecece;
	background-color: #ccc;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;

}
#find .bodys table  tr:hover td a.lookxq{
	background: #ff5d15;
	border:1px solid #ff5d15;
}
#find .bodys .pagination{
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 50px;
	width: 1100px;
	border-top: 1px solid #cecece;
	margin-left: -550px;
	text-align: center;
	padding-top:10px;
}
#classification{
	display: inline-block;
	*display:inline;
    *zoom:1;
    /*padding-top: 8px;*/
}
#classification p{
	padding-top: 8px;
	height: 45px;
}

/*列表清单*/
#list{
	margin-top: 10px;
	background-color: #fff;
	padding:20px 0px;
	box-shadow: 5px 5px 10px #ccc;
}
#list .list-content{
	width: 1140px;
	margin:auto;
}
#list div h4{
	border-bottom: 1px solid #ccc;
	height: 25px;
    line-height: 25px;
    padding:10px 10px;
    background-color: #ff5d15;
    color: #fff;
    font-size: 18px;
    opacity: 0.8;
}
#list div p{
	display:inline-block;
	width: 358px;
	padding-left: 10px;
	word-wrap: break-word;
	color: #000;
	border:1px solid #9e9e9e;
	margin:5px 5px 5px 0;
	height: 30px;
	line-height: 30px;
}
#list div p span{
	display: inline-block;
	font-size: 18px;
	width: 118px;
	height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	word-break:keep-all;
	position: relative;
	z-index: 1;
	/*border-right:1px solid #fff;*/
}
#list div p span:nth-child(1){
	color:#5192cc;
	font-size: 16px;
}
#list div p{
	position: relative;
	z-index: 2;
}
#list div p:before{
	background:#f9a986;
    content: "";
    position: absolute;
    z-index: -1;
    /*opacity: 0.2;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

#list div p:hover:before, #list div p:focus:before, #list div p:active:before {
	/*opacity: 0.2;*/
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
    transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
	cursor: pointer;
}
#list div p:hover span:nth-child(1){
	color: #000;
}