/* 头部<header> start */
header {
    position: absolute;
    z-index: 100;
    width: 824px;
    top: 0px;
    height: 70px;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    align-items: center;
}

header h1,
header h1 img {
    width: 96px;
    height: 40px;
    object-fit: contain;
}

header ul {
    display: flex;
    margin-left: auto;
    min-width: 500px;
}

header ul li {
    font-size: 16px;
    line-height: 32px;
    margin-left: 65px;
}

header ul li a {
    color: #fff;
    text-align: right;
}

header ul li #active,
header ul li:hover a {
    width: 67px;
    color: #fff;
}
/* 头部<header> end */

/* 底部<footer> start */

footer {
	/* height: 400px; */
    background-color: #000;
    position: relative;
    overflow: hidden;
}

footer span {
    display: block;
    width: 100%;
    margin-top: 100px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

footer > div{
    padding-top: 80px;
    margin-top: 0px;
    width: 100%;
    color: #fff;
    display: flex;
}

.footerLogo {
    margin-top: 40px;
    margin-left: 100px;
    height: 44px;
    width: 100px;
    display: block;
}

.footerMid {
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
}

.footerMidItem {
    text-align: left;
    margin-left: 80px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.footerMidItemTitle {
    font-size: 18px;
    color: #fff;
}

.footerVLine {
    background-color: #fff;
    width: 1px;
    height: 100px;
    margin-left: 80px;
}

.footerRightItem {
    text-align: left;
    margin-left: 80px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.footerRightItemTitle {
    font-size: 18px;
    color: #fff;
}

.footerRightFlex {
    margin-top: 4px;
    margin-bottom: 10px;
    display: flex;
}

.footerRightFlex > img {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 10px;
    object-fit: contain;
}
/* 底部<footer> end */