﻿@media screen and (min-width:769px) {
    .address-box li {
        margin: 20px 15px 10px 15px;
        width: 370px;
    }
    #page_bottom{
        padding-bottom:40px;
    }
}

@media screen and (max-width:768px) {
    .address-box li {
       margin:0 auto;
       width:100%;
    }
}

.address-box {
    margin-top: 20px;
}

    .address-box li {
        min-height: 400px;
        float: left;
        background: #fff;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        border: 1px solid #efefef;
    }

    .address-box .m-tit {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        padding: 0 !important;
    }

    .address-box .m-pic {
        width: 100%;
        height: 224px;
        overflow: hidden;
    }

        .address-box .m-pic img {
            width: 100%;
            height: auto;
            -webkit-transition: all .8s;
            -o-transition: all .8s;
            transition: all .8s;
        }

    .address-box li:hover {
        -webkit-box-shadow: 0 15px 24px 4px rgb(218 37 29 / 7%);
        box-shadow: 0 15px 24px 4px rgb(218 37 29 / 7%);
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

        .address-box li:hover img {
            transform: scale(1.2);
        }

    .address-box .m-cont {
        padding: 10px 10px 0 10px;
        font-size: 16px;
        line-height: 26px;
      
    }

@media screem and (max-width: 768px) {
    .address-box li {
        margin: 15px 1%;
        width: 98%;
    }

    .address-box .m-pic img {
        height: auto;
        width: 100%;
    }
}
