.case_banner{
	background-image: url(../images/fa_banner.jpg);
	height: 500px;
}
.blank40 {
    height: 40px;
}
.fa_list{
	overflow: hidden;
}
.about_ane {
    width: 310px;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 34px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	
}
.about_ane:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 0 2px #f60;
}
.about_ane:hover .bfb-about_ane-t1{
	display: none;
}
.about_ane:hover .about_noe {
    display: block;
    background: #5A9EFF;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.about_ane .about_noe a:hover {
	background: #f60;
}
.about_ane:nth-child(4n){
	margin-right: 0px !important;
}
.mr8 {
    margin-right: 13px;
}
.about_ane dt img {
    width: 100%;
	display: block;
}
.bfb-about_ane-t1 {
    position: absolute;
    left: 0px;
	bottom: 0px;
	line-height: 40px;
	right: 0px;
	text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
	background: #5A9EFF;
}
.about_noe {
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 100%;

}
.about_cof {
    color: 
    #fff;
    margin: 50px 30px 25px 30px;
    font-size: 18px;
}
.original {
    background: 
#332523;
padding: 6px 20px 6px 20px;
color:
    #fff;
    border-radius: 5px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid 
    transparent;
    border-radius: 4px;
}