﻿@charset "utf-8";
/* CSS Document */

/* footer 
-------------------------------------------------- */
.footer {
  width: 100%;
  padding:15px 0 0px 0;
  background-repeat: no-repeat;
}
.footer-logo{
  padding-right:10px;
}
.footer-logo img {
   
}
.footer-logo2{

}
.footer-logo2 img {
   
}
.footer-text{
	font-family: "Microsoft YaHei";
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}
@media all and (max-width: 768px) {


}
@media all and (max-width: 375px) {
.footer-logo img {
	width: 12%;}
.footer-logo2 img {
	width: 20%;}
.footer-text{
  font-family: "Microsoft YaHei";
  color: #333;
  text-decoration: none;
  font-size: 5px;
  font-weight: normal;
  text-decoration: none;
  line-height: 16px;
}
}
