
/*.swiper-slide>img{width:100%;}*/
@-webkit-keyframes bounce-down {
    25% {-webkit-transform: translateY(-10px);}
    50%, 100% {-webkit-transform: translateY(0);}
    75% {-webkit-transform: translateY(10px);}
}

@keyframes bounce-down {
    25% {transform: translateY(-10px);}
    50%, 100% {transform: translateY(0);}
    75% {transform: translateY(10px);}
}
/*首页*/
.bannerCont{width:100%;float:left;position:relative}
.bannerCont>.bannerBg{width:100%;}
.index-content{width:60%;overflow:hidden;margin:0 auto;}
.index-content-banner{position:absolute;top:0;left:20%;}
.phoneCont{width:26%;float:left;position:relative;margin:7% 16% 0 8%;}
.phoneCont .phonebg{width:100%}
.phoneCont-box{width:90%;height:80%;float:left;position:absolute;top:11%;left:5%;z-index: 1}
.phoneCont>span>img{width:100%;}
.phoneCont .pao01{width:28%;position: absolute;top:17%;right:-30%;-webkit-animation:bounce-down 2s linear infinite;animation: bounce-down 2s linear infinite;z-index:2}
.phoneCont .pao02{width:26%;position: absolute;top:27%;left:-30%;-webkit-animation:bounce-down 1.8s linear infinite;animation: bounce-down 1.8s linear infinite;z-index:2}
.phoneCont .pao03{width:25%;position: absolute;bottom:20%;left:-21%;-webkit-animation:bounce-down 2.5s linear infinite;animation: bounce-down 2.5s linear infinite;z-index:2}
.phoneCont .pao04{width:33%;position: absolute;bottom:44%;right:-11%;-webkit-animation:bounce-down 2.1s linear infinite;animation: bounce-down 2.1s linear infinite;z-index:2}
.phoneCont .pao05{width:24%;position: absolute;bottom:21%;right:-21%;-webkit-animation:bounce-down 3s linear infinite;animation: bounce-down 3s linear infinite;z-index:2}
.banner-right{width:45%;float:left;margin-top:10%;color:#fff;text-align:center;}
.banner-right>h1{font-weight:bold}
.banner-right>h4{font-weight:normal;margin-top:2.8%;}
.banner-download{width:42%;float:left;}
.banner-right .code-cont{width:100%;}
.banner-right .code-cont .code-cont-img{width:100%;border-radius:0}
.banner-right .code-cont .code-cont-img > img{width:94%;}
.banner-download{float:left;margin-top:6%;}
.swiper-slide,.swiper-container{width:100%;height:100%;}
.swiper-slide>img{width:100%;}

/*产品展示*/
.userInfo{}
.userInfo ul{width:100%;float:left;}
.userInfo ul li{width:20%;height:35%;float:left;margin-right:20%;text-align:center;margin-bottom:5%;}
.userInfo ul li img{width:80%;}
.userInfo ul li h2{width:100%;margin-top:12%;letter-spacing:4px;}
.userInfo ul li h6{width:72%;margin:1% auto 0;line-height:1.7}
































