@media (min-width: 980px) {
    .banner{
        width: 100%;
    }
    .banner .container div{
        width: 100%;
        height: 500px;
        cursor: default;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        outline: none;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        background-size: cover;
        background-image: url(../images/download-3.png);
    }
    .banner .container img{
        display: none;
    }
    .one-view{
        padding: 93px 0;
        background: rgba(248, 248, 248, 1);
    }

    .one-view ul{
        display: flex;
        flex-wrap: wrap;
    }
    .one-view ul li{
        width: 225px;
        background: #FFF;
        transition: all .5s;
        margin-bottom: 18px;
        margin-right: 18px;
    }
    .one-view ul li:nth-child(5n){
        margin-right: 0;
    }
    .one-view ul li:hover{
        transform: translateY(-20px);
        box-shadow: 0px 0px 10px #bcbec4;
    }
    .one-view ul li:hover h6{
        color: rgb(0, 207, 180);
    }
    .one-view ul li:hover img{
        transform: scale(1.1);
    }
    .one-view ul li .img-box{
        width: 100%;
        height: 225px;
        overflow: hidden;
    }
    
    .one-view ul li .text{
        padding: 20px;
        box-sizing: border-box;
    }
    .one-view ul li h6{
        color: #333;
        text-align: center;
        margin-bottom: 10px;
        transition: all .3s;
    }
    .one-view ul li p{
        font-size: 12px;
        color: #333;
    }
    .one-view ul li div img{
        width: 100%;
        height: 100%;
        transition: all .5s ;
    }

    .five-view{
        padding: 93px 0;
    }
    .five-view .container h2{
        color: rgb(0, 207, 180);
        font-size: 30px;
        text-align: center;
        font-weight: 700;
    }
    .five-view .container .title-m{
        font-size: 12px;
        line-height: 36px;
        text-align: center;
    }
    .five-view .container ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .five-view .container ul li{
        width: 359px;
        height: 331px;
        transition: all .3s;
    }
    .five-view .container ul li:nth-child(-n + 3){
        margin-bottom: 20px;
    }
    .five-view .container ul li:nth-child(3n -1){
        margin: 0 61px;
    }
    .five-view .container ul div{
        width: 359px;
        height: 258px;
        overflow: hidden;
    }
    .five-view .container ul div img{
        width: 100%;
        height: 100%;
        transition: all .3s;
    }
    .five-view .container ul h5{
        font-size: 16px;
        color: rgb(0, 207, 180);
        text-align: center;
        margin: 10px;
    }
    .five-view .container ul p{
        text-align: center;
        font-size: 12px;
        color: rgb(102, 102, 102);
    }
    .five-view .container ul li:hover img{
        transform: scale(1.2);
    }
    .five-view .container ul li:hover{
        box-shadow: 0px 0px 10px #8b919d;
    }
    .five-view .container ul li:hover p{
        color: black;
    }
}

@media (max-width: 980px) {
    .banner{
        width: 100%;
    }
    .banner .container div{
        width: 100%;
        background: transparent !important;
    }
    .banner .container img{
        width: 100%;
    }
    .one-view{
        padding: .3rem 0;
        background: rgba(248, 248, 248, 1);
    }

    .one-view ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 .28rem;
    }
    .one-view ul li{
        width: 100%;
        background: #FFF;
        transition: all .5s;
        border-radius: .08rem;
        margin-bottom: .4rem;
    }
    .one-view ul li:hover{
        transform: translateY(-20px);
        box-shadow: 0px 0px 10px #bcbec4;
    }
    .one-view ul li:hover h6{
        color: rgb(0, 207, 180);
    }
    .one-view ul li:hover img{
        transform: scale(1.1);
    }
    .one-view ul li .img-box{
        width: 100%;
        /* height: 3.28rem; */
        overflow: hidden;
    }
    .one-view ul li .text{
        padding: .2rem;
        box-sizing: border-box;
    }
    .one-view ul li h6{
        color: #333;
        text-align: center;
        margin-bottom: 10px;
        transition: all .3s;
    }
    .one-view ul li p{
        font-size: .24rem;
        color: #333;
    }
    .one-view ul li div img{
        width: 100%;
        height: 100%;
        transition: all .3s;
    }

    .five-view{
        padding: .3rem 0;
    }
    .five-view .container{
        margin: 0 .28rem;
        box-sizing: border-box;
    }
    .five-view .container h2{
        color: rgb(0, 207, 180);
        font-size: .4rem;
        text-align: center;
        font-weight: 700;
        margin-bottom: .2rem;
    }
    .five-view .container .title-m{
        font-size: .24rem;
        text-align: center;
    }
    .five-view .container ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: .6rem;
    }
    .five-view .container ul li{
        width: 100%;
        height: 331px;
        transition: all .3s;
    }
    .five-view .container ul li:nth-child(-n + 3){
        margin-bottom: 20px;
    }
   
    .five-view .container ul div{
        width: 100%;
        height: 4.98rem;
        overflow: hidden;
    }
    .five-view .container ul div img{
        width: 100%;
        height: 100%;
        transition: all .3s;
    }
    .five-view .container ul h5{
        font-size: .28rem;
        color: rgb(0, 207, 180);
        text-align: center;
        margin: .2rem;
    }
    .five-view .container ul p{
        text-align: center;
        font-size: .24rem;
        color: rgb(102, 102, 102);
    }
    .five-view .container ul li:hover img{
        transform: scale(1.2);
    }
    .five-view .container ul li:hover{
        box-shadow: 0px 0px .2rem #8b919d;
    }
    .five-view .container ul li:hover p{
        color: black;
    }
}