﻿.contact{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 3% 0;
}
.con-title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 3%;
}
.con-title h3{
    color: #333333;
    font-size: 28px;
    letter-spacing: 4px;
}
.con-title p{
    color: #a4a4a4;
    font-size: 18px;
}
.con-left{
    width: 38%;
    float:left;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
    padding: 29px 38px;
    height:350px;
}
.con-left h3{
    font-size: 25px;
    width: 100%;
    padding-bottom: 5%;
    color: #333333;
    border-bottom: 1px solid#b5b5b5;
}
.con-left p{
    font-size: 15px;
    line-height: 48px;
    color: #525252;
}
.con-right{
    width:60%;
    float: right;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .contact {
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 3% 0;
        padding-top: 11%;
    }
    .con-left {
        width: 100%;
        float: left;
        box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
        padding: 29px 38px;
        height: 350px;
    }
    .con-right {
        width: 100%;
        float: right;
    }
   .BMap_omCtrl{
        display: none;
    }
}