footer{
  background: url(../images/footer.png) no-repeat center center;
  margin-top: 4%;
  background-size: cover;
  padding: 2% 0;
}
footer .footer .footer-top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#h3{
  font-size: 20px;
	color: #333333;
  font-weight: 550;
  position: relative;
  margin-bottom: 30px;
}
#h3::after{
  content: "";
  width: 35px;
	height: 3px;
	background-color: #12459a;
	border-radius: 2px;
	opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: -7%;
}
footer .footer .footer-top .footer-lx p{
  font-size: 16px;
	line-height: 36px;
	color: #333333;
}
footer .footer .footer-top .footer-lx p a{
      font-size: 16px;
	line-height: 36px;
	color: #333333;
	display: inline-block;
}
footer .footer .footer-top .footer-nav ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer .footer-top .footer-nav ul li{
  width: 33.333%;
}
footer .footer .footer-top .footer-nav ul li a{
	font-size: 16px;
	line-height: 54px;
	color: #333333;
}
footer .footer .footer-top .footer-ly .pbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer .footer-top .footer-ly .pbox p{
  font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
  margin-right: 23px;
}
footer .footer .footer-top .footer-ly .lytz{
  position: relative;
}
footer .footer .footer-top .footer-ly .lytz a{
  width: 443px;
	background-color: #cccec9;
	opacity: 0.5;
  margin-top: 37px;
  line-height: 40px;
  padding-left: 25px;
  color: rgba(51, 51, 51, .5);
}
footer .footer .footer-top .footer-ly .lytz img{
  position: absolute;
  right: 20px;
  top: 13px;
}
.footer-bt{
  width: 100%;
  height: 60px;
  background-color: #3d69a6;
}
.footer-bt .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.footer-bt .container p{
  font-size: 15px;
	color: #ffffff;
  display: inline-block;
}
.footer-bt .container p a{
  font-size: 15px;
	color: #ffffff;
  display: inline-block;
}