.new-footer-2 {
  /*# sourceMappingURL=24_3footer.css.map */
}
.new-footer-2 .footer-2 .contact {
  background: #424141;
}
.new-footer-2 .footer-2 .contact .box {
  width: 15rem;
  padding: 0.63rem 0 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-footer-2 .footer-2 .contact .box .right-box {
  width: 3.6rem;
}
.new-footer-2 .footer-2 .contact .box .left-box {
  width: 5.1rem;
}
.new-footer-2 .footer-2 .contact .box .left-box .title {
  font-size: 0.24rem;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  line-height: 0.55rem;
  text-align: left;
}
.new-footer-2 .footer-2 .contact .box .left-box .wrod {
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: #999999;
  line-height: 0.24rem;
  text-align: justify;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.2rem;
}
.new-footer-2 .footer-2 .contact .box .right-box .qr-box {
  margin: 0.6rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-footer-2 .footer-2 .contact .box .right-box .qr-box > div {
  width: 1.4rem;
  height: 1.4rem;
  -webkit-box-shadow: 0rem 0.13rem 0.32rem 0rem rgba(141, 159, 189, 0.25);
  box-shadow: 0rem 0.13rem 0.32rem 0rem rgba(141, 159, 189, 0.25);
  position: relative;
}
.new-footer-2 .footer-2 .contact .box .right-box .qr-box > div::after {
  content: attr(data-desc);
  width: 120%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  left: -10%;
  top: 100%;
  font-size: 0.14rem;
  color: #ffffff;
}
.new-footer-2 .footer-2 .contact .box .center-box {
  width: 5.1rem;
}
.new-footer-2 .footer-2 .contact .box .center-box .word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-footer-2 .footer-2 .contact .box .center-box .word .word-item {
  width: 1.5rem;
}
.new-footer-2 .footer-2 .contact .box .center-box .word .word-item .title {
  line-height: 0.35rem;
  font-size: 0.18rem;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
}
.new-footer-2 .footer-2 .contact .box .center-box .word .word-item .desc {
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: #616e87;
  line-height: 0.24rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.2rem;
}
.new-footer-2 .footer-2 .contact .box .center-box .word .word-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 1.96rem;
  /* border-right: .01rem solid rgba(220, 166, 76, 0.2); */
  overflow-y: scroll;
  flex-wrap: nowrap;
}
.new-footer-2 .footer-2 .contact .box .center-box .word .word-item ul::-webkit-scrollbar {
  width: 0.02rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.new-footer-2 .footer-2 .contact .box .center-box .word .word-item ul::-webkit-scrollbar-thumb {
  border-radius: 0.08rem;
  box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.new-footer-2 .footer-2 .contact .box .center-box .word .word-item:last-child ul {
  border-right: unset;
}
.new-footer-2 .footer-2 .contact .box .center-box .word .word-item ul li {
  width: 100%;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  margin-bottom: 0.05rem;
}
.new-footer-2 .footer-2 .contact .box .center-box .word .word-item ul li:hover {
  color: #ff5e06;
}
.new-footer-2 .footer-2 .contact .box .center-box .line {
  border-width: 0.01rem;
  border-color: #616e87;
  border-style: solid;
  opacity: 0.2;
  width: 100%;
  height: 0rem;
  margin: 0.48rem auto 0;
}
.new-footer-2 .footer-2 .contact .box .left-box .right-bottom .info {
  float: left;
}
.new-footer-2 .footer-2 .contact .box .left-box .right-bottom .info .tel,
.new-footer-2 .footer-2 .contact .box .left-box .right-bottom .info .addr {
  line-height: 0.35rem;
  font-size: 0.14rem;
  color: #999999;
}
.new-footer-2 .footer-2 .contact .box .left-box .right-bottom .info .tel > span,
.new-footer-2 .footer-2 .contact .box .left-box .right-bottom .info .addr > span {
  font-weight: bold;
  color: #ffffff;
  font-size: 0.24rem;
}
.new-footer-2 .footer-2 .footer.wrap {
  background-color: #222222;
}
.new-footer-2 .footer-2 .footer.wrap a {
  display: inline !important;
}
.new-footer-2 .footer-2 .footer.wrap > .box {
  position: relative;
  padding-top: 0 0.1rem;
  padding-bottom: 0.01rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.new-footer-2 .footer-2 .footer.wrap > .box .f_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-footer-2 .footer-2 .footer.wrap > .box .f_link > div {
  line-height: 0.24rem;
}
.new-footer-2 .footer-2 .footer.wrap > .box .f_link > div.link_title {
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.502);
  text-align: left;
  margin-right: 0.08rem;
  white-space: nowrap;
}
.new-footer-2 .footer-2 .footer.wrap > .box .f_link > div.link_desc {
  text-align: left;
}
.new-footer-2 .footer-2 .footer.wrap > .box .f_link > div.link_desc a,
.new-footer-2 .footer-2 .footer.wrap > .box .f_link > div.link_desc span {
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: #666666;
  white-space: nowrap;
  position: relative;
  margin-right: 0.2rem;
}
.new-footer-2 .footer-2 .footer.wrap > .box .f_link:nth-child(4) > div.link_desc a,
.new-footer-2 .footer-2 .footer.wrap > .box .f_link:nth-child(4) > div.link_desc span {
  font-size: 0.12rem;
}
.new-footer-2 .footer-2 .footer.wrap > .box .f_link:nth-child(4) > div.link_desc a {
  margin-right: 0.1rem;
}
.new-footer-2 .footer-2 .footer.wrap > .box .f_link > div.link_desc span {
  margin-right: unset;
}
.new-footer-2 .footer-2 .footer.wrap > .box .f_link:nth-child(1) > div.link_desc a::after {
  content: "";
  width: 0.01rem;
  height: 0.14rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #666666;
  right: -0.12rem;
}
.new-footer-2 .footer-2 .footer.wrap > .box .f_link:nth-child(4) > div.link_desc {
  font-size: 0.12rem;
}
.new-footer-2 .footer-2 .footer.wrap > .box .f_link > div.link_desc a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.new-footer-2 .footer-2 .footer.wrap > .box .line {
  border-width: 0.01rem;
  border-color: rgba(255, 255, 255, 0.24);
  border-style: solid;
  background-color: rgba(255, 255, 255, 0.24);
  opacity: 0.239;
  width: 100%;
  height: 0rem;
  margin: 0.3rem 0 0.03rem;
}
.new-footer-2 .footer-2 .footer.wrap > .box .copyright {
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: #666666;
  line-height: 0.4rem;
  text-align: left;
  overflow: hidden;
}
.new-footer-2 .footer-2 .footer.wrap > .box .copyright div {
  display: inline;
  width: auto;
}
.new-footer-2 .footer-2 .footer.wrap > .box .copyright div:first-child {
  float: left;
}
.new-footer-2 .footer-2 .footer.wrap > .box .copyright div:last-child {
  float: right;
}
.new-footer-2 .footer-2 .footer.wrap > .box:nth-child(2) {
  position: relative;
  padding-bottom: 0.2rem;
}
.new-footer-2 .footer-2 .footer.wrap > .box:nth-child(2)::after {
  content: "";
  width: 100%;
  height: 0.02rem;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.24);
}
.new-footer-2 .footer-2 .footer.wrap > .box:nth-child(2) > a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.74);
  margin-right: 0.35rem;
  position: relative;
  word-break: keep-all;
  line-height: 0.26rem;
}
.new-footer-2 .footer-2 .footer.wrap > .box:nth-child(3) {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 0.3rem;
  margin-top: 0.25rem;
}
.new-footer-2 .footer-2 .footer.wrap > .box:nth-child(3) a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 0.3rem;
  margin-top: 0.25rem;
}
.new-footer-2 .link_desc2 > span {
  font-size: 0.12rem !important;
}
.new-footer-2 .link_desc2 > a {
  font-size: 0.12rem !important;
}
.new-footer-2 .link_desc2 {
  margin-bottom: 0.2rem;
}
.new-footer-2 .link_desc3 {
  margin-top: 0.2rem;
}
/*# sourceMappingURL=24_8footer2.css.map */