#corporateHonor .wrapper{
    padding: 70px 50px 90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 991px){
    #corporateHonor .wrapper{
        padding: 50px 50px 90px;
    }
}

@media screen and (max-width: 767px){
    #corporateHonor .wrapper{
        padding: 50px 15px 90px;
    }
}

#corporateHonor .wrapper .row{
    margin-left: -25px;
    margin-right: -25px;
}

@media screen and (max-width: 767px){
    #corporateHonor .wrapper .row{
        margin-left: 0;
        margin-right: 0;
    }
}

#corporateHonor .wrapper .item{
    background-color: #ffffff;
    margin: 0 25px 50px;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow:  0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow:  0 0 15px rgba(0,0,0,0.2);
    box-shadow:  0 0 15px rgba(0,0,0,0.2);
}

#corporateHonor .item .pic{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
}

#corporateHonor .item .pic img{
    width: 100%;
}

#corporateHonor .item .pic .layer{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(2,159,230,0.5);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

#corporateHonor .item .pic .layer span{
    position: absolute;
    font-size: 50px;
    color: rgba(255,255,255,0.8);
    text-shadow: 0 0 15px rgba(255,255,255,0.5);
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 768px){
    #corporateHonor .item .pic:hover .layer{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

#corporateHonor .title{
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    /*padding: 15px 25px 0;*/
    margin: 15px 25px 0;
    height: 90px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*------------------------------------------------*/

.modal-pic{
    background-color: rgba(0,0,0,0.8);
    z-index: 900;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-pic .close{
    position: fixed;
    right: 4%;
    top: 5%;
    cursor: pointer;
    background-image: url("/attached/webImage/corporateCulture/corporateHonor/close.png");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 999;
    width: 45px;
    height: 45px;
}

#corporateHonor .toggle-pic{
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    height: 550px;
    display: none;
}

#corporateHonor .btn-left{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}

#corporateHonor .btn-right{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}

#corporateHonor .toggle-pic button span{
    font-size: 60px;
}

#corporateHonor .pic-wrapper{
    height: 550px;
    position: absolute;
    z-index: 900;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#corporateHonor .pic-wrapper li{
    height: 550px;
    width: 100vw;
}

#corporateHonor .pic-wrapper li .pic{
    height: 450px;
    width: 700px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow:  0 0 50px rgba(0,0,0,0.5);
    -moz-box-shadow:  0 0 50px rgba(0,0,0,0.5);
    box-shadow:  0 0 50px rgba(0,0,0,0.5);
}

#corporateHonor .pic-wrapper li .title{
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}

@media screen and (max-width: 767px){
    #corporateHonor .wrapper .page-wrapper{
        display: none;
    }
}