/* 关于我们 S */
.R .info {display:none;}
.R .info.active {display:block;}
.R .info ul {
	display:flex;
	display:-webkit-flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	width:100%;
}
.R .info ul li {
	width:23%;
	text-align:center;
	margin:8px;
	margin-bottom:26px;
	padding-bottom:10px;
	transition:.5s;
}
.R .info ul li div {
	width:100%;height:160px;
	margin-bottom:12px;
}
.R .info ul li img {width:100%;height:100%;}
.R .info ul li a {color:#555;}
.R .info ul li p {
	width:100%;
	margin-bottom:5px;
}
/* 关于我们 E */