footer{
  background: #161414;
}

.footBox {
  display: flex;
  padding: 1.05rem 0 1.04rem;
  justify-content: space-between;
}

.footL {
  
}

.footNav {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footNav a {
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  opacity: .5;
  transition: all .3s;
  margin-bottom: .2rem;
}

.footNav a:hover {
  opacity: 1;
}

.footNav a:last-child {
  margin-bottom: 0;
}

.footNav a.itemTit {
  line-height: 1;
  margin-bottom: .45rem;
  font-weight: bold;
  font-size: 0.2rem;
  opacity: 1;
}

.footNav .item{
  padding-left: 0.9rem;
}


.footlogo {
  width: 2.7rem;
  height: .59rem;
}

.footlogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.beian{
  border-top: 1px solid rgba(255, 255, 255, .3);
  padding: 0.24rem 0 0.3rem;
}
.beian p{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, .5);
  text-align: center;
}

.footR {
  
}

.footR .header_a a{
  margin-left: 0.03rem;
}

.footR .header_trl{
  margin-top: 0.47rem;
  justify-content: flex-start;
}

.foot_text{
  font-family: Open Sans, Open Sans;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 0.47rem;
  margin-bottom: 0.2rem;
}

.hotTel {
  display: flex;
  align-items: center;
  gap: .15rem;
  margin-bottom: .4rem;
}

.hotTel .icon {
  width: 0.47rem;
  height: 0.47rem;
  background: #FAFAFA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotTel .icon img {
  width: .37rem;
  height: .38rem;
  object-fit: contain;
  animation: d1 1.5s linear infinite;
}

.hotTel .text {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #FAFAFA;
}

.hotTel .telNum {
  margin-top: .08rem;
  font-family: MiSans, MiSans;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FAFAFA;
}

.footCont p {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  opacity: .8;
}

.footCont p:hover {
  opacity: 1;
}

.footCont p a {
  display: inline;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
}

.codeBox {
  display: flex;
  margin-top: .81rem;
  gap: .47rem;
}

.codeBox .item {
  width: 1rem;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.codeBox .item img {
  width: 1rem;
  height: 1rem;
  margin-bottom: .09rem;
}

.codeBox .item span {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  opacity: .8;
}

.codeBox .item:hover span {
  opacity: 1;
}

.side {
  position: fixed;
  top: 50%;
  right: 0.36rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .02rem;
  z-index: 99;
}

.side a {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.side a img {
  max-width: .25rem;
  object-fit: contain;
}

.side .txt:hover{
  width: 1.85rem;
}

.side .txt:hover p{
  display: block;
}

.side .sideCode {
  width: 1.61rem;
  height: 1.61rem;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  right: 100%;
  max-width: none;
  display: none;
}

.side .img:hover .sideCode{
  display: block;
}



.backTop {
  margin-top: .15rem;
}