li{
	list-style-type:none;
}
.f-tool{
	position:fixed;
	right:0px;
	top:150px;
	width:40px;
	background:#5C5C5C;
	z-index:10001;
	_top:expression(eval(document.documentElement.scrollTop)+150);
	_postion:absolute;/*  */
	_clear: both;   
	/*_right:-1px;*/
	_top:auto;
}
.f-tool a{
    color: #fff;
}
.cooperativeSupplier{
	position:fixed;
    width: 554px;
    right: 50px;
    top: 190px;
    background: #fff;
    border: 1px solid #eee;
    border-radius:5px;
    border-top:none;
    box-shadow: 2px 2px 10px #ccc;
}

.cooperativeSupplier .cooperativeTitle{
	height:57px;
	margin:15px 18px 0px 18px;
	border-bottom:1px solid #eee;
	padding-bottom:8px;
}
.cooperativeSupplier .cooperativeTitle img{
	float:left;
	margin-right:15px;
}
.cooperativeSupplier .cooperativeTitle p{
	text-align:left;
	float:left;
}
.cooperativeSupplier .cooperativeTitle span.supplierTitle{
	display:inline-block;
	padding-bottom:7px;
	color:#0099ef;
	font-size:18px;
}
.cooperativeSupplier .cooperativeTitle span.supplierTips{
	color:#aaa;
	font-size:13px;
}
.cooperativeSupplier .cooperativeList{
	position:relative;
	margin:10px 0 0 0;
	width:554px;
	height:245px;
	overflow: hidden;
}
.cooperativeSupplier .supplierList{
	position:relative;
	width:515px;
	height:245px;
	overflow: hidden;
}
.cooperativeSupplier .supplierList .supplier_con{
	float:left;
	width:535px;
	height:245px;
}
.cooperativeSupplier #supplierList{
	position:absolute;
	top:5px;
	left:0px;
	height:245px;
	overflow: hidden;
}
.cooperativeSupplier .cooperativeList .prev{
	position:absolute;
	left:0;
	top:80px;
	cursor:pointer;
}
.cooperativeSupplier .cooperativeList .next{
	position:absolute;
	right:0;
	top:80px;
	cursor:pointer;
}
.cooperativeSupplier .cooperativeList .preNext img{
	width:18px;
}
.cooperativeSupplier .cooperativeList .supplierList li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #eee;
}
#triangle-right{
	position: absolute;
    top: 75px;
    right: -12px;
	width: 0; 
	height: 0; 
	border-top: 12px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 12px solid transparent;
}
.cooperativeSupplier .cooperativeList .supplierList li img{
	width:93px;
	height:58px;
	display:block;
}

.supplierList .btn{
	z-index: 9997;
    position: absolute;
    width: 100%;
    height: 15px;
    right: 0;
    bottom: 12px;
    text-align: center;
}
.supplierList .btn span{
	display: inline-block;
    margin-top: 2px;
    _display: inline;
    _zoom: 1;
    width: 10px;
    height: 10px;
    _font-size: 0;
    margin-left: 4px;
    cursor: pointer;
}
.supplierList .btn img{
	width:10px;
	height:10px;
}

.f-tool div{
	width:40px;
}
.f-tool-header{
	height:30px;
	border-bottom:1px solid #ddd;
}
.shopping-car{
	border-bottom:1px solid #ddd;
	text-align:center;
    position: relative;
}
.reIcon{
    display: block;
    position: absolute;
    top: 5px;
    right:5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #d81e06;
    z-index: 9999;
    display: none;
}
.work-gys{
	border-bottom:1px solid #ddd;
	text-align:center;
}
.work-gys-select{
	background:#0099ef;
}
.work-gys-select a{
	color:#fff;
}
.consult{
	border-bottom:1px solid #ddd;
}
.go-to-top{
	padding:75px 0 0 0;
}
.f-tool a{
    display: block;
    padding-bottom: 10px;
    text-align: center;
}
.f-tool img{
	
}

.img_icon{
	width:15px !important;
	    margin: 10px 0 0;
}
.icon_des{
	font-size: 12px;
	margin: 10px 0 0 0;
	text-align:center;
}
/* 收藏 */
.collect,.code{
    border-bottom: 1px solid #ddd;
}
.f-tool div.code{
    position: relative;
}
.f-tool div.codeShow{
    position: absolute;
    left: -161px;
    top: 0;
    background: #5C5C5C;
    z-index: 9999;
    width: 160px;
    height: 160px;
    display: none;
}
.f-tool div.codeShow img{
    display: block;
    width: 140px;
    height: 140px;
    margin: 10px;
}
.f-tool div.code:hover .codeShow{
    display: block;
}