/*@css 自定义reset*/
/*@比较通用的自定义全局元素*/
*{font-family:'宋体';}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:12px;}
a:hover{text-decoration:none;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.absolute{position:absolute;}
.relative{position:relative;}
.w_100{width:100%;}

/*@自定义元素属性*/
.mar_t12p{margin-top:12px;}
.mar_t14p{margin-top:14px;}
.mar_b20p{margin-bottom:20px;}
/*@禁止谷歌自动调整字体*/
html{-webkit-text-size-adjust: none;}

/*@通用模块*/
/*@moduleMain页面主体*/
.moduleMain{width:100%;background:url(../images/bg6.jpg) repeat-y ;height:auto!important;height:639px;min-height:639px;}
/*@moduleContacts*/
.moduleContacts{width:252px;height:219px;}
.moduleContactsContent{background:url(../images/bg10.jpg);width:248px;height:167px;margin-top:6px;padding-top:10px;padding-left:4px;color:#808080;line-height:24px;}
/*@moduleTitle栏目标题*/
.moduleTitle{background:url(../images/bg16.jpg) repeat-x;height:33px;line-height:33px;position:relative;}
.moduleTitle h2{font-size:14px;color:#ffffff;background:url(../images/bg17.jpg) no-repeat;text-align:center;position:absolute;left:4px;_padding-top:2px;width:92px;height:30px;top:3px;}
.moduleTitle div{position:absolute;right:16px;_padding-top:2px;}
.moduleTitle div a{color:#ffffff;}






