		.mk01{
			width: 100%;
			height: 677px;
			background: url("https://bj.aura.cn/file/images/bj_01.jpg") no-repeat center;
			overflow: hidden;
			margin: 0 auto;
		}
		.anniu01{
			display: block;
			width: 270px;
			height: 60px;
			border-radius: 30px;
			background: linear-gradient(to top, #ff4e00, #fe8100);
			background: -ms-linear-gradient(to left, #ff4e00, #fe8100);
			background: -webkit-linear-gradient(to left, #ff4e00, #fe8100);
			background: -moz-linear-gradient(to left, #ff4e00, #fe8100);
			box-shadow: 0px 8px 16px 0px rgba(255, 106, 110, 0.38);
			text-align: center;
			line-height: 60px;
			font-size: 26px;
			font-weight: 500px;
			color: #fff;
			margin: 560px auto 0;
			text-decoration: none;
			transition: all 0.2s linear 0s;
		}
		.anniu01:hover{			
			
			transform:translate3d(0, -10px, 0);
			box-shadow: 0 10px 50px 0 #ffd4c0;  
		}
		
		
		
		.mk02{
			width: 100%;
			height: 677px;
			background: url("https://bj.aura.cn/file/images/bj_02.jpg") no-repeat center;
			overflow: hidden;
			margin: 0 auto;
		}
		.anniu02{
			display: block;
			width: 270px;
			height: 60px;
			border-radius: 30px;
			background: linear-gradient(to top, #4285ec, #0bbafb);
			background: -ms-linear-gradient(to left, #4285ec, #0bbafb);
			background: -webkit-linear-gradient(to left, #4285ec, #0bbafb);
			background: -moz-linear-gradient(to left, #4285ec, #0bbafb);
			/*box-shadow: 0px 8px 16px 0px rgba(255, 106, 110, 0.38);*/
			box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
			text-align: center;
			line-height: 60px;
			font-size: 26px;
			font-weight: 500px;
			color: #fff;
			margin: 560px auto 0;
			text-decoration: none;
			transition: all 0.2s linear 0s;
		}
		.anniu02:hover{			
			
			transform:translate3d(0, -10px, 0);
			box-shadow: 0 10px 50px 0 #d0e0ff;  
		}