.footerSMoudule {
  position: relative;
  background: #fff;
}
.footerSMoudule .footer {
  background: #010B1B;
  width: 100%;
  padding: 0 20px;
  display: table-cell;
}
.footerSMoudule .footer .footerDiv {
  max-width: 1344px;
  margin: 0 auto 0;
  border-bottom: 1px dashed rgb(255, 255, 255);
  padding-bottom: 40px;
  width: 100%;
}
.footerSMoudule .footer .footerDiv .div1 {
  overflow: hidden;
}
.footerSMoudule .footer .footerDiv .div1 .footerLogo {
  margin-top: 78px;
  height: 50px;
  width: 167px;
  background-image: url("../images/footerSMoudule/logo.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
}
.footerSMoudule .footer .footerDiv .div1 .searchDIv {
  margin-top: 78px;
  border: 1px dashed #b0b8c6;
  width: 432px;
  height: 48px;
  float: right;
  display: flex;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.1);
}
.footerSMoudule .footer .footerDiv .div1 .searchDIv div {
  height: 20px;
  width: 21px;
  background-image: url("../images/footerSMoudule/search.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 14px;
  margin-left: 20px;
}
.footerSMoudule .footer .footerDiv .div1 .searchDIv input {
  background: #010B1B;
  border: 0;
  padding: 0;
  outline: none;
  color: #fff;
  flex: 1;
  margin-left: 20px;
  background: 0;
}
.footerSMoudule .footer .footerDiv .div2 {
  display: flex;
  font-size: 16px;
  color: #b0b8c6;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 350;
  margin-top: 70px;
}
.footerSMoudule .footer .footerDiv .div2 .div2Tiele {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.footerSMoudule .footer .footerDiv .div2 > div {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footerSMoudule .footer .footerDiv .div2 > div div:hover {
  color: #fff;
  cursor: pointer;
}
.footerSMoudule .footer .footerDiv .swhz {
  color: #fff;
  font-size: 32px;
  margin-top: 138px;
}
.footerSMoudule .footer .footerDiv .div3 {
  display: flex;
  flex-direction: row;
  align-items: end;
}
.footerSMoudule .footer .footerDiv .div3 span {
  color: #B0B8C6;
  font-size: 16px;
  margin-right: 40px;
}
.footerSMoudule .footer .footerDiv .div3 .lxus {
  height: 30px;
  width: 288px;
  background-image: url("../images/footerSMoudule/gzus.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.footerSMoudule .footer .footerDiv .div3 .lxus div {
  height: 30px;
  width: 30px;
  display: inline-block;
  cursor: pointer;
}
.footerSMoudule .footer .footerDiv .div3 .lxus div a {
  height: 100%;
  width: 100%;
  display: block;
}
.footerSMoudule .footer .footerDiv .div3 .lxus > div:nth-child(1) {
  position: relative;
}
.footerSMoudule .footer .footerDiv .div3 .lxus > div:nth-child(1) img {
  display: none;
}
.footerSMoudule .footer .footerDiv .div3 .lxus > div:nth-child(1):hover img {
  display: inline-block;
  position: absolute;
  top: -173px;
  left: 10px;
}/*# sourceMappingURL=footerSMoudule.css.map */