.sec1 {
    padding: 100px 0 160px;
}

.sec1 .wrap {
    display: flex;
    gap: 60px;
}

.sec1 .wrap .item {
    padding: 100px 50px;
    position: relative;
    text-align: center;
    width: 450px;
}

.sec1 .wrap .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: 1px solid #1685B8;
    background: #FAFDFE;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
}

.sec1 .wrap .item:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: absolute;
    background: linear-gradient(54deg, #1685B8 -20.68%, #1CB5E0 99.44%);
    top: 0;
    left: 0;
    transition: 0.6s;
    opacity: 0;
}

.sec1 .wrap .item .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #1CB5E0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    transition: 0.6s;
}

.sec1 .wrap .item .icon svg {
    display: block;
}

.sec1 .wrap .item .icon svg path {
    transition: 0.6s;
}

.sec1 .wrap .item .h5 {
    margin: 20px 0;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33333;
    position: relative;
    z-index: 4;
    transition: 0.6s;
}

.sec1 .wrap .item .p {
    color: #62748E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    position: relative;
    z-index: 4;
    transition: 0.6s;
}

.sec1 .wrap .item:hover:after {
    opacity: 0;
}

.sec1 .wrap .item:hover:before {
    opacity: 1;
}

.sec1 .wrap .item:hover .icon {
    background: #FFF;
}

.sec1 .wrap .item:hover .icon svg path {
    fill: #1CB5E0;
}

.sec1 .wrap .item:hover .h5, .sec1 .wrap .item:hover .p {
    color: #FFFFFF;
}

.sec2 {
    background: #FAFDFE;
    padding: 0px 0 40px;
}

.sec2 .wrap .sec2_top {
    padding: 100px 0 60px;
    text-align: center;
}

.sec2 .wrap .sec2_top .en {
    color: #1685B8;
    font-size: 14px;
    font-weight: 600;
}

.sec2 .wrap .sec2_top .title {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    margin: 12px 0 0;
}

.sec2 .wrap .crumbs_list {
    display: flex;
    justify-content: space-between;
    padding: 0 0 100px;
    background: #FAFDFE;
}

.sec2 .wrap .crumbs_list .item {
    width: 680px;
    height: 360px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.sec2 .wrap .crumbs_list .item .item_title {
    width: 100%;
    padding: 0 30px;
    bottom: 30px;
    position: absolute;
    z-index: 9;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3333;
    transition: 0.6s;
}

.sec2 .wrap .crumbs_list .item .item_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 30px;
    opacity: 0;
    transition: 0.6s;
}

.sec2 .wrap .crumbs_list .item .item_box .h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sec2 .wrap .crumbs_list .item .item_box .p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    /* 187.5% */
}

.sec2 .wrap .crumbs_list .item .img {
    width: 100%;
    height: 100%;
    position: relative;
}

.sec2 .wrap .crumbs_list .item .img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
}

.sec2 .wrap .crumbs_list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .wrap .crumbs_list .item:hover .item_title {
    opacity: 0;
}

.sec2 .wrap .crumbs_list .item:hover .item_box {
    opacity: 1;
}

.sec2 .wrap .crumbs_list .item:hover .img img {
    transform: scale(1.1);
}

.sec3 .wrap .box .part {
    padding: 100px 0 160px;
}

.sec3 .wrap .box .part .part_top {
    display: flex;
    gap: 20px;
    margin-bottom: 70px;
}

.sec3 .wrap .box .part .part_top .part_top_item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 99px;
    background: #F8FAFC;
    cursor: pointer;
    transition: 0.6s;
}

.sec3 .wrap .box .part .part_top .part_top_item .icon {
    width: 18px;
}

.sec3 .wrap .box .part .part_top .part_top_item .icon svg {
    display: block;
    width: 100%;
    height: auto;
}

.sec3 .wrap .box .part .part_top .part_top_item .icon svg path {
    transition: 0.6s;
}

.sec3 .wrap .box .part .part_top .part_top_item p {
    color: #45556C;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.15px;
    transition: 0.6s;
}

.sec3 .wrap .box .part .part_top .part_top_item:hover, .sec3 .wrap .box .part .part_top .part_top_item.on {
    background: #0F172B;
}

.sec3 .wrap .box .part .part_top .part_top_item:hover .icon svg path, .sec3 .wrap .box .part .part_top .part_top_item.on .icon svg path {
    stroke: #FFFFFF;
}

.sec3 .wrap .box .part .part_top .part_top_item:hover p, .sec3 .wrap .box .part .part_top .part_top_item.on p {
    color: #FFF;
}

.sec3 .wrap .box .part .part_box .part_list {
    display: none;
    gap: 60px 70px;
    flex-wrap: wrap;
}

.sec3 .wrap .box .part .part_box .part_list .item {
    width: 433px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0);
    transition: 0.6s;
    border-radius: 15px;
}

.sec3 .wrap .box .part .part_box .part_list .item .img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 230px;
    overflow: hidden;
}

.sec3 .wrap .box .part .part_box .part_list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec3 .wrap .box .part .part_box .part_list .item .item_bottom {
    padding: 30px;
    border-radius: 0 0 15px 15px;
    border: 1px solid #F8FAFC;
    background: #FFF;
    transition: 0.6s;
    height: calc(100% - 230px);
}

.sec3 .wrap .box .part .part_box .part_list .item .item_bottom .label {
    height: 30px;
    border-radius: 10px;
    background: #FAFDFE;
    padding: 0 20px;
    width: fit-content;
    color: #1CB5E0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .wrap .box .part .part_box .part_list .item .item_bottom .btn {
    width: fit-content;
    padding: 8px 30px;
    border-radius: 99px;
    background: #1CB5E0;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    margin: 20px 0 0;
}

.sec3 .wrap .box .part .part_box .part_list .item .item_bottom .btn:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 99px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #1685B8 0%, #1CB5E0 100%);
    opacity: 0;
    transition: 0.6s;
}

.sec3 .wrap .box .part .part_box .part_list .item .item_bottom .btn p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71429;
    position: relative;
    z-index: 3;
}

.sec3 .wrap .box .part .part_box .part_list .item .item_bottom .btn img {
    display: block;
    width: 8px;
    position: relative;
    z-index: 3;
}

.sec3 .wrap .box .part .part_box .part_list .item .item_bottom .btn:hover:after {
    opacity: 1;
}

.sec3 .wrap .box .part .part_box .part_list .item .item_bottom .h5 {
    margin: 20px 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.sec3 .wrap .box .part .part_box .part_list .item .item_bottom .p {
    color: #62748E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
}

.sec3 .wrap .box .part .part_box .part_list .item .item_bottom ul li {
    padding: 0 0 0 24px;
    position: relative;
}

.sec3 .wrap .box .part .part_box .part_list .item .item_bottom ul li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #62748E;
    border-radius: 50%;
    top: 12px;
    left: 7px;
}

.sec3 .wrap .box .part .part_box .part_list .item:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}

.sec3 .wrap .box .part .part_box .part_list .item:hover .img img {
    transform: scale(1.1);
}

.sec3 .wrap .box .part .part_box .part_list .item:hover .item_bottom {
    border: 1px solid transparent;
}

.sec3 .wrap .box .part .part_box .part_list.on {
    display: flex;
}
@media screen and (max-width: 1600px) {
    .sec1 .wrap .item {
        width: 32%;
    }
    .sec1 .wrap {
        gap: 2%;
    }
    .sec2 .wrap .crumbs_list .item {
        width: 49%;
        height: 22vw;
    }
    .sec3 .wrap .box .part .part_box .part_list {
        gap: 2vw 2%;
    }
    .sec3 .wrap .box .part .part_box .part_list .item {
        width: 32%;
    }
}
@media screen and (max-width: 1366px) {
    .sec1 {
        padding: 80px 0;
    }
    .sec1 .wrap .item {
        width: 32%;
    }
    .sec1 .wrap {
        gap: 0;
        justify-content: space-between;
    }
    .sec1 .wrap .item .icon {
        width: 40px;
        height: 40px;
        border-radius: 4px;
    }
    .sec1 .wrap .item .h5 {
        font-size: 18px;
        margin: 15px 0;
    }
    .sec1 .wrap .item .p {
        font-size: 15px;
    }
    .sec2 .wrap .sec2_top {
        padding: 60px 0 30px;
    }
    .sec2 .wrap .sec2_top .en {
        font-size: 15px;
    }
    .sec2 .wrap .sec2_top .title {
        font-size: 24px;
        margin: 15px 0 0;
    }
    .sec2 .wrap .crumbs_list .item {
        width: 48%;
        height: 22vw;
    }
    .sec2 .wrap .crumbs_list .item .item_title {
        font-size: 18px;
        bottom: 20px;
        padding: 0 15px;
    }
    .sec2 .wrap .crumbs_list .item .item_box .h5 {
        font-size: 16px;
    }
    .sec2 .wrap .crumbs_list .item .item_box .p {
        font-size: 15px;
    }
    .sec3 .wrap .box .part {
        padding: 70px 0 60px;
    }
    .sec3 .wrap .box .part .part_top {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .sec3 .wrap .box .part .part_box .part_list {
        gap: 3vw;
    }
    .sec3 .wrap .box .part .part_box .part_list .item {
        width: 27.652083vw;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .img {
        height: 15.6vw;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom {
        height: calc(100% - 15.6vw);
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .h5 {
        font-size: 16px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .p {
        font-size: 14px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom ul li {
        padding: 0 0 0 15px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .label {
        height: unset;
        padding: 6px 10px;
        font-size: 14px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .btn {
        margin: 30px 0 0;
        border-radius: 60px;
        padding: 6px 20px;
        gap: 10px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .btn p {
        font-size: 15px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .btn img {
        width: 6px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom ul li::after {
        width: 4px;
        height: 4px;
        top: 11px;
    }
    .sec3 .wrap .box .part .part_top .part_top_item {
        gap: 6px;
        padding: 6px 15px;
        border-radius: 60px;
    }
    .sec3 .wrap .box .part .part_top .part_top_item .icon {
        width: 16px;
    }
    .sec3 .wrap .box .part .part_top .part_top_item p {
        font-size: 12px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap {
        gap: 20px 0;
        flex-wrap: wrap;
    }
    .sec1 .wrap .item {
        width: 100%;
        padding: 40px 0;
    }
    .sec1 .wrap .item:after,.sec1 .wrap .item::before {
        border-radius: 10px;
    }
    .sec1 .wrap .item .icon {
        width: 50px;
        height: 50px;
        border-radius: 4px;
    }
    .sec1 .wrap .item .h5 {
        font-size: 18px;
        margin: 15px 0;
    }
    .sec1 .wrap .item .p {
        font-size: 14px;
        padding: 0 15px;
    }
    .sec2 .wrap .sec2_top {
        padding: 50px 0 20px;
    }
    .sec2 .wrap .sec2_top .en {
        font-size: 14px;
    }
    .sec2 .wrap .sec2_top .title {
        font-size: 20px;
        margin: 6px 0 0;
    }
    .sec2 .wrap .crumbs_list {
        flex-wrap: wrap;
        gap: 20px;
    }
    .sec2 .wrap .crumbs_list .item {
        width: 100%;
        height: 40vw;
        border-radius: 10px;
    }
    .sec2 .wrap .crumbs_list .item .item_title {
        display: none;
    }
    .sec2 .wrap .crumbs_list .item .item_box {
        opacity: 1;
        padding: 15px;
    }
    .sec2 .wrap .crumbs_list .item .item_box .h5 {
        font-size: 16px;
        text-align: center;
    }
    .sec2 .wrap .crumbs_list .item .item_box .p {
        font-size: 14px;
        margin: 8px 0 0;
        text-align: center;
    }
    .sec2 {
        padding: 0 0 30px;
    }
    .sec3 .wrap .box .part {
        padding: 60px 0 0;
    }
    .sec3 .wrap .box .part .part_top {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 25px;
    }
    .sec3 .wrap .box .part .part_top .part_top_item {
        gap: 6px;
        padding: 6px 15px;
        border-radius: 40px;
    }
    .sec3 .wrap .box .part .part_top .part_top_item p {
        font-size: 13px;
        line-height: 1.4;
    }
    .sec3 .wrap .box .part .part_top .part_top_item .icon {
        width: 14px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item {
        width: 100%;
        border-radius: 10px;

    }
    .sec3 .wrap .box .part .part_box .part_list {
        gap: 25px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .img {
        height: 80vw;
        border-radius: 10px 10px 0 0;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom {
        border-radius: 0 0 10px 10px;
        padding: 20px;
        height: unset;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .label {
        height: 32px;
        border-radius: 4px;
        padding: 0 15px;
        font-size: 14px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .h5 {
        font-size: 17px;
        margin: 15px 0;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .p {
        font-size: 14px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom ul li {
        padding: 0 0 0 15px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom ul li::after {
        width: 4px;
        height: 4px;
        left: 0;
        top: 11px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .btn {
        margin: 25px 0 0;
        padding: 8px 25px;
        border-radius: 30px;
        gap: 10px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item:hover {
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .btn p {
        font-size: 14px;
    }
    .sec3 .wrap .box .part .part_box .part_list .item .item_bottom .btn img {
        width: 6px;
    }
    .sec3 {
        padding-bottom: 50px;
    }
    .aside {
        position: fixed;
        bottom: 10vh;
        right: 5px;
        display: block !important;
        z-index: 999;
        opacity: 0;
        transition: 0.6s;
        pointer-events: none;
    }
    .aside.show {
        opacity: 1;
        pointer-events: auto;
    }
    .aside .back {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F8FAFC;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .aside .back svg {
        display: block;
        width: 22px;
        height: auto;
    }
}
