﻿@charset "utf-8";
/*
1.兼容标签说明
完全支持标签:b,big,del,em,i,ins,s,samp,span,tt,u,xml,xmp
不完全支持CSS的标签放弃使用
tag		ie6	ie7	ie	ff	gg
rt		n	n	n	y	y
hn		n	n	y	y	y
hr		n	n	y	y	y
wbr		y	y	y	y	n
q		n	n	n	n	n
2.谷歌/苹果兼容样式说明
@media screen and (-webkit-min-device-pixel-ratio:0){.html{display:block;}}
3.ie6样式脚本兼容集说明
//用途格式
_prt(m,o,p)：属性获取/设置. m-当前对象. o-要获取的属性名/要设置的属性对象. p-子对象(设置样式).
_on(fn,...):当属性变化时执行fn. fn-兼容函数. ...-参数列表.
_ifcls(m,c,a):如果存在类名c则添加类名a反之移除. m-当前对象. c-原类名. a-添加类名
_ifprt(m,o,a):如果存在属性集o则添加类名c反之移除.  m-当前对象. o-设置对象. a-添加类名
//事例
_zoom:expression(_prt(this,{width:this.parentNode.scrollWidth},"style"));//ie6动态设置可示高度
_zoom:expression(_ifcls(this,'s','max_s'));//当对象this存在类名s时,添加max_s,否则删除max_s
_zoom:expression(on(_ifcls,this,'s','max_s'));//当对象this属性变化时，如果存在类名s时,添加max_s,否则删除max_s
*/
*{margin:0;}
html{+zoom:expression((function(e,w){document.execCommand("BackgroundImageCache",false,true);w._prt=function(e,o,p){if(p){for(var i in o){e[n][i]=o[i];}}else{e[i]=o[i];}e.style.zoom=1;};_prt(e,{})})(this,window));/*事例:_zoom:expression(_prt(this,{width:this.parentNode.scrollWidth},"style"));*/}
body{width:100%;height:100%;color:#252525;/*background-image:url(null);background-attachment:fixed;解决ie6下在样式文件中用脚本浮动层出现的抖动问题*/}
div,span,iframe,tt,p,a,img,dt,ul,li,fieldset,form,label,legend,table,caption,tr,th,td,dl,dt,dd{outline:0;margin:0;padding:0;font-weight:inherit;font-size:inherit;font-style:inherit;font-family:inherit;}
iframe,img,fieldset,legend{border:0;}
table{border-collapse:collapse;empty-cells:show;}
ul,ol{list-style:outside none;}
textarea{outline:0;}
select{font-size:13px;}
h1,h2{font-size:14px;}
h3,h4,h5,h6{font-size:12px;}
h1 i,h2 i,h3 i,h4 i,h5 i,h6 i{font-style:normal;}
/*清除浮动(br必须在浮动对象之后，否则在ie8\9下会产生空行)*/
br{width:100%;height:0px;display:block;clear:both;overflow:hidden;_line-height:0px;_font-size:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
em{font-style:normal;}
a{color:#333;text-decoration:none;}
a:hover{color:#cc0000;text-decoration:underline;}
:focus{outline:0;}

/*文字*/
/*中文版*/
.cn,body{font:12px/1.6 Arial,"Times New Roman","microsoft yahei","\5b8b\4f53";}
/*英文版*/
.en{font:12px/1.5 Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;}
.b{font-weight:700;}
.i{font-style:italic;}

/*间隔符*/
.sp b{background-color:#ccc;padding-right:1px;margin-right:7px;}

/*布局*/
.fl{float:left;}
.flli{float:left;white-space:nowrap;}/*针对浮动列表项在ie6,7中单个字竖排问题的解决方案*/
.fc{float:left;position:relative;left:50%;}.fc .fc{left:-50%;}
.fr{float:right;}
.more{padding:0 10px 0 0;font-size:12px;float:right;}

/*间距*/
.mt{margin-top:8px;}/*上间距*/
.mb{margin-bottom:8px;}/*下间距*/
.ml{margin-left:8px;}/*左间距*/
.mr{margin-right:8px;}/*右间距*/
.hr{height:0px;border-top:1px solid #ddd;border-bottom:1px solid #fff;clear:both;overflow:hidden;}
.hr2{height:0px;border-top:1px dashed #ddd;border-bottom:1px dashed #fff;clear:both;overflow:hidden;}

/*显示方式*/
.none{display:none;}/*不显示*/
.hide{width:0;height:0;overflow:hidden;}/*隐藏*/
.block{display:block;}/*块显示*/
.inline{display:inline;}/*行显示*/
.show{width:auto;height:auto;display:block;}/*显示*/
.rad{border-radius:3px;}/*圆角，不支持ie*/
.radt{border-radius:3px 3px 0 0;}
.radb{border-radius:0 0 3px 3px;}
.radl{border-radius:3px 0 0 3px;}
.radr{border-radius:0 3px 3px 0;}
.shd{box-shadow:0 0 5px #ddd;}/*投影:左右\上下\模糊\颜色，不支持ie*/
.shdh{box-shadow:0 0 5px #999;}/*投影加深*/
.shdi{box-shadow:3px 3px 3px #ddd;}/*右下角投影*/

/*对齐*/
.tl{text-align:left;}/*文本居左*/
.tc{text-align:center;}/*文本居中*/
.tr{text-align:right;}/*文本居右*/
.tt{vertical-align:top;}/*文本居上*/
.th{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}/*文本隐藏*/
.tbr{word-wrap:break-word;word-break:break-all;}/*文本强制自动换行*/
.ts{text-shadow:#ccc 1px 1px 0;}/*文本投影:颜色\左右\上下\模糊，不支持ie*/
.trlf{text-shadow:#fff 1px 1px 0;}/*浮雕，不支持ie*/
.tg{text-shadow:#fff 1px 1px,#fff -1px -1px,#fff -1px 1px,#fff 1px -1px;}/*发光，不支持ie*/

/*半透明*/
.alpha0,a.alphax,.alphax a{filter:alpha(opacity=0);opacity:0;}
.alpha15,a.alphax:hover,.alphax a:hover{filter:alpha(opacity=15);opacity:0.15;}
.alpha25{filter:alpha(opacity=25);opacity:0.25;}
.alpha50{filter:alpha(opacity=50);opacity:0.5;}
.alpha75{filter:alpha(opacity=75);opacity:0.75;}
.alpha85,a.alpha,.alpha a{filter:alpha(opacity=85);opacity:0.85;}
.alpha a img{filter:alpha(opacity=85);}
.alpha100,a.alpha:hover,.alpha a:hover{filter:alpha(opacity=99.9);opacity:0.999;}
.alpha a:hover img{filter:alpha(opacity=99.9);}
/*CSS3(不支持ie)悬停效果*/
/*文字发光*/
.glowtxt,.glowtxt a{text-shadow:none;}
.glowtxt:hover,.glowtxt a:hover{text-shadow:#fff 1px 1px 2px,#fff -1px -1px 2px,#fff -1px 1px 2px,#fff 1px -1px 2px;}
/*盒子发光*/
.glowbox,.glowbox a{box-shadow:none;}
.glowbox:hover,.glowbox a:hover{box-shadow:0 0 3px #fff;}

/*png透明,特别注意：网址中的地址是根据页面地址引用的
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=noscale,src=网址);_background-image: none;*/
.png{/*配合png透明js一起使用*/}

/*用于文章介绍或HTML编辑器产生的代码*/
.html{color:#333;}
.html p{padding:10px 0;}
.html br{height:auto;line-height:20px;clear:none;display:inline;overflow:visible;}
.html .lh20{line-height:20px;}
.html .lh24{line-height:24px;}
.html table,.html td,.html th{border:inherit inherit inherit;}

/*图片*/
img.no{background:url(com/c_img_load_no.png) no-repeat;}
img.err{background:url(com/c_img_load_err.png) no-repeat;}
img.wh80{width:80px;height:80px;}
img.wh100{width:100px;height:100px;}
img.wh120{width:120px;height:120px;}

/*广告*/
.adw,.ad{width:100%;overflow:hidden;}
.adw img,.ad img{display:block;}