.fzxc{
	margin: 50px 0;
}
.fzxc .title{
	margin-bottom: 0;
}
.fzxc .f5{
	width: 20%;
	float: left;
}
.fzxc .item{
/*	height: 194px;*/
    overflow: hidden;
	background: rgba(255,255,255,.3);
	box-shadow: 0 3px 5px #d5d5d5;
	padding: 15px 15px 25px 15px;
	width: 94%;
	margin: 30px 3%;
	transition: all .2s linear,-webkit-transform .2s linear;
    transition: all .2s linear,transform .2s linear;
    transition: all .2s linear,transform .2s linear,-webkit-transform .2s linear
}
.fzxc .item h3{
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.fzxc .item h3 i{
	display: inline-block;
	width: 60px;
}
.fzxc .item h3 i img{
	width: 100%;
}
.fzxc .item h4{
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}
.fzxc .item p{
	height: 130px;
	overflow: hidden;
	color: #666;
}
.fzxc .item div{
	text-align: center;
	margin-top: 40px;
}
.fzxc .item a{
	font-size: 12px;
	border: 1px solid #999;
	color: #333;
	padding: 3px 20px;
	border-radius: 15px;
	position: relative;
}
.fzxc .item a:after{
	display: none;
	content: '';
	position: absolute;
	bottom: -22px;
	left: 30%;
	width: 40%;
	height: 1px;
	border-bottom: 1px solid #EB4F38;
}
.fzxc .item:hover{
	box-shadow: 0 3px 10px #ebb6b6;
	-webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0)
}
.fzxc .item img.hide{
	display: none;
}
.fzxc .item:hover img{
	display: none;
}
.fzxc .item:hover img.hide{
	display: inline-block;
}
.fzxc .item:hover a{
	background: #EB4F38;
	color: #fff;
	border: 1px solid #EB4F38;
}
.fzxc .item:hover a:after{
	display: block;
}
.ldcy{
	margin-bottom: 100px;
}
.ldcy .left{
	overflow: hidden;
	height: 400px;
}
.ldcy .left img{
	width: 100%;
	height: 100%;
	transition:All 1.5s ease-in-out;
	-webkit-transition:All 1.5s ease-in-out;
	-moz-transition:All 1.5s ease-in-out;
	-o-transition:All 1.5s ease-in-out;
}
.ldcy .left img:hover{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.ldcy img{
	width: 100%;
}
.ldcy .title a{
    float: right;
    color: #333;
    margin-right: 10px;
    font-family: "方仪";
    font-size: 14px;

}
.ldcy .item{
	padding-left: 20px;
	margin-top: 20px;
}
.ldcy .item h5{
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
}
.ldcy .item p{
	color: #666;
}
@media screen and (max-width:960px) {
	.fzxc .f5{
		width: 24%;
	}
	.fzxc .f5:last-child{
		display: none;
	}
}
@media screen and (max-width:640px) {
	.fzxc .f5{
		width: 50%;
	}
}
@media screen and (max-width:425px) {
	.fzxc .f5{
		width: 100%;
	}
}