* {
    margin: 0;
    padding: 0;
}

.bg {
    background: url("../images/a.jpg")no-repeat top center;
    background-size: cover;
}

.logo {
    width: 275px;
    height: 90px;
    background: url("../images/LOGO.png") no-repeat;
    background-size: cover;
    margin: 40px auto;
}

.Message-box {
    position: relative;
    height: 290px;
    margin-top: 900px;
}

.Message {
    display: block;
    width: 1150px;
    height: 265px;
    background-color: #facc9a;
    margin-left: 50px;
}

.Message-content {
    position: absolute;
    width: 1150px;
    height: 265px;
    background-color: #ffebd6;
    right: 25px;
    top: 25px;
}

.Message-font {
    padding: 30px 50px;
    line-height: 35px;
}

.Page-core {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#swiper {
    position: relative;
    width: 99%;
    margin: 105px auto 0;
    border: 1px solid #ffebd6;
    display: block;
}

#swiper2 {
    display: none;

}

.swiper-container {
    width: 93%;
    height: 300px;
    padding: 20px 0;
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-slide div {
    position: absolute;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(#00000017, #588ba6);
    left: 0;
    bottom: 0;
}

.swiper-slide div>p {
    width: 80%;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: white;
}

.knowledge {
    width: 100%;
    margin: 50px auto 0;
}

.knowledge ul {
    width: 93%;
    margin: 0 auto;
    height: 400px;
    /* background-color: rgb(0, 255, 76); */
}

.knowledge ul li {
    list-style-type: none;
    background: url(../images/b.jpg) no-repeat;
    width: 350px;
    height: 75px;
    float: left;
    margin: 70px 30px 0 0;
    position: relative;
}

.knowledge ul li:nth-child(3),
.knowledge ul li:nth-child(6) {
    margin: 70px 5px 0 0;
}

.knowledge ul li p {
    width: 130px;
    line-height: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 0 30px;
    color: #1370ab;
    font-weight: 900;
}

@media screen and (max-width: 376px) {
    .bg {
        width: 100%;
        background: url("../images/ac_01.jpg") no-repeat top center;
        background-color: #eff0e3;
    }

    .Message {
        display: none;
    }

    .Message-content {
        position: initial;
        width: 100%;
        height: 100% !important;
    }

    .Message-font {
        padding: 20px;
    }


    .Message-box {
        margin-top: 300px;
        height: 100% !important;
    }

    .Page-core {
        width: 100%;
    }

    #swiper2 {
        display: block;
        margin-top: 40px;
    }

    #swiper {
        display: none;
    }

    .logo {
        width: 150px;
        height: 50px;
        margin-top: 15px;
    }

    .knowledge {
        width: 100%;
        margin: 0 auto 0;
    }

    .knowledge ul li {

        margin: 35px auto 0 !important;
    }

    .swiper-pagination {
        bottom: 0 !important;
    }
}