.container .title_ {
    padding-top: 60px;
    font-size: 28px;
    padding-bottom: 20px;
}

.container .textdection {
    width: 40px;
    height: 2px;
    background-color: #2e3034;
    margin: 0 auto;
}

.container .quertions {
    font-size: 18px;
    color: #666;
    line-height: 28px;
    margin-top: 24px;
}

.container .fourItem {
    margin-top: 60px;
}

.container .row .item_ > div {
    position: relative;
}
.container .row .item_ > div {
    transition: all .5s ease;
}
.container .row .item_ > div:hover {
    cursor: pointer;
    transform: translateY(-5px);
}

@media screen and (min-width: 768px) and (max-width: 991px ) {
    .container .row .item_:nth-child(2) {
        margin-top: 63px;
    }
}

@media screen and (max-width: 768px ) {
    .container .title_ {
        font-size: 18px;
    }
    .container .row .item_:nth-child(2) {
        margin-top: 63px;
    }
}

.container .row .item_ > div:nth-child(2) {
    margin-top: 63px;
}

.container .row .item_ > div > p:nth-child(1) {
    font-size: 16px;
    color: #000;
}

.container .row .item_ > div > p:nth-child(2) {
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
    border-bottom: 1px solid #adadad;
}

.container .row .item_ > div > p:nth-child(3) {
    width: 33px;
    height: 2px;
    background-color: #2e3034;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.container .fourItem > div:last-child > img {
    padding: 10px;
    border: 1px solid #aaaaaa;
}

.container .fourItem > div:last-child > div {
    margin-top: 10px;
    padding-top: 10px;
    height: 54px;
    background: url("../../img/footer/footer_07.png") no-repeat center;
}

@media screen and (min-width: 768px) and (max-width: 991px ) {
    .container .fourItem > div:last-child {
        margin-top: 63px;
    }
}

@media screen and (max-width: 768px ) {
    .container .fourItem > div:last-child {
        margin-top: 63px;
    }
}

.container .fourItem > div:last-child > div > p:first-child {
    font-size: 18px;
    margin: 0;
    color: #3c3c3c;
}

.container .fourItem > div:last-child > div > p:last-child {
    font-size: 12px;
    color: #3c3c3c;
}

.Bmap {
    margin-top: 72px;
}

#allmap {
    height: 405px;
}

.Sales_grid {
    /*margin-top: 113px;*/
}

.Sales_grid > .row:nth-child(2) {
    margin-top: 35px;
}

.Sales_grid > .row > div {
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
}


.Sales_grid > .row > div:hover {
    cursor: pointer;
}

.Sales_grid > .row:nth-of-type(n+2) > div {
    display: flex;
    justify-content: center;
}

.Sales_grid > .row:nth-of-type(n+2) > div > div > p:nth-child(1) {
    color: #666;
    font-weight: 600;
    font-family: PingFangSC-Semibold;
}

.Sales_grid > .row:nth-of-type(n+2) > div > div > p:nth-of-type(n+2) {
    color: #737373;
}