@charset "utf-8";
/* CSS Document */

.el-footer *{box-sizing: border-box;}
.footer-container{width:1400px;margin:auto;overflow: hidden;}
.el-footer{background: #e1e8f0;padding-top:15px;margin-top:30px}
.footer-list{float:left;}
.footer-pic{float:right;position: relative;}
.footer-list p{line-height: 34px;font-size:16px;}
.footer-pic{display: flex;}
.footer-pic div{height: 114px;margin-left:30px;display: flex;align-items: center;justify-content: center}
.footer-btm{background-color: #eaf0f7;line-height: 42px;text-align: center;}
.footer-btm img{vertical-align: middle;}
.el-footer br{display:none;}
.footer-btm {font-size:16px;}


/* ÊÊÅäÐ¡ÆÁ */
@media screen and (max-width: 1400px) {
 .footer-container{width:1200px}

}

/* ÊÊÅäpad */
@media screen and (max-width: 1200px) {
 .footer-container{width:970px}

}

@media (max-width:991px) {
	.footer-container{width:100%;padding:10px;text-align: center;}
	.el-footer a, .el-footer p{font-size:14px} 
	.footer-list p,.footer-btm{line-height: 26px} 
	.footer-list,.footer-msg,.footer-pic{width:100%;height:auto}
  .footer-pic div{padding:0 10px;width:auto;height:76px;background:none;margin-left:0}
  .el-footer br{display: block;}
	.footer-pic{justify-content: center;}

}

@media (max-width:767px) {
}


