﻿@charset "utf-8";
.layui-layer-btn {
    height: 45px;
}

    .layui-layer-btn a {
        font-size: 14px;
    }
html,
body {
    height: 100%;
    overflow: hidden;
}

.about-contents {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.about-row-left{
    padding: 0;
}
.about-row-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

#AboutTab {
    display: flex;
    align-items: center;
    list-style-type: none;
}

#AboutTab>li {
    width: 120px;
    height: 40px;
    margin-left: 15px;
}

#AboutTab>li:first-child {
    margin-left: 0;
}

#AboutTab>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all .4s;
    color: #4e4e4e;
    font-size: 16px;
}

#AboutTab>li>a:hover {
    text-decoration: none;
}

#AboutTab>li>a:link {
    text-decoration: none;
}

#AboutTab>li>a:visited {
    text-decoration: none;
}

#AboutTab>li>a:hover {
    text-decoration: none;
}

#AboutTab>li>a:active {
    text-decoration: none;
}

#AboutTab>li.active a {
    color: #ffffff;
    background: #e6212a;
}

.about-content-row {
    margin-top: 5.7%;
}

#AboutContent {
    width: 100%;
    padding: 0 15px;
}

.about-tab-part {
    display: flex;
    justify-content: space-between;
}

.tab-content>.active {
    display: flex;
}

.part1Left,
.part1Right {
    width: 48%;
}

.part1Left {
    display: flex;
    flex-direction: column;
}

.part1-left-name {
    font-size: 0.22rem;
    font-weight: 700;
    color: #4e4e4e;
}
.part1-left-contents {
    overflow-y: auto;
    max-height: 4rem;
    margin-top: 0.2rem;
    font-size: 0.17rem;
}
.part1-left-contents > p {
    line-height: 2;
    font-size: 0.17rem !important;
}
.part1-left-contents span{
    font-size: 0.17rem !important;
}
.part1-left-des {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 0.16rem;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 0.3rem;
    margin-top: 0.31rem;
}

.part1-left-list {
    display: flex;
    flex-direction: column;
    margin-top: 0.49rem;
}

.part1-left-list>p {
    font-size: 0.16rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
}

.part1-left-logos {
    display: flex;
    align-items: center;
    margin-top: 0.8rem;
    height: 0.32rem;
}
.part1-left-logos>a{
    display: flex;
    align-items:center;
    margin-left: 0.41rem;
}
.part1-left-logos>a:first-child{
    margin-left: 0;
}
.part1-left-logos>img {
    width: auto;
    max-height: 0.32rem;
    /*margin-left: 0.41rem;*/
}

/*.part1-left-logos>img:first-child {
    margin-left: 0;
}*/

.part1Right>img {
    width: 100%;
    height: auto;
}

.part2Left,
.part2Right {
    width: 48%;
}

.part2-name {
    font-size: 0.22rem;
    font-weight: 700;
    color: #4e4e4e;
    line-height: 0.24rem;
}

.part2-imgs {
    max-height: 4.5rem;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0.33rem;
}

.part2-imgs>img {
    width: 100%;
    height: auto;
}

.part3Left,
.part3Right {
    width: 48%;
}

.part3-left-name {
    font-size: 0.22rem;
    font-weight: 700;
    color: #4e4e4e;
    line-height: 0.24rem;
}

.part3-left-list {
    margin-top: 0.39rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 0.3rem;
}

.part3-left-online {
    margin-top: 0.64rem;
    display: flex;
    flex-direction: column;
}

.online-name {
    font-size: 0.22rem;
    font-weight: 700;
    line-height: 0.24rem;
}

.online-input {
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}

.online-input>input {
    width: 30.6%;
    height: 0.35rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #b6b6b6;
    border-radius: 0.03rem;
    outline: none;
    margin-left: 2%;
    font-size: 0.14rem;
    color: #636262;
    padding: 0.1rem 0.09rem;
    line-height: 1;
}
.online-input>input.error{
    border-color: #e50012;
}
.online-input>input:first-child {
    margin-left: 0;
}

.online-text {
    width: 96%;
    height: 0.7rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #b6b6b6;
    border-radius: 0.03rem;
    font-size: 0.14rem;
    color: #636262;
    padding: 0.1rem 0.09rem;
    resize: none;
    outline: none;
    margin-top: 0.15rem;
}

    .online-text.error {
        border: 1px solid #e50012;
    }
.online-submit {
    width: 2.1rem;
    height: 0.35rem;
    background: #e50012;
    border-radius: 0.03rem;
    font-size: 0.16rem;
    color: #fefefe;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.35rem;
    cursor: pointer;
    margin-top: 0.2rem;
    animation: glowing 3s infinite;
}
.about_noContent{
    font-size: 16px;
}
@keyframes glowing {
    0% {
        box-shadow: 0 0 0 rgba(229, 0, 18, 0.3);
    }

    50% {
        box-shadow: 0 0 20px rgba(229, 0, 18, 0.8);
    }

    100% {
        box-shadow: 0 0 0 rgba(229, 0, 18, 0.3);
    }
}

.part3Right>img {
    width: 100%;
    height: auto;
}

@media (max-width: 1919px) {
    .about-content-row {
        margin-top: 0;
    }

    .about-container {
        height: auto;
    }

    #AboutTab>li {
        width: 1.2rem;
        height: 0.4rem;
    }

    #AboutTab>li>a {
        font-size: 0.16rem;
    }
}

@media (min-width: 1920px) {
    .part1-left-list {
        margin-top: 0.3rem;
    }

    .part1-left-logos {
        margin-top: 0.3rem;
    }
}

@media (min-width: 1920px) and (max-height: 1079px) {
    .about-content-row {
        margin-top: 4.7%;
    }
}

.coursePagintion {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 1rem;
}

    .coursePagintion .swiper-wrapper {
        /*display: flex;
        justify-content: center;*/
    }

.course_swiper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.courseSwiper {
    width: 100%;
    margin-top: 0.9rem;
}

.course_slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination_slide {
    width: auto;
    height: 0.46rem;
}

.coursePagintion_item {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 0.46rem;
}

.coursePagintion_item_left,
.coursePagintion_item_right {
    display: block;
    width: 1.3rem;
    height: 1px;
    background-color: #777777;
    transition: all .3s;
}
.coursePagintion_item_left{
    margin-right: 0.1rem;
}
.coursePagintion_item_right{
    margin-left: 0.1rem;
}
.pagination_slide:first-child .coursePagintion_item_left {
    width: 0.65rem;
}
.pagination_slide:first-child .coursePagintion_item_right{
    flex: 1;
    min-width: 2px;
}
.pagination_slide:last-child .coursePagintion_item_right {
    width: 0.65rem;
}
.pagination_slide:last-child .coursePagintion_item_left {
    flex: 1;
    min-width: 2px;
}
.coursePagintion_item_center {
    position: relative;
    width: 0.26rem;
    height: 0.26rem;
    min-width: 0.26rem;
    min-height: 0.26rem;
    border: 1px solid #777777;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: 0.1rem;*/
    border-radius: 100%;
}

    .coursePagintion_item_center::before {
        content: "";
        display: block;
        width: 0.12rem;
        height: 0.12rem;
        background-color: #333333;
        border-radius: 100%;
        transition: all .3s;
    }

.center_year {
    position: absolute;
    left: -0.12rem;
    top: 0.42rem;
    font-size: 0.2rem;
    font-weight: 700;
    color: #121212;
    transition: all .3s;
}

.pagination_slide.active .coursePagintion_item_left,
.pagination_slide.active .coursePagintion_item_right,
.pagination_slide.active .coursePagintion_item_center::before {
    background-color: red;
}

.pagination_slide.active .coursePagintion_item_center {
    border: 1px solid red;
}

    .pagination_slide.active .coursePagintion_item_center .center_year {
        color: red;
        font-size: 0.3rem;
    }
.pagination_slide.active .center_year {
    left: -0.26rem;
}
.course_slide_content {
    width: 9rem;
    height: 2.3rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 0.15rem;
    box-sizing: border-box;
    position: relative;
}

._course_left {
    width: 3.3rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-right: 0.55rem;*/
}

    ._course_left > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

._course_right {
    width: 5.4rem;
    /*flex: 1;*/
    height: 2rem;
    /*min-width: 2px;*/
    position: relative;
    z-index: 9;
    padding: 0.3rem;
}

._course__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

._course_right_des {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    font-size: 0.14rem;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2;
    position: relative;
}
    ._course_right_des > p {
        max-height: 1.4rem;
        line-height: 2;
        font-size: 0.14rem;
        font-weight: 400;
        color: #333333;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }
.courseSwiper .swiper-button-prev,
.courseSwiper .swiper-button-next {
    background-image: none;
    width: 0.6rem;
    height: 1rem;
    margin-top: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    display: none;
    transition: all .3s;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
}
    .courseSwiper .swiper-button-prev::before {
        content: "";
        display: block;
        background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/jt.png);
        width: 0.21rem;
        height: 0.35rem;
        background-position: 0 0;
        background-size: 0.42rem 0.7rem;
    }

    .courseSwiper .swiper-button-next::before {
        content: "";
        display: block;
        background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/jt.png);
        width: 0.21rem;
        height: 0.35rem;
        background-position: 0.21rem 0;
        background-size: 0.42rem 0.7rem;
    }
    .courseSwiper .swiper-button-prev.active:before {
        background-position: 0 0.35rem;
    }
    .courseSwiper .swiper-button-next.active:before {
        background-position: 0.21rem 0.35rem;
    }
.courseSwiper .swiper-button-disabled {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.courseSwiper .swiper-button-prev.swiper-button-disabled::before {
    background-position: 0 0 !important;
}
.courseSwiper .swiper-button-next.swiper-button-disabled::before {
    background-position: 0.21rem 0 !important;
}
/*.courseSwiper .swiper-button-prev::before {
        content: "";
        display: block;
        background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/jt.png);
        width: 0.21rem;
        height: 0.35rem;
        background-position: 0 0.35rem;
        background-size: 0.42rem 0.7rem;
    }

    .courseSwiper .swiper-button-next::before {
        content: "";
        display: block;
        background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/jt.png);
        width: 0.21rem;
        height: 0.35rem;
        background-position: 0.21rem 0.35rem;
        background-size: 0.42rem 0.7rem;
    }*/
/*.courseSwiper .swiper-button-disabled {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.courseSwiper .swiper-button-prev.swiper-button-disabled::before {
    background-position: 0 0;
    background-size: 0.42rem 0.7rem;
}

.courseSwiper .swiper-button-next.swiper-button-disabled::before {
    background-position: 0.21rem 0;
    background-size: 0.42rem 0.7rem;
}*/
.pagination1 {
    display: none;
    opacity: 0;
}

@media (min-width: 2560px) {
    .about-content-row {
        margin-top: 13.7%;
    }
}