/*index css*/

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font: 14px/1.5 "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-family: "Microsoft YaHei";
    line-height: 1.42857143;
    color: #333;
}

html,
body {
    width: 100%;
    height: 100%;
}

html,
body,
p,
dl,
dt,
dd,
table,
td,
th,
input,
img,
form,
div,
span,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
select,
fieldset,
button,
sub,
sup,
textarea {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

img {
    max-width: 100%;
    border: 0 none;
    vertical-align: middle;
}

em,
i {
    font-style: normal;
}

ul,
ol {
    list-style: none outside none;
}

button {
    border: none;
}

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

a {
    color: #e3120b
}

:focus {
    outline: 0;
}

input,
textarea,
select {
    background: #ffffff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    overflow: hidden;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
