.myContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner img {
    width: 100%;
    display: block;
}


.header {
    width: 1140px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-bottom: 1px solid #f4f4f4;
}

.header_left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_left_item {
    padding: 16px 30px;
    font-size: 14px;
    cursor: pointer;
    color: #333333;
}

.header_left_item.active {
    background: #0a58ca;
    color: #ffffff;
}

.header_left_item a {
    text-decoration: none;
    color: #333333;
}

.header_left_item.active a {
    color: #ffffff;
}

.header_right div {
    font-size: 14px;
    color: #666666;
}

.full_img {
    width: 1140px !important;
    margin: 50px 0;
}

.full_img img {
    width: 100% !important;
}
