@charset "utf-8";
#box {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
}

.index_box {
    width: 100%;
    margin: 0 auto;
    background-image: url("/home/images/body_bg.png");
}

.search-top {
    width: 92%;
    background-color: unset;
    margin: 0 auto;
    padding: 3% 4%;
    position: absolute;
    top: 0;
    z-index: 99;
}

.search-top .sh {
    width: 100%;
    font-size: 24px;
    margin: 0 auto;
    position: relative;
}

.search-top .sh .sh-icon {
    width: 100%;
    height: 28px;
    text-align: center;
    line-height: 64px;
    position: absolute;
    top: 0;
    center;
}

.search-top .sh .sh-icon a {
    font-size: 24px;
}

.search-top .sh .sh-icon img {
    padding-right: 2%;
}

.search-top .search {
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #fff;
    line-height: 64px;
    font-size: 24px;
    border-radius: 8px;
    color: #666;
    margin: 0 auto;
    -webkit-appearance: none;
}

.swiper-container {
    width: 100%;
    height: 520px;
    overflow: hidden;
    background-color: #c11b34;
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    border-radius: 20px;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.swiper-container .swiper-wrapper .swiper-slide-active {
    width: 100%;
}

.swiper-pagination {

}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 21px;
    height: 12px;
    background: #fff;
    border-radius: 6px;
}


.ind-course {
    margin: 0 auto;
    padding: 0 14px;
    overflow: hidden;
    zoom: 1;
    background: #c91437;
}

.ind-course .five {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    zoom: 1;
}

.ind-course .five dl {
    width: 25%;
    float: left;
}

.ind-course .five dt img {
    width: 88px;
    height: 88px;
}

.ind-course .five dd {
    padding-top: 10px;
}

.ind-course .five dl a {
    font-size: 24px;
    text-align: center;
    color: #333;
}

.dividing_line {
    width: 100%;
    height: 20px;
    background-color: #F6F6F6;
}

.Signin {
    width: 90%;
    background-color: #fff;
    border-radius: 12px;
    padding: 4% 3%;
    margin: 2% auto;
    overflow: hidden;
    zoom: 1;
}

.Signin .left {
    width: 70%;
    float: left;
}

.Signin .left .already {
    color: #FC722A;
    font-size: 28px;
    padding-right: 2%;

}

.Signin .left .already img {
    padding: 0 2% 2% 0;
}

.Signin .left .black {
    color: #666;
    font-size: 24px;
    border-left: 1px solid #666;
    padding-left: 2%;
}

.Signin .right {
    width: 30%;
    text-align: right;
    float: right;
}

.Signin .right img {
    padding: 0 2% 2% 0;

}

.Signin .right a {
    font-size: 24px;

}

.liveCon {
    width: 100%;
    padding-top: 25px;
    background-image: url(http://new-jnqg.oss-cn-beijing.aliyuncs.com/uploads/20201021/e5f9b8711c35fdd13e25a91f2989f077.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.liveTitle {
    width: 100%;
    line-height: 60px;
    margin: 2% auto;
    overflow: hidden;
    zoom: 1;
}

.liveBlock {
    width: 90%;
    padding: 2% 3%;
    border-radius: 12px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 10px 6px #00000040;
}

.liveTitle .left {
    width: 70%;
    float: left;
    font-size: 36px;
    color: #0d1929;
}

.liveTitle .left img {
    padding-left: 20px;
}

.liveTitle .right {
    width: 30%;
    text-align: right;
    float: right;
}

.liveTitle .right a {
    font-size: 22px;
    color: #fff;
    padding: 2% 12% 3% 12%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #0e8407;
}

.liveTeach {
    width: 100%;
    padding: 4% 0;
    margin: 0 auto;
}

.liveTeach dl {
    width: 100%;
    font-size: 0;
}

.liveTeach dt {
    width: 45%;
    height: 340px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.liveTeach dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}

.liveTeach dd {
    width: 52%;
    padding-left: 3%;
    display: inline-block;
    vertical-align: top;
}

.liveTeach dd .title {
    font-size: 28px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.liveTeach dd .des {
    height: 160px;
    margin: 32px 0;
    font-size: 20px;
    line-height: 32px;
    color: #888888;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.liveTeach dd .teacher {
    line-height: 40px;
}

.liveTeach dd .teacher .tit {
    color: #6f7a82;
    font-style: italic;
    font-size: 24px;
}

.liveTeach dd .teacher .value {
    color: #464f54;
    font-style: italic;
    font-size: 25px;
}

.courseCon {
    background-color: #dbffd9;
    padding: 16px 12px;
    padding-bottom: 28px;
    box-shadow: 0 6px 10px 0 #e8e8e8;
}

.courseTitle {
    overflow: hidden;
    padding: 0 14px;
    margin-top: 20px;
    zoom: 1;
    background-image: url(/home/images/title_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.courseTitle .left {
    width: 100%;
    font-size: 38px;
    margin: 20px 0;
    margin-top: 0;
    line-height: 120px;
    font-weight: bold;
    color: #0e8407;
    position: relative;
    text-align: center;
}

.courseTitle .left .more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #0e8407;
}

.courseTitle .right {
    width: 30%;
    text-align: right;
    float: right;
}

.courseTitle .right a {
    font-size: 22px;
    color: #888;

}

.course {
    background: #fff;
    padding: 50px 30px;
    border-radius: 8px;
}

.course2 {
    background: #fff;
    padding: 30px 10px;
    border-radius: 8px;
}

.course li {
    width: 100%;
    margin: 0 auto 4% 0;
}

.course dl {
    width: 100%;
    font-size: 0;
}

.course dt {
    width: 49%;
    height: 0;
    padding-bottom: 30%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.course dt img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    position: absolute;
}

.course dd {
    width: 48%;
    padding-left: 3%;
    display: inline-block;
    vertical-align: middle;
}

.course dd .title {
    font-size: 24px;
    color: #000524;
}

.course dd .des {
    padding: 4% 0 4% 0;
    font-size: 20px;
    line-height: 35px;
    color: #888888;
}

.course dd .num {
    line-height: 40px;
}

.course .num span img {
    padding-right: 5px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.course .num span {
    padding-right: 4px;
}

.weekCon {
    width: 90%;
    background-color: #fff;
    padding: 0 3%;
    border-radius: 12px;
    margin: 2% auto 5% auto;
}

.recommend {
    width: 100%;
    padding: 3% 0;
    margin: 0 auto;
}

.recommend li {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 4%;
    margin: 4% auto 2% 0;
}

.recommend dl {
    width: 100%;
    font-size: 0;
}

.recommend dt {
    width: 21%;
    height: 0;
    padding-bottom: 28%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.recommend dt img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}

.recommend dd.nr {
    width: 60%;
    padding-left: 3%;
    display: inline-block;
    vertical-align: middle;
}

.recommend dd .title {
    font-size: 26px;
    color: #000524;
}

.recommend dd .des {
    padding: 4% 0 4% 0;
    font-size: 20px;
    line-height: 35px;
    color: #888888;
}

.recommend dd .num {
    line-height: 40px;
}

.recommend .num span img {
    padding-right: 2%;
}

.recommend .num span {
    padding-right: 5%;
}

.recommend dd.jt {
    width: 10%;
    padding-left: 3%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}


.swiper-container2 {
    width: 94%;
    margin: 3% auto;
    overflow: hidden;
}

.swiper-container2 .swiper-slide {
    width: 30%;
    margin: 20px 0;
    float: left;
}

.swiper-container2 .swiper-wrapper li dl {
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
}

.swiper-container2 .swiper-wrapper li dl dt {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-container2 .swiper-wrapper li dl img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}

.swiper-container2 .swiper-wrapper dl dd {
    width: 100%;
}

.swiper-container2 .swiper-wrapper dl .name {
    font-size: 28px;
    height: 76px;
    color: #333;
    padding: 2% 2%;
}

.swiper-container2 .swiper-wrapper dl .price {
    font-size: 28px;
    color: #FF771E;
    padding: 0 2%;
    font-weight: bold;
}

.swiper-container2 .swiper-wrapper dl .word {
    width: 96%;
    font-size: 0;
    padding: 2% 0 4% 2%;
}

.swiper-container2 .swiper-wrapper dl .word .des {
    width: 79%;
    color: #888;
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
}

.swiper-container2 .swiper-wrapper dl .word .dh {
    width: 20%;
    font-size: 22px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #FF771E;
    display: inline-block;
    vertical-align: top;
    background-color: #FFF7F2;
    color: #FF771E;
}

.ind-course-reco {
    width: 90%;
    margin: 0 auto 3% auto;
    padding: 2% 3%;
    border-radius: 12px;
    background-color: #fff;
}

.ind-course-reco ul {
    width: auto;
    margin: 4.5% -4% 1% 0;
    overflow: hidden;
    zoom: 1;
}

.ind-course-reco ul li {
    width: 46%;
    float: left;
    margin: 0 4% 0 0;
}

.ind-course-reco dl {
    width: 100%;
    padding-bottom: 2%;
}

.ind-course-reco dl dt {
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgba(209, 209, 209, 0.5);
    border-radius: 5px;
    height: 0;
    padding-bottom: 66.7%;
    overflow: hidden;
    position: relative;
}

.ind-course-reco dl dt img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}

.ind-course-reco dl .title {
    font-size: 26px;
    text-align: center;
    color: #001128;
    padding: 30px 0;
}

.ind-zhuanti-reco ul li {
    width: 48%;
    display: inline-block;
    margin: 0 1%;
    vertical-align: middle;
}

.ind-zhuanti-reco dl {
    width: 100%;
    padding-bottom: 2%;
}

.ind-zhuanti-reco dl dt {
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgba(209, 209, 209, 0.5);
    border-radius: 5px;
    height: 0;
    padding-bottom: 66.7%;
    overflow: hidden;
    position: relative;
}

.ind-zhuanti-reco dl dt img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}

.ind-zhuanti-reco dl .title {
    font-size: 24px;
    text-align: left;
    color: #001128;
    margin: 12px 0 15px 0;
    height: 64px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


body {
    background-color: #F6F6F6;
}

.box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.features {
    width: 94%;
    background-color: #fff;
    border-radius: 12px;
    padding: 4% 3%;
    margin: 2% auto;
    overflow: hidden;
    zoom: 1;
}

.features_title {
    color: #333;
    font-size: 36px;
}

.features_title > a {
    color: #333;
    font-size: 36px;
}

.features_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 36px;
}

.features_pic {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.features_pic > img {
    width: 100%;
    height: 100%;
}

.text {
    position: absolute;
    color: white;
    font-size: 36px;
    z-index: 2;
    top: 50%;
    line-height: 50px;
    margin-top: -25px;
    width: 100%;
    text-align: center;
}


.jpkc {
    width: 96%;
    padding: 0 2%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.jpkc ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.jpkc ul .nine1 {
    width: 42%;
}

.jpkc ul .nine2 {
    width: 29%;
}

.jpkc ul .nine3 {
    width: 26%;
}

.jpkc ul li {
    float: left;
    text-align: center;
    margin: 0 1% 1% 0;
}

.jpkc .nine-mk a {
    font-size: 26px;
    color: #fff;
}

.jpkc .nine-mk dl {
    width: 100%;
    float: left;
    position: relative;
}

.jpkc .nine-mk .nine1 dt {
    width: 100%;
    height: 0;
    padding-bottom: 37.78%;
    overflow: hidden;
    position: relative;
}

.jpkc .nine-mk .nine2 dt {
    width: 100%;
    height: 0;
    padding-bottom: 54.72%;
    overflow: hidden;
    position: relative;
}

.jpkc .nine-mk .nine3 dt {
    width: 100%;
    height: 0;
    padding-bottom: 61.06%;
    overflow: hidden;
    position: relative;
}

.jpkc .nine-mk dt img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}

.jpkc .nine-mk .nine1 dd {
    width: 100%;
    padding: 5% 0 0 6%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
    font-family: PingFangSC-Medium;
}

.jpkc .nine-mk .nine2 dd {
    width: 100%;
    padding: 7% 0 0 10%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
    font-family: PingFangSC-Medium;
}

.jpkc .nine-mk .nine3 dd {
    width: 100%;
    padding: 8% 0 0 10%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
    font-family: PingFangSC-Medium;
}