/* 头部<header> start */
header {
    position: absolute;
    z-index: 100;
    width: 924px;
    top: 0px;
    height: 70px;
    margin-left: 50px;
    margin-right: 50px;
    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: 400px;
}

header ul li {
    font-size: 16px;
    /* font-weight: normal;
    font-stretch: normal; */
    line-height: 32px;
    /* letter-spacing: 2px; */
    margin-left: 41px;
}

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: #57a0ff;
    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 */