@media only screen and (min-width: 769px) {
    .bodys {
        /*width: 100%;*/
        /*margin: 0 auto;*/
    }


    #banner-slider {
        width: 100%;
        /*height: 500px;*/
        overflow: hidden;
        position: relative;
        margin-top: 20px;
    }

    .banner-container {
        width: 300%;
        height: 100%;
        display: flex;
        transition: transform 0.5s;
    }

    .banner-slide {
        flex: 0 0 33.33%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-slide img {
        max-height: 100%;
        max-width: 100%;
    }

    .banner-navigation {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-navigation a {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 5px;
        text-align: center;
        line-height: 10px;
        font-size: 10px;
        color: #fff;
        text-decoration: none;
    }

    .banner-navigation a.active {
        background: #000;
    }

    #prevSlide,
    #nextSlide {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #ccc;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        text-decoration: none;
    }

    #prevSlide {
        left: 10px;
    }

    #nextSlide {
        right: 10px;
    }


    .classify {
        width: 1200px;
        margin: 20px auto;
        height: 120px;
        display: flex;
        justify-content: space-between;
    }

    .logoList {
        width: 280px;
        height: 120px;
        border-radius: 15px;
        border: 1px solid #CECECE;
    }

    .logoList img {
        /*width: 278px;*/
        /*height: 118px;*/
        /*padding: 20px;*/
        border-radius: 15px;
    }

    .jinxiaohezuo {
        width: 1200px;
        margin: 0 auto;
    }

    .title-list {
        height: 40px;
        line-height: 40px;
    }

    .fu-title {
        color: #FF6600;
        float: left;
        display: flex;
        font-weight: bold;
    }

    .fu-title div {
        margin-left: 10px;
    }

    .fu-title img {
        width: 24px;
        height: 24px;
        margin-top: 6px;
    }

    .fu-tab {
        float: left;
        display: flex;
    }

    .fu-tab div {
        margin-left: 20px;
    }

    .fu-tab div a {
        color: #333333;
        text-decoration: none;
    }

    .fu-desc {
        float: right;
        display: flex;
    }

    .fu-desc div {
        margin-right: 4px;
    }

    .fu-desc img {
        width: 24px;
        height: 24px;
        margin-top: 6px;
    }
    .fu-input1 {
        float: right;
        width: 380px;
        height: 40px;
        display: flex;
    }
    .fu-input1 input {
        width: 316px;
        height: 40px;
        border-radius: 10px 0 0 10px;
        border: 1px solid #D2D2D2;
        color: #B0B0B0;
        padding-left: 10px;
    }
    .fu-input1 div {
        width: 64px;
        border-radius: 0 10px 10px 0;
        background-color: #FF6600;
    }
    .fu-input1 div img {
        margin-top: 4px;
        margin-left: 20px;
    }

    /*.fu-input input {*/
        /*width: 316px;*/
        /*height: 40px;*/
        /*border-radius: 10px 0 0 10px;*/
        /*border: 1px solid #D2D2D2;*/
        /*color: #B0B0B0;*/
        /*padding-left: 10px;*/
    /*}*/

    .fu-input input:focus {
        outline: 1px solid #D2D2D2;
    }

    /*.fu-input div {*/
        /*width: 64px;*/
        /*border-radius: 0 10px 10px 0;*/
        /*background-color: #FF6600;*/
    /*}*/

    /*.fu-input div img {*/
        /*margin-top: 4px;*/
        /*margin-left: 20px;*/
    /*}*/

    .jinxiao-list {
        width: 1200px;
        height: 214px;
        margin: 20px 0;

        display: flex;
        justify-content: space-between;
    }

    .jinxiao-list img {
        width: 380px;
        height: 214px;
        border-radius: 5px;
    }

    .tuijiankecheng {
        width: 1200px;
        margin: 0 auto;
    }

    .kecheng-list {
        width: 100%;
        height: 580px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        margin: 20px 0;
    }

    .kecheng {
        width: 280px;
        height: 280px;
        border-radius: 10px;
        border: 1px solid #D2D2D2;
        position: relative;
        cursor: pointer;
    }

    .kecheng img {
        width: 100%;
        height: 158px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .kecheng-text {
        height: 30px;
        width: 100%;
        padding: 10px;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #010101;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .tuijianshuji {
        width: 1200px;
        margin: 0 auto;
    }

    .book-list {
        width: 100%;
        height: 280px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        margin: 20px 0;
    }

    .book {
        width: 280px;
        height: 280px;
        border-radius: 10px;
        border: 1px solid #D2D2D2;

    }

    .book .book-img {
        background-image: url(/img/biodo/jiaofu.png);
        border-radius: 5px 5px 0 0;
        height: 188px;
        display: flex;
        justify-content: center;
    }

    .book .book-img img {
        height: 100%;
        padding: 10px;
    }

    .book-text {
        width: 100%;
        height: 60px;
        padding: 10px;
        font-size: 14px;
    }

    .book-price {
        color: red;
        padding: 0 10px;
        float: left;
    }

    .book-pay {
        float: right;
        padding: 0 10px;
    }

    .zuixinzhengce {
        width: 1200px;
        margin: 20px auto;
    }

    .zhengce {
        width: 100%;
        height: 326px;
        margin: 20px 0;
    }

    .zhengce-left {
        float: left;
        width: 580px;

    }

    .zhengce-left img {
        width: 580px;
        height: 326px;
    }

    .zhengce-right {
        float: right;
        width: 580px;
    }

    .zhengce-right a {
        color: #333333;
    }

    .zhengce-list {
        height: 20px;
        margin: 16px 0;
    }

    .zhengce-desc {
        float: left;
        width: 486px;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zhengce-time {
        float: right;
    }

    .zc-search {
        cursor: pointer;
    }

    .course-search {
        cursor: pointer;
    }

    .book-search {
        cursor: pointer;
    }


    .awards-container {
        position: relative;
        /*overflow: hidden;*/
    }

    .awards-wrapper {
        display: flex;
        transition: transform 0.5s ease;
    }

    .award {
        /*flex: 0 0 12.5%;*/
        padding: 10px;
        box-sizing: border-box;
    }

    .award-image {
        width: 280px;
        height: 158px;
    }

    .prev-button,
    .next-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        color: #000;
        font-size: 24px;
        padding: 5px 10px;
        cursor: pointer;
    }

    .prev-button {
        left: 10px;
    }

    .next-button {
        right: 10px;
    }

}
