@font-face {
  font-family: 'siyuan';
  src: url('../font/siyuan.OTF');
} 

@font-face {
  font-family: "blod";
  src: url("../font/siyuan-blod.OTF");
}  
 
@font-face {
  font-family: "light";
  src: url("../font/siyuan-light.OTF");
}   
  
@font-face {
  font-family: "libl";
  src: url("../font/siyuan-libl.OTF");
} 

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    word-break:break-word;
    vertical-align:top;
}

body {
    font-size: 12px;
    font-weight: normal;
    font-family: "siyuan";
    -webkit-text-size-adjust: 100%;
}
table{border-collapse: collapse;}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

a{
    text-decoration: none;
}
em{
    font-style: normal;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 12px;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{display: block;}

.left{
    float: left;
}
.right{
    float: right;
}

.over{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.czdq{
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}

textarea { -webkit-appearance: none;font-family: "arial";}


.blur {
        filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
        -webkit-filter: blur(5px); /* Chrome, Opera */
           -moz-filter: blur(5px);
            -ms-filter: blur(5px);   
                filter: blur(5px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
    }

.table{display: table;}
.table-cell{display: table-cell;vertical-align: middle;}

  



