.public-title {
    padding-top: 100px
}

.contact {
    padding-top: 60px;
    padding-bottom: 80px
}

.contact .container {
    display: flex;
    justify-content: space-between
}
.public-title {
    padding-top: 0;
}
.contact .contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:40px;
    width: 270px;
    height: 270px;
    background: #fff;
    box-shadow: 0 19px 25px 0 rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box
}
.map .container {
    width: 100%;
}
.contact .contact-item .icon {
    width: 72px;
    height: 72px
}

.contact .contact-item .item-title {
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #212121;
    line-height: 28px
}

.contact .contact-item .item-value {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #a22226;
    line-height: 38px
}

.contact .contact-item .qr {
    margin-top: 20px;
    width: 80px;
    height: 80px
}

.map {
    margin-bottom: 125px;
    width: 100%
}

.map .map-img {
    width: 100%
}
.contact .container{
    width: 100%!important;
}
.public-title .title-right .ch-title {

    color: #a22226!important;
}
.public-title .title-right .en-title {
    color: #a22226!important;
}
@media screen and (max-width:1440px) {
    .public-title {
        padding-top: 30px
    }

  .main-right  .contact {
        padding-top: 30px;
        padding-bottom: 100px
    }

  .main-right  .contact .container {
        width: 1024px
    }

  .main-right  .contact .contact-item {
        padding-top: 40px;
        width: 256px;
        height: 256px
    }

  .main-right  .contact .contact-item .icon {
        width: 60px;
        height: 60px
    }

  .main-right  .contact .contact-item .item-title {
        margin-top: 15px;
        font-size: 20px;
        line-height: 24px
    }

  .main-right  .contact .contact-item .item-value {
        margin-top: 35px;
        font-size: 22px;
        line-height: 32px
    }

  .main-right  .contact .contact-item .qr {
        margin-top: 20px;
        width: 85px;
        height: 86px
    }

    .map {
        margin-bottom: 50px
    }

    .map .container {
        width: 100%
    }
}
@media screen and (max-width:600px) {
    .main-right .contact .contact-item {
        padding-top: 40px;
        width: 100%;
        height: 256px;
        margin-bottom: 20px;
    }
    .main-right .contact .container{
        display: flex;
        flex-wrap: wrap;
    }
    .main-right .contact {
        padding-bottom: 30px;
    }
    .public-title .title-right .ch-title {
        font-size: 26px;

    }
}