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;
}
.navbar {    
    padding-top: 1rem;
    padding-bottom: 1rem;        
    position: relative;
    width: 100%;
    /* box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15), inset 0px -1px 0px 0px rgba(0,0,0,0.2); */
}
.navbar .container{
    justify-content: space-between;
    width: 1200px;
    margin:0 auto;
}
.navbar .container .navbar-collapse{
    flex-grow: 0;
}
#navbarNav .navbar-nav{
    /* width: 100%; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* width: 700px; */
}
.navbar-brand {
    flex:0 0 auto;
}
.navbar-brand img {
    width: 260px;
    height: 45px;
}
.navbar-nav .nav-link {
    color: #777879;
    position: relative;
    /* padding-bottom: 20px; */
    padding:10px 50px;
}

.navbar-nav .nav-item{
    position: relative;
    padding:0 30px;
    /* width: 200px; */
    text-align: center;
}
.navbar-nav .nav-item:hover .nav-inner-items{
    display: block;
}
.nav-inner-items{
    display: none;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    /* width: 240px; */
    padding:20px 50px;
}
.nav-inner-items .nav-inner-item{
    background:#9ab8ed;
    text-align: center;
}
.navbar-nav .nav-link::after{
    content: "";
}
.navbar-nav .nav-link.active{
    color:#333;
    font-size: 16px;
    text-align: center;
}
.navbar-nav .nav-link.active::after{
    content: "";
    display: block;
    width:10px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
}
.navbar-nav .nav-link:last-child {
    margin-right: 0;
}
/* .navbar-nav .nav-link:hover {
    color: #fff;
} */
div.foot-wrapper{
    width: 100%;
    background: #04174A;
}
div.foot-wrapper div.footer {
    width: 1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-around;
    align-items: start;
    padding:50px 0 30px 0;
}

div.foot-wrapper div.footer div.foot-item:nth-child(2) {
    width: 500px;
}   
div.foot-wrapper div.footer div.foot-item .foot-link-element{
    width: 200px;
    /* margin-left: 50px; */
    margin-bottom: 30px;
}
div.foot-wrapper div.footer div.foot-item .foot-link-element a {
    color:#fff;
}
div.foot-wrapper div.footer div.foot-item div.img-container {
    width: 272px;
    height: 50px;
}

div.foot-wrapper div.footer div.foot-item div.img-container img {
    width: 100%;
    height: 100%;
}



div.foot-copyright {    
    background:#04174A;
}
div.cp-inner{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin:0 auto;
    align-items: center;
    border-top: 1px solid #D8D8D8;
}

div.foot-copyright p {    
    padding:30px 0;
    text-align: center;
    color:#fff;
    font-size: 14px;    
}
div.foot-element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

div.foot-element div.foot-leaf {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.foot-link-row{
    display: flex;
    justify-content: space-between;
}
div.foot-element div.foot-leaf i.icon-mail {
    background: url("../img/index/icon-mail.png") no-repeat;
    width: 44px;
    height: 44px;
    background-size: 100% 100%;
    margin-right: 20px;
    flex: 0 0 auto;
}
div.foot-element div.foot-leaf i.icon-phone {
    background: url("../img/index/icon-phone.png") no-repeat;
    width: 44px;
    height: 44px;
    background-size: 100% 100%;
    margin-right: 20px;
    flex: 0 0 auto;
}
div.foot-element div.foot-leaf i.icon-site {
    background: url("../img/index/icon-site.png") no-repeat;
    width: 44px;
    height: 44px;
    background-size: 100% 100%;
    margin-right: 20px;
    flex: 0 0 auto;
}


div.foot-element div.foot-leaf div.fl-text {
    font-size: 14px;
    color:#fff;
    line-height: 1.5;
    word-break: break-all;
}

div.foot-element div.foot-leaf div.fl-text strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    color:#fff;
    line-height: 1.5;
}



div.foot-element div.foot-leaf div.fl-text p {
    font-size: 14px;
    color:#fff;
    line-height: 1.5;
}

