.l__about__container {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .l__about__container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .l__about__content {
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (min-width: 1440px) {
    .l__about__container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.l__course {
    padding-top: 50px;
}

.l__course__content {
    background: #f1eeed;
    padding: 110px 15px 40px;
    border-radius: 5px;
    position: relative;
}

.l__course__in {
    width: 155px;
    height: 155px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: -60px;
    padding: 20px 0 0;
    flex-direction: column;
    border-radius: 50%;
    text-align: center;
    border: 5px solid #ffffff;
    background: #f1eeed;
}

.l__course__in p {
    margin-top: 10px;
    font-size: 14px;
}

.l__course__in .year {
    font-size: 32px;
    display: flex;
    line-height: 1;
    font-weight: 500;
}

.l__course__in .year span {
    font-size: 14px;
    margin-right: 5px;
}

.l__course__in__content img {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.l__course__about {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
}

.l__history__container {
    margin-top: 40px;
    margin-bottom: 30px;
}

.history__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 30px;
}

.history__content .swiper-slide {
    width: auto;
}

.history__content-box {
    position: relative;
}

.history__content-box::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - .5px);
    background-color: #FF5E00;
}

.history__content-box .swiper-next,
.history__content-box .swiper-prev {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    cursor: pointer;
}

.history__content-box .swiper-next {
    right: 20px;
}

.history__content-box .swiper-prev {
    transform: translateY(-50%) rotate(-180deg);
    left: 20px;
}

.history__content .swiper-slide .swiper-slide-item {
    width: 200px;
    height: 473px;
    position: relative;
}

.history__content .swiper-slide .swiper-slide-item .content-box {
    position: absolute;
    left: 0;
    width: 100%;
    height: 245px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
}

.history__content .swiper-slide .content {
    position: relative;
    width: 100%;
    font-size: 12px;
    height: 80px;
}

.history__content .swiper-slide .content div {
    position: absolute;
    width: 300px;
    left: -50px;
}

.history__content .swiper-slide .date {
    width: 123px;
    background-repeat: no-repeat;
    height: 161px;
    line-height: 125px;
    transition: all .6s;
    color: #FF5E00;
}

.swiper-buttons {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-image: url(../images/next.png);
    transition: all .3s ease-in .1s;
}

.swiper-buttons:hover {
    background-image: url(../images/next_hover.png);
}

.history__content .swiper-slide.swiper-slide-active .content,
.history__content .swiper-slide .content-box:hover .content{
    color: #FF5E00;
}

.history__content .swiper-slide:nth-child(even) .content-box {
    top: 0;
}

.history__content .swiper-slide:nth-child(even) .date {
    background-image: url("../images/history.png");
    margin-top: 4px;
}

.history__content .swiper-slide:nth-child(even).swiper-slide-active .date,
.history__content .swiper-slide:nth-child(even) .content-box:hover .date{
    background-image: url("../images/history_hover.png");
}

.history__content .swiper-slide:nth-child(odd) .content-box {
    bottom: 0;
}

.history__content .swiper-slide:nth-child(odd) .date {
    line-height: 200px;
    background-image: url("../images/history-fall.png");
}

.history__content .swiper-slide:nth-child(odd) .content {
    order: 2;
    margin-top: 4px;
    display: flex;
    align-items: flex-end;
}

.history__content .swiper-slide:nth-child(odd).swiper-slide-active .date,
.history__content .swiper-slide:nth-child(odd) .content-box:hover .date{
    background-image: url("../images/history-fall_hover.png");
}

.history__content .swiper-button-prev::after,
.history__content .swiper-button-next::after {
    color: #FF5E00;
}



@media screen and (min-width: 1200px) {
    .history__content .swiper {
        width: 92%;
    }
}

@media (min-width: 768px) {
    .l__course__content {
        padding-left: 4.5vw;
        padding-right: 4.5vw;
        padding-top: 95px;
    }

    .history__title {
    }

    .l__course__in__content img {
        margin-top: 0;
    }

    .l__course__in {
        width: 185px;
        height: 185px;
        top: -72px;
        padding-top: 25px;
        border-width: 10px;
    }

    .l__course__in .year {
        font-size: 42px;
    }

    .l__course__in .year span {
        font-size: 16px;
    }

    .l__course {
        padding-top: 72px;
    }

    .l__course__in__content .col:nth-child(1) {
        padding-top: 50px;
    }

    /*.history__content .swiper-slide {
        display: flex;
    }

    .history__content .swiper-slide .content {
        margin: 0 0 0 30px;
    }

    .history__content .swiper-slide .date {
        flex: 0 0 auto;
    }*/
}

.l__about__image {
    position: relative;
    overflow: hidden;
}
.l__about__image img {
    transition: all .3s;
}
.l__about__image img:hover {
    transform: scale(1.08);
}
.l__about__image .icon {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 1.5%;
    top: 1.5%;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    z-index: 1;
}

.l__about__image .icon i {
    color: #ff5e00;
    font-size: 20px;
    transition: all 0.3s;
}

.l__about__image:hover .icon i {
    color: #ff5e00;
}

@media (min-width: 992px) {
    .l__course__content {
        padding-right: 50%;
    }

    .l__about__image {
        top: -48px;
        bottom: -48px;
        width: 40%;
        right: 4.5vw;
        position: absolute;
    }

    .l__about__image .icon {
        width: 76px;
        height: 76px;
        line-height: 76px;
    }

    .l__about__image .icon i {
        color: #000000;
        font-size: 38px;
    }

    .l__about__image:hover .icon i {
        color: #ff5e00;
    }

    .l__about__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
    }
}


.l__profile__container {
    padding: 60px 0;
}

.l__profile__inner {
    padding: 0 20px;
}

.l__profile__inner .col {
    margin: 0 0 30px;
}

.l__profile__inner .col .title {
    margin: 0 0 10px;
}

.l__profile__inner .col .title h3 {
    font-size: 32px;
    display: flex;
    margin: 0;
    font-weight: 500;
    line-height: 1;
}

.l__profile__inner .col .title h3 span {
    font-size: 14px;
    margin-left: 5px;
}

.l__profile__inner .col .title p {
    font-size: 16px;
}

.l__profile__inner .col .content {
    font-size: 14px;
    line-height: 24px;
}

.profile__images img {
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    .l__profile__container {
        padding: 80px 0;
    }

    .l__profile__inner {
        padding: 0 12.5vw;
    }
}

@media (min-width: 992px) {
    .l__profile__container {
        padding: 100px 0;
    }

    .l__profile__inner {
        display: flex;
        padding: 0 12.5vw 0 0;
    }

    .profile__images {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 50px;
    }

    .profile__images img {
        width: 100%;
        border-radius: 0 9999px 9999px 0;
        object-fit: cover;
    }

    .l__profile__inner .row {
        order: 2;
        width: 50%;
        flex: 0 0 auto;
    }

    .l__profile__inner .col:nth-child(2) {
        margin: 0;
    }

    .l__profile__inner .col .title h3 {
        font-size: 42px;
    }

    .l__profile__inner .col .title h3 span {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .l__profile__inner .row {
        width: 42%;
    }

    .profile__images {
        margin-right: 70px;
    }
}




.l__production__environment {
    /*padding-left: 20px;*/
}

.l__production__environment .title {
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
    padding-left: 20px;
    margin: 0 0 30px;
}

.l__production__environment .list .swiper-slide img {
    width: 332px;
    height: 254px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

.l__production__environment .list .swiper-slide {
    margin: 83px 15px 0 15px;
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    width: 332px;
}

.l__production__environment .list .swiper-slide-active {
    margin-top: 0;
    height: 337px;
}

.l__production__environment .list .swiper-slide-active img {
    height: 337px;
    filter: grayscale(0%);
    /*transform: translateY(-83px);*/
}

.l__production__environment .swiper-next,
.l__production__environment .swiper-prev {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.l__production__environment .swiper-next {
    right: 20px;
}

.l__production__environment .swiper-prev {
    transform: translateY(-50%) rotate(-180deg);
    left: 20px;
}

@media screen and (min-width: 768px) {
    .l__production__environment .title {
        padding-left: 12.5vw;
        margin: 0 0 48px;
    }
    .l__production__environment {
        /*padding-left: 12.5vw;*/
        overflow: hidden;
    }
    .l__production__environment .swiper-next,
    .l__production__environment .swiper-prev {
        width: 80px;
        height: 80px;
    }
    .l__production__environment .swiper-prev {
        left: 12.5vw;
    }
    .l__production__environment .swiper-next {
        right: 12.5vw;
    }

    .history__content-box .swiper-next,
    .history__content-box .swiper-prev {
        width: 80px;
        height: 80px;
    }
    .history__content-box .swiper-prev {
        left: calc(10vw - 100px);
    }
    .history__content-box .swiper-next {
        right: calc(10vw - 100px);
    }
}

/*.l__production__environment .swiper-wrapper {
    align-items: flex-end;
}

.l__production__environment .swiper {
    margin-top: 120px;
    overflow: unset;
}

.l__production__environment .swiper-slide {
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

.l__production__environment .swiper-slide .name {
    font-size: 14px;
    line-height: 1;
    margin: 20px 0 0;
    transition: all 0.3s;
}

.l__production__environment .swiper-slide .pic {
    !*width: 332px;
    height: 254px;*!
    width: 100%;
    height: 254px;
}

.l__production__environment .swiper-slide .pic img {
    !*width: 332px;
    height: 254px;*!
    width: 100%;
    height: 254px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    max-width: none;
}

.l__production__environment .swiper-slide:hover .name {
    color: var(--theme-color);
}

.l__production__environment .swiper-slide .pic:hover img,
.l__production__environment .swiper-slide.swiper-slide-active .pic img {
    !*position: absolute;
    z-index: 40;*!
    width: 332px;
    height: 337px;
    filter: grayscale(0%);
    transform: translateY(-83px);
    !*transform: translate(-20px, -83px);*!
}

.l__production__environment .swiper-next,
.l__production__environment .swiper-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: cover;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.l__production__environment .swiper-next {
    right: 20px;
    background-image: url(../images/next.png);
}

.l__production__environment .swiper-prev {
    left: 20px;
    transform: translateY(-50%) rotate(-180deg);
    background-image: url(../images/next.png);
}

.l__production__environment .swiper-button-disabled {
    opacity: 0;
}*/

/*@media (max-width: 767px) {
    .l__production__environment .list {

    }

    .l__production__environment .swiper-slide:hover {
        width: 332px !important;
    }
    .l__production__environment .swiper-slide .pic:hover {
        width: 332px;
    }
}

@media (min-width: 768px) {
    .l__production__environment .title {
        margin: 0 0 48px;
    }
    .l__production__environment {
        padding: 0 12.5vw;
        overflow: hidden;
    }
    .l__production__environment .list {
        width: 100%;
        overflow: hidden;
    }
    .l__production__environment .swiper-next {
        right: calc(12.5vw + 20px);
    }
    .l__production__environment .swiper-slide .pic {
        width: 100% !important;
        max-width: 332px;
    }
    .l__production__environment .swiper-slide .pic:hover img {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .l__production__environment .swiper-next,
    .l__production__environment .swiper-prev {
        width: 50px;
        height: 50px;
    }
}
@media (min-width: 1440px) {
    .l__production__environment .title {
        font-size: 32px;
    }
}*/



.l__about__videos{
    padding: 60px 20px;
}
.l__about__videos .title h3{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.l__about__videos .title p{
    font-size: 14px;
}
.l__about__videos .title .r{
    display: flex;
    margin: 20px 0 0;
}
.l__about__videos .title .r a{
    display: flex;
    height: 50px;
    align-items: center;
    padding-right: 30px;
    position: relative;
    font-size: 16px;
}
.l__about__videos .title .r a:hover {
    padding-left: 15px;
    padding-right: 15px;
    color: var(--theme-color);
}
.l__about__videos .title .r a:hover::after{
    border-color: var(--theme-color);
}
.l__about__videos .title .r a::after{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #1d1a19;
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.l__about__videos .title .r a i{
    width: 42px;
    height: 14px;
    margin-left: 5px;
    background: url(../images/jt.png);
    background-size: cover;
}

.l__about__videos .title .r a:hover i{
    background-image: url(../images/jt_hover.png);
}

.videos__content{
    margin: 30px 0 0;
}
.videos__content img{
    width: 100%;
    display: block;
}
@media (min-width: 768px) {
    .l__about__videos{
        padding: 80px 12.5vw;
    }
    .l__about__videos .title {
        display: flex;
    }
    .l__about__videos .title .r{
        margin-left: auto;
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .l__about__videos{
        padding-bottom: 80px;
    }
    .l__about__videos .title .r a{
        height: 80px;
        padding-right: 43px;
    }
    .l__about__videos .title .r a:hover {
        padding-left: 13px;
        padding-right: 30px;
    }
    .l__about__videos .title .r a i{
        width: 51px;
        height: 17px;
    }
    .l__about__videos .title .r a::after{
        width: 80px;
        height: 80px;
    }
    .l__about__videos .title .l{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .l__about__videos .title h3{
        line-height: 1;
    }
    .l__about__videos .title p{
        font-size: 18px;
        line-height: 1;
        margin: 10px 0 0;
    }
}
@media (min-width: 1440px) {
    .l__about__videos{
        padding-bottom: 100px;
    }
}

.videos__content .vjs-poster{
    background-size: cover;
}
b.number{
    font-weight: normal;
}