/* CSS Document */

html {
    font-family: microsoft yahei, SimSun, SimHei;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd {
    margin: 0;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

strong {
    font-weight: normal;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

a {
    color: #000;
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

iframe {
    z-index: 999;
}

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    resize: none;
}

button {
    border: none;
    outline: none;
}

body {
    background-color: #fff;
}

.footer {
    background-color: #fff;
}

.cjzs_xl select {
    outline: none;
}