.footer {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
}
.footer .footer-nav {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  border-bottom: 1px solid #000000;
}
.footer .footer-nav li {
  font-size: 18px;
}
.footer .footer-nav li ul {
  display: flex;
}
.footer .footer-nav li ul li {
  margin-right: 35px;
}
.footer .footer-nav li ul li a {
  color: white;
  display: block;
}
.footer .footer-nav li ul li:last-child {
  margin-right: 0;
}
.footer .footer-icon div {
  display: flex;
}
.footer .footer-icon a {
  padding-left: 5px;
}
.footer .footer-icon a img {
  width: 35px;
  height: auto;
}
.footer .footer-detail {
  margin-top: 30px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-contact {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.footer .footer-contact .logo {
  margin-right: 20px;
  width: 71px;
  height: 71px;
}
.footer .footer-contact h1 {
  font-size: 42px;
  margin-bottom: 5px;
}
.footer .footer-contact p {
  font-size: 16.5px;
  font-family: 'AlibabaPuHuiTi-2';
  letter-spacing: 2.9px;
}
.footer .contact-number {
  margin-top: 20px;
  font-size: 16px;
  color: #748a9a;
}
.footer .contact-number span {
  font-size: 40px;
  font-family: "din_con";
  color: #2ba6e7;
}
.footer .contact-number span:first-child {
  padding-right: 30px;
}
.footer .contact-number .hot_line {
  margin-top: 5px;
}
.footer .contact-number .phone {
  margin-top: 10px;
}
.footer .contact-number .phone span {
  font-size: 20px;
  color: white;
}
.footer .contact-number .address {
  margin-top: 15px;
  color: #ffffff;
}
.footer .QR-code {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .QR-code img {
  width: inherit;
  height: auto;
}
.footer .QR-code span {
  margin-top: 25px;
  color: #a3b0bb;
  font-size: 14px;
}
.copyright {
  background-color: #00192f;
}
.copyright .wrapper {
  padding: 0 10px;
  height: inherit;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  align-items: center;
  font-size: 14px;
  color: #999999;
	height: 32px;
}
@media screen and (max-width: 1350px) {
  .copyright {
    padding: 0 5%;
  }
  .copyright .wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .copyright .wrapper li:last-child {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .footer {
    padding: 0 5%;
  }
  .footer .copyright .wrapper {
    width: 95%;
    justify-content: center;
    text-align: center;
  }
  .footer .copyright .wrapper li:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 968px) {
  .footer {
    padding-top: 30px;
  }
  .footer .footer-nav {
    display: none;
  }
  .footer .footer-detail {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-contact {
    justify-content: center;
  }
  .footer .footer-contact h1 {
    font-size: 26px;
  }
  .footer .footer-contact p {
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  .footer .footer-contact .logo {
    margin-right: 10px;
  }
  .footer .footer-detail {
    justify-content: center;
  }
  .footer .contact-number {
    text-align: center;
  }
  .footer .contact-number .phone span {
    font-size: 16px;
  }
  .footer .QR-code {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .footer {
    padding-top: 10px;
		padding: 40px 2.5% 0px;
  }
  .footer .footer-detail {
    padding-bottom: 20px;
  }
  .footer .footer-contact h1 {
    font-size: 20px;
		margin-bottom: 0;
  }
  .footer .footer-contact p {
    font-size: 12px;
		letter-spacing: 0;
		display: none;
  }
  .footer .contact-number {
    margin-top: 10px;
		text-align: left;
		position: relative;
  }
  .footer .contact-number span {
    font-size: 26px;
    display: block;
  }
  .footer .contact-number span:first-child {
    padding-right: 0;
  }
  .footer .contact-number .address {
    margin-top: 5px;
  }
	.logo img{height: 45px;}
	.footer .footer-contact .logo{width: auto;height: auto;}
	.footer .footer-contact{justify-content: flex-start;}
	.footer .footer-detail{justify-content: flex-start;}
	.contact-number>span:nth-of-type(2){position: absolute;top: 0;left: 35px;transform: translate(100%,0);}
	.copyright .wrapper{height: auto;text-align: left;}
	.copyright{padding: 0 0 50px;}
}
.fswzj {
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .fswzj {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    display: block;
    background: #224ea9;
  }
  .fswzj ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    border-top: 2px solid #224ea9;
  }
  .fswzj ul li {
    color: #fff;
    width: 25%;
    text-align: center;
    padding: 0.3rem 0;
    position: relative;
    float: left;
  }
  .fswzj ul li a {
    color: #fff;
    display: block;
    border-left: 1px solid #142f64;
  }
  .fswzj ul li a img {
    width: 30px;
  }
  .fswzj ul li.on a {
    border-left: none;
  }
	.fnav_pic{ width:24%; margin:0 auto;}
	.fnav_wb{font-size: 0.75rem;}
}
