.footer {
    background: #f8f8f8 url(../img/footer/imgbg.png) no-repeat;
    padding-top: 0.9rem;
    padding-bottom: .9rem;
}

.footer .main {
    display: flex;
}

.logo_foot{
    width: 3.73rem;
    height: .57rem;
    margin-bottom: .3rem;
}
.footer_p1 {
   
    font-size: 0.18rem;
    color: #333333;
    font-weight: bold;
    padding-left: .1rem;
    margin-bottom: .15rem;
}

.footer_p4 {
    padding-left: .1rem;
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.06rem;
    width: 5rem;
    line-height: .3rem;
}
.footer_p3{
    margin-top: .5rem;
    padding-left: .1rem;
    font-size: 0.14rem;
    color: #a0a0a0;
    margin-bottom: 0.06rem;
}

.footer_left {
  padding-right: .8rem;
  border-right: 1px solid #ccc;
}
.footer_right {
    display: flex;
    gap: 0 0.74rem;
}

.footer_right a {
    height: fit-content;
}

.footer_p5 {
   
    font-size: 0.18rem;
    color: #333333;
    margin-bottom: 0.25rem;
}

.footer_p6 {
   
    font-size: 0.15rem;
    color: #888888;
    line-height: 0.3rem;
}

.footer_p6:hover {
    color: #1854a5;
}
.footer_tight_box img{
    background: #fff;
    padding: .03rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: .13rem;
}
.footer_tight_box p{
    font-size: 0.15rem;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .footer .main{
        display: block;
        height: auto;
        overflow: hidden;
    }
    .logo_foot{
        width: 100%;
  height: auto;
    }
.footer_p1{
    font-size: 0.24rem;
}
.footer_p4{
    font-size: 0.24rem;
}
.footer_p3{
    margin-top: 0;
    font-size: 0.24rem;
}
.footer_left{
    border: none;
}
.footer_right{
    display: block;
    height: auto;
    overflow: hidden;
}
.footer_right_box{
    width: 33.3%;
    float: left;
}
.footer_p6{
    font-size: 0.24rem;
    line-height: .35rem;
}
.footer_p5{
    font-size: 0.26rem;
    margin-bottom: 0.05rem;
}
  .footer_right_box {
    width: 33.3%;
    float: left;
    height: 3.5rem;}
    .footer_tight_box{
    width: 40%;
    float: left;
   margin-left: 20%;
  max-width: 2rem;
}
.footer_tight_box p{
    font-size: 0.24rem;
}
.footer_tight_box img {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}
}
