@charset "utf-8";

/* the style for www.qczww.cn/ */


/* Author Liuxiang,2016-3-5 */


/* reset */

@media screen and (max-width: 1200px) {
    body {
        width: 1200px;
    }
}

html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

body,
button,
input,
select,
textarea {
    font: 14px/1 "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: '微软雅黑';
}

img,
button,
textarea,
input {
    outline: none;
    border: none;
}

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

th {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

button {
    cursor: pointer;
}

body {
    overflow-x: hidden;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    font-family: '微软雅黑';
    color: #666;
}

ul,
ol {
    list-style: none;
}

li {
    list-style: none;
}

button,
input,
select,
textarea {
    overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}


/* reset */

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

.clearfix {
    *zoom: 1;
}

.clearout {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cleartxt {
    color: transparent;
    font: 0/0 a;
    overflow: hidden;
}

.clear {
    clear: both;
}

.a_lj:hover {
    color: #5d903d;
}