* {-webkit-appearance: none;}/*去除webkit引擎默认属性*/
body { margin-top: 0px; padding: 0px; font-size: 1em; text-align: center;
font-family: 'Microsoft YaHei', '微软雅黑';  color: #000; background: #FFF
}/*主体默认文字居中*/

table.AAA {border: 0; margin:0 auto;border-collapse:collapse;border-spacing:0; width:1001px;}/*大框架1*/
table.AAB {border: 0; margin:0 auto;border-collapse:collapse;border-spacing:0; width:1001px;background-color: #f4f4f4;}/*大框架2*/
table.AA {border: 0; margin:0 auto;border-collapse:collapse;border-spacing:0; width:100%; background-color:#f4f4f4;}
th,td {padding:0;}

div.menu{
position: sticky;
top: 0px;
margin: auto;
width:1001px; height: 60px;
padding: 0px;
z-index: 9;
background: url(../images/hmenu.png) no-repeat;
text-align:right;
}

p { color: #000000; font-size: 1em; text-align: left;} /*段落都是左对齐*/
p.mowei {font-size: 10px; text-align: center; line-height: 15px; color: #ffffff; background-color: #3e8f64;}

a:link {text-decoration:none;color:#000000;}
a:visited {text-decoration:none;color:#000000;}
a:hover {text-decoration:underline;color:#CC0000;}
a:active {text-decoration:underline;color:#000000;}

img.portrait {border-radius: 8px;}
ul,ol {text-align:left; line-height:200%;}
