.contact-background{
    width: 100%;
    height: 600px;
    background-image: url("../static/lxwm.png") ;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.contact-information{
    background: #f9f9f9;
    padding: 50px 0 110px 0;
}
.information-container{
    width: 1100px;
    margin: 0 auto;
}
.information-up{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.information-totie{
    font-size: 40px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.information-subtitle{
    font-size: 18px;
    color: #bebebe;
}
.information-flex{
    display: flex;
    align-items: inherit;
    justify-content: space-between;
    margin: 50px 0 90px 0;
}
.information-left{
    width: 50%;
    height: 360px;
    background: #0d4da1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.information-right{
    width: 50%;
    background: #FFF;
}
.information-map{
    width: 100%;
    height: 100%;
}
.information-top{
    margin-bottom: 30px;
}
.information-p{
    font-size: 23px;
    color: #FFF;
    font-weight: bold;
    position: relative;
}
.information-p::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    background: #FFF;
    width: 76px;
    height: 1px;   
}
.information-item{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.information-view{
    width: 14%;
}
.information-icon{
    width: 57px;
    height: 57px;
}
.information-vertical{
    flex: 1;
    
}
.vertical-up{
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 5px;
}
.vertical-text{
    font-size: 15px;
    color: #FFF;
}
.information-form{

}
.information-leave{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0d4da1;
    letter-spacing: 1px;
    position: relative;
}
.information-leave::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background: #0d4da1;
    left: 47%;
    bottom: -20px;
}
.information-fillin{
    padding-top: 20px;
}
.fillin-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.fillin-input{
    width: 43%;
    border: 1px solid #ECECEC;
    background: #FFF;
    padding:10px;
}
.fillin-textarea{
    width: 100%;
    background: #FFF;
    border: 1px solid #ECECEC;
    padding: 10px;
    height: 100px;
    margin-top: 20px;
}
.information-submit{
    width: 200px;
    height: 35px;
    background: #0d4da1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 15px;
    color: #FFF;
    margin:60px auto 0 auto;
    cursor: pointer;
}
.BMap_cpyCtrl,.anchorBL{
    display: none !important;
}