footer{
    height: 5rem;
    background: url(../images/footer/bg_1.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}
.footerMain{
    width: 15.99rem;
    margin: 0.57rem auto 0;
    display: flex;
    justify-content: space-between;
}
.footerMain .left{
    width: 9.84rem;
    height: 1.95rem;
}
.footerMain .left ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.footerMain .left ul li{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.21rem;
}
.footerMain .left ul li a{
    color: #FFFFFF;
}
.footer_title{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.24rem;
}
.footerMain .smallWhiteLine{
    width: 0.34rem;
    height: 0.02rem;
    background: #FFFFFF;
    margin: 0.38rem 0 0.19rem;
}
.footerEj div{
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.21rem;
    margin-bottom: 0.16rem;
}
.footerMain .right{
    width: 4.75rem;
    height: 3.6rem;
}
.footerMain .right div:first-child{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.37rem;
}
.footerMain .right div:nth-child(3),
.footerMain .right div:nth-child(4){
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.21rem;
}
.footerMain .right div:nth-child(3){
    margin-bottom: 0.16rem;
    margin-top: 0.19rem;
}
.footerMain .right .lx{
    display: flex;
    margin-top: 0.23rem;
}
.lx img{
    width: 0.4rem;
    height: 0.4rem;
    display: block;
}
.lx .dh{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-left: 0.14rem;
}
.picBox{
    margin-top: 0.36rem;
    display: flex;
}
.picBox .picBox-l,
.picBox .picBox-r{
    width: 1.1rem;
}
.picBox .picBox-l{
    margin-right: 0.14rem;
}
.picBox .picBox-l img{
    width: 100%;
    height: 1.1rem;
    display: block;
}
.picBox .picBox-l div{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.15rem;
    color: #FFFFFF;
    line-height: 0.21rem;
    text-align: center;
    margin-top: 0.16rem;
}
.picBox .picBox-r img{
    width: 100%;
    height: 1.1rem;
    display: block;
}
.picBox .picBox-r div{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.15rem;
    color: #FFFFFF;
    line-height: 0.21rem;
    text-align: center;
    margin-top: 0.16rem;
}

/* 版权 */
.copyright{
    width: 9.34rem;
    height: 0.2rem;
    margin: 0.42rem auto 0;
    display: flex;
    justify-content: center;
}
.copyright div:first-child{
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.21rem;
}
.copyright .smallPic{
    margin-left: 0.2rem;
    display: flex;
}
.copyright .smallPic img{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    margin-right: 0.1rem;
}
.copyright .smallPic div{
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.21rem;
}
.copyright .smallPic_2{
    display: flex;
}
.copyright .smallPic_2 img{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    margin-right: 0.1rem;
}
.copyright .smallPic_2 div{
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.21rem;
}


/* 右侧固定小图标 */
.fixBox{
    width: 0.7rem;
    height: 2.86rem;
    background: #f6f6f6;
    position: fixed;
    z-index: 9;
    top: 3rem;
    right: 0;
    overflow: hidden;
}
.fixBox div{
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.02rem;
    overflow: hidden;
}
.fixBox div img{
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    margin: 0.15rem 0 0 0.15rem;
}

@media only screen and (max-width: 768px) {
      footer{
    background-size: 100% 100%;
     }
     .footerMain .left{
         display:none;
     }
     .footerMain .right {
    width: 100%;
    height: 3.6rem;
    margin-left: 0.2rem;
     }
     .copyright{
         width: 100%;
     }
}