.funs-intrbox{
	padding-bottom: 60px;
}
.funs_ulbox>ul>li{
	float: left;
	width: calc(100% / 7);
	width: -moz-calc(100% / 7);
	width: -webkit-calc(100% / 7);
}
.fusimg{
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 20px;
	text-align: center;
}
.fusimg>img{
	max-height: 100%;
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	
}
.funs_ulbox>ul>li:hover .fusimg>img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.fus-tit{
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.wtd-funbox{
	padding-bottom: 60px;
}
.wtd-cont>img{
	display: block;
	margin: 0 auto;
}
.jiem-box .inr_swier .swiper-slide{
	background-color: transparent;
}

.wts-funbox{
	padding-bottom: 60px;
}
.fun-txt{
	height: 60px;
	padding: 0 7%;
	
}