123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648 |
- .btn {
- margin: 30px auto;
- display: block;
- width: 287px;
- height: 50px;
- background: #536BF5;
- box-shadow: 0 3px 13px 0 rgba(0, 82, 255, .5);
- border-radius: 25px;
- color: #fff;
- font-size: 18px;
- cursor: pointer;
- }
- .white-btn {
- background: #fff;
- color: #000;
- }
- .swiper {
- height: 700px;
- color: #fff;
- }
- .swiper .slide-item {
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center;
- height: 700px;
- margin: 0 auto;
- overflow: hidden;
- text-align: center;
- }
- .swiper .slide-item-act {
- background-image: url('../img/index/banner-yuandan.png');
- }
- .btn-act {
- width: 334px;
- margin-top: 520px;
- }
- .swiper .slide-item-1 {
- background-image: url('../img/index/banner-1.png');
- }
- .swiper .slide-item-2 {
- background-image: url('../img/index/banner-2.png');
- }
- .swiper .slide-item-3 {
- background-image: url('../img/index/banner-3.png');
- }
- .swiper .slide-item-4 {
- background-image: url('../img/index/banner-4.png');
- }
- .swiper .slide-item-5 {
- background-image: url('../img/index/banner-5.png');
- }
- .swiper .slide-item .banner-wrap {
- width: 1200px;
- margin: 0 auto;
- text-align: left;
- }
- .swiper .slide-item p.title {
- font-size: 64px;
- font-weight: bolder;
- margin: 220px 0 20px;
- }
- .swiper .slide-item p {
- font-size: 16px;
- margin-bottom: 20px;
- }
- .swiper .slide-item .feature {
- margin-bottom: 48px;
- }
- .swiper .slide-item .feature .item {
- line-height: 34px;
- height: 34px;
- position: relative;
- padding-left: 40px;
- margin-right: 28px;
- }
- .swiper .slide-item .feature .item svg {
- position: absolute;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- }
- .swiper .slide-item .btn-orange {
- float: left;
- display: block;
- color: #fff;
- background: linear-gradient(93.76deg, #31FCFF -10.35%, #0AA5FF 85.34%);
- margin: 0px auto 70px;
- cursor: pointer;
- width: 280px;
- height: 50px;
- border-radius: 8px;
- font-family: Source Han Sans SC;
- font-weight: 700;
- font-size: 20px;
- line-height: 24px;
- text-shadow: 0px 2px 4px rgba(16, 61, 139, 0.49);
- }
- .swiper .swiper-pagination {
- overflow: hidden;
- position: absolute;
- bottom: 20px;
- left: 50%;
- transform: translateX(-50%);
- }
- .swiper .swiper-pagination .swiper-pagination-bullet {
- width: 8px;
- height: 8px;
- background: #ccc;
- margin: 0 4px;
- border-radius: 4px;
- }
- .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
- background: #fff;
- }
- .icons {
- width: 1290px;
- max-width: 100vw;
- min-width: 1200px;
- margin: -60px auto 0px;
- z-index: 1;
- position: relative;
- }
- .icons ul {
- display: flex;
- justify-content: center;
- margin-bottom: 30px;
- }
- .icons ul.icon-list {
- margin: 0 auto 30px;
- box-shadow: 0px 4px 20px 0px rgba(142, 142, 142, 0.12);
- background: rgba(255, 255, 255, 1);
- width: 1290px;
- max-width: 100vw;
- min-width: 1200px;
- height: 140px;
- border-radius: 12px;
- align-items: center;
- }
- .icons ul.icon-list li {
- cursor: pointer;
- position: relative;
- padding: 11px 48px 0 131px;
- height: 70px;
- /* width: 305px; */
- }
- .icons ul.icon-list a {
- border-right: 1px solid rgba(227, 234, 245, 1);
- }
- .icons ul.icon-list a:last-child {
- border-right: unset;
- }
- .icons ul.icon-list li img {
- width: 60px;
- /* box-shadow: 0 0 5px 5px rgba(234, 234, 234, .6); */
- position: absolute;
- left: 47px;
- top: 5px;
- }
- .icons ul.icon-list li .p1 {
- color: rgba(21, 21, 21, 1);
- font-family: Source Han Sans SC;
- font-weight: 700;
- font-size: 18px;
- line-height: 22px;
- }
- .icons ul.icon-list li .p2 {
- color: rgba(118, 144, 181, 1);
- font-family: Source Han Sans SC;
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- }
- .icons ul.icon-text {
- padding: 30px 0;
- font-size: 15px;
- box-shadow: 0 0 5px 5px rgba(234, 234, 234, .6);
- }
- .icons ul.icon-text li {
- display: none;
- width: 1200px;
- text-align: center;
- }
- .icons p {
- text-align: center;
- }
- .sign {
- width: 1200px;
- margin: 120px auto 80px;
- background-color: #ffffff;
- }
- .sign .title {
- display: block;
- width: 449px;
- height: 60px;
- margin: 0 auto 70px;
- }
- .sign ul {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- margin-bottom: 30px;
- }
- .sign ul li {
- width: 280px;
- height: 260px;
- border-radius: 12px;
- background-color: rgba(247, 249, 251, 1);
- /* background-color: rgb(203 229 255); */
- box-sizing: border-box;
- padding-left: 32px;
- padding-top: 30px;
- }
- .sign ul li img {
- display: block;
- width: 96px;
- height: 96px;
- margin-left: -16px;
- }
- .sign ul li .sign-info {
- padding-top: 12px;
- }
- .sign ul li .sign-info>div {
- margin-top: 14px;
- color: rgba(118, 144, 181, 1);
- font-family: Source Han Sans SC;
- font-weight: 500;
- font-size: 14px;
- line-height: 22px;
- }
- .sign ul li p {
- font-size: 24px;
- font-weight: bolder;
- color: rgba(21, 21, 21, 1);
- font-family: Source Han Sans SC;
- font-weight: 700;
- font-size: 20px;
- line-height: 22px;
- }
- .sign-buttom {
- background: url(../img/index/sign-buttom.png) no-repeat center;
- background-size: cover;
- width: 1200px;
- height: 160px;
- padding: 46px 0 0 122px;
- position: relative;
- }
- .sign-buttom .p1 {
- text-shadow: 0px 4px 4px rgba(0, 81, 119, 0.16);
- color: rgba(255, 255, 255, 1);
- font-family: Source Han Sans SC;
- font-weight: 700;
- font-size: 22px;
- line-height: 34px;
- }
- .sign-buttom a {
- position: absolute;
- width: 144px;
- height: 40px;
- border-radius: 4px;
- border-width: 1px;
- background-color: rgba(255, 255, 255, 0.05);
- border: 1px solid rgba(255, 255, 255, 1);
- font-family: Source Han Sans SC;
- font-weight: 500;
- font-size: 16px;
- line-height: 38px;
- text-align: center;
- vertical-align: middle;
- color: rgba(255, 255, 255, 1);
- top: 50%;
- transform: translateY(-50%);
- right: 122px;
- }
- .step-area {
- background-color: rgb(247, 249, 251);
- padding: 70px 0 110px;
- }
- .step-area .step {
- width: 1200px;
- margin: 0 auto;
- }
- .step-area .contain {
- width: 1109px;
- height: 272px;
- background: url(../img/index/step.png) no-repeat center;
- background-size: cover;
- margin: 0 auto;
- }
- .step-area .step .title {
- display: block;
- width: 200px;
- height: 64px;
- margin: 0 auto 90px;
- }
- .web-area {
- overflow: hidden;
- background: url(../img/index/web-bg.png) no-repeat center;
- background-size: cover;
- height: 742px;
- }
- .web {
- width: 1200px;
- margin: 0 auto;
- }
- .web .title {
- display: block;
- width: 331px;
- height: 63px;
- margin: 70px auto 50px;
- }
- .web ul {
- color: #fff;
- margin-left: 58%;
- margin-top: 110px;
- }
- .web ul li p {
- margin-bottom: 12px;
- position: relative;
- color: rgba(255, 255, 255, 1);
- font-family: Source Han Sans SC;
- font-weight: 700;
- font-size: 24px;
- line-height: 34px;
- }
- .web ul li p::after {
- position: absolute;
- content: '';
- background: rgba(255, 255, 255, 1);
- width: 6px;
- height: 19px;
- top: 9px;
- left: -18px;
- }
- .web ul li>div {
- margin-bottom: 40px;
- color: rgba(255, 255, 255, 0.7);
- font-family: Source Han Sans SC;
- font-weight: 400;
- font-size: 16px;
- line-height: 20px;
- }
- .platform-advantage {
- background-color: rgb(254, 254, 254);
- padding: 120px 0 140px;
- }
- .platform-advantage .title {
- display: block;
- width: 314px;
- height: 64px;
- margin: 0 auto 90px;
- }
- .platform-advantage ul {
- display: flex;
- justify-content: space-between;
- width: 1200px;
- margin: 0 auto;
- }
- .platform-advantage ul li {
- text-align: center;
- }
- .platform-advantage ul li img {
- width: 70px;
- height: 70px;
- margin-bottom: 10px;
- }
- .platform-advantage ul li p {
- color: rgba(21, 21, 21, 1);
- font-family: Source Han Sans SC;
- font-weight: 700;
- font-size: 18px;
- line-height: 22px;
- margin-bottom: 10px;
- }
- .platform-advantage ul li>div {
- color: rgba(118, 144, 181, 1);
- font-family: Source Han Sans SC;
- font-weight: 500;
- font-size: 15px;
- line-height: 20px;
- }
- .dispatch {
- margin-bottom: 100px;
- }
- .dispatch .title {
- display: block;
- width: 315px;
- height: 64px;
- margin: 100px auto 50px;
- }
- .dispatch ul {
- display: flex;
- justify-content: space-around;
- width: 1350px;
- margin: 0 auto;
- }
- .dispatch ul li {
- width: 415px;
- height: 497px;
- text-align: center;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- }
- .dispatch ul li.dispatch-1 {
- background-image: url(../img/index/dispatch-1.png);
- }
- .dispatch ul li.dispatch-2 {
- background-image: url(../img/index/dispatch-2.png);
- }
- .dispatch ul li.dispatch-3 {
- background-image: url(../img/index/dispatch-3.png);
- }
- .dispatch ul li p {
- font-size: 24px;
- color: #000;
- font-weight: bold;
- margin: 60px 0 10px;
- }
- .dispatch ul li>div {
- color: #999;
- }
- .shelf-area {
- overflow: hidden;
- background: url(../img/index/shelf-bg.png) no-repeat center;
- background-size: cover;
- height: 750px;
- }
- .shelf {
- width: 1200px;
- margin: 0 auto;
- }
- .shelf .title {
- display: block;
- width: 726px;
- height: 92px;
- margin: 90px auto 30px;
- }
- .shelf .shelf-note {
- font-size: 24px;
- font-weight: bolder;
- color: #000;
- margin-top: 80px;
- line-height: 3;
- }
- .gain {
- overflow: hidden;
- height: 300px;
- background: linear-gradient(180deg, #4687FF 0%, #2267E8 100%);
- color: #fff;
- text-align: center;
- }
- .gain>p {
- margin: 50px 0 60px;
- color: rgba(255, 255, 255, 1);
- font-family: Source Han Sans SC;
- font-weight: 700;
- font-size: 36px;
- line-height: 40px;
- }
- .gain ul {
- display: flex;
- justify-content: space-between;
- width: 1200px;
- margin: 0 auto;
- }
- .gain ul li h3 {
- color: rgba(255, 255, 255, 1);
- font-family: Source Han Sans SC;
- font-weight: 700;
- font-size: 36px;
- line-height: 52px;
- margin-bottom: 8px;
- }
- .gain ul li p {
- color: rgba(255, 255, 255, 1);
- font-family: Source Han Sans SC;
- font-weight: 400;
- font-size: 16px;
- line-height: 20px;
- }
- .contact-us {
- background-color: #fff;
- background: url(../img/index/contact-bg.png) no-repeat center;
- background-size: cover;
- padding: 78px 0 78px;
- }
- .contact-us .title {
- color: rgba(255, 255, 255, 1);
- font-family: Source Han Sans SC;
- font-weight: 700;
- font-size: 30px;
- line-height: 40px;
- text-align: center;
- margin-bottom: 56px;
- }
- .contact-us .contact-info .item {
- margin: 0 auto 18px;
- display: flex;
- width: 691px;
- height: 73px;
- border-radius: 3px;
- background-color: rgba(255, 255, 255, 1);
- padding-left: 20px;
- align-items: center;
- line-height: 29px;
- color: rgba(21, 21, 21, 1);
- }
- .contact-us .contact-info .item img {
- width: 50px;
- height: 50px;
- margin-right: 12px;
- }
- .contact-us .contact-info .item p {
- color: rgba(21, 21, 21, 1);
- font-family: Source Han Sans SC;
- font-weight: 700;
- font-size: 20px;
- width: 402px;
- }
- .contact-us .contact-info .item a {
- display: block;
- width: 200px;
- height: 62px;
- line-height: 60px;
- color: #ffffff;
- text-align: center;
- border-radius: 3px;
- background: rgba(58, 195, 76, 1);
- font-family: Source Han Sans SC;
- font-weight: 700;
- font-size: 18px;
- }
- .cooperate {
- padding-bottom: 100px;
- }
- .cooperate .title {
- display: block;
- width: 632px;
- height: 92px;
- margin: 100px auto 30px;
- }
- .cooperate ul {
- width: 1200px;
- margin: 0 auto;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .cooperate ul li {
- margin: 50px 20px;
- }
- .cooperate ul li img {
- width: 197px;
- height: 197px;
- }
|