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,
tr,
th,
td,
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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body,
* {
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu";
}

html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #161823;
    position: relative;
    min-width: 1200px;
    line-height: 1;
}

a {
    text-decoration: none;
}

.header {
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.header .logo-warpper {
    display: inline-block;
    float: left;
    padding-left: 50px;
}

.header .logo-warpper .logo {
    display: block;
    width: 50px;
    height: 50px;
    margin: 25px 0;
    background: url(logo.png?max_age=2592000) no-repeat center center;
    background-size: 50px 50px;
}

.header .name-warpper {
    display: inline-block;
    float: left;
    padding-left: 16px;
}

.header .name-warpper .app-name {
    color: #fff;
    font-size: 18px;
}

.header .name-warpper .app-slogen {
    color: #fff;
    font-size: 14px;
    opacity: 0.89;
}

.header .nav-warpper {
    display: inline-block;
    float: right;
    /* padding-right: 50px; */
}

.header .nav-warpper a {
    display: inline;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
    margin: 0 6px;
}

.header .nav-warpper a.active {
    opacity: 1;
}

.header .nav-warpper span {
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}

.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer {
    background-color: #0e0f1a;
}

.footer .infomation {
    padding-top: 64px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 2;
}

.footer .infomation p {
    opacity: 0.3;
}

.footer .infomation a {
    color: #fff;
}

.footer .infomation .gognan-box {
    padding-top: 5px;
}

.footer .infomation .gognan-box a {
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
}

.footer .infomation .gognan-box a span {
    opacity: 0.3;
}

.footer .infomation .gognan-box img {
    vertical-align: middle;
    margin-right: 1px;
    margin-bottom: 3px;
}

.main-content-block {
    min-height: 100%;
    margin-top: -100px;
}

.main-content-block::before {
    content: "";
    display: block;
    height: 100px;
}

.text-warpper {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    margin: 34px 0 64px;
    padding: 0 50px;
}

.text-warpper h1 {
    font-size: 26px;
    text-align: left;
    margin: 0 0 60px;
}

.text-warpper h2 {
    font-size: 20px;
    line-height: 2;
    opacity: 0.6;
}

.text-warpper h3 {
    font-size: 16px;
    line-height: 2;
    opacity: 0.6;
}

.text-warpper p {
    margin: 0;
    opacity: 0.6;
}

.text-warpper .sub-item {
    text-indent: 2em;
}

.text-warpper .special {
    opacity: 1;
    font-weight: bold;
}

.text-warpper .entress {
    opacity: 1;
    /* font-weight:700; */
}

.text-warpper .address {
    color: #fff;
    opacity: 1;
}


.chengxing {
    padding: 20px;
    background: #161823;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px
}

.chengxing .center h3, .chengxing .center p, .chengxing .center u {
    text-align: center
}

.title {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
}

.chengxing h1, .chengxing h2 {
    margin: 0 0 30px
}

.chengxing h3 {
    font-weight: bold;
    margin: 0 0 20px
}

.chengxing a {
    color: #2d8cf0;
    text-decoration: underline
}

.chengxing p {
    margin: 0
}

.chengxing strong {
    color: #fff;
    margin-bottom: 15px
}

.chengxing ol.level1 {
    margin-left: 30px
}

.chengxing ol.level1 li {
    list-style-type: decimal
}

.chengxing ol {
    margin-bottom: 15px
}

.chengxing li {
    margin-bottom: 12px
}

strong {
    font-weight: bold;
    color: #fff;
    opacity: 1
}

.text-warpper p {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1
}

.sub-text--F0VVR {
    font-size: 20px;
    line-height: 68px;
    letter-spacing: 1px;
    color: #777e87;
}
.main-text--1PVdW {
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
    font-weight: bold;
    color: #383e46;
    margin-left: 37px;
}

