body{
	background-color:#f4f4f4;
}
.inner_banner{
width:100%;
margin-top:20px;
}
.wh_1200{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.row_com{
    /*float:left; */
    padding-top:30px;
    line-height:200%;
    font-size:16px;
    color:#313131;}
.row_com a{
    color:#313131;
    padding:2px;
    background-color: unset !important;
    display: inline !important;
}
.row_com .on{
    border-bottom:2px solid #313131;
}
.row_com li{
    float: left;
    display: block;
    width:16.6% !important;
	font-size: 16px;
    cursor: pointer;
    margin-bottom:0px !important;
}
.row_com li:nth-child(1) a{
    margin-left: 30%;
}
.list_shop_lists ul{
	overflow: hidden;
}
.list_shop_lists li{
	max-width:380px;
	float:left;
	width:33.3%;
	box-sizing: border-box;	
	padding:0 15px;
	margin-bottom:30px;
}
.list_shop_lists li a{display: block;transition: all 0.8s;background-color:#fff;}
.tittlinfo{
	padding:20px;
}
.list_shop_lists li .titles{
	font-size: 16px;
	padding-bottom:0px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	overflow:hidden;
}
.list_shop_title{
	font-size: 24px;
	color:#555;
	font-weight:400;
	margin:25px 0;
	text-indent:15px;
}
.list_shop_lists li .stitle{
	color:#ff6700;
	margin-top:7px;
}
.list_shop_lists li .stitle span{
	color:#727171;
	padding-left:20px;
}
.list_shop_lists li img{
	width:100%;
}
.list_shop_lists li .view{
	position: relative;
	overflow: hidden;
}
.list_shop_lists li .view .mask{
	display:block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	opacity: 0;
	background-color: rgba(51,51,51,0.7);
	transition: all 0.4s ease-in-out;
}
.list_shop_lists li .view .mask span{
	transition-delay: 0.2s;
		opacity:0;
		font-size: 14px;	
		background-color:rgba(0,0,0,1);
		padding:7px 14px;
		display:inline-block;
		text-align: center;
		height:35px;
		color:#fff;
		transition: all 0.4s ease-in-out;
		width:100px;
		border-radius:5px;
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
		margin:auto;
}
/* .list_shop_lists li:hover a{
	box-shadow: 0 0 10px #999;
} */
.list_shop_lists li:hover .view .mask{

}
.list_shop_lists li:hover .view .mask span,.list_shop_lists li:hover .view .mask{
	opacity: 1;
}

.inner_banner .swiper-button-next:after,.inner_banner  .swiper-container-rtl .swiper-button-prev:after,.inner_banner .swiper-button-prev:after,.inner_banner  .swiper-container-rtl .swiper-button-next:after{color:#fff;}
.inner_banner .swiper-button-prev:focus,.inner_banner  .swiper-container-rtl .swiper-button-next:focus{outline: -webkit-focus-ring-color auto 0px;}
.inner_banner .swiper-button-next:focus,.inner_banner .swiper-container-rtl .swiper-button-prev:focus{outline: -webkit-focus-ring-color auto 0px;}