123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745 |
- /* 修改fullpage的css */
- .fp-controlArrow{
- display: none;
- }
- body{
- margin: 0;
- padding: 0;
- }
- .container{
- width: 100%;
- }
- .wrap{
- width:1200px;
- height: 100%;
- margin: 0 auto;
- display: flex;
- align-items: center;
- }
- .wrap1{
- width:1200px;
- height: 100%;
- margin: 0 auto;
-
- }
- .clearFixed::before{
- content: '';
- display: block;
- clear: both;
- }
- .header{
- width: 100%;
- height: 80px;
- box-sizing: border-box;
- padding: 21px 0 22px 0;
-
- position: fixed;
- top: 0;
- left: 0;
- z-index: 10;
- }
- .headerColor{
- background-color: #1E2A71;
- }
- .fullpage-wrapper{
- transform: translate3d(0px, -147px, 0px);
- }
- .iconImg{
- width: 140px;
-
- }
- .navBody{
- height: 37px;
- line-height: 37px;
-
- }
- .navBody ul{
- height: 100%;
- /* overflow: hidden; */
- }
- .navBody li{
- height: 100%;
- margin-right: 32px;
- float: left;
- }
- .navBody ul li:last-child{
- margin-right: 0;
- }
- .navBody ul li:first-child{
-
- float: left;
- }
- .navBody a{
- width:68px;
-
- font-size:16px;
- font-family:PingFangSC-Semibold,PingFang SC;
- font-weight:400;
- color:rgba(235,235,235,1);
- line-height:22px;
-
- }
- .navBody .activeBorde{
- width:30px;
- height:2px;
- background:rgba(82,196,26,1);
- border-radius:1px;
- display: none;
- }
- #menu{
- height: 100%;
- width: 100%;
- }
- #menu .nav{
- float:right;
- }
- .active a{
- color:rgba(255,255,255,1);
- }
- .active .activeBorde{
- display: block;
- }
- .swiper-container{
- width: 100%;
- min-width: 1200px;
- height: 100%;
- }
- .swiper-pagination-bullet-active{
- background-color: #fff;
- }
- .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
- bottom: 50px;
- left: 0;
- width: 100%;
- }
- .bannerImg{
- width: 100%;
- height: 100%;
- cursor: pointer;
- }
- .intelligentDelivery{
- width: 100%;
- height: 100%;
- background-color: #fff;
-
- }
- .intelligentDeliveryBody{
- width: 100%;
- display: flex;
- /* box-sizing: border-box; */
- align-items: center;
- }
- .flexBox{
- width: 100%;
- /* margin-top: 10%; */
- }
- .intelligentDelivery-top{
- width: 100%;
- text-align: center;
- }
- .intelligentDelivery-title{
- font-size:34px;
- font-family:PingFangSC-Medium,PingFang SC;
- font-weight:500;
- color:rgba(51,51,51,1);
- line-height:48px;
- letter-spacing:1px;
- }
- .greenBar{
- width:40px;
- height:6px;
- display: block;
- margin: 28px auto 50px;
- background:rgba(82,196,26,1);
- border-radius:5px;
- }
- .intelligentDelivery-bottom{
- width: 100%;
- overflow: hidden;
- position: relative;
- bottom: -600px;
- }
- .intelligentDelivery-item{
- width: 30%;
- text-align: center;
- float: left;
- }
- .intelligentDelivery-item-img{
- width: 200px;
- height: 200px;
- margin: 0 auto;
- }
- .intelligentDelivery-item-img .itemImg{
- width: 200px;
- height: 200px;
- }
- .intelligentDelivery-item:nth-child(2){
- margin: 0 5%;
- }
- .intelligentDelivery-item-title{
- margin: 20px 0;
- font-size:26px;
- font-family:PingFangSC-Semibold,PingFang SC;
- font-weight:600;
- color:rgba(51,51,51,1);
- line-height:45px;
- letter-spacing:1px;
- }
- .intelligentDelivery-item-text{
- width: 100%;
- font-size:16px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(91,108,148,1);
- line-height:28px;
- word-wrap: wrap;
- }
- .efficiencyTools,.advertisingInformation{
- width: 100%;
- height: 100%;
- background:rgba(244,250,255,1);
- }
- .efficiencyToolsBody{
- box-sizing: border-box;
- display: flex;
- align-items: center;
- }
- .efficiencyToolsLeft{
- width: 50%;
- position: relative;
- left: -1000px;
- }
- .efficiencyToolsRight{
- width: 50%;
- height: 53.6%;
- box-sizing: border-box;
- position: relative;
- right: -1000px;
- }
- .imgBox {
- width: 100%;
- height: 100%;
- }
- .imgBox img{
- width: 100%;
- height: 100%;
- }
- .efficiencyToolsLeft-title{
- text-align:left;
- }
- .efficiencyToolsLeft-title p{
- font-size:34px;
- font-family:PingFangSC-Medium,PingFang SC;
- font-weight:500;
- color:rgba(51,51,51,1);
- line-height:48px;
- letter-spacing:1px;
- }
- .orangeBar{
- width:40px;
- height:6px;
- background:rgba(82,196,26,1);
- border-radius:4px;
- margin: 25px 0;
- }
- .efficiencyToolsLeft-text{
- margin-top: 34px;
- padding-right: 100px;
- }
- .efficiencyToolsLeft-text .text{
- text-align: left;
- font-size:16px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(91,108,148,1);
- line-height:28px;
- word-wrap: wrap;
- }
- .btn{
- margin-top: 50px;
- width:160px;
- height:50px;
- background:rgba(24,144,255,1);
- box-shadow:0px 2px 4px 0px rgba(193,213,253,1);
- border-radius:33px;
- text-align: center;
- padding: 8px 20px;
- box-sizing: border-box;
- cursor: pointer;
- }
- .btn span{
- display: block;
- width:120px;
- height:30px;
- line-height: 30px;
- font-size:16px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:500;
- color:rgba(255,255,255,1);
- cursor: pointer;
- }
- .materialManagement,.playMaterial{
- width: 100%;
- height: 100%;
- background:rgba(255,255,255,1);
- }
- .materialManagementBody{
- box-sizing: border-box;
- display: flex;
- }
- .materialManagementLeft{
- width: 50%;
- height: 408px;
- position: relative;
- left: -1000px;
- }
- .materialManagementRight{
- width: 50%;
- height: 408px;
- box-sizing: border-box;
- padding-left: 90px;
- position: relative;
- right: -1000px;
- }
- .materialManagementRight-text{
- margin-top: 34px;
-
- }
- .materialManagementRight-text .text{
- text-align: left;
- font-size:16px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(91,108,148,1);
- line-height:28px;
- word-wrap: wrap;
- }
- /* tiyandemo */
- .experienceDemo{
- width: 100%;
- height: 100%;
- background:rgba(40,106,239,1);
- position: relative;
- }
- .experienceDemoBody{
- width: 100%;
-
- display: flex;
- align-content: center;
- }
- .experienceDemoLeft{
- width: 50%;
-
- }
- .experienceDemoRight{
- width: 40%;
-
- padding-left: 10%;
- }
- .experienceDemoRight-title{
- width: 100%;
- text-align: center;
- }
- .experienceDemoRight-title .top{
- height:48px;
- font-size:34px;
- font-family:PingFangSC-Semibold,PingFang SC;
- font-weight:500;
- color:rgba(255,255,255,1);
- line-height:48px;
- letter-spacing:1px;
- }
- .experienceDemoRight-title .bottom{
- height:22px;
- font-size:16px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(255,255,255,0.8);
- line-height:22px;
- letter-spacing:1px;
- margin-top: 10px;
- }
- .experienceDemoRight-imgBOX{
- width: 80%;
- margin: 0 auto;
- }
- .experienceDemoRight-imgBOX .people{
- width: 100%;
- height: 100%;
- }
- .experienceDemoRight-tip .email{
- height:28px;
- font-size:20px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(255,255,255,0.8);
- line-height:28px;
- letter-spacing:1px;
- }
- .experienceDemoLeft-form{
- margin-top: 70px;
- width: 100%;
- }
- .experienceDemoLeft-form .item{
- display: flex;
- margin-bottom: 25px;
- }
- .experienceDemoLeft-form .item-left{
- width:280px;
- height:64px;
- border-radius:32px;
- border:2px solid rgba(107,155,255,1);
- padding-left: 20px;
- box-sizing: border-box;
- margin-right: 50px;
- position: relative;
- }
- .experienceDemoLeft-form .item-left.error{
- border:2px solid #FF887F;
- }
- .experienceDemoLeft-form .item-right.error{
- border:2px solid #FF887F;
- }
- .experienceDemoLeft-form .item-right{
- width:280px;
- height:64px;
- border-radius:32px;
- border:2px solid rgba(107,155,255,1);
- padding-left: 20px;
- box-sizing: border-box;
- position: relative;
- }
- input{
- background-color: transparent;
- width: 100%;
- height: 100%;
- font-size: 16px;
- outline: none;
-
- color: #fff;
- /* color: -internal-light-dark-color( white,black); */
-
- }
- input:focus{
- outline: none;
- }
- input::-webkit-input-placeholder {
- /* WebKit browsers */
- color: #B5CCFB;
- }
- input:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #B5CCFB;
- }
- input::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #B5CCFB;
- }
- input:-ms-input-placeholder {
- /* Internet Explorer 10+ */
- color: #B5CCFB;
- }
- .item .yuyue{
- width:100%;
- height:64px;
- line-height: 64px;
- background:rgba(214,226,252,1);
- border-radius:32px;
- text-align: center;
- cursor: pointer;
- }
- .item .yuyue:hover{
- background:#fff;
- }
- .item .yuyue span{
-
- height:28px;
- font-size:18px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(39,107,239,1);
- line-height:28px;
- letter-spacing:1px;
- cursor: pointer;
- }
- .verificationCode,.showNum{
- height:22px;
- font-size:14px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color: #B5CCFB;
- line-height:22px;
- letter-spacing:1px;
- cursor: pointer;
- }
- .verificationCodeArea{
- position: relative;
- height: 22px;
- }
- .clickArea{
- position: absolute;
- right: 20px;
- top: 19px;
- padding-left: 10px;
- }
- .verificationCode::before,.showNum::before{
- content: '';
- display: block;
- width:2px;
- height:14px;
- background:#6B9BFF;
- position: absolute;
- left: 0;
- top: 5px;
- }
- .showNum{
- color: #B5CCFB;
- cursor: default;
- }
- .experienceDemoBottom{
- width: 100%;
- position: absolute;
- height: 95px;
- background:rgba(44,50,54,1);
- text-align: center;
- bottom: 0;
- left: 0;
- }
- .topInfo{
- font-size:14px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(255,255,255,1);
- letter-spacing:1px;
- margin: 23px 0 11px;
- }
- .bottomInfo{
- font-size:14px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(255,255,255,1);
- letter-spacing:1px;
- }
- .item-left1,.item-left2{
- width: 122px;
- height: 64px;
- border-radius: 32px;
- border: 2px solid #6B9BFF;
- padding:0 20px;
- box-sizing: border-box;
- }
- .item-left2{
- margin-right: 50px;
- }
- .hengxian{
- width: 16px;
- height: 3px;
- background: #6B9BFF;
- margin: auto 10px;
- }
- select{
- background-color: transparent;
- width: 100%;
- height: 100%;
- font-size: 16px;
- outline: none;
- color: #B5CCFB;
- border: none;
- max-height: 300px;
- appearance:none;
- -moz-appearance:none;
- -webkit-appearance:none;
- }
- option {
- font-weight: normal;
- display: block;
- white-space: pre;
- min-height: 1.2em;
- padding: 0px 2px 1px;
- background-color: transparent;
- color: #333;
- outline: none;
- }
- option:focus{
- outline: none;
- border: none;
- }
- .arrow{
- width: 12px;
- height: 8px;
- display: inline-block;
- position: absolute;
- right: 20px;
- top: 16px;
- z-index: 2;
- }
- .arrow img{
- width: 100%;
- height: 100%;
- }
- .item-left1,.item-left2{
- position: relative;
- }
- .companyTip,.nameTip,.phoneNumtip,.verificationCodetip{
- position: absolute;
- top: 64px;
- left: 20px;
- }
- .item .successOK{
- background: #5689F1;
- color: #8DB4FF;
- }
- .item .successOK:hover{
- background:#5689F1;
- }
- .materialManagementRight-title{
- text-align:left;
- }
- .materialManagementRight-title p{
- font-size:34px;
- font-family:PingFangSC-Medium,PingFang SC;
- font-weight:500;
- color:rgba(51,51,51,1);
- line-height:48px;
- letter-spacing:1px;
- }
- .materialManagementRight .orangeBar{
- width:40px;
- height:6px;
- background:rgba(82,196,26,1);
- border-radius:4px;
- margin: 25px 0;
- }
- .materialManagementRight-text{
- margin-top: 34px;
- /* padding-right: 100px; */
- }
- .materialManagementRight-text .text{
- text-align: left;
- font-size:16px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(91,108,148,1);
- line-height:28px;
- word-wrap: wrap;
- }
- .onSubmitPage{
- width: 100%;
- height: 100%;
-
- background: rgba(0,0,0,.54);
-
- position: absolute;
- top: 0;
- left: 0;
- z-index: 50;
- display: none;
- }
- .onSubmitPage .infoBox{
- width: 618px;
- height: 376px;
- background: #FFFFFF;
- box-shadow: 0px 2px 4px 0px rgba(228, 228, 228, 0.5);
- border-radius: 6px;
- position: absolute;
- top: 50%;
- margin-top: -188px;
- left: 50%;
- margin-left: -309px;
- z-index: 60;
- }
- .closeIcon{
- position: absolute;
- top: 15px;
- right: 15px;
- width: 18px;
- height: 18px;
- cursor: pointer;
- z-index: 60;
- }
- .infoBodyTop{
- padding-top: 74px;
- text-align: center;
- }
- .infoBodyTop img{
- width: 110px;
- height: 110px;
- margin: 0 auto;
- }
- .infoBodyBottom{
- margin-top: 42px;
- text-align: center;
- width: 100%;
- }
- .infoBodyBottom .tipBig{
-
- height: 33px;
- font-size: 24px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 33px;
- letter-spacing: 1px;
- margin-bottom: 14px;
- }
- .infoBodyBottom .tipSmall{
- width: 342px;
- height: 40px;
- font-size: 14px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #999999;
- line-height: 20px;
- margin: 0 auto;
- }
|