@charset "utf-8";

/* 布局 */
#content {
	position: relative;
	z-index: 1;
	width: 950px;
	margin: 0 auto;
	background: #fff;
}

#content .top,#content .bottom {
	position: relative;
	z-index: 1;
	clear: both;
	width: 950px;
	height: 6px;
	font-size: 1px;
	overflow: hidden;
}

#content .top {
	position: relative;
	z-index: 1;
	height: 7px;
	background: url(http://i1.j.cn/layout/main_top.gif) 0 0 no-repeat;
}

#content .bottom {
	background: url(http://i1.j.cn/layout/content_bottom.gif) 0 0 no-repeat;
}

#content .body {
	position: relative;
	z-index: 2;
	float: left;
	width: 948px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	background: #fff;
}

.listcol {
	float: left;
	width: 948px;
	background: url(http://i1.j.cn/layout/listcol_bg.gif) 0 0 repeat-y;
}

#leftcontent {
	position: relative;
	z-index: 2;
	float: left;
	width: 156px;
	padding: 50px 0 50px 0;
}

#rightcontent {
	position: relative;
	z-index: 1;
	float: right;
	width: 788px;
	background: #fff;
}

#maincontent {
	position: relative;
	z-index: 1;
	float: right;
	width: 787px;
	padding: 40px 0 0 0;
	background: #fff;
}

* html #maincontent {
	height: 500px;
}

#maincontent .toparea {
	position: relative;
	z-index: 4;
	width: 767px;
	padding: 0 10px;
	font-size: 12px;
	min-height: 38px;
	line-height: 38px;
	background: #fff;
}

/* 过滤 */
#maincontent .filter {
	position: relative;
	z-index: 4;
	clear: both;
	width: 751px;
	overflow: hidden;
	padding: 0 0 0 30px;
	border-bottom: 1px dotted #ccc;
	background: url(http://i1.j.cn/icon/icon_all.gif) #fff 0 -1500px no-repeat;
}

#maincontent .filter .col {
	clear: both;
	float: left;
	width: 751px;
	line-height: 18px;
	padding:0 0 10px 0;
}

#maincontent .filter .col h4 {
	width: 65px;
	float: left;
	font-weight: normal;
	font-size: 13px;
	text-align:right;
}

#maincontent .filter .col ul {
	width: 685px;
	float: right;
}

#maincontent .filter .col ul li {
	display: inline;
	float: left;
	margin: 0 8px;
	white-space: nowrap;
}

#maincontent .filter .col ul li a.now {
	font-weight: bold;
	color: #e45800;
}

#maincontent .filter .prcol {
	clear: both;
	float: left;
	width: 751px;
	line-height: 18px;
	padding:0 0 10px 0;
}

#maincontent .filter .prcol h4 {
	width: 65px;
	float: left;
	font-weight: normal;
	font-size: 13px;
	text-align:right;
}

#maincontent .filter .prcol ul {
	width: 685px;
	float: right;
}

#maincontent .filter .prcol ul li {
	display: inline;
	float: left;
	margin: 0 8px;
	white-space: nowrap;
}

#maincontent .filter .prcol ul li a.now {
	font-weight: bold;
	color: #e45800;
}
/* 过滤打折、验证 */
#maincontent .filter .formarea {
	clear: both;
	float: left;
	line-height: 25px;
	font-size: 12px;
	padding:0 0 2px 0;
}
#maincontent .filter .formarea h4{
	width: 65px;
	float: left;
	font-weight: normal;
	font-size: 13px;
	text-align:right;
}

* html #maincontent .filter .formarea {
	width: 680px;
}

html>body #maincontent .filter .formarea {
	width: 676px;
}

#maincontent .filter .formarea input {
	float: left;
}

* html #maincontent .filter .formarea input {
	margin: 2px 0 0 5px;
}

html>body #maincontent .filter .formarea input {
	margin: 5px 0 0 10px;
}

#maincontent .filter .formarea label {
	float: left;
	margin: 0 10px 0 3px;
	color: #333;
}

#maincontent .filter .formarea label.discount {
	padding: 0 0 0 15px;
	background: url(http://i1.j.cn/icon/icon_all.gif) -786px -606px no-repeat;
}

#maincontent .filter .formarea label.proof {
	padding: 0 0 0 19px;
	background: url(http://i1.j.cn/icon/icon_all.gif) -782px -672px no-repeat;
}

/* 列表底部链接 */
.listbottomlink {
	clear: both;
	width: 787px;
	height: 30px;
	margin: 0 0 10px 0;
	background: #fff;
}

/* 切换视图 */
.listbottomlink a.listview {
	display: block;
	float: left;
	height: 27px;
	margin: 5px 0 0 0;
	padding: 0 0 0 35px;
	font-size: 14px;
	line-height: 27px;
	cursor: pointer;
	text-decoration: underline;
	background: url(http://i1.j.cn/icon/icon_all.gif) 0 -604px no-repeat;
}

.listbottomlink a.mapview {
	display: inline;
	float: left;
	height: 27px;
	margin: 0 0 0 15px;
	padding: 0 0 0 35px;
	font-size: 14px;
	line-height: 27px;
	cursor: pointer;
	text-decoration: underline;
	background: url(http://i1.j.cn/icon/icon_all.gif) 0 -1746px no-repeat;
}

.listbottomlink .rightarea {
	float: right;
	margin: 5px 0 0 0;
	line-height: 30px;
}

.listbottomlink .rightarea a {
	float: right;
	font-size: 12px;
	line-height: 25px;
	margin: 0 15px 0 0;
	padding: 0 0 0 23px;
}

.listbottomlink .rightarea .faqlink {
	background: url(http://i1.j.cn/icon/icon_all.gif) 0 -1794px no-repeat;
}

.listbottomlink .rightarea .join {
	background: url(http://i1.j.cn/icon/icon_all.gif) 0 -1835px no-repeat;
}

.listbottomlink .rightarea .print {
	background: url(http://i1.j.cn/icon/icon_all.gif) 0 -930px no-repeat;
}

/* 列表页滚动 */
.jqnewscol {
	position: absolute;
	z-index: 5;
	top: 10px;
	right: 10px;
	width: 400px;
}

.jqnewscol #jqnews {
	height: 18px;
	overflow: hidden;
}

.jqnewscol #jqnews p {
	height: 18px;
	line-height: 18px;
	text-align: right;
}

.jqnewscol #jqnews p a:hover {
	text-decoration: underline;
}

.jqnewscol #nojqnews {
	height: 18px;
	overflow: hidden;
}

.jqnewscol #nojqnews p {
	height: 18px;
	line-height: 18px;
	text-align: right;
}

.jqnewscol #nojqnews p a:hover {
	text-decoration: underline;
}

/* 表格列表 */
table.list {
	width: 767px;
	table-layout: fixed;
	margin: 10px 10px 0 10px;
}

table.list th {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 0 0 3px;
	border-bottom: 2px solid #ececec;
}

table.list th.line1 {
	width: 85px;
}

table.list th.line2 {
	width: 335px;
}

table.list th.line3 {
	width: 122px;
}

table.list th.line4 {
	width: 190px;
}

table.list th.line5 {
	width: 425px;
}

table.list th.line6 {
	width: 100px;
}

table.list th,table.list td {
	text-align: left;
	font-size: 14px;
}

table.list td {
	white-space: nowrap;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	padding: 10px 0 10px 3px;
	vertical-align: top;
	background: url(http://i1.j.cn/layout/dotted.gif) bottom repeat-x;
}

table.list td a.industry {
	margin: 0 10px 0 0;
}

table.list td .iconarea {
	float: right;
	width: 35px;
	height: 13px;
	overflow: hidden;
	margin: -17px 5px 0 0;
}

table.list td img {
	display: block;
	float: right;
	padding: 0 5px 0 0;
}

/* 搜索结果提示 */
table.search td {
	background: none;
}

table.search td.snippet {
	white-space: normal;
	overflow: hidden;
	padding: 0 0 15px 3px;
	line-height: 18px;
	font-size: 12px;
	vertical-align: top;
	background: url(http://i1.j.cn/layout/dotted.gif) bottom repeat-x;
}

/* 两列列表 */
ul.liststyle {
	padding: 10px 15px;
}

ul.liststyle li {
	clear: both;
	height: 40px;
	line-height: 40px;
	background: url(http://i1.j.cn/layout/dotted.gif) bottom repeat-x;
}

ul.liststyle li .left {
	float: left;
	font-size: 14px;
}

ul.liststyle li .right {
	float: right;
	width: 220px;
	font-size: 12px;
}

/* 地图 */
#map {
	position: relative;
	z-index: 1;
	width: 785px;
	height: 500px;
	margin: 0 auto;
	background: #fff;
}

#rect {
	position: absolute;
	display: none;
	border: 2px solid black;
}

.mapfilter {
	clear: both;
	width: 785px;
	height: 35px;
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}

/* 框选搜索 */
.maprectbtn {
	float: right;
	width: 71px;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	font-size: 12px;
	padding-left: 39px;
	cursor: pointer;
	color: white;
	background: url(http://i1.j.cn/layout/btn_06.gif) 0 0 no-repeat;
}

.loadtipcol {
	width: 194px;
	height: 41px;
	background: url(http://i1.j.cn/map/map_loadtip.gif) no-repeat;
}

.loadtipcol .loadtip {
	width: 150px;
	padding: 10px 10px 10px 30px;
	border: 1px solid #fc3;
	background: url(http://i1.j.cn/progress.gif) #ff9 5px 50% no-repeat;
}

/* 地址搜索 */
.addarea {
	position: relative;
	z-index: 3;
	float: left;
	padding: 0 0 0 5px;
	height: 35px;
	font-size: 12px;
	background: url(http://i1.j.cn/layout/addsearch_left.gif) 0 0 no-repeat;
}

.addarea .content {
	width: 389px;
	height: 35px;
	padding: 0 5px 0 0;
	border: none;
	background: url(http://i1.j.cn/layout/addsearch_right.gif) right no-repeat;
}

.addarea .content .subcontent {
	height: 25px;
	padding: 5px 0;
	text-align: left;
	background: url(http://i1.j.cn/layout/addsearch_bg.gif) 0 0 repeat-x;
}

.addarea span {
	float: left;
	font-size: 12px;
	line-height: 25px;
	margin: 0 5px 0 0;
}

.addarea input {
	float: left;
	width: 250px;
	height: 18px;
	line-height: 18px;
	padding: 5px 5px 2px 5px;
	border: none;
	background: url(http://i1.j.cn/layout/input_bg.gif) #fff 0 0 no-repeat;
}

* html .addarea input {
	background: url(http://i1.j.cn/layout/input_bg.gif) #fff fixed 0 0 no-repeat;
}

.addarea button {
	float: left;
	width: 55px;
	height: 25px;
	line-height: 23px;
	margin: 0 0 0 6px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #174574;
	background: url(http://i1.j.cn/layout/btn_02.gif) #7aa2cb 0 0 repeat-x;
}

/* 下拉 */
.addarea .addselect {
	display: none;
	position: absolute;
	top: 31px;
	left: 70px;
	width: 248px;
	height: 260px;
	overflow: auto;
	padding: 5px;
	line-height: 25px;
	border: 1px solid #cfcfcf;
	background: #fff;
}

/* 页头 */
#header {
	position: relative;
	z-index: 6;
	width: 950px;
	margin: 0 auto 10px auto;
}

#header .content {
	width: 948px;
	height: 70px;
	text-align: center;
	border-left: 1px solid #e1e7ec;
	border-right: 1px solid #e1e7ec;
	background: url(http://i1.j.cn/layout/header_bg.gif) #f5f5f5 bottom repeat-x;
}

#header .bottom {
	width: 950px;
	height: 4px;
	overflow: hidden;
	font-size: 1px;
	background: url(http://i1.j.cn/layout/header_bottom.gif) 0 0 no-repeat;
}

#header .logo {
	display: inline;
	float: left;
	margin: 27px 0 0 10px;
	padding: 0 15px 0 0;
	background: url(http://i1.j.cn/layout/logo_line.gif) right no-repeat;
}

#header .logo a {
	display: block;
	width: 125px;
	height: 18px;
	background: url(http://i1.j.cn/common/logo.gif) 0 0 no-repeat;
}

#header .slogan {
	float: left;
	width: 125px;
	height: 15px;
	overflow: hidden;
	line-height: 35px;
	font-size: 14px;
	letter-spacing: 5px;
	margin: 29px 0 0 15px;
	text-indent: -999px;
	background: url(http://i1.j.cn/content/slogan.gif) 0 0 no-repeat;
}

#header .serch {
	display: inline;
	float: right;
	height: 42px;
	margin: 15px 10px 0 0;
	padding: 0 0 0 5px;
	background: url(http://i1.j.cn/layout/search_left.gif) 0 0 no-repeat;
}

#header .serch .content {
	width: 422px;
	height: 42px;
	padding: 0 5px 0 0;
	border: none;
	background: url(http://i1.j.cn/layout/search_right.gif) right no-repeat;
}

#header .serch .content .subcontent {
	height: 25px;
	padding: 9px 3px 8px 4px;
	text-align: left;
	background: url(http://i1.j.cn/layout/search_bg.gif) 0 0 repeat-x;
}

#header .serch h2 {
	float: left;
	font-size: 14px;
	line-height: 25px;
	margin: 0 10px 0 0;
}

/* 下拉表单 */
#header .serch .selectstyle {
	line-height: 25px;
	margin: 0;
	border: none;
	background: url(http://i1.j.cn/layout/input_bg.gif) #fff 0 0 no-repeat;
}

* html #header .serch .selectstyle {
	background: url(http://i1.j.cn/layout/input_bg.gif) #fff fixed 0 0 no-repeat;
}

#header .serch .selectstyle a.menu {
	width: 15px;
	height: 20px;
	margin: 3px 2px 0 0;
	overflow: hidden;
	background: url(http://i1.j.cn/icon/icon_all.gif) #356aa0 right -869px
		no-repeat;
}

#header .serch .selectstyle ul.option {
	left: 0;
	top: 26px;
}

#header .serch .selectstyle ul.option li {
	height: 22px;
	line-height: 22px;
}

#header .serch .selectstyle ul.option li.heading a {
	font-weight: bold;
	color: #313131;
}

#header .serch .selectstyle ul.option li a {
	height: 22px;
}

/* 选择功能 */
#header .serch .selectfunction span {
	width: 36px;
}

#header .serch .selectfunction ul.option {
	width: 62px;
}

/* 输入框 */
#header .serch input {
	float: left;
	width: 178px;
	height: 18px;
	line-height: 18px;
	padding: 5px 5px 2px 5px;
	border: none;
	background: url(http://i1.j.cn/layout/input_bg.gif) #fff 0 0 no-repeat;
}

* html #header .serch input {
	background: url(http://i1.j.cn/layout/input_bg.gif) #fff fixed 0 0 no-repeat;
}

/* 选择行业 */
#header .serch .selectsearch span {
	width: 73px;
}

#header .serch .selectsearch ul.option {
	width: 98px;
	height: 400px;
	overflow: auto;
}

/* 按钮 */
#header .serch button {
	float: left;
	width: 55px;
	height: 25px;
	line-height: 23px;
	margin: 0 0 0 6px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #174574;
	background: url(http://i1.j.cn/layout/btn_02.gif) #7aa2cb 0 0 repeat-x;
}

/* 页尾 */
#footer {
	position: relative;
	z-index: 1;
	clear: both;
	float: left;
	width: 928px;
	padding: 10px;
	border-top: 5px solid #d4d4d4;
	background: #f1f4f6;
}
#footer p{
	clear:both;
}
#footer ul {
	float: left;
}

#footer ul li {
	float: left;
	margin: 10px 10px 0 0;
	line-height: 20px;
	font-size: 12px;
}

#footer .serch {
	display: inline;
	float: right;
	height: 42px;
	padding: 0 0 0 5px;
	background: url(http://i1.j.cn/layout/search_left.gif) 0 0 no-repeat;
}

#footer .serch .content {
	width: 422px;
	height: 42px;
	padding: 0 5px 0 0;
	border: none;
	background: url(http://i1.j.cn/layout/search_right.gif) right no-repeat;
}

#footer .serch .content .subcontent {
	height: 25px;
	padding: 9px 3px 8px 4px;
	text-align: left;
	background: url(http://i1.j.cn/layout/search_bg.gif) 0 0 repeat-x;
}

#footer .serch h2 {
	float: left;
	font-size: 14px;
	line-height: 25px;
	margin: 0 10px 0 0;
}

/* 下拉表单 */
#footer .serch .selectstyle {
	line-height: 25px;
	margin: 0;
	border: none;
	background: url(http://i1.j.cn/layout/input_bg.gif) #fff 0 0 no-repeat;
}

* html #footer .serch .selectstyle {
	background: url(http://i1.j.cn/layout/input_bg.gif) #fff fixed 0 0 no-repeat;
}

#footer .serch .selectstyle a.menu {
	width: 15px;
	height: 20px;
	margin: 3px 2px 0 0;
	overflow: hidden;
	background: url(http://i1.j.cn/icon/icon_all.gif) #356aa0 right -869px
		no-repeat;
}

#footer .serch .selectstyle ul.option {
	left: 0;
	border: 1px solid #174574;
	border-bottom: none;
}

#footer .serch .selectstyle ul.option li {
	float: none;
	margin: 0;
	height: 22px;
	line-height: 22px;
}

#footer .serch .selectstyle ul.option li.heading a {
	font-weight: bold;
	color: #303030;
}

#footer .serch .selectstyle ul.option li a {
	height: 22px;
}

/* 选择功能 */
#footer .serch .selectfunction span {
	width: 36px;
}

#footer .serch .selectfunction ul.option {
	top: -67px;
	width: 62px;
}

/* 输入框 */
#footer .serch input {
	float: left;
	width: 178px;
	height: 18px;
	line-height: 18px;
	padding: 5px 5px 2px 5px;
	border: none;
	background: url(http://i1.j.cn/layout/input_bg.gif) #fff 0 0 no-repeat;
}

* html #header .serch input {
	background: url(http://i1.j.cn/layout/input_bg.gif) #fff fixed 0 0 no-repeat;
}

/* 选择行业 */
#footer .serch .selectsearch2 span {
	width: 73px;
}

#footer .serch .selectsearch2 ul.option {
	top: -401px;
	width: 98px;
	height: 400px;
	overflow: auto;
}

/* 按钮 */
#footer .serch button {
	float: left;
	width: 55px;
	height: 25px;
	line-height: 23px;
	margin: 0 0 0 6px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #174574;
	background: url(http://i1.j.cn/layout/btn_02.gif) #7aa2cb 0 0 repeat-x;
}

#footer p {
	float: left;
	width: 928px;
	color: #999;
	line-height: 25px;
	font-size: 12px;
}