.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.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;

}

.experimental-platform .experimental-box {
    padding: 30px 0;
    border-bottom: 1px solid #EEEEEE;
}

.experimental-platform .experimental-box .img {
    width: 430px;
    height: 240px;
    margin-right: 70px;
    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;
}

.swiper {
    position: relative;
    width: 82%;
    margin: 0 auto;
}

.shang {
    width: 30px;
    height: 58px;
    background-image: url(../img/image/icon_left_jt.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(50% - 29px);
    left: -60px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 9;
}

.xia {
    width: 30px;
    height: 58px;
    background-image: url(../img/image/icon_right_jt.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(50% - 29px);
    right: -60px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 9;
}

.shang:hover,
.xia:hover {
    transform: scale(1.2);
}

.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%;
    border: 1px solid #CCCCCC;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
}

.gallery-thumbs .swiper-slide div {
    text-align: center;
    margin: 20px 0;
}

.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;
}

.product-inquiry {
    background: #F8F8F8;
    margin-top: 40px;
    margin-bottom: 90px;
}

.bioinformatics-service .bioinformatics div {
    width: calc((100% - 60px) / 3);
    height: 180px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 32px;
    color: #fff;
    line-height: 180px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

.bioinformatics-service .bioinformatics div:hover {
    transform: scale(1.08);
}

#myForm {
    padding: 45px 40px;
    flex: 1;
    text-align: center;
}

#myForm .form-box {
    position: relative;
}

#myForm .form-box input,
#myForm .form-box textarea {
    padding-left: 10px;
    border-color: #fff;
    height: 50px;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #333333;
    background: #fff;
}


#myForm .form-box textarea {
    padding: 10px;
    height: 220px;
}

#myForm .form-box input:focus,
#myForm .form-box textarea:focus {
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 1);
}

#myForm .form-submit {
    width: 115px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    background: #0365C3;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-color: #fff;
    margin: 0 auto;
}

#myForm .form-submit:hover {
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 1);
}

.product-inquiry .map {
    width: 674px;
    height: 703px;
}

input::placeholder,
textarea::placeholder {
    font-size: 16px;
    color: #000;
}
