﻿body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family: 宋体;
}



.alignCenter
{
	margin-left:auto;/*浏览器居中兼容*/
	margin-right:auto;
}
.alignLeft
{
	margin-left:0;/*浏览器居左兼容*/
	margin-right:auto;
}
.alignRight
{
	margin-left:auto;/*浏览器居右兼容*/
	margin-right:0;
}


form /*防止ie6边距bug*/
{
	padding:0; 
	margin:0;
	text-align: center;
}
.linkPic
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.huanhang
{
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
}

/*页面布局样式开始*/
.topTableMiddleTRbg
{
	background-image: url(../images/bgImages/bodybg.jpg);
	background-repeat: repeat-y;
}


/*首页样式*/

/*中间的页面内容显示的宽度*/
.indexMiddleBodyWidth
{
	width:843px;
}

/*首页菜单样式*/
.menu
{
	background-color: #EFEFEF;
	height: 34px;
	width: 844px;
}
.menutd
{
	height: 34px;
	width: 844px;
	font-weight: bold;
	font-family: 宋体;
	font-size: 12px;
	background-image: url(../images/bgImages/indexMenuItem.jpg);
	background-repeat: repeat-x;

}
.menutd a:link
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 250%;
	color: black;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.menutd a:visited
{
	font-family: "宋体";
	font-size: 12px;
	line-height:250%;
	color: black;
	text-decoration: none;
	width: 100%;
	height: 100%
}
.menutd a:hover
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 250%;
	color: black;
	text-decoration: none;
	width: 100%;
	height: 100%
}



 .menu a
{
	display: inline;
}
.tabactive
{
	background-image: url(../images/bgImages/indexMenuItemOver.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-family: 宋体;
	font-size: 12px;
	color: #D31F20;
	cursor: hand;
	position: relative;
}

.tabactive a:link
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 250%;
	color: #D31F20;
	text-decoration: none;
	width: 100%;
	height: 100%
}
.tabactive a:visited
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 250%;
	color: #D31F20;
	text-decoration: none;
	width: 100%;
	height: 100%
}
.tabactive a:hover
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 250%;
	color: #D31F20;
	text-decoration: none;
	width: 100%;
	height: 100%
}

  
#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #tabcontent5
{	
	display: none;
}
.tabcontentTD
{
	width: 844px;
	height: 141px;
	text-align: left;
	vertical-align: top;
}
.tdMenuText
{
	padding-bottom: 1px;
	padding-top: 1px;
	background-image: url(../images/bgImages/indexMenuTextBg.jpg);
	background-repeat: no-repeat;
	background-position-x: right;
}


/*首页菜单的样式定义结束*/

/*首页选项卡内容表格中的分隔符的样式*/
.indexGraySeparator
{
	border-right: #cccccc 1px solid;
}
/*定义结束*/

/*首页选项卡内容表格中的单独各项内容表格的样式*/
.indexTabContentTextTable
{
	width: 300px;
	height: 115px;
	margin-top: 20px;
	margin-bottom: 6px;
}
/*定义结束*/

/*上面表格的显示菜单标题的单元格的样式*/
.indexTabContentTextTableTitle
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: 宋体;
	text-align: left;
	height: 15px;
    padding-left: 15px;
}
/*定义结束*/

/*上面的表格中显示具体内容的单元格的样式*/	
.indexTabContentTextTableTD
{
	padding-right: 20px;
	padding-left: 15px;
	vertical-align: top;
	text-align: left;
	height: 100px;
}
/*定义结束*/

/*上面的表格中显示具体内容的样式*/	
.indexTabContentTextTableTDText
{
	margin-top: 15px;
	vertical-align: top;
	text-align: left;
	width: 100%;
	line-height: 150%;
}

/*首页产品展示模块表格的宽度控制*/
.indexProducShowTable
{
	width: 225px;
}

/*首页选项卡中链接的表格的样式*/
.indexLinkTable
{
	padding-bottom: 10px;
}
.indexLinkTable a:link
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
}
.indexLinkTable a:visited
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
}
.indexLinkTable a:hover
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #D31F20;
	text-decoration: none;
}

/*首页样式定义结束*/


/*master页面样式定义*/
.masterTableMiddleTRbg
{
	background-image: url(../images/bgImages/bodybg.jpg);
	background-repeat: repeat-y;
	PADDING-LEFT: 71px
}

/*master页面中间内容表格的样式*/
.masterMiddleBodyWidth
{
	width:858px;
}

/*master页面内容表格左侧单元格的样式*/
.masterLeftTD
{
	width: 221px;
	height: 556px;
	vertical-align: top;
	text-align: left;
}

/*master页面中间内容部分与底部的间距单元格的样式*/
.masterSeparatorTD
{
	height: 30px;
}

/*页面框架的样式*/
#threePage_iframe
{
	width: 627px;
	overflow: hidden;
	margin-top: 28px;
	margin-left: 10px;
}

/*master页面定义结束*/

/*页面通用连接的样式*/
a:link
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
}
a:visited
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
}
a:hover
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #D31F20;
	text-decoration: none;
}
/*页面通用链接样式定义结束*/



/*蓝色连接的样式*/
.blueLink a:link
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #0D76BA;
	text-decoration: none;
}
.blueLink a:visited
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #0D76BA;
	text-decoration: none;
}
.blueLink a:hover
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #0D76BA;
	text-decoration: none;
}
/*蓝色链接样式定义结束*/

/*红色连接的样式*/
.redLink a:link
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color:#D31F20;
	text-decoration: none;
}
.redLink a:visited
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #D31F20;
	text-decoration: none;
}
.redLink a:hover
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #D31F20;
	text-decoration: none;
}
/*红色链接样式定义结束*/

/*黑色连接的样式*/
.blackLink a:link
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: black;
	text-decoration: none;
}
.blackLink a:visited
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: black;
	text-decoration: none;
}
.blackLink a:hover
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #D31F20;
	text-decoration: none;
}
/*黑色链接样式定义结束*/

/*其它页面元素样式定义结束*/

/*区内企业图片链接图片的样式*/
.qnqyPicLink
{

	
}

.qnqyPicLink img
{
	vertical-align: middle;
	text-align: left;
	width: 100px;
	height: 35px;

}

.qnqyPicLinkTD
{
	text-align: left;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}