.size {
    width: 100%;
    height: 100%
}

*,body,html {
    margin: 0;
    padding: 0
}



.flex-row,.row-between {
    display: flex;
    flex-direction: row;
    align-items: center
}

.row-between {
    justify-content: space-between
}

.home[data-v-b575e508] {
    width: 100%;
    height: 100vh;
    background: #031d36 url(../images/mbj.png) 50% no-repeat;
    background-size: 100% 100%
}

.size20[data-v-b575e508] {
    margin: 1vh 0;
    width: 20vw;
    height: 20vw;
    position: relative
}

.size20 .btnNew[data-v-b575e508] {
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 4.5vw
}

.xuanzhuan[data-v-b575e508] {
    animation: rotation-b575e508 5s linear infinite;
}

@keyframes rotation-b575e508 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}


/*内页*/
.bigbox{
    width: 100%;
    height: 100vh;
    background: #031d36 url(../images/mbj.png) 50% no-repeat;
    background-size: 100% 100%;
}

.nyproduct{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.nyimg{
    
}

.nyimg img{
    margin: 15vh 0 5vh;
    width: 12vh;
    height: 12vh;
}

.nyplist{
    height: 50vh;
    overflow: scroll;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15vw;
}

.mplist li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-decoration: none;
    margin: 3vh 0;
}

.mplist li a span{
    height: 20px;
    line-height: 20px;
    width: 60vw;
    font-size: 4vw;
    text-align: center;
}

.mplist li a img.jtsize{
    width: 3.8vw;
    height: 3.8vw;
}

.jtsize2{
        transform: rotate(90deg);
    margin-top: 1.5vh;
    width: 5vw;
    height: 5vw;
}



