/* 首页样式表 */
@import url("../../css/public.css");					/*导入公共样式表*/
@import url("../../css/ad.css");						/*导入广告样式表*/
@import url("../../greybox/css/gb_styles.css");		/*导入greybox样式表*/


/*公共左容器开始*/
.Left_Contain
{
	position: relative;
	margin: 0px auto;
	width: 780px;
}
/*公共左容器结束*/

/*相对定位容器（应用于绝对定位）_S*/
#Layer_Contain
{
	position: relative;
	margin: 0px auto;
	width: 780px;
}
/*相对定位容器（应用于绝对定位）_E*/

/*绝对定位层样式_S*/
#Layer_Category_Contain
{
	float: left;
	width: 780px;
	height: 150px;
}

#Layer_Category
{
	position: absolute;
	left: 0px;
	top: 0px;
}
/*绝对定位层样式_E*/

/*分类标签导航区开始*/
.SearchTagDiv
{
	float: left;
	width: 756px;
	border: 1px dotted #43b5b5;
	margin: 5px 5px;
	padding: 1px;
	display: inline;
}

.SearchTagDiv ul
{
	float: left;
	width: 746px;
	background: #eff9fe;
	padding: 5px;
}

.SearchTagDiv li
{
	float: left;
	width: 746px;
	height: 26px;
	line-height: 26px;
	text-align: left;
	/*color: #153939;*/
}

.SearchTagDiv li a
{
	float: left;
	margin-right: 5px;
}

.SearchTagDiv li a.title
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

.SearchTagDiv li a.a13
{
	font-size: 13px;
}

.SearchTagDiv li a.on
{
	float: left;
	height: 20px;
	line-height: 20px;
	background: #f60;
	padding: 2px 3px 0px 3px;
	/*color: #F00;*/
}

.SearchTagDiv li a:hover.on
{
	color: #fff;
}
/*分类标签导航区结束*/

/*-------------------------------------------------------招商信息分页列表显示样式开始-----------------------------------------*/
/*Page_List简称：PL*/
.Page_List
{
	float: left;
	width: 770px;
	text-align: center;
	border: 1px solid #43B5B5;
	border-top: none;
}

.PL_Content
{
	width: 760px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 8px;
	padding: 0 0 8px 0;
	border-bottom: 1px dashed #43B5B5;
}

.PL_Content ul
{
	float: left;
	height: 80px;
}

.PL_Content li
{
	float: left;
	height: 21px;
	line-height: 21px;
	text-align: left;
	overflow: hidden;
}

.PL_Content a
{
	color: #003298;
	font-size: 13px;
	text-decoration: underline;
}

.PL_Content_1
{
	width: 28px;
	height: 80px;
	line-height: 16px;
}

.PL_Content_1 a
{
	color: #999;
}

.PL_Content_2
{
	width: 110px;
	text-align: left;
}

.PL_Content_2 img
{
	border: 1px solid #005fcc;
}

.PL_Float_Pic
{
	position: absolute;
	display: none;
	left: 156px;
}

.PL_Content_3
{
	width: 250px;
}

.PL_Content_3 a
{
	font-weight: bold;
}

.PL_Content_3 li
{
	width: 250px;
}

.PL_Content_4
{
	width: 250px;
}

.PL_Content_4 li
{
	width: 250px;
}

.PL_Content_4 .flag span
{
	float: left;
}

.PL_Content_4 .flag img
{
	margin-top: 3px;
}

.PL_Content_4 span.cx
{
	width: 20px;
}

.PL_Content_4 span.qymc
{
	width: 210px;
}

.PL_Content_4 span.vip
{
	width: 20px;
	text-align: right;
}

ul.PL_Content_5
{
	width: 60px;
	height: 60px;
	margin-top: 15px;
}

ul.PL_Content_5 a
{
	font-size: 12px;
}
/*-------------------------------------------------------招商信息分页列表显示样式结束－---------------------------------------*/

/*-------------------------------------------------------招商信息比对页面样式开始---------------------------------------------*/
/*Products_Contrast简称：PC*/

/*比对列表样式开始*/
.PC_List
{
	width: 988px;
	text-align: center;
	border: 1px solid #43B5B5;
	border-top: none;
	margin: 0 auto ;
	overflow: auto;	/*解决ie8,firefox高度自适应*/
}

.PC_List td
{
	text-align: center;
}

.PC_List ul,li
{
	float: left;
}

.PC_List ul
{
	border-right: 1px solid #C8E0F0;
}

.PC_List li
{
	height: 30px;
	border-bottom: 1px dashed #E0DFE3;
}

.PC_List_Title , .PC_List_Title li
{
	width: 107px;
}

.PC_List_Title td
{
	background: #e6f5ff;
	color: #000;
	font-weight: bold;
}

.Action_Title td
{
	background-color: #ECF8FF;
}

.Action_Title a
{
	color: #f60;
	text-decoration: underline;
}

.Action_Title a:hover
{
	text-decoration: none;
}

.Content_Li_Bg td
{
	background-color: #f8f8f8;
	text-align: center;
}

.PC_List_Content ,.PC_List_Content li
{
	width: 175px;
}

.PC_List_Content li td div
{
	float: none;
	width: 168px;
	height: 18px;
	overflow: hidden;
	margin: 0 auto;
}

.PC_List_Content a
{
	text-decoration: underline;
}

li.PC_List_Pic
{
	height: 100px;
}

.PC_List_Pic a img
{
	border: 1px solid #0271B6;
}

.PC_List_Pic a:hover img
{
	border: 1px solid #f60;
}
/*比对列表样式结束*/
/*-------------------------------------------------------招商信息比对页面样式开始---------------------------------------------*/

/*-------------------------------------------------------招商信息详细页面样式开始---------------------------------------------*/
#List_Title
{
	float: left; 
	width: 772px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px #CCCCCC solid;
	margin-top: 10px;
}

#List_Title h1
{
	color: #ff0000;
	font-size: 18px;
}

#List_Title h2
{
	font-size: 14px;
	color: #003499;
}

#List_Title a
{
	font-size: 14px;
	color: #003499;
	text-decoration: underline;
}

#List_Title a:hover
{
	font-size: 14px;
	color: #ff0000;
	text-decoration: underline;
}

#List_Count, #List_Count ul, #List_Count li
{
	float: left;
	width: 772px;
}

#List_Count li.Li1
{
	padding-top: 10px;
}

#List_Count li.Li2
{
	color: #6B6C6E;
	padding-top: 4px;
}

#List_Count ul.Content
{
	border-top: 1px #AFDAFD solid;
	background-image: url(../img/list_count_middle.gif);
	background-repeat: repeat-y;
}

#List_Count ul.Bottom
{
	height: 14px;
	background-image: url(../img/list_count_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#List_Count a
{
	text-decoration: underline;
}

.Show_Product_Info
{
	float: left;
	width: 772px;
}

.Show_Product_Info ul
{
	float: left;
	width: 770px;
}

.Show_Product_Info ul.Title
{
	height: 26px;
	background-image: url(../../img/public_barbg.gif);
	border: 1px #43B5B5 solid;
	border-bottom: none;
}

.Show_Product_Info li
{
	padding-top: 5px;
}

.Show_Product_Info li.Li1
{
	width: 90px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	background-image: url(../../img/flag_ico_13_3.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}

.Show_Product_Info li.Li_Contact
{
	background-image: url(../../img/phone.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.Show_Product_Info li.Li2
{
	width: 582px;
	text-align: left;
	padding-left: 8px;
}

.Show_Product_Info li.Li3
{
	width: 86px;
	padding-top: 0px;
}

.Show_Product_Info li.Li3 a
{
	float: left;
	display: block;
	width: 57px;
	height: 20px;
	background-image: url(../img/wydl_bt_1.gif);
	background-repeat: no-repeat;
	color: #ff6600;
	text-align: left;
	text-decoration: none;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 24px;
	letter-spacing: 1px;
}

.Show_Product_Info li.Li3 a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.Show_Product_Info a
{
	text-decoration: underline;
}

.Show_Product_Info td.td
{
	padding-left: 8px;
	text-align: left;
}

.Show_Product_Info td.td_
{
	padding-left: 15px;
	text-align: left;
}

.Show_Product_Info .img
{
	border: 1px #43B5B5 solid;
}

.Show_Product_Info .Contact_Tip
{
	font-size: 12px;
	/*color: #ff6600;*/
	color: #0000ff;
	font-weight: normal;
}

.Show_Product_Info .Company_Name
{
	font-size: 13px;
	font-weight: bold;
}

.Show_Product_Info .QQ_Nnline
{
	background-image: url(../../img/qq_online.gif);
	background-repeat: no-repeat;
	background-position: 70px;
	cursor: pointer;
}

.Show_Product_Info td.dlxz
{
	color: #ff6600;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

.Show_Product_Info td.jyxz
{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding: 10px;
}

/*同类招商产品样式开始*/
.TLZSCP_Title
{
	background-image: url(../../img/public_div_title_bg_w210_h30_10.gif);
	background-repeat: no-repeat;
}
/*同类招商产品样式结束*/

/*最近关注过的招商产品样式开始*/
.ZJGZCP_Title
{
	background-image: url(../../img/public_div_title_bg_w210_h30_15.gif);
	background-repeat: no-repeat;
}
/*最近关注过的招商产品样式结束*/

/*-------------------------------------------------------招商信息详细页面样式开始---------------------------------------------*/



/*-------------------------------------------------------招商企业相关页面样式开始---------------------------------------------*/
/*企业简介样式开始*/
.Show_Company_Info
{
	float: left;
	width: 772px;
}

.Show_Company_Info ul
{
	float: left;
	width: 770px;
}

.Show_Company_Info ul.Title
{
	height: 26px;
	background-image: url(../../img/public_barbg.gif);
	border: 1px #43B5B5 solid;
	border-bottom: none;
}

.Show_Company_Info li.Li1
{
	width: 92px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	background-image: url(../../img/flag_ico_13_3.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-top: 5px;
}

.Show_Company_Info li.Li2
{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
}

.Show_Company_Info .img
{
	border: 1px #43B5B5 solid;
	margin: 10px;
}

.Show_Company_Info td.Content
{
	padding: 10px;
	font-size: 13px;
}
/*企业简介样式结束*/


/*招商产品列表样式开始*/
.Show_Product_List
{
	float: left;
	width: 772px;
}

.Show_Product_List ul
{
	float: left;
	width: 770px;
}

.Show_Product_List ul.Title
{
	height: 26px;
	background-image: url(../../img/public_barbg.gif);
	border: 1px #43B5B5 solid;
	border-bottom: none;
}

.Show_Product_List ul.bb
{
	border-bottom: 1px #43B5B5 solid;
}

.Show_Product_List li.Li1
{
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	background-image: url(../../img/flag_ico_13_3.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-top: 5px;
}

.Show_Product_List li.Li2
{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
}

.Show_Product_List ul.Content
{
	float: left;
	width: 770px;
	border: 1px #43B5B5 solid;
}

#Show_Product_List_Content
{
	float: left;
	width: 770px;
	border: 1px #43B5B5 solid;
	text-align: center;
}

#Show_Product_List_Content span.noborder
{
	margin: 0px 2px 0px 0px;
	padding: 1px 0px 0px 0px;
}
/*招商产品列表样式结束*/
/*-------------------------------------------------------招商企业相关页面样式结束---------------------------------------------*/