/**
 * @desc:Common css;
 * @author:钟俊辉;
 * @date:2017-05-10;
 */
HTML { padding:0px; margin: 0px; height: 100% }
BODY { padding:0px; margin: 0px; height: 100%;text-align:center;Font-size:16px;line-height: 1.6em;color:#333333;font-family: "Microsoft YaHei", 微软雅黑; }
FORM { padding:0px; margin: 0px; }
P{ padding:0px; margin: 0px; }
H1,H2,H3,H4,H5,H6 { padding:0px; margin: 0px;Font-weight:normal;line-height: 1.6em; }
IMG { border:0px;}
UL,LI { padding:0px; margin: 0px;list-style-type:none; }
DL,DD,DT { padding:0px; margin: 0px;list-style-type:none; }
A:link{ color:#333333; text-decoration:none;}
A:visited{ color:#333333; text-decoration:none;}
A:hover{ color:#333333; text-decoration:none;}
.clearboth { CLEAR: both; }
table { font-size: 14px;color: #333333;line-height: 1.6em; text-align:left;}
.bodybg{ width:100%;background-color:#EEE; }
.fn-hide { display:none; }
.fn-show { display:block; }
.fn-fl{float: left;}
.fn-fr{float: right;}
.fn-st{font-family: "宋体";}
html {box-sizing: border-box;}
*,
*:before,
*:after {box-sizing: inherit;}
.clearfix::before,
.clearfix::after{content:"";display:table;clear:both;}
*{padding:0;margin:0;box-sizing: border-box;}
html,body{height:100%;width:100%;}
.sh_common {
    width: 1000px;
    margin: 0 auto;
}

