img {
    display: block;
}

.neirong1 {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
}

.neirong1you {
    padding: 40px 0 54px 60px;
    background: #D9EFFF;
}
.neirong1you img{
    width: 100%;
}

.neirong1you > div:first-child {
    font-size: 35px;
    font-weight: 500;
    color: #0096FF;
    line-height: 42px;
    margin-bottom: 34px;
}

.neirong1zuo {
    padding-top: 14px;
}

.zuotext1 {
    display: flex;
    padding: 27px 0 27px 38px;
    background: url("../images/dian.png") left no-repeat;
}

.zuotext1 > div:first-child {
    font-size: 50px;
    font-weight: bold;
    color: #0096FF;
    line-height: 90px;
    margin-right: 38px;
}

.zuotext1 > div:last-child {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 90px;
}

/*.zuotext2 > div:first-child {
    font-size: 24px;
    color: #0096FF;
    line-height: 72px;

}

.zuotext2 > div:last-child {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}*/
.zuotext2 img{
    display: none;
    width: 100%;
}
.zuobian {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    width: 100%;
}



.neirong1 {
    border-left: 1px transparent solid;
    border-image: linear-gradient(to bottom, #EEEEEE, transparent) 1 5;
}


.neirong1zuo {
    /*background-image: linear-gradient(225deg, rgba(255,0,0,0) 70%, #0096ff);*/
    background:url("../images/jy.jpg") no-repeat left bottom;
    margin-left: -10px;
    background-size: 100%;
}


.about4 .w_lump1 .c_h1 {
    margin-bottom: 66px;
}

.about4 .w_lump1 .til {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    padding-bottom: 21px;
}

.about4 .w_lump1 .h4 {
    font-size: 18px;
    color: #999;
    line-height: 30px;
}

.about4 .w_lump1 .h4 em {
    font-size: 24px;
    color: #d7ba93;
}

.about4 .honor_box {
    position: relative;
    height: 210px;
    width: 1140px;
    top: 10px;
}

.about4 .w_lump1 .le > .fadeIn {
    position: relative;
    z-index: 55;
}

.about4 .honor_box p {
    position: absolute;
}

.about4 .honor_box .p1 {
    font-size: 24px;
    color: #333333;
    left: 0;
    top: 27px;
}

.about4 .honor_box .p2 {
    font-size: 14px;
    color: #dadada;
    left: 590px;
    top: 20px;
}

.about4 .honor_box .p3 {
    font-size: 24px;
    color: #666;
    left: 429px;
    top: 32px;
}

.about4 .honor_box .p4 {
    font-size: 28px;
    color: #ff8400;
    left: 134px;
    top: 82px;
}

.about4 .honor_box .p5 {
    font-size: 16px;
    color: #c6c6c6;
    left: 90px;
    top: 124px;
}

.about4 .honor_box .p6 {
    font-size: 14px;
    color: #bbbbbb;
    left: 739px;
    top: 62px;
}

.about4 .honor_box .p7 {
    font-size: 18px;
    color: #c6c6c6;
    left: 618px;
    top: 92px;
}

.about4 .honor_box .p8 {
    font-size: 33px;
    color: #cfb89c;
    left: 446px;
    top: 147px;
}

.about4 .w_lump2 {
    background: #fff;
    padding: 70px 70px 60px 48px;
}

.about4 .w_lump2 .le {

}

.about4 .course {
    position: relative;

}

.about4 .course .hd_hid {
    position: relative;
    background: #f5f5f5;
    height: 60px;
    display: flex;
    padding: 0 120px;
}

.about4 .course .hd_hid .next {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 60px;
    border-left: 1px solid #119af7;
    background: #f5f5f5;
    color: #0096FF;
    font-size: 20px;
    transition: .4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about4 .course .hd_hid .prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 60px;
    border-right: 1px solid #119af7;
    background: #f5f5f5;
    color: #0096FF;
    font-size: 20px;
    transition: .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.about4 .course .hd_hid .prev:before {
    transform: rotate(180deg);
}

.about4 .course .hd_hid .next:hover, .about4 .course .hd_hid .prev:hover {
    background-color: #0096FF;
    color: #fff;
}

.about4 .course .hd {
    overflow: hidden;
    padding-left: 90px;
}

.about4 .course .hd ul {
    overflow: hidden;
}

.about4 .course .hd li {
    float: left;
    letter-spacing: 2px;
    font-size: 24px;
    color: #999;
    position: relative;
    width: 78px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 26px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'di';
}

.about4 .course .hd li:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: #0096FF;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.about4 .course .hd li.on {
    color: #0096FF;
}

.about4 .course .hd li.on:after {
    width: 100%;
}

.about4 .course .hd li:hover {
    color: #0096FF;
}

.about4 .course .bd {
    padding-top: 90px;
    padding-left: 21.15%;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.about4 .course .bd p {
    margin-bottom: 25px;
}

.about4 .course .bd p:last-child {
    margin-bottom: 0;
}

.about4 .course .bd ul {
    padding-bottom: 120px;
    min-height: 200px;
}

.about4 .course .bd ul,
.about4 .course .bd li {
    position: relative;
}

.about4 .course .bd ul:before {
    position: absolute;
    left: -30px;
    top: 3px;
    display: block;
    height: 98%;
    width: 2px;
    content: "";
    background: #0096FF;
}

.about4 .course .bd ul:after {
    position: absolute;
    left: -30px;
    bottom: 0;
    display: block;
    height: 170px;
    width: 2px;
    content: "";
    background: #fff url("../images/abt4_tailString.png") no-repeat top center;
}

.about4 .course .bd li:after {
    position: absolute;
    left: -36px;
    top: 3px;
    display: block;
    height: 14px;
    width: 14px;
    content: "";
    background: url("../images/course-dian.png") no-repeat center;
    z-index: 5;
}

.about4 .course .bd .p_box {
    margin-bottom: 34px;
}


.about4 .course .bd .time {
    font-size: 20px;
    color: #d5d5d5;
    position: absolute;
    left: -25%;
    top: 0;
}


.honor_box {
    position: relative;
    top: 10px;
    width: 914px;

}
.honor_box p {
    position: absolute;
}

.honor_box .p1 {
    font-size: 24px;
    color: #333333;
    left: 32px;
    top: 27px;
}

.honor_box .p3 {
    font-size: 33px;
    color: #0166AD;
    left: 398px;
    top: 27px;
}

.honor_box .p4 {
    font-size: 37px;
    color: #0096FF;
    left: 195px;
    top: 82px;
}

.honor_box .p5 {
    font-size: 16px;
    color: #c6c6c6;
    left: 90px;
    top: 165px;
}

.honor_box .p6 {
    font-size: 16px;
    color: #bbbbbb;
    left: 660px;
    top: 86px;
}

.honor_box .p7 {
    font-size: 22px;
    color: #333333;
    left: 529px;
    top: 151px;
}

.honor_box .p8 {
    font-size: 24px;
    color: #333333;
    left: 405px;
    top: 210px;
}






@media (max-width: 1440px) {
    .about4 .course .bd {
        padding-top: 60px;
    }

    .about4 .course .hd {
        padding-left: 25px;
    }

    .about4 .course .hd li {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {

}

@media (max-width: 1230px) {
    .neirong1you > div:first-child {
        font-size: 24px;
        margin-bottom: 0;
    }

    .zuobian {
        flex-direction: column;
        padding-left: 0;
    }

    .zuotext2 {
        padding: 25px 25px 50px;
        /*padding: 0 25px 25px;*/
    }

    .neirong1you {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }

    .neirong1you > div {
        width: 70%;
        text-align: center;
        font-size: 36px;
    }

    .neirong1you > div:nth-child(2) {
        width: 30%;
    }

    .about4 .w_lump2 {
        padding: 50px 0 45px;
    }

    .about4 .course .bd .time {
        font-size: 18px;
    }

    .about4 .course .bd {
        padding-top: 40px;
    }
    .zuotext1 > div:last-child{
        font-size: 28px;
    }
    .zuotext1 > div:first-child {
        font-size: 30px;
    }
    .zuotext2 img{
        display: block;
    }
    .honor_box{
        display: none;
    }
}


@media (max-width: 1024px) {

    .neirong2 > div:first-child {
        font-size: 26px;
    }

    .neirong2 > div:last-child {
        font-size: 20px;
        line-height: 30px;
    }

    .neirong2 {
        top: 20%;
        left: 7.4%;
    }

    .footer1 {
        flex-direction: column;
    }

    .footeryou {
        text-align: right;
    }

    .neirong1img {
        margin-top: 35px;
    }
}

@media (max-width: 992px) {
    .zuodian {
        display: none;
    }

    .zuotext1 > div {
        font-size: 24px !important;
    }

    .zuotext2 {
        padding-bottom: 20px;
    }

    .neirong1zuo {
        padding: 30px;
    }

    .about4 .w_lump2 {
        padding: 25px 15px;
    }

    .about4 .course .hd_hid .next, .about4 .course .hd_hid .prev {
        width: 100px;
    }

    .about4 .course .hd_hid {
        padding: 0 100px;
    }
}

@media (max-width: 768px) {


}

@media (max-width: 767px) {
    .zuotext1 {
        flex-direction: column;
        padding: 15px 15px 15px 25px;
    }

    .zuotext1 > div:last-child, .zuotext1 > div:first-child {
        line-height: initial;
    }

    .zuotext2 > div:first-child {
        line-height: 40px;
        padding: 10px 0;
    }

    .zuotext2 {
        padding: 25px 0;
    }

    .neirong2 > div:first-child {
        font-size: 16px;
        margin-bottom: 5px
    }

    .neirong2 > div:last-child {
        font-size: 14px;
        line-height: 1;
    }


    .neirong1zuo {
        padding: 15px;
    }

    .about4 .course .bd {
        padding: 25px 0 10px 100px;
    }

    .about4 .course .bd .time {
        left: -115px;
    }

    .about4 .course .hd li {
        font-size: 16px;
        width: 51px;
        margin-right: 5px;
    }

    .about4 .course .hd_hid .next, .about4 .course .hd_hid .prev {
        width: 45px;
        height: 45px;
    }
    .about4 .course .hd li:after{
        height: 2px;
    }

    .neirong1you > div:first-child {
        line-height: 40px;
    }

    .about4 .course .hd {
        padding-left: 0;
    }

    .about4 .course .hd_hid {
        padding: 0 45px;
        height: 45px;
    }
    .about4 .course .hd li{
        height: 45px;
        line-height: 45px;
    }

    .about4 .course .bd ul:before {
        left: -20px;
    }

    .about4 .course .bd li:after {
        left: -26px;
    }

    .about4 .course .bd .time {
        left: -100px;
        font-size: 16px;
    }
    .about4 .course .bd ul{
        padding-bottom: 0;
    }
    .about4 .course .bd ul:after{
        left: -20px;
        bottom: -40px;
        background-position: bottom center;
        display: none;
    }
}

@media (max-width: 414px) {


}

@media (max-width: 375px) {


}
