
			* {
				margin: 0;
				padding: 0;
				border: none;
				zoom: 1;
			}
			
			ul li {
				list-style: none;
			}
			
			.box {
				width: 81px;
				height: 93px;
				margin-left: 0%;
				margin-top: -25%;
				position: fixed;
                z-index: 100;
                /*border: 1px solid white;*/
			}
			
			.box ul li {
				width: 81px;
				display: block;
				height: 93px;
				padding: 2px;
				overflow: hidden;
				/*border: 1px solid red;*/
			}
	
			
      
      .ap {
				background: url(/template/default/images/eleva.png) no-repeat;
				background-position: 0 55%;
				-webkit-transition: all .3s;
				-moz-transition: all .3s;
				-ms-transition: all .3s;
				-o-transition: all .3s;
			}
			
			.ap:hover {
				background-position: 0 65%;
			}
			
			.ap:hover .ap-logo {
				width: 170px;
				height: 185px;
				-webkit-transform: rotate(360deg);
				-moz-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
				-o-transform: rotate(360deg);
			}
			
			
			.ap-logo {
				background-position: 0 26%;
				width: 0px;
				height: 0px;
				overflow: hidden;
				position: absolute;
				top: 4px;
				left: 80px;
				-webkit-transition: all .3s;
				-moz-transition: all .3s;
				-ms-transition: all .3s;
				-o-transition: all .3s;
			}
      .ap-logo .pan{
                background-color: #e13823;
                font-size: 20px;
                height: 80px;
                line-height: 80px;
                text-align: center;
                color: red;
                font-weight: 800;
            }
      
      
      
      
			
			.app {
				background: url(/template/default/images/elevator.png) no-repeat;
				background-position: 0 55%;
				-webkit-transition: all .3s;
				-moz-transition: all .3s;
				-ms-transition: all .3s;
				-o-transition: all .3s;
			}
			
			.app:hover {
				background-position: 0 65%;
			}
			
			.app:hover .app-logo {
				width: 170px;
				height: 185px;
				-webkit-transform: rotate(360deg);
				-moz-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
				-o-transform: rotate(360deg);
			}
			
			
			.app-logo {
				background: url(/template/default/images/elevator.png) no-repeat;
				background-position: 0 26%;
				width: 0px;
				height: 0px;
				overflow: hidden;
				position: absolute;
				left: 74px;
				-webkit-transition: all .3s;
				-moz-transition: all .3s;
				-ms-transition: all .3s;
				-o-transition: all .3s;
			}
		