@charset "utf-8";
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;}
ul,li{margin:0px; padding:0px; list-style:none;}
table,tr,td,h2,span,p,form,input,dl,dd,dt,em,b{margin:0px; padding:0px;}
em,img{border:0px;}
a{text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:none;}
.fl{float:left; display:inline;}
.fr{float:right;display:inline;}
.clear{clear: both;}

.m20{margin:20px auto;}
.mt20{margin-top:20px;}
.pt40{padding-top:40px;}

/*大于等于1200像素则显示更宽_Yan*/
@media only screen and (min-width:1441px) {
            .container {
                max-width: 1440px;}
        }

/*手机导航开始*/
/*遮罩层*/
.hide{
    display: none;}


/*首页*/
.appheader{
	height:48px;
	width:100%;
	line-height: 48px;
	text-align: center;
	font-size:1.5em;
    background-color: #782c1d;
    color:#fff;
	position: absolute;
    top: 0;
	z-index:9999;}

/*列表页*/
.backprev{
	float:left;
	width: 15%;
    text-align: center;
    color: #fff;
    height: 48px;
    line-height: 48px;}
.head-left{
    width: 85%;
	height:48px;
	padding:3px 0;
	line-height:48px;
    text-align: left;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.head-left img{
    height:90%;
	float:left;
	display: inline-block;
	vertical-align: middle;
	overflow:hidden;}
.head-middle{
    width: 35%;
    text-align: center;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:14px;
	display:none
;}
.head-right{
	float:right;
	text-align: center;
	width:15%;}
.app-hide-list i{
    margin-top: -3px;
    margin-right: 5px;}
.app-hide-list{
    background: #f5f5f5;
    margin:5px 0;
    color:#ffffff;}
.app-slide-menu .mdui-list-item-content{
    text-align: left;
    padding-left: .8em;}
.app-collapse-menu{
    margin:0 16px;}
.app-list-home{
    padding:0;
    margin:5px 0 10px;
    background: #5b251b;}
.app-list-home:hover{
    background: #5b251b;}
.app-list-home i{
    margin-top: -3px;
    margin-right: 5px;
    color:#fff;}
.app-list-home a{
    color:#fff;}
.app-list-item-link{
    color:#fff;
    display: block;
    width:100%;
    text-align: left;}
.mdui-collapse-item-body .app-sub-list{
    padding:0 ;
    margin: 8px;
    background: #fff;}
.mdui-collapse-item-body .app-sub-list a{
    padding-left:23px;
    color: #782c1d;
    font-weight: bold;
    font-size: 16px;}
.app-collapse-list{
    margin:10px 0;}
.menu-click{
    background: #782c1d;}
.app-btn{
	min-width: 100%;
	text-align: center;
	padding:0;}