@charset "UTF-8";

/**!
 * 首页
 * date:2021-09-13
 * author: wppei;
 */

.main {
    padding: 20px 5px;
    margin: 0 15px 20px 15px;
    background-color: #fff;
}


/*  */

.new {
    height: 264px;
    padding-right: 36px;
}

.new-bar {
    position: relative;
    display: block;
    height: 264px;
    background-color: red;
}

.new-bar>img {
    width: 100%;
    height: 100%;
}

.new-text {
    position: absolute;
    height: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.new-text>p {
    margin-right: 150px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 14px;
    color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 6px;
    left: auto;
    right: 0;
    padding-right: 5px;
    width: auto;
}

.swiper-pagination-bullet {
    width: 25px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    float: left;
    background-color: #898989;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: rgb(245, 137, 21);
}


/*  */

.work-hd {
    height: 36px;
}

.spot-bg {
    margin-left: 178px;
    background: url('/images/dian_bg.png') right center no-repeat;
    height: 36px;
}

.work-tt {
    float: left;
    margin-right: 10px;
    line-height: 36px;
    height: 36px;
    color: #c70a00;
    font-weight: 600;
    font-size: 24px;
}

.work-more {
    float: left;
    width: 62px;
    text-align: center;
    line-height: 34px;
    height: 35px;
    font-size: 12px;
    color: #ffc107;
    border: 1px solid #ffc107;
    box-sizing: border-box;
    border-radius: 3px;
}

.work-more:hover {
    color: #212529;
    background-color: #ffc107;
}

.work-bd {
    margin-top: 20px;
}

.work-con {
    display: block;
    line-height: 31px;
    line-height: 31px;
    font-size: 16px;
    border-top: 1px dashed #ddd;
    color: #333;
}

.work-text {
    margin-right: 132px;
}


/* 979 */

@media (max-width: 979px) {
    .new {
        padding: 0;
    }
    .work {
        margin-top: 20px;
    }
}


/* 767 */

@media (max-width: 767px) {
    .work-text {
        margin-right: 100px;
    }
    .swiper-pagination-bullet {
        width: 18px;
    }
    .new-text>p {
        margin-right: 100px;
    }
}


/* 450 */

@media (max-width: 450px) {
    .new,
    .new-bar {
        height: 220px;
    }
}