footer{
  padding: 0.48rem 0 0;
  background: #0057A9;
}
footer .max-width{
  justify-content: space-between;
  align-items: flex-start !important;
}


.footL {
  justify-content: space-between;
    flex: 1;
    align-items: flex-start;
    padding-bottom: 0.6rem;
}
.foot_search{
  width: 3.08rem;
  background: #FFFFFF;
  padding: 0.24rem 0.24rem;
  justify-content: space-between;
  margin-top: 0.48rem;
}
.foot_search input{
  font-family: Montserrat;
  font-weight: 300;
  font-size: 0.18rem;
  color: #222222;
  opacity: 0.6;
}
.foot_search input::placeholder{
  color: #000000;
  opacity: 1;
}
.foot_search img{
  width: 0.22rem;
  height: 0.14rem;
  margin-left: 0.1rem;
}
.foot_share{
  margin-top: 0.34rem;
}
.foot_share img{
  width: 0.3rem;
  height: 0.3rem;
}
.foot_share a{
  margin-right: 0.23rem;
}
.footer_tit{
  /* margin-top: 0.08rem; */
}
.footer_tit p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  font-size: .2rem;
  color: #FFFFFF;
}
.footNav {
  margin-top: 0.22rem;
  max-width: 1.95rem;
}
.footNav a {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  font-size: .18rem;
  color: #B3C0DB;
  margin-top: 0.2rem;
  opacity: 0.7;
}
.footC_list p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-left: 0.3rem;
}


.footC_c{
  margin-top: 0.24rem;
}
.footC_li{
  margin-top: 0.21rem;
  align-items: flex-start;
}
.footC_li img{
  width: 0.31rem;
  height: 0.27rem;
}
.footC_li p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.footC_p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #FFFFFF;
  opacity: 0.5;
}
.footer_ewm{
  flex: 0 0 31%;
}
.footer_tel{
  justify-content: end;
}
.footer_tel img{
  width: 0.22rem;
  height: 0.22rem;
}
.footer_tel p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-left: 0.06rem;
}
.tel_name{
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.4rem;
  margin-top: 0.1rem;
  text-align: right;
}
.footer_ewm_c{
  margin-top: 0.16rem;
  display: flex;
  justify-content: flex-end;
}
.footer_ewm_c img{
  width: 1.25rem;
  height: 1.25rem;
}
.footer_ewm_c p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #B3C0DB;
  margin-top: 0.08rem;
  text-align: center;
}

.beian{
    margin-top: 0.55rem;
  border-top: 1px solid rgba(255,255,255,0.32);
  height: 0.5rem;
  display: flex;
}
.beian .max-width{
  justify-content: center;
  padding: 0;
}
.beian p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #B3C0DB;
}
.beian_list a{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.12rem;
  color: #666666;
  opacity: 0.7;
  margin-left: 0.34rem;
  position: relative;
}
.beian_list img{
  margin-right: 0.04rem;
}
.beian_list a:last-child{
  margin-left: 0.4rem;
}
.beian_list a:last-child:after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: -0.16rem;
  width: 0.01rem;
  height: 0.14rem;
  background: rgba(255,255,255,0.3);
}

.side {
  position: fixed;
  top: 50%;
  right: 0.08rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .1rem;
  z-index: 99;
}

.side a {
  width: 0.6rem;
  height: 0.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
  border-radius: 30px 30px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.side a p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.18rem;
  color: #000000;
  margin-right: 0.4rem;
  display: none;
  transition: all 0.3s;
}

.side a img {
  max-width: .25rem;
  object-fit: contain;
}

.side .sideActive:hover{
  width: 2.37rem;
  padding: 0 0.16rem 0 0.22rem;
}

.side a:hover p{
  display: block;
  transition: all 0.3s;
}

.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: .05rem;
  background: #E11D0B !important;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
  border-radius: 30px 30px 30px 30px;
}