button,
input,
form,
body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type=submit],
button {
    border: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

input,
button {
    outline: 0;
}

a {
    /* opacity: 0.5; */
    /* filter: alpha(opacity: 50); */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    /* background: #00f; */
}

body {
    font-family: Verdana, Arial, 'Microsoft YaHei';
    position: relative;
    min-width: 970px;
    text-align: justify;
    text-justify: inter-ideograph;
    background: #fff;
}

.box {
    position: relative;
    overflow: hidden;
    width: 970px;
    margin: 0 auto;
}

.justify-last {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
}

.justify-last {
    *display: inline;
    *zoom: 1;
}

#nav1 .box {
    font-size: 14px;
    line-height: 100px;
    text-align: right;
    color: #989898;
}

#nav1 a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #989898;
}

#nav1 span {
    margin: 0 10px;
}

#nav1 a:hover,
#nav1 a:active,
#nav1 a:focus,
#nav1 a.on {
    /* font-size: 22px; */
    color: #ea5404;
}

#nav1 .left {
    float: left;
    overflow: hidden;
    padding: 0;
}

#nav1 .left img {
    float: left;
}

#banner .box {
    left: 50%;
    width: 1440px;
    margin-left: -720px;
}

#footer {
    background-color: #1d1f24;
}

#footer p {
    font-family: Arial, SimSun;
    font-size: 14px;
    line-height: 24px;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}
