/*.content_body{*/
    /*padding-top: 15vh;*/
/*}*/
/*.ulFa {*/
    /*background: rgba(227,108,9,1)!important;*/
/*}*/
/*.location{*/
    /*color: #c2c2c2!important;*/
/*}*/
/*.ban{*/
    /*width: 100%;*/
    /*height: auto;*/
/*}*/


.index_photo_case{
    /*display:block;*/
    width:96%;
    margin: 0 auto;
    /*padding-top:120px;*/
    /*padding-top: 13vh;*/
    padding:10px;
    /*background-color:pink!important;*/
    /*background-color:#fff;*/
}
.index_photo_case1{
    width: 100%;
    margin: 0px auto;
    /*background: yellow;*/
    display: flex;
    flex-wrap: wrap;
    /*padding-bottom: 10px;*/
}
/*搜索框*/
.searchCP {
    width: 30%;
    margin-left: 75%;
    /*background: white;*/
    display: flex;
    /*flex-direction: column;*/
    /*align-items: center;*/
}

.searchCP1 {
    width: 100%;
    margin: 10px auto;
    /*background: yellow;*/
    display: flex;
    /*align-items: center;*/
}
.searchCP1Div {
    display: flex;
    margin-left: 0 !important;
}

.searchCP1 .input {
    width: 70%;
    font-size: 0.5rem;
}

.searchCP1 button {
    width: 30%;
    background: #1E9FFF !important;
}


/*左侧竖框*/
.layui-nav-treeSu {
    width: 20%;
    /*background: ##0068b7;*/

}

.errText{
    width: 100%;
    letter-spacing: 1px;
    color: white;
    font-size: 0.7rem;
    padding-top: 1rem;
    padding-left: 15px;
    padding-bottom: 1rem;
    border-top: 5px solid #F08300;
    border-bottom: 1px solid white;
    /*background:#F08300 ;*/
    background: rgba(0, 104, 183, 1);
}
.errTextSure{
    display: none;
}
.layui-collapse {
    border: none;
}

.layui-colla-title {
    /*color: rgba(0,0,0,0.8);*/
    /*background-color: rgba(256, 256, 256, 1);*/
    background: rgba(0, 104, 183, 1);
    color: white;
    font-size: 0.75rem;
    letter-spacing: 2px;
    padding:0px 15px 0px 13px!important;
    font-weight: bold;
}

/*.layui-colla-title:hover {*/
    /*background-color: rgba(256, 256, 256, 0.1);*/
/*}*/

.layui-colla-icon {
    right: 12px;
    /*取消左边的数据*/
    left: unset;
    /*left:235px;*/
}

.layui-colla-content, .layui-colla-item {
    /*border-top-width: 1px;*/
    /*border-top-style: none !important;*/
}

.layui-colla-content {
    padding: 0px 0px !important;
}

.collaCont {
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    flex-wrap: wrap;
}

.collaCont li {
    width: 100%;
    border-bottom: 1px solid #eeeeee ;
    /*background: #FAFAFA;*/
    /*color: rgba(0,0,0,0.75);*/
    background: #479AC7;
    color: white;
    padding: 13px 13px;
    font-size: 0.65rem;
    letter-spacing: 2px;
    cursor: pointer;
}

.collaCont li:last-child{
    border-bottom: none;
}
/*右侧内容*/
.contentBox{
    width: 80%;
    /*background: orange;*/
    padding: 0px 15px 20px 15px;
}

.listData{
    width: 100%;
    /*background: #00F7DE;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
.bannerDiv1{
    width: 33%!important;
    padding: 10px;
    /*border: 1px solid #dddddd;*/
    background: #F5F5F5;
    margin-bottom: 20px;
    /*margin: 10px 0px;*/
    /*margin-bottom: 10px;*/
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
/*.bannerDiv1:hover{*/
    /*background: #1E9FFF;*/
    /*color: white;*/
/*}*/
/*.bannerDiv1:hover .h3{*/
    /*color: white;*/
/*}*/
.biglogo1Box{
    width: 100%;
}
.biglogo1{
    width: 100%;
    height: 150px;
    border-radius: 10px;
    object-fit: contain;
}
.biglogoNull{
    display: block;
    width: 55%;
    height: 100px;
    margin: 0 auto;
    object-fit: contain;
}
.imgFlex{
    width: 100%;
    /*background: pink;*/
    margin-left: 0%;

}
/*.imgFlex .h3{*/
    /*width: 100%;*/
    /*text-align: center;*/
/*}*/

.bannerDiv1 .h3,.bannerDiv1 h5{
    width:100%;
    /*height:1.5rem;*/
    /*overflow:hidden;*/
    font-size:0.7rem!important;
    line-height:1.5rem;
    color:#444;
    /*text-align:center;*/
}
/*.bannerDiv1:hover h3{*/
/*color:#fff;*/
/*}*/
.bannerDiv1 h5{
    /*bottom: 55px!important;*/
    color:#888;
    font-size:0.6rem!important;
    line-height:1.1rem;
    text-align: left;
}
.more-1{
    display: block;
    width: 30%;
    height: auto;
    margin-top: 10px;
}

#page{
    text-align: center;
    /*background-color:#39404F!important;*/
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {

    background-color: #1E9FFF!important;
}

/*左侧竖框(移动端)*/
.layui-nav-treeMob{
    display: none;
}

/*媒体查询*/
@media (max-width: 900px){
    /*搜索框*/
    .searchCP {
        width: 95%;
        margin-left: 0%;
        /*background: yellow;*/
    }
    .searchCP1{
        width: 100%;
        /*background: pink;*/
    }

    .searchCP1 .input {
        font-size: 1rem;
        margin-left: 10%;
        height: 3rem;line-height: 3rem;
    }

    .searchCP1 button {
        font-size: 1rem;
        height: 3rem;line-height: 3rem;
    }
    /*左侧竖框*/
    .layui-nav-treeSu{
        width: 100%;
        margin: 0 auto;
    }
    .suBox{
        display: none;
    }
    .errText {
        display: none;
    }
    .errTextSure{
        display: block;
        width: 100%;
        font-size: 1.2rem;
        padding-top: 1rem;
        padding-left: 0px;
        padding-bottom: 1rem;
        border-top: none;
        background: rgba(0, 104, 183, 1);
        text-align: center;
        color: white;
        letter-spacing: 5px;
    }

    /*左侧竖框(移动端)*/
    .layui-nav-treeMob{
        display: none;
        width: 100vw;
        height: 100vh;
        padding-bottom: 10px;
        background: rgba(0,0,0,0.8);
        position: fixed;
        right:0;
        top:0;
        z-index: 10000;
        /*overflow: auto;*/
    }
    .errTextMob{
        width: 100%;
        height: 10vh;
        line-height: 10vh;
        font-size: 1.25rem;
        /*background: rgba(0, 104, 183, 1);*/
        background: rgba(0,0,0,0.8);
        text-align: center;
        letter-spacing: 5px;
        color: white;
        border-bottom: 1px solid white;
    }
    .suBoxMob{
        height: 90vh;
        overflow: auto;

    }
    .layui-colla-title {
        font-size: 1.25rem;
        padding: 0px 0px 0px 10px!important;
        height: 4rem;
        line-height: 4rem;
    }
    .collaCont li {
        font-size:1.15rem;
        line-height: 1.5rem;
    }

    /*产品展示*/
    .contentBox {
        width: 100%;
        /*background: orange;*/
        padding:15px 0px;
    }
    .bannerDiv1 {
        width: 100%!important;
        /*margin: 0 0;*/
        margin: 10px 5px;
    }
    .biglogo1 {
        width: 100%;
        height: auto;
        /*height: 5rem;*/
        /*border-radius: 10px;*/
        /*object-fit: cover;*/
    }
    .biglogoNull {
        display: block;
        width: 100%;
        height: 5rem;
        object-fit: contain;
        /*margin: 0 auto;*/
    }
    .bannerDiv1 .h3, .bannerDiv1 h5 {
        font-size: 1.1rem!important;
        line-height: 1.5rem;
        text-align: justify;
    }
    .bannerDiv1 h5 {
        color: #888;
        font-size: 0.95rem!important;
        line-height: 1.3rem;
    }
    .more-1 {
        width: 50%;
        /*height: auto;*/
        /*margin-top: 10px;*/
    }

}
