@charset "utf-8";
/* CSS Document */

#img_zzc{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
    z-index: 10;
}
#img_zzc .block_1{
    width: 100%;
    height: 20%;
}
#img_zzc .block_1 img{
    float: right;
    width: 60px;
    margin-right: -20px;
}
#img_zzc .block_2{
    width: 100%;
    height: 60%;
    text-align: center;
    overflow: hidden;
}
#img_zzc .block_2 img{
    width: 100%;
}
#img_zzc .block_3{
    width: 100%;
    height: 20%;
}
#img_zzc .block_3 h3{
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    font: normal 1.1em "微软雅黑";
}

@media (min-width: 360px){
	.solo_block .img img{
		height: 70px;
	}
	.solo_block .img{
		min-height: 70px;
	}
}

@media (min-width: 480px){
	.solo_block .img img{
		height: 100px;
	}
	.solo_block .img{
		min-height: 100px;
	}
}

.left_icon{
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/ioc/ioc_slide_icon.png) no-repeat;
    background-size: auto 40px;
    top: 50%;
    left: 10px;
    margin-top: -20px;
}
.right_icon{
    left: auto;
    right: 10px;
    background-position: -65px 0px;
}