/*pic_list*/
.gdzp_pic_list{padding:20px 0 80px;}
.gdzp_pic_list .gdzp_pl_ul{}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li{width:calc(25% - 15px);margin-left:20px;margin-top:30px;float:left;display:block;cursor:pointer;}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li:nth-child(4n+1){margin-left:0;}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li .gdzp_pl_img{width:100%;padding-bottom:133.3333%;position:relative;overflow:hidden;}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li .gdzp_pl_img:before{content:'';width:100%;height:100%;position:absolute;;left:0;top:0;opacity:0;z-index:1;
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
}


.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li .gdzp_pl_icon{position:absolute;left:50%;top:-5%;z-index:2;opacity:0;
	-webkit-transform: translate(-50%, -50%) scale(0.7);
	-moz-transform: translate(-50%, -50%) scale(0.7);
	-ms-transform: translate(-50%, -50%) scale(0.7);
	-o-transform: translate(-50%, -50%) scale(0.7);
	transform: translate(-50%, -50%) scale(0.7);
	transition: 0.3s ease 0s;}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li .gdzp_pl_icon:before{content:'';position:absolute;width:0;height:0; background:rgba(255, 158, 32, 0.6);z-index:0;border-radius:50%;left:50%;top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: i3bg 2s linear 0s infinite;
	-moz-animation: i3bg 2s linear 0s infinite;
	-o-animation: i3bg 2s linear 0s infinite;
	animation: i3bg 2s linear 0s infinite;
}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li .gdzp_pl_icon em{display:block;width:66px;height:66px;background:rgba(255, 158, 32, 0.6);border-radius:50%;}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li .gdzp_pl_icon em:before,.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li .gdzp_pl_icon em:after{background:#fff;content:'';position:absolute;z-index:0;left:50%;top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li .gdzp_pl_icon em:before{width:24px;height:1px;}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li .gdzp_pl_icon em:after{width:1px;height:24px;}
@-webkit-keyframes i3bg {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}
	100% {
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
		height: -webkit-calc(100% + 40px);
		height: calc(100% + 40px);
		opacity: 0;
	}
}

@-moz-keyframes i3bg {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}
	100% {
		width: -moz-calc(100% + 40px);
		width: calc(100% + 40px);
		height: -moz-calc(100% + 40px);
		height: calc(100% + 40px);
		opacity: 0;
	}
}

@-o-keyframes i3bg {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}
	100% {
		width: calc(100% + 40px);
		height: calc(100% + 40px);
		opacity: 0;
	}
}

@keyframes i3bg {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}
	100% {
		width: -webkit-calc(100% + 40px);
		width: -moz-calc(100% + 40px);
		width: calc(100% + 40px);
		height: -webkit-calc(100% + 40px);
		height: -moz-calc(100% + 40px);
		height: calc(100% + 40px);
		opacity: 0;
	}
}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li:hover{
	-webkit-box-shadow:0 0 79px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 79px 10px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 79px 10px rgba(0, 0, 0, 0.1);
}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li:hover .gdzp_pl_img:before{opacity:1;}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li:hover .gdzp_pl_icon{top:50%;opacity:1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li:hover .gdzp_pl_icon:before{
	-webkit-animation: i3bg 2s linear 0.2s infinite;
	-moz-animation: i3bg 2s linear 0.2s infinite;
	-o-animation: i3bg 2s linear 0.2s infinite;
	animation: i3bg 2s linear 0.2s infinite;
}

@media screen and (max-width:1299px){
	.gdzp_pic_list{padding:20px 0 50px;}
	.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li{width:calc(25% - 12px);margin-left:16px;margin-top:20px;}
}


@media screen and (max-width:1023px){
	.gdzp_pic_list{padding:20px 0;}
	.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li{width:calc(33.33% - 10px);margin-left:15px;}
	.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li:nth-child(4n+1){margin-left:15px;}
	.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li:nth-child(3n+1){margin-left:0;}
}
@media screen and (max-width:767px){
	.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li{width:calc(50% - 5px);margin-left:10px;margin-top:10px;}
	.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li:nth-child(4n+1){margin-left:10px;}
	.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li:nth-child(3n+1){margin-left:10px;}
	.gdzp_pic_list .gdzp_pl_ul .gdzp_pl_li:nth-child(odd){margin-left:0;}
	.gdzp_pro_show .gdzp_ps_ul .gdzp_ps_li{width:100%;margin-left:0;float:none;}
}