﻿@charset "utf-8";
@font-face {
  font-family: 'cn';
  src: url('../fonts/fzqkbysjt.eot');
  src: url('../fonts/fzqkbysjt.eot') format('embedded-opentype'), url('../fonts/fzqkbysjt.woff2') format('woff2'), url('../fonts/fzqkbysjt.woff') format('woff'), url('../fonts/fzqkbysjt.ttf') format('truetype'), url('../fonts/fzqkbysjt.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
*{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{font:14px/20px Arial,"microsoft yahei","Times New Roman","\5b8b\4f53",cn;color:#252525;margin:0;padding:0;scrollbar-face-color:#eff3f7;scrollbar-highlight-color:#ffffff;scrollbar-shadow-color:#c6d3de;scrollbar-3dlight-color:#c6d3de;scrollbar-arrow-color:#7686a9;scrollbar-track-color:#f5f5f5;scrollbar-darkshadow-color:#ffffff;text-decoration:none;}
div,span,iframe,tt,p,a,img,dt,ul,li,fieldset,form,label,legend,table,caption,th,td,dl,dt,dd,input{box-sizing:content-box;outline:0;margin:0;padding:0;line-height:inherit;font-weight:inherit;font-size:inherit;font-style:inherit;font-family:inherit;}
iframe,img,fieldset,legend{border:0;}
table{border-collapse:separate;border-spacing:3px;empty-cells:show;}
table,td,th{border:initial initial initial;padding:initial;}
table.clp{border-collapse:collapse;}
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;-webkit-transition:color .8s ease,background-color .8s ease,opacity .8s ease;-moz-transition:color .8s ease,background-color .8s ease,opacity .8s ease;transition:color .8s ease,background-color .8s ease,opacity .8s ease;}
a:hover{color:#cc0000;text-decoration:underline;-webkit-transition:color .8s ease,background-color .8s ease,opacity .8s ease;-moz-transition:color .8s ease,background-color .8s ease,opacity .8s ease;transition:color .8s ease,background-color .8s ease,opacity .8s ease;}
input{outline:0;-webkit-transition:color .8s ease,background-color .8s ease,opacity .8s ease;-moz-transition:color .8s ease,background-color .8s ease,opacity .8s ease;transition:color .8s ease,background-color .8s ease,opacity .8s ease;}
:focus{outline:0;-webkit-transition:color .8s ease,background-color .8s ease,opacity .8s ease;-moz-transition:color .8s ease,background-color .8s ease,opacity .8s ease;transition:color .8s ease,background-color .8s ease,opacity .8s ease;}
.itext:focus{color:#333;}

/*文字*/
/*中文版*/
.cn{font:12px/24px Arial,"microsoft yahei","Times New Roman","\5b8b\4f53",cn;}
.cnx{font:14px/28px Arial,"microsoft yahei","Times New Roman","\5b8b\4f53",cn;}
/*英文版*/
.en{font:12px/20px Tahoma,Helvetica,Arial,cn,"\5b8b\4f53",cn,sans-serif;}
.enx{font:14px/22px Tahoma,Helvetica,Arial,cn,"\5b8b\4f53",cn,sans-serif;}
.b{font-weight:700;}
.i{font-style:italic;}
/*清除浮动*/
.br,.clear{clear:both;}
/*链接*/
a.lk{text-decoration:underline;}

/*间隔符*/
.sp b{background-color:#ccc;padding-right:1px;+position:absolute;}

/*布局*/
.row,.ln{width:100%;overflow:hidden;}
.fl{float:left;}
.flli{float:left;white-space:nowrap;}/*针对浮动列表项在ie6,7中单个字竖排问题的解决方案*/
.fc{float:left;position:relative;left:50%;top:0;}.fc .fc{left:-50%;}
.fr{float:right;}

/*间距*/
.mt{margin-top:10px;}/*上间距*/
.mb{margin-bottom:10px;}/*下间距*/
.ml{margin-left:10px;}/*左间距*/
.mr{margin-right:10px;}/*右间距*/
.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;border:0;padding:0;float:left;overflow:hidden;}/*隐藏*/
.hide2{visibility:hidden;}/*隐藏2*/
.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 0 #ddd;}/*投影:左右\上下\模糊\宽度\颜色，不支持ie*/
.shdh{box-shadow:0 0 5px #999;}/*投影加深*/
.shdi{box-shadow:3px 3px 3px #ddd;}/*右下角投影*/

/*对齐*/
.tl{text-align:left!important;}/*文本居左*/
.tc{text-align:center!important;}/*文本居中*/
.tr{text-align:right!important;}/*文本居右*/
.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*/
.fs9{font-size:9px;-webkit-transform:scale(.8);-o-transform:scale(.8);display:inline-block;}/*显示小于12号字,*/

/*半透明*/
.alpha0,a.alpham,.alpham a{opacity:0;filter:alpha(opacity=0);}
.alpha15,a.alpham:hover,.alpham a:hover{/*悬停*/opacity:0.15;filter:alpha(opacity=15);}
.alpha25{opacity:0.25;filter:alpha(opacity=25);}
.alpha50{opacity:0.5;filter:alpha(opacity=50);}
.alpha75{opacity:0.75;filter:alpha(opacity=75);}
.alpha85,a.alpha,.alpha a,a.alphad:hover,.alphad a:hover,.alphad a.s{/*悬停*/opacity:0.85;filter:alpha(opacity=85);}
.alpha a img,.alphad a:hover img,.alphad a.s img{/*悬停*/opacity:0.85;filter:alpha(opacity=85);}
@-moz-document url-prefix(){.alpha a img,.alphad a:hover img{opacity:1;}}
.alpha100,a.alpha:hover,.alpha a:hover,.alpha a.s{/*悬停*/opacity:0.999;filter:alpha(opacity=99.9);}
.alpha a:hover img,.alpha a.s img{/*悬停*/filter:alpha(opacity=99.9);opacity:0.999;}
/*覆盖透明：适用范围：a无样式背景且在ie7及以上*/
a.malpha_wht:hover,.malpha_wht a:hover,.malpha_wht a.s{/*悬停*/background-image:url(../images/malpha_wht.png);_background-image:none;}
a.malpha_blk:hover,.malpha_blk a:hover,.malpha_blk a.s{/*悬停*/background-image:url(../images/malpha_blk.png);_background-image:none;}
/*发光:CSS3属性，适用范围(非ie或ie10及以上)*/
/*文字*/
.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;}
/*灰度模式*/
.graymode{-webkit-filter: grayscale(100%);filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}

/*##########常用结构##########*/
/*24位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 .lh24{line-height:20px;}

/*图片*/
img.no{background:url(../images/c_img_load_no.png) no-repeat;}
img.err{background:url(../images/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;}

/*广告*/
.ad,.adw{width:100%;overflow:hidden;}
.adw .inbox{width:110%;}
.adw img,.ad img{display:block;}

/*模块*/
.more{padding:0 10px 0 0;font-size:12px;font-weight:100;float:right;}
