

/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;
	
	/* 底部 */
	 top:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
/* 解决固定层在IE6下闪的问题 */

/*banner*/
.banner{ position:relative; z-index:1}
.banner .bd li{ height:553px}
.banner .bd li a{ display:block; width:100%; height:100%}
.banner .hd{ position:absolute; z-index:3; bottom:90px; width:1200px; left:50%; margin-left:-600px; text-align:right}
.banner .hd li{ display:inline-block; width:40px; height:4px; background-color:#fff; cursor:pointer; margin-left:10px}
.banner .hd li.on{ background-color:#ff7f00}
/*png图片ie6下透明滤镜实现写法*/
.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important; text-indent:0;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */



.videopop{ position:fixed;transition: all 1s; z-index:1000; right:10px; bottom:-100%; background:rgba(0,0,0,.8); padding:10px; padding-top:35px;}
.videopop.block{ bottom:10px;}
.videopop .videovlose{ width:35px; height:35px; position:absolute; z-index:1; right:0;top:0; background:url(../images/videoclose.png) no-repeat center; cursor:pointer;}

.videopop .zooma{ position:absolute; z-index:1; width:35px; height:35px; z-index:1;top:0; right:35px;background:url(../images/ico-zoom.png) no-repeat center; cursor:pointer;}
.videopop.zoom{ left:50%; margin-left:-440px;top:50%; margin-top:-250px; background:none; width:860px}
.videopop.zoom video{ width:860px !important}
.videopop.zoom .zooma{ display:none}
.popbg.block{ display:block; position:fixed; z-index:999; left:0; right:0;top:0; bottom:0; background:rgba(0,0,0,.8)}