@charset "utf-8";
/* CSS Document */

/*@css 自定义reset*/
/*@比较通用的自定义全局元素*/
*{font-family:'宋体'; padding:0px; margin:0px}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:12px;}
.clear{ clear:both; height:0px; font-size:0px; line-height:0px;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.absolute{position:absolute;}
.relative{position:relative;}
.w_100{width:100%;}

.w1004{width:1004px; margin:0px auto}
/*@禁止谷歌自动调整字体*/
html{-webkit-text-size-adjust: none;}
/*@自定义元素属性*/
body{padding:0px;margin:0px;font-size:12px; font-family:"微软雅黑", "宋体", Arial, Georgia, "Times New Roman"; color:#4a4a4a; background-color:#cecece
}
.mar_t12p{margin-top:12px;}
.mar_t14p{margin-top:14px;}
.mar_b20p{margin-bottom:20px;}

/*@通用模块*/
/*@moduleMain页面主体*/
.moduleMain{width:100%;height:auto!important;height:978px;min-height:978px;}
/*@moduleTitle栏目标题*/
.moduleTitle{background:url(../images/bg8.jpg) repeat-x;height:28px;line-height:28px;position:relative;border-bottom:2px solid #3a7c29;}
.moduleTitle h2{font-size:14px;color:#3e7828;background:url(../images/icon1.jpg) no-repeat left center;text-indent:0.5em;position:absolute;left:15px;_padding-top:2px;}
.moduleTitle div{position:absolute;right:16px;_padding-top:2px;}
.moduleTitle div a{color:#5b5c5b;}







