li{
	list-style: none;
}
.top-banner{
	width: 100%;
	margin: 0;
	padding: 0;
}
.app-name{
	width: 100%;
	height: 4.5rem;
	font-family: Franklin Gothic Medium;
	font-size: 1rem;
	padding-top: 2rem;
	background: url(../images/logo.png) no-repeat 1rem 1.7rem;
	background-size:30px 30px;
	text-indent:3.125rem ;
}
.app-name .msg{
	width: 1.8rem;
	height: 1.5rem;
	float: right;
	margin-right:1rem;
	background: url(../images/icon/down_app.png) no-repeat center center;
	background-size:1.5rem 1.5rem;
}

.app-value{
	width: 90%;
	height: 2.75rem;
	margin: 0.25rem auto 0 auto;
}
.app-value a{
	width: 100%;
	display: block;
}
.app-value a.title{
	font-size: 0.75rem;
}
.app-value a.title i{
	width: 2rem;
	height: 1.25rem;
	float: right;
	margin-top: -0.25rem;
	margin-right: 13rem;
}
.app-value a.title i.shows{
	background: url(../images/icon/show.png) no-repeat center center;
	background-size:1.6rem 1rem;
}
.app-value a.title i.hides{
	background: url(../images/icon/hide.png) no-repeat center center;
	background-size:1.6rem 1rem;
}

.app-value a.value{
	padding-top: 0.75rem;
	font-size: 1.25rem;
}
.app-value a.value i{
	padding-left: 0.15rem;
	font-size: 0.75rem;
}

.mui-slider{
	width: 98%;
	margin:1.5rem auto;
}
/* 轮播图 */
.mui-slider-item {
	padding: 0 0.9375rem;
	width: 100%;
	box-sizing: border-box;
}

.mui-slider-item>a {
	width: 100%;
	height: 9.75rem;
}

.menus{
	width: 90%;
	margin: 0.75rem auto 0 auto;
}
.menus li{
	width: 25%;
	height: 5rem;
	float: left;
}
.menus li a{
	width: 100%;
	height: 2.5rem;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.75rem;
	display: block;
}
.menus li a:last-child{
	height: 1.8rem;
	line-height: 1.8rem;
}
.menus li a img{
	width: 2.75rem;
}
/* 通告栏 */
.noticebar {
	margin: 1.125rem 0.9375rem;
	border-radius: 0.3125rem;
	height: 1.875rem;
	overflow: hidden;
	background: url(../images/noticebar@2x.png) no-repeat 0.375rem center #fff;
	background-size: 0.8125rem 0.8125rem;
}

.noticebar .bar {
	margin-left: 1.625rem;
	box-sizing: border-box;
	overflow: hidden;
}

.marquee .js-marquee {
	font-size: 0.75rem;
	color: #515151;
	line-height: 1.875rem;
}
.article{
	width: 90%;
	margin: 1rem auto;
	height: 3rem;	
	border: #f1f1f1 1px solid;
	border-radius: 5px;
	background: url(../images/notice.png) no-repeat 0.375rem center #fff;
	background-size: 2rem 2rem;
}
.article li.list{
	width: 90%;
	float: left;
	line-height: 1.5rem;
	padding: 0.65rem;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	font-size: 0.75rem;
	text-indent: 2rem;
}
.article li.arrow{
	width: 1.25rem;
	height: 2.8rem;
	float: right;
	display: block;
	background: url(../images/icon/arrow.png) no-repeat center center;
	background-size: 0.5rem auto;
}
.line-title{
	width: 90%;
	margin: 0 auto;
	height: 3.5rem;
	line-height: 3.5rem;
	padding: 0.65rem;
	font-weight: bold;
}
.line-title a{
	width: 0.75rem;
	float: left;
	height: 1.5rem;
	line-height: 1.5rem;
	background: #27acff;
	margin: 1rem 0.25rem 0 0;
}
.line-list{
	width: 90%;
	margin: 0 auto 1rem auto;
}
.line-list p{
	text-indent: 2rem;
	line-height: 1.5rem;
	color: #000;
}
.line-list p b{
	padding: 0.125rem 0 0 0;
	display: block;
}
.line-list a.img{
	text-indent: 0;
	display: block;
	margin: 1rem auto;
	clear: both;
	width: 60%;
	text-align: center;
	
}
.line-list a.img img{
	width: 100%;
}
.line-copy{
	width: 100%;
	margin: 1rem auto;
	text-align: center;
	line-height: 1.5rem;
	font-size: 0.75rem;
	color: #666;
}