
.con_title{
    display:block;
    width:100%;
    height:auto;
    overflow:hidden;
    text-align:left;
    font-size:1rem;
    line-height:60px;
    color:#01AAED;
    text-shadow: 5px 5px 5px #c2c2c2;
    font-style:italic;
}
.text{
    width:100%;
    /*height: 320px;*/
    margin-left: 0%;
    padding: 10px;
    /*background: yellow;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.text1{
    width: 50%;
    font-size: 0.7rem;
    text-align: justify;
    -moz-text-align-last: right;
    letter-spacing: 1px;
    line-height: 1rem;
    color: #c2c2c2;
    /*!*text-indent:2em;*!  //缩进2个字格*/
}
.textImg{
    display: block;
    width:45%;
    margin: 20px auto;
    height: auto;
    border-radius: 10px;
    /*object-fit: cover;*/
}
.text1 p{
    color: rgba(0,0,0,0.7);
    margin-top: 1rem;
}

#address{
    width: 1200px;
    margin: 10px auto;
    height: 550px;
}

.mapIcon{
    width: 100px;
    height: 100px;
    background: red;
    position: absolute;
    left:47%;
    top:38%;
    opacity: 0;

}

/*媒体查询*/
@media (max-width: 900px) {
    .text1 {
        width: 100%;
    }

    .textImg {
        width: 100%;
        /*margin: 20px auto;*/
        /*height: auto;*/
        /*border-radius: 10px;*/
        /* object-fit: cover; */
    }


}