.ll-home-banner {
    /*padding-top: 77px;*/
    position: relative;
}

.ll-home-banner img {
    width: 100%;
}

.navigation {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    border-radius: 40px 40px 0 0;
    box-shadow: 0px 2px 19px 1px rgba(14, 14, 14, 0.2);
}

.navigation .navigation-left img {
    width: 20px;
}

.navigation .navigation-right .navigation-item {
    cursor: pointer;
}

.navigation .navigation-right .navigation-item:hover {
    color: #0365C3;
}


.product-title {
    margin-top: 128px;
}

.product-title .text-bold {
    margin-bottom: 20px;
}

.product-title .icon-button {
    width: 254px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #000000;
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
}

.product-title .icon-button:hover {
    background-color: #ededed;
}

.product-title .icon-more {
    width: 20px;
    margin-left: 30px;

}

.experimental-platform .experimental-box {
    padding: 30px 0;
    border-bottom: 1px solid #EEEEEE;
}

.experimental-platform .experimental-box .img {
    width: 430px;
    height: 240px;
    margin-right: 30px;
    flex-shrink: 0;
    overflow: hidden;
}

.experimental-platform .experimental-box .img:hover > img {
    transform: scale(1.1);
}

.experimental-platform .experimental-box .img img {
    width: 430px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.experimental-platform .experimental-box .text {
    line-height: 1.8;
    color: #666666;
}

.experimental-platform .experimental-box .experimental-button {
    background: #0365C3;
    width: 122px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    cursor: pointer;
    color: #fff;
}

.experimental-platform .experimental-box .experimental-button:hover {
    opacity: 0.9;
}


.product-swiper-button {
    margin: 0 auto;
    width: 186px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #999999;
    margin-top: 30px;
    border-radius: 56px;
    /*color: #999999;*/
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-swiper-button:hover {
    background-color: #f5f5f5;
}

.product-swiper-button .icon-more {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}


.experimentation {
    display: flex;
    flex-wrap: wrap;
}

.experimentation-box {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;

}

.experimentation-box:nth-child(3n) {
    margin-right: 0;
}

.experimentation-box:nth-child(-n + 3) {
    margin-bottom: 50px;
}

.experimentation-box video {
    width: 100%;
    height: 310px;
}

.experimentation-box div {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}
