.footer-banner{
  /* height: 246px; */
  border-top: 1px solid rgba(153, 153, 153, .3);
  border-bottom: .5px solid rgba(153, 153, 153, .3);
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.blue-img{
  display: none;
}

.footer-nav{
  width: 1200px;
  margin: 0 auto;
  border-bottom: .5px solid rgba(153, 153, 153, .3);
  padding: 20px 0;
}
.footer-beian ul:first-child li:first-child{
  display: flex;
  align-items: center;
}
.footer-banner ul{
  /* display: flex; */
}
.footer-banner ul li{
  display: block;
  margin-top: 12px;
}
.footer-banner ul li:first-child{
  font-size: 17px;
  color: #fff;
}
.footer-banner ul li:not(:first-child):hover,
.footer-nav ul li:not(:first-child):hover{
  color: #0089ff;
  transition: all .3s ease;
}
.footer-banner ul li{
  font-size: 14px;
  transition: all 0.3s ease;
  color: #8f8f8f;
  cursor: pointer;
}
.footer-banner .right-nav li{
  color: #fff;
  font-size: 13.5px;
}
/*.footer-nav ul:first-child{*/
/*  margin-bottom: 20px;*/
/*}*/
.footer-nav ul li{
  font-size: 14px;
  color: #8f8f8f;
  margin-left: 18px;
  cursor: pointer;
}
.footer-nav ul li:first-child{
  color: #fff;
  margin-right: -6px;
  margin-left: 0;
}
.youlian{
  display: inline-block;
  margin-left: 20px;
}
.footer-beian{
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  color: #8f8f8f;
}
.footer-beian ul li{
  display: block;
  color: #8f8f8f;
  font-size: 13px;
  margin-bottom: 6px;
}
.footer-beian-s2span {
    color: #8f8f8f!important;
    cursor: pointer;
    transition: all .3s ease;
}
.footer-beian-s2span:hover {
    color: #0089ff;
    transition: all .3s ease;
}
.language{
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  cursor: pointer;
  color: #919298;
}
.language img:first-child{
  width: 16px;
  height: 16px;
}
.language img:last-child{
  width: 8px;
  height: 8px;
}
.language ul{
  background-color: red;
  padding: 10px 0;
}
#lang{
  background: #333;
  padding: 10px 0 10px 10px;
  display: none;
}

.language:hover #lang{
  display: block;
}
.footer-phone{
  display: none;
}
@media (max-width: 750px) {
  .section-promise{
      display: none;
    }
    .footer-banner{
      display: none;
    }
    .footer-nav{
      display: none;
    }
    .footer-beian{
      display: none;
    }
    .footer-phone {
      display: block;
      width: 100%;
      height: 75vw;
      background-color: #262626;
      padding-top: 5vw;
  }

  .footer-phone p:first-child {
      color: #6e6e6e;
      font-size: 3.8vw;
      text-align: center;
  }

  .footer-phone ul:nth-child(2) {
      display: flex;
      justify-content: space-evenly;
      border-bottom: 1px solid #3c3c3c;
      padding-bottom: 3.5vw;
      margin-bottom: 3.5vw;
  }

  .footer-phone ul:nth-child(3) {
      display: flex;
      /* margin: 0 auto; */
      justify-content: space-evenly;
  }

  .footer-phone ul:nth-child(3) li {
      border-right: 2px solid #fff;
  }

  .footer-phone ul:nth-child(3) li:last-child {
      border: none;
  }

  .footer-phone ul li {
      color: #fff;
      margin-left: 4vw;
      padding-right: 4vw;
  }

  .footer-phone button {
      border: none;
      background-color: #337dff;
      padding: 2.5vw 11vw;
      margin: 0 auto;
      border-radius: 2px;
      color: #fff;
      width: 88%;
      font-weight: normal;
      font-size: 3.77vw;
  }

  .footer-phone p {
      text-align: center;
      color: #fff;
      font-size: 3.5vw;
  }

  .footer-phone p span:first-child {
      color: #ffb100;
  }

  .footer-phone p span:first-child img {
      width: 14px;
      height: 14px;
      margin-top: -3px;
  }
}

.mobile{
  font-size:20px;
}

.footer-icon{
  width: 32px;
  height: 32px;
  transition: all .3s ease;
  /* background: #fff; */
  /* background-image: url('/web/shiwais2/assets/img/index/01130b90f4b0a18acfb.png'); */
}

.promise-box:hover{
  color: #0089ff;
}

.footer-icon1{
  background-image: url('/web/shiwais2/assets/img/index/011.png');
}

.footer-icon2{
  background-image: url('/web/shiwais2/assets/img/index/012.png');
}

.footer-icon3{
  background-image: url('/web/shiwais2/assets/img/index/013.png');
}

.footer-icon4{
  background-image: url('/web/shiwais2/assets/img/index/014.png');
}