123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660 |
- .top-bg{
- background: url('../img/banner.png') no-repeat center center;
- min-height: 560px;
- padding-bottom: 10px;
- background-size: 100% 100%;
- color: #fff;
- }
- .top-tags{
- align-items: center;
- padding: 20px 0;
- color: #f0f0f0;
- font-size: 18px;
- }
- .top-tags .t-icon{
- width: 26px;
- height: 26px;
- margin-right: 6px;
- vertical-align: middle;
- }
- .top-tags .t-span{
- margin: 0 10px;
- }
- .top-content{
- padding: 50px 0 30px;
- }
- .soft-name{
- font-size: 40px;
- font-weight: 600;
- }
- .soft-tag{
- background: url('../img/image_qp.png') no-repeat center center;
- width: 80px;
- height: 22px;
- line-height: 22px;
- background-size: 100% 100%;
- display: inline-block;
- vertical-align: top;
- margin-top: 16px;
- margin-left: 5px;
- text-align: center;
- }
- .soft-funciton{
- font-size: 26px;
- padding: 40px 0 30px;
- }
- .soft-desc{
- font-size: 18px;
- color: #f1f1f1;
- padding-bottom: 50px;
- }
- .soft-downloadNum{
- font-size: 18px;
- color: #f0c045;
- }
- .btn-download{
- width: 190px;
- height: 50px;
- border-radius: 6px;
- background-color: #fff;
- color: #1296db;
- position: relative;
- text-align: center;
- cursor: pointer;
- margin: 15px 0 20px;
- }
- .btn-download2{
- width: 160px;
- height: 45px;
- background-color: #379c7b;
- color: #fff;
- }
- .btn-download:hover{
- background-color: #f1f1f1;
- }
- .btn-download2:hover{
- background-color: #1cc089;
- }
- .btn-download .icon-download{
- display: inline-block;
- width: 14px;
- height: 14px;
- background: url('../img/icon-down1.png') no-repeat center center;
- background-size: 100% 100%;
- position: absolute;
- top: 10px;
- left: 32px;
- animation: dwon 1s infinite;
- -webkit-animation: dwon 1s infinite;
- -moz-animation: dwon 1s infinite;
- }
- .btn-download .down-name{
- display: inline-block;
- font-size: 24px;
- padding-left: 40px;
- line-height: 50px;
- background: url('../img/icon-down2.png') no-repeat;
- background-position-x: 0;
- background-position-y: 32px;
- position: relative;
- background-size: 24px;
- }
- .btn-download2 .icon-download{
- background: url('../img/icon-down.png') no-repeat center center;
- background-size: 100% 100%;
- position: absolute;
- top: 10px;
- left: 33px;
- animation: dwon 1s infinite;
- -webkit-animation: dwon 1s infinite;
- -moz-animation: dwon 1s infinite;
- }
- .btn-download2 .down-name{
- background: url('../img/icon-bot.png') no-repeat;
- background-position-x: 0;
- background-position-y: 28px;
- position: relative;
- background-size: 24px;
- font-size: 16px;
- line-height: 45px;
- }
- @keyframes dwon {
- 0%,
- 100% {
- top: 6px;
- }
- 50% {
- top: 14px;
- }
- }
- @-webkit-keyframes dwon {
- 0%,
- 100% {
- top: 6px;
- }
- 50% {
- top: 14px;
- }
- }
- @-moz-keyframes dwon {
- 0%,
- 100% {
- top: 6px;
- }
- 50% {
- top: 14px;
- }
- }
- .img-detail{
- width: 450px;
- margin-top: 30px;
- }
- .p-line{
- line-height: 2;
- color: #f1f1f1;
- }
- .pl-span{
- margin-right: 15px;
- }
- .audio-list{
- flex-wrap: wrap;
- }
- .audio-item, .audio-item2{
- width: 14.28%;
- text-align: center;
- margin-bottom: 30px;
- cursor: pointer;
- position: relative;
- }
- .audio-item:hover{
- transform: scale(1.2);
- }
- .audio-item img, .audio-item2 img{
- width: 60%;
- margin-bottom: 10px;
- }
- .more-txt{
- position: absolute;
- width: 100%;
- text-align: center;
- bottom: 0;
- }
- .icon-more{
- position: absolute;
- margin: auto;
- left: 0;
- right: 0;
- top: 10px;
- animation: larger 1.5s infinite;
- -webkit-animation: larger 1.5s infinite;
- -moz-animation: larger 1.5s infinite;
- }
- @keyframes larger {
- 0%,
- 100% {
- width: 60%;
- }
- 50% {
- width: 50%;
- }
- }
- @-webkit-keyframes larger {
- 0%,
- 100% {
- width: 60%;
- }
- 50% {
- width: 50%;
- }
- }
- @-moz-keyframes larger {
- 0%,
- 100% {
- width: 60%;
- }
- 50% {
- width: 50%;
- }
- }
- .index-about{
- background-color: #fff;
- }
- .index-title{
- text-align: center;
- padding: 20px 0;
- }
- .index-title .name{
- color: #333;
- font-size: 24px;
- font-weight: 600;
- padding: 35px 0 20px;
- }
- .index-title .desc{
- width: 276px;
- margin: 0 auto;
- background-color: #ebebeb;
- border-radius: 18px;
- color: #999;
- font-size: 14px;
- text-align: center;
- line-height: 36px;
- }
- .info-flex{
- display: flex;
- flex-wrap: nowrap;
- justify-content: space-around;
- align-items: center;
- padding: 50px 0;
- }
- .info-img, .info-content{
- width: 45%;
- }
- .into-title{
- font-size: 22px;
- line-height: 2.2;
- font-weight: 600;
- }
- .info-desc{
- font-size: 14px;
- line-height: 1.8;
- color: #666;
- }
- /** 首頁輪播圖 **/
- .banner-bg{
- width: 100%;
- min-width: 1200px;
- height: 500px;
- background-repeat: no-repeat;
- background-position: center center;
- background-size: auto 100%;
- }
- .index-banner{
- position: relative;
- padding-top: 10px;
- }
- .swiper-container {
- width: 1024px;
- height: 300px;
- }
- .head-item{
- text-align: center;
- width: 76%;
- margin: auto;
- background-color: #fff;
- padding: 20px 30px;
- box-sizing: content-box;
- }
- .head-item .head-icon{
- width: 100px;
- height: 100px;
- border-radius: 50%;
- }
- .head-item .head-name{
- text-align: center;
- padding: 15px 0;
- }
- .head-item .head-desc{
- text-align: left;
- line-height: 1.8;
- margin-bottom: 10px;
- }
- .head-item .head-time{
- text-align: right;
- color: #999;
- }
- /*rename*/
- .info-flex .f-item{
- display: flex;
- flex-wrap: nowrap;
- justify-content: center;
- width: 33.33%;
- align-items: center;
- margin: 20px 0;
- font-size: 14px;
- }
- .font-14{
- font-size: 14px;
- }
- .info-flex .icon-o {
- width: 50px;
- height: 40px;
- margin-right: 20px;
- }
- .info-flex .f-item2{
- width: 26%;
- text-align: center;
- margin: 20px 0;
- font-size: 14px;
- }
- .f-item2 .f-cont{
- font-weight: 600;
- font-size: 16px;
- margin: 20px 0 10px 0;
- }
- .info-flex .icon-o2 {
- width: 50px;
- height: 50px;
- }
- .rename-list{
- flex-wrap: wrap;
- margin-bottom: 50px;
- line-height: 2.4;
- }
- .rename-item{
- width: 33.33%;
- text-align: center;
- }
- /* 视频 */
- .videos-list{
- flex-wrap: wrap;
- }
- .videos-item, .videos-item2{
- width: 16.66%;
- text-align: center;
- margin-bottom: 30px;
- cursor: pointer;
- position: relative;
- }
- .videos-item:hover{
- transform: scale(1.2);
- }
- .videos-item img, .videos-item2 img{
- width: 60%;
- margin-bottom: 10px;
- }
- #progressBar{
- height: 50px;
- position: relative;
- margin: 20px auto;
- }
- #progressBar div{
- width: 100%;
- height: 10px;
- position: absolute;
- top:50%;
- left: 0;
- margin-top:-20px;
- background: #ccc;
- }
- #progressBar div span{
- position: absolute;
- display: inline-block;
- background: #ff9007;
- height: 10px;
- width: 100%;
- animation: bgLoad 15s infinite;
- -webkit-animation: bgLoad 15s infinite;
- -moz-animation: bgLoad 15s infinite;
- }
- @keyframes bgLoad {
- 0%{
- width: 0%;
- }
- 40%{
- width: 50%;
- }
- 80%{
- width:100%;
- }
- 100%{
- width:100%;
- }
- }
- @-webkit-keyframes bgLoad{
- 0%{
- width: 0%;
- }
- 33.3%{
- width: 50%;
- }
- 70%{
- width: 100%;
- }
- 100%{
- width: 100%;
- }
- }
- @-moz-keyframes bgLoad{
- 0%{
- width: 0%;
- }
- 33.3%{
- width: 50%;
- }
- 70%{
- width: 100%;
- }
- 100%{
- width: 100%;
- }
- }
- #progressBar>span{
- position: absolute;
- top:0;
- margin-top: -10px;
- width: 40px;
- height: 40px;
- border-radius: 50%;
- background: #ccc;
- margin-left: -20px;
- color:#fff;
- text-align: center;
- line-height: 40px;
- cursor: pointer;
- }
- @keyframes circleLoad_1 {
- 0%,50%{
- background: #ccc;
- }
- 100%{
- background:#ff9007;
- }
- }
- @-webkit-keyframes circleLoad_1{
- 0%,50%{
- background: #ccc;
- }
- 100%{
- background:#ff9007;
- }
- }
- @-moz-keyframes circleLoad_1{
- 0%,50%{
- background: #ccc;
- }
- 100%{
- background:#ff9007;
- }
- }
- @keyframes circleLoad_2 {
- 0%,70%{
- background: #ccc;
- }
- 100%{
- background:#ff9007;
- }
- }
- @-webkit-keyframes circleLoad_2{
- 0%,70%{
- background: #ccc;
- }
- 100%{
- background:#ff9007;
- }
- }
- @-moz-keyframes circleLoad_2{
- 0%,70%{
- background: #ccc;
- }
- 100%{
- background:#ff9007;
- }
- }
- #progressBar span:nth-child(2){
- left: 0%;background:#ff9007;
- }
- #progressBar span:nth-child(3){
- left: 50%;background:#ff9007;
- animation: circleLoad_1 5s ease-in;
- -webkit-animation: circleLoad_1 5s ease-in;
- -moz-animation: circleLoad_1 5s ease-in;
- }
- #progressBar span:nth-child(4){
- left: 100%;background:#ff9007;
- animation: circleLoad_2 10s ease-in;
- -webkit-animation: circleLoad_2 10s ease-in;
- -moz-animation: circleLoad_2 10s ease-in;
- }
- .step-content{
- text-align: center;
- }
- .step-desc{
- padding: 30px 0;
- font-size: 16px;
- }
- .step-img{
- width: 800px;
- }
- .step1{
- animation: step1 15s infinite;
- -webkit-animation: step1 15s infinite;
- -moz-animation: step1 15s infinite;
- }
- @keyframes step1 {
- 0%, 33.33%{
- height: auto;
- opacity: 1;
- }
- 33.34%,100%{
- height: 0;
- opacity: 0;
- }
- }
- @-webkit-keyframes step1{
- 0%, 33.33%{
- height: auto;
- opacity: 1;
- }
- 33.34%,100%{
- height: 0;
- opacity: 0;
- }
- }
- @-moz-keyframes step1{
- 0%, 33.33%{
- height: auto;
- opacity: 1;
- }
- 33.34%,100%{
- height: 0;
- opacity: 0;
- }
- }
- .step2{
- animation: step2 15s infinite;
- -webkit-animation: step2 15s infinite;
- -moz-animation: step2 15s infinite;
- }
- @keyframes step2 {
- 0%,33.33%{
- height: 0;
- opacity: 0;
- }
- 33.34%,66.66%{
- height: auto;
- opacity: 1;
- }
- 66.67%,100%{
- height: 0;
- opacity: 0;
- }
- }
- @-webkit-keyframes step2{
- 0%,33.33%{
- height: 0;
- opacity: 0;
- }
- 33.34%,66.66%{
- height: auto;
- opacity: 1;
- }
- 66.67%,100%{
- height: 0;
- opacity: 0;
- }
- }
- @-moz-keyframes step2{
- 0%,33.33%{
- height: 0;
- opacity: 0;
- }
- 33.34%,66.66%{
- height: auto;
- opacity: 1;
- }
- 66.67%,100%{
- height: 0;
- opacity: 0;
- }
- }
- .step3{
- animation: step3 15s infinite;
- -webkit-animation: step3 15s infinite;
- -moz-animation: step3 15s infinite;
- }
- @keyframes step3 {
- 0%,66.66%{
- height: 0;
- opacity: 0;
- }
- 66.67%,100%{
- height: auto;
- opacity: 1;
- }
- }
- @-webkit-keyframes step3{
- 0%,66.66%{
- height: 0;
- opacity: 0;
- }
- 66.67%,100%{
- height: auto;
- opacity: 1;
- }
- }
- @-moz-keyframes step3{
- 0%,66.66%{
- height: 0;
- opacity: 0;
- }
- 66.67%,100%{
- height: auto;
- opacity: 1;
- }
- }
- .disHeight{
- height: 0 !important;
- opacity: 0 !important;
- }
- .showHeight{
- height: auto;
- opacity: 1 !important;
- }
|