.nav {
    margin-top: 55px;
    width: 100%;
    position: relative;
    background: rgb(29, 29, 31);
}

.nav-container {
    position: relative;
    width: 100%;
    /* height: 449px; */
    margin: 0 auto;
}

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

.nav-container .text-area .title {
    position: absolute;
    text-indent: 2em;
    width: 250px;
    left: 0px;
    top: 65px;
    background: rgb(0,71,113);
    font-size: 12px;
    font-family: 'MicrosoftYaHei';
    font-weight: bold;
    color: #FBFBFD;
    line-height: 16px;
}

.product-part .title {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FBFBFD;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-part .con {
    position: relative;
    width: 100%;
    background: #000;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}


.product-part .con .fangan {
    width: 90%;
    font-size: 12px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #FBFBFD;
    line-height: 20px;
}

.product-part .con .part {
    width: 90%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.product-part .con .part img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.product-part .con .part .text-area {
    width: 90%;
    height: 100%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-part .con .part .text-area .title {
    font-size: 12px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #FBFBFD;
    line-height: 16px;
    margin: 0;
    text-align: left;
}

.product-part .con .part .text-area .text {
    font-size: 10px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FBFBFD;
    line-height: 16px;
    margin: 0;
    text-align: left;
}