.info{
    width: 100%;
    background-color: #79BC29;
    overflow: hidden;
    display: flex;
}
.info-left{
    flex: 1;
    position: relative;
}
.info-right{
    width: 12.6rem;
    height: 7rem;
}
.info-left p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #FEFEFE;
    margin-left: 1.05rem;
    margin-top: 1.25rem;
}
.info-left h5{
    width: 7.9rem;
    font-weight: 400;
    font-size: 0.6rem;
    color: #FEFEFE;
    left: 1.05rem;
    position: absolute;
    z-index: 1;
    top: 170px;
}
.contact-li{
    width: 7.14rem;
    background: #FDFDFD;
    border-radius: 0.2rem;
    border: 0.05rem solid #EEF1F6;
    display: flex;
    justify-content: space-between;
    padding:0.4rem 0.35rem;
    align-items: center;
    margin-bottom: 0.3rem;
}
.contact-li img{
    width: 1.1rem;
    height: 1.1rem;
}
.contact-li-right-titlw{
    font-weight: bold;
    font-size: 0.38rem;
    color: #292929;
    margin-bottom: 0.3rem;
}
.contact-li-right-pan p{
    font-weight: 400;
    font-size: 0.24rem;
    color: #4D4D4D;
    margin-bottom: 0.1rem;
}
.contact-li-right{
    flex: 1;
    margin-left: 2rem;
}
.contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0 0.7rem;
}
.contact-li:hover{
    background: #014B88;
    border-radius: 0.2rem;
    border: 0.05rem solid #002F74;
}
.contact-li:hover p{
    color: #FFFFFF;
}
.contact-li:hover .contact-li-right-titlw{
    color: #FFFFFF;
}

#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 10.1rem;
    margin-top: 0.3rem;
    background-color: #DBE8F0;
    position: relative;
}
.particles-con{
    z-index: 10;
    position: absolute;
    top: 1.3rem;
    left: 1.15rem;
}
.particles-con h5{
    font-weight: bold;
    font-size: 0.6rem;
    color: #00397B;
}
.particles-con p{
    font-weight: 400;
    font-size: 0.24rem;
    color: #327AA6;
    line-height: 0.36rem;
    width: 8.58rem;
    margin-top: 0.4rem;
}
#particles-js img{
    width: 100%;
    height: 10.13rem;
}

.brand{
    padding: 1rem 0;
    overflow: hidden;
}
.brand-title{
    width: 11.28rem;
    height: auto;
    font-weight: 800;
    font-size: 0.38rem;
    color: #1E1E1E;
}
.brand-info{
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem;
}
.brand-info-img{
    width: 7.35rem;
    height: 4.40rem;
    border-right: 0.3rem;
    overflow: hidden;
    /*margin-top: 3.2rem;*/
}
.brand-info-right{
    width: 8.29rem;
    height: auto;
    font-weight: 400;
    font-size: 20px;
    color: #999999;

}
.brand-info-right p{
    margin-bottom: 0.45rem;
}
.rz-titlr{
    font-weight: 400;
    font-size: 0.38rem;
    color: #FFFFFF;
}
.rz-p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    padding: 0.5rem 0;
}
.rz-img{
    width: 17rem;
    height: 5.9rem;
}
.rzall{
    padding: 0.8rem 0;
    font-size: 20px;
}





@media screen and (max-width: 1050px) {
    .info{
        flex-direction: column;
    }
    .info-right{
        width: 100%;
        height: auto;
    }
    .info-left{
        padding: 1rem 0.8rem;
    }
    .info-left p{
        margin: 0;
        font-size: 0.5rem;
    }
    .info-left h5{
        position: relative;
        left: 0;
        top: 0;
        margin-top: 0.5rem;
        margin-left: 0;
        width: auto;
    }
    .contact{
        padding: 0.4rem ;
        width: auto;
    }
    .contact-li{
        width: 100%;
    }
    .contact-li-right-titlw{
        font-size: 0.6rem;
        margin-bottom: 0.4rem;
    }
    .contact-li-right-pan p{
        font-size: 0.4rem;
    }
    .contact-li img{
        width: 2rem;
        height: 2rem;
    }
    .particles-con h5{
        font-size: 0.8rem;
    }
    .particles-con p{
        font-size: 0.4rem;
        line-height: 0.6rem;
    }
    #particles-js img{
        height: auto;
    }
    .brand{
        padding: 0.4rem;
        width: auto;
    }
    .brand-title{
        font-size: 0.5rem;
    }
    .brand-info{
        margin-top: 0.4rem;
        flex-direction: column;
    }
    .brand-info-img{
        width: 100%;
        height: auto;
        margin-top: 0.4rem;
    }
    .brand-info-right{
        width: 100%;
        height: auto;
        font-size: 0.4rem;
        line-height: 0.6rem;
        margin-top: 0.4rem;
    }
    .rzall{
        padding: 0.4rem 0;
    }
    .rz-titlr{
        padding: 0 0.4rem;
        font-size: 0.6rem;
    }
    .rz-p{
        padding: 0 0.4rem;
        font-size: 0.4rem;
        margin: 0.4rem 0;
    }
    .rz-img{
        width: 100%;
        height: auto;
    }
    #particles-js{
        height: auto;
    }
    .particles-con{
        position: relative;
        padding: 0 0.4rem;
        left: 0;
        top: 0;
        padding-bottom: 0.4rem;
    }
    .particles-con p{
        width: 100%;
        font-size: 0.4rem;
        line-height: normal;
    }
}
