@charset "utf-8";
/* CSS Document */




/*滚动*/
.Dycpcont {
	height: 238px;
	position: relative;
	margin-top: 23px;
}
.Dycpcont .slidercp {
	overflow: hidden;
}
.Dycpcont ul {
	overflow: hidden;
	width: 1020px;
}
.Dycpcont ul li {
	float: left;
	width: 259px;
	height:355px;
	margin-right: 19px;
	overflow: hidden;
	text-align: center;
	position:relative;
}
.Dycpcont ul li img {
	display: block;
	position:absolute;
	transition:all 0.4s;
	
}
.Dycpcont ul li:hover img{ transform-origin:center center; transform:scale(1.1,1.1)}
.Dycpcont ul li p {
	position:absolute;
	z-index:9999;
	background:url(../images/pro_bg.png) repeat-x;
	height:50px;
	line-height:50px;
	text-align:center;
	width:100%;
	bottom:0px;
	font-size:18px;
	color:#fff;
	
}
.Dycpcont ul li p a {
	font-size: 14px;
	color: #1c1c1c;
}
.Dycpcont .bnt {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 140px;
}
.Dycpcont .prev {
	background: url("../images/ocprev.png") no-repeat;
	left: 0;
}
.Dycpcont .next {
	background: url("../images/ocnext.png") no-repeat;
	right: 0;
}
.Dycpcont .prev:hover {
	background: url("../images/ocprev_h.png") no-repeat;
}
.Dycpcont .next:hover {
	background: url("../images/ocnext_h.png") no-repeat;
}

