@media only screen and (max-width: 768px) {
    .bodys {
        width: 96%;
        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: 100px;*/
        height: 50px;
        border-radius: 15px;
        border: 1px solid #CECECE;
        line-height: 47px;
    }

    .logoList img {
        width: 98%;
        /*height: 118px;*/
        /*padding: 9px;*/
        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-input {
        float: right;
        width: 380px;
        /*height: 40px;*/
        display: flex;
    }

    .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;
        height: 40px;
        border-radius: 0 10px 10px 0;
        background-color: #FF6600;
        line-height: 32px;
    }

    .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: 100%;
        /*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-around;
        margin: 20px 0;
    }

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

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

    .kecheng-text {
        /*height: 122px;*/
        width: 100%;
        padding: 10px;
    }

    .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: 100%;
        /*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;
        background-size: cover;
        /*height: 188px;*/
        display: flex;
        justify-content: center;
    }

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

    .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: 0;
        padding-left: 6px;
        padding-right: 6px;
    }

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

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

    }

    .zhengce-left img {
        width: 100%;
        /*height: 326px;*/
    }

    .zhengce-right {
        float: right;
        width: 100%;
    }

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

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

    .zhengce-desc {
        float: left;
        width: 70%;
        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;*/
        clear: both;
    }

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

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

    .award-image {
        width: 110px;
        /*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;
    }
}
