@charset "utf-8";
/* CSS Document */

/*--Reset--*/
body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,select,blockquote,th,td,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,button,caption,cite,code,dfn,em,input,optgroup,textarea,th,var{font:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}

/*--默认样式--*/
html,body{height:100%;width:100%;}
body{font:12px/1.5  "微软雅黑","宋体", Arial, Helvetica, sans-serif;color:#7E7F82;-webkit-text-size-adjust:none;}
/*h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}*/
a{color:#3E3E3E;text-decoration:none;outline:none;star:expression(this.onFocus=this.blur());}
a:hover{color:#196A0F;}

/*清除点击链接方框*/
a {outline: none; /* for Forefox */ }
a{star:expression(this.onFocus=this.blur()); /* for Ie*/ }

/*--公共样式--*/
.clear{clear:both;height:0;font-size:0px;line-height:0px;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0;}
* html .clearfix{height:1%;}/* IE6 */
*:first-child+html .clearfix{height:1%;}/* IE7 */
.f_left{float:left;}
.f_right{float:right;}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.bold{font-weight:bold;}
.none{display:none;}
.block{display:block;}
.relative{position:relative;}
.absolute{position:absolute;}
.ml0{margin-left:0!important;}
.mr0{margin-right:0!important;}
.bd_none{border:none!important;}
.bg_none{background:none!important;}
.mr10{ margin-right:10px;}

/*ie6 png*/
.iepng img {
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);


































