.contactUs{
    width: 1200px;
    margin: 41px auto;
    margin-bottom: 100px;
}

@media only screen and  (max-width: 1520px) {

    .contactUs {
        width: 90% !important;
    }
    .form{
        width: 45% !important;
    }
    .right{
        width: 45% !important;
    }
    #map{
        width: 100%!important;
        height: 220px;
    }
}
@media only screen and (max-width: 1200px) {
    .right-address{
        display: block!important;
    }
    .title{
        font-size: 31px!important;
        line-height: 1.2!important;
    }
}

@media  (max-width: 992px) {
    .title{
        font-size: 31px!important;
        line-height: 1.2!important;
        margin-bottom: 40px!important;
    }
    .contactUs{
        width: 1200px;
        margin: 54px auto;
    }
    .form{
        width: 100% !important;
    }
    .right{
        width: 100% !important;
    }
    #map{
        width: 100%!important;
        height: 220px;
    }
    .box{
        display: block!important;
    }

}




.title{
    font-size: 31px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #34B09F;
    line-height: 60px;
    margin-bottom: 18px;
}
.form{
    width: 47%;
    border-radius: 5px;
}
.form-control-lg{
    background: #F8F8F8;
    color: #34B09F;

}
.form-group{
    margin-bottom: 18px!important;
}
.suggest{
    border-top: 1px solid #dedede;
    padding-top: 40px;
}
.suggest .suggest-title{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
    margin-bottom: 13px;
    text-align: center;

}
.suggest .suggest-content{
    font-size: 17px;
    margin-bottom: 20px;

    padding-top: 30px;
    text-indent:1cm;
    padding-bottom: 100px;
    color: #333333;
}
.suggest .suggest-time{
    font-size: 17px;
    text-align: right;
    color: #333333;
}



.label{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin-bottom: 13px;
}
input{
    height: 60px!important;
    font-size: 18px!important;
}
textarea{
    height: 140px!important;
    font-size: 18px!important;
}
input::-webkit-input-placeholder {

    color: #34B09F !important;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;

}
textarea::-webkit-input-placeholder{
    color: #34B09F !important;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}
.form-control{
    border:0!important;
}
.btn{
    font-size: 16px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
    width: 185px;
    height: 49px;
    background: #34B09F;
    border-radius: 4px;
}
.btn:hover{
    color: #fff;
}
#map{
    width: 600px;
    height: 373px;
    margin-top: 34px;
    border-radius: 4px;

}
.info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
    color: #333;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    flex-wrap: wrap;

}
.info div{
    flex: none;
}
.banner img{
    width: 100%;
}



