@charset"utf-8";

/* CSS Document */

/**{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-font-smoothing: subpixel-antialiased!important;}*/
 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ani, .ani * {
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
from, div, dl, dd, dt, ol, ul, li, a, img, input, h1, h2, h3, h4, h5, h6, table, a, p, form, em, i {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

ul, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, form, em, i {
    list-style-type: none;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    font: normal 16px "Microsoft YaHei", "SimHei", "SimSun", "Helvetica Neue", Arial;
    color: #666;
    word-break: break-all;
    text-align: justify;
    background-color: #fff;
}
img, li {
    vertical-align: top;
}
img {
    max-width: 100%;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none;
}
.clear {
    clear: both;
    width: 0;
    height: 0;
    border: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content:"";
    display: block;
    clear: both;
    height: 0;
}
*:focus {
    outline: none;
}
a,a:hover,a:focus{
    text-decoration: none;
    color: #666;
}
@font-face{
    font-family: "zihun";
    src:url(../font/zihun43.ttf);

}