@charset "utf-8";
/* CSS Document */

.el-footer *{box-sizing: border-box;color:#fff;font-size:15px;}
.footer-container{width:1400px;margin:auto;overflow: hidden;}
.el-footer{background: #205abb;padding-top:15px;margin-top:30px}
.footer-list{float:left;}
.footer-pic{float:right;}
.footer-list p{line-height: 34px;}
.footer-pic{display: flex;}
.footer-pic div{height: 114px;margin-left:30px;display: flex;align-items: center;justify-content: center}
.footer-btm{background-color: #1951b0;line-height: 42px;text-align: center;}
.footer-btm img{vertical-align: middle;}
.el-footer br{display:none;}

.el-footer a:hover{color:#fff}

/* 适配小屏 */
@media screen and (max-width: 1400px) {
 .footer-container{width:1200px}

}

/* 适配pad */
@media screen and (max-width: 1200px) {
 .footer-container{width:970px}
 .footer-pic{float:left;}
 .footer-pic div{height:80px}

}

@media (max-width:991px) {
	.footer-container{width:100%;padding:10px}
	.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) {
}


