@charset "utf-8";

/* Font-Size Control */

.fontsize10 {font-size: 10px;} /* 做remark的字 */
.fontsize14 {font-size: 14px;} /* Navigator Menu 字体 */
.fontsize16 {font-size: 16px;} /* Content 字体 */
.fontsize20 {font-size: 20px;} /* Sub-Title 字体 */
.fontsize25 {font-size: 25px;} /* Main-Title 字体 */
.fontsize28 {font-size: 28px;} /* Slogan 字体 */

/* Font Color Control */

.txtgray666 {color:#666;}    /* Header 字体主色 */
.txtgrayccc {color:#ccc;}    /* Bottom 字体主色 */
.txtgray4f4f{color:#4f4f4f;} /* 网页内容字体主色 */
.txtorange{color:#F8FF00;}   /* 标题字体颜色 */
.txtwhite {color:#fff;}      /* 菜单字体主色 */

/* letter Spacing */

.letterspacing1 {letter-spacing:1px;} /* 短字句-菜单 */
.letterspacing2 {letter-spacing:2px;} /* 主要内容 */
.letterspacing3 {letter-spacing:3px;} /* 大标题，问题 */

/* text alignment control */

.textcenter {text-align: center;}   /* 标题 */
.textleft {text-align: left;}       /* 问题， 答案 */
.textright {text-align: right;}     /* 小标题 */
.textjustify {text-align: justify;} /* 文章内容 */

/* text indentation control */

.textindent30 {text-indent: 30px;} /* 文章内容 */

/* text height control */
.lineheight18 {line-height:18px;}  /* 短篇内容 */
.lineheight25{line-height:25px;}
.lineheight30 {line-height:30px;}  /* 长篇内容 */
.lineheight35 {line-height:35px;}  /* 标题内容 */

/* background theme color */

.maincontentareabg{background-color: #f0f0f0;} /* 网页整体背景颜色 */
.whitebg{background-color:#fff;}               /* 内容背景主色 */

.maincontentbg{background-color:#ececec;}      /* 内容-内篇主色 */
.subcontentbg{background-color:#DBDBDB;}       /* 副内容背景色 */

.navigatormainbg{background-color: #666;}      /* 主菜单主色 */
.navigatorsidebg{background-color:#999;}       /* 左菜单主色 */
.hoverbg{background-color:#FF0004;}            /* 漂浮鼠标背景色 */

.sloganbg{background-color:#767676;}           /* 主标题背景色 */


