.header {
    background: #FFFFFF;
}

body {
    background: #FFFFFF;
}

.circle-animate {
    top: -1000px;
    left: calc((100vw - 1972px) / 2);
    bottom: unset;
}

.top_link {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    width: 100%;
    margin: 100px 0 0;
    background: rgba(247, 247, 247, 0.5);
    position: relative;
    z-index: 3;
}

.top_link .l {
    display: flex;
    align-items: center;
}

.top_link .l .iconfont {
    font-size: 12px;
    color: #999999;
    margin: 0 6px;
}

.top_link .l a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: 0.6s;
}

.top_link .l a.iconfont {
    font-size: 16px;
}

.top_link .l a:hover {
    color: #2461AD;
}

.top_link .r {
    display: flex;
    align-items: center;
    gap: 0 60px;
}

.top_link .r a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: 0.6s;
}

.top_link .r a:hover {
    color: #2461AD;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec1 {
    position: relative;
    z-index: 3;
    padding: 150px 0 0;
}

.sec1 .wrap .title {
    font-weight: 400;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 70px;
    text-align: center;
    margin-bottom: 85px;
}

.sec1 .wrap .title span {
    font-weight: bold;
}

.sec1 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    justify-content: space-between;
}

.sec1 .wrap .list .item {
    width: 450px;
    min-height: 277px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 50px 58px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    transition: 0.6s;
}

.sec1 .wrap .list .item .icon {
    width: 61px;
    height: 57px;
    filter: brightness(0);
    opacity: 0.2;
    transition: 0.6s;
}

.sec1 .wrap .list .item h5 {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    margin: 48px 0 25px;
}

.sec1 .wrap .list .item p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
}

.sec1 .wrap .list .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.sec1 .wrap .list .item:hover .icon {
    filter: brightness(1);
    opacity: 1;
}

.sec2 {
    padding: 133px 0 72px;
}

.sec2 .wrap .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 50px;
}

.sec2 .wrap .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 64px 40px;
}

.sec2 .wrap .list .item .img {
    width: 100%;
    height: 420px;
    background: #F7F7F7;
    padding: 14px 16px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(36, 97, 173, 0);
    transition: 0.6s;
}

.sec2 .wrap .list .item .img img {
    display: block;
    width: 100%;
}

.sec2 .wrap .list .item p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    margin: 30px 0 0;
    transition: 0.6s;
}

.sec2 .wrap .list .item:hover .img {
    box-shadow: 0 0 20px rgba(36, 97, 173, 0.1);
}

.sec2 .wrap .list .item:hover p {
    color: #2660AD;
}

.sec2 .wrap .more {
    margin: 101px auto 0;
}

.sec2 .wrap .more .show_more {
    margin: 0 auto;
    width: 160px;
    height: 57px;
    border-radius: 28px;
    border: 1px solid #2461AD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #2461AD;
    transition: 0.6s;
    cursor: pointer;
}

.sec2 .wrap .more .show_more:hover {
    background: #2461AD;
    color: #FFFFFF;
}

.footer {
    border-top: 1px solid #F7F7F7;
}

/*# sourceMappingURL=proInfo_certificate.css.map */
@media screen and (max-width: 1919px) {
    .circle-animate {
        top: -52.0833333333vw;
        left: calc(-51.3541666667vw + 50vw);
    }

    .top_link {
        height: 3.4375vw;
        padding: 0px 3.125vw;
        margin: 5.2083333333vw 0px 0px;
    }

    .top_link .l .iconfont {
        font-size: 0.625vw;
        margin: 0px 0.3125vw;
    }

    .top_link .l a {
        font-size: 0.8333333333vw;
    }

    .top_link .l a.iconfont {
        font-size: 0.8333333333vw;
    }

    .top_link .r {
        gap: 0px 3.125vw;
    }

    .top_link .r a {
        font-size: 0.8333333333vw;
    }

    .wrap {
        width: 72.9166666667vw;
    }

    .sec1 {
        padding: 7.8125vw 0px 0px;
    }

    .sec1 .wrap .title {
        font-size: 2.1875vw;
        line-height: 3.6458333333vw;
        margin-bottom: 4.4270833333vw;
    }

    .sec1 .wrap .list {
        gap: 1.5625vw 0px;
    }

    .sec1 .wrap .list .item {
        width: 23.4375vw;
        min-height: 14.4270833333vw;
        border-radius: 0.625vw;
        padding: 2.6041666667vw 3.0208333333vw 1.5625vw;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 1.0416666667vw;
    }

    .sec1 .wrap .list .item .icon {
        width: 3.1770833333vw;
        height: 2.96875vw;
    }

    .sec1 .wrap .list .item h5 {
        font-size: 0.9375vw;
        margin: 2.5vw 0px 1.3020833333vw;
    }

    .sec1 .wrap .list .item p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .list .item:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1.0416666667vw;
    }

    .sec2 {
        padding: 6.9270833333vw 0px 3.75vw;
    }

    .sec2 .wrap .title {
        font-size: 1.6666666667vw;
        margin-bottom: 2.6041666667vw;
    }

    .sec2 .wrap .list {
        gap: 3.3333333333vw 2.0833333333vw;
    }

    .sec2 .wrap .list .item .img {
        height: 21.875vw;
        padding: 0.7291666667vw 0.8333333333vw 0.78125vw;
        box-shadow: rgba(36, 97, 173, 0) 0px 0px 1.0416666667vw;
    }

    .sec2 .wrap .list .item p {
        font-size: 0.8333333333vw;
        margin: 1.5625vw 0px 0px;
    }

    .sec2 .wrap .list .item:hover .img {
        box-shadow: rgba(36, 97, 173, 0.1) 0px 0px 1.0416666667vw;
    }

    .sec2 .wrap .more {
        margin: 5.2604166667vw auto 0px;
    }

    .sec2 .wrap .more .show_more {
        width: 8.3333333333vw;
        height: 2.96875vw;
        border-radius: 1.4583333333vw;
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 768px) {
    .top_link {
        display: none;
    }
    .sec1 {
        padding: 100px 0 0;
    }
    .wrap {
        width: 90%;
    }
    .sec1 .wrap .title {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .sec1 .wrap .list {
        gap: 30px;
    }
    .sec1 .wrap .list .item {
        width: 100%;
        padding: 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
        height: unset;
    }
    .sec1 .wrap .list .item .icon {
        width: 40px;
        height: 35px;
    }
    .sec1 .wrap .list .item h5 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .sec1 .wrap .list .item p {
        font-size: 15px;
        line-height: 1.8;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .wrap .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sec2 .wrap .list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0;
        justify-content: space-between;
        grid-template-columns: repeat(2, 1fr);
    }
    .sec2 .wrap .list .item {
        width: 48%;
    }
    .sec2 .wrap .list .item .img {
        height: unset;
        padding: 10px;
    }
    .sec2 .wrap .list .item p {
        font-size: 15px;
        margin: 10px 0 0;
    }
    .sec2 .wrap .more {
        margin: 40px 0 0;
    }
    .sec2 .wrap .more .show_more {
        width: fit-content;
        height: 38px;
        padding: 0 20px;
        border-radius: 19px;
        font-size: 15px;
    }
}
