

.index_photo_case{
    /*display:block;*/
    width:100%;
    height:auto;
    overflow:hidden;
    /*padding-top:120px;*/
    padding-top: 3vh;
    padding-bottom:40px;
    /*background-color:#39404F!important;*/
    /*background-color:#fff;*/
}
.index_photo_case1{
    width: 1000px;
    margin: 30px auto;
    /*background: yellow;*/
    padding-bottom: 10px;
}
.con_title{
    display:block;
    width:100%;
    height:auto;
    overflow:hidden;
    text-align:left;
    font-size:1.2rem;
    line-height:60px;
    color:#01AAED;
    font-style:italic;
    /*opacity: 0;*/
}


.listData{
    width: 100%;
    margin-top: 2vh;
    padding-bottom: 10px;
    /*background: #00F7DE;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    /*align-items: center;*/
}
.bannerDiv1{
    /*position:relative ;*/
    width: 33%!important;
    padding: 10px;
    /*border: 1px solid #dddddd;*/
    background: #F5F5F5;
    margin-left: 0%;
    margin-bottom: 3%;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;

    /*box-shadow: 10px 10px 10px 0 #c2c2c2;*/
    /*align-items: center;*/
    /*margin-left: 2.5%;*/
    /*background: yellow;*/
    /*height: 100%!important;*/
}

/*.bannerDiv1:hover{*/
    /*background: #1E9FFF;*/
    /*color: white;*/
/*}*/
/*.bannerDiv1:hover .h3{*/
    /*color: white;*/
/*}*/

.coverBox{
    width: 90%;
    height: 6rem;
    padding: 0px 15px;
    background: white;
    border-radius: 10px;
    margin: 8px auto;
}
.biglogo1{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.imgFlex{
    width: 100%;
    /*background: pink;*/
    margin-left: 3%;

}

.bannerDiv1 .h3,.bannerDiv1 h5{
    width:100%;
    /*height:1.5rem;*/
    /*overflow:hidden;*/
    font-size:0.6rem!important;
    line-height:1rem;
    color:#444;
    text-align:left;
    margin: 0 auto;
}
/*.bannerDiv1:hover h3{*/
/*color:#fff;*/
/*}*/
.bannerDiv1 h5{
    /*bottom: 55px!important;*/
    color:#888;
    font-size:0.6rem!important;
}
.more{
    display:block;
    width:30%;
    height:1.3rem;
    line-height:1.3rem;
    font-size: 0.55rem;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    background: linear-gradient(to right,#1F87E8,#FB8C00);
    /*background: url("../image/home/more-1.png") no-repeat center center;*/
    /*background-size:100% auto;*/
    margin-top: 10px;
    border-radius: 6px
}

#page{
    text-align: center;
    /*background-color:#39404F!important;*/
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {

    background-color: #1E9FFF!important;
}

.text2{
    width: 100%;
    font-size: 0.6rem;
    padding: 5px 1.5%;
    /*text-align: center;*/
    text-align: justify;
    -moz-text-align-last: right;
    letter-spacing: 1px;
    line-height: 1.5rem;
    color: #c2c2c2;
}
/*.search1 input,.search1 button{*/
    /*display: none;!important;*/
/*}*/

/*媒体查询*/
@media (max-width: 900px) {

    .index_photo_case1 {
        width: 96%;
        margin: 0px auto;
        /*background: yellow;*/
    }
    /*.con_title {*/
        /*font-size: 1.6rem;*/

    /*}*/



    .listData {
        margin-top: 0vh;
    }

    .bannerDiv1 {
        width: 49%!important;
        /*padding: 10px 0px;*/
        margin-left: 0%;
        margin-bottom: 5px;
    }

    .coverBox{
        width: 100%;
        height: 5rem;
        padding: 0px 0px;
    }

    .biglogo1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .imgFlex {
        width: 100%;
        margin-left: 0%;
    }
    .more{
        width: 60%;
        /*height: auto;*/
        margin: 5px 0 0 0;
        /*margin-left: 0px ;*/
    }
    .bannerDiv1 .h3 {
        font-size: 0.8rem !important;
        color: rgba(0,0,0,0.6);
    }



}