@charset "utf-8";
body { padding:0; margin:0; color:#333333; font-size:12px; font-family:"Microsoft YaHei"; background:rgb(229,235,250);}
* { padding:0; margin:0; list-style:none; border:none; text-decoration:none; outline:none;}


.product-wrap{margin: 0 auto;background:rgb(229,235,250);vertical-align: middle; text-align: center;}

.tabs img{
width:100%;
}
.tabBox{
position: relative;
}
.tab1{
    display:block;
}
.tab2{
    display:none;
}
.tab3{
    display:none;
}
.tab4{
    display:none;
}

.tabBtn1{
    position: absolute;
    width: 20%;
    height: 20%;
    top: 0%;
    left: 6%;
}
.tabBtn2{
    position: absolute;
    width: 21%;
    height: 20%;
    top: 0%;
    left: 27%;
}
.tabBtn3{
    position: absolute;
    width:24%;
    height:20%;
    top:0%;
    left:50%;
}
.tabBtn4{
    position: absolute;
    width:24%;
    height:20%;
    top:0%;
    left:75%;
}

















