@charset "utf-8";
/*综合*/
img {border:0px;}
body {font:12px; margin:0px; font-family:"宋体", Times New Roman," 微软雅黑"}
ul, ol, dl,dt,dd, li { list-style: none; padding:0; margin:0; }
a {color: #333333; text-decoration:none; }
a:hover { color: #3398cc; }
a:focus {outline:none; -moz-outline:none}
.bold {font-weight:bold;}
/*字体大小*/
.fs10p { font-size: 10px; }
.fs12p { font-size: 12px; }
.fs14p { font-size: 14px; }
.fs16p { font-size: 16px; }
.fs18p { font-size: 18px; }
.fs20p { font-size: 20px; }
.fs22p { font-size: 22px; }
.fs24p { font-size: 24px; }

/*行高*/
.lh16p { line-height:16px; }
.lh18p { line-height:18px; }
.lh20p { line-height:20px; }
.lh22p { line-height:22px; }
.lh24p { line-height:24px; }
.lh26p { line-height:26px; }
.lh28p { line-height:28px; }
.lh30p { line-height:30px; }
.lh32p { line-height:32px; }
.lh36p { line-height:36px; }

/*颜色*/
.black {color:#2f1b22;}
.white {color:#FFFFFF;}
.coffee {color: #ffe9cc;}
.coffee1 {color: #e4bc88;}

/*链接样式*/
a.white:link{color:#FFFFFF; text-decoration:none}
a.white:visited{color:#FFFFFF; text-decoration:none}
a.white:active{color:#FFFFFF; text-decoration:none}
a.white:hover{color:#FFFFFF; text-decoration:none;}

a.black:link{color:#2f1b22; text-decoration:none}
a.black:visited{color:#2f1b22; text-decoration:none}
a.black:active{color:#2f1b22; text-decoration:none}
a.black:hover{color:#3398cc; text-decoration:none;}

a.coffee:link{color:#ffe9cc; text-decoration:none}
a.coffee:visited{color:#ffe9cc; text-decoration:none}
a.coffee:active{color:#ffe9cc; text-decoration:none}
a.coffee:hover{color:#3398cc; text-decoration:none;}

/*其他*/
.show{
	display:block;
}
.hide{
	display:none;
}