.index-business {
    width: 100%;
    height: 840px;
    background: #e6e6e6;
    overflow: hidden;
}
.index-business-box {
    width: 1200px;
    /*width: 62.5%;*/
    height: 840px;
    margin: 0 auto;
    display: none;    
}
.businessTitle {
    width: 100%;
    text-align: center;
}
.businessTitle {
    margin-top: 60px;
}
.businessSecondTitle {
    margin: 30px 0px 55px;
    font-size: 30px;
    color: #000;
}
.businessImg {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.businessImgLi {
    float: left;
    /*width: 370px;*/
    /*height: 490px;*/
    /*margin-right: 45px;*/
    width: 400px;
    height: 531px;
    position: relative;
    text-align: center;
    background: url(/images/index/index-business/businessBigBg.png) no-repeat center;
    cursor: pointer;
    line-height: 490px;
}
.businessImgLi:last-child {
    margin-right: 0px;
}
.businessImgLi>img {
    width: 92.5%;
    height: 92.5%;
    margin-top: 3.8%;
}
.businessImgLiText {
    position: absolute;
    /*top: 2.8%;
    left: 3.8%;
    width: 92.5%;
    height: 92.5%;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    z-index: 1;
    /*background: url(/images/index/index-business/businessTitleBg.png) no-repeat center top;*/
}

.businessImgLiText > img {
    width: auto;
    height: auto;
    transform: translate3d(0px, 0px, 0px );
}
.businessImgLiBigText {
    width: 200px;
    height: auto;
    font-size: 16px;
    margin: 0px auto;
    padding-top: 50px;
    color: #fff;
    text-align: left;
}
.businessImgLiSamllText {
    width: auto;
    height: auto;
    font-size: 20px;
    margin: 0px auto;
    padding-top: 150px;
    color: #fff;
}
.hideBox {
/*z-index: 333;*/
/* display: none;*/
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height:101%;*/
    height:100%;
    line-height: 26px;
    background: url(/images/index/index-business/businessActiveBg.png) no-repeat center top;

    -webkit-transform: translate3d(0px, -490px, 0px );
    -webkit-transition:all 500ms ease-out;

    transform: translate3d(0px, -490px, 0px );
    transition:all 500ms ease-out;

}
.businessImgLiALL {
    position: absolute;
    top: 2.7%;
    left: 3.8%;
    width: 92.5%;
    height: 92.6%;
    overflow: hidden;
}
.businessImgLiALL > img {
    height: 100%;
}