.menu-scheme > a {
	color:#eb612a !important;
}
.publicity-su1{
	position: absolute;
	top:0px;
	width: 100%;
	height: 100%;
}
.su1-wrap{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 114px;
	margin-bottom: 0px;
	padding:0px 40px 0px 20px;
	word-break: break-all;
}
.su1-wrap h3{
	font-size: 24px;
	margin-top: 20px;
	line-height: 1.2;
	position: relative;
	opacity: 1;
	color: #fff;
	-moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -webkit-transform: translateY(60%);
    transform: translateY(60%)
}
.su1-wrap p{
	position: relative;
    -moz-transform: translateY(80%);
    -ms-transform: translateY(80%);
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    color: #fff;
    line-height: 1.5;
    width: 100%
	}
.publicity-su1:hover{
		background: rgba(0,0,0,.5);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8000000",endColorstr="#a8000000",GradientType=0);
	    text-decoration: none;
	}
.su1-wrap a,.su1-wrap h3,.su1-wrap p {
    -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
    -o-transition: all 1s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1)
}
	.publicity-su1:hover a button,.publicity-su1:hover h3,.publicity-su1:hover p {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.publicity-img1-wrap{
	position: relative;
	margin-bottom: 30px;
}
.scheme-category-list{
	margin-top: 40px;
}
.scheme-right-list{
	padding: 20px;
}
.scheme-right-list a{
	color: #777;
}
.scheme-right-list li:hover .scheme-title p{
	color: #eb612a;
}
.scheme-title p{
	color:#333;
	font-size: 24px;
}