.navation {
    height: 80px;
    background-color: #f3f3f3;
}

.navation .content {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.navation .content a {
    padding-right: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 1px;
}

.navation .content .arrow {
    padding-right: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 1px;
}

.navation .content a:hover {
    color: #2bace6;
}

.navation .content a.target {
    color: #2bace6;
}

@media screen and (max-width: 768px) {
    .navation {
        height: auto;
    }

    .navation .content {
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
    }

    .navation .content a {
        display: block;
        width: 50%;
        text-align: center;
        padding-right: 0;
        font-size: 14px;
        line-height: 40px;
    }

    .navation .breadcrumb {
        padding: 0 8px;
        flex-wrap: nowrap;
    }

    .navation .breadcrumb a {
        padding-right: 8px;
        width: auto;
    }

    .navation .breadcrumb .arrow {
        padding-right: 8px;
    }
}
