* {
    word-wrap: break-word
}

@font-face {
    font-family: "SourceHanSansCN Light";
    src: url("font/SourceHanSansCN-Light.otf");
}

@font-face {
    font-family: "SourceHanSansCN EL";
    src: url("font/SourceHanSansCN-ExtraLight.otf");
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url("font/SourceHanSansCN-Normal.otf");
}

@font-face {
    font-family: "SourceHanSansCN Blod";
    src: url("font/SourceHanSansCN-Blod.otf");
}

@font-face {
    font-family: "SourceHanSansCN Medium";
    src: url("font/SourceHanSansCN-Medium.otf");
}

@font-face {
    font-family: "FZLTHJW";
    src: url("font/FZLTHJW.TTF");
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-weight: 500; */
}

ul,
ol,
dl {
    list-style-type: none
}

html,
body {
    width: 100%;
    font-size: 16px;
}

html {
    font-family: "FZLTHJW", "Microsoft Yahei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 500;
}

body,
th,
td,
button,
input,
select,
textarea {
    font-size: 16px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a,
area {
    outline: none;
    /* blr: expression(this.onFocus=this.blur()) */
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a:hover {
    text-decoration: none;
    outline: none
}

a.ie6:hover {
    zoom: 1
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: none
}

:focus {
    outline: none
}


/*img*/

img {
    border: 0;
    vertical-align: middle
}

a img,
img {
    -ms-interpolation-mode: bicubic
}

.img-responsive {
    max-width: 100%;
    height: auto
}


/*IE下a:hover 背景闪烁*/


/* 
*html {
    overflow: -moz-scrollbars-vertical;
    zoom:expression(function(ele) {
        ele.style.zoom="1";
        document.execCommand("BackgroundImageCache", false, true)
    }
    (this))
} */


/*HTML5 reset*/

header,
bottom-footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
    display: block;
    margin: 0;
    padding: 0
}


/* 再点击元素时会出现黑色背景的闪烁，解决只需要将此元素的css中添加 */

html,
body {
    -webkit-tap-highlight-color: transparent;
}


/* 为了兼容性，因为ie6/7不能使用伪类，所以加上此行代码。 */

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1;
    /* 为了兼容IE */
}

.left {
    float: left;
}

.right {
    float: right;
}