.sfq-container {
  display: flex;
  width: 100%;
  padding:0;
  box-sizing: border-box;
/*  height: 52vh;*/
	height: 500px;
}

.sfq-box {
  flex: 1;
  overflow: hidden;
  transition: .5s;
/*  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);*/
  line-height: 0;
	background: #000;
}



/*----------------------*/



/*----------------------*/




.sfq-box > img {
  width: 110%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: .5s;
}

.sfq-box > span {
  font-size: 22px;
	font-weight: bold;
	text-align: center;
  display: block;
  text-align: left;
  height: 100%;
  padding-left: 5%;
  line-height: 1.3em;
  margin-top: -350px;
  color: #fff;
  writing-mode: vertical-rl;
	letter-spacing:1px
}
.sfq-box > span img{ margin-bottom:20px;}

/* .sfq-box:hover {
  flex: 1 1 60%;
}

.sfq-box:hover > img {
  width: 100%;
  height: 100%;
  transition: .5s;
	opacity: 1;
}
.sfq-box:hover > span img{ margin-right:20px;}

.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;
} */

.active {
  flex: 1 1 60%;
}

.active > img {
  width: 100%;
  height: 100%;
  transition: .5s;
	opacity: 1;
}
.active > span img{ margin-right:20px;}

.active > span {
  display: block;
  text-align: left;
  height: 100%;
  line-height: 1.3em;
  color: #fff;
  opacity: 1;
  z-index: 999;
  writing-mode: unset;
}

.sfq-font10{font-size:0.65em; line-height: 1em; font-weight: normal;letter-spacing:0px}
.sfq-font12{font-size:0.7em; line-height: 0.85em;}


.sfq-box .ico-more{display: none}
.sfq-box:hover .ico-more{display: block;margin-top: 5%;}





.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;}
}

