.ll-home-banner {
    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.05);
}

.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;

}

.company-profile {
    text-align: center;
    color: #666666;
    font-size: 14px;
    margin-top: 60px;
    line-height: 2;
    text-indent: 2em;
}

.company-img img {
    width: calc((100% - 100px) / 3);
}

.honors-button {
    display: flex;
    justify-content: center;
}

.honors-button .round-button {
    width: 185px;
    line-height: 55px;
    text-align: center;
    border-radius: 55px;
    margin: 0 15px;
    background: #EEEEEE;
    color: #666666;
    cursor: pointer;
    transition: all ease 0.3s;
}



.swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.history-line {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    background: #e9e9e9;
    height: 1px;
    right: 0;
}

.shang {
    width: 40px;
    height: 40px;
    background-image: url(../img/image/icon_us_jtleft.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(50% - 20px);
    left: 20px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 9;
}

.xia {
    width: 40px;
    height: 40px;
    background-image: url(../img/image/icon_us_jtright.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(50% - 20px);
    right: 20px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 9;
}

.shang:hover {
    transform: scale(1.08);
    background-image: url(../img/image/icon_us_jtleftt_hover.png);
}

.xia:hover {
    transform: scale(1.08);
    background-image: url(../img/image/icon_us_jtright_hover.png);
}

.swiper-slide {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-thumbs {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 20px !important;
}

.gallery-thumbs .swiper-slide {
    box-sizing: border-box;
    /* width: 30%; */
    text-align: center;
}

.gallery-thumbs .swiper-slide img {
    width: 17px;
}

.gallery-thumbs .swiper-slide div {
    text-align: center;
    height: 64px;
    line-height: 96px;
    color: #676767;
    cursor: pointer;
}

.history-msg {
    margin-top: 20px;
    padding: 10px 0;
    border-left: 1px solid #bbbbbb;
}

.history-msg .msg-month {
    display: flex;
    align-items: center;
    position: relative;
    margin: 40px 0;
}

.history-msg .msg-month .month-round {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #0365C3;
    position: absolute;
    left: -5px;
    top: calc(50% - 5px);
}

.history-msg .msg-month .month-text {
    line-height: 1.5;
}

.history-msg .msg-month .month-name {
    flex-shrink: 0;
    width: 81px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-image: url('../img/image/yuefen.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 22px;
    margin-right: 20px;
}

.company-timeline {}

.company-timeline .timeline {
    width: calc((100% - 100px) / 3);
    height: 80px;
    text-align: center;
}

.company-timeline .timeline img {
    height: 80px;
}

.company-bg {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    height: 245px;
    width: 100vw;
    background: #F8F8F8;
    z-index: -1;
}

.honors-button .round-button:hover {
    background: #0366c39f;
    color: #fff;
}

.honors-button .active-button {
    background: #0365C3 !important;
    color: #fff;
}

.experimentation {
    display: flex;
    flex-wrap: wrap;
}

.experimentation-box {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    overflow: hidden;
}

.experimentation-box:nth-child(3n) {
    margin-right: 0;
}

.experimentation-box:nth-child(-n + 3) {
    margin-bottom: 25px;
}

.experimentation-box img {
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.experimentation-box img:hover {
    transform: scale(1.06);
}

.active-slide div {
    font-size: 30px;
    line-height: 64px !important;
    font-weight: bold;
    color: #000000 !important;
}
