/*--------------------去浏览器常规默认样式---------------------------*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table,img, td, div,a {border:0 none;margin:0;padding:0;}
h1, h2, h3, h4, h5, h6{font-size:12px;}
select{font-size:12px;font-family:simsun;}
ul,ol,li{list-style-type:none}
a {text-decoration:none; outline:none;/*FF标准去虚线框*/}
a {star:expression(this.onFocus=this.blur()); /* for Ie*去虚线框*/ }

/*--------------------a标签---------------------------*/
a{color:#020202;}
a:hover{color:#CC0000;}
/*
:link{color:;text-decoration:none}
:visited{color:;text-decoration:none}
:hover{color:;text-decoration:underline}
:active{color:;text-decoration:none}
:focus {color:#CC0000;}*/

/*---------------------浮动的外层---------------------*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end clearfix */

/*-------解决border部分时有时无问题---使用时注意未知问题--------------*/
.borderfix{zoom:1}

/*---------------------布局------------------------*/
.margin_center{margin-left:auto;margin-right:auto}
.float_left{float:left}
.float_right{float:right}
.block{display:block}
.clear{clear:both;height:0px;overflow:hidden;}

/*-------限制Detail页内图片大小-----避免页面撑暴----*/
/*--.detail_c img { max-width:100%;width:expression(width>（外层宽度px）?"100%":width+"px");}--*/

/*----------------------文字-------------------------*/
.font_bold{font-weight:bolder}

.text_center{text-align:center}
.text_left{text-align:left}
.text_right{text-align:right}

.size_10{font-size:10px}
.size_11{font-size:11px}
.size_12{font-size:12px}
.size_13{font-size:13px}
.size_14{font-size:14px}
.size_16{font-size:16px}
.size_18{font-size:18px}
.size_20{font-size:20px}

/*----------------------li前ico图片-------------------------*/
span.li_ico{display:block;float:left;position:relative;top:0px!important;top:-1px;margin-right:-0px!important;margin-right:-3px;background:url(../images/newslist_ico.jpg) left center no-repeat;width:15px;margin-left:8px;}

/* --------------------文字阴影--------------------------- */
.context {position:relative;}
.context .normal{position:absolute;top:0px;left:0px;z-index:2;}
.context .shadow{position:relative;top:1px;left:2px;z-index:1;}
/*    文字阴影应用之HTML部分代码                  	
<div class="context">
	<span class="normal">需要有阴影效果的文字</span>
	<span class="shadow">重复需要有阴影效果的文字即文字的阴影</span>
</div>*/

/*-------------------自定义-----------------------*/
body {font-family:"宋体";font-size:12px; background:#D4D9DC url(../images/body_bg.jpg) repeat-x top;}

.wrapper{width:826px; margin:16px auto;padding:0 39px;background:url(../images/header_bg.jpg) no-repeat left top}
.content{background:url(../images/header_bg.jpg) no-repeat left top}
.header{height:163px;}
.logo{height:108px;text-align:right;padding-right:34px}
.nav{padding-top:14px;padding-left:138px}
.nav li{float:left;padding:2px 12px 0;background:url(../images/nav/nav_bg.jpg) no-repeat right top}
.nav li.end{background-image:none}
.subnav li a{display:block;width:154px;height:119px;background-position:left top;}
.subnav li a:hover{background-position:left bottom;}
.subnav li a.hover{background-position:left bottom;}
.content{padding-left:16px;padding-right:14px;overflow:hidden;background:#fff;padding-top:6px}
.footer{height:61px;padding-top:6px;background:#fff url(../images/footer_bg.jpg) no-repeat center bottom;font-family:Arial, Helvetica, sans-serif}
.footer .float_left{margin-left:31px;margin-top:13px}
.footer .float_right{margin-right:19px;margin-top:23px}

