html,
body {
    width: 100%;
    height: 100%;
}


.home {
    width: 100%;
    height: 100%;
    background: url("../images/home.jpg");
    background-size: 100% 100%;
    position: relative;
}


.home {
    width: 100%;
    height: 100%;
    background: url("../images/home.jpg");
    background-size: 100% 100%;
    position: relative;
}
.homecon {
    width: 8.04rem;
    height: 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4.02rem;
    margin-top: -2.3rem;
}
.home-text{ width: 100%; height: 1.27rem;}
.home-text img{ width: 100%; height: 100%;}
.btngroup {
    display: flex;
    margin-left: auto;
}

.btngroup li {
    width: 3rem;
    height: 1.2rem;
    background: url("../images/btn.png");
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
    margin-left: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btngroup li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btngroup li a span {
    font-size: 0.32rem;
    font-weight: 700;
    color: rgba(1, 81, 155, 1);
}

.btngroup li a img {
    width: 0.36rem;
    height: 0.36rem;
    margin-left: 0.2rem;
}