
.site-map-block {

    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    padding-top: 30px;

}

.site-map-top {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.site-map-block .gz {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 60px;
}

.site-map-block .gz .wechat {
    width: 100px;
    height: 100px;
}

.site-map-block .gz .wechat .img {
    width: 100%;
    height: 100%;
}

.site-map-block .site-map-list {
    display: flex;
    flex-direction: row;
    flex: 1;

}

.site-map-block .site-map-list .item {
    flex: 1;
}

.site-map-block .site-map-list .item .header-title {
    font-size: 16px;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 15px;
    display: block;
}

.site-map-block .site-map-list .item .nav-list {
    font-size: 12px;
    display: flex;
    flex-direction: column;

}

.site-map-block .site-map-list .item .nav-list .nav-item {
    text-align: center;
    line-height: 2;
    color: #666;
}


.site-map-block .site-map-list .item .nav-list .nav-item:hover {
    /*border-bottom: 1px solid #e5e5e5;*/
}


.site-about {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}

.site-about .icon {
    width: 200px;
    margin-right: 80px;
}

.site-about .text {
    flex: 1;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.site-about .img {
    width: 100%;
}


@media (min-width: 320px) and (max-width: 640px) {

    .site-map-block {
        display: none;
    }

}


.bottom-bg {
    width: 100%;
    height: 140px;
    margin-top: 200px;
}

@media (min-width: 320px) and (max-width: 640px) {
    .bottom-bg {
        margin-top: 4vw;
    }
}

.footNav {
    width: 100%;
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;

    /*height: 367px;*/

}

.footNav p {
    margin: 0;

}

.footNav-left {
    width: 960px;
    display: flex;
}

.footNav-left-div {
    display: flex;
    margin-left: 0px;
    align-items: center;
    color: #fff;
    line-height: 1.8;

}

.fl-div1 {
    margin-top: 54px;
    width: 113px;
    height: 210px;
}

.fl-div1 a {
    display: inline-block;
    width: 113px;
    height: 70px;
    line-height: 70px;
    font-family: "SourceHanSansCN-Bold";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.footNav-right {
    display: flex;
    margin-right: 0px;
}

.footNav-right-div {
    margin-top: 20px;
    margin-left: 42px;
}

.footNav-right-div > div:nth-child(1) {
    width: 110px;
    height: 110px;
}

.footNav-right-div > div:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.footNav-right-div > div:nth-child(2) {
    text-align: center;
    margin-top: 9px;
    font-family: "SourceHanSansCN-Bold";
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.footNav p {
    text-align: center;
    /* margin-top: 52px; */
    font-family: "SourceHanSansCN-Regular";
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.footNav p a {
    color: #FFFFFF;
}