*{
    padding: 0;
    margin: 0;
    font-size: 0.16rem;
}

html,body{
    width: 100%;
    height: 100%;
}
.page{
    width: 100%;
    height: 100%;
    background: url("../img/bj.png") no-repeat;
    background-size: 100%  100%;
    position: relative;
}


.logo{
    width: 2.0rem;
    height: 0.93rem;
    position: absolute;
    left:1.25rem ;
    top: 0.2rem;
}

.logo img{
    width: 0.9rem;
    height: 0.9rem;
    float: left;
}

.test{
    width: 10.76rem;
    height: 1.88rem;
    background: url("../img/test.png") no-repeat;
    background-size: 100%  100%;
    position: absolute;
    top: 4.0rem;
    left: 4.22rem;
}
.videobtn{
	width: 4.00rem;
	height: 0.5rem ; 
	position: absolute;
	top: 6.76rem;
	left: 8.0rem;
}

.videobtn ul li{
    width: 1.60rem;
    height: 0.5rem;
    background: url("../img/bnt1.png") no-repeat;
    background-size:100% 100% ;
    float: left;
    list-style: none;
    text-align: center;
    margin-left: 0.77rem;
    cursor: pointer;
}
.videobtn ul li:hover{
    background: url("../img/bnt2.png") no-repeat;
    background-size:100% 100% ;
}
.videobtn ul li p{
    font-family: SimHei;
    line-height: 0.54rem;
    color: #ffffff;
    font-size: 0.18rem;
    letter-spacing: 0.02rem;
    user-select: none;
}
.button{
    width: 13.60rem;
    height: 0.5rem ;
    position: absolute;
    top: 7.66rem;
    left: 3.28rem;
}

.button ul li{
    width: 1.60rem;
    height: 0.5rem;
    background: url("../img/bnt1.png") no-repeat;
    background-size:100% 100% ;
    float: left;
    list-style: none;
    text-align: center;
    margin-left: 0.77rem;
    cursor: pointer;
}
.button ul li:hover{
    background: url("../img/bnt2.png") no-repeat;
    background-size:100% 100% ;
}
.button ul li p{
    font-family: SimHei;
    line-height: 0.54rem;
    color: #ffffff;
    font-size: 0.18rem;
    letter-spacing: 0.02rem;
    user-select: none;
}