@charset "UTF-8";
@import "./font-awesome/css/font-awesome.min.css";
@import './iconfont/iconfont.css';
@import "./jquery.easy_slides.css";
@import './hover.css';
@import './header.css';
@import './footer.css';
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

b,
strong {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

a,
u {
    text-decoration: none;
}

a {
    /* 去除高亮a标签点击高亮 */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

video {
    object-fit: fill;
    outline: none;
    text-decoration: none;
}

img {
    border: 0;
    display: block;
}

input {
    outline: none;
}

* {
    box-sizing: border-box;
    font-family: "方正准圆简体";
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    clear: both;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    touch-action: none;
    touch-action: pan-y;
    background: white;
}