﻿/* 首页的最外面的层 */
DIV.IndexMainDiv
{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding:0 0 0 0;
}
/* 首页的TABLE */
TABLE.IndexMainTable
{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
TABLE.IndexMainTable #headTD
{
	padding:0;
	height:85px;
}
TABLE.IndexMainTable #menuTD
{
	padding:0;
	height:23px;
}
TABLE.IndexMainTable #MapTD
{
	overflow:visible;
	height:100%;
}

/* 首页中的上方的层 */
DIV.IndexHeadDiv
{
	z-index: 10;
	left: 0px;
	width: 100%;
	position: relative;
	top: 0px;
	height: 85px;
	overflow: hidden;
	background:url(Images/Background/top.gif);
}
DIV.IndexHeadDiv #logoDiv
{
	position:absolute;
	z-index:11;
	width:572px;
	height:85px;
	background:url(Images/Background/logoXS.gif);
}
DIV.IndexHeadDiv #searchDiv
{
	position: absolute;
	z-index: 20;
	width: 500px;
	height: 85px;
	top: 10px;
	left:380px;
}
DIV.IndexHeadDiv #loginDiv
{
	position: absolute;
	z-index: 11;
	width: 417px;
	height: 85px;
	top: 0px;
	right: 0px;
	background-image: url(Images/Background/headBG2.gif);
}
DIV.IndexHeadDiv #loginDiv #loginIframe
{
	position: absolute;
	z-index: 12;
	width: 150px;
	height: 85px;
	top: 0px;
	right:0px;
	background-color: transparent;
	overflow: hidden;
}


/* 首页中的menu层 */
DIV.IndexToolMenuDiv
{
	position:relative;
	z-index:10;
	width:100%;
	height:23px;
	top:0px;
	left:0px;
	padding-left:300px;
	overflow:hidden;
	background:url(Images/Background/menu_background.gif);
}

/* 首页中的map层 */
DIV.IndexMapDiv
{
	position:relative;
	z-index:5;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:visible;
}
/* 首页中的Iframe */
IFRAME.showIframe
{
	overflow: auto;
	position: absolute;
	z-index: 15;
	height: 458px;
	width: 300px;
	left: 0px;
	top: 85px;
}

/*首页中iframe内容切换按钮*/
.indexTitle
{
	width:245px;
	height:27px; 
	position:absolute; 
	left: 43px; 
	top: 99px;
	z-index:90		
}

.indexPositionDetails
{
	height : 119px;
    width : 264px;
    top : expression(document.body.clientHeight/2-100);
    left : expression(document.body.clientWidth/2-200);
    position : absolute;
    z-index : 56;
    display : none;	
}

.IndexToolMenuDiv img
{
	cursor:hand;	
}

.indexHtml
{
	overflow:hidden;	
}

.indexBody
{
	overflow:hidden;	
}

.indexDownload
{
    position:absolute;
    width:500px;
    height:300px;
	left: 343px; 
	top: 171px;
	z-index:50;
	background-image:url('Images/Background/back_font.gif');	
	display:'none'
}



/*登陆链接样式*/
.loginA
{
	color:#1a80b1;
	text-decoration:none;	
}
