.control{
	padding: 0px;
}
.ui-header .logo{
	margin-left: -1px;
	margin-top: -1px;
	line-height: normal;
}
.ui-header .logo img{
	max-width: 100%;
	height: 30px;
}
.ui-content .ui-logo{
	position:relative;
	float: left;
	width:100%;
	background-color: #fff;
	padding: 5px 5px;
	border-bottom: 1px solid #ddd
}
.ui-logo .logo{
	position:relative;
	float:left;
	width:auto;
	height: 48px;
	text-align: center;
	border-radius: 500px;
	overflow:hidden;
}
.ui-logo .logo img{
	position: relative;
	max-height: 48px;
	margin-top: -24px;
	top:50%;
	width: auto;
}
.ui-logo .person{
	position:relative;
	float:left;
	width:auto;
	padding-left: 5px;
}
.ui-logo .person p{
	margin-bottom: 0px;
	line-height: 1.5;
	font-size:8pt;
}
.ui-logo .person p:nth-child(1){
	font-size:11pt;
	font-weight: bold;
}
.ui-logo .person .tag{
	font-size: 10px;
	color: #fff;
	background-color: #FF5722;
	font-weight: normal;
	margin-left: 5px;
	padding:2px 2px;
}
.ui-logo .person-img{
	position:relative;
	float:right;
}
.ui-logo .person-img img{
	width:auto;
	max-height:48px;
}
.ui-content .ui-list{
	width:100%;
	height:auto;
	margin-top:10px;
}
.ui-list ul{
	float:left;
	width:100%;	
}
.ui-list li{
	float:left;
	width:25%;
	margin-bottom:10px;
	padding:5px 0px;
	overflow: hidden;
	border-radius:4px;
	transition: all 200ms linear;
}
.ui-list li:hover{
	box-shadow:0 1px 12px rgba(0,0,0,.25)
}
.ui-list li a{
	display:inline-block;
	width:70%;
	margin-left:15%;
	margin-right:15%;
	text-align:center;
	text-decoration:none;
}
.ui-list li a img{
	width:100%;
	height:auto;
}
.ui-list li span{
	display:inline-block;
	width:100%;
	height:auto;
}
.ui-list li p{
	width:100%;
	height:0.27rem;
	line-height:0.27rem;
	color:#333;
	margin-top:0.05rem;
	margin-bottom:5px;
	font-weight:normal;
}
.ui-content .carousel-indicators{
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
}
.ui-content .carousel-indicators li{
	float: left;
	margin:0px;
	width:33.333333%;
	height:3px;
	background-color: rgba(0,0,0,0.3);
	border-radius:inherit;
	border:none;
	border-right: 1px solid #fff
}
.ui-content .carousel-indicators li:nth-last-child(1){
	border-right:none;
}
.ui-content .carousel-indicators .active {
    width: 33.333333%;
    height: 3px;
    margin: 0;
    background-color: #FF5722;
}
.ui-content .carousel-control span{
	position:absolute;
	width: 30px;
    height: 30px;
	left:50%;top:50%;
	margin-left:-15px;
	margin-top:-15px;
	font-size: 12px;
}