*{margin:0;padding:0;}
body{
    font-family: HiraginoSansGB-W3,"Hiragino Sans GB","Microsoft Yahei UI","Microsoft Yahei","微软雅黑","Segoe UI",Tahoma,"宋体b8b\4f53",SimSun,sans-serif;;
    font-size: 14px;
    margin: 0;
    padding: 0;
    min-width: 1366px;
    min-height: 100%;
    position:relative;
    direction: ltr;
    color: #000;
    overflow-x: hidden;
    overflow-y: scroll;
}
a {
    color: #cccccc;
    text-decoration: none;
}
a:hover, a:focus {
    color: #d9d9d9;
    text-decoration: none;
}
a:active {
    color: #bfbfbf;
}
code, kbd, pre, samp {
    font-family: 'Titillium Web', sans-serif;
}
sub, sup { 
    font-size: 75%; 
    line-height: 0; 
    position: relative; 
    vertical-align: baseline;
}
  
sub { bottom: -0.25em; } 
  
sup { top: -0.5em; }

.clearfix:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}