footer{
  background: #242834;
}
footer .max-width{
  align-items: flex-start !important;
}

.footer_R{
  width: 6rem;
  padding-top: 0.92rem;
  padding-right: 1.17rem;
  padding-right: .5rem;
  padding-bottom: .3rem;
}
.foot_logo{
  max-width: 3.69rem;
  height: 1rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.footer_Rcont{
  margin-top: 0.54rem;
}
.footer_Rlist{
  margin-top: 0.28rem;
  width: 100%;
}
.footer_contact img{
  width: 0.31rem;
  height: 0.27rem;
  margin-right: .1rem;
}
.footer_contact p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  opacity: 0.7;
}
.footer_tel{
  margin: 0.07rem 0 0 0.41rem;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.3rem;
}

.footL {
  justify-content: space-between;
    flex: 1;
    align-items: flex-start;
    padding: 1rem 0 0 0;
}
.footL_cont{
  padding-left: 0.88rem;
  align-items: flex-start;
  justify-content: space-between;
  border-left: 1px solid rgba(255,255,255,0.11);
  padding-bottom: .48rem;
  position: relative;
}
.footer_R .codeList{
    display: flex;
    /*position: absolute;*/
    left: .88rem;
    bottom: .67rem;
    gap: .37rem;
    margin-top: .3rem;
    justify-content: center;
}
.footer_R .codeList .item{
    width: 1.13rem;
}
.footer_R .codeList .item img{
    padding: .05rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    width: 100%;
    height: 1.14rem;
    margin-bottom: .15rem;
}
.footer_R .codeList .item p{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: center;
}
.foot_img img{
  max-width: 4.02rem;
}
.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;
}

.share{
  padding-bottom: 0.25rem;
  justify-content: end;
  padding-left: 0.88rem;
  border-left: 1px solid rgba(255,255,255,0.11);
  padding-top: 0.97rem;
}
.share_li{
  position: relative;
  margin-left: 0.14rem;
  transition: all 0.3s;
}
.share_li img{
  width: 0.26rem;
  height: 0.26rem;
  transition: all 0.3s;
}
.share_li img:nth-of-type(2){
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.share_li:hover img:nth-of-type(1){
  opacity: 0;
  transition: all 0.3s;
}
.share_li:hover img:nth-of-type(2){
  opacity: 1;
  transition: all 0.3s;
}
.share_li:hover .ewm{
  opacity: 1;
}
.share_li:hover .ewm img{
  opacity: 1;
}

.ewm{
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  position: absolute;
    bottom: 0.38rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.ewm::after{
  content: "";
  position: absolute;
  bottom: -0.04rem;
  left: 50%;
    transform: translate(-50%, 0);
  width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFFFFF;
}
.ewm img{
  width: 0.89rem;
  height: 0.9rem;
  opacity: 1;
}

.footer_tit{
  /* margin-top: 0.08rem; */
}
.footer_tit p{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 600;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 1;
}
.footNav {
  margin-top: 0.6rem;
}
.footNav a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-top: 0.3rem;
  opacity: 0.5;
  line-height: 1;
}
.footNav a:hover{
    opacity: 1;
}
.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{
  margin-left: 0.93rem;
}
.footer_ewm_c:last-child{
  margin-left: 0.22rem;
}
.footer_ewm_c img{
  width: 1.1rem;
  height: 1.1rem;
  margin: auto;
  display: block;
  margin-top: 0.17rem;
}
.footer_ewm_c p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: left;
}
.footC{
  padding-left: 1.8rem;
}

.beian{
  border-left: 1px solid rgba(255,255,255,0.11);
  border-top: 1px solid rgba(255,255,255,0.11);
  padding: 0.23rem 0 0.21rem 0.88rem;
  justify-content: space-between;
}
.beian .max-width{
  justify-content: space-between;
  padding: 0;
}
.beian_list{
    font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(255,255,255,.5);
  /*opacity: 0.5;*/
}
.beian p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  opacity: 0.5;
}
.beian_list a{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-left: 0.1rem;
  position: relative;
  opacity: 0.5;
}
.beian_list a * {
    opacity: 1;
}
.beian_list img{
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
}

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

.side a {
  width: 0.55rem;
  height: 0.55rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.08);
  border: 1px solid #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.side a img {
  max-width: .31rem;
  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: .09rem;
  background: #004EBE !important;
  border-color: #004EBE !important;
}






/* 左侧悬浮 */
.foot_aside{
    position: fixed;
    right: 0.18rem;
    top: 50%;
    top: 80%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    row-gap: 0.06rem;
    z-index: 9;
    /*display: none;*/
}
.foot_aside_item{
    width: 0.55rem;
    height: 0.55rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 4px;
    cursor: pointer;
    padding: 0 0.115rem;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.08);
}
.foot_aside_item .foot_aside_icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_aside_item .foot_aside_icon img{
    width: 0.32rem;
    height: 0.32rem;
}
.foot_aside_item .foot_aside_cont{
    font-family: PPoppins-Medium;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
}
.foot_aside_item:last-child{
    background: #013398;
    margin-top: 0.1rem;
}
.foot_aside_item:hover{
    background: #013398;
    width: auto;
    column-gap: 0.05rem;
}
.foot_aside_item:hover .foot_aside_icon img{
    filter: brightness(0) invert(1);
}
.foot_aside_item:hover .foot_aside_cont{
    width: auto;
}




@media screen and (max-width: 1043px) {
    footer .max-width{
        flex-wrap: wrap;
    }
    .footer_R{
        padding: 20px 0;
        width: 100%;
    }
    .foot_logo{
        height: 60px;
    }
    .footer_Rcont{
        margin-top: 20px;
    }
    .footer_Rlist{
        margin-top: 20px;
    }
    .footer_contact img{
        width: 30px;
        height: auto;
    }
    .footer_contact p{
        font-size: 16px;
    }
    .footer_tel{
        font-size: 16px;
        margin: 5px 0 0 32px;
        line-height: 1.4;
    }
    .footL{
        padding: 30px 0;
    }
    .footL_cont{
        border: none;
        padding: 0 0 40px 0;
        flex-wrap: wrap;
    }
    .footer_tit p{
        font-size: 16px;
    }
    .footNav{
        margin-top: 30px;
    }
    .footNav a{
        font-size: 14px;
        margin-top: 15px;
    }
    .footer_R .codeList{
        position: initial;
        width: 100%;
    }
    .footer_R .codeList .item{
        width: 120px;
    }
    .footer_R .codeList .item img{
        height: auto;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .footer_R .codeList .item p{
        font-size: 14px;
    }
    .beian{
        border-left: none;
        padding: 10px 0;
        flex-wrap: wrap;
        row-gap: 5px;
        column-gap: 10px;
        justify-content: center;
    }
    .beian p{
        font-size: 14px;
    }
    .beian_list a{
        margin-left: 20px;
    }
    .beian_list img{
        width: 16px;
        height: auto;
        margin-right: 6px;
    }
}

@media screen and (max-width: 769px) {
    .footL_cont .footL_li{
        display: none;
    }
    .footer_R .codeList{
        justify-content: center;
    }
    .beian .beian_list{
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 5px;
    }
}
