.contactus-banner .banner-text{
    justify-content: flex-start;
    align-items: flex-start;
}
.banner-text span{
    margin-top: 13%;
    margin-left: 18.75%;
}
.contact-container {
    padding: 15px;
    margin: 85px auto 0;
    width: 85.652%;
    max-width: 1430.016px;
    overflow-x: hidden;
}
.contact-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact-box {
    width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
}
.contact-item {
    overflow: hidden;
    background: #f8f8f8;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
}

.contact-icon {
    padding: 0 20px;
    text-align: center;
    margin-top: 6px;
}

.contact-icon img {
    width: 42px;
}

.contact-item-info {
    text-align: center;
}

.contact-item-name {
    font-size: 18px;
    color: #2b2b2b;
    margin:36px 0 24px;
    letter-spacing: 1px;
    height: 28px;
    font-weight: bold;
}

.contact-item-address {
    color: #666;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.2;
    font-weight: lighter;
    font-family: PingFangSC-Regular, "Microsoft YaHei", serif;
    height: 24px;
}
.contact-map {
    position: relative;
    overflow: hidden;
    height: 600px;
    margin-top: 48px;
}
.contact-map .map-box {
    width: 100%;
    height: 100%;
}

.contact-info.no-map .contact-map .map-box {
    display: none;
}
.contact-map .map-info {
    position: absolute;
    left: 8px;
    top: 8px;
    background: #fff;
    padding: 14px;
    font-size: 13px;
    line-height: 2;
    color: #595757;
    min-width: 250px;
}
.map-info-phone{
    width: 100%;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 14px;
    font-size: 13px;
    line-height: 2;
    color: #595757;
    display: none;
}
  .map-info .map-name,.map-info-phone .map-name {
    font-size: 13px;
}

 .map-info a,.map-info-phone a {
    color: #0b6ec7;
}
.contact-mode{
    width: 100%;
    margin: 48px 0;
    position: relative;
}
.contact-mode > img {
    width: 100%;
}
.contact-mode-box{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contact-mode-box-title{
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    margin-bottom: 48px;
    font-size: 2.5em;
}
.concat-content {
    display: flex;
    justify-content: center;
}
.concat-input .form-control {
    margin: 0;
}

.concat-input .input-group-btn {
    background: #FFF;
}

@media screen and (max-width: 1200px) {
    .contact-box{
        width: 50%;
    }
    .contact-mode-box-title{
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 880px) {
    .contact-container{
        width: 100%;
    }
    .contact-box{
        width: 100%;
    }
    .contact-mode-box-title{
        font-size: 1.4em;
        margin-bottom: 12px;
    }
    .contact-map.cn {
        height: 400px;
    }
}
@media screen and (max-width: 550px) {
    .map-info{
        display: none;
    }
    .contact-item-name{
        height: auto;
        min-height: 28px;
    }
    .contact-item-address{
        height: auto;
        min-height: 24px;
    }
    .map-info-phone{
        display: block;
    }
}
@media screen and (max-width: 450px) {
    .contact-box{
        width: 100%;
    }
    .contact-map.cn {
        height: 200px;
    }
}<!--0.00025796890258789-->