.public_nav {
    background: #FAFAFA;
    padding: 60px 0 128px 0;
}

.education {
    display: flex;
    justify-content: flex-end;
}

.education .wrap {
    width: 93.54166667vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.education .wrap .l {
    width: 36.97916667vw;
}

.education .wrap .l .swiper .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
}

.education .wrap .l .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.education .wrap .l .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 27px;
    margin: 0 0 50px;
    border-bottom: 1px solid #000000;
}

.education .wrap .l .headline span {
    font-size: 30px;
    font-weight: bold;
    color: #1A1A1A;
}

.education .wrap .l .headline .button {
    display: none;
    align-items: center;
}

.education .wrap .l .headline .button .iconfont {
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.education .wrap .l .headline .button .iconfont:first-child {
    transform: rotate(180deg);
    opacity: 0.3;
}

.education .wrap .l .headline .button .line {
    width: 1px;
    height: 14px;
    background: #000000;
    opacity: 0.2;
    margin: 0 15px;
}

.education .wrap .l .matter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.education .wrap .l .matter:not(:last-child) {
    margin: 0 0 50px;
}

.education .wrap .l .matter .item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.education .wrap .l .matter .item .circle {
    width: 76px;
    height: 76px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 27px 0 0;
    transition: 1s;
}

.education .wrap .l .matter .item .circle .iconfont, .education .wrap .l .matter .item .circle img {
    color: #1A1A1A;
    font-size: 36px;
    transition: 1s;
    width: 36px;
    filter: brightness(3) grayscale(1);
}

.education .wrap .l .matter .item p {
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
}

.education .wrap .l .matter .item:hover .circle {
    border: 1px solid #E72410;
}

.education .wrap .l .matter .item:hover .circle .iconfont,.education .wrap .l .matter .item:hover .circle img {
    filter: unset;
}

.education .wrap .l .view {
    position: relative;
    width: fit-content;
    cursor: pointer;
    margin: 80px 0 0 0;
}

.education .wrap .l .view .more {
    display: flex;
    align-items: center;
    transition: 1s;
}

.education .wrap .l .view .more p {
    font-size: 16px;
    font-weight: 400;
    color: #E72410;
    margin: 0 11px 0 0;
    white-space: nowrap;
}

.education .wrap .l .view .more .iconfont {
    color: #E72410;
    height: fit-content;
    font-size: 18px;
}

.education .wrap .l .view .return {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(120%);
    opacity: 0;
    pointer-events: none;
}

.education .wrap .l .view.on .more:first-child {
    transform: translateX(-120%);
    opacity: 0;
}

.education .wrap .l .view.on .more.return {
    transform: translateX(0);
    opacity: 1;
}

.education .wrap .img {
    width: 50%;
    position: relative;
}

.education .wrap .img > img {
    width: 100%;
    transition: 1s;
}

.education .wrap .img .position {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}

.education .wrap .img .position img {
    display: block;
    object-fit: contain;
}

.education .wrap .img .position .related {
    width: 140px;
    height: 48px;
    background: rgba(26, 26, 26, 0);
    border: 1px solid #030303;
    border-radius: 24px;
    margin: 82px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    transition: 1s;
}

.education .wrap .img .position .related:hover {
    background: #E72410;
    color: #fff;
    border: 1px solid transparent;
}

.education .wrap .img.on > img {
    opacity: 0.1;
    filter: blur(3px);
}

.education .wrap .img.on .position {
    opacity: 1;
    pointer-events: auto;
}
@media screen and (max-width: 1856px) {
    .education .wrap .img .position .related{
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 1570px) {
    .education .wrap .l .matter .item p{
        font-size: 16px;
    }
    .education .wrap .l .matter .item .circle{
        width: 66px;
        height: 66px;
        margin: 0 15px 0 0;
    }
    .education .wrap .l .view{
        margin: 36px 0 0 0;
    }
    .education .wrap .l .matter{
        padding: 0 0 42px;
    }
    .education .wrap .l .matter:not(:last-child) {
        margin: 0 0 26px;
    }
    .education .wrap .l .headline span{
        font-size: 26px;
    }

}
@media screen and (max-width: 1300px) {
    .education .wrap .l .matter{
        padding: 0 0 20px;
    }
    .education .wrap .l .matter:not(:last-child) {
        margin: 0 0 30px;
    }
    .education .wrap .l .matter .item p {
        font-size: 14px;
    }
    .education .wrap .l .matter .item .circle {
        width: 55px;
        height: 55px;
    }
    .education .wrap .l .matter .item .circle .iconfont, .education .wrap .l .matter .item .circle img{
        width: 23px;
    }
}

@media screen and (max-width: 1023px) {
    .public_nav{
        padding: 27px 0 0 0;
    }
    .education{
        justify-content: center;
    }
    .education .wrap{
        flex-direction: column;
        width: 90%;
        margin: 40px 0 0 0;
    }
    .education .wrap .l {
        width: 100%;
    }
    .education .wrap .l .headline {
        padding: 0 0 16px;
        margin: 0 0 27px;
    }
    .education .wrap .l .headline span {
        font-size: 24px;
    }
    .education .wrap .l .matter{
        flex-direction: column;
        align-items: unset;
    }
    .education .wrap .l .matter .item{
        margin: 0 0 15px ;
    }
    .education .wrap .l .matter .item p {
        font-size: 13px;
    }
    .education .wrap .img{
        margin: 35px 0;
        width: 100%;
    }
    .education .wrap .img .position .related{
        width: 119px;
        height: 43px;
        font-size: 14px;
    }
    }
}
/*# sourceMappingURL=education.css.map */
