* {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
}

ul li {
    list-style: none;
}

.Choices {
    width: 100%;
    background: url(../images/second_node/node_2_bg.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.Choicesnext {
    width: 3vw;
    cursor: pointer;
    position: absolute;
    right: 11%;
    top: calc(50% - 1.5vw);
}
.Choicesprev{
    width: 3vw;
    cursor: pointer;
    position: absolute;
    left: 11%;
    top: calc(50% - 1.5vw);
}

.Choices_banner {
    width: 100%;
    overflow: hidden;
}

.Choices_banner ul {
    width: 400%;
    overflow: hidden;
}

.Choices_banner ul li {
    width: 25%;
    float: left;
    display: flex;
    padding: 0 3%;
    justify-content: space-between;
}

.Choices_right {
    width: 48%;
}

.Choices_left {
    width: 48%;
    position: relative;
    top: 0;
}

.Choices_left div {
    text-align: left;
    font-size: 1.25vw;
    margin-top: 10px;
    font-weight: bold;
    color: black;
    width: 100%;
    /* height: 10%; */
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Choices_left p {
    text-align: left;
    font-size: 0.9vw;
    text-indent: 2vw;
    color: #606060;
    margin-top: 20px;
    width: 100%;
    /* height: 70%; */
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}