.w1200 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.footBox {
  margin-top: 50px;
  width: 100%;
}

.footNavWrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #3E3C53;
}

.footNav {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0 20px 0;
}

.footNavItem {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.footNavItem .footNavIcon {
  width: 48px;
  height: 48px;
}

.footNavItem .footNavTxt {
  font-size: 16px;
  margin-left: 15px;
  color: white;
}

.footLinkBoxWrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #3a3a3a;
}

.footLinkBox {
  width: 1200px;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 20px 0 80px 0;
}

.footLinkBox .footLeft {
  width: 800px;
  /* display: flex;
  flex-wrap: wrap; */
}

.footLinkBox .footRight {
  width: 400px;
  margin-top: 28px;
  display: flex;
  flex-direction: row;
}

.footLeft .footLeftItem {
  margin-top: 28px;
  white-space: nowrap;
  min-width: 50%;
  color: #ffffff;
  font-size: 14px;
}
.footAddress{
  margin-bottom: 28px;
}

.footLeft .fontcopy {
  margin-top: 40px;
  color: #999999;
  font-size: 14px;
}

.footLinkBox .footLine {
  width: 1px;
  height: 145px;
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(102, 102, 102, 0.30);
  border-radius: 7px;
}

.footRight .footRightPhoneBox {
  display: inline-flex;
  flex-direction: column;

}

.footRightPhoneBox .frpTitle {
  color: #ffffff;
  font-size: 14px;
}

.footRightPhoneBox .frpPhone {
  color: #ffffff;
  line-height: 24px;
  margin-top: 20px;
  font-size: 24px;
}

.footRightPhoneBox .frpTips {
  margin-top: 20px;
  font-size: 14px;
  color: #999999;
}

.qrCodeBox {
  display: flex;
  margin-left: 80px;
  flex-direction: column;
}

.qrCodeBox .qrCodeTitle {
  font-size: 14px;
  color: #ffffff;
}

.qrCodeBox .footCode {
  margin-top: 12px;
  width: 120px;
  height: 120px;
}

.advantage {
  height: 114px;
  display: flex;
  justify-content: space-between;
}

.advanItem {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
}

.advanItem>img {
  margin-right: 10px;
  width: 60px;
  height: 60px;
}