.sec1 {
    padding: 221px 0 0;
}

.sec1 .wrap .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 94px;
}

.sec1 .wrap .flex .r {
    width: 552px;
}

.sec1 .wrap .flex .l {
    width: 800px;
}

.sec1 .wrap .flex .l .title_color {
    margin-bottom: 32px;
}

.sec1 .wrap .flex .l .text {
    font-weight: 300;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 34px;
}

.sec1 .wrap .numList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .wrap .numList .line {
    width: 1px;
    height: 77px;
    background: rgba(255, 255, 255, 0.2);
}

.sec1 .wrap .numList .item .item_text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .numList .item .item_text span {
    font-family: Poppins R;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}

.sec1 .wrap .numList .item p {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.technical_section {
    padding: 201px 0 0;
}

.sec3 {
    padding: 161px 0 0;
}

.sec3 .wrap .title_color {
    margin-bottom: 59px;
}

.sec3 .wrap .control {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 30px;
}

.sec3 .wrap .control .item {
    min-width: 300px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    position: relative;
    cursor: pointer;
}

.sec3 .wrap .control .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: 0.6s;
}

.sec3 .wrap .control .item p {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.6s;
    position: relative;
    z-index: 2;
    transition: 0.6s;
}

.sec3 .wrap .control .item:hover:after, .sec3 .wrap .control .item.on:after {
    opacity: 1;
}

.sec3 .wrap .control .item:hover p, .sec3 .wrap .control .item.on p {
    opacity: 1;
}

.sec3 .wrap .sec3_swiper .swiper-slide {
    width: 100%;
}

.sec3 .wrap .sec3_swiper .swiper-slide .table {
    width: 100%;
    border-top: 1px solid white;
    opacity: 0;
    transform: translateY(20px);
}

.sec3 .wrap .sec3_swiper .swiper-slide .table table {
    width: 100%;
}

.sec3 .wrap .sec3_swiper .swiper-slide .table table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sec3 .wrap .sec3_swiper .swiper-slide .table table tr td {
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.4;
    opacity: 0.8;
    text-align: center;
    padding: 25px 0;
}

.sec3 .wrap .sec3_swiper .swiper-slide.swiper-slide-active .table {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
}

.sec4 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    align-items: center;
}

.sec4 .wrap .title_color {
    margin-bottom: 60px;
}

.sec4 .wrap .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec4 .wrap .content .l {
    width: 466px;
    background: rgba(13, 30, 30, 0.5);
    border-radius: 20px;
    padding: 31px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.sec4 .wrap .content .l .item {
    height: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 12px;
    position: relative;
}

.sec4 .wrap .content .l .item:after {
    content: "";
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 12px;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}

.sec4 .wrap .content .l .item .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.sec4 .wrap .content .l .item .icon img {
    display: block;
    width: 26px;
    opacity: 0;
    position: relative;
    z-index: 3;
}

.sec4 .wrap .content .l .item .icon:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #00BD56;
    border-radius: 4px;
    position: absolute;
    left: 0;
    transition: 0.6s;
    transform-origin: left;
}

.sec4 .wrap .content .l .item p {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    transform: translateX(-16px);
    transition: 0.6s;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec4 .wrap .content .l .item:hover, .sec4 .wrap .content .l .item.on {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.sec4 .wrap .content .l .item:hover:after, .sec4 .wrap .content .l .item.on:after {
    opacity: 1;
}

.sec4 .wrap .content .l .item:hover .icon img, .sec4 .wrap .content .l .item.on .icon img {
    opacity: 1;
    transition: 0.6s;
    transition-delay: 0.2s;
}

.sec4 .wrap .content .l .item:hover .icon:after, .sec4 .wrap .content .l .item.on .icon:after {
    background: #FFFFFF;
    transform: scale(5.625);
}

.sec4 .wrap .content .l .item:hover p, .sec4 .wrap .content .l .item.on p {
    transform: translateX(11px);
}

.sec4 .wrap .content .r {
    width: 980px;
}

.sec4 .wrap .content .r .swiper {
    overflow: unset;
}

.sec4 .wrap .content .r .swiper .swiper-slide .slide_box h5 {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
}

.sec4 .wrap .content .r .swiper .swiper-slide .slide_box .text {
    opacity: 0;
    transform: translateY(20px);
    height: 320px;
    overflow-y: scroll;
    padding: 0 50px 0 0;
}

.sec4 .wrap .content .r .swiper .swiper-slide .slide_box .text::-webkit-scrollbar-thumb {
    background: #00BD56;
}

.sec4 .wrap .content .r .swiper .swiper-slide .slide_box .text p {
    /*font-weight: 300;*/
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
    opacity: 0.8;
}

.sec4 .wrap .content .r .swiper .swiper-slide .open {
    margin: 40px 0 0 auto;
    width: 55px;
    height: 55px;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.sec4 .wrap .content .r .swiper .swiper-slide .open .iconfont {
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.sec4 .wrap .content .r .swiper .swiper-slide.expanded .slide_box {
    height: unset;
}

.sec4 .wrap .content .r .swiper .swiper-slide.expanded .open .iconfont {
    transform: rotate(180deg);
}

.sec4 .wrap .content .r .swiper .swiper-slide.swiper-slide-active .slide_box h5 {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
}

.sec4 .wrap .content .r .swiper .swiper-slide.swiper-slide-active .slide_box .text {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.1s;
}

.sec4 .wrap .content .r .swiper .swiper-slide.swiper-slide-active .open {
    opacity: 1;
    pointer-events: auto;
}

.sec5 {
    padding: 160px 0 0;
}

.sec5 .wrap .text {
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
    opacity: 0.8;
    margin: 35px 0 80px;
}

.sec5 .wrap .content {
    display: flex;
    justify-content: space-between;
}

.sec5 .wrap .content .l {
    width: 900px;
}

.sec5 .wrap .content .l .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sec5 .wrap .content .l .item .block {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 90px;
}

.sec5 .wrap .content .l .item .block .icon {
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    margin-right: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5 .wrap .content .l .item .block .icon span {
    display: block;
    width: 8px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    transition: 0.6s;
}

.sec5 .wrap .content .l .item .block .icon span:nth-child(2) {
    transform: rotate(90deg);
}

.sec5 .wrap .content .l .item .block p {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec5 .wrap .content .l .item .block:hover .icon span {
    background: #00BD56;
}

.sec5 .wrap .content .l .item .block:hover p {
    color: #00BD56;
}

.sec5 .wrap .content .l .item .none {
    padding: 0 40px 30px;
    display: none;
}

.sec5 .wrap .content .l .item .none p {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.8;
}

.sec5 .wrap .content .l .item.item_active .block .icon span {
    background: #00BD56;
    transform: rotate(180deg) !important;
}

.sec5 .wrap .content .l .item.item_active .block p {
    color: #00BD56;
}

.sec5 .wrap .content .r {
    width: 600px;
    position: relative;
}
.sec5 .wrap .content .r img {
    display: block;
    width: 100%;
    opacity: 0;
    transition: 0.6s;
}
.sec5 .wrap .content .r img.on {
    opacity: 1;
}
.sec5 .wrap .content .r img:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 0;
}
.case_section {
    padding: 158px 0;
}

/*# sourceMappingURL=protein.css.map */
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 11.5104166667vw 0px 0px;
    }
    .sec1 .wrap .flex{
        margin-bottom: 4.8958333333vw;
    }
    .sec1 .wrap .flex .r{
        width: 28.75vw;
    }
    .sec1 .wrap .flex .l{
        width: 41.6666666667vw;
    }
    .sec1 .wrap .flex .l .title_color{
        margin-bottom: 1.6666666667vw;
    }
    .sec1 .wrap .flex .l .text{
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }
    .sec1 .wrap .numList .line{
        height: 4.0104166667vw;
    }
    .sec1 .wrap .numList .item .item_text span{
        font-size: 2.5vw;
    }
    .sec1 .wrap .numList .item p{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
    .technical_section{
        padding: 10.46875vw 0px 0px;
    }
    .sec3{
        padding: 8.3854166667vw 0px 0px;
    }
    .sec3 .wrap .title_color{
        margin-bottom: 3.0729166667vw;
    }
    .sec3 .wrap .control{
        gap: 0px 0.5208333333vw;
        margin-bottom: 1.5625vw;
    }
    .sec3 .wrap .control .item{
        min-width: 15.625vw;
        height: 4.1666666667vw;
        border-radius: 0.625vw;
    }
    .sec3 .wrap .control .item::after{
        border-radius: 0.625vw;
    }
    .sec3 .wrap .control .item p{
        font-size: 1.0416666667vw;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .table{
        transform: translateY(1.0416666667vw);
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .table table tr td{
        font-size: 0.9375vw;
        padding: 1.3020833333vw 0px;
    }
    .sec4 .wrap .title_color{
        margin-bottom: 3.125vw;
    }
    .sec4 .wrap .content .l{
        width: 24.2708333333vw;
        border-radius: 1.0416666667vw;
        padding: 1.6145833333vw 1.4583333333vw;
        gap: 0.4166666667vw 0px;
    }
    .sec4 .wrap .content .l .item{
        height: 4.1666666667vw;
        padding: 0px 0.625vw;
    }
    .sec4 .wrap .content .l .item::after{
        height: 4.1666666667vw;
        border-radius: 0.625vw;
    }
    .sec4 .wrap .content .l .item .icon{
        width: 2.34375vw;
        height: 2.34375vw;
    }
    .sec4 .wrap .content .l .item .icon img{
        width: 1.3541666667vw;
    }
    .sec4 .wrap .content .l .item .icon::after{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        border-radius: 0.2083333333vw;
    }
    .sec4 .wrap .content .l .item p{
        font-size: 0.9375vw;
        transform: translateX(-0.8333333333vw);
    }
    .sec4 .wrap .content .l .item:hover p, .sec4 .wrap .content .l .item.on p{
        transform: translateX(0.5729166667vw);
    }
    .sec4 .wrap .content .r{
        width: 51.0416666667vw;
    }
    .sec4 .wrap .content .r .swiper .swiper-slide .slide_box h5{
        font-size: 1.6666666667vw;
        margin-bottom: 1.5625vw;
        transform: translateY(1.0416666667vw);
    }
    .sec4 .wrap .content .r .swiper .swiper-slide .slide_box .text{
        transform: translateY(1.0416666667vw);
        height: 16.6666666667vw;
        padding: 0px 2.6041666667vw 0px 0px;
    }
    .sec4 .wrap .content .r .swiper .swiper-slide .slide_box .text p{
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }
    .sec4 .wrap .content .r .swiper .swiper-slide .open{
        margin: 2.0833333333vw 0px 0px auto;
        width: 2.8645833333vw;
        height: 2.8645833333vw;
        border-radius: 1.4583333333vw;
    }
    .sec4 .wrap .content .r .swiper .swiper-slide .open .iconfont{
        font-size: 0.8333333333vw;
    }
    .sec5{
        padding: 8.3333333333vw 0px 0px;
    }
    .sec5 .wrap .text{
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
        margin: 1.8229166667vw 0px 4.1666666667vw;
    }
    .sec5 .wrap .content .l{
        width: 46.875vw;
    }
    .sec5 .wrap .content .l .item .block{
        height: 4.6875vw;
    }
    .sec5 .wrap .content .l .item .block .icon{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        border-radius: 0.2083333333vw;
        margin-right: 1.25vw;
    }
    .sec5 .wrap .content .l .item .block .icon span{
        width: 0.4166666667vw;
        height: 0.1041666667vw;
    }
    .sec5 .wrap .content .l .item .block p{
        font-size: 1.25vw;
    }
    .sec5 .wrap .content .l .item .none{
        padding: 0px 2.0833333333vw 1.5625vw;
    }
    .sec5 .wrap .content .l .item .none p{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .sec5 .wrap .content .r{
        width: 31.25vw;
    }
    .case_section{
        padding: 8.2291666667vw 0px;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 100px 0 0;
    }
    .sec1 .wrap .flex {
        display: block;
        margin-bottom: 30px;
    }
    .sec1 .wrap .flex .l {
        width: 100%;
    }
    .sec1 .wrap .flex .l .title_color {
        margin-bottom: 20px;
    }
    .sec1 .wrap .flex .l .text {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec1 .wrap .flex .r {
        width: 100%;
        margin: 30px 0 0;
    }

    .sec1 .wrap .numList .item .item_text span {
        font-size: 36px;
    }
    .sec1 .wrap .numList {
        flex-wrap: wrap;
        gap: 20px 0;
        padding: 0;
    }
    .sec1 .wrap .numList .item  {
        width: 48%;
    }
    .sec1 .wrap .numList .item p {
        font-size: 12px;
        line-height: 1.6;
    }
    .sec1 .wrap .numList .line:nth-child(4) {
        display: none;
    }
    .sec1 .wrap .numList .line {
        height: 42px;
    }
    .technical_section {
        padding: 60px 0 0;
    }
    .sec3 {
        padding: 80px 0 0;
    }
    .sec3 .wrap .title_color {
        margin-bottom: 15px;
    }
    .sec3 .wrap .control {
        gap: 0 10px;
    }
    .sec3 .wrap .control .item {
        min-width: 100px;
        height: 40px;
        border-radius: 4px;
        padding: 0 25px;
    }
    .sec3 .wrap .control {
        margin-bottom: 30px;
    }
    .sec3 .wrap .control .item p {
        font-size: 14px;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .table table tr td {
        font-size: 16px;
        padding: 15px 20px;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .table {
        overflow-x: scroll;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .table table {
        width: max-content;
    }
    .sec4 {
        padding: 80px 0 0;
    }
    .sec4 .wrap .content .l {
        display: none;
    }
    .sec4 .wrap .content .r {
        width: 100%;
    }
    .sec4 .wrap .title_color {
        margin-bottom: 30px;
    }
    .sec4 .fix {
        height: unset;
    }
    .sec4 .wrap .content .r .swiper .swiper-wrapper {
        display: block;
    }
    .sec4 .wrap .content .r .swiper .swiper-slide .slide_box h5,.sec4 .wrap .content .r .swiper .swiper-slide .slide_box .text {
        opacity: 1;
        transform: unset;
    }
    .sec4 .wrap .content .r .swiper .swiper-slide {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 0 0 30px;
        margin-bottom: 30px;
    }
    .sec4 .wrap .content .r .swiper .swiper-slide .slide_box h5 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .sec4 .wrap .content .r .swiper .swiper-slide .slide_box .text {
        height: unset;
    }
    .sec4 .wrap .content .r .swiper .swiper-slide .slide_box .text p {
        font-size: 14px;
        line-height: 2;
    }
    .sec5 {
        padding: 60px 0 0;
    }
    .case_section {
        padding: 80px 0 60px;
    }
    .sec5 .wrap .text {
        margin: 15px 0 30px;
        font-size: 16px;
        line-height: 2;
    }
    .sec5 .wrap .content .r {
        display: none;
    }
    .sec5 .wrap .content .l {
        width: 100%;
    }
    .sec5 .wrap .content .l .item .none {
        display: block;
        padding: 0 0 40px;
    }
    .sec5 .wrap .content .l .item .block p {
        font-size: 20px;
        white-space: unset;
        overflow: unset;
        text-overflow: unset;
    }
    .sec5 .wrap .content .l .item .none p {
        font-size: 14px;
        line-height: 1.8;
    }
    .sec5 .wrap .content .l .item .block .icon {
        display: none;
    }
    .sec5 .wrap .content .l .item .block {
        height: unset;
        display: block;
        margin-bottom: 20px ;
    }
    .sec5 .wrap .content .l .item .block img {
        display: block !important;
    }
}
