@charset "UTF-8";
/* 横幅轮播图 */

.banner-container {
    height: 85vh;
    position: relative;
}
.banner-container .swiper-slide {
    height: 85vh;
}
/*@media only screen  and (min-width: 1024px) and (max-width: 1800px){*/
/*    .banner-container {*/
/*        height: 650px;*/
/*        position: relative;*/
/*    }*/
/*    .banner-container .swiper-slide {*/
/*        height: 650px;*/
/*    }*/
/*}*/
.banner-container .img {
    width: 100%;
    height: 100%;
}
.banner-container .dot-container {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    display: flex;
    align-items: center;
}
.banner-container .dot-container .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    background: rgba(247, 193, 95, 0.6);
    cursor: pointer;
}
.banner-container .dot-container .dot-current {
    width: 40px;
    border-radius: 30px;
    background: rgb(247, 193, 95);
}

/* 横幅轮播图-左右按钮 */
.banner-container .cur {
    position: absolute;
    top: 50%;
    height: 0;
    width: 100%;
    margin-top: -50px;
    left: 0%;
    z-index: 100;
    opacity: 0;
    transition-duration: 0.5s;
}
.banner-container .cur .cur-icon {
    height: 65px;
    cursor: pointer;
}

.banner-container:hover .cur {
    width: 80%;
    left: 10%;
    opacity: 1;
    transition-duration: 0.5s;
}

/* 其他板块-主容器 */
.container {
    background: #F0F1F2;
    word-break: break-all;
    /* 标题 */
    /* 内容容器 */
}
.container .title-container {
    margin: 90px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container .title-container .title {
    position: relative;
    padding-bottom: 12px;
    padding-left: 20px;
    z-index: 9999;
}
.container .title-container .title .title-text {
    font-size: 38px;
    font-weight: 600;
    padding-right: 20px;
}
.container .title-container .title .title-img {
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: -1;
}
.container .title-container .title-remark {
    margin-top: 20px;
    font-size: 16px;
    width: 1200px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    line-height: 25px;

}
.container .cate-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.container .cate-container .bg-img {
    position: absolute;
    width: 420px;
    height: 420px;
}
.container .cate-container .bg-left {
    left: 0;
    top: 0;
}
.container .cate-container .bg-right {
    right: 0;
    bottom: 0;
}

/* 课程介绍与教学视频 */
.course-container {
    width: 1200px;
}
.course-container .course-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course-container .course-top .top-title {
    font-size: 20px;
    font-weight: 500;
}
.course-container .course-top .top-right {
    display: flex;
    align-items: center;
}
.course-container .course-top .top-right .dot-list {
    display: flex;
    align-items: center;
}
.course-container .course-top .top-right .dot-list .dot-item {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: #DDDDDD;
    margin: 0 10px;
    cursor: pointer;
}
.course-container .course-top .top-right .dot-list .blue {
    background: #1393D0;
}
.course-container .course-top .top-right .more-button {
    margin-left: 60px;
    font-size: 14px;
    color: #1A90FF;
    cursor: pointer;
}
.course-container .course-list {
    margin-top: 20px;
}
.course-container .course-list .course-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.course-container .course-list .course-item .course-img {
    overflow: hidden;
}
.course-container .course-list .course-item .course-img:hover img {
    transform: scale(1.1) rotate(4deg);
    -o-transform: scale(1.1) rotate(4deg);
    -webkit-transform: scale(1.1) rotate(4deg);
    -moz-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    transition-duration: 0.5s;
}
.course-container .course-list .course-item .course-info {
    padding: 0 15px;
}
.course-container .course-list .course-item .course-info .course-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
}
.course-container .course-list .course-item .course-info .course-line {
    height: 1px;
    background: #e0e0e0;
}
.course-container .course-list .course-item .course-info .course-time {
    font-size: 12px;
    line-height: 48px;
    color: #707070;
    text-align: end;
}

/* 关于我们 */
.about-container {
    height: 380px;
    background: #fff;
    display: flex;
    justify-content: center;
    position: relative;
}
.about-container .about-img {
    height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about-container .about-info-container {
    height: 100%;
    width: 1200px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.about-container .about-info-container .about-info {
    height: 62%;
    width: 1020px;
    background: #1393D0;
    z-index: 9999;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-container .about-info-container .about-info .about-title {
    color: #1393D0;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 50px;
    transform: translateY(-80%);
}
.about-container .about-info-container .about-info .about-title-white-box {
    width: 100%;
    height: 10px;
    /*position: relative;*/
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 99999999;
}
.about-container .about-info-container .about-info .about-title-white-box .about-title-white {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 50px;
    transform: translateY(-80%);
}
.about-container .about-info-container .about-info .about-text {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    margin: 0 50px;
    text-indent: 2rem;
}
.about-container .about-info-container .about-info .about-button {
    background: #F7C15F;
    color: #fff;
    width: 225px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 100px;
    bottom: 0;
    transform: translateY(50%);
}

/* 科普活动 */
.activity-container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.activity-container .activity-left {
    height: calc(100% - 30px);
    width: 40%;
    background: #fff;
    border-radius: 0 0 3px 3px;
    padding-bottom: 30px;
}
.activity-container .activity-left .activity-img {
    width: 100%;
    cursor: pointer;
}
.activity-container .activity-left .activity-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    margin: 20px 30px;
}
.activity-container .activity-left .activity-text {
    margin: 0 30px;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.activity-container .activity-list {
    margin-left: 40px;
    width: calc(60% - 40px);
}
.activity-container .activity-list .activity-item {
    display: flex;
}
.activity-container .activity-list .activity-item .time-container {
    width: calc(15% - 15px);
    text-align: end;
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
}
.activity-container .activity-list .activity-item .time-container .time-date {
    font-weight: 600;
    font-size: 20px;
    color: #999999;
    line-height: 40px;
    padding-right: 15px;
    position: relative;
}
.activity-container .activity-list .activity-item .time-container .time-date::after {
    content: " ";
    display: block;
    width: 2px;
    height: 20px;
    position: absolute;
    background: #1393D0;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}
.activity-container .activity-list .activity-item .time-container .time-year {
    font-weight: 600;
    font-size: 12px;
    color: #333333;
    padding-right: 15px;
}
.activity-container .activity-list .activity-item .activity-info {
    width: calc(85% - 15px);
    margin-left: 10px;
    padding-bottom: 22px;
}
.activity-container .activity-list .activity-item .activity-info .activity-info-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}
.activity-container .activity-list .activity-item .activity-info .activity-info-text {
    margin-top: 5px;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}

/* 师资团队 */
.teacher-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.teacher-container .teacher-bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.teacher-container .teacher-list {
    width: 1200px;
    position: relative;
}
.teacher-container .teacher-list .teacher-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65px;
    position: absolute;
    top: -40px;
    right: 0;
}
.teacher-container .teacher-list .teacher-button .teacher-icon {
    width: 28px;
    height: 28px;
}
.teacher-container .teacher-list .teacher-item {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.teacher-container .teacher-list .teacher-item .teacher-img {
    margin-bottom: -2px;
}
.teacher-container .teacher-list .teacher-item .teacher-img img {
    width: 100%;
}
.teacher-container .teacher-list .teacher-item .teacher-info {
    background: #f4f4f4;
    padding: 20px;
}
.teacher-container .teacher-list .teacher-item .teacher-info .teacher-title {
    font-weight: 600;
    font-size: 18px;
    color: #262626;
}
.teacher-container .teacher-list .teacher-item .teacher-info .teacher-text {
    margin-top: 10px;
    opacity: 0.52;
    font-weight: 600;
    font-size: 12px;
    color: #262626;
    line-height: 20px;
}

/* 招商加盟 */
.team-container .team-list {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team-container .team-list .team-item {
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.team-container .team-list .team-item .team-img {
    width: 100%;
}
.team-container .team-list .team-item .team-info {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.team-container .team-list .team-item .team-info .team-title {
    font-weight: 600;
    font-size: 26px;
    color: #262626;
}
.team-container .team-list .team-item .team-info .team-text {
    margin: 25px 0;
    font-size: 16px;
    color: #707070;
}
.team-container .team-list .team-item .team-info .team-button {
    font-size: 15px;
    color: #1A90FF;
}
.team-container .team-list .team-item:hover {
    cursor: pointer;
}
.team-container .team-list .team-item:hover .team-title {
    transition-duration: 0.3s;
    color: #176cbd;
}