#index_banner img {
    width: 100%;
}

#index2_model-1 .ani-content {
    padding-bottom: 4px;
}

#index2_model-1 .ani-title {
    margin-bottom: 40px;
}

#index2_model-1 .ani-sub-title {
    margin-bottom: 68px;
}

.ani-activities {
    width: var(--base-width);
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.ani-activities .item {
    width: calc((var(--base-width) - 76px) / 3);
    height: 365px;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(209, 209, 209, 0.25);
    border-radius: 20px;
    margin-right: 38px;
    margin-bottom: 80px;
}

.ani-activities .item:nth-child(3n) {
    margin-right: 0;
}

.ani-activities .item img {
    width: 100%;
    height: 176px;
    vertical-align: middle;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.ani-activities .item .cont {
    padding: 12px 10px 0 16px;
}

.ani-activities .item .title {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    text-align: left;
}

.ani-activities .item .info {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.ani-activities .item .info>div {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.ani-activities .item .info .t {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-bottom: 6px;
}

.ani-activities .item .info .l {
    font-weight: 400;
    font-size: 15px;
    color: #7E7E7E;
}

.ani-activities .item .btn {
    width: 138px;
    height: 35px;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 75px;
    font-size: 15px;
}


#index2_model-2 .ani-title {
    margin-top: 10px;
    margin-bottom: 32px;
}

#index2_model-2 .ani-details img {
    max-width: 720px;
}

#index2_model-2 .ani-details button {
    margin-bottom: 16px;
}




/* 3 */
#index2_model-3 .ani-title {
    margin-top: 66px;
    margin-bottom: 40px;
}

#index2_model-3 .ani-sub-title {
    margin-bottom: 92px;
}

#index2_model-3 .ani-details .details-bg {
    max-width: 720px;
}

#index2_model-3 .ani-details button {
    margin-top: 132px;
}

.promo {
    width: var(--base-width);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
}

.promo>div {
    display: flex;
    align-items: center;
    margin-right: 76px;
}

.promo>div:last-child {
    margin-right: 0;
}

.promo img {
    width: 30px;
    height: 30px;
    margin-right: 16px;
}

.promo span {
    font-weight: bold;
    font-size: 20px;
    color: var(--primary-color);
}

/* 4 */
#index2_model-4 .ani-title {
    margin-top: 68px;
    margin-bottom: 40px;
}

#index2_model-4 .ani-sub-title {
    margin-bottom: 64px;
}

#index2_model-4 .ani-btn {
    margin-top: 48px;
}

.life-box {
    display: flex;
    justify-content: center;
}

.life-box .left {
    margin-right: 204px;
    position: relative;
}

.life-box .left::before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 420px;
    border: 1px dashed var(--primary-color);
    left: 300px;
    top: 48px;
    position: absolute;
    opacity: .2;
}

.life-box .left::after {
    content: '';
    display: inline-block;
    width: 640px;
    height: 0px;
    border: 1px dashed var(--primary-color);
    left: -36px;
    top: 254px;
    position: absolute;
    opacity: .2;
}

.life-box .life-item {
    margin-bottom: 60px;
}

.life-box .life-item img {
    width: 174px;
    height: 104px;
    margin-bottom: 40px;
}

.life-box .life-item .t {
    font-weight: bold;
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 26px;
}

.life-box .life-item .des {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.products {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 95px;
    margin-bottom: 52px;
}

.products>div {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
    text-align: center;
    align-items: center;
}

.products>div:last-child {
    margin-right: 0;
}

.products img {
    width: 130px;
    height: 112px;
    margin-bottom: 14px;

}

.products span {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: 172px;

    text-align: center;
}