.index_photo_case{
    /*display:block;*/
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top: 0vh;
    padding-bottom:40px;
    /*background-color:#39404F;*/
}
.index_photo_case1{
    width: 100%;
    margin: 5vh auto 1rem auto;
    /*background: yellow;*/
    display: flex;
    align-items: baseline;
    justify-content: space-between;

}
/*左边*/
.contactLeft{
    width: 20%;
    /*background: #0068b7;*/

}
.contactLeftSheJiao{
    width: 100%;
    /*background: pink;*/
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
    /*justify-content:space-between;*/
}
.contactLeftSheJiao a {
    margin:4px 2%;
    cursor: pointer;
}

.contactLeftImg {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    opacity: 0.5;
}

.contactLeftImg:hover {
    opacity: 1;
}

.con_title{
    width:100%;
    text-align:left;
    font-size:1rem;
    line-height:1.8rem;
    color: rgba(0,0,0,0.8);
    /*text-shadow: 5px 5px 5px #c2c2c2;*/
    /*font-style:italic;*/
}
/*中间*/
.contactCenter{
    width:49%;
    /*height: 320px;*/
    /*margin-left: 0%;*/
    /*padding: 10px;*/
    /*background: yellow;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contactCenter .footThreeBox{
    width: 100%;
    margin: 0 auto;
    /*background: pink;*/
    /*padding-bottom: 20px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:space-between ;
}
.contactCenter .footThreeBox li{
    width: 100%;
    /*background: yellow;*/
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.contactCenter .iconBox{
    width: 2vw;
    height: 2vw;
    background: rgba(0,0,0,0.1);
    border-radius: 2%;
}
.contactCenter .iconBox i{
    font-size: 1rem;
    color: white;
}
.contactCenter .textBox{
    width: 85%;
    /*background: greenyellow;*/
}
.contactCenter .textBox1{
    width: 100%;
    line-height: 1rem;
    font-size: 0.7rem;
    color: rgba(0,0,0,0.7);
}

.contactCenter .textBox2{
    width: 100%;
    line-height: 1.1rem;

}
.contactCenter .textBox2 a{
    font-size: 0.7rem;
    color:rgba(0,0,0,0.5);
}
.contactCenter .textBox2 a:hover{
    color: #f60;
}

/*右边留言箱*/
.form {
    width: 49%;
    /*border: 1px solid #e2e2e2;*/
    /*margin-left: 15%;*/
    /*margin: 2vh auto;*/
    /*padding: 5vh 0 10vh 0;*/
    /*background: pink;*/
}
.tishiText{
    width: 100%;
    line-height: 1rem;
    font-size: 0.5rem;
    color: rgba(0,0,0,0.6);
    text-align: justify;
}

.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:  0 auto!important;
    /*margin-left: 148px!important;*/
}
.layui-btn-normal{
    background: #f60!important;
}



/*国家渲染*/
.countryBox{
    width: 96%;
    margin: 10px auto;
    /*background: pink;*/
}
.countryTitle{
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: rgba(0,0,0,0.4);
}
.countryCont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    /*align-items: baseline*/
}
.listCont{
    background: rgba(0,0,0,0.4);
    color: white;
    font-size: 0.5rem;
    margin: 5px;
    /*margin-bottom: 1%;*/
    padding: 6px 8px;
    cursor: pointer;
}
.listCont:hover{
    background: #f60;
}

.addListCont{
    background: #f60;
}
.disable{
    pointer-events: none;
}

/*媒体查询*/
@media (max-width: 900px) {
    /*.pageBan {*/
        /*margin-top: 0.85rem;*/
    /*}*/
    .index_photo_case1 {
        width: 96%;
        padding-top: 20px;
        margin: 0 auto;
        /*flex-wrap: wrap;*/
        flex-wrap: wrap-reverse;
        /*background: yellow;*/
    }
    .contactLeft {
        width: 100%;
        /* background: #0068b7; */
    }
    .con_title{
        text-align: center;
        font-size: 1.2rem;
    }
    .contactLeftSheJiao {
        justify-content:center;
    }
    .contactLeftSheJiao a {
        margin: 1% 5%;
    }
    .contactLeftImg {
        width: 1.5rem;
        height: 1.5rem;
        /*object-fit: contain;*/
        /*opacity: 0.5;*/
    }


    .contactCenter {
        width: 100%;
        /* height: 320px; */
        /* margin-left: 0%; */
        /* padding: 10px; */
        /* background: yellow; */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .contactCenter .footThreeBox li {
        width: 100%;
        /* background: yellow; */
        padding: 3% 5px;
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        align-items: flex-start;
        border: 1px solid rgba(0,0,0,0.1);
        /*justify-content: space-around;*/
    }
    .contactCenter .iconBox {
        width: 13vw;
        height: 13vw;
        background: #ff6600;
    }
    .contactCenter .iconBox i {
        font-size: 1.3rem;
        /*color: white;*/
    }
    .contactCenter .textBox {
        width: 80%;
        /*background: greenyellow;*/
    }
    .contactCenter .textBox1 {
        line-height: 1rem;
        font-size: 0.8rem;
        /*color: rgba(0, 0, 0, 0.7);*/
    }
    .contactCenter .textBox2  a{
        line-height: 1rem;
        font-size: 0.7rem;
    }


    .form {
        width: 100%;
        /* border: 1px solid #e2e2e2; */
        /* margin-left: 15%; */
        /* margin: 2vh auto; */
        /* padding: 5vh 0 10vh 0; */
        /* background: pink; */
    }
    .blockRight {
        width: 100%;
    }
    .Input {
        font-size: 0.8rem;
        padding: 4% 10px;
        /*color: black;*/
    }
    .Input2 {
        padding: 2% 10px;
        /*color: black;*/
    }
    .layui-btn {
        height: auto!important;
        line-height: 1rem!important;;
        padding: 5px 10px;
        font-size: 0.8rem!important;
    }

    .countryTitle {
        font-size: 1.5rem;
    }
    .countryCont {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .listCont{
        /*background: rgba(0,0,0,0.4);*/
        /*color: white;*/
        font-size: 0.9rem;
        /*margin: 5px;*/
        /*padding: 6px 8px;*/
        /*cursor: pointer;*/
    }
    .listCont:hover{
        background: rgba(0,0,0,0.4);
    }


    /*#address {*/
        /*width: 96%;*/
        /*margin: 10px auto;*/
        /*height: 20rem;*/
    /*}*/
}
