#container{
    width:100%;
    height:717px;
    margin-top:70px;
}
.amap-logo {
    display: none !important;
}

.amap-copyright {
    bottom: -100px;
    display: none;
}

.amap-info-content{
    padding:15px;
    border-radius: 10px;
}
.title{
    font-size: 18px;
    color:#237AE4;
    font-weight: bold;
    margin:0 0 5px;
}
.input-item{
    margin:3px 0;
    color:#888;
    font-size: 12px;
}
/*详细地址*/
.detail-address{
    width:100%;
    background:#237AE4;
    margin-bottom:16px;
    color:#fff;
}
.add-container{
    max-width:1200px;;
    height:180px;
    margin:0 auto;
    display: flex;
    align-items:center;
    justify-content: space-around;
}
.add-left{
    font-size:16px;
    font-family:'微软雅黑';
    font-weight:400;
    line-height:28px;
}
.add-phone{
    display: flex;
    align-items:center;
}
.add-phone .icon-phone{
    width:44px;
    height:44px;
    background-image:url(../../image/contact/icon-phone.png);
    margin-right:25px;
}
.add-phone p{
    font-size:53px;
    font-family:Impact;
    font-weight:400;
    line-height:160px;
}
/*详细地址*/
@media screen and (max-width:1366px){
    .add-container {
        width:1100px;
        height: 140px;
    }
    .add-left {
        font-size: 14px;
        line-height: 26px;
    }
    .add-phone p {
        font-size: 42px;
    }
    .add-phone .icon-phone{
        width:38px;
        height:38px;
        background-image:url(../../image/contact/icon-phone.png) no-repeat;
        background-size: 38px 38px;
    }
}