* {
    box-sizing: border-box;
}


body {
    font-family: Arial;
    margin: 0;
    background-size: cover;
    background-attachment: fixed;
}




.shou {
    padding: 80px;
    text-align: center;
    color: rgb(255, 255, 255);
}


.shou h1 {
    font-size: 60px;
}

.navbar {
    overflow: hidden;
    background-color: #000000;
}

.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
}


.navbar a.right {
    float: right;
}

.navbar a:hover {
    background-color: #f5f1f1;
    color: black;
}


.row {
    display: flex;
    flex-wrap: wrap;
}


.side {
    -ms-flex: 30%;
    flex: 30%;
    color: #fff9f9;
    padding: 20px;
}


.main {
    -ms-flex: 70%;
    flex: 70%;
    color: #fff9f9;
    padding: 20px;
}


.dan{
    height:60px;
    background-color: #050505;
    width: 100%;
    padding: 20px;
    color: #ffec3c;
}
.you1{
    background-color: #050505;
    width: 100%;
    height:30px;
}


.di {
    padding: 20px;
    text-align: center;
    background: #666464;
    color: #ffffff;
}



.xiaodao img {
    width: 150px;
    height: 200px;

}

.swiper-container {
    float: left;
    width: 480px;
    height: 280px;
}

.bptp {
    width: 1200px;
    height: 280px;
}

.zy2 {
    background-color: #000000;
    width: 100%;
    padding: 20px;
    color: #7cfaf4;
}

.jieshao {
    line-height: 30px;
}

.jingli {
    line-height: 22px;
}

.zy2 {
    line-height: 30px;
}

* {
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 480px;
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container img {
    width: 480px;
    height: 280px;
}

.swiper-slide {
    float: left;
}

.swiper-wrapper {
    width: 999999999px;
    animation: myanimation 5s infinite;
    /* animation-direction: alternate; */
}

.section {
    color: #030303;
}

@keyframes myanimation {
    0% {
        transform: translateX(0px);
    }

    15% {
        transform: translateX(0px);
    }

    33% {
        transform: translateX(-480px);
    }

    50% {
        transform: translateX(-480px);
    }

    66% {
        transform: translateX(-960PX);
    }

    75% {
        transform: translateX(-960PX);
    }

    90% {
        transform: translateX(-1480PX);
    }

    100% {
        transform: translateX(-1480PX);
    }
    
}