﻿
@charset "utf-8";
/* CSS Document */

body {
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul li {
    list-style: none;
}

em {
    font-style: normal;
    color: #e24861;
}


.conter{
    font-size: 16px;
    line-height:28px;
}
.conter01 {
    background: url(/content/images/zhuanti_jp/jpyuke/jpyuke_01.jpg) center top no-repeat;
    height: 200px;
}

.conter02 {
    background: url(/content/images/zhuanti_jp/jpyuke/jpyuke_02.jpg) center top no-repeat;
    height: 200px;
}

.conter03 {
    background: url(/content/images/zhuanti_jp/jpyuke/jpyuke_03.jpg) center top no-repeat;
    height: 200px;
}



.conTitle {
    width: 1004px;
    margin: 0 auto 20px;
    text-align: center;
    /*height: 91px;*/
    padding: 10px 0;
}
    .conTitle p:first-child {
        color: #0566b2;
        font-size: 45px;
        font-weight: bold;
        align-items: center;
        line-height:normal;
    }
    .conTitle p:nth-child(2) {
        font-size: 32px;
        align-items: center;
        line-height: normal;
        padding:10px 0;
    }
    .conTitle p:nth-child(3) {
        margin-top:5px;
        align-items: center;
    }


.conMain{
    width:1004px;
    margin:20px auto 0;
    overflow:hidden;
}
.conter04 {
    overflow: hidden;
    margin-top:60px;
}
    .conter04 .conMain {
        margin-top: 0;
    }

        .conter04 .conMain .poster {

            background: #fff;
            overflow: hidden;
            color: #333;
        }

        .conter04 .conMain .line-horizontal {
            width: 100%;
            border-top: 1px dashed #0574c5;
            margin-top:20px;
        }

        .conter04 .conMain .route {
            display: flex;
            align-items: center;
            white-space: nowrap;
        }

        .conter04 .conMain .route-label {
            position: relative;
            width: 188px;
            height: 50px;
            line-height: 50px;
            text-align:center;
            color: #fff;
            font-weight: bold;
            background: #0566b2;
            border-radius: 6px;
            font-size:25px;
        }

            .conter04 .conMain .route-label::after {
                content: "";
                position: absolute;
                right: -9px;
                top: 20px;
                width: 0;
                height: 0;
                border-left: 10px solid #0566b2;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
            }

        .conter04 .conMain .route-text {
            margin-left: 30px;
            color: #222;
            font-size: 25px;
            line-height: 50px;
        }

        .conter04 .conMain .arrow {
            display: inline-block;
            width: 25px;
            height: 20px;
            margin: 0 2px;
            background: #0566b2;
            clip-path: polygon(0 30%, 65% 30%, 65% 0, 100% 50%, 65% 100%, 65% 70%, 0 70%);
            vertical-align: middle;
        }

        .conter04 .conMain .intro {
            font-size: 20px;
            line-height: 50px;
            margin-top:30px;
        }

        .conter04 .conMain .red {
            color: #ff2a1d;
            font-weight: bold;
        }

        .conter04 .conMain .section-title {
            width: 400px;
            height: 50px;
            line-height: 50px;
            padding-left: 17px;
            background: #0566b2;
            color: #fff;
            font-size: 25px;
            font-weight: bold;
            clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
            margin-top:30px;
        }

        .conter04 .conMain .list {
            list-style: none;
            color: #555;
            font-size: 22px;
            line-height: 50px;
            white-space: nowrap;
            padding-left:30px;
            padding-top:30px;
        }

        .conter04 .conMain .list li::before {
            content: "•";
            color: #0566b2;
            font-weight: bold;
            margin-right: 5px;
        }



.conter05 {
    background: url(/content/images/zhuanti_jp/jpyuke/jpyuke_13.jpg) center top no-repeat;
    height: 124px;
    margin-top:30px;
}




.conter06 {
    overflow: hidden;
    margin-top: 60px;
}
    .conter06 .conMain {
        width: 1004px;
        margin: 0 auto;
        background: #fff;
        padding: 0 0;
    }

        .conter06 .conMain .section-title {
            height: 50px;
            background: url('../../Images/ZhuanTi_Jp/jpyuke/jpyuke_12.jpg') bottom left no-repeat;
            display:flex;
        }

            .conter06 .conMain .section-title .num {
                line-height: 50px;
                text-align: center;
                margin-right: 11px;
                margin-left:10px;
                color: #fff;
                font-size: 27px;
                font-weight: 800;
                padding-top:5px;
            }

            .conter06 .conMain .section-title .text {
                line-height: 50px;
                margin-left: 20px;
                color: #0566b2;
                font-size: 30px;
                font-weight: 900;
                letter-spacing: 1px;
            }

        .conter06 .conMain .intro {
            margin: 24px 0 28px;
            padding: 0 2px;
            font-size: 18px;
            line-height: 1.9;
        }

        .conter06 .conMain .section-2 {
            margin-top: 26px;
        }

        .conter06 .conMain .intro.small {
            margin-top: 24px;
            margin-bottom: 23px;
            font-size: 16px;
            font-weight: 500;
        }

        .conter06 .conMain .teacher-list {
            display: flex;
            flex-direction: column;
            gap: 28px;
            margin-top: 0;
        }
        .conter06 .conMain .teacher-card {
            width: 100%;
            box-sizing: border-box;
            background: #eefaff;
            padding: 22px 16px 20px;
            margin-bottom: 0px;
            color: #555;
            font-size: 15px;
            line-height: 1.9;
        }

    /* 清除浮动，防止父级高度塌陷 */
            .conter06 .conMain .teacher-card::after {
                content: "";
                display: block;
                clear: both;
            }

            .conter06 .conMain .teacher-card .avatar {
                float: left;
                width: 112px;
                height: 112px;
                border-radius: 50%;
                object-fit: cover;
                display: block;
                margin: 0 24px 10px 0;
            }

        .conter06 .conMain .teacher-content {
            display: block;
        }

        .conter06 .conMain .teacher-name {
            margin: 0 0 4px;
            padding-top: 4px;
            font-size: 18px;
            line-height: 1.45;
            color: #0068b7;
            font-weight: 700;
        }

        .conter06 .conMain .teacher-subtitle {
            margin: 0 0 8px;
            font-size: 18px;
            line-height: 1.45;
            color: #222;
            font-weight: 700;
        }

        .conter06 .conMain .teacher-content .desc {
            margin: 0;
            font-size: 15px;
            line-height: 1.95;
            color: #555;
            text-align: left;
        }

        .conter06 .conMain .teacher-content strong {
            color: #0068b7;
            font-weight: 700;
        }

        .conter06 .conMain .section-3 {
            margin-top: 30px;
        }

        .conter06 .conMain .flow {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            margin: 28px 0 27px;
            padding-left: 0;
            height: 54px;
        }

        .conter06 .conMain .step {
            height: 48px;
            padding: 0 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background: #0672b6;
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            white-space: nowrap;
            box-shadow: inset 0 -1px 0 rgba(0,0,0,.08);
        }

            .conter06 .conMain .step.long {
                padding-left: 25px;
                padding-right: 25px;
            }

        .conter06 .conMain .arrow {
            color: #0573b6;
            font-size: 25px;
            line-height: 1;
            font-weight: 900;
            margin: 0 -2px;
        }

        .conter06 .conMain .bottom-banner {
            width: 952px;
            height: 120px;
            display: block;
            object-fit: cover;
            margin-top: 0;
        }



.conter07 {
    overflow: hidden;
    margin-top: 60px;
}
    .conter07 .conMain {
        margin-top:30px;
    }

        .conter07 .conMain .course-system {
            width: 1005px;
            margin: 0 auto;
            background: #fff;
        }

        .conter07 .conMain .course-tabs {
            display: flex;
            gap: 24px;
            height: 51px;
        }

        .conter07 .conMain .course-tab {
            flex: 1;
            height: 51px;
            line-height: 51px;
            text-align: center;
            font-size: 24px;
            color: #fff;
            letter-spacing: 1px;
        }

            .conter07 .conMain .course-tab.active {
                background: #0068ad;
            }

            .conter07 .conMain .course-tab.gray {
                background: #b7b7b7;
            }

        .conter07 .conMain .course-section {
            margin-top: 28px;
        }
        .conter07 .conMain .section-head {
            position: relative;
            height: 82px;
            display: flex;
            align-items: center;
        }

            .conter07 .conMain .section-head::after {
                content: "";
                position: absolute;
                left: 58px;
                right: 0;
                bottom: 14px;
                height: 6px;
                border-top: 3px solid #0068ad;
                border-bottom: 1px solid #0068ad;
            }

        .conter07 .conMain .section-num {
            position: relative;
            width: 70px;
            height: 70px;
            flex: 0 0 70px;
            z-index: 2;
        }

            .conter07 .conMain .section-num::before {
                content: "";
                position: absolute;
                left: 10px;
                top: 10px;
                width: 48px;
                height: 48px;
                border: 1px solid #0068ad;
                background: #fff;
                transform: rotate(45deg);
            }

            .conter07 .conMain .section-num::after {
                content: "";
                position: absolute;
                left: 2px;
                top: 30px;
                width: 16px;
                height: 16px;
                background: #0068ad;
                transform: rotate(45deg);
            }

            .conter07 .conMain .section-num span {
                position: absolute;
                left: 0;
                top: 0;
                width: 70px;
                height: 70px;
                line-height: 66px;
                text-align: center;
                font-size: 48px;
                color: #0068ad;
                font-family: Georgia, "Times New Roman", serif;
                z-index: 3;
            }

        .conter07 .conMain .section-title {
            position: relative;
            z-index: 2;
            font-size: 30px;
            color: #0068ad;
            font-weight: 700;
            margin-left: 8px;
            letter-spacing: 1px;
            background: #fff;
            padding-right: 14px;
            margin-bottom: 10px;
        }
        .conter07 .conMain .course-tab {
            cursor: pointer;
        }

/* 默认隐藏所有内容 */
        .conter07 .conMain .course-system > .inner {
            display: none;
        }

/* 默认显示第一个 inner */
        .conter07 .conMain .course-system > .course-tabs + .inner {
            display: block;
        }


        .conter07 .conMain .course-list {
            margin-top: 18px;
        }

        .conter07 .conMain .course-row {
            display: flex;
            width: 100%;
            height: 112px;
            margin-bottom: 20px;
        }

        .conter07 .conMain .course-label {
            position: relative;
            width: 205px;
            height: 112px;
            background: #0068ad;
            color: #fff;
            font-size: 19px;
            font-weight: 700;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            padding-left: 8px;
            line-height: 1.6;
            flex-shrink: 0;
        }

            .conter07 .conMain .course-label::after {
                content: "";
                position: absolute;
                right: -15px;
                top: 50%;
                transform: translateY(-50%);
                border-left: 15px solid #0068ad;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
            }

        .conter07 .conMain .course-desc {
            height: 112px;
            background: #f5f5f5;
            border-radius: 0 5px 5px 0;
            padding: 0 35px;
            font-size: 17px;
            line-height: 2.25;
            color: #333;
            display: flex;
            align-items: center;
            flex:1;
        }

        .conter07 .conMain .simple-text {
            margin-top: 31px;
            font-size: 17px;
            line-height: 2.4;
            color: #222;
        }

        .conter07 .conMain .course-section.small-gap {
            margin-top: 20px;
        }


.conter08 {
    overflow: hidden;
    margin: 60px auto 0;
}
    .conter08 .conMain {
        margin-top: 30px;
    }
        .conter08 .conMain .class-info {
            width: 1006px;
            margin: 0 auto;
            padding-top: 13px;
            padding-bottom: 32px;
        }

        .conter08 .conMain .info-row {
            display: grid;
            grid-template-columns: 483px 1fr;
            column-gap: 22px;
            align-items: start;
            margin-bottom: 28px;
        }

            .conter08 .conMain .info-row.row-1 {
                margin-bottom: 62px;
            }

            .conter08 .conMain .info-row.row-2 {
                margin-bottom: 27px;
            }

            .conter08 .conMain .info-row.row-3 {
                margin-bottom: 60px;
            }

            .conter08 .conMain .info-row.row-4 {
                margin-bottom: 31px;
            }

        .conter08 .conMain .info-img {
            width: 471px;
            height: 191px;
            border-radius: 6px;
            overflow: hidden;
        }

            .conter08 .conMain .info-img img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
            }

            .conter08 .conMain .info-img.tall {
                height: 222px;
            }

        .conter08 .conMain .info-text {
            padding-top: 10px;
        }

            .conter08 .conMain .info-text.left {
                padding-top: 9px;
            }

        .conter08 .conMain .info-title {
            position: relative;
            margin-bottom: 12px;
            padding-bottom: 8px;
            font-size: 24px;
            line-height: 1;
            color: #0068b7;
            font-weight: 700;
        }

            .conter08 .conMain .info-title::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                background: #0068b7;
            }

        .conter08 .conMain .info-desc {
            font-size: 19px;
            line-height: 2.05;
            color: #333;
            letter-spacing: 1px;
        }

/* 右侧图片靠右 */
        .conter08 .conMain .info-img.right {
            margin-left: auto;
        }

/* 左侧文字横线铺满左栏 */
        .conter08 .conMain .info-text.left .info-title::after {
            width: 100%;
        }


.conter09 {
    overflow: hidden;
    margin-top: 60px;
}
    .conter09 .conMain {
        overflow: hidden;
    }
    .conter09 .jsSummary {

    }

        .conter09 .jsSummary .left {
            float: left;
            width: 485px;
            height: 300px;
            position: relative;
        }

            .conter09 .jsSummary .left .anniu {
                position: absolute;
                width: 356px;
                height: 211px;
                top: 28px;
            }

        .conter09 .jsSummary .leVideo {
            margin: 28px 64px;
        }

            .conter09 .jsSummary .leVideo > img {
                display: block;
                width: 356px;
                height: 211px;
            }

        .conter09 .jsSummary .left .anniu .bg {
            background: #000;
            opacity: .3;
            filter: alpha(opacity=30);
            -moz-opacity: 0.3;
            width: 100%;
            height: 100%;
            z-index: 10;
            top: 28px;
        }

        .conter09 .jsSummary .left .anniu img {
            z-index: 100;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -18px;
        }

            .conter09 .jsSummary .left .anniu img:hover {
                opacity: .8;
            }



    .conter09 .jsList {
        margin: 20px 0;
    }

    .conter09 .b_zuof {
        display: block;
        float: left;
        margin: 95px 0;
    }

        .conter09 .b_zuof img {
            /*width:38px;*/
        }

    .conter09 .u_zite {
        margin: 30px 5px;
    }

        .conter09 .u_zite li {
            /*float: left;
        position: relative;*/
            margin-left: 8px;
            margin-right: 8px;
            height: 259px;
            width: 214px;
            text-align: center;
            border: 2px solid #fff;
            border-radius: 5px;
        }

    .conter09 .jsList .active img {
        border: 2px solid #fc6167;
        border-radius: 5px;
        box-sizing:border-box;
    }

    .conter09 .u_zite li img {
        width: 100%;
        cursor: pointer;
    }
    .conter09 .u_zite li p {
        text-align: center;
        color: #0566b2;
        font-size:18px;
    }


.videoXF {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
}

.vdBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: .5;
    z-index: 100000;
}

.videoDiv {
    position: absolute;
    width: 680px;
    height: 440px;
    top: 50%;
    margin-top: -220px;
    left: 50%;
    margin-left: -340px;
    background: #000;
    z-index: 10000000;
}

    .videoDiv span {
        position: absolute;
        width: 30px;
        height: 30px;
        display: block;
        font-size: 30px;
        color: #fff;
        top: -35px;
        right: -10px;
        cursor: pointer;
    }












.conter10 {
    overflow: hidden;
    margin: 60px auto;
}

    .conter10 .conMain {
        margin-top: 0px;
    }

        .conter10 .conMain .course-system {
            width: 1004px;
            margin: 0 auto;
            background: #fff;
        }

        .conter10 .conMain .course-tabs {
            display: flex;
            gap: 24px;
            height: 51px;
        }

        .conter10 .conMain .course-tab {
            flex: 1;
            height: 51px;
            line-height: 51px;
            text-align: center;
            font-size: 24px;
            color: #fff;
            letter-spacing: 1px;
        }

            .conter10 .conMain .course-tab.active {
                background: #0068ad;
            }

            .conter10 .conMain .course-tab.gray {
                background: #b7b7b7;
            }

        .conter10 .conMain .course-tab {
            cursor: pointer;
        }

        /* 默认隐藏所有内容 */
        .conter10 .conMain .course-system > .inner {
            display: none;
        }

        /* 默认显示第一个 inner */
        .conter10 .conMain .course-system > .course-tabs + .inner {
            display: block;
        }
        .conter10 .conMain .course-system table{
            width:100%;
            border-collapse:collapse;
            box-sizing:border-box;
            margin-top:30px;
        }
        .conter10 .conMain .course-system table td {
            border: 1px solid #0566b2;
            text-align:center;
            font-size:18px;
            padding:5px 0;
        }
            .conter10 .conMain .course-system table tr:first-child td {
                background:#0566b2;
                text-align: center;
                font-size: 18px;
                color:#fff;
            }

.conter11 {
    background: url(/content/images/zhuanti_jp/jpyuke/jpyuke_65.jpg) center top no-repeat;
    height: 521px;
    margin-top: 30px;
}
    .conter11 .conMain {
        position: relative;
        height: 521px;
    }
    .conter11 a {
        position: absolute;
        top: 50px;
        left:50%;
        margin-left:-350px;
        font-size: 35px;
        font-weight: bold;
        width: 690px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        border-radius: 90px;
        background: #b6f4ff;
        cursor:pointer;
    }