| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473 |
- *{
- padding: 0;
- margin: 0;
- }
- body{
- font-family: "Microsoft YaHei","微软雅黑","MicrosoftJhengHei","华文细黑",STHeiti,MingLiu;
- background: #FFF;
- }
- .banner{
- width: 100%;
- color: #FFF;
- /* min-width: 1200px; */
- position: relative;
- }
- .banner table{
- position: absolute;
- bottom: 0;
- left:0;
- right:0;
- margin: auto;
- width: 51%;
- }
- .banner h1{
- font-size: 60px;
- font-weight: 600;
- letter-spacing: 8px;
- margin-bottom: 25px;
- }
- .banner span{
- font-size: 22px;
- }
- .app_down{text-align: center;}
- .app_down a{
- display: block;
- width: 176px;
- height: 50px;
- border:2px solid #fff;
- color: #fff;
- font-size: 22px;
- text-align: center;
- line-height: 50px;
- border-radius: 5px;
- transition: all .2s linear;
- margin-bottom: 20px;
- animation-delay:1s;
- }
- .android{
- margin-right: 48px;
- }
- .app_down .fa{
- padding-right: 15px;
- font-size: 1.3em;
- }
- .app_down a:hover{
- text-decoration: none;
- background: rgba(51, 51, 51, 0.59);
- color: #fff;
- border-color: rgba(51, 51, 51, 0.59);
- }
- .part{
- width: 960px;
- height: 450px;
- border-bottom:1px solid #c4c4c4;
- margin: auto;
- }
- .part>div{
- height: 100%;
- }
- .img,.des h1,.des p{ opacity: 0; opacity: 1\0;}
- .play_1 .img{
- background: url("image/img1.png") no-repeat;
- background-size: 100%;
- background-position: 40% 100%;
- }
- .play_2 .img{
- background: url("image/img2.png") no-repeat;
- background-size: 100%;
- background-position: 50% 100%;
- }
- .play_3 .img{
- background: url("image/img3.png") no-repeat;
- background-size: 100%;
- background-position: 40% 100%;
- }
- .play_4 .img{
- background: url("image/img4.png") no-repeat;
- background-size: 100%;
- background-position: 50% 100%;
- }
- .play_5 .img{
- background: url("image/img5.png") no-repeat;
- background-size: 100%;
- background-position: 40% 100%;
- }
- .des{
- padding: 314px 0 0 30px;
- }
- .des h1{
- font-size: 32px;
- color: #333;
- margin:0;
- }
- .content .des:nth-child(odd){
- padding-left: 64px;
- }
- .des p{
- color: #666;
- font-size: 21px;
- line-height: 28px;
- margin: 30px 0 0;
- }
- .play_6{
- padding-top: 100px;
- border:none;
- height: 400px;
- text-align: center;
- position: relative;
- z-index: 99;
- background: #FFF;
- }
- .play_6 p{
- color:#333;
- font-size: 16px;
- margin: 25px 0 0;
- }
- .mv_down{
- animation:move_down 1s ease-out forwards;
- -webkit-animation:move_down 1s ease-out forwards;
- }
- .mv_up{
- animation:move_up 1s ease-out forwards;
- -webkit-animation:move_up 1s ease-out forwards;
- }
- .mv_right{
- animation:move_right 1s ease-out forwards;
- -webkit-animation:move_right 1s ease-out forwards;
- }
- .mv_left{
- animation:move_left 1s ease-out forwards;
- -webkit-animation:move_left 1s ease-out forwards;
- }
- .move{
- animation: blurFadeIn 1.5s 1 ease-out 1s forwards;
- -webkit-animation:blurFadeIn 1.5s 1 ease-out 1s forwards;
- }
- .footer{
- padding: 30px 0;
- background: #1b1f26;
- color: #fff;
- }
- @-webkit-keyframes move_down {
- from {
- -webkit-transform: translateY(-50px);
- transform: translateY(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @-o-keyframes move_down {
- from {
- -webkit-transform: translateY(-50px);
- transform: translateY(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @keyframes move_down {
- from {
- -webkit-transform: translateY(-50px);
- transform: translateY(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @-webkit-keyframes move_up {
- from {
- -webkit-transform: translateY(50px);
- transform: translateY(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @-o-keyframes move_up {
- from {
- -webkit-transform: translateY(50px);
- transform: translateY(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @keyframes move_up {
- from {
- -webkit-transform: translateY(50px);
- transform: translateY(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @-webkit-keyframes move_right {
- from {
- -webkit-transform: translateX(50px);
- transform: translateX(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @-o-keyframes move_right {
- from {
- -webkit-transform: translateX(50px);
- transform: translateX(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @keyframes move_right {
- from {
- -webkit-transform: translateX(50px);
- transform: translateX(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @-webkit-keyframes move_left {
- from {
- -webkit-transform: translateX(-50px);
- transform: translateX(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @-o-keyframes move_left {
- from {
- -webkit-transform: translateX(-50px);
- transform: translateX(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @keyframes move_left {
- from {
- -webkit-transform: translateX(-50px);
- transform: translateX(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @-webkit-keyframes blurFadeIn {
- 0%{
- opacity: 0;
- -webkit-transform: scale(.7);
- transform: scale(.7);
- }
- 100%{
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @-o-keyframes blurFadeIn {
- 0%{
- opacity: 0;
- -webkit-transform: scale(.7);
- transform: scale(.7);
- }
- 100%{
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes blurFadeIn {
- 0%{
- opacity: 0;
- -webkit-transform: scale(.7);
- transform: scale(.7);
- }
- 100%{
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes line_move {
- 0%{
- width: 0;
- }
- 100%{
- width: 100%;
- }
- }
- @-webkit-keyframes line_move {
- 0%{
- width: 0;
- }
- 100%{
- width: 100%;
- }
- }
- @-o-keyframes line_move {
- 0%{
- width: 0;
- }
- 100%{
- width: 100%;
- }
- }
- .act_1 .img{
- animation:move_right 1s ease-out forwards;
- -webkit-animation:move_right 1s ease-out forwards;
- animation:move_right 1s ease-out forwards;
- }
- .act_1 h1{
- animation:move_down 1s ease-out forwards;
- -webkit-animation:move_down 1s ease-out forwards;
- -o-animation:move_down 1s ease-out forwards;
- }
- .act_1 p{
- animation:move_left 1s ease-out forwards;
- -webkit-animation:move_left 1s ease-out forwards;
- -o-animation:move_left 1s ease-out forwards;
- }
- .act_2 .img{
- animation:move_left 1s ease-out .3s forwards;
- -webkit-animation:move_left 1s ease-out .3s forwards;
- -o-animation:move_left 1s ease-out .3s forwards;
- }
- .act_2 h1{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- }
- .act_2 p{
- animation:move_right 1s ease-out .3s forwards;
- -webkit-animation:move_right 1s ease-out .3s forwards;
- -o-animation:move_right 1s ease-out .3s forwards;
- }
- .act_3 .img{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- }
- .act_3 h1{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- }
- .act_3 p{
- animation:move_left 1s ease-out .3s forwards;
- -webkit-animation:move_left 1s ease-out .3s forwards;
- -o-animation:move_left 1s ease-out .3s forwards;
- }
- .act_4 .img{
- animation:move_right 1s ease-out .3s forwards;
- -webkit-animation:move_right 1s ease-out .3s forwards;
- -o-animation:move_right 1s ease-out .3s forwards;
- }
- .act_4 h1{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- }
- .act_4 p{
- animation:move_left 1s ease-out .3s forwards;
- -webkit-animation:move_left 1s ease-out .3s forwards;
- -o-animation:move_left 1s ease-out .3s forwards;
- }
- .act_5 .img{
- animation:move_up 1s ease-out .3s forwards;
- -webkit-animation:move_up 1s ease-out .3s forwards;
- -o-animation:move_up 1s ease-out .3s forwards;
- }
- .act_5 h1{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- }
- .act_5 p{
- animation:move_left 1s ease-out .3s forwards;
- -webkit-animation:move_left 1s ease-out .3s forwards;
- -o-animation:move_left 1s ease-out .3s forwards;
- }
- .act_6 #qrcode{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- opacity: 0;
- opacity: 1\0;
- }
- .line{
- width: 0px;
- height:1px;
- width: 100% \0;
- margin: auto;
- background: #c4c4c4;
- animation:line_move .8s ease-in 1s forwards;
- -webkit-animation:line_move .8s ease-in 1s forwards;
- -o-animation:line_move .8s ease-in 1s forwards;
- }
- a:link{
- text-decoration: none;
- }
- .footer {
- position: relative;
- z-index: 9999;
- }
- @media (max-width:980px) {
- .part{width: 100%}
- }
- @media (max-width:1580px) {
- .banner h1{
- font-size: 48px;
- }
- .banner table{
- width: 55%;
- }
- .ewm img{
- width: 150px !important;
- }
- }
|