.section {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.section .warp {
    margin: 145px 0 0 0;
    display: flex;
    justify-content: center;
}

.section .warp .the_left{
    position: relative;
    width: 622px;
    height: 624px;
    margin: 54px 100px 0 0;
}
.section .warp .the_left .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 622px;
    height: 624px;
}
.section .warp .the_left .bg img{
    width: 622px;
    height: 624px;
    position: absolute;
    top: 0;
    left: 0;
}
.section .warp .the_left .bg_animate{
    height: 0;
    overflow: hidden;
}
.section .warp .stroke {
    width: 622px;
    height: 624px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}
.section .warp .the_left .animate{
    width: 622px;
    height: 624px;
}
.section .warp .stroke .stroke_bg{
    width: 2960px;
    height: 2800px;
    position: absolute;
    top: 107%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.5);
}
.section .warp .stroke:first-child .stroke_bg{
    filter: grayscale(0.2) brightness(0.5);
}
.section .warp .stroke img {
    position: absolute;
    top: 0;
    left: 0;
    width: 822px;
    height: 824px;
}

.section .warp .stroke .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 822px;
    height: 0;
    overflow: hidden;
}

.section .warp .stroke .picture img {
    width: 822px;
    height: 824px;
    position: absolute;
    top: 0;
    left: 0;
}

.section .warp .content {
    width: 768px;
}

.section .warp .content .title p {
    font-size: 42px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
    display: block;
    margin: 0 0 27px 0;
}

.section .warp .content .title span {
    width: 535px;
    font-size: 62px;
    font-family: Roboto;
    font-weight: 500;
    color: #013CBA;
    line-height: 63px;
    display: none;
}

.section .warp .content .pick {
    margin: 80px 0 87px 0;
}

.section .warp .content .pick p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #313131;
    line-height: 32px;
}

.section .warp .figure {
    width: 387px;
}

.section .warp .figure .item {
    border-top: 1px solid rgba(229, 229, 229, 1);
    padding: 22px 0 35px 0;
    display: flex;
    justify-content: space-between;
}

.section .warp .figure .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4F4F4F;
}

.section .warp .figure .item .number {
    display: flex;
    align-items: center;
}

.section .warp .figure .item .number span {
    font-size: 38px;
    font-family: Futura Md BT;
    font-weight: bold;
    color: #013CBA;
}

.section .warp .figure .item .number span:nth-child(1) {
    min-height: 50px;
}

.section .warp .figure .item .number span:nth-child(2) {
    font-size: 14px;
    margin: 13px 0 0 5px;

}

.section .warp .figure .item:first-child .number span:first-child {
    min-width: 94px;
}

.section .warp .figure .item:nth-child(2) .number span:first-child {
    min-width: 70px;
}

.section .warp .figure .item:nth-child(3) .number span:first-child {
    min-width: 91px;
}

.section2 {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.section2 .warp {
    margin: 100px 0 0 0;
}

.section2 .warp .title {
    width: 100%;
    padding: 0 178px;
    margin: 0 0 104px 0;
}

.section2 .warp .title span {
    font-size: 42px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
    display: block;
    margin: 0 0 48px 0;
}

.section2 .warp .title p {
    width: 848px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #313131;
    line-height: 35px;
}

.section2 .warp .content {
    width: 100%;
}

.section2 .warp .content .culture {
    width: 218%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.section2 .warp .content .culture .swiper-slide img {
    width: 100%;
}

.section2 .warp .content .culture_paging {
    position: static;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 58px auto;
}

.section2 .warp .content .culture_paging .line {
    width: 48px;
    height: 3px;
    background: #DDDDDD;
    margin: 0 5px 0 0;
    position: relative;
    overflow: hidden;
}

.section2 .warp .content .culture_paging .line:last-child {
    margin: 0;
}

.section2 .warp .content .culture_paging .line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 60, 186, 1);
    transform: translateX(-101%);
}

.section2 .warp .content .culture_paging .active:after {
    animation: 3s linear linear forwards;
}

@keyframes linear {
    100% {
        transform: translateX(0);
    }
}

.section3 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.section3 .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.section3 .warp {
    margin: 158px 0 109px 0;
    position: relative;
    z-index: 1;
}

.section3 .warp .title {
    text-align: center;
}

.section3 .warp .title span {
    font-size: 42px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
    margin: 0 0 26px 0;
    display: block;
}

.section3 .warp .title p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #313131;
}

.section3 .warp .content {
    margin: 114px 0 0 0;
    display: flex;
    justify-content: center;
}

.section3 .warp .content .item {
    width: 308px;
    margin: 0 50px 0 0;
    cursor: pointer;
}

.section3 .warp .content .item .letter {
    position: relative;
    height: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 53px 0;
}

.section3 .warp .content .item .letter .picture {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    opacity: 0;
    transition: 1s;
}

.section3 .warp .content .item .stroke_picture {
    transition: 0.6s;
}

.section3 .warp .content .active .letter .picture {
    opacity: 1;
}

.section3 .warp .content .active .stroke_picture {
    opacity: 0;
}

.section3 .warp .content .item .letter .picture .picture_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 350%;
    height: 159%;
    background-position: left bottom;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.section3 .warp .content .item .text {
    margin: 52px 0 0 0;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: 1s;
}

.section3 .warp .content .active .text{
    opacity: 1;
    transform: translateY(0);
}

.section3 .warp .content .item .text span {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
    margin: 0 0 44px 0;
    display: block;
}

.section3 .warp .content .item .text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 32px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section3 .warp .content .item_1 .letter .picture {
    width: 25px;
    height: 141px;
}

.section3 .warp .content .item_1 .letter .picture .picture_bg {
    width: 374px;
}

.section3 .warp .content .item_2 .letter .picture {
    width: 107px;
    height: 143px;
}

.section3 .warp .content .item_3 .letter .picture {
    width: 97px;
    height: 143px;
    top: 47%;
}

.section3 .warp .content .item_4 .letter .picture {
    width: 131px;
    height: 143px;
}

/* 字母效果 */
@keyframes move {
    0% {
        background-position: left bottom;
    }
    50% {
        background-position: right bottom;
    }
    100% {
        background-position: left bottom;
    }
}

.section4 {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
}

.section4 .background {
    width: 100%;
    /*height: 1428px;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section4 .warp {
    margin: 129px auto 159px;
}

.section4 .warp .title{
    width: fit-content;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section4 .warp .title .text{
    margin: 0 660px 0 0;
}
.section4 .warp .title .text span{
    font-size: 42px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
}
.section4 .warp .title .text .text_button{
    margin: 75px 0 0 0;
    display: flex;
}
.section4 .warp .title .text .text_button .circle{
    width: 49px;
    height: 49px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    cursor: pointer;
    transition: 0.6s;
}
.section4 .warp .title .text .text_button .circle .iconfont{
    font-size: 12px;
    color: #202020;
    transition: 0.6s;
}
.section4 .warp .title .text .text_button .circle:first-child{
    transform: rotate(180deg);
}
.section4 .warp .title .text .text_button .circle:last-child{
    margin: 0;
}
.section4 .warp .title .text .text_button .circle:hover{
    background: rgba(17, 76, 191, 1);
}
.section4 .warp .title .text .text_button .circle:hover .iconfont{
    color: #fff;
}
.section4 .warp .title .honor{
    width: 720px;
}

.section4 .warp .title .honor .swiper-slide .picture{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 255px;
    max-width: 183px;
}

.section4 .warp .title .honor .swiper-slide .picture img {
    width: 100%;
    max-height: 100%;
}

.section4 .warp .content{
    margin: 277px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.section4 .warp .content .honor_2{
    width: 930px;
    margin: 0 542px 0 0;
}
.section4 .warp .content .honor_2 .swiper-slide .picture{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 235px;
    max-width: 183px;
}
.section4 .warp .content .honor_2 .swiper-slide .picture img{
    width: 100%;
}
.section4 .warp .content .figure{
    position: relative;
    left: -35px;
}
.section4 .warp .content .figure .item{
    margin: 0 0 86px 0;
}
.section4 .warp .content .figure .item .number span{
    font-size: 42px;
    font-family: Futura Md BT;
    font-weight: bold;
    color: #AC0D14;
    position: relative;
    width: 47px;
    display: block;
}
.section4 .warp .content .figure .item .number span:after{
    content: attr(data-text);
    position: absolute;
    bottom: 10px;
    right: -37px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.section4 .warp .content .figure .item .number p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 8px 0 0 0;
}

.section4 .warp .patent{
    margin: 256px auto 0;
    width: 1523px;
}
@media screen and (max-width: 1920px) {
    .section4 .background{
        height: 1433px;
    }
    .section4 .warp {
        margin: 34px auto 187px;
    }
    .section4 .warp .content{
        margin: 137px 0 0 0;
    }
    .section4 .warp .patent{
        margin: 83px auto 0;
        width: 1523px;
    }
}
.section4 .warp .patent .headline{
    display: flex;
    align-items: center;
}
.section4 .warp .patent .headline p{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
}
.section4 .warp .patent .headline .text_button{
    display: flex;
    margin: 0 0 0 66px;
}
.section4 .warp .patent .headline .text_button .circle{
    width: 49px;
    height: 49px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    cursor: pointer;
    transition: 0.6s;
}
.section4 .warp .patent .headline .text_button .circle:first-child{
    transform: rotate(180deg);
}
.section4 .warp .patent .headline .text_button .circle .iconfont{
    font-size: 12px;
    color: #202020;
    transition: 0.6s;
}
.section4 .warp .patent .headline .text_button .circle:hover{
    background: rgba(17, 76, 191, 1);
}

.section4 .warp .patent .headline .text_button .circle:hover .iconfont{
    color: #fff;
}
.section4 .warp .patent .certificate{
    margin: 92px 0 0 0;
    width: 95%;
    height: 248px;
}
.section4 .warp .patent .certificate .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section5 {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.section5 .warp {
    margin: 106px auto 184px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section5 .warp .left {
    margin: 0 209px 0 0;
    display: flex;
}

.section5 .warp .left .about_course {
    width: 145px;
    height: 700px;
}

.section5 .warp .left .about_course .swiper-slide span {
    font-size: 60px;
    font-family: Futura Md BT;
    font-weight: 500;
    color: #EBEDEE;
    transition: 0.6s;
    cursor: pointer;
}

.section5 .warp .left .about_course .swiper-slide-active span{
    color: #013CBA;
}

.section5 .warp .left .picture{
    width: 9px;
    height: 567px;
    position: relative;
    transform: translateY(14%);
    margin: 0 0 0 74px;
}
.section5 .warp .left .picture img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section5 .warp .right {
    width: 485px;
}

.section5 .warp .right .title {
    font-size: 42px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
    margin: 0 0 54px 0;
}

.section5 .warp .right .about_course_text {
    width: 485px;
    padding: 0 0 25px 0;
}

.section5 .warp .right .about_course_text .joke {
    transform: translateY(25px);
    opacity: 0;
    transition: 1s;
}

.section5 .warp .right .about_course_text .swiper-slide-active .joke {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.section5 .warp .right .about_course_text .joke p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #303030;
}

.section5 .warp .right .about_course_text .joke .picture {
    width: 100%;
    height: 277px;
    margin: 137px 0 0 0;
}

.section5 .warp .right .about_course_text .joke .picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section6 {
    width: 100%;
    overflow: hidden;
}

.section6 .warp {
    width: 1504px;
    margin: 100px auto 152px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.section6 .warp:after{
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 80%;
    background: #F7F7F8;
    z-index: -1;
}

.section6 .warp .picture {
    margin: 0 0 0 140px;
    width: 391px;
    display: none;
}

.section6 .warp .picture img {
    width: 100%;
}
.section6 .warp .text{
    text-align: right;
}
.section6 .warp .text span{
    font-size: 42px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
    text-align: right;
}
.section6 .warp .text .pick {
    margin: 126px 82px 43px 0;
    width: 1384px;
    padding: 0 0 0 80px;
}
.section6 .warp .text .pick p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #313131;
    line-height: 35px;
    text-align: justify;
}
.section6 .warp .text .pick .line{
    /*display: flex;*/
    align-items: center;
    justify-content: flex-end;
    margin: 64px 0 0 0;
    display: none;
}
.section6 .warp .text .pick .line div{
    width: 144px;
    height: 1px;
    background: #BEBEBE;
    margin: 0 40px 0 0;
}
.section6 .warp .text .pick .line h2{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #202020;
}
@media screen and (max-width: 1856px) {
    .section .warp .stroke,.section .warp .stroke img,.section .warp .stroke .picture img{
        width: 700px;
        height: 700px;
    }
    .section .warp .stroke .picture{
        width: 700px;
    }
    .section .warp {
        justify-content: center;
    }
}
@media screen and (max-width: 1792px) {

}
@media screen and (max-width: 1680px) {
    .section .warp .stroke,.section .warp .stroke img,.section .warp .stroke .picture img{
        width: 550px;
        height: 550px;
    }
    .section .warp .stroke .picture{
        width: 550px;
    }
}
@media screen and (max-width: 1600px) {
    .section4 .warp .title .text {
        margin: 0 470px 0 0;
    }
    .section4 .warp .title .honor {
        width: 628px;
        position: relative;
        left: 50px;
    }
    .section4 .warp .content .honor_2 {
        width: 815px;
        margin: 0 349px 0 0;
    }
    .section4 .warp .patent{
        width: 85%;
    }
    .section .warp .content {
        width: 659px;
    }
    .section6 .warp{
        width: 85%;
    }
    .section6 .warp .text .pick{
        width: 90%;
        margin: 60px auto;
        padding: 0;
    }
    .section6 .warp:after{
        bottom: 34px;
    }
    .section4 .warp .patent .certificate{
        margin: 30px 0 0 0;
    }
    .section4 .warp .patent{
        margin: 184px auto 0;
    }
    .section6 .warp .text span{
        position: relative;
        left: -5%;
    }
}
@media screen and (max-width: 1440px) {
    .section .warp .stroke,.section .warp .stroke img,.section .warp .stroke .picture img{
        width: 480px;
        height: 480px;
    }
    .section .warp .stroke .picture{
        width: 480px;
    }
    .section .warp .stroke{
        margin: 54px 100px 0 0;
    }
    .section .warp .content {
        width: 674px;
    }
    .section3 .warp .content .item{
        width: 258px;
    }
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1025px) {
    .section .warp{
        width: 90%;
        margin: 0 auto 55px;
        flex-direction: column;
    }
    .section .warp .stroke{
        margin: 40px auto ;
        width: 100%;
        transform: scale(1);
    }
    .section .warp .stroke, .section .warp .stroke img, .section .warp .stroke .picture img{
        width: 100%;
        height: 100%;
    }
    .section .warp .stroke .picture{
        width: 100%;
        height: 100%!important;
    }
    .section .warp .content .title span{
        width: 100%;
        font-size: 30px;
        line-height: 37px;
    }
    .section .warp .content{
        width: 100%;
    }
    .section .warp .content .title p{
        margin: 0 0 16px 0;
    }
    .section .warp .content .pick {
        margin: 38px 0 30px 0;
    }
    .section .warp .content .pick p{
        font-size: 13px;
        line-height: 30px;
    }
    .section .warp .figure{
        width: 100%;
    }
    .section .warp .figure .item{
        flex-direction: column;
        padding: 22px 0 29px 0;
    }
    .section .warp .figure .item .number{
        margin: 10px 0 0 0;
    }
    .section .warp .figure .item:nth-child(3) .number span:first-child {
        min-width: 97px;
    }
    .section2 .warp{
        width: 90%;
        margin: 10px auto 50px;
    }
    .section2 .warp .title{
        padding: 0;
        margin: 0;
    }
    .section2 .warp .title span{
        font-size: 28px;
        text-align: center;
        margin: 0 0 21px 0;
    }
    .section2 .warp .title p{
        width: 100%;
        font-size: 14px;
        line-height: 29px;
        text-align: center;
    }
    .section2 .warp .content{
        margin: 40px 0 0 0;
    }
    .section2 .warp .content .culture{
        width: 100%;
    }
    .section2 .warp .content .culture_paging{
        margin: 30px auto;
        width: 100%;
    }
    .section2 .warp .content .culture_paging .line{
        width: 10%;
    }
    .section2 .warp .content .culture_paging span:after{
        opacity: 0;
    }
    .section2 .warp .content .culture_paging .active:after{
        opacity: 1;
    }
    .section3 .background{
        height: 100%;
    }
    .section3 .warp{
        width: 90%;
        margin: 20px auto 17px;
    }
    .section3 .warp .title span{
        font-size: 28px;
        margin: 0 0 18px 0;
    }
    .section3 .warp .content{
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 75px 0 0 0;
    }
    .section3 .warp .content .item{
        margin: 0 auto 70px;
    }
    .section3 .warp .content .item .stroke_picture {
        opacity: 0;
    }
    .section3 .warp .content .item .letter .picture {
        opacity: 1;
    }
    .section3 .warp .content .item .text {
        opacity: 1;
        transform: translateY(0);
        margin: 0;
    }
    .section3 .warp .content .item .text span{
        margin: 0 0 20px 0;
    }
    .section3 .warp .content .item .letter{
        margin: 0 0 30px 0;
    }
    .section4 .warp{
        width: 90%;
        margin: 34px auto 18px;
    }
    .section4 .warp .title .text span{
        font-size: 28px;
    }
    .section4 .warp .title .text .text_button {
        margin: 32px 0 0 0;
    }
    .section4 .warp .title .text{
        margin: 0;
    }
    .section4 .warp .title{
        width: 100%;
        flex-direction: column;
        align-items: unset;
    }
    .section4 .warp .title .honor{
        width: 100%;
        left: 0;
        margin: 35px 0 0 0;
    }
    .section4 .warp .title .honor .swiper-slide .picture{
        min-height: fit-content;
        max-width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section4 .background{
        display: none;
    }
    .section4 .warp .content{
        flex-direction: column-reverse;
        align-items: unset;
        margin: 27px 0 0 0;
    }
    .section4 .warp .content .honor_2{
        width: 100%;
        margin: 0;
    }
    .section4 .warp .content .honor_2 .swiper-slide .picture{
        min-height: fit-content;
        max-width: fit-content;
    }
    .section4 .warp .content .figure{
        left: 0;
        display: flex;
    }
    .section4 .warp .content .figure .item{
        margin: 0 50px 50px 0;
    }
    .section4 .warp .content .figure .item .number p{
        font-size: 14px;
    }
    .section4 .warp .content .figure .item .number span:after{
        font-size: 14px;
        right: -28px;
    }
    .section4 .warp .patent{
        width: 100%;
        margin: 59px auto 0;
    }

    .section4 .warp .patent .certificate{
        width: 100%;
    }
    .section5 .warp {
        width: 90%;
        margin: 76px auto 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section5 .warp .left{
        display: none;
    }
    .section5 .warp .right{
        width: 100%;
    }
    .section5 .warp .right .title{
        font-size: 28px;
        margin: 0 0 47px 0;
    }
    .section5 .warp .right .about_course_text .swiper-wrapper{
        transform: none!important;
        flex-direction: column;
    }
    .section5 .warp .right .about_course_text .swiper-wrapper .swiper-slide{
        pointer-events: auto!important;
    }
    .section5 .warp .right .about_course_text .swiper-wrapper .swiper-slide:not(:last-child){
        margin: 0 0 60px 0;
    }
    .section5 .warp .right .about_course_text .swiper-slide .joke {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.5s;
    }
    .section5 .warp .right .about_course_text{
        width: 100%;
        padding: 0;
    }
    .section5 .warp .right .about_course_text .joke .picture {
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
    }
    .section5 .warp .right .about_course_text .joke p{
        font-size: 14px;
        line-height: 25px;
    }
    .section6 .warp{
        width: 90%;
        margin: 35px auto 30px;
    }
    .section6 .warp .text{
        text-align: left;
    }
    .section6 .warp .text span{
        left: 0;
        font-size: 28px;
    }
    .section6 .warp .text .pick{
        width: 100%;
        margin: 30px 0;
    }
    .section6 .warp .text .pick p{
        font-size: 13px;
        line-height: 30px;
    }
    .section6 .warp:after{
        display: none;
    }
}
