@charset "utf-8";

.main-banner {
    background-image: url(../../images/tupianchuli/banner-tupianchuli.png), linear-gradient(to bottom, #2F4076, #15235B);
}

/* 服务优势 */

.items-service-advantage .item-a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 54px;
}

.items-service-advantage .item-btn {
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    transform: translateX(-64%);
    bottom: 36px;
    width: 146px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    font-size: 16px;
    background-color: var(--main-color);
}

.items-service-advantage .item-a:hover .item-btn {
    background-color: #EC9A48;
}