﻿@charset "utf-8";
*{margin:0; padding:0;}
body{font-size:12px;font-family:'Microsoft YaHei',Arial,"宋体";color:#666;} /* 定义页面的默认字体 */
h1{font-size:20px;line-height:32px;} /* 定义页面H1标题 */
h2{font-size:14px;}
h3,h4{font-size:12px;line-height:20px;}
ul{list-style:none;} /* 定义所以列表都没黑圆点 */
li{list-style:none;}
p{line-height:20px;} /* 定义段落行高 */
a img{border:none;} /* 定义所有图片链接都没边框 */
a{text-decoration:none;color:#666;} /*定义默认文字链接为灰色无下滑线 */
a:hover{text-decoration:underline;color:#e24800;} /*定义默认文字链接悬停样式为：红色有下滑线 */
input[type='checkbox']{margin-right:3px;}
.c{zoom:1;} /* 清除浮动 */
.c:after{content:".";display:block;height:0;clear:both;visibility:hidden;}  /* 清除浮动 */
.fl{float:left;} /* 左浮动 */
.fr{float:right;} /* 右浮动 */
.dn{display:none;}
.tac{text-align:center} /* 文字居中对齐 */
.tal{text-align:left;}  /* 文字居左对齐 */
.tar{text-align:right;}  /* 文字居右对齐 */
.tin24{text-indent:24px;} /* 文字缩进两个中文字符 */
.ch{cursor:pointer;} /* 光标为手指 */
.inside{float:left; width:100%;}
.fwb{font-weight:bold;} /* 字体加粗 */
.fwn{font-weight:normal;} /* 常规字体 */
.lh{line-height:20px;} /* 标准行高 */
.wsn{white-space:nowrap;}
.nobg{background:none !important;}
.nobo{border:none !important;}
.nobo_left{border-left:none !important;}
.nobo_right{border-right:none !important;}
.nobo_top{border-top:none !important;}
.nobo_bottom{border-bottom:none !important;}
.marginleft{margin-left:20px;}