@charset "utf-8";
/*footer*/
.pt30{padding-top: 30px;}
.footer-container{padding-bottom: 30px;background-color: #333333;color: #ffffff;}
.foot1 .logo{text-align: center;}
.foot1 .erweima{float: left;margin-top: 40px;width: 50%;text-align: center;}
.foot1 .erweima img{width:80%;}
.foot1 .erweima p{line-height: 24px;font-size: 14px;}
.foot2 a{display: block;margin-bottom: 30px; font-weight: bold;color: #ffffff;font-size: 14px;}
.foot3 p{margin-bottom: 23px;font-size: 12px}
.foot4 a{color: #ffffff;font-size: 12px}
.foot4 p{margin-bottom: 20px;text-align: right;}

@media (min-width: 768px){
	.foot1 .logo img{width:150px;}
}
@media (max-width: 480px){
	.foot1{text-align: center;}
	.foot1 .erweima{width: 50%;}
	.foot1 .logo img{width:150px;}
	.foot2{display: none;}
.foot3 {display: none;}
.foot4{display: none;}
}