.index_photo_case{
    /*display:block;*/
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top: 0vh;
    /*padding-bottom:40px;*/
    /*background-color:#39404F;*/
}
.index_photo_case1{
    width: 75%;
    margin: 10px auto;
    /*background: yellow;*/
}
.con_title{
    /*display:block;*/
    width:100%;
    /*height:auto;*/
    /*overflow:hidden;*/
    text-align:left;
    font-size:1rem;
    line-height:1.5rem;
    color: #007aff;
    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%;

    text-align: justify;
    -moz-text-align-last: right;
    letter-spacing: 1px;
    line-height: 1rem;
    color: #c2c2c2;
    /*!*text-indent:2em;*!  //缩进2个字格*/
}
.textImg{
    display: block;
    width:100%;
    margin: 20px auto;
    height: auto;
    border-radius: 10px;
    /*object-fit: cover;*/
}
.text1 p{
    line-height: 1.5rem;
    color: rgba(0,0,0,0.55);
}
.text1 p i,.text1 p a{
    font-size: 0.8rem;
}
#address{
    width: 100%;
    margin: 0px auto;
    height: 550px;
}

/*.mapIcon{*/
    /*width: 100px;*/
    /*height: 100px;*/
    /*background: red;*/
    /*position: absolute;*/
    /*left:47%;*/
    /*top:38%;*/
    /*opacity: 0;*/

/*}*/
/*留言箱*/
.form {
    width: 35%;
    border: 1px solid #e2e2e2;
    margin-left: 15%;
    /*margin: 2vh auto;*/
    /*padding: 5vh 0 10vh 0;*/
    /*background: pink;*/
}

.itemInput {
    display: flex;
    width: 100%;
    margin: 2vh auto;
    /*background: goldenrod;*/
}

.itemInput label {
    display: block;
    width: 15%;
    font-size: 0.6rem !important;
    /*background:mediumvioletred;*/
    padding: 10px 0 0 0;
}

.blockRight {
    width: 90%;
    margin: 0% auto!important;
}

.Input {
    font-size: 0.56rem;
    color: black;
}
.Input2{
    height: 20vh;
}
.input-blockbtn{
    /*margin-left: 0px!important;*/
}

/*地图*/
#address{
    width: 98%;
    margin: 0px auto;
    height: 75vh;
}


.dizhiBox{
    width: 100%;
    /*background: pink;*/
}
.dizhiBox img{
    width: 10rem;
    height: auto;
    margin: 10px auto;
    border-radius: 8px;
}

.dizhiBox p {
    /*width: 100%;*/
    font-size: 0.6rem;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 1px;
    padding:0px 8px;
    line-height: 1rem
}

/*媒体查询*/
@media (max-width: 900px) {
    .pageBan {
        margin-top: 0.85rem;
    }
    .index_photo_case1 {
        width: 96%;
        /*margin: 2vh auto 20px auto;*/
        /*background: yellow;*/
    }
    .con_title{
        /*font-size: 1.5rem;*/
    }
    .text1 {
        width: 100%;
        /*font-size: 0.7rem;*/
        /*letter-spacing: 2px;*/
        line-height: 2rem;

    }

    .phoneNumber{
        font-size: 1rem;
    }
    .text1 p i,.text1 p i a{
        font-size: 1rem;
    }
    .form {
        width: 100%;
        padding: 0px 8px;
        /*border: 1px solid #e2e2e2;*/
        margin-left: 0%;
        box-shadow: 5px 7px 6px #c2c2c2;
    }
    .Input {
        font-size: 1rem;
        color: black;
    }
    #address {
        /*width: 100%;*/
        /*margin: 0px auto;*/
        height: 22rem;
    }

    /*.dizhiBox{*/
        /*width: 70%;*/
        /*margin-left: 15%;*/
        /*!*background: pink;*!*/
    /*}*/
    .dizhiBox img{
        width: 10rem;
        /*height: auto;*/
        /*margin: 10px auto;*/
    }

    .dizhiBox p {
        width: 100%;
        font-size: 0.8rem;
        line-height: 1rem;
        /*background: #01AAED;*/
    }
}
