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

.nav-wrapper {
    background: transparent;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 120px;
    padding-top: 30px;
}

.nav-wrapper .nav {
    width: 1200px;
    /* left: 50%; */
    /* transform: translateX(-600px); */
    /* position: absolute; */
    
    height: 120px;
}
.nav-list-wrapper{
    display: flex;
    justify-content: center;
}
.nav-wrapper .logo {
    width: 215px;
    height: 50px;
    margin:0 auto;
}

.nav-wrapper .logo img {
    width: 100%;
    height: 100%;
}

.nav-wrapper .nav-list {
    overflow: hidden;
    margin:0 auto;
}

.nav-wrapper .nav-list li {
    float: left;
    margin-right: 60px;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.nav-wrapper .nav-list li a {
    color: #808B9C;
}

.nav-wrapper .nav-list li.active {
    color: #fff;
}

.nav-wrapper .nav-list li.active a {
    color: #fff;
    font-weight: 700;
}

.nav-wrapper .nav-list li.active::after {
    width: 20px;
    height: 2px;
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.footer .footer-top {
    background: #343434;
    overflow: hidden;
    padding: 65px 0 0;
}


.footer .footer-bottom {
    text-align:center;
    color:#121331;
}

.footer .footer-bottom span {
    font-size: 16px;
    color: #fff;
}

.footer-img-container{
    width: 161px;
    height: 92px;
    margin:0 auto;
}

.footer .footer-bottom {
    background: #202327;
    height: 100px;
    line-height: 100px;
    border-top:1px solid #121331;
}
.footer-table .footer-head{
    display: flex;
    justify-content: space-between;
}
.footer-table .footer-content{
    padding-bottom:50px;
}
.footer-table .footer-content .footer-content-left{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.foot-table .footer-list {
    overflow: hidden;
}
.footer-list .footer-list-element{
    float:left;
}     

.footer-table .footer-content .footer-content-left .footer-list .footer-list-element{
    padding:17px 20px;
    margin-bottom: 10px;

}
.footer-table .footer-content .footer-content-left .footer-list .footer-list-element a{
    color:#fff;
    font-size: 16px;
}
.footer-table .footer-content .footer-content-right{
    width: 600px;
}
.footer-table .footer-element-title{
    font-size: 20px;
    color:#fff;
    position: relative;
    padding-bottom: 20px;
}
.footer-table .footer-element-title::after{
    content: "";
    position: absolute;
    width: 43px;
    height: 2px;
    background:#0077FF;
    left: 0;
    bottom:0;
}
.foot-contact-info {
    color:#fff;
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.5;
    text-align: center;
}
