@charset "UTF-8";
/*!
 * reset.css
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
    min-width: 1200px !important;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/*!
 * init.css       在reset基础上额外调整样式
 */

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

body {
    font: 16px/1 "微软雅黑", Arial, Verdana;
    color: #333;
}

.p_top20 {
    padding-top: 20px;
}
.p_top30 {
    padding-top: 30px;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-appearance: none;
    /*屏蔽阴影*/
    -webkit-tap-highlight-color: transparent;
    /*ios android去除自带阴影的样式*/
}

input,
select,
textarea {
    border: none;
    outline: none;
    resize: none;
    font-family: inherit;
    padding-left: 3px;
}

i {
    color: inherit;
    display: inline-block;
}

strong {
    font-weight: bold;
}

input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

img {
    max-width: 100%;
}

.wrap {
    width: 1200px;
    margin: auto;
}

.wrap:before,
.wrap:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.wrap.wrap_penny {
    position: relative;
}

.clear:before,
.clear:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.rt.rt_penny {
    position: absolute;
    bottom: -230px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    float: none;
    width: 100%;
    padding-bottom: 26px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}

.rt_penny p {
    text-align: center;
}

.more-link {
    text-align: right;
    line-height: 20px;
    font-size: 13px;
    transition: all 0.3s linear;
}

.more-link:before,
.more-link:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.more-link:hover {
    color: #f4a23a;
}

.more-link span {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #000;
    background: #f18d18;
    margin-left: 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    vertical-align: -1px;
}

.header-footer-logo {
    max-width: 400px;
    height: 33px;
    box-sizing: content-box;
}