normalize article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
img {
    display: block;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "微软雅黑";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
li {
    margin: 0;
}

html {
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:visited {
    color: #333;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a {
    /* IE下去掉超链接获取焦点时产生的虚框 */
    noFocusLine: expression(this.onFocus=this.blur());
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    border: 0px;
    outline: 0px;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    zoom: 1
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    background: #f4f4f4;
    font-size: 16px;
}

#wrapper {
    width: 100%;
    background: url(../images/header.jpg) center top no-repeat;
    text-align: center;
}

/* @media only screen and (max-width:1009px) {
    #wrapper {
        width: 1000px;
    }
} */

#head {
    width: 1000px;
    height: 480px;
    margin: 0 auto;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

#head img {
    width: 100%;
}

.main {
    box-sizing: border-box;
    position: relative;
    width: 1000px;
    margin: 0 auto 60px;
    padding: 20px;
    background: #fff;
    text-align: left;
}

.cut-title {
    width: 960px;
    height: 60px;
    background: url(../images/title.jpg) right bottom no-repeat;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    text-indent: 20px;
}

.textarea {
    font-size: 14px;
    color: #a40000;
    text-indent: 2em;
    line-height: 30px;
    padding: 20px;
}

#qs01 {
    text-align: right;
    margin-top: 20px;
    margin-right: 6px;
}

#qs02 {
    text-align: right;
    margin-right: 0px;
}

#qs03 {
    text-align: right;
    margin-right: 28px;
    margin-bottom: 20px;
}

.content {
    margin-bottom: 50px;
}

.content h4 {
    font-size: 18px;
    color: #a40000;
    margin-top: 22px;
}

.listbox {
    position: relative;
    padding: 0 10px;
}

.list_01 {
    margin-top: 20px;
}

.list_01 li {
    height: 27px;
    margin-top: 10px;
    border-bottom: 1px dashed #c7c7c7;
}

.list_01 li::after {
    clear: both;
}

.list_01 li p {
    width: 600px;
    float: left;
    overflow: hidden;
    font-size: 16px;
}

.list_01 li p a,
.list_01 li p a:link,
.list_01 li p a:visited {
    color: #000;
}

.list_01 li span {
    float: right;
    width: 220px;
}

.list_02 {
    position: absolute;
    top: -9px;
    right: 255px;
}

.list_02 li {
    height: 28px;
    margin-top: 10px;
    font-size: 16px;
}

.list_02 li a,
.list_02 li a:link,
.list_02 li a:visited {
    color: #0068b7;
}

#news02 .list_01 li:nth-of-type(10),
#news02 .list_02 li:nth-of-type(10),
#news06 .list_01 li:nth-of-type(5),
#news06 .list_02 li:nth-of-type(5) {
    height: 50px;
}



