﻿/*技术支持:矩阵科技 - www.juzhen.net*/
/*公司地址:武汉市江汉经济开发区常青路149号东方名都A1-1403*/
/*客户服务电话:027-83557163 83557165*/


.shenglue
{ 
	display:block;width:200px;white-space:nowrap;overflow:hidden;float:left;   
    -o-text-overflow: ellipsis;    /* for Opera */   
    text-overflow:ellipsis;        /* for IE */   
}
/*全局定义*/
body{
	font-family:"宋体";
	font-size:12px;
	line-height: 23px;
	color: #ebcd81;
}


/*带链接字体全局定义*/
 A:link {
	font-family:"宋体";
	font-size:12px;
	line-height: 23px;
	color: #ebcd81;
	text-decoration: none;
}
 A:visited {
	font-family:"宋体";
	font-size:12px;
	line-height: 23px;
	color: #ebcd81;
	text-decoration: none;
}
 A:active {
	font-family:"宋体";
	font-size:12px;
	line-height: 23px;
	color: #ebcd81;
	text-decoration: none;
}
 A:hover {
	font-family:"宋体";
	font-size:12px;
	line-height: 23px;
	color: #ebcd81;
	text-decoration: none;
}


/*头部flash导航*/
#menu {
	position:relative;
	z-index: 1;
	height: 185px;
}


/*flash横幅*/
#banner {
	z-index: -1;
	margin-top: -73px;
}


/*头部背景*/
#topbg {
	z-index: 0;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
}

 
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}


/*新闻列表翻页文字*/
.newsfy2 {
	font-size: 12px;
	color:#ebcd81;
	text-decoration: none;
	background-color: #054230;
	border: 1px solid #021A12;
}


/*高尔夫学堂左边导航文字样式*/
 .golf01:link {
	font-family:"宋体";
	font-size:12px;
	color: #ebcd81;
	text-decoration: none;
	line-height: 16px;
}
 .golf01:visited {
	font-family:"宋体";
	font-size:12px;
	color: #ebcd81;
	text-decoration: none;
	line-height: 16px;
}
 .golf01:active {
	font-family:"宋体";
	font-size:12px;
	color: #ebcd81;
	text-decoration: none;
	line-height: 16px;
}
 .golf01:hover {
	font-family:"宋体";
	font-size:12px;
	color: #ebcd81;
	text-decoration: none;
	line-height: 16px;
}


/*新闻标题样式*/
.news {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}


/*弹出图片效果样式*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	


/*留言本样式*/
.guestbook1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	background-color: #02553B;
	border: 1px solid #EBCD81;
	color: #EBCD81;
	padding: 2px;
	scrollbar-face-color:#084d38;
	scrollbar-highlight-color:#003f2c;
	scrollbar-3dlight-color:#084d38;
	scrollbar-darkshadow-color:#084d38;
	scrollbar-shadow-color:#084d38;
	scrollbar-arrow-color:#ebcd81;
	scrollbar-track-color:#186850;
}