/*电子地图*/
.iw_poi_title {
	color:blue;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap;
	font-family:tahoma, 宋体;
}
.iw_poi_content {
	font:12px arial, sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word;
	font-family:tahoma, 宋体;
}
.anchorBL {
	display:none;
}


/*暂无内容*/
#pagelist{
	font:14px/40px 微软雅黑;
	color:#959595;
}



/*表格样式1
<table border="1" cellspacing="0" cellpadding="0" id="tablelf">*/
#tablelf {
	color: #000;
	cursor: default;
	width: 100%;
	margin:18px 0;
}
#tablelf td {
	height:20px;
	line-height:20px;
	background:#fff;
	padding-left:8px;
	border:1px solid #000;
	color:#2b2b2b;
	padding:8px;
	text-align:center;
	font-family:tahoma, 宋体;
}
#tablelf td p {
	text-align:center;
}

/*表格样式2
隔行变色，鼠标经过变色
chanpinxia改成产品详细页的样式名称
<table border="0" cellspacing="1" cellpadding="0" align="center">
*/


.chanpinxia table {
	width:100%;
	background:#d0d0d0;
	cursor:default;
	border-collapse:inherit;
}
.chanpinxia table td {
	text-align:center;
	font:12px/32px 微软雅黑;
	height:32px;
}
.chanpinxia table td,
.chanpinxia table td p{
	color:#393939;
	margin:0;
	padding:0;
	line-height:32px;
}
.chanpinxia .red11 {
	background:#f3f3f3;
}
.chanpinxia .red22 {
	background:#fff;
}
.chanpinxia tr.redd td {
	background:#7990c4;
	color:#fff;
}
.chanpinxia tr.redd p{
	color:#fff;
}



/*初始样式*/
.clear {
	height:0;
	overflow:hidden;
}
a{
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
.clearleft{
	clear:left;
}
.clearright{
	clear:right;
}
/*网站样式*/


::-webkit-scrollbar-track-piece {
 width:10px;
 background-color:#f8f8f8;
}
::-webkit-scrollbar {
 width:10px;
 background-color:#322c2c;
}
::-webkit-scrollbar-thumb {
 width:10px;
 background-color:#322c2c;
}
::-webkit-scrollbar-thumb:hover {
 width:10px;
 background-color:#8c181f;
}


select #extid{
	width:400px;
	height:600px;
}











































































































