@charset 'UTF-8';
.atonmec .atonmec_list > li.list_summary, .banner {
    position: relative
}

.banner {
    z-index: 1;
    width: 100%
}

.banner img {
    width: 100%;
    vertical-align: middle
}

.banner .swiper-pagination {
    left: -26%;
    bottom: 50PX
}

.banner .swiper-pagination > .swiper-pagination-bullet {
    width: 54PX;
    height: 8PX;
    margin-right: 20PX;
    margin-left: 0;
    background-color: rgba(255, 255, 255, .45);
    border-radius: 0;
    opacity: 1;
    outline: 0
}

.banner .swiper-pagination > .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, .85)
}

.banner .title {
    position: absolute;top:30%;text-align:center;font-size: 78PX;color: #fff;width: 100%
}

.banner .desc {
    position: absolute;top:45%;text-align:center;font-size: 30PX;color: #fff;width: 100%
}
.banner img {
    height: 925px;
}

@media screen and (max-width: 768px) {
    .banner .swiper-pagination {
        left: -20%;
        bottom: 1.25rem
    }

    .banner .swiper-pagination > .swiper-pagination-bullet {
        width: 1.35rem;
        height: .2rem;
        margin-right: .5rem
    }

    .banner .title {
        position: absolute;top:30%;text-align:center;font-size: 1.2rem;color: #fff;width: 100%
    }

    .banner .desc {
        position: absolute;top:45%;text-align:center;font-size: .8rem;color: #fff;width: 100%
    }
    .banner img {
        height: 10rem;
    }
}

.atonmec {
    padding-top: 83PX;
    background-color: #f5f5f5
}

.atonmec .atonmec_title {
    margin-bottom: 43PX
}

.atonmec .atonmec_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.atonmec .atonmec_list > li {
    width: 32%;
    margin-bottom: 34PX
}

.atonmec .atonmec_list > li > img {
    width: 100%;
    vertical-align: middle;
    height: 180px;
}

.atonmec .atonmec_list > li > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100PX;
    padding: 0 30PX;
    background-color: #fff
}

.atonmec .atonmec_list > li > div > a {
    display: inline-block;
    padding: 8PX 10PX;
    border: 1PX solid #273ea8;
    border-radius: 30PX
}

.atonmec .atonmec_list > li.list_item {
    border-bottom: 2PX solid transparent
}

.atonmec .atonmec_list > li.list_item:hover {
    border-color: #2770C9;
    box-shadow: 4PX 4PX 30PX 0PX rgba(0, 0, 0, .23)
}

.atonmec .atonmec_list > li.list_summary > p {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 507PX;
    padding: 0PX 20PX 0;
    background-image: linear-gradient(-20deg, #2660b2 25%, #0ea1cc 100%);
    border-bottom: 15PX solid #2770c9;
    font-size: 18PX;
    line-height: 1.8;
    box-sizing: border-box
}

.list_summary .title {
}

@media screen and (max-width: 1200px) {
    .atonmec .atonmec_title {
        width: 80%;
        margin: 0 auto 43PX;
        font-size: 20PX;
        text-align: right
    }

    .atonmec .atonmec_list {
        flex-wrap: wrap;
        justify-content: center
    }

    .atonmec .atonmec_list > li {
        order: 2;
        width: 40%;
        margin: 0 10PX 34PX
    }

    .atonmec .atonmec_list > li > div {
        padding: 15PX
    }

    .atonmec .atonmec_list > li.list_summary {
        order: 1
    }

    .atonmec .atonmec_list > li.list_summary > P {
        max-height: 400PX;
        padding: 20PX;
        line-height: 1.5
    }
}

@media screen and (max-width: 768px) {
    .atonmec {
        padding: 1.5rem .25rem 0
    }

    .atonmec .atonmec_title {
        margin-bottom: 1rem;
        text-align: center;
        font-size: 1rem;
        line-height: 1.3
    }

    .atonmec .atonmec_list > li {
        width: 100%;
        max-height: 100%;
        margin: 0 0 1rem
    }

    .atonmec .atonmec_list > li > div {
        height: 3rem
    }

    .atonmec .atonmec_list > li > div > span {
        font-size: 1rem
    }

    .atonmec .atonmec_list > li > div > a {
        font-size: .7rem;
        border-radius: 1rem
    }

    .atonmec .atonmec_list > li.list_summary {
        order: 1
    }

    .atonmec .atonmec_list > li.list_summary > P {
        position: static;
        max-height: 100%;
        height: auto;
        font-size: .7rem
    }
    .list_summary .title {
        padding: 0PX 0PX 0;
    }
}

.solutions {
    padding: 50PX 0 90PX;
    background-color: #f5f5f5;
    background-image: url(../images/public/conten_backroun.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%
}

.solutions .solutions_title {
    width: 623PX;
    margin-bottom: 40PX;
    line-height: 1.5
}

.solutions .solutions_list > li {
    display: flex;
    width: 100%;
    margin-bottom: 10PX
}

.solutions .solutions_list > li > img {
    width: 50%
}

.solutions .solutions_list > li > div.list_about {
    width: 50%;
    padding: 40PX 24PX 0;
    box-sizing: border-box
}

.solutions .solutions_list > li > div.list_about > h3 {
    margin-bottom: 17PX
}

.solutions .solutions_list > li > div.list_about > p {
    margin-bottom: 60PX
}

.solutions .solutions_list > li > div.list_about > a {
    display: block
}

.solutions .solutions_list > li > div.list_about > a > span {
    font-size: 12PX
}

.solutions .solutions_list > li > div.list_about.mining {
    background-image: linear-gradient(-29deg, #1ab5c7 0, #1ca8f1 100%)
}

.solutions .solutions_list > li > div.list_about.aggregates {
    background-image: linear-gradient(39deg, #3872c3 0, #0cb0d3 100%)
}

.solutions .solutions_list > li > div.list_about.recycling {
    background-image: linear-gradient(-45deg, #82a2c6 0, #9ab8e1 83%)
}

.solutions .solutions_list > li > div.list_about.cement {
    background-image: linear-gradient(42deg, #18b1c3 0, #1ca8f1 100%)
}

.solutions .solutions_list > li > div.list_about.construction {
    background-image: linear-gradient(-45deg, #3872c3 0, #0cb0d3 100%)
}

.solutions .solutions_list > li.list_figure {
    background-color: #b0e0e6
}

.solutions .solutions_list > li.list_figure > img {
    width: 100%;
    height: 100%;
    border-bottom: 1PX solid #6ae7b3
}

@media screen and (max-width: 1200px) {
    .solutions .solutions_title {
        margin: 0 auto 40PX;
        text-align: center
    }

    .solutions .solutions_list > li {
        justify-content: center
    }

    .solutions .solutions_list > li > img {
        width: 40%
    }

    .solutions .solutions_list > li > div.list_about {
        width: 40%;
        padding: 20PX 24PX
    }

    .solutions .solutions_list > li > div.list_about > p {
        margin-bottom: 40PX;
        line-height: 1.3
    }
}

@media screen and (max-width: 768px) {
    .solutions {
        padding: 1.25rem .25rem 3.425rem
    }

    .solutions .solutions_title {
        width: 100%;
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.3
    }

    .solutions .solutions_list > li {
        flex-wrap: wrap;
        margin-bottom: 1rem
    }

    .solutions .solutions_list > li > img {
        order: 1;
        width: 100%
    }

    .solutions .solutions_list > li > div.list_about {
        order: 2;
        width: 100%;
        padding: .5rem .6rem
    }

    .solutions .solutions_list > li > div.list_about > h3 {
        margin-bottom: .425rem;
        font-size: 1rem
    }

    .solutions .solutions_list > li > div.list_about > p {
        margin-bottom: 1rem;
        font-size: .7rem;
        line-height: 1.3
    }

    .solutions .solutions_list > li > div.list_about > a {
        font-size: .7rem
    }

    .solutions .solutions_list > li > div.list_about > a > span {
        font-size: .55rem
    }
}
