<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS footer */
.footer{
	background-color: #f2f2f2;
}
.footer .footer-content{
	padding-top:40px;		
}
.footer .footer-list{
	list-style-type: none;
	
}
.footer .footer-list LI{
	float: left;
	width: 300px;
	padding-left:50px;
	color:#666666;
}
.footer .footer-list LI p{
	line-height:25px;
	font-size:12px;	
}
.footer .footer-list .title{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.footer .footer-line{
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	height:20px;
}
.footer .footer-menu{
	text-align: center;
	color:#666666;
	font-size:12px;
}
.footer .footer-menu span{
	padding-right: 8px;
	padding-left: 8px;
}
.footer .footer-copyright{
	text-align: center;
	color:#666666;
	font-size:12px;
	margin-top:20px;
	padding-bottom:20px;	
}
.footer .footer-menu{
	text-align: center;
}

.footer .footer-menu a{
	color:#333333;
	font-size: 16px;
	margin-right: 50px;
	margin-left: 50px;
	display: inline-block;
	height:50px;
	line-height: 50px;
}

.footer .footer-menu a:hover{
	color:#009bef;
}
.footer .footer-menu span{
	margin-left: 57px;
}
.footer .footer-menu .footer-menu-free{
	background: url("footer_menu.png") no-repeat scroll 0px -28px;
}
.footer .footer-menu .footer-menu-back{
	background: url("footer_menu.png") no-repeat scroll 0px -118px;
}
.footer .footer-menu .footer-menu-sale{
	background: url("footer_menu.png") no-repeat scroll 0px -205px;
}
.footer .footer-menu .footer-menu-technology{
	background: url("footer_menu.png") no-repeat scroll 0px -305px;
}


@media(max-width:960px)
{
	.footer .footer-list LI{width:94%;padding-left:5%;}
	.copyright{padding-top:10px;padding-bottom:50px;}
	}</pre></body></html>