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: #F9F9F9;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 120px;
}

.nav-wrapper .nav {
    width: 1200px;
    left: 50%;
    transform: translateX(-600px);
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.nav-wrapper .logo {
    width: 275px;
    height: 40px;
}

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

.nav-wrapper .nav-list {
    overflow: hidden;
}

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

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

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

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

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

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


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

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



.footer .footer-bottom {
    background: #F9F9F9;
    height: 100px;
    line-height: 100px;
    border-top:1px solid #121331;
}
.footer-table .footer-head{
    display: flex;
    justify-content: space-between;
}

.footer-table .footer-head .footer-head-element:first-child{
    width: 500px;
}
.footer-table .footer-head .footer-head-element:nth-child(2){
    width:200px;   
}
.footer-table .footer-head .footer-head-element:nth-child(3){
    width:300px;   
}
.footer-table .footer-head .footer-head-element .fhe-title{
    color:#121331;
    font-size: 24px;
    margin-bottom: 30px;
}
.footer-table .footer-head .footer-head-element .footer-head-text{
    color:#121331;
    line-height: 1.5;
    color:16px;
}
.footer-table{
    width: 100%;
}
.footer-table .footer-content{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.footer-table .footer-content .footer-content-left{}                
.footer-table .footer-content .footer-content-left .footer-list .footer-list-element{
    padding:17px 70px;
    background:#FECE46;
    margin-bottom: 10px;
}
.footer-table .footer-content .footer-content-left .footer-list .footer-list-element a{
    color:#121331;
    font-size: 16px;
}
.footer-table .footer-content .footer-content-right{
    width: 600px;
}
.footer-table .footer-content .footer-content-right .footer-join-us{
    padding:25px;
    width: 550px;
    height: 128px;
    border:1px solid #121331;
    margin-bottom: 30px;
    line-height: 1.5;
    color:#121331;
}
.footer-table .footer-content .footer-content-right .footer-contact{
    padding:25px;
    width: 550px;
    height: 68px;
    border:1px solid #121331;
    line-height: 1.5;
    color:#121331;
}