@media screen and (max-width: 480px){
	html{
		font-size: 40px;
	}
	p{
		font-size: 0.37rem;
	}
	#navigation{
		height: 1.2rem !important;
	}
    #head{
        background:rgba(44, 44, 44, 0) ;
        width: 100% !important;
        z-index: 10000;
        height: 1.2rem;
    }
    .navbar-header{
    	padding: 0.226666rem 0.4rem;
    	height: 0.933333rem;
    }
    #bs-example-navbar-collapse-1{
	     background:rgba(44, 44, 44, 1) !important;
	     width: 100% !important;
	}
    .logoimg {
	    margin-top: 0.04rem !important;
	    width: 2rem;
	    height: 0.733333rem;
	}
	.navbar-toggle {
		margin: 0;
	}
    #head .icon-bar{
    	background: white;
    }
	#uls li{
		float: none;
		width: 100%;
		text-align: left;
		margin: 15px;
	}
	#uls .head-hov{
		display: none;
	}
	#uls {
	    float:none;
	    margin: 0;
	}
/*	手机端页脚部分*/
	#appFooter{
		background:rgba(245,245,245,1);
		display: block ;
		margin-top: 0.8rem;
	}
	.appFoterul li{
		height: 1.173333rem;
		border-bottom: 1px solid rgba(221,221,221,1);
    	padding: 0.32rem 0.72rem 0.32rem 0.533333rem;
    	font-size: 0.373333rem;
    	color:rgba(133,141,156,1);
	}
	.appFoterul li a span{
		float: right;
		font-size: 0.4rem;
	}
	.appFoterul  span{
		float: right;
		font-size: 0.4rem;
	}
	.appFoterul li a{
		overflow: hidden;
		color:rgba(133,141,156,1);
	}
	.appFoterul li:nth-child(3) p{
		margin-bottom: 0;
		margin-top: 0.266666rem;	
		font-size: 0.32rem;
	}
	.appFoterul li:nth-child(3) div{
		display: none;
	}
	.heightLi{
		height: 4rem !important;
	}
	.tranRota{
		transform:rotate(90deg);
	}
	#lastApp{
		padding: 0 0.533333rem;
		display: block;
		color:rgba(102,102,102,1);
		font-size: 0.32rem;
		margin-top: 0.8rem;
	}
	#footer,#last{
		display: none;
	}
	#lastApp p{
		margin-bottom: 0.2rem;
	}
	/*#lastApp p:nth-child(2){
		text-align: justify;
	}*/
}