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;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.mid {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


div.nav-wrapper {
    width: 100%;
    background: #417858;
    padding:30px 0;
}

div.nav-wrapper div.nav-inner {
    width: 1200px;
    margin:0 auto;
    display: flex;
    justify-content: start;
    align-items: center;
}

div.nav-wrapper div.nav-inner div.ni-item {
    display: flex;
    justify-content: space-around;
    margin-right: 100px;
}

div.nav-wrapper div.nav-inner div.ni-item div.ni-inner-ele {
    padding:10px 20px;
    margin-right: 30px;
}
div.nav-wrapper div.nav-inner div.ni-item div.ni-inner-ele.active{
    background:#D3E8DC;
    color:#417858;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
}
div.nav-wrapper div.nav-inner div.ni-item div.ni-inner-ele.active a.ni-inner-ele-link{
    color:#417858;
}
div.nav-wrapper div.nav-inner div.ni-item div.ni-inner-ele a.ni-inner-ele-link {
    color:#fff;
    font-size: 16px;
}



div.foot-wrapper {
    background:#F7F7F7;
    padding:50px 0;
}

div.foot-wrapper div.footer {
    width: 1200px;
    margin:0 auto;
    display: flex;
    justify-content: center;
}

div.foot-wrapper div.footer div.foot-item {
    width: 300px;
}

div.foot-wrapper div.footer div.foot-item div.foot-item-row {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

div.foot-wrapper div.footer div.foot-item div.foot-item-row div.foot-item-col {
    color:#333;
    font-size: 14px;
    margin-right: 50px;
    text-align: left;
    width: 100px;
}
div.foot-wrapper div.footer div.foot-item div.foot-item-row div.foot-item-col2 {
    width: 100%;
}
div.foot-wrapper div.footer div.foot-item div.foot-item-row div.foot-item-col2 a.nav-link{
    color:#333;
    font-size: 14px;
    text-decoration: underline;
}

div.foot-wrapper div.footer div.foot-item div.foot-item-row div.foot-item-col a.nav-link {
    color:#333;
    font-size: 14px;
}

.foot-item p{
    margin-bottom: 30px;
    margin-left: 100px;
}
.foot-item p strong{
    font-weight: 700;
}

div.copyright {
    background:#F7F7F7;
    text-align: center;
    font-size: 16px;
    color:#333;
    border-top:1px solid #333;
    padding:50px 0;
}

