@charset "utf-8";

/* 首页 */

#main {
    height: 100vh;
}

.ind_new {
    position: fixed;
    z-index: 10;
    bottom: 55px;
    background: rgba(21, 21, 21, 0.58);
    width: 100%;
    left: 0;
}

.ind_new li {
    width: 30%;
    padding: 10px 0;
}

.ind_new li .n_l {
    width: 27.5%;
}

.ind_new li .n_r {
    flex: 1;
    padding-left: 10px;
}

.ind_new li .imgs {
    padding-bottom: 68.9%;
}

.ind_new li .n_r .h3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}

#foot {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(21, 21, 21, 0.58);
    width: 100%;
}

#foot .foot {
    padding-top: 15px;
    padding-bottom: 15px;
}

@keyframes animScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes animScale {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes animScale {
    0% {
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.2);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@-moz-keyframes animScale {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes animScale {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.2);
    }
    100% {
        -o-transform: scale(1);
    }
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {
    .swiper-banner .swiper-slide .ban_h1 {
        font-size: 20px;
    }
    .swiper-banner .swiper-slide .ban_h2 {
        font-size: 36px;
    }
    .swiper-banner .ban_hdpad {
        bottom: 168px;
    }
    .ban-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .ind_new li .n_r .h3 {
        -webkit-line-clamp: 1;
    }
}

.ind_new li .n_r span {
    -webkit-line-clamp: 1;
    font-weight: bold;
}

@media screen and (max-width:960px) {
    .swiper-banner .swiper-slide .ban_h1 {
        font-size: 18px;
    }
    .swiper-banner .swiper-slide .ban_h2 {
        font-size: 32px;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:600px) {
    .ind_new {
        position: relative;
        bottom: auto;
        background: #fff;
    }
    .ind_new ul {
        padding: 10px 0;
    }
    .ind_new li {
        width: 100%;
        padding: 10px 0;
    }
    .ind_new li .n_r {
        color: #333;
    }
    .ind_new li .n_r .h3 {
        -webkit-line-clamp: 2;
    }
    #main {
        height: auto;
        overflow: hidden;
    }
    #foot {
        background: rgba(21, 21, 21, 0.9);
    }
    .ban_dup {
        position: absolute;
        bottom: 70px;
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        text-align: center;
        color: #fff;
        z-index: 20;
        cursor: pointer;
    }
    .ban_dup span {
        width: 30px;
        height: 30px;
        background: url(../images/down_ico.png) no-repeat center center;
        background-size: 100%;
        animation: downup 1s infinite;
        -webkit-animation: downup 1s infinite;
        display: block;
    }
    @keyframes downup {
        from {
            transform: translate(0, 0);
        }
        60% {
            transform: translate(0, -15px);
        }
        to {
            transform: translate(0, 0);
        }
    }
    @-webkit-keyframes downup {
        from {
            transform: translate(0, 0);
        }
        60% {
            transform: translate(0, -15px);
        }
        to {
            transform: translate(0, 0);
        }
    }
}