index.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .small-tit{
  6. width: 100%;
  7. font-size: 25px;
  8. text-align: center;
  9. padding: 40px 5% 20px 5%;
  10. }
  11. .dealPromber{
  12. padding: 0 200px;
  13. }
  14. .dealPromber p{
  15. font-size: 20px;
  16. white-space: nowrap;
  17. overflow: hidden;
  18. text-overflow: ellipsis;
  19. }
  20. .dealPromber .advantage{
  21. font-size: 14px;
  22. color: #8B8B8B;
  23. }
  24. .dealPromber .col-sm-4{
  25. padding: 50px 0;
  26. border-right: 1px solid #EBF0F3;
  27. border-bottom: 1px solid #EBF0F3;
  28. }
  29. .dealPromber a{
  30. font-size: 16px;
  31. color: #666666;
  32. }
  33. .dealPromber a:hover{
  34. text-decoration: underline;
  35. }
  36. .bg{
  37. width: 100%;
  38. height: auto;
  39. background: rgba(241,241,245,1);
  40. margin-top: 60px;
  41. padding-bottom: 50px;
  42. }
  43. .imgwrapper>img{
  44. width: 100%;
  45. height: 400px;
  46. margin-top: 60px;
  47. }
  48. .iconwrapper img{
  49. width: 76px;
  50. height: 67px;
  51. }
  52. .pic{
  53. width: 100%;
  54. height: 250px;
  55. overflow: hidden;
  56. margin-top: 20px;
  57. border-radius: 2px;
  58. }
  59. figure{
  60. background-color: #002f7e;
  61. position: relative;
  62. width: auto;
  63. }
  64. figure img{
  65. opacity: 0.6;
  66. }
  67. figure img{
  68. transition:all 0.5s;
  69. -webkit-transition:all 0.5s;
  70. }
  71. figcaption{
  72. width: 100%;
  73. height: auto;
  74. position: absolute;
  75. top: 30%;
  76. left: 0;
  77. }
  78. figcaption h2,figcaption p{
  79. width: 100%;
  80. text-align: center;
  81. color: #FFFFFF;
  82. }
  83. figure:hover img{transform: scale(1.2)}
  84. .join{
  85. width: 90%;
  86. height: 242px;
  87. background-image: url(../img/blog/food.png);
  88. background-size: cover;
  89. margin: 0 5% 20px 5%;
  90. }
  91. .join p{
  92. font-size: 18px;
  93. width: 100%;
  94. text-align: center;
  95. padding-top: 70px;
  96. color: #FFFFFF;
  97. }
  98. .join button{
  99. width: 10%;
  100. height: 40px;
  101. margin: 10px 45% 0 45%;
  102. background: transparent;
  103. border: 1px solid #FFFFFF;
  104. color: #FFFFFF;
  105. }
  106. .next{
  107. margin-top: 60px;
  108. }
  109. .more{
  110. width: 10%;
  111. height: 40px;
  112. border: 1px solid #45C900;
  113. margin: 0px 45% 0 45%;
  114. background: transparent;
  115. }
  116. .step p{
  117. text-align:center;
  118. }
  119. button:hover{
  120. background-color:rgba(209,209,209,1);
  121. }
  122. .step div{
  123. width: 20%;
  124. height: auto;
  125. float: left;
  126. }
  127. .step img{
  128. display: block;
  129. margin: auto;
  130. }
  131. .videobox{
  132. margin: 0 25%;
  133. width: 50%;
  134. }
  135. .casebox{
  136. width: 100%;
  137. height: auto;
  138. border: 1px solid #8e888829;
  139. margin: 10px 0 0 2%;
  140. float: left;
  141. position: relative;
  142. background: rgba(255,255,255,1);
  143. }
  144. .casebox:hover .hoverbox{
  145. display: block;
  146. }
  147. .casebox div:first-child{
  148. width: 80%;
  149. height: 60%;
  150. margin: 10%;
  151. }
  152. .casebox div:first-child img{
  153. width: 100%;
  154. height: 100%;
  155. }
  156. .casebox p{
  157. text-align: center;
  158. }
  159. .artibox{
  160. height:auto;
  161. margin: 20px 0 10px 2%;
  162. float: left;
  163. }
  164. .artibox>div{
  165. width: 100%;
  166. height: 80%;
  167. position: relative;
  168. display: inline-block;
  169. }
  170. .artibox>div>img{
  171. width: 100%;
  172. height: 100%;
  173. }
  174. .artibox>p{
  175. margin-top: 5px;
  176. }
  177. .titbg{
  178. width: 100%;
  179. height: 40px;
  180. background:rgba(30,34,32,0.6) ;
  181. bottom: 0;
  182. left: 0;
  183. color: #FFFFFF;
  184. font-size: 16px;
  185. position: absolute;
  186. text-align: center;
  187. line-height: 40px;
  188. overflow: hidden;
  189. }
  190. .usebtn{
  191. width: 10%;
  192. height: 30px;
  193. background: transparent;
  194. color: #FFFFFF;
  195. border: 1px solid #FFFFFF;
  196. position: absolute;
  197. top:300px ;
  198. left:45% ;
  199. letter-spacing: 5px;
  200. font-size: 14px;
  201. }
  202. .bigtit{
  203. font-size: 30px;
  204. color: #FFFFFF;
  205. text-align: center;
  206. width: 100%;
  207. position: absolute;
  208. top:230px ;
  209. left: 0;
  210. }
  211. .hoverbox{
  212. width: 100%;
  213. height: 100%;
  214. position: absolute;
  215. background: rgba(14,27,26,0.5);
  216. top: 0;
  217. left: 0;
  218. display: none;
  219. }
  220. .hoverbox img{
  221. width: 80%;
  222. height: 69%;
  223. margin: 15% 10% 0 10%;
  224. }
  225. .random-prod h3{
  226. width: 100%;
  227. position: absolute;
  228. top: 30px;
  229. left:0;
  230. color: #FFFFFF;
  231. }
  232. .random-prod p{
  233. width: 80%;
  234. position: absolute;
  235. top: 70px;
  236. left: 10%;
  237. color: #FFFFFF;
  238. display: none;
  239. }
  240. .random-prod:hover p{
  241. display: block;
  242. }
  243. .random-prod:hover img{
  244. opacity: 0.6;
  245. }
  246. @media (min-width: 1120px) {
  247. .step p{
  248. font-size: 20px;
  249. }
  250. .step{
  251. width: 80%;
  252. height: 500px;
  253. margin: 0 10% 0 10%;
  254. }
  255. }
  256. @media (max-width: 767px) {
  257. .dealPromber{
  258. padding: 0 50px;
  259. }
  260. .dealPromber .col-sm-4{
  261. border: none;
  262. }
  263. .imgwrapper{
  264. width:100% ;
  265. margin-left: 0;
  266. }
  267. .join button{
  268. width: 30%;
  269. height: 40px;
  270. margin: 10px 35% 0 35%;
  271. background: transparent;
  272. border: 1px solid #FFFFFF;
  273. color: #FFFFFF;
  274. font-size: 10px;
  275. }
  276. .next img{
  277. width: 30px;
  278. height: 30px;
  279. margin-top: 20px;
  280. }
  281. .step p{
  282. text-align: center;
  283. font-size: 10px;
  284. }
  285. .step{
  286. width: 100%;
  287. height: 250px;
  288. margin: 0;
  289. }
  290. .next{
  291. margin-top: 15px;
  292. }
  293. .more{
  294. width: 25%;
  295. height: 40px;
  296. border: 1px solid #45C900;
  297. margin: 0 45% 0 38%;
  298. background: transparent;
  299. }
  300. .videobox{
  301. width: 100%;
  302. margin: 0;
  303. }
  304. .hoverbox img{
  305. height: 55%;
  306. margin-top: 30%;
  307. }
  308. .casebox p{
  309. height: 40px;
  310. }
  311. }
  312. #quick_section >div{
  313. height: 120px;
  314. }
  315. @media (min-width: 768px){
  316. .centericon {
  317. width: 33%;
  318. }
  319. }
  320. @media (min-width: 1170px){
  321. .centericon1 {
  322. width: 20%;
  323. }
  324. }
  325. .dealPromber{
  326. padding: 0 18.75%;
  327. }
  328. .dealPromber2{
  329. padding: 0 18.75%;
  330. }
  331. .dealPromber3{
  332. padding: 0 18.75%;
  333. }
  334. .dealPromber3 p{
  335. overflow: hidden;
  336. text-overflow: ellipsis;
  337. white-space: nowrap;
  338. }
  339. @media (max-width: 767px){
  340. .dealPromber,.dealPromber2, .dealPromber3 {
  341. padding: 0;
  342. }
  343. }
  344. .create-get-list{
  345. margin-top: 80px;
  346. overflow: hidden;
  347. }
  348. .create-get-list .item{
  349. margin-bottom: 40px;
  350. }
  351. .item .ico{
  352. display: inline-block;
  353. width: 100px;
  354. height: 100px;
  355. background-color: #ebf2fe;
  356. border-radius: 100%;
  357. -webkit-border-radius:100%;
  358. }
  359. .item .ico span{
  360. display: table-cell;
  361. width: 100px;
  362. height: 105px;
  363. text-align: center;
  364. vertical-align: middle;
  365. }
  366. .item .ico img{
  367. display: inline-block;
  368. width: 40px;
  369. height: auto;
  370. }
  371. .arow_r{
  372. width: 35px;
  373. height: 19px;
  374. position: absolute;
  375. right: -35px;
  376. top: 48px;
  377. }
  378. .arow_d{
  379. position: absolute;
  380. display: none;
  381. width: 35px;
  382. height: 19px;
  383. left: 50%;
  384. margin-left: -17px;
  385. top: 200px;
  386. -webkit-transform: rotate(90deg);
  387. -ms-transform: rotate(90deg);
  388. -moz-transform: rotate(90deg);
  389. transform: rotate(90deg);
  390. }
  391. .home-section {
  392. text-align: center;
  393. }
  394. .function1{
  395. border-bottom:1px solid #ddd;
  396. }
  397. .function2{
  398. border-bottom:1px solid #ddd;
  399. }
  400. .function3{
  401. border-bottom:1px solid #ddd;
  402. }
  403. .function4{
  404. border-bottom:1px solid #ddd;
  405. }
  406. .function5{
  407. border-bottom:1px solid #ddd;
  408. }
  409. .function6{
  410. border-bottom: none;
  411. }
  412. @media (min-width: 768px) {
  413. .function1{
  414. border-right:1px solid #ddd;border-bottom:1px solid #ddd;
  415. }
  416. .function2{
  417. border-right:none;border-bottom:1px solid #ddd;
  418. }
  419. .function3{
  420. border-right:1px solid #ddd;border-bottom:1px solid #ddd;
  421. }
  422. .function4{
  423. border-right:none;border-bottom:1px solid #ddd;
  424. }
  425. .function5{
  426. border-bottom: none;border-top:none;border-right:1px solid #ddd;
  427. }
  428. .function6{
  429. border-bottom: none;border-top:none;border-right:none;
  430. }
  431. }
  432. /* .warp.container {
  433. width: 70%;
  434. } */
  435. @media (min-width: 1200px) {
  436. /* .warp.container {
  437. width: 70%;
  438. } */
  439. .function1{
  440. border-right:1px solid #ddd;border-bottom:1px solid #ddd;
  441. }
  442. .function2{
  443. border-right:1px solid #ddd;border-bottom:1px solid #ddd;
  444. }
  445. .function3{
  446. border-right: none;border-bottom:1px solid #ddd;
  447. }
  448. .function4{
  449. border-bottom: none;border-top:none;border-right:1px solid #ddd;
  450. }
  451. .function5{
  452. border-bottom: none;border-top:none;border-right:1px solid #ddd;
  453. }
  454. .function6{
  455. border-bottom: none;border-top:none;border-right:none;
  456. }
  457. }
  458. .create-get-box {
  459. padding-top: 0px;
  460. }
  461. .home-section>div,
  462. .home-section>ul {
  463. margin-left: auto;
  464. margin-right: auto
  465. }
  466. .home-what-title {
  467. height: 36px;
  468. background-repeat: no-repeat
  469. }
  470. .home-what-title.doc-title {
  471. /*width: 480px;*/
  472. }
  473. .create-get-list .item .text {
  474. color: #666;
  475. line-height: 24px;
  476. font-size: 16px;
  477. margin-top: 16px;
  478. }
  479. .ellips_line2 {
  480. -webkit-line-clamp: 2;
  481. }
  482. .ellips_line3 {
  483. -webkit-line-clamp: 3;
  484. }
  485. .ellips_line4 {
  486. -webkit-line-clamp: 4;
  487. }
  488. .ellips_line2,
  489. .ellips_line3,
  490. .ellips_line4 {
  491. display: -webkit-box;
  492. -webkit-box-orient: vertical;
  493. overflow: hidden;
  494. }
  495. @media only screen and (min-width: 768px) {
  496. .create-get-list .arow_r {
  497. display: inline-block;
  498. }
  499. .create-get-list .arow_d {
  500. display: none;
  501. }
  502. }
  503. @media only screen and (max-width: 768px) {
  504. .container {
  505. width: 100%;
  506. margin: 0 auto;
  507. }
  508. }
  509. @media only screen and (max-width: 999px) {
  510. #newti{
  511. display: none;
  512. }
  513. }
  514. @media only screen and (max-width: 991px) {
  515. .t_margin{
  516. margin-left: 0px !important;
  517. }
  518. }
  519. @media only screen and (max-width: 767px) {
  520. .r_margin{
  521. margin-left: 0px !important;
  522. }
  523. }
  524. @media only screen and (max-width: 991px) {
  525. .a_margin{
  526. margin-left: 0px !important;
  527. }
  528. }
  529. @media (max-width: 767px) {
  530. .create-get-list .arow_r {
  531. display: none;
  532. }
  533. .create-get-list .arow_d {
  534. display: inline-block;
  535. margin-top: 25px;
  536. }
  537. .addTop{
  538. margin-top: 30px;
  539. }
  540. }
  541. .sceneImg{
  542. width: 112px;
  543. height: 112px;
  544. }
  545. .sceneText{
  546. margin-top: 20px;
  547. font-size: 18px;
  548. }
  549. .questionImg{
  550. width: 120px;
  551. height: 120px;
  552. }
  553. .functionImg{
  554. width: 120px;
  555. height: 100px;
  556. }
  557. .numText1{
  558. color:#3D9CDF;width:100%;margin-top:24px;font-size:32px;text-align:center
  559. }
  560. .numLine{
  561. background-color:#ccc;width:20%;margin-left:40%;height:2px;margin-top:22px;display: none;
  562. }
  563. .numText2{
  564. color:#333;width:100%;margin-top:20px;font-size:18px;text-align:center
  565. }
  566. .numBox{
  567. background-color: #fff;height:150px;margin-top: 25px;border-right:1px solid #eee
  568. }
  569. .setFont p a{
  570. font-size: 14px;
  571. }
  572. .setFont p{
  573. font-size: 18px;
  574. }
  575. p{
  576. margin-top:10px;
  577. }
  578. .nav_act{
  579. color:rgb(0,149,213) !important;
  580. }
  581. .p_box{
  582. background-color:white;margin-top:-50px;z-index:2;border:1px solid #ddd;
  583. }
  584. .free_experience{
  585. padding: 5px 20px;color: rgb(0,149,213);font-size:18px;margin-top:30px;background:transparent;border: 1px solid rgb(0,149,213);
  586. }
  587. .free_experience:hover{
  588. background: #3997d5;
  589. }
  590. .margin_top_20px{
  591. margin-top:20px
  592. }
  593. .margin_top_50px{
  594. margin-top:50px;
  595. }
  596. .margin_top_10px{
  597. margin-top:10px
  598. }
  599. .margin_top_10px p{
  600. font-size:16px;color:#666;
  601. }
  602. .text_center_margin_top_50px{
  603. text-align: center;margin-top:50px;
  604. }
  605. .margin_top_50px p{
  606. font-size: 18px; margin-top: 20px; color: #535E66;
  607. }
  608. .padding_30_0{
  609. padding-bottom:30px;padding-top:30px
  610. }
  611. .padding_30_0 .function_p1{
  612. font-weight: bold;font-size:22px;color:#333
  613. }
  614. .padding_30_0 .function_p2{
  615. color:#666;font-size:14px;margin-top:16px;
  616. }
  617. .padding_30_0 .function_p3{
  618. padding: 0 15px;color:#666;font-size:14px
  619. }
  620. .r_body{
  621. background: rgb(204,224,247); padding: 50px 0 80px;margin-top:50px;
  622. }
  623. .r_child_1{
  624. border-right:none;background:#fff;padding:25px;border:1px solid #ddd;height:100%;
  625. }
  626. .r_child_2{
  627. border-right:none;background:#fff;padding:25px;border:1px solid #ddd;height:100%;margin-left:12%
  628. }
  629. .r_p_2{
  630. font-size:14px;margin-top:32px
  631. }
  632. .r_p_3{
  633. padding: 0 15px;font-size:14px
  634. }
  635. .r_p_1{
  636. font-weight: bold;font-size:24px;
  637. }
  638. .w_60_h_60{
  639. width: 60px; height: 60px;
  640. }
  641. .q_body{
  642. background: rgb(204,224,247); padding: 0px 0 80px;margin-top:-400px
  643. }
  644. .show_pc{
  645. display: block !important;
  646. }
  647. .show_phone{
  648. display: none !important;
  649. }
  650. @media only screen and (max-width: 767px) {
  651. .show_pc{
  652. display: none !important;
  653. }
  654. .show_phone{
  655. display: block !important;
  656. }
  657. .height_160px{
  658. height: 100px !important;
  659. }
  660. .numText1{
  661. color:#3D9CDF;width:100%;margin-top:12px;font-size:15px;text-align:center
  662. }
  663. .numLine{
  664. background-color:#ccc;width:20%;margin-left:40%;height:1px;margin-top:20px
  665. }
  666. .numText2{
  667. color:#333;width:100%;margin-top:20px;font-size:10px;text-align:center
  668. }
  669. .numBox{
  670. background-color: #fff;height:100px;border-right:1px solid #eee;margin-top: 0px;padding: 0;
  671. }
  672. .margintop_20{
  673. margin-top: 20px !important;
  674. }
  675. .m_top_btm_10px{
  676. margin-top: 25px !important;
  677. margin-bottom: 32px !important;
  678. }
  679. .m_0px{
  680. margin-top: 0px !important;
  681. }
  682. .pad_top_20px{
  683. padding-top: 20px !important;
  684. }
  685. .border_none{
  686. border: none !important;
  687. }
  688. .r_body {
  689. background: #fff;
  690. padding: 0;
  691. margin-top: 0px;
  692. }
  693. .r_child_2 {
  694. border-right: none;
  695. background: #fff;
  696. padding: 0px;
  697. border: none;
  698. height: 100%;
  699. margin-left: 0;
  700. }
  701. .r_child_1 {
  702. border-right: none;
  703. background: #fff;
  704. padding: 0px;
  705. border: none;
  706. height: 100%;
  707. }
  708. .r_p_1 {
  709. font-weight: bold;
  710. font-size: 20px;
  711. }
  712. .r_p_2 {
  713. font-size: 12px;
  714. /* margin-top: 32px; */
  715. width: 110px;
  716. margin: 0 auto;
  717. margin-top: 32px;
  718. overflow: hidden;
  719. text-overflow: ellipsis;
  720. white-space: nowrap;
  721. }
  722. .r_p_2_1{
  723. width: 110px;
  724. }
  725. .r_p_2_2{
  726. width: 120px;
  727. }
  728. .r_p_2_3{
  729. width: 120px;
  730. }
  731. .r_p_3 {
  732. padding: 0;
  733. font-size: 12px;
  734. width: 86px;
  735. margin: 0 auto;
  736. margin-top: 10px;
  737. overflow: hidden;
  738. text-overflow:ellipsis;
  739. white-space: nowrap;
  740. }
  741. .r_p_3_1{
  742. width:110px;
  743. }
  744. .r_p_3_2{
  745. width:124px;
  746. }
  747. .m_top_32px{
  748. margin-top: 20px !important;
  749. }
  750. .m_top_36px{
  751. margin-top: 21px !important;
  752. }
  753. .mar_t_15px{
  754. margin-top: 15px !important;
  755. }
  756. .mar_t_13px{
  757. margin-top: 13px;
  758. }
  759. }