/* CSS Document */

body {
	font:"宋体",Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fbb874;
	margin:0px;
	background-color: #000000;
}
body p{
color:#fbb874;
line-height:20px;
}
body a{
color:#fbb874;
line-height:20px;
text-decoration:none;
}
/*body h2{
font-size:14px;
color:#fd7d02;
line-height:0px;
}*/
/*=============================鼠标经过===========================*/
a:visited {
color:#fbb874;
text-decoration:none;
}
a:hover {
color: #FFFFFF;
text-decoration:none;
}
a:active {
color: #FFFFFF;
text-decoration:none;
}
/*=============================大标题===========================*/
#FontBiaotiA{
font-size:14px;
font-weight:bold;
color:#fd7d02;
}
#FontBiaotiA a{
color:#fd7d02;
text-decoration:none
}
#FontBiaotiA a:hover{
color: #FFFFFF;
text-decoration:none;
}
/*------------小标题--------------*/
#FontBiaotiB{
font-size:12px;
font-weight:bold;
color:#fd7d02;
line-height:20px;
}
#FontBiaotiB a{
color:#fd7d02;
text-decoration:none
}
#FontBiaotiB a:hover{
color: #FFFFFF;
text-decoration:none;
}
/*---------内容-----------*/
#FontNeirongA{
line-height:20px;
color:#fbb874;
}
#FontNeirongB{
line-height:20px;
color:#999999;
}
#FontNeirongC{
line-height:20px;
color:#D4AC6E;
}
#FontNeirongC p{
line-height:20px;
color:#D4AC6E;
}
#FontNeirongD{
line-height:20px;
color:#CCCCCC;
}
#FontNeirongD p{
line-height:20px;
color:#CCCCCC;
}
/*==========================添加pngfix样式解决IE6下PNG图片不透明问题，必须放在img里面===========================*/
.pngfix {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "./images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}
/*===========================DIV使用以下样式解决IE6下的问题=======
.pngbackground {
position:relative;
background:url(your.png);
_background: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your.png',sizingMethod='scale');
}
*/
/*===========================遮盖层需要用到的CSS=======*/
#con{height:100%; width:100%; position:fixed; top:0; left:0; z-index:1;background:#000; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
* html #con{/* ie6 hack */position:absolute;  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#box{ border: solid 8px #898989; position:fixed; width:400px; height:250px; top:50%; left:50%; margin-left:-250px; margin-top:-150px;  background:#fff; z-index:2;}
* html #box {/* ie6 hack */position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
.boxbtn{ border-bottom:1px solid #f00; border-right:1px solid #F00; width:30px; display:block; text-align:center; line-height:30px; color:#fff; background:#F00; text-decoration:none;}