.qiaoxin12314 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.qiaoxin12314 .services {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.qiaoxin12314 .services .services_one {
    overflow: hidden;
    width: calc(100%/3);
    border: 1px solid #D4D4E1;
    margin-right: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    transition: all .3s;
}

.qiaoxin12314 .services .services_one:nth-child(3) {
    margin-right: 0;
}

.qiaoxin12314 .services .services_one .services_one_icon {
    padding: 10px 10px 0;
}

.qiaoxin12314 .services .services_one .services_one_title {
    color: #303036;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0 10px;
    transition: all .3s;
}

.qiaoxin12314 .services .services_one .services_one_text {
    color: #63636B;
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px 20px;
    transition: all .3s;
    z-index: 99;
    position: relative;    
}

.qiaoxin12314 .services .services_one .services_one_icon {
    display: inline-block;
}

.qiaoxin12314 .services .services_one .services_one_icon .top {
    font-size: 37px;
    color: #fff;
    width: 97px;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: inherit;
    transition: all .3s;
}

.qiaoxin12314 .services .services_one .services_one_icon .bottom {
    position: absolute;
    bottom: -65%;
    right: -15%;
    font-size: 400px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all .3s;
}

.qiaoxin12314 .services .services_one:hover {
    background: #2C7AE7;
}

.qiaoxin12314 .services .services_one:hover .top {
    background: #fff;
    color: #2C7AE7;
}

.qiaoxin12314 .services .services_one:hover .bottom {
    opacity: 1;
}

.qiaoxin12314 .services .services_one:hover .services_one_title * {
    color: #fff;
}

.qiaoxin12314 .services .services_one:hover .services_one_text * {
    color: #fff;
}

@media screen and (max-width:1200px) {
    .qiaoxin12314 .services .services_one {
        width: calc(100%/3 - 20px);
        margin: 0 10px;
    }

    .PEUpfKABhNVO .container {
        width: unset;
    }

    .qiaoxin12314 {
        padding: 20px 0;
    }

    .PEUpfKABhNVO .siteblocks-container .container>div[id^="location_"] {
        margin: 0;
    }

    .qiaoxin12314 .services .services_one:nth-child(3) {
        margin-right: 10px;
    }
}

@media screen and (max-width:768px) {

    .qiaoxin12314 .services {
        flex-wrap: wrap;
    }

    .qiaoxin12314 .services .services_one {
        width: 100%;
        margin: 0 10px 20px;
    }
}