.sfq-container {
  display: flex;
  width: 100%;
  padding:0;
  box-sizing: border-box;
  height: 400px;
}

.sfq-box {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  /*  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);*/
  line-height: 0;
/*  background: #000;
*/  margin: 5px;
  border-radius: 0;
  text-align: center;
}



/*----------------------*/



/*----------------------*/




.sfq-box > img {
  width: 110%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .5s;
}

.sfq-box > span {
  font-size: 26px;
  font-weight: bold;
  display: block;
  text-align: left;
  height: 50%;
  line-height: 1.1em;
  margin-top: -240px;
  color: #fff;
   letter-spacing:1px
;
  transition: all 0.3s;
  padding-left: 10%;
}
.sfq-box > span img{display: block;margin: 0 0 20px;}

.sfq-box:hover {
  flex: 1 1 20%;
  
}
/*.sfq-box img:hover{
  width: 106%;
  height: 106%;
  transition: .5s;
	opacity: 0.5;
} */     /*降低透明度显示背景  上面.sfq-box:hover加上背景  background:#000;*/
.sfq-box:hover a::before {
  position:absolute;top:0px;left:0px;z-index:1;width:100%;height:100%;background:#000;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease;
}


.sfq-box:hover > span img{
    margin-left: 0px;
}

.sfq-box:hover > span {
  display: block;
  text-align: left;
  height: 100%;
  line-height: 1.3em;
  color: #fff;
  opacity: 1;
  z-index: 999;
  writing-mode: unset;
  margin-left: 0;
  transition: all 0.3s;
  margin-top: -240px;
}

.sfq-font10{font-size: 13px;line-height: 1;font-weight: normal;margin-top: 2%;}


.sfq-box .ico-more{display: none}
.sfq-box:hover .sfq-font10{}





.sfq-sj{
	width:100%;
	margin: auto;
	overflow: hidden;
	display: none;
	margin-bottom: 5%;
}

.sfq-sj li{
	width: 30%;
	margin: auto;
	overflow: hidden;
	position: relative;
	list-style: none;
	border-radius: 20px;
	height: 150px;
}

.sfq-sj li .pic{
	position: relative;
	z-index: 1;
}
.sfq-sj li .pic img{
    width: 370%;
}
.sfq-sj li .info{
	position: absolute;
	z-index: 99;
	color: #fff;
	width: 100%;
	align-items: center;
	margin-top: 30%;
}
.sfq-sj li .info .ico{
    text-align: center;
    width: 100%;
    margin: auto;
}
.sfq-sj li .info .ico img{display:block;  margin:auto}
.sfq-sj li .info .text{
    display: none;
}





/*<1000*/
@media screen and (max-width:991px) 
{
	.sfq-container{/*display:none;*/}
	.sfq-sj{display: flex;}
}

