*{margin:0;padding:0;border:0;}
.clearFix:after{content:""; display:block; clear:both;}
.clearFix{zoom:1;}
::selection {
    color: #fff;
    background-color: #282a87;
}

/* app-list */
.app-list-banner{
    width:100%;
    margin:70px auto 0;
    height:auto;
    max-height:600px;
    overflow:hidden;
    position:relative;
    z-index:1;
    background:rgba(0,0,0,0.5);
}

.app-list-banner .banner-item{
    left:0;
    top:0;
    z-index:2;
    position:absolute;
    color:#fff;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}
.app-list-banner .banner-item h3{
    text-align:center;
    font-size:36px;
    line-height:1.2;
    margin-top:180px;
    letter-spacing: 1px;
    text-shadow: 0 0 10px #000;
}
.app-list-banner .banner-item h4{
    font-size:28px;
    line-height:1.2;
    text-align:center;
    font-weight:normal;
    margin-top:20px;
}
.app-list-banner .banner-item a{
    display:block;
    margin:20px auto 0;
    width:180px;
    height:48px;
    line-height:48px;
    font-size:20px;
    border:2px solid #fff;
    background:rgba(255,255,255,0.5);
    color:#fff;
    letter-spacing: 1px;
    text-align:center;
    border-radius: 8px;
}

.app-list-pos{
    width:100%;
    background:#f2f5fa;
    padding:20px 0;
}
.app-list-pos .app-list-pos-wrapper{
    width:1200px;
    margin:0 auto;
    font-size:14px;
}

.app-list-container{
    width:1200px;
    margin:0 auto;
}
.app-list-container .hot-app{
    width:1200px;
    margin:80px auto;
}
.app-list-container .hot-app .hot-app-wrapper{
    width:880px;
    float:left;
}

.app-list-container .hot-app .hot-app-title{
    width:100%;
}
.app-list-container .hot-app .hot-app-title h2{
    font-size:24px;
    color:#333;
    line-height:1.1;
}
.app-list-container .hot-app .hot-app-title p{
    color:#999;
    font-size:14px;
    line-height:1;
}
.app-list-container .hot-app .hot-app-desc{
    margin:20px 0;
    font-size:16px;
}
.app-list-container .hot-app .app-hot-content{
    margin-top:20px;
}

.app-list-container .app-hot-swiper{
    width:880px;
    height:300px;
}

.app-list-container .app-hot-swiper .hot-slide{
    width:880px;
    height:300px;
    background:#edf1f4;
}

.app-list-container .app-hot-swiper .hot-slide .pic{
    float:left;
    width:400px;
    height:300px;
    overflow: hidden;
}
.app-list-container .app-hot-swiper .hot-slide .pic img{
    width:400px;
    height:300px;
    display: block;
    transition:.3s all;
}
.app-list-container .app-hot-swiper .hot-slide .pic img:hover{
    transform: scale(1.1);
}
.app-list-container .app-hot-swiper .hot-slide .desc{
    width:480px;
    height:300px;
    float:right;
    padding:30px 30px 0;
    box-sizing: border-box;
}
.app-list-container .app-hot-swiper .hot-slide .desc h3{
    font-size:20px;
    line-height:1.2;
}
.app-list-container .app-hot-swiper .hot-slide .desc p{
    padding:20px 0;
    font-size:14px;
}




.app-list-container .hot-app .hot-app-profile{  
    width:260px;
    float:right;
    background:#141414;
    box-sizing: border-box;
    padding:25px;
}
.app-list-container .hot-app .hot-app-profile h3.title{
    font-size:25px;
    color:#fff;
}
.app-list-container .hot-app .hot-app-profile h4.sub-title{
    font-size:14px;
    color:#666;
    font-weight:normal;
    border-bottom:1px solid #666;
    padding:12px 0;
}
.app-list-container .hot-app .hot-app-profile .exc{
    font-size:14px;
    color:#fff;
    padding:12px 0;
}
.app-list-container .hot-app .hot-app-profile .exc span{
    color:#4069db;
    font-size:48px;
    font-weight:bolder;
}
.app-list-container .hot-app .hot-app-profile .desc{
    font-size:16px;
    color:#ccc;
    line-height:1.6;
    padding:12px 0 0;
}



.app-list-container .app-list-wrapper{
    width:1200px;
    margin: auto;
    background:#fff;
    border-radius: 30px;
}

.app-list-container .app-list-wrapper .app-list-left{
    width:780px;
    float:left;
}


.app-list-container .app-hot-wrap{
    width:100%;
}
.app-list-container .app-hot-wrap h2.app-hot-title{
    font-size:20px;
    margin-bottom:20px;
}

.app-list-container .app-hot-wrap .hot-slide{
    width:780px;
    height:300px;
    box-sizing: border-box;
    background:#edf1f4;
}
.app-list-container .app-hot-wrap .hot-slide .pic{
    float:left;
    width:400px;
    height:300px;
}
.app-list-container .app-hot-wrap .hot-slide .pic img{
    width:100%;
    height:100%;
    display: block;
}
.app-list-container .app-hot-wrap .hot-slide .desc{
    width:380px;
    height:300px;
    padding:50px 50px 0;
    box-sizing: border-box;
    float:right;
    position: relative;
}
.app-list-container .app-hot-wrap .hot-slide .desc h3{
    font-size:20px;
    line-height:1.2;
}
.hot-slide .desc p{
    font-size:14px;
    line-height:2;
    margin-top:5px;
    display: -webkit-box;          
    -webkit-box-orient:vertical;  
    -webkit-line-clamp:5;         
    overflow: hidden;  
}
.hot-slide .desc .btn{
    position: absolute;
    bottom:30px;
    right:30px;
    width:122px;
    height:44px;
    line-height:44px;
    text-align: center;
    background:#1a42af;
    display:block;
    color:#fff;
    border-radius: 4px;
    font-size:14px;
    transition:.4s all;
}
.hot-slide .desc .btn:hover{
    background:#c3cdd5;
    color:#1a42af;
}


.app-base-wrapper{
    width:100%;
    padding:50px 0;
    background:url(../images/product-strbg.jpg) no-repeat;
    background-size: cover;
}



.app-base-wrapper .app-base-list{
    width:1200px;
    margin:0 auto;
}

.app-base-wrapper .app-base-list-desc{
    font-size:16px;
    line-height:1.8;
    margin-top:20px;
}


.app-base-wrapper .app-base-list-content{
    width:1200px;
}

.app-base-wrapper .app-base-list .app-base-list-content .app-list-item{
    width:360px;
    height:270px;
    float:left;
    margin-top:60px;
    margin-right:60px;
    overflow:hidden;
    position:relative;
}
.app-base-wrapper .app-base-list .app-base-list-content .app-list-item:nth-child(3n){
    margin-right:0;
}

.app-base-wrapper .app-base-list .app-list-item .pic{
    width:360px;
    height:270px;
    display:block;
    overflow: hidden;
}
.app-base-wrapper .app-base-list .app-list-item .pic img{
    width:380px;
    height:285px;
    display:block;
    transition:.3s all;
}
.app-base-wrapper .app-base-list .app-list-item .pic img:hover{
    transform: scale(1.1);
}
.app-base-wrapper .app-base-list .app-base-list-content .app-list-item .desc{
    width:100%;
    height:140px;
    position:absolute;
    right:0;
    bottom:-60px;
    box-sizing: border-box;
    padding:0 20px 20px;
    background:linear-gradient(to bottom, transparent, black);
}
.app-base-wrapper .app-base-list .app-base-list-content .app-list-item .desc h3{
    padding-top:40px;
    color:#fff;
    font-size:16px;
    height:30px;
    line-height:30px;
}
.app-base-wrapper .app-base-list .app-base-list-content .app-list-item .desc p{
    color:rgba(255,255,255,0.8);
    font-size:14px;
    line-height:20px;
    padding-top:10px;
    display: -webkit-box;          
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 3;         
    overflow: hidden;  
}


.app-base-wrapper .show-page{
    margin:30px auto 0;
    text-align:center;
}


.app-demo-wrapper{
    width:1200px;
    margin:80px auto;
}
.app-demo-wrapper .app-list-demo{
    width:380px;
    height:415px;
    overflow:hidden;
    padding:20px;
    box-sizing: border-box;
    background:#edf1f4;
    margin-right:38px;
    float:left;
}
.app-demo-wrapper .app-list-pic{
    margin-bottom:30px;
}
.app-demo-wrapper .app-list-pic img{
    width:100%;
    height:auto;
    display: block;
}
.app-demo-wrapper .app-list-demo h2.demo-title{
    font-size:20px;
    margin-bottom:12px;
    padding-bottom:12px;
    border-bottom:1px solid #ccc;
}
.app-demo-wrapper .app-list-demo .demo-content{
    width:100%;
}
.app-demo-wrapper .app-list-demo .demo-content li{
    display: -webkit-box;          
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;         
    overflow: hidden;  
    width:100%;
    padding:10px 0 10px 20px;
    font-size:16px;
    line-height:1.2;
    box-sizing: border-box;
    position:relative;
}
.app-demo-wrapper .app-list-demo .demo-content li::after{
    content:'';
    position:absolute;
    left:4px;
    top:16px;
    width:6px;
    height:6px;
    background:#333;
    border-radius: 50%;
}
.app-demo-wrapper .app-list-demo .demo-content li a{
    color:#333;
    transition:.3s all;
    
}
.app-demo-wrapper .app-list-demo .demo-content li a:hover{
    color:#282a87;
}


.app-demo-wrapper .app-list-picbag{
    float:right;
    width:360px;
}
.app-demo-wrapper .app-list-picbag .app-list-phone{
    width:360px;
    height:80px;
    padding:10px;
    box-sizing: border-box;
    background: linear-gradient(30deg, #0a4062, #13b2ae);
}
.app-demo-wrapper .app-list-picbag .app-list-phone .phone-item{
    font-size:16px;
    line-height:60px;
    background:#fff;
    border-radius:10px;
    text-align:center;
}
.app-demo-wrapper .app-list-picbag .app-list-phone .phone-item a{
    background: linear-gradient(30deg, #0a4062, #13b2ae);
    color:#fff;
    line-height:48px;
    padding:0 12px;
    border-radius:10px;
    display:inline-block;
}


/* content page */
.app-page-banner{
    width:100%;
    height:650px;
    background:url(../images/app-page-banner.jpg) no-repeat center top #edf1f4;
}
.app-page-container{
    width: 100%;
    padding-bottom:80px;
    background:#edf1f4;
    position:relative;
}
.app-page-container .app-wrapper{
    width:1200px;
    position: relative;
    left:50%;
    top:-100px;
    margin-left:-600px;
    
}
.app-page-container .app-wrapper .app-content{
    background:#fff;
    width:840px;
    padding:30px;
    float:left;
    box-sizing: border-box;
}
.app-page-container .app-wrapper .app-content .app-header{
    width:100%;
}
.app-page-container .app-wrapper .app-content .app-header h1{
    font-size:28px;
    color:#141414;
}
.app-page-container .app-wrapper .app-content .app-header .timer{
    font-size:14px;
    color:#999;
    line-height:1.2;
    padding:20px 0;
}
.app-page-container .app-wrapper .app-content .ftitle{
    background:#edf1f4 url(../images/ftitle-bg.png) no-repeat 40px 20px;
    padding:20px 20px 20px 100px;
    font-size:16px;
    line-height:1.8;
    color:#141414;
}
.app-page-container .app-wrapper .app-content .content{
    padding-top:30px;
    line-height:1.8;
}



/* 右侧 */
.app-page-container .app-wrapper .app-more{
    width:320px;
    float:right;
    /* background:#edf1f4; */
}

.app-page-container .app-wrapper .app-more .app-prof{
    width:320px;
    height:180px;
    padding:30px 0 0 30px;
    box-sizing: border-box;
    background:url(../images/app-prof-bg.jpg) no-repeat center top;
}
.app-page-container .app-wrapper .app-more .app-prof .text1{
    font-size:18px;
    /* letter-spacing: 1px; */
}
.app-page-container .app-wrapper .app-more .app-prof .text1 span{
    font-size:20px;
    color:#282a87;
    font-weight:bold;
    padding:0 3px;
    margin:0  5px;
}
.app-page-container .app-wrapper .app-more .app-prof .text2{
    font-size:18px;
    line-height:1.2;
    margin:10px 0;
}
.app-page-container .app-wrapper .app-more .app-prof .text2 span{
    display: inline-block;
    background: #282a87;
    color:#fff;
    padding:0 3px;
    margin:0  5px 0 0;
}
.app-page-container .app-wrapper .app-more .app-prof .text3{
    font-size:18px;
    line-height:1.2;
}



.app-page-container .app-wrapper .app-rec{
    margin:20px 0;
}
.app-page-container .app-wrapper .app-rec .title{
    font-size:18px;
    margin-bottom:20px;
}
.app-page-container .app-wrapper .app-rec .list{
    width:100%;
}
.app-page-container .app-wrapper .app-rec .list .item{
    width:320px;
    height:240px;
    position:relative;
}
.app-page-container .app-wrapper .app-rec .list .item img{
    width:320px;
    height:240px;
    display:block;
}
.app-page-container .app-wrapper .app-rec .list .item .slide-text{
    position:absolute;
    width:100%;
    background:linear-gradient(to bottom, transparent, black);
    left:0;
    bottom:0;
    height:30px;
    line-height:30px;
    padding:30px 0 10px;
    text-align:center;
    color:#fff;
}

.app-page-container .app-wrapper .app-all{
    width:100%;
}
.app-page-container .app-wrapper .app-all .title{
    font-size:18px;
    font-weight:bold;
}
.app-page-container .app-wrapper .app-all .list .item{
    transition:.3s all;
    padding:10px 0;
}
.app-page-container .app-wrapper .app-all .list .item h3{
    transition:.3s all;
    font-weight:normal;
    font-size:16px;
    line-height:1.8;
}
.app-page-container .app-wrapper .app-all .list .item h3:hover{
    color:#282a87;
    text-indent:6px;
}
.app-page-container .app-wrapper .app-all .list .item p{
    font-size:14px;
    line-height:1.6;
    margin-top:5px;
    display: -webkit-box;          
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;         
    overflow: hidden;  
}

/* 清除页面浮动 */
.app-list-wrapper,.app-wrapper{
    zoom:1;
}
.app-list-wrapper::after,.app-wrapper::after{
    content:"";
    display:block;
    clear:both;
}
