.detail{
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 60px;
}
.detail .dilSwiper{
	width: 100%;
	margin-bottom: 26px;
}
.detail .swiper-button-prev{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.detail .swiper-button-next{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.detail .swiper-slide{
	width: 100%;
	height: auto;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next, .swiper-button-prev{
	padding: 35px 25px;
	background-color: rgba(0,0,0,.6);
	transition: all .3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	background-color: rgba(250,79,28,.6);
}
.detail .delBtn{
	padding: 0 24px;
	color: #555;
}
.detail .delTile{
	color: #FA4F1C;
	font-size: 20px;
	margin-bottom: 31px;
}
.detail .delBtn .jianjie{
	font-size: 16px;
	padding-left: 11px;
	position: relative;
	margin-bottom: 16px;
}
.detail .delBtn .jianjie::before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 15px;
	background-color: #FA4F1C;
	position: absolute;
	top: 0;
	left: 0;
}
.detail .delBtn .delText{
	padding-bottom: 74px;
	background: url(../images/aboutFFS/images/detailbg_03.jpg) no-repeat 0/100% 100%;
}
.detail .delBtn .delText p{
	line-height: 24px;
}
/* 相关推荐 */
.recommended .recomTile{
	color: #FA4F1C;
	font-size: 18px;
	padding-left: 13px;
	cursor: pointer;
	position: relative;
	margin: 40px 0 33px;
}
.recommended .recomTile::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 28px;
	background-color: #FA4F1C;
	position: absolute;
	top: 0;
	left: 0;
}
.dibaioOne {
	width: 380px;
	height: 300px;
    border: 2px solid #eee;
    box-sizing: border-box;
    position: relative;
	margin: 20px 20px 0 0;
	float: left;
}
.dibaioOne .swiTop{height: 230px;}
.dibaioOne .swiTop img{height: 100%;}
.dibaioOne:nth-child(3n){
	margin-right: 0;
}
.dibaioOne .swiBtn {
    padding: 23px 15px;
}
.dibaioOne .btnTile {
    font-size: 16px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}
.dibaioOne  .btnContent {
    font-size: 14px;
    color: #999;
    word-break: break-all;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
}
/* 悬浮后出现 */
.hoverCome{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.hoverCome .hoverTop{
	width: 100%;
	height: 75%;
	position: relative;
	transform: scale(0);
	transition: all .5s;
}
.hoverCome .hoverTop .more{
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -23px;
	margin-left: -23px;
}
.hoverCome .hoverBtn{
	height: 75px;
	background-color: #FA4F1C;
	padding: 25px 5px 20px 20px;
	display: none;
	transition: all .5s;
}
.hoverCome .hoverBtn p{
	color: #fff;
}
.hoverCome .hoverBtn p:first-child{
	line-height: 38px;
	font-weight: bold;
}
.hoverCome .hoverBtn p:last-child{
	line-clamp: 3;
	-webkit-line-clamp: 3;
}
.hoverCome .bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.dibaioOne:hover{
	border-color: #FA4F1C;
}

/* .dibaioOne:hover .hoverCome .hoverTop{
	transform: scale(1);
} */
.dibaioOne:hover .hoverCome .hoverBtn{
	display: block;
}
.hoverCome>a{
	display: block;
	width: 100%;
	height: 100%;
}
/* END相关推荐 */