@import "font.css";

section .content{
    width: 14.4rem;
    height: auto;
    margin: 0 auto;
    border-top: .01rem dashed #b0c3dd;
    box-sizing: border-box;
    padding: 1.64rem 1.49rem 2.23rem 1.49rem;

}
section {
    width: 14.4rem;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 1.2rem;
}

html,body{
    width: 100%;
    height: auto;
    background: #fbfbfb;
    position: relative;
}

.big-bg{
    width: 2.4rem;
    height: 8.31rem;
    position: absolute;
    bottom: 2.29rem;
    left: 0;
}
.big-bg-2{
    width: 4.18rem;
    height: 5.31rem;
    position: absolute;
    bottom: 1rem;
    right: 0;
}
.big-bg img,.big-bg-2 img{
    width: 100%;
    height: 100%;
}

.content-box{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.product:hover{
    /*background: #014099;*/

    box-shadow: 0px .43rem .58rem .04rem rgba(1, 64, 153, 0.4);
}

.product:hover .hover-img{
    display: block;
}
.product{
    width: 3.25rem;
    height: 5.03rem;
    border-radius: .3rem;
    background: #eeeeee;
    overflow: hidden;
    transition: all .8s;
    /*color: #014099;*/
    position: relative;
    background: url("../images/sanzao/bg-1.png")no-repeat center center /100% 100%;
}
.product .bg-img{
    width: 100%;
    height: 4.42rem;
}
.product .text{
    width: 100%;
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .6rem;
    position: absolute;
    transition: all .8s;
    bottom: 0;
    color: #014099;
    left: 0;
    z-index: 10;
    background: #eeeeee;
}

.product:hover.product .text{
    background: #014099;
    color: #fff;
}
.product .text img{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: .38rem;
    width: .07rem;
    height: .12rem;
}
.mobile-content{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top:1.7rem;
    padding-bottom: 1.79rem;
    overflow: hidden;
    display: none;
}
.swiper-slide{
    width: 3.25rem !important;
}


.img-1{
    width: 2.51rem;
    height: 1.58rem;
    position: absolute;
    z-index: 1;
    left: -1rem;
    top: .56rem;
}
.img-2{
    width: 5.45rem;
    height: 4.64rem;
    position: absolute;
    left: -1.72rem;
    top:-.38rem;
    z-index: 2;
}
.img-3{
    width: 2.85rem;
    height: 3.66rem;
    position: absolute;
    right: -.2rem;
    bottom:-.4rem;
    z-index: 3;
}
.img-4{
    width: 1.22rem;
    height: 1.48rem;
    position: absolute;
    right: 1.42rem;
    top:-.46rem;
    z-index: 1;
}
.img-5{
    width: 1.75rem;
    height: 3.06rem;
    position: absolute;
    left: -.46rem;
    top:-.38rem;
    z-index: 2;
}
.img-6{
    width: 3.42rem;
    height: 3.9rem;
    position: absolute;
    left: .75rem;
    top:.88rem;
    z-index: 3;
}
.img-7{
    width: 1.83rem;
    height: 2.68rem;
    position: absolute;
    right: .1rem;
    bottom:.5rem;
    z-index: 4;
}
.img-8{
    width: 6.63rem;
    height: 5.53rem;
    position: absolute;
    right: -.3rem;
    bottom:0rem;
    z-index: 1;
}
.img-9{
    width: .98rem;
    height: 1.09rem;
    position: absolute;
    left:0rem;
    top:.93rem;
    z-index: 2;
}
.img-10{
    width: .6rem;
    height: .74rem;
    position: absolute;
    left: .1rem;
    top: 1.94rem;
    z-index: 3;
}
.img-11{
    width: .4rem;
    height: .4rem;
    position: absolute;
    left: .93rem;
    top: 2.63rem;
    z-index: 4;
}
.img-12{
    width: .28rem;
    height: .35rem;
    position: absolute;
    left: .84rem;
    top: 2.94rem;
    z-index: 5;
}
.img-13{
    width: 2.74rem;
    height: 3.54rem;
    position: absolute;
    left:.6rem;
    top:0rem;
    z-index: 6;
}
@media screen and (max-width:768px ){

    section{
        width: 100%;
    }
    .big-bg-2,.big-bg{
        display: none;
    }
    .mobile-content{
        display: block;
    }

    section .content {
        width: 100%;
        padding: .4rem 0rem;
        border: none;

    }
    .content-box{
     display: none;
    }
    section .content .menu-content{
        display: none;
    }

    .mobile-content{
        display: flex;
    }

    .product{
        width: 4.54rem !important;
        height: 7.05rem !important;
        border-radius: .4rem;
        background: #eeeeee;
        overflow: hidden;
        transition: all .8s;
        color: #014099;
    }

    .swiper-slide-active{
        background: #014099;
        color: #fff;
    }
    .product .bg-img{
        width: 100%;
        height: 5.94rem;
    }
    .product .text{
        width: 100%;
        height: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .18rem;
        line-height: 1.1rem;
        position: relative;
    }
    .product .text img{
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: .38rem;
        width: .07rem;
        height: .12rem;
    }
}
