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;
}
ul{
    margin:0
}
/* 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.wrapper{
    width: 1200px;
    position: fixed;
    left:50%;
    transform: translateX(-50%);
    height: 100%;
}
#navbarNav{
    width: 260px;
    background:#2D4664;
    padding:90px 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    left:0
}
.logo{
    width: 88px;
    height: 78px;
    margin:0 auto 40px auto;
}
.logo img{
    width: 100%;
    height: 100%;
}
.navbar-nav{}
li.nav-item {
    width:100%;
    height: 42px;    
    padding:20px 0;
    color:#C0C7D0;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.nav-item a{
    display: block;
    width: 150px;
    color:#C0C7D0;
    line-height: 1.5;
}
li.nav-item.active a{
    color:#2D4664;
}
li.nav-item.active{
    background:#C9FE8A;
    color:#2D4664;
}
li.nav-item i{
   margin-right: 10px;
}
li.nav-item i.icon-1 {
    background:url("../img/index/i1.png") no-repeat;
    width: 24px;
    height: 24px;
}
li.nav-item i.icon-2 {
    background:url("../img/index/i2.png") no-repeat;
    width: 24px;
    height: 24px;
}
li.nav-item i.icon-3 {
    background:url("../img/index/i3.png") no-repeat;
    width: 24px;
    height: 24px;
}
li.nav-item i.icon-4 {
    background:url("../img/index/i4.png") no-repeat;
    width: 24px;
    height: 24px;
}
li.nav-item i.icon-5 {
    background:url("../img/index/i5.png") no-repeat;
    width: 24px;
    height: 24px;
}
li.nav-item i.icon-6 {
    background:url("../img/index/i6.png") no-repeat;
    width: 24px;
    height: 24px;
}
li.nav-item.active i.icon-1 {
    background:url("../img/index/i1a.png") no-repeat;
    width: 24px;
    height: 24px;
}
li.nav-item.active i.icon-2 {
    background:url("../img/index/i2a.png") no-repeat;
    width: 24px;
    height: 24px;
}
li.nav-item.active i.icon-3 {
    background:url("../img/index/i3a.png") no-repeat;
    width: 24px;
    height: 24px;
}
li.nav-item.active i.icon-4 {
    background:url("../img/index/i4a.png") no-repeat;
    width: 24px;
    height: 24px;
}
li.nav-item.active i.icon-5 {
    background:url("../img/index/i5a.png") no-repeat;
    width: 24px;
    height: 24px;
}
li.nav-item.active i.icon-6 {
    background:url("../img/index/i6a.png") no-repeat;
    width: 24px;
    height: 24px;
}

div.footer{
    width: 910px;
    background:#2D4664;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: start;
    padding:50px 0;
}
div.footer-left {

}   

div.footer-left div.logo-container {
    width: 88px;
    height: 78px;
    margin:0 auto 20px auto;
}

div.footer-left div.logo-container img {
    width: 100%;
    height: 100%;
}



div.footer-left div.infor-container {
    width: 395px;
    height: 136px;
    background: #C9FE8A;
    border-radius: 20px;
    padding:20px;
}
div.footer-left div.infor-container .infor-text {
    font-size: 14px;
    color:#2D4664;
    margin-bottom: 20px;
    line-height: 1.5;
}
div.footer-left div.infor-container .infor-text strong {
    font-weight: 700;
    color:#2D4664;
    font-size: 14px;
}
div.footer-right {

}

div.footer-right a {
    display: block;
    color:#fff;
    margin-bottom: 30px;
}
.copyright{
    text-align: center;
    color:#2D4664;
    font-size: 14px;
    margin:15px 0;
}
div.content{

}