

.index_photo_case{
    /*display:block;*/
    width:100%;
    margin: 0 auto;
    /*padding-top:120px;*/
    /*padding-top: 13vh;*/
    padding:10px;
    /*background-color:pink!important;*/
    /*background-color:#fff;*/
}
.index_photo_case1{
    width: 75%;
    margin: 0px auto;
    /*background: yellow;*/
    display: flex;
    flex-wrap: wrap;
    /*padding-bottom: 10px;*/
}


/*左侧竖框*/
.suBox{
    width: 25%;
    /*background: yellow;*/
    padding-bottom: 10px;
}
.errTextSure{
    width: 100%;
    padding: 10px 0;
    line-height: 2rem;
    color: white;
    text-align: center;
    letter-spacing: 1px;
    font-size: 0.8rem;
    background:rgba(23,100,170,1);
}
.suBox ul{
    width: 100%;
    border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
}
.suBox ul li{
    width: 100%;
    line-height: 1.2rem;
    font-size: 0.6rem;
    color: rgba(0,0,0,0.8);
    text-align: center;
    padding: 0.7rem 5px;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
}

/*右侧内容*/
.contentBox{
    width: 75%;
    /*background: orange;*/
    padding: 0px 15px 20px 15px;
}

.listData{
    width: 100%;
    /*background: #00F7DE;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
.vitem{
    width:30%;
    /*padding: 20px 30px 0px 20px;*/
    /*background: yellow;*/
    /*margin-bottom: 10px;*/
    text-align: center;
    cursor: pointer;
    /*border: 1px solid rgba(0,0,0,0.2);*/
}

/*.bannerDiv1:hover .h3{*/
    /*color: white;*/
/*}*/
.pic{
    width:100%;
    text-align: center;
}
.pic .tu{
    display:block;
    width:100%;
    height: 8rem;
    object-fit: contain;
}

.titleEn,.titleCn{
    width:100%;
    text-align:left;
    font-size:0.6rem;
    line-height:1rem;
    color: rgba(0,0,0,0.7);
    letter-spacing: 1px;
}
.titleEn{
    color: rgba(0,0,0,0.3)!important;
    font-size: 0.6rem!important;
    line-height:1.1rem;
}
.titleCn1{
    width:100%;
    text-align:left;
    font-size:0.5rem;
    line-height:1rem;
    color: rgba(0,0,0,0.55);
    letter-spacing: 1px;
}
.xiangqing{
    display: block;
    width: 100%;
    /*padding: 0px 5px;*/
    letter-spacing: 1px;
    text-align: left;
    font-size: 0.6rem;
    /*height: auto;*/
    /*margin-top: 10px;*/
    cursor: pointer;
    color: rgba(0,0,0,0.6);
}

#page{
    /*margin-top: 10px;*/
    text-align: center;
    /*background-color:#39404F!important;*/
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {

    background-color: #1E9FFF!important;
}

.vitemHover{
    background: #1E9FFF;
    color: white!important;
}

/*左侧竖框(移动端)*/
.layui-nav-treeMob{
    display: none;
}

/*媒体查询*/
@media (max-width: 900px){
    /*!*搜索框*!*/
    .index_photo_case1 {
        width: 100%;
    }
    /*左侧竖框*/
    .suBox{
        display: none;
    }
    /*产品展示*/
    .contentBox {
        width: 100%;
        /*background: orange;*/
        padding:15px 0px;
    }
    .vitem{
        width:47%;
        margin-bottom: 0px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .pic .tu {
        width: 100%;
        height: auto;
        /*object-fit: cover;*/
    }
    .titleEn, .titleCn {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
    .xiangqing {
        font-size: 0.7rem;
        font-weight: bold;
        /* height: auto; */
        margin-top: 5px;
        color: rgba(0,0,0,0.8);
    }


}
