.searchBoxLeft b{
    display: none;
}


.index_photo_case{
    /*display:block;*/
    width:100%;
    height:auto;
    overflow:hidden;
    /*padding-top: 13vh;*/
    /*padding-top:120px;*/
    padding-bottom:20px;
    /*background-color:#39404F;*/
}
.index_photo_case1{
    width: 75%;
    margin: 0px auto;
    /*background: yellow;*/
}
.tabItem{
    display: none;
}
.con_title{
    width:10%;
    padding: 8px 0;
    margin: 0 auto;
    letter-spacing: 3px;
    text-align:center;
    font-size:0.8rem;
    line-height:1.1rem;
    color:rgba(0,0,0,0.6);
    border-bottom: 2px solid #0068b7;
}
.jieshao{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
.text{
    width: 100%;
    /*height: 320px;*/
    margin-left: 0%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*background: yellow;*/
}
.text1{
    width: 100%;
    /*margin: 1vh auto;*/
    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: rgba(0,0,0,0.6);
    /*!*text-indent:2em;*!  //缩进2个字格*/
}

/*<!--时间线-->*/
.nubBox{
    width:100%;
    display: flex;
    align-items: center;
    /*background: #00FF00;*/
    padding:20px 0;
    margin:0 auto;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.nubLi{
    width: 24%;
    border-right: 1px solid rgba(0,0,0,0.05);
    /*background: pink;*/
    /*height: 3rem;*/
    margin-right: 1%;
}
.nubNumber{
    width: 100%;
    padding-top: 20px;
    font-size: 0.65rem;
    line-height: 1rem;
    color: #1E9FFF;
    text-align: center;
}
.nubNumber b{
    font-size: 2.1rem;
}
.nubjs{
    width: 100%;
    font-size: 0.6rem;
    line-height: 1.5rem;
    color: rgba(0,0,0,0.6);
    text-align: center;
}


/*公司简介中的4张照片*/
.imgBox{
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-around ;
    /*background: pink;*/
    overflow: hidden;
}
.imgBoxImg{
    display: block;
    width: 24%;
    height: 8rem;
    object-fit: cover;
    opacity: 0.85;
    /*margin-left: 30%;*/
}
.imgBoxImg:hover{
    transition-duration:0.8s;
    transform: scale(1.1);
    transition: 1.5s;
    opacity:1;
    cursor: pointer;
}

/*企业文化*/
.wenhuaBox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wenhuaText1{
    width: 50%;
    font-size: 0.6rem;
    padding: 5px 1.5%;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5rem;
    color: rgba(0,0,0,0.6);
    /*!*text-indent:2em;*!  //缩进2个字格*/
}
.wenhuaImg{
    width: 50%;
    height: auto;
    margin-top: 20px;
}



.titleTextImg{
    display: block;
    width: 30%;
    height: auto;
    margin: 20px auto;
}

/*.titleTextImg2{*/
    /*display: block;*/
    /*width: 20%;*/
    /*height: auto;*/
    /*margin: 20px auto;*/
/*}*/
.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: rgba(0,0,0,0.55);
}
.textTitle{
    width: 100%;
    font-size: 1rem;
    padding: 5px 1.5%;
    /*text-align: center;*/
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5rem;
    color: #0171bb;
}

.textImg1{
    display: block;
    width:100%;
    margin: 2vh auto;
    height: 250px;
    object-fit: cover;
    /*margin-bottom: 4vh;*/
    border-radius: 8px;
}
.heying{
    width:100%;
    margin: 2vh auto;
    height: auto;
    /*object-fit: cover;*/
    /*margin-bottom: 4vh;*/
    border-radius: 8px;
}
.text3{
    width: 100%;
    font-size: 0.8rem;
    /*padding: 5px 1.5%;*/
    text-align: center;
    letter-spacing: 1px;
    line-height: 2rem;
    color: #01AAED;
    text-shadow: 7px 7px 7px #c2c2c2;
    font-weight: 800;

}
.tabContent{
    width: 1000px;
    /*height: 60vh;*/
   margin-bottom: 10vh;
    /*background: pink;*/
}
.notes{
    margin-top: 15vh;
    /*background: pink;*/
    /*display: flex;*/
    /*align-items: center;*/
}
.aboutUsImgBox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    /*background: pink;*/
}
.titleTextImg1{
    display: block;
    width: 100%;
    height: auto;
}

/*公司环境*/
.chejianBox{
    width: 100%;
    margin-top: 10px;
    /*background: #1E9FFF;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
.chejianBox img{
    width:48%;
    height: 15rem;
    object-fit: cover;
    /*margin-bottom: 6px;*/
    border-radius: 8px;
    /*margin-right: 3px;*/
}
 /*.chejianBox img:hover{*/
     /*cursor: pointer;*/
    /*transition-duration:0.8s;*/
    /*transform: scale(1.1);*/
    /*transition: 1.5s;*/
    /*!*opacity:0.8;*!*/
/*}*/

/*资质荣誉*/
.yyBox{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
.biglogo1{
    width: 24%;
    height: auto;
    margin: 10px 0;
}
#page{
    text-align: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1E9FFF !important;
}

/*媒体查询*/
@media (max-width: 900px) {
    .index_photo_case1 {
        width: 95%;
        /*margin: 0px auto;*/
         /*background: yellow;*/
    }
    /*公司简介*/
    .con_title{
        width: 35%;
        font-size: 1rem;
    }
    .text1 {
        font-size: 0.7rem;
    }
    .nubBox {
        /*display: flex;*/
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        border: none;
        /*align-items: center;*/
    }
    .nubLi {
        width: 49%;
        border: 1px solid rgba(0,0,0,0.05);
        /* background: pink; */
        /* height: 3rem; */
        margin-right: 0%;
        margin-bottom: 5px;
    }
    .imgBoxImg {
        width: 49%;
         margin-bottom: 5px;
    }

    /*企业文化*/
    .wenhuaText1 {
        width: 100%;
        font-size: 0.7rem;
        line-height: 1.5rem;
    }
    .wenhuaText1 b{
        font-size: 0.9rem;
    }
    .wenhuaImg {
        width: 100%;
        /*height: auto;*/
        margin-top: 0px;
    }

    /*公司环境*/
    .chejianBox img {
        width: 100%;
        height: 10rem;
        margin-bottom: 5px;
    }

    /*荣誉资质*/
    .biglogo1 {
        width: 49%;
    }

}