#address{
    padding-top: 50px;
    background:#518eca url("../images/bg-box4.png") no-repeat;
    background-position: bottom center;
}

.left-address{
    background: url(../images/bg-left-address.png) no-repeat;
    background-position: center;
    height: 394px;
    padding-top: 95px;
    padding-left: 50px;
    padding-right: 30px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Roboto';
}

.left-address span {
    color: #f4e377;
}

.left-address li{
    line-height: 1.6;
    position: relative;
}

.left-address li:before{
    content: " ";
    width: 6px;
    height: 6px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    left: -12px;
    top: 7px;
}

.right-address{
    background: url(../images/bg-right-address.png) no-repeat;
    height: 394px;
    padding-top: 66px;
    padding-left: 30px;
    padding-right: 130px;
}

.address{
    margin-left: 46px;
    margin-right: 46px;
}

.item-buttom-popup-address{
    text-align: center;
    margin-bottom: 15px;
}

.item-buttom-popup-address a{
    background: url("../images/bg-bottom-box4.png") no-repeat;
    width: 179px;
    height: 37px;
    line-height: 37px;
    display: block;
    margin: 0 auto;
    color: #0e0e0e;
    font-size: 14px;
    font-family: 'Roboto';
}

.list-buttom-popup-address{
    padding-top: 60px;
}

.address{
    margin-bottom: 110px;
}

.copyright{
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 15px;
}
@media screen and (max-width: 1024px){
    .left-address{
        background-size: 100%;
        padding-left: 29px;
        padding-right: 19px;
        padding-top: 86px;
    }
    .bottom-address {
        padding: 0 50px;
    }
    .right-address{
        background-size: 100%;
        padding-right: 90px;
    }
    .right-address iframe{
        height: 232px !important;
    }
}

@media screen and (max-width: 800px){
    .right-address iframe{
        display: none;
    }
    .left-address{
        width: 341px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .right-address{
        width: 378px;
        margin: 0 auto;
        background: url(../images/bg-right-address-mobile.png) no-repeat;
        height: 445px;
        padding-top: 121px;
        padding-left: 30px;
        padding-right: 31px;
    }
    .address {
        margin-bottom: 67px;
    }
}

@media screen and (max-width: 480px){
    #teacher{
        padding-bottom: 200px;
    }
    .address{
        margin-left: 0;
        margin-right: 0;
    }
    .right-address{
        width: 100%;
        background-size: 100%;
        padding-top: 42px;
    }
}

@media screen and (max-width: 320px){
    .left-address{
        width: 100%;
    }

    .right-address{
        width: 100%;
        background-size: 100%;
        padding-top: 42px;
    }
}
