<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* åº•éƒ¨ */
.page-footer {
    display: flex;
	background:#c81a1d;
}
.page-footer-left {
    width: 47.507%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.copyright {
    display: inline-block;
    vertical-align: middle;
}
.footer-cen {
    width: 25.493%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-footer-right {
    width: 27%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}
.footer-contact a {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-left: 20px;
}
.douyin {
    background: #8c1214 url(../images/douyin.png) no-repeat center center;
}
.wechat {
    background: #8c1214 url(../images/wechat.png) no-repeat center center;
}
.qiye {
    background: #8c1214 url(../images/qiye.png) no-repeat center center;
}

@media (max-width: 1100px) {
	.page-footer-left{
		width:45%;
		padding: 30px 0;
	}
	.footer-cen{
		width:30%;
		padding: 30px 0;
		text-align:center;
	}
	.page-footer-right{
		width: 35%;
		padding: 30px 0;
	}
	
	.footer-contact a{
		width: 30px;
		height: 30px;
		margin-left: 30px;
	}
}


@media (max-width: 768px) {
	.page-footer{
		flex-wrap: wrap;
	}
	.page-footer-left{
		width: 100%;
		padding: 10px 0;
		border-right: none;
		text-align: center;
	}
	.footer-logo{
		width: 140px;
		margin: 0 auto;
	}
	.biaoyu{
		width: 180px;
		margin: 0 auto;
	}
	.footer-cen{
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}
	.page-footer-right{
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}
}



@media (max-width: 450px) {
	.head-con{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.head-search input{
		font-size: 10px;
		padding: 0 5px;
	}
	
	.head-search button{
		font-size: 10px;
	}
}

/* åº•éƒ¨ ç»“æŸ */</pre></body></html>