revision.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. .pricing {
  2. background: #f3f7fd;
  3. padding: 7.876rem 0 2.25rem 0;
  4. }
  5. .scheme {
  6. display: flex;
  7. justify-content: center;
  8. margin-bottom: 2.55rem;
  9. }
  10. .subject {
  11. display: flex;
  12. justify-content: space-around;
  13. }
  14. .common {
  15. width: 32%;
  16. box-sizing: border-box;
  17. border: 1px solid #dddddd;
  18. /* display: flex; */
  19. /* flex-direction: column-reverse; */
  20. background: #ffffff;
  21. transition:all 1s ease-out;
  22. }
  23. .subject a {
  24. color: #fff;
  25. text-decoration:none
  26. }
  27. .common .upper {
  28. text-align: center;
  29. padding-top: 2.2rem;
  30. border-bottom: 1px solid #dddddd;
  31. position: relative;
  32. }
  33. .common .upper span {
  34. display: inline-block;
  35. width: 6rem;
  36. height: 2rem;
  37. background: #03a9f5;
  38. line-height: 2rem;
  39. color: #ffffff;
  40. margin-top: .4rem;
  41. margin-bottom: 1.6rem;
  42. transition:all 0.5s ease-out;
  43. }
  44. .sale::after {
  45. content: "*热销*";
  46. position: absolute;
  47. top: .4rem;
  48. left: 43%;
  49. font-size: 14px;
  50. color: #15c381;
  51. }
  52. .common .upper p {
  53. margin-bottom: 0.75rem;
  54. }
  55. .middle {
  56. padding: 1.6rem 1.2rem 0 1.2rem;
  57. height: 16rem;
  58. border-bottom: 1px solid #dddddd;
  59. }
  60. .middle i, .whole i {
  61. display: inline-block;
  62. margin-right: .4rem;
  63. }
  64. .whole {
  65. height: 32rem;
  66. padding: 1.6rem 1.2rem 0 1.2rem;
  67. }
  68. .total {
  69. color: #f26522;
  70. }
  71. .customization {
  72. text-align: center;
  73. margin: 6.6rem 0 3.2rem 0;
  74. }
  75. .simple:hover, .basics:hover, .specialty:hover{
  76. cursor:pointer;
  77. background: #eafdf3;
  78. border: 1px dashed #5abf87;
  79. transform:scale(1.05);
  80. }
  81. .simple:hover .upper span, .basics:hover .upper span, .specialty:hover .upper span {
  82. background: #f0483e;
  83. }
  84. /* 弹出层样式 */
  85. .popups {
  86. position: absolute;
  87. /* background: ; */
  88. }
  89. /* 使用说明样式 */
  90. .instructions {
  91. width: 100%;
  92. height: 100%;
  93. background: rgba(0, 0, 0, .7);
  94. position: fixed;
  95. top: 0;
  96. z-index: 9999;
  97. }
  98. .popup {
  99. width: 40rem;
  100. height: 20rem;
  101. margin: auto;
  102. box-sizing: border-box;
  103. background: #fff;
  104. margin-top: 8.333333rem;
  105. position: relative;
  106. z-index: 999999999999999999999;
  107. }
  108. .use {
  109. padding: 1rem;
  110. height: 3.5rem;
  111. }
  112. .use h5 {
  113. float: left;
  114. }
  115. .use span {
  116. float: right;
  117. cursor:pointer;
  118. }
  119. .use span:hover {
  120. color: red;
  121. }
  122. .docums {
  123. padding: 3rem 1rem 0 1rem;
  124. }
  125. /* 新写的 */
  126. .indx {
  127. font-size: 1.375rem;
  128. color: #fff;
  129. width: 34.375rem;
  130. margin-top: 23rem;
  131. text-align: left;
  132. margin-left: 38.625rem;
  133. line-height: 35px;
  134. margin-bottom: 1.5rem;
  135. }
  136. .ald {
  137. display: flex;
  138. /* justify-content: flex-end; */
  139. }
  140. .all {
  141. width: 15rem;
  142. height: 5rem;
  143. background: #fff;
  144. color: #4bd0ff;
  145. font-size: 1.625rem;
  146. }
  147. .allsal {
  148. width: 15rem;
  149. line-height: 5rem;
  150. background: #fff;
  151. text-align: center;
  152. border-radius: 5rem;
  153. text-decoration: none;
  154. margin: 0 4.375rem 1.875rem 0;
  155. font-size: 1.625rem;
  156. font-weight: bold;
  157. color: #2fc9ff !important;
  158. }
  159. .allsal:hover {
  160. text-decoration: none;
  161. cursor:pointer;
  162. }
  163. .navbar-custom .navbar-brand.logo-image img {
  164. /* width: 4.4375rem;
  165. height: 1.75rem; */
  166. width: 8.875rem;
  167. height: 3.0625rem;
  168. }
  169. .tabls {
  170. position: relative;
  171. display: flex;
  172. /* width: 41.875rem; */
  173. justify-content: flex-end;
  174. margin-top: -12px;
  175. }
  176. .tabls div {
  177. margin-left: 3.4375rem;
  178. }
  179. .tabls div a {
  180. text-decoration: none;
  181. font-size: 1.125rem;
  182. color: #5e5e5e;
  183. }
  184. .tabls div a:hover {
  185. text-decoration: none;
  186. }
  187. .navbar-custom.top-nav-collapse {
  188. background-color: #fff !important;
  189. }
  190. .product {
  191. width: 100%;
  192. background: #fff;
  193. text-align: center;
  194. }
  195. .pro_tops {
  196. padding-top: 8.625rem;
  197. padding-bottom: 3.75rem;
  198. }
  199. .pro_tops h2 {
  200. font-size: 2.5rem;
  201. color: #666666;
  202. }
  203. .pro_tops p {
  204. font-size: 1.125rem;
  205. margin-top: 1rem;
  206. margin-bottom: 1.8125rem;
  207. }
  208. .pro_tops div {
  209. font-size: 1.125rem;
  210. line-height: 2.5rem;
  211. width: 55.625rem;
  212. margin: auto;
  213. }
  214. .pro_con {
  215. display: flex;
  216. justify-content: center;
  217. }
  218. .pro_con img {
  219. width: 82.3125rem;
  220. height: 26.25rem;
  221. }
  222. .process {
  223. background: #fff;
  224. text-align: center;
  225. width: 80rem;
  226. margin:auto;
  227. position: relative;
  228. }
  229. .process_til {
  230. padding: 5.9375rem 0 6.25rem 0;
  231. }
  232. .process_til h2 {
  233. font-size: 2.5rem;
  234. color: #666666;
  235. }
  236. .process_til p {
  237. font-size: 1.125rem;
  238. color: #666666;
  239. margin-top: 1rem;
  240. }
  241. .process_con {
  242. display: flex;
  243. justify-content: space-between;
  244. position: relative;
  245. }
  246. .process_ctn {
  247. width: 14.875rem;
  248. height: 19.25rem;
  249. border: .0625rem solid #aeaeae;
  250. border-radius: .9375rem;
  251. position: relative;
  252. cursor:pointer;
  253. }
  254. .process_ctn:hover {
  255. border: .0625rem solid #1296db;
  256. }
  257. .process_ctn:hover h4{
  258. color:#1296db;
  259. }
  260. .process_ctn:hover span{
  261. background:#1296db;
  262. }
  263. .xm1:hover .pro_im1{
  264. background-image: url(../images/img/xmcj.png);
  265. }
  266. .xm2:hover .pro_im2{
  267. background-image: url(../images/img/ygtbs.png);
  268. }
  269. .xm3:hover .pro_im3{
  270. background-image: url(../images/img/xmjls.png);
  271. }
  272. .xm4:hover .pro_im4{
  273. background-image: url(../images/img/hzsjs.png);
  274. }
  275. .xm5:hover .pro_im5{
  276. background-image: url(../images/img/tjbs.png);
  277. }
  278. .pro_im1 {
  279. width: 7.5rem;
  280. height: 5rem;
  281. background-image: url(../images/img/xmcjs.png);
  282. background-size: 100%;
  283. position: absolute;
  284. top: -2.5rem;
  285. left: 3.75rem;
  286. }
  287. .pro_im2 {
  288. width: 7.5rem;
  289. height: 5rem;
  290. background-image: url(../images/img/ygtb.png);
  291. background-size: 100%;
  292. position: absolute;
  293. top: -2.5rem;
  294. left: 3.75rem;
  295. }
  296. .pro_im3 {
  297. width: 7.5rem;
  298. height: 5rem;
  299. background-image: url(../images/img/xmjl.png);
  300. background-size: 100%;
  301. position: absolute;
  302. top: -2.5rem;
  303. left: 3.75rem;
  304. }
  305. .pro_im4 {
  306. width: 7.5rem;
  307. height: 5rem;
  308. background-image: url(../images/img/hzsj.png);
  309. background-size: 100%;
  310. position: absolute;
  311. top: -2.5rem;
  312. left: 3.75rem;
  313. }
  314. .pro_im5 {
  315. width: 7.5rem;
  316. height: 5rem;
  317. background-image: url(../images/img/tjb.png);
  318. background-size: 100%;
  319. position: absolute;
  320. top: -2.5rem;
  321. left: 3.75rem;
  322. }
  323. .process_ctn h4 {
  324. padding-top: 3.4375rem;
  325. font-size: 1.625rem;
  326. color: #434343;
  327. padding-bottom: 0.5rem;
  328. }
  329. .process_ctn span {
  330. /* margin-top: 1.25rem; */
  331. height: .3125rem;
  332. display: block;
  333. background: #aeaeae;
  334. margin: auto;
  335. width: 3.75rem;
  336. }
  337. .alp {
  338. display: flex;
  339. align-items: center;
  340. justify-content: center;
  341. flex-wrap: wrap;
  342. }
  343. .alp p {
  344. font-size: 1.375rem;
  345. color: #7a7a7a;
  346. width: 100%;
  347. text-align: center;
  348. margin-bottom: 1rem;
  349. }
  350. .features {
  351. text-align: center;
  352. margin-top: 1.875rem;
  353. }
  354. .chul {
  355. display: flex;
  356. justify-content: space-between;
  357. width: 75rem;
  358. margin: auto;
  359. flex-wrap: wrap;
  360. }
  361. .chul div {
  362. width: 13.75rem;
  363. height: 5.3125rem;
  364. background: #fff;
  365. box-shadow: 0px 1px 5px #888888;
  366. font-size: 1.5rem;
  367. color: #666666;
  368. display: flex;
  369. justify-content: center;
  370. align-items: center;
  371. margin-bottom: 1.125rem;
  372. cursor: pointer;
  373. }
  374. .chul div img {
  375. width: 2.25rem;
  376. height: 2.375rem;
  377. margin-right: 1.5rem;
  378. }
  379. .chul .on {
  380. box-shadow: 0px 0px 0px #fff;
  381. border: .125rem solid #107bff;
  382. }
  383. .feat_bottom {
  384. margin-top: 1.75rem;
  385. text-align: center;
  386. }
  387. .feat_bottom h5 {
  388. font-size: 1.5rem;
  389. color: #666666;
  390. padding-bottom: 1.875rem;
  391. }
  392. .lis {
  393. width: 62.5rem;
  394. height: 30.75rem;
  395. margin: auto;
  396. }
  397. .feat {
  398. width: 100%;
  399. height: 30.75rem;
  400. overflow: hidden;
  401. margin: auto;
  402. background-image: url(../images/img/bj.png);
  403. background-size:100% 100%
  404. }
  405. .lis img {
  406. width: 100%;
  407. height: 100%;
  408. }
  409. .show {
  410. display: block;
  411. }
  412. .hide {
  413. display: none;
  414. }
  415. .rectangular {
  416. text-align: center;
  417. }
  418. .rect_con {
  419. width: 80.9375rem;
  420. height: 17.5rem;
  421. margin: auto;
  422. }
  423. .rect_con img {
  424. width: 100%;
  425. height: 100%;
  426. }
  427. .advantage {
  428. text-align: center;
  429. }
  430. .advant_con {
  431. width: 75.1875rem;
  432. height: 43.625rem;
  433. margin: auto;
  434. }
  435. .advant_con img {
  436. width: 100%;
  437. height: 100%;
  438. margin-left: 6.25rem;
  439. }
  440. .customer {
  441. text-align: center;
  442. }
  443. .aldd {
  444. padding-top: 0;
  445. padding-bottom: 0;
  446. }
  447. /* 测试 */
  448. .containerss{
  449. width:1000px;
  450. height:450px;
  451. overflow:hidden;
  452. position:relative;
  453. margin:0 auto;
  454. }
  455. .listss{
  456. width:3000px;
  457. height:450px;
  458. position:absolute;
  459. }
  460. .listss img{
  461. width:1000px;
  462. height:450px;
  463. float:left;
  464. }
  465. .buttss{
  466. width:300px;
  467. height:20px;
  468. position:absolute;
  469. left: 456px;
  470. bottom:-30px;
  471. cursor:pointer;
  472. }
  473. .buttss span{
  474. width: .75rem;
  475. height: .75rem;
  476. border-radius: 50%;
  477. position: relative;
  478. border: 1px solid #000;
  479. display: inline-block;
  480. margin-right: 1.25rem;
  481. }
  482. .arrows{
  483. width: 2.5rem;
  484. height: 60px;
  485. position: absolute;
  486. top: 42%;
  487. cursor: pointer
  488. }
  489. .lefts{
  490. left: 0;
  491. }
  492. .rights{
  493. right: 0;
  494. }
  495. .ons i::after {
  496. content: '';
  497. width: .5rem;
  498. height: .5rem;
  499. background: #000;
  500. border-radius: 50%;
  501. position: absolute;
  502. top: 1px;
  503. left: 1px;
  504. }
  505. .cust {
  506. text-align: center;
  507. margin-top: 3.125rem;
  508. }
  509. .cust h6 {
  510. font-size: 1.875rem;
  511. color: #393939;
  512. margin-bottom: 1.625rem;
  513. }
  514. .cust p {
  515. width: 48.75rem;
  516. margin: auto;
  517. font-size: 1.5rem;
  518. color: #7f7f7f;
  519. line-height: 2.625rem;
  520. }
  521. .pricings {
  522. text-align: center;
  523. }
  524. .pri {
  525. display: flex;
  526. justify-content: space-between;
  527. width: 94rem;
  528. margin: auto;
  529. }
  530. .li {
  531. text-align: center;
  532. background: #fff;
  533. padding: .625rem;
  534. box-shadow: 0px 1px 20px 0px #c8c8c8;
  535. cursor: pointer;
  536. transition: all .25s ease-in;
  537. }
  538. .li_con {
  539. width: 21.875rem;
  540. height: 17.5rem;
  541. background: #f3f3f3;
  542. box-sizing: border-box;
  543. padding-top: 4.875rem;
  544. /* display: flex;
  545. align-items: center;
  546. flex-wrap: wrap; */
  547. }
  548. .li_con div {
  549. width: 100%;
  550. text-align: center;
  551. font-size: 2.375rem;
  552. color: #565656;
  553. margin-bottom: 2.375rem;
  554. }
  555. .li_con div span{
  556. font-size: 3.75rem;
  557. }
  558. .li li {
  559. width: 100%;
  560. height: 3rem;
  561. font-size: 1.125rem;
  562. line-height: 3rem;
  563. text-align: center;
  564. list-style-type:none;
  565. color: #b5b0b0;
  566. }
  567. .li li:nth-child(2n) {
  568. background: #f3f3f3;
  569. }
  570. .btn {
  571. width: 11.875rem;
  572. height: 3rem;
  573. margin: auto;
  574. background-image: url(../images/img/xg.png);
  575. background-size: 100%;
  576. margin-bottom: .625rem;
  577. border:0;
  578. background-repeat:no-repeat;
  579. }
  580. .li:hover {
  581. /* position: relative;
  582. top: -1.25rem; */
  583. transform:translateY(-20px);
  584. }
  585. .li:hover .btn{
  586. background: url(../images/img/xgs.png);
  587. background-repeat:no-repeat;
  588. }
  589. .li:hover .li_con{
  590. background: linear-gradient(to left,#4daefe,#01f1fe);
  591. }
  592. .li:hover .li_con div{
  593. color: #fff;
  594. }
  595. .btn a {
  596. display: inline-block;
  597. width: 100%;
  598. height: 100%;
  599. }
  600. .al a{
  601. color: #407be7 !important;
  602. }
  603. .al {
  604. position: relative;
  605. }
  606. .al::after {
  607. content: '';
  608. width: 100%;
  609. height: .1875rem;
  610. background: #407be7;
  611. position: absolute;
  612. bottom: -1.25rem;
  613. left: 0;
  614. }
  615. .pro_con_pl {
  616. width: 79.6875rem;
  617. height: 13.375rem;
  618. margin: auto;
  619. }
  620. .pro_con_pl img {
  621. width: 116%;
  622. height: 100%;
  623. margin-left: -8%;
  624. }
  625. .service2s {
  626. display: block;
  627. position: fixed;
  628. top: 10.8rem;
  629. /* bottom: 10rem; */
  630. right: 0;
  631. padding: 1rem;
  632. background: #fff;
  633. box-shadow: 3px 3px 10px #ccc;
  634. z-index: 99999999;
  635. text-align: center;
  636. }
  637. .service2s img {
  638. width: 8rem;
  639. }
  640. .service2s p {
  641. margin-bottom: 0;
  642. margin: 0.5rem 0;
  643. }
  644. .service2s p:last-child {
  645. color: #20a0ff;
  646. }
  647. .aplll {
  648. margin-left: 20%;
  649. }