@media only screen and (min-width: 1200px) {
	.sy-pc.footer {
		padding-top:30px;
		color:#efefef;
		background:#0084ff;
		position:relative;
	}
	.sy-pc.footer .wave {
		width:100%;
		position:absolute;
		top:-20px;
		left:0;
		height:20px;
	}
	.sy-pc.footer .wave-1 {
		background:url(/image/wave-bg-4.png) repeat-x 0 100%;
		-webkit-animation: wave 60s linear infinite;
		animation: wave 60s linear infinite;
	}
	.sy-pc.footer .wave-2 {
		background:url(/image/wave-bg-5.png) repeat-x 0 100%;
		-webkit-animation: wave 30s linear infinite;
		animation: wave 30s linear infinite;
	}
	.sy-pc.footer .wave-3 {
		background:url(/image/wave-bg-6.png) repeat-x 0 100%;
		-webkit-animation: wave 10s linear infinite;
		animation: wave 10s linear infinite;
	}
	.sy-pc.footer .buttons-row .button {
		color:white;
		font-size:20px !important;
		border:0;
		border-right: 1px solid rgba(255, 255, 255, 0.3);
		line-height:40px;
		height:50px;
	}
	.sy-pc.footer .buttons-row .button:last-child {
		border:0;
	}
	.sy-pc.footer .buttons-row .button span {
		color:white;
		font-size:30px !important;
		margin-right:15px;
		position:relative;
		bottom:-4px;
		font-weight:normal;
	}
	.sy-pc.footer .buttons-row .button:hover span {
		color:rgb(0, 200, 250);
	}
	.sy-pc.footer .content-block {
		margin: 10px 0;
	}
	.sy-pc.footer .content-block:after {
		content:'';
		border-bottom:1px solid rgba(255, 255, 255, 0.3);
		width:100%;
		display: block;
		margin-top:30px;
	}
	.sy-pc.footer .copyright {
		padding:10px 0;
	}
	.sy-pc.footer .copyright p {
		text-align: center;
		font-size:12px !important;
		color:rgba(255,255,255, 0.7);
	}
	.sy-pc.footer .copyright p a {
		font-size: 12px !important;
		color: rgba(255, 255, 255, 0.7);
	}
	.sy-pc.footer .slogan {
		text-align: center;
		margin: 10px 0;
		font-size:35px !important;
		color:rgba(255, 255, 255, 0.8);
		font-weight: bold;
	}
}

