.products .wrap {
    width: 1400px;
    margin: 129px auto 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products .wrap .l {
    width: 638px;
}

.products .wrap .l h1 {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 28px;
}

.products .wrap .l .text {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.products .wrap .img {
    width: 657px;
}

.products .wrap .img img {
    width: 100%;
}

.products2 .wrap {
    width: 1400px;
    margin: 100px auto 156px;
}

.products2 .wrap .headline {
    height: 110px;
    background: #EFF2F4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

.products2 .wrap .content .item .show {
    height: 160px;
    border-bottom: 1px solid #E5E5E5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    grid-gap: 0 175px;
    position: relative;
    z-index: 5;
}

.products2 .wrap .content .item .show .list {
    width: 350px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(15px);
    position: relative;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
}

.products2 .wrap .content .item .show .list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    background: #fff;
    bottom: -3px;
    left: 0;
    opacity: 0;
}

.products2 .wrap .content .item .show .list.on {
    border: 1px solid #333333;
    border-bottom: 1px solid transparent;
    color: #CF000D;
}

.products2 .wrap .content .item .show .list.on:after {
    opacity: 1;
}

.products2 .wrap .content .item .hide {
    overflow: hidden;
    position: relative;
    display: none;
}

.products2 .wrap .content .item .hide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #333333;
    opacity: 0;
}

.products2 .wrap .content .item .hide > div {
    margin: 49px 56px 53px 56px;
}

.products2 .wrap .content .item .hide > div .hide_list {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    display: none;
}

.products2 .wrap .content .item .hide > div .hide_list.on {
    display: block;
}

.products2 .wrap .content .item.on .show {
    border-bottom: 1px solid transparent;
}

.products2 .wrap .content .item.on .hide:after {
    opacity: 1;
}

@media screen and (max-width: 1920px) {
    .products .wrap {
        width: 72.9166666667vw;
        margin: 6.71875vw auto 1.6666666667vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .products .wrap .l {
        width: 33.2291666667vw;
    }

    .products .wrap .l h1 {
        font-size: 2.0833333333vw;
        font-weight: bold;
        color: #333333;
        margin: 0 0 1.4583333333vw;
    }

    .products .wrap .l .text {
        font-size: 1.1458333333vw;
        font-weight: 400;
        color: #333333;
        line-height: 1.6666666667vw;
    }

    .products .wrap .img {
        width: 34.21875vw;
    }

    .products .wrap .img img {
        width: 100%;
    }

    .products2 .wrap {
        width: 72.9166666667vw;
        margin: 5.2083333333vw auto 8.125vw;
    }

    .products2 .wrap .headline {
        height: 5.7291666667vw;
        background: #EFF2F4;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6666666667vw;
        font-weight: bold;
        color: #333333;
    }

    .products2 .wrap .content .item .show {
        height: 8.3333333333vw;
        border-bottom: 0.0520833333vw solid #E5E5E5;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        grid-gap: 0 9.1145833333vw;
        position: relative;
        z-index: 5;
    }

    .products2 .wrap .content .item .show .list {
        width: 18.2291666667vw;
        height: 6.7708333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(0.78125vw);
        position: relative;
        font-size: 1.1458333333vw;
        font-weight: 400;
        color: #333333;
        cursor: pointer;
        border: 0.0520833333vw solid transparent;
        text-align: center;
    }

    .products2 .wrap .content .item .show .list:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 15px;
        background: #fff;
        bottom: -3px;
        left: 0;
        opacity: 0;
    }


    .products2 .wrap .content .item .show .list.on {
        border: 0.0520833333vw solid #333333;
        border-bottom: 0.0520833333vw solid transparent;
        color: #CF000D;
    }

    .products2 .wrap .content .item .show .list.on:after {
        opacity: 1;
    }

    .products2 .wrap .content .item .hide {
        overflow: hidden;
        position: relative;
        display: none;
    }

    .products2 .wrap .content .item .hide:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 0.0520833333vw solid #333333;
        opacity: 0;
    }

    .products2 .wrap .content .item .hide > div {
        margin: 2.5520833333vw 2.9166666667vw 2.7604166667vw 2.9166666667vw;
    }

    .products2 .wrap .content .item .hide > div .hide_list {
        font-size: 0.9375vw;
        font-weight: 400;
        color: #333333;
        line-height: 1.3541666667vw;
        display: none;
    }

    .products2 .wrap .content .item .hide > div .hide_list.on {
        display: block;
    }

    .products2 .wrap .content .item.on .show {
        border-bottom: 0.0520833333vw solid transparent;
    }

    .products2 .wrap .content .item.on .hide:after {
        opacity: 1;
    }
}

/*# sourceMappingURL=products.css.map */

@media screen and (max-width: 1024px) {
    .products .wrap{
        width: 90%;
    }
    .products .wrap .l {
        width: 52%;
    }
    .products .wrap .l h1{
        font-size: 24px;
    }
    .products .wrap .l .text{
        font-size: 14px;
        line-height: 25px;
    }
    .products .wrap .img {
        width: 43%;
    }
    .products2 .wrap{
        width: 90%;
        margin: 30px auto 45px;
    }
    .products2 .wrap .headline{
        height: 50px;
        font-size: 18px;
    }
    .products2 .wrap .content .item .show .list{
        font-size: 14px;
    }
    .products2 .wrap .content .item .show .list {
        font-size: 9px;
    }
    .products2 .wrap .content .item .hide > div .hide_list{
        font-size: 12px;
        line-height: 25px;
    }
}

@media screen and (max-width: 767px) {
    .products .wrap{
        margin: 25px auto 30px;
        flex-direction: column;
    }
    .products .wrap .l {
        width: 100%;
    }
    .products .wrap .l .text {
        font-size: 13px;
        line-height: 28px;
    }
    .products .wrap .img {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .products2 .wrap .content .item .show{
        display: flex;
        justify-content: space-between;
    }
    .products2 .wrap .content .item .show .list {
        font-size: 12px;
        width: 25.229167vw;
    }
    .products2 .wrap .content .item .show .list:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 15px;
        background: #fff;
        bottom: -13px;
        left: 0;
        opacity: 0;
    }

    .products2 .wrap .content .item .show{
        height: 40px;
        align-items: flex-end;
        z-index: 9;
    }
    .products2 .wrap .content .item .show .list{
        height: 100%;
        transform: translateY(1px);
    }
    .products2 .wrap .content .item:last-child .show .list{
        width: 50%;
    }
    .products2 .wrap .content .item:last-child .show{
        height: auto;
    }
    .products2 .wrap .content .item:last-child .show .list{
        padding: 5px;
    }

    .products2 .wrap .content .item .hide{
        background: #fff;
        z-index: 6;
        position: relative;
    }
}