.logo{
    background: url("../images/stargroup.png") no-repeat center center;
}
.info{
    width: 1000px;
    margin: 0 auto;
    font-family: "微软雅黑";
    line-height: 30px;
}
.address{
    margin-top: 30px;
    font-size: 15px;
    line-height: 26px;
}
.address >div{
    display: inline-block;
}
.address-icon{
    width: 70px;
    height: 70px;
    background: url("../images/location.jpg") no-repeat center center;
    vertical-align: top;
}
.phone-icon{
    width: 70px;
    height: 70px;
    background: url("../images/phone.jpg") no-repeat center center;
    vertical-align: top;
}
.email-icon{
    width: 70px;
    height: 70px;
    background: url("../images/email.jpg") no-repeat center center;
    vertical-align: top;
}
#map{
    width: 800px;
    height: 440px;
    margin: 0 auto;
    margin-top: 50px;
}
@media screen and (max-width:1199px){
    .info{
        width: 800px;
    }
}
@media screen and (max-width:980px){
    .logo {
        background: url(../images/stargroup.png) center center no-repeat;
        background-size: contain;
        width: 2.4rem;
        height: 1rem;
        margin: 0.4rem 0 0 0.5rem;
    }
    .ourservice-box {
        margin-bottom: 0 !important;
    }
    .w{
        display: block;
        width: 100%;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }
    .info {
        width: 97%;
    }
    .address-icon {
        width: 1rem;
        height: 1rem;
        background-size: cover;
    }
    .phone-icon{
        width: 1rem;
        height: 1rem;
        background-size: cover;
    }
    .email-icon{
        width: 1rem;
        height: 1rem;
        background-size: cover;
    }
    .mwth{
        width: 84%;
    }
    .address-text{
        margin: 0px !important;
    }
    #map{
        width: 100%;
        height: 200px;
        margin: 0 auto;
        margin-top: 50px;
    }
    .address{
        margin-top: 20px;
    }
    .address p{
        font-size: 0.25rem;
        line-height: 0.5rem;
    }
    .BMap_bubble_title{
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .info-m{
        margin-left: 10px;
    }
    .info-m p{
        font-size: 0.3rem;
    }
}