﻿/******************** 首页 ********************/

/* 通用：界面中通用的样式 */
@import url("css/general.css");
/* banner：页面顶部banner的样式 */
@import url("css/banner.css");
/* 菜单：导航栏样式 */
@import url("css/menu.css");
/* 底部导航 */
@import url("css/bottomMenu.css");
/* 模块：页面内各个组成模块（边框）的样式 */
@import url("css/panel.css");
/* 模块列表：模块内列表的样式 */
@import url("css/listPanel.css");
/* 版权：页面底部版权的样式 */
@import url("css/copyright.css");
/* input按钮样式 */
@import url("css/btnInput.css");
/* 表格按钮样式 */
@import url("css/btnTable.css");
/* 表格数据样式 */
@import url("css/listTable.css");
/* 翻页条 */
@import url("css/pageBar.css");
/* 目录树 */
@import url("css/tree.css");

/* body */
body {
	text-align: center;
	margin: 0px;
}
.bodyDiv {
	width: 860px;
	text-align: justify;
}

/* 页面布局：不分frame页面的主体，一般包含左、中、右 */
.pageMain {
	width: 100%;
	margin-bottom: 8px;
}
.pageLeft {
	vertical-align: top;
	width: 204px;
	padding-right: 6px;
}
.pageCenter {
	vertical-align: top;
}
.pageRight {
	width: 224px;
	vertical-align: top;
	padding-left: 6px;
}
/* 模块布局：模块间距设置 */
.position {
	margin-bottom: 10px;
}
.panelGeneral {
	margin-bottom: 6px
}
.ad {
	margin-bottom: 6px
}
.panelIntro {
	margin-bottom: 6px
}

/* 页面独有模块 *
/* 当前位置 */
.position {
	padding: 3px;
	padding-top: 6px;
	padding-left: 24px;
	background: #F2F2F2 url(images/iconPosition.gif) no-repeat 8px 10px;
}
/* 图片新闻 */
.picNews {
	text-align: center;
}
.picNews .sepLine {
	margin-bottom: 8px;
	margin-top: 2px;
}

/* 项目 */
.project {
}
.projectItemSpace {
	width: 7px;
	height: 7px;
}
.projectItem {
	width: 100%;
	border: 1px solid #6AB4EA;
	background: #F7FBFF;
}
.projectItemName {
	padding-left: 46px;
	padding-top: 10px;
	height: 40px;
	font-weight: bold;
	color: #0055AA;
}
.projectItemName a {
	color: #0055AA;
}
.projectItemUser {
	padding: 2px;
	padding-bottom: 8px;
	padding-left: 12px;
	color: #666666;
}
.projectItemUser a {
	color: #666666;
}
.projectItem .name1 {
	background: url(images/iconProject1.gif) no-repeat 8px 6px;
}
.projectItem .name2 {
	background: url(images/iconProject2.gif) no-repeat 8px 6px;
}
.projectItem .name3 {
	background: url(images/iconProject3.gif) no-repeat 8px 6px;
}
.projectItem .name4 {
	background: url(images/iconProject4.gif) no-repeat 8px 6px;
}

/* 项目 */
.projectLong {
	margin-bottom: 6px;
}
.projectLongTitle {	
	height: 27px;
	width: 100%;
}
.projectLongTitleLeft {	
	background: url(images/iconTriangle.gif) no-repeat 2px 9px;
	padding-left: 12px;
	padding-top: 2px;
	color: #0055AA;
	font-weight: bold;
}
.projectLongTitleRight {
	text-align: right;
}
.projectLongTitleRight img {
	cursor: pointer;
}
.projectLongContent {
}
.projectLongItem {
	width: 16%;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.projectLongItem_active {
	width: 16%;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(images/itemActive.jpg) repeat-x;
	color: #FFFFFF;
}
.projectLongItem_active a,.projectLongItem_active a:hover {
	color: #FFFFFF;
}
.projectLongItemSpace {
	width: 1px;
	background: url(images/projectItemSpace.gif) no-repeat center 6px;
}

/* 标准 */
.standard {
	margin-bottom: 6px;
	margin-top: 12px;
}
.standardTitle {
	width: 90px;
	vertical-align: top;
	text-align: right;
}
.standardItem {
	width: 19%;
	text-align: center;
}
.standardItemSpace {
	width: 1px;
	background: url(images/projectItemSpace.gif) no-repeat center center;
}
.standardMore {
	text-align: right;
	padding-right: 2px;
}
.standardMore a {
	color: #0055AA;
}

/* 统计 */
.statistic {}
.statisticTitle {
	height: 25px;
	background: url(images/iconTriangle.gif) no-repeat 2px 6px;
	padding-left: 12px;
	padding-top: 2px;
	color: #0055AA;
	font-weight: bold;
	margin-top: 6px;
}
.statisticTable {
	background: #B5D8F4;
}
.statisticLabelTd {
	background: #EBF5FE;
	text-align: center;
	width: 120px;
}
.statisticInputTd {
	background: #FFFFFF;
	padding: 5px;
}
.statisticSubLabel {
	width: 50px;
	text-align: right;
}
.statisticTable select {
	width: 90px;
}

/* 企业：联系我们 */
.copContact td {
	padding: 3px;
}
.copContactTitle {
	vertical-align: top;
	text-align: right;
}
.copContactContent {
	
}
/* 商机展示 */
.copProduct {}
.copProductPic {
	border: 1px solid #B5D8F4;
}
.copProductName {
	border: 1px solid #B5D8F4;
	background: #FFFFFF;
	padding: 2px;
	text-align: center;
}

/* 重点推荐 */
.commendItem {
	border: 1px solid #6AB4EA;
	background: #F7FBFF;
	margin-bottom: 10px;
	width: 100%;
}
.commendProject {
	height: 34px;
	background: #EBF5FE;
}
.commendName {
	font-weight: bold;
	color: #0055AA;
	padding-top: 4px;
	padding-left: 45px;
	background: url(images/iconProject1.gif) no-repeat 5px center;
}
.commendName a {
	color: #0055AA;
}
.commendUser {
	color: #666666;
	text-align: right;
	padding-right: 6px;
	padding-top: 4px;
}
.commendInfo {}
.commendIntro {
	padding: 8px;
}
.commendAct {
	width: 275px;
}
.btnInput_commend {
	border: none;
	background: url(images/btnCommend.gif);
	width: 80px;
	height: 40px;
	cursor: pointer;
	margin-right: 10px;
}

/* 模块特性：用ID定义特定模块不同于同一样式下的属性 */
.tabItem_active .itemLeft {
	background: url(images/tabBlueLeft_active.gif);
}
.tabItem_active .itemMain {
	background: url(images/tabBlueCenter_active.gif) center;
	/*width: 55px;*/
	text-align: center;
}
.tabItem_active .itemRight {
	background: url(images/tabBlueRight_active.gif);
}
.tabItem .itemMain {
	/*wwidth: 55px;*/
	text-align: center;
}
.data {
	margin-top: 0px
}
#helpNav .panelGeneralTitleLeft {
	display: none;
}
#helpNav .panelGeneralTitleMain {
	height: 54px;
	background: url(images/bgHelp.gif) no-repeat left center;
	padding-left: 60px;
}