
/* 公司实力 */
.show-box-cover{
    position: fixed;
    width: 100%;
    top:0;
    bottom: 0;
    background: #000;
    opacity: .8;
    z-index: 112;
    display: none;
}
.show-img-box{
    position: fixed;
    width: 480px;
    height: 680px;
    top: 50%;
    margin-top: -345px;
    margin-left: -240px;
    background: #f3f3f3;
    border-radius: 10px;
    display: none;
    left: 50%;
    z-index: 113;
    padding: 20px;
}
.show-img-box img{
    margin: 0 auto;
    max-width: 100%;
    max-height: 680px;
}
.show-img-box .close{
    position: absolute;
    right: -20px;
    top:-20px;
    display: block;
    width: 40px;
    height: 40px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAB8SURBVBiVfZFREoMgDAWf3EHb+x/HcSwqo5dRtx+FThqx+WPYDXlBwASMQCtXQAv0wAIEAS8+layQwZjvJqAR0GXwKzhwBZ72OS/UwRuhCgbLS9rN+ZR01Lr6GX8y/AMflQxdgQcL3mSIZXUJmC3ohAhs5VOaS4irFCTpDf86EviKCDNIAAAAAElFTkSuQmCC') 15px 15px no-repeat;
    background-color: #666;
    z-index: 114;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    text-indent: -10000px;
}
.show-img-box .close:hover{
    background-color: #888;
}