/* section2 */
.sectionProject2 {
    padding-bottom: 11rem;
    background: #F8F8FC;
}

.sectionProject2-content {
    position: relative;
}

.sectionProject2 .mainTitle {
    color: #1A1A1A;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2.8rem;
}

.sectionProject2 .more-btn {
    width: 12rem;
    padding: 0.85rem 2rem;
    justify-content: space-between;
    align-items: center;
    background: #0066F5;
    position: absolute;
    right: 0;
    top: 0.3rem;
}

.sectionProject2 .more-btn span {
    color: #FFF;
}


.sectionProject2 .more-btn img {
    width: 1.3rem;
}
.sectionProject2 .one-maintitle{
    margin-bottom: 2.5rem;
}

.case-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.case-item {
    display: block;
    width: calc(50% - 0.5rem);
    background: #FFF;
}

.case-item .img {
    position: relative;
    width: 100%;
    height: 17.15rem;
    overflow: hidden;
}

.case-item .info {
    padding: 1.15rem 1rem;
}

.case-item .link {
    display: inline-block;
    margin-top: 0.75rem;
}

/* nav */
.nav {
    width: 100%;
    height: 2.5rem;
    background: #F3F3F9;
}

.nav-list {
    height: 100%;
    align-items: center;
    gap: 3.5rem;
}

.nav-list a {
    cursor: pointer;
}

.nav-list a:hover {
    color: #0066F5;
}

.nav-list a.active {
    line-height: 2.5rem;
    color: #0066F5;
    border-bottom: 2px solid #0066F5;
}