/*footer -------start*/
.footer {
  position: relative;
  z-index: 9
}

/*波浪*/
.footer .foot_bg_scroll,
.footer .foot_bg_scrollbg {
  animation: unset
}

.footer .foot_bg {
  height: 60px;
  overflow: hidden;
  position: relative;
  margin-top: -60px;
}

.footer .foot_bg_scroll,
.footer .foot_bg_scrollbg {
  position: absolute;
  top: 0;
  width: 3000%;
  height: 60px;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto
}

.footer .foot_bg_scroll {
  left: 0;
  opacity: .8;
  z-index: 1;
  animation: scroll 25s linear infinite
}

.footer .foot_bg_scrollbg {
  left: 0;
  z-index: 2;
  animation: scrollbg 25s linear infinite
}

@keyframes scroll {
  0% {
    transform: translateX(300px)
  }

  100% {
    left: -600px;
    transform: translateX(-1000px)
  }
}

@keyframes scrollbg {
  0% {
    transform: translateX(0)
  }

  100% {
    left: -300px;
    transform: translateX(-700px)
  }
}

/*footer-containter*/
.footer-advantage {
  border-bottom: 1px solid #4b5054;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: top;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.footer-advantage .footer-advantage-list {
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: top;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}


.footer-advantage-list .pic-area {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}

.footer-advantage-list .content-area .title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  white-space: nowrap;
}

.footer-advantage-list .content-area .description {
  font-size: 14px;
  font-weight: 400;
  color: #9b9ea0;
  line-height: 20px;
  margin-top: 4px;
  white-space: nowrap;
}

.footer-nav {
  border-bottom: 1px solid #4b5054;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: top;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.foot-nav-box-wrapper {
  margin: 0;
  padding: 24px 0;
}

.footer-nav .footer-nav-box {
  padding: 0 24px 0 0;
}

ul li.footer-nav-box {
  display: inline-block;
  float: left;
}

.footer-nav .footer-nav-box .footer-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  display: inline-block;
}


ul.footer-links {
  padding: 0;
  margin: 0;
}

.footer-nav .footer-nav-box .footer-links li {
  cursor: pointer;
  overflow: hidden;
}


.footer-nav .footer-nav-box .footer-links li:before {
  content: "";
  width: 10px;
  height: 2px;
  vertical-align: middle;
  font-weight: 700;
  margin-right: 8px;
  background: #9b9ea0;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-nav .footer-nav-box .footer-links li:hover:before {
  width: 20px;
  background: #fff;
}

.footer-nav .footer-nav-box .footer-links a {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: #9b9ea0;
  line-height: 18px;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.footer-nav .footer-nav-box .footer-links a:hover {
  color: #fff;
}

.footer-nav .footer-nav-box2 {
  padding: 24px 0 24px 0;
}

.footer-nav .footer-nav-box2 .footer-contact-info2 {
  padding: 0;
  margin: 0;
}

.footer-nav .footer-nav-box2 .footer-contact-info2 h6 {
  font-size: 12px;
  font-weight: 400;
  color: #9b9ea0;
  line-height: 18px;
  margin: 0;
  margin-top: 12px;
}

.footer-nav .footer-nav-box2 .footer-contact-info2 p {
  color: #fff;
  margin: 0;
}

.content-area .Qr-code {
  text-align: center;
}

.content-area .Qr-code img {
  width: 120px;
  margin: 0 auto;
}

.content-area p {
  text-align: center;
  font-size: 12px;
  color: #9b9ea0;
  margin-top: 6px;
}

.footer .copyright {
  padding: 12px 0;
}

.footer .copyright .copyright-text {
  color: #9b9ea0;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  text-align: center;
}

.footer .copyright .copyright-text img {
  margin-right: 4px;
}


@media only screen and (max-width:800px) {
  .footer-nav-box {
    display: none;
  }
}


.gotop {
  position: fixed;
  right: 0px;
  top: calc(80% - 220px);
  z-index: 99
}

.gotop .gotop_btn {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}

.gotop .gotop_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 6px 0 0 6px;
  background: #ff8c1f;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 4%);
  margin: 1px 0;
  text-align: center;
  line-height: 52px;


}

.gotop .gotop_btn:hover span {
  background: #ff6a00;
}

.gotop .gotop_btn span svg path {
  fill: #fff
}
.gotop .gotop_btn{
  display: flex;
  justify-content: flex-end;
}
.gotop .gotop_btn .gotop-cont {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: hsla(0, 0%, 100%, .9);
  border-radius: 6px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .04);
  cursor: auto;
  padding: 16px 20px;
  position: absolute;
  right: 54px;
  text-align: left;
  top: 0;
  white-space: nowrap;
  display: none;
}

.gotop .gotop_btn .title {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  margin: 0;
  padding-left: 8px;
  display: none;
}
.gotop .gotop_btn:hover span .title{
  display: inline-block;
}

.gotop .gotop_btn:hover .gotop-cont img {
  max-width: none;
}

.gotop .gotop_btn:hover .gotop-cont {
  display: block;

}

.gotop .gotop_btn.gotop-retrun {
  display: none
}

.gotop.gotop_fix .gotop-retrun {
  display:flex
}
.gotop-qq:hover span{
  width: 120px;
  transition: all ease .3 ;
}
.gotop-tel:hover span{
  width: 152px;
  transition: all ease .3 ;
}


@media only screen and (max-width:767px) {
  .footer-advantage .footer-advantage-list{
    width: 24%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 0;
  }
  .footer-advantage-list .content-area .description{
    display: none;
  }
  .footer-advantage-list .pic-area{
    margin-right: 0;
  }
  .foot-nav-box-wrapper{
    padding: 0;
  }
  .footer-nav .footer-nav-box{
    box-sizing: border-box;
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .footer-nav .footer-nav-box2{    
    padding: 16px 0 16px 16px;
    width: 42%;
  }
}