.footer {
    background: #222552;

    position: relative;
}

.footerbg {
    position: absolute;
    left: 0;
    height: 100%;
    width: 6.15rem;
    background: #20234E;
}

.footer .main {
    display: flex;
    position: relative;
    padding-top: 0.88rem;
    justify-content: flex-start;
}

.footer_left {
    width: 5.12rem;
}

.footer_p1 {
    width: 4.95rem;
}

.tel {
    width: 4.5rem;
    margin-top: 0.7rem;
}







.footer_right {
    width: calc(100% - 5.12rem);
    display: flex;
    gap: 0 0.8rem;
    padding-left: .78rem;
}

.footer_right a {
    height: fit-content;
}

.footer_p5 {
    font-family: w15;
    font-size: 0.18rem;
    color: #fff;
    margin-bottom: 0.19rem;
    line-height: .26rem;
    transition: .4s all ease;
}

.footer_p5:hover {
    transform: translate(2px, -2px);
}

.footer_p6 {
    font-family: w15;
    font-size: 0.16rem;
    color: #C1C1C1;
    line-height: 0.28rem;
}


.footer_p6:hover {
    color: #fff;
}

.footer_hr {
    width: 100%;
    border: 0.01rem solid #fff;
    opacity: 0.15;

    width: 17rem;
    margin: 0 auto;
    margin-top: 0.9rem;
}

.footer_last {
    height: 0.89rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 17rem;
    width: 95%;
    margin: 0 auto;
}

.footer_last .con_l {
    display: flex;
    width: 80%;

}

.footer_last .con_l span {
    color: #fff;
    font-size: .16rem;
    opacity: .7;
    display: inline-block;
    width: 70%;
}

.footer_last .con_l a {
    color: #fff;
    font-size: 16px;
    opacity: .7;
    display: inline-block;
}

.footer_last p {
    font-family: w15;
    font-size: 0.12rem;
    color: #AC8D44;
}

.footerhr {
    width: .01rem;
    height: 1.9rem;
    background: #fff;
    opacity: 0.15;
}

.con_r {
    display: flex;
    gap: .17rem;
}

.con_r .con_code{
    position: relative;
}
.con_r .con_code>div{
    display: flex;
}
.con_r .con_code .code_img{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1.4rem;
    padding: 0.1rem;
    display: none;
}
.con_r .con_code .code_img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.con_r .con_code:hover .code_img{
    display: block;
}


@media only screen and (max-width: 1024px) {
.footerbg{
    display: none;
}
.footer .main{
    display: block;
    padding-top: .3rem;
}
.footer_left{
    width: 100%;
}
.footer_p1{
    width: 100%;
}
.tel{
    width: 90%;
    margin: 0 auto;
}
.footer_right{
    width: 90%;
    padding-left: 0;
    display: block;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: none;
}
.footerhr{
    display: none;
}
.footer_hr{
    margin-top: .5rem;
    width: 100%;
}
.footer{
    padding-bottom: 1rem;
}
.footer_last{
    width: 95%;
  margin: 0 auto;
  display: block;
  margin-top: .2rem;
  height: auto;
}
.footer_last .con_l{
    display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.footer_last .con_l span{
    width: 100%;
  text-align: center;
  display: block;
  font-size: 0.14rem;
}
.footer_last .con_l a{
    display: block;
    text-align: center;
    font-size: 0.14rem;
}
.con_r{
    width: 30%;
    margin: 0 auto;
    margin-top: .2rem;
}


    
}














