html,
body {
    font-family: arial, helvetica, sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    min-width: 980px;
    background-color: #fff;
    height: 100%;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

p {
    line-height: unset;
}

a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

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

table {
    font-size: inherit;
}

input,
select {
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 100%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}

button {
    overflow: visible;
}

th,
em,
strong,
b,
address,
cite {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

img,
fieldset {
    border: 0 none;
}

ins {
    text-decoration: none;
}

.header {
    width: 1000px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
}

.header img {
    float: left;
    line-height: 80px;
    display: block;
    margin-top: 16px;
}

.header span {
    float: left;
    margin-left: 40px;
    font-size: 20px;
    color: #666;
    font-weight: 600;
}

.header ul {
    float: right;
}

.header ul li {
    float: left;
    margin: 0 20px;
}

.header .active a,
.header a:hover {
    color: rgb(125, 174, 24);
}

.footer {
    background: #333;
    overflow: hidden;
    color: #fff;
}

.footer_wrap {
    margin: 0 auto;
    width: 1030px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 42px 0;
}

.footer_model {
    float: left;
}

.footer_model .myfoot__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer_model .myfoot__qr-item {
    float: left;
    margin-left: 32px;
    text-align: center;
}

.footer_model .myfoot__qr-item p:last-child {
    margin-top: 15px;
}

.footer--center {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0 13px 0 28px;
    margin-left: 25px;
}

.myfoot__about-list {
    line-height: 30px;
}

.myfoot__tel-btn {
    margin-top: 22px;
}

.foot_bottm {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #272727;
}