* {
    padding: 0;
    margin: 0 auto;
    background-color: white;
}

.container {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
}

.container .banner {
    width: 100%;
}

.container .banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.container .container-main {
    width: 1200px;
}

.container .container-main .table {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    margin-bottom: 97px;
}

.container .container-main .table-header {
    font: normal bold 30px Microsoft YaHei, Microsoft YaHei;
    color: #000000;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.container .container-main .table-header .header-line {
    content: "";
    width: 52px;
    height: 8px;
    background-color: #FB9A38;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
table, tr, th, td {
    border: 1px solid #E4E4E4;
}

tr {
    height: 60px;
}

th {
    font: normal bold 16px Microsoft YaHei,Microsoft YaHei;
    color: white;
    background: #FB9A38;
}

td {
    font: normal 400 16px Microsoft YaHei, Microsoft YaHei;
    color: #333333;
}

.table table tbody tr:nth-child(even) td {
    background: #F9F9F9;
}

.introduce {
    margin: 20px;
}

.introduce img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.active {

}

.active img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.container .contact {
    width: 100%;
}

.container .contact img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}