#fixed_nav ul li:nth-child(3) a,
.header ul li:nth-child(3) a {
    color: #FF4D4D;
}

.firstview p {
    text-align: center;
    font-size: 16px;
    margin: 40px auto;
    max-width: 800px ;
    line-height:46px; 
}
.company_info {
    max-width: 65vw;
    margin: 120px auto;
    padding: 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.671);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
}
.company_info table tbody tr td  {
    padding-bottom: 24px;
    font-weight: 500;
}
.company_info table tbody tr td:nth-child(1) {
    margin-right: 24px;
    display: block;
    width: 120px;
}
.company_info table tbody tr:nth-child(3) td a {
    color: #333;
}
.map {
    border: 1px #333 solid;
    display: block;
    width: 65vw;
    height: 450px;
    margin: 0 auto;
}
@media(max-width:1000px) {
    .firstview p {
        text-align: center;
        font-size: 14px;
        margin: 0px auto;
        width: 90vw;
        line-height:32px; 
    }
    .scroll {
        display: none !important;
    }
    .company_info {
        max-width: 90vw;
        margin: 120px auto;
        padding: 1em;
        font-size: 14px;
        line-height: 24px;
    }
    .company_info table tbody tr td:nth-child(1) {
        margin-right: 8px;
        display: block;
        width: 25vw;
    }
    .company_info table tbody tr:nth-child(3) td a {
        color: #333;
    }
    .map {
        border: 1px #333 solid;
        display: block;
        width: 90vw;
        height: 450px;
        margin: 0 auto 120px;
    }
}