#footer ul,
#footer ol ,
.footer ul,
.footer ol{
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer a ,
.footer a{
  text-decoration: none;
}
#footer ,
.footer{
  width: 100%;
  background-color: #17233d;
  border-top: 3px solid #18b1f3;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 900;
}
#footer-web {
  /* max-width: 1920px; */
  max-width: 1440px;
  min-height: 690px;
  margin: 0 auto;
  /* padding: 0 2%; */
  box-sizing: border-box;
  position: relative;
  display: flex;
}
#footer-web .footer-qr-code {
  flex: 1;
  margin-top: 60px;  
  /* margin-bottom: 50px; */
  /* padding: 0 0 30px; */
}
#footer-web .footer-qr-code .footer-qr-code-container {
  border-left: 1px solid #414b5f;
  padding-bottom: 10px;
}
#footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item {
  display: flex;
  align-items: center;
  /* max-width: 350px; */
  /* width: 132px; */
  margin-left: 70px;
  margin-bottom: 55px;
}
#footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item:nth-child(3) {
  margin-bottom: 20px;
}
#footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item img {
  width: 132px;
  border: 1px solid #1d7ce1;
}
#footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item img.click {
  cursor: pointer;
}
#footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item .footer-qr-code-title p {
  font-family: 'Microsoft YaHei' !important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  /* margin: 0 0 0 30px; */
  margin-bottom: 10px;
  white-space: nowrap;
  margin-left: 20px;
}
#footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item .footer-qr-code-title p:first-child {
  color: #29b7f2;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 12px;
}

#footer-phone {
  display: none;
}
#footer-web .company-copyright {
  width: 100%;
  font-size: 14px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #888888;
  display: flex;
  justify-content: space-between;
  position: absolute;
  /* left: 2%; */
  /* left: 200px; */
  bottom: 0;
  padding: 10px 0 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* margin-bottom: 50px; */
}
#footer-web .footer-menu {
  flex: 3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
  margin-top: 60px;
  /* padding: 0 100px 0 200px; */
  margin-right: 80px;
}
#footer-web .footer-menu .footer-menu-box:last-child {
  margin-right: 0;
}
#footer-web .footer-menu .footer-menu-box .title {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
#footer-web .footer-menu .footer-menu-box .title ~ .title {
  margin-top: 10px;
}
#footer-web .footer-menu .footer-menu-box .question_title {
  margin-top:10px;
  cursor: pointer;
}
#footer-web .footer-menu .footer-menu-box ul {
  margin-top: 10px;
}

#footer-web .footer-menu .footer-menu-box.footer-sub-title .footer-sub-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#footer-web .footer-menu .footer-menu-box.footer-first-list .title:nth-child(4) {
  margin-top: 15px;
}
#footer-web .footer-menu .footer-menu-box .footer-small-menu.two-column {
  display: flex;
}
#footer-web .footer-menu .footer-menu-box .footer-small-menu.two-column div:nth-child(2) {
  margin-left: 10px;
}
#footer-web .footer-menu .footer-menu-box .footer-small-menu.two-column.far div:nth-child(2) {
  margin-left: 20px;
}

#footer-web .footer-menu .footer-menu-box .footer-small-menu ul:last-child {
  margin-right: 0;
}
#footer-web .footer-menu .footer-menu-box ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
#footer-web .footer-menu .footer-contact ul li a {
  display: flex;
  cursor: default;
}
#footer-web
  .footer-menu
  .footer-menu-box
  .footer-small-menu
  ul
  li:first-child
  a {
  color: #ececec;
  cursor: default;
}
#footer-web .footer-menu .footer-menu-box .footer-small-menu.solution ul li a {
  color: #999999;
  cursor: pointer;
}
#footer-web .footer-menu .footer-menu-box .footer-small-menu.solution.contact ul li a {
  cursor: default;
}
/* @media screen and (max-width: 1680px) { */
  /* #footer-web .footer-menu {
    padding-right: 60px;
    padding-left: 150px;
  } */
  /* #footer-web .company-copyright {
    left: 150px;
  } */
  /* #footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item {
    margin-right: 100px;
  } */
  /* #footer-web .footer-menu {
    padding-right: 50px;
    margin-bottom: 125px;
  } */
/* } */
@media screen and (max-width: 1440px) {
  #footer-web {
    width: 95%;
    padding-bottom: 60px;
    position: relative;
  }
  #footer-web .company-copyright {
    font-size: 12px;
  }
  #footer-web .footer-menu {
    margin-right: 40px;
  }
  #footer-web .footer-menu .footer-left {
    width: 700px;
  }
  /* #footer-web .footer-menu .footer-menu-box {
    width: 220px;
    margin-bottom: 20px;
  } */
  #footer-web .footer-menu .footer-contact {
    width: 220px;
  }
  #footer-web .footer-menu .footer-menu-box .title {
    font-size: 14px;
  }
  #footer-web .footer-menu .footer-menu-box ul li a {
    font-size: 12px;
  }
  #footer-web .company-copyright span:last-child {
    text-align: right;
  }

  #footer-web .footer-qr-code .footer-qr-code-container {
    padding-left: 30px;
    justify-content: space-around;
  }
  #footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item img {
    width: 125px;
  }
  #footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item {
    margin-left: 0;
    width: 50%;
    /* margin-right: 100px; */
  }

}
@media screen and (max-width: 1080px) {
  #footer-web .footer-qr-code .footer-qr-code-container {
    padding-left: 15px;
    justify-content: space-around;
  }
  #footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item img {
    width: 105px;
  }
  /* #footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item {
    margin-left: 30px;
  } */
  #footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item .footer-qr-code-title p {
    font-size: 16px;
  }
  #footer-web .footer-qr-code .footer-qr-code-container .footer-qr-code-item .footer-qr-code-title p:first-child {
    font-size: 14px;
  }
  #footer-web .footer-menu {
    margin-right: 30px;
  }
  #footer-web {
    min-height: 560px;
  }
}
@media screen and (max-width: 959px) {
  #footer-web {
    display: none;
  }
  #footer-phone {
    display: block;
    width: 100%;
    background-color: #17233d;
  }
  #footer-phone .footer-phone-menu,
  #footer-phone .phone-contact {
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
  }
  #footer-phone .footer-phone-menu {
    margin-top: 30px;
  }
  #footer-phone .footer-phone-menu > li {
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #footer-phone .footer-phone-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ececec;
  }
  #footer-phone .footer-phone-menu > li > a span {
    font-size: 16px;
    color: #525a6f;
    margin-right: 10px;
  }
  #footer-phone .footer-phone-menu > li .footer-menu-a {
    width: 94%;
    margin: 0 auto;
  }
  #footer-phone .footer-phone-menu .solution-list .footer-menu-a .title {
    height: 5px;
  }
  #footer-phone .footer-phone-menu > li .footer-menu-a:last-child {
    margin-bottom: 10px;
  }
  #footer-phone .footer-phone-menu > li .footer-menu-a li a {
    color: #999999;
  }
  #footer-phone .phone-contact {
    margin-top: 6px;
    margin-bottom: 30px;
  }
  #footer-phone .phone-contact-question {
    margin-bottom: 0px;
    cursor: pointer;
  }
  #footer-phone .phone-contact .phone-contact-title {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 6px;
  }
  #footer-phone .phone-contact .phone-contact-title a{
    color: #ffffff;
  }
  #footer-phone .phone-contact-question .phone-contact-title {
    color: #ececec;
  }
  #footer-phone .phone-contact .phone-contact-details {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
  }
  #footer-phone .company-copyright {
    width: 90%;
    font-size: 12px;
    text-align: center;
    color: #888888;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    margin: 0 auto;
  }
  #footer-phone .company-copyright span {
    display: block;
    width: 80%;
    line-height: 20px;
    margin: 0 auto;
  }
  #footer-phone .footer-phone-qr-code .footer-phone-qr-code-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #footer-phone .footer-phone-qr-code .footer-phone-qr-code-container .footer-phone-qr-code-item img{
    width: 100px;
    border: 1px solid #6aa8eb;
    cursor: pointer;
  }
  #footer-phone .footer-phone-qr-code .footer-phone-qr-code-container .footer-phone-qr-code-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer-phone .footer-phone-qr-code .footer-phone-qr-code-container .footer-phone-qr-code-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer-phone .footer-phone-qr-code .footer-phone-qr-code-container .footer-phone-qr-code-title p {
    font-family: 'Microsoft YaHei' !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 15px;
  }
  #footer-phone .footer-phone-qr-code .footer-phone-qr-code-container .footer-phone-qr-code-title p:first-child {
    color: #29b7f2;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 500px) {
  #footer-phone .footer-phone-qr-code .footer-phone-qr-code-container {
    flex-wrap: wrap;
  }
  #footer-phone .footer-phone-qr-code .footer-phone-qr-code-container .footer-phone-qr-code-item {
    width: 50%;
  }
}