.new-footer-1 {
  /*# sourceMappingURL=24_3footer-1 .footer.css.map */
}
.new-footer-1 .footer-1 .contact {
  background: #222222;
  border-top: 0.05rem solid #ff5e06;
}
.new-footer-1 .footer-1 .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-1 .footer-1 .contact .box .left-box {
  width: 4.8rem;
}
.new-footer-1 .footer-1 .contact .box .left-box .title {
  font-size: 0.28rem;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  line-height: 0.55rem;
  text-align: left;
}
.new-footer-1 .footer-1 .contact .box .left-box .wrod {
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: #666666;
  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;
  margin: 0.1rem 0 0;
}
.new-footer-1 .footer-1 .contact .box .left-box .qr-box {
  margin: 0.2rem 0 0;
  width: 3.95rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-footer-1 .footer-1 .contact .box .left-box .qr-box > div {
  width: 1.4rem;
  height: 1.4rem;
  -webkit-box-shadow: 0px 0.13rem 0.32rem 0px rgba(141, 159, 189, 0.25);
  box-shadow: 0px 0.13rem 0.32rem 0px rgba(141, 159, 189, 0.25);
  position: relative;
}
.new-footer-1 .footer-1 .contact .box .left-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-1 .footer-1 .contact .box .right-box {
  width: 8.96rem;
}
.new-footer-1 .footer-1 .contact .box .right-box .word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-footer-1 .footer-1 .contact .box .right-box .word .word-item {
  width: 2.75rem;
}
.new-footer-1 .footer-1 .contact .box .right-box .word .word-item .title {
  padding-top: 0.2rem;
  line-height: 0.35rem;
  font-size: 0.18rem;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
}
.new-footer-1 .footer-1 .contact .box .right-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-1 .footer-1 .contact .box .right-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.6rem;
  border-right: 0.01rem solid rgba(255, 255, 255, 0.2);
}
.new-footer-1 .footer-1 .contact .box .right-box .word .word-item ul::after {
  content: "";
  width: 0.03rem;
  height: 0.84rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.02rem;
}
.new-footer-1 .footer-1 .contact .box .right-box .word .word-item:last-child ul {
  border-right: unset;
}
.new-footer-1 .footer-1 .contact .box .right-box .word .word-item:last-child ul::after {
  content: unset;
}
.new-footer-1 .footer-1 .contact .box .right-box .word .word-item ul li {
  width: 50%;
  height: 0.28rem;
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  line-height: 0.28rem;
}
.new-footer-1 .footer-1 .contact .box .right-box .word .word-item ul li:hover {
  color: #ff5e06;
}
.new-footer-1 .footer-1 .contact .box .right-box .line {
  opacity: 0.2;
  width: 100%;
  height: 0rem;
  margin: 0.48rem auto 0;
}
.new-footer-1 .footer-1 .contact .box .right-box .right-bottom {
  margin: 0.8rem 0 0;
}
.new-footer-1 .footer-1 .contact .box .right-box .right-bottom .info {
  float: left;
}
.new-footer-1 .footer-1 .contact .box .right-box .right-bottom .info .tel,
.new-footer-1 .footer-1 .contact .box .right-box .right-bottom .info .addr {
  line-height: 0.28rem;
  font-size: 0.14rem;
  color: #ffffff;
}
.new-footer-1 .footer-1 .contact .box .right-box .right-bottom .info .tel > span,
.new-footer-1 .footer-1 .contact .box .right-box .right-bottom .info .addr > span {
  font-weight: bold;
  color: #ff5e06;
  font-size: 0.24rem;
  font-style: italic;
}
.new-footer-1 .footer-1 .contact .box .right-box .right-bottom .btn-box {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-footer-1 .footer-1 .contact .box .right-box .right-bottom .btn-box > div {
  width: 2.16rem;
  height: 0.55rem;
  color: #ffffff;
  font-size: 0.2rem;
  text-align: center;
  margin-right: 0.2rem;
  line-height: 0.55rem;
  cursor: pointer;
}
.new-footer-1 .footer-1 .contact .box .right-box .right-bottom .btn-box > div:nth-child(1) {
  background-color: #ff5e06;
}
.new-footer-1 .footer-1 .contact .box .right-box .right-bottom .btn-box > div:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.5);
}
.new-footer-1 .footer-1 .contact .box .right-box .right-bottom .btn-box > div:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.new-footer-1 .footer-1 .footer.wrap {
  background-color: #222222;
}
.new-footer-1 .footer-1 .footer.wrap a {
  display: inline !important;
}
.new-footer-1 .footer-1 .footer.wrap > .box {
  position: relative;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.new-footer-1 .footer-1 .footer.wrap > .box .f_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem auto 0;
}
.new-footer-1 .footer-1 .footer.wrap > .box .f_link > div {
  line-height: 0.24rem;
}
.new-footer-1 .footer-1 .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;
  white-space: nowrap;
}
.new-footer-1 .footer-1 .footer.wrap > .box .f_link > div.link_desc {
  text-align: center;
}
.new-footer-1 .footer-1 .footer.wrap > .box .f_link > div.link_desc a,
.new-footer-1 .footer-1 .footer.wrap > .box .f_link > div.link_desc span {
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: #666666;
  white-space: nowrap;
  margin-right: 0.2rem;
  position: relative;
}
.new-footer-1 .footer-1 .footer.wrap > .box .f_link > div.link_desc span {
  margin-right: unset;
}
.new-footer-1 .footer-1 .footer.wrap > .box .f_link:nth-child(2) > 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-1 .footer-1 .footer.wrap > .box .f_link:nth-child(3) > div.link_desc a {
  margin-right: 0.1rem;
  font-size: 0.12rem;
}
.new-footer-1 .footer-1 .footer.wrap > .box .f_link:nth-child(3) > div.link_desc span {
  font-size: 0.12rem;
}
.new-footer-1 .footer-1 .footer.wrap > .box .f_link > div.link_desc a:last-child::after {
  content: unset;
}
.new-footer-1 .footer-1 .footer.wrap > .box .f_link > div.link_desc a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.new-footer-1 .footer-1 .footer.wrap > .box .line {
  border-width: 0.01rem;
  border-color: #ffffff;
  border-style: solid;
  background-color: #ffffff;
  opacity: 0.239;
  width: 100%;
  height: 0px;
  margin: 0.3rem 0 0.2rem;
}
.new-footer-1 .footer-1 .footer.wrap > .copyright {
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: rgba(102, 102, 102, 0.7);
  line-height: 0.5rem;
  text-align: center;
  overflow: hidden;
  background-color: #000000;
}
.new-footer-1 .footer-1 .footer.wrap > .copyright div {
  display: inline;
  width: auto;
  margin: 0 0.05rem;
}
.new-footer-1 .footer-1 .footer.wrap > .box:nth-child(2) {
  position: relative;
  padding-bottom: 0.2rem;
}
.new-footer-1 .footer-1 .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-1 .footer-1 .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-1 .footer-1 .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-1 .footer-1 .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-1 .link_desc2 > span {
  font-size: 0.12rem !important;
}
.new-footer-1 .link_desc2 > a {
  font-size: 0.12rem !important;
}
.new-footer-1 .link_desc2 {
  margin-bottom: 0.2rem;
}
.new-footer-1 .link_desc3 {
  margin-top: 0.2rem;
}
/*# sourceMappingURL=24_8footer1.css.map */