services.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110
  1. /* siyuan */
  2. *{
  3. font-family: siyuan;
  4. }
  5. /*body{padding-top: 250px!important;}*/
  6. .applicationMenu{
  7. clear: both;
  8. width: 1200px;
  9. height: 50px;
  10. margin: 20px auto 0;
  11. position: relative;
  12. border-bottom: 1px solid #1797e9;
  13. }
  14. .applicationMenu ul {
  15. float: left;
  16. }
  17. .applicationMenu ul li{
  18. padding: 0 20px;
  19. height: 50px;
  20. line-height: 50px;
  21. text-align: center;
  22. float: left;
  23. font-size: 16px;
  24. }
  25. .applicationMenu ul li a{
  26. color: #747474;
  27. }
  28. .applicationMenu ul>li:first-child{
  29. width: 200px;
  30. background: #1797e9;
  31. color: #fff;
  32. }
  33. .applicationMenu ul li a:hover{
  34. color: #1797e9;
  35. }
  36. .applicationMenu >a{
  37. float: right;
  38. color: #333;
  39. font-size: 19px;
  40. height: 50px;
  41. line-height:50px;
  42. display: inline-block;
  43. /*font-weight: bold; */
  44. color:#1797e9;
  45. }
  46. .applicationMenu ol{
  47. position: absolute;
  48. left: 0;
  49. top: 50px;
  50. height: 60px;
  51. line-height: 60px;
  52. background: #fff;
  53. width: 100%;
  54. z-index: 9999;
  55. }
  56. .applicationMenu ol li{
  57. float: left;
  58. padding-left:80px;
  59. padding-right: 40px;
  60. }
  61. .applicationMenu ol li a{
  62. font-size: 16px;
  63. color: #7f7f7f;
  64. }
  65. .applicationMenu ol li:nth-child(1){
  66. background: url(../../../img/newMenu/application_Menu1.png)no-repeat;
  67. background-position-x: 40px;
  68. background-position-y: 10px;
  69. }
  70. .applicationMenu ol li:nth-child(2){
  71. background: url(../../../img/newMenu/application_Menu2.png)no-repeat;
  72. background-position-x: 40px;
  73. background-position-y: 14px;
  74. }
  75. .applicationMenu ol li:nth-child(3){
  76. background: url(../../../img/newMenu/application_Menu3.png)no-repeat;
  77. background-position-x: 40px;
  78. background-position-y: 12px;
  79. }
  80. .applicationMenu ol li:nth-child(4){
  81. background: url(../../../img/newMenu/application_Menu4.png)no-repeat;
  82. background-position-x: 40px;
  83. background-position-y: 14px;
  84. }
  85. .applicationMenu ol li:nth-child(5){
  86. background: url(../../../img/newMenu/application_Menu5.png)no-repeat;
  87. background-position-x: 40px;
  88. background-position-y: 10px;
  89. }
  90. /* 搜索 */
  91. .search{
  92. margin-bottom: 72px;
  93. height: 55px;
  94. }
  95. .search .searchLeft{
  96. width: 670px;
  97. float: left;
  98. }
  99. .search{
  100. margin-top: 30px;
  101. }
  102. .search .search-inp{
  103. vertical-align: top;
  104. margin-top: -8px;
  105. }
  106. .search .searchLeft ul li {
  107. float: left;
  108. margin-left: 30px;
  109. }
  110. .search .searchLeft ul li:hover{
  111. padding: 3px;
  112. box-shadow:0 0 2px 2px #efefef;
  113. }
  114. .search .searchLeft ul li img{
  115. margin-right: 16px;
  116. }
  117. .search .searchLeft ul li span{
  118. font-size: 18px;
  119. color: #7a7878
  120. }
  121. .search .searchLeft ul li:first-child{
  122. margin-left: 18px;
  123. }
  124. .search .search-inp{
  125. float: left;
  126. width:512px;
  127. }
  128. .search .search-inp div{
  129. width: 465px;
  130. }
  131. .search .search-inp input{
  132. width: 406px;
  133. }
  134. .applicationTitle {
  135. clear: both;
  136. text-align: center;
  137. position: relative;
  138. }
  139. .dingwei{
  140. position: absolute;
  141. top:-130px
  142. }
  143. .applicationTitle h4{
  144. font-weight: normal;
  145. font-size: 19px;
  146. color: #6e6e6e;
  147. margin-bottom: 16px;
  148. }
  149. .applicationTitle span{
  150. display: inline-block;
  151. font-size: 21px;
  152. color: #1f1f1f;
  153. margin-right: 5px;
  154. }
  155. .applicationTitle a{
  156. display: inline-block;
  157. width: 163px;
  158. height: 30px;
  159. text-align: center;
  160. color: #fff;
  161. line-height: 28px;
  162. background: #1797e9;
  163. border-radius: 15px;
  164. vertical-align: top;
  165. }
  166. .applicationTitle a:hover{
  167. background: #fff;
  168. color: #333;
  169. box-shadow: 0 4px 10px #ccc;
  170. }
  171. /* 品牌建设 */
  172. .applicationJs {
  173. position: relative;
  174. height: 490px;
  175. width: 100%;
  176. z-index: 6;
  177. margin-top: 24px;
  178. }
  179. .applicationJs .jsLeft{
  180. position: absolute;
  181. left: 0;
  182. top: 0;
  183. background: url(../../../img/newMenu/application_Menu6.png) no-repeat;
  184. background-size:100% 100%;
  185. width: 1016px;
  186. height: 100%;
  187. z-index: 10;
  188. }
  189. .applicationJs .jsLeft{
  190. padding-top: 130px;
  191. padding-left: 34px;
  192. }
  193. .applicationJs .jsLeft div{
  194. width:190px;
  195. height: 140px;
  196. text-align: center;
  197. margin-bottom: 12px;
  198. }
  199. .applicationJs .jsLeft div a{
  200. display: inline-block;
  201. font-size: 16px;
  202. color: #1797e9;
  203. background: #fff;
  204. border: 2px solid #1797e9;
  205. height: 34px;
  206. width: 114px;
  207. line-height: 30px;
  208. margin-top: 86px;
  209. border-radius: 10px;
  210. cursor: pointer;
  211. }
  212. .applicationJs .jsLeft div a:hover{
  213. background: #1797e9;
  214. color: #fff;
  215. }
  216. .applicationJs .jsLeft div:nth-child(1){
  217. background: url(../../../img/newMenu/application_JS1.png) no-repeat;
  218. background-size:100% 100%;
  219. }
  220. .applicationJs .jsLeft div:nth-child(2){
  221. background: url(../../../img/newMenu/application_JS2.png) no-repeat;
  222. background-size:100% 100%;
  223. }
  224. .applicationJs .jsRight{
  225. position: absolute;
  226. right: 0;
  227. top: 50px;
  228. background: url(../../../img/newMenu/application_Menu7.png) no-repeat;
  229. background-size:100% 100%;
  230. z-index: 15;
  231. width: 920px;
  232. height: 378px;
  233. box-shadow: 0 0 4px #ccc;
  234. }
  235. .jsRight div{
  236. float: left;
  237. width: 390px;
  238. margin-left: 50px;
  239. margin-top: 38px;
  240. }
  241. .jsRight div h3{
  242. font-weight: normal;
  243. color: #1f1f1f;
  244. font-size: 19px;
  245. margin-bottom: 22px;
  246. }
  247. .jsRight div .colorP{
  248. color: #1797e9;
  249. margin-bottom: 84px;
  250. font-size: 14px;
  251. }
  252. .jsRight div:nth-child(1) .colorP{
  253. margin-top: 54px;
  254. }
  255. .jsRight div:nth-child(2) .colorP{
  256. margin-top: 24px;
  257. }
  258. .jsRight div p{
  259. margin-bottom: 5px;
  260. color: #8f8f8f;
  261. font-size: 16px;
  262. }
  263. .jsRight a{
  264. cursor: pointer;
  265. padding: 0 10px;
  266. height: 38px;
  267. line-height: 36px;
  268. display: inline-block;
  269. font-size: 14px;
  270. border: 1px solid #1797e9;
  271. border-radius: 10px;
  272. color: #1797e9;
  273. }
  274. .jsRight a.blur{
  275. background: #1797e9;
  276. color: #fff;
  277. margin-right: 27px;
  278. }
  279. /* 市场开拓 */
  280. .applicationSC{
  281. overflow: hidden;
  282. width: 100%;
  283. background: url(../../../img/newMenu/application_BJ.jpg)no-repeat;
  284. background-size:100% 100%;
  285. padding-top: 30px;
  286. padding-bottom: 48px;
  287. }
  288. .applicationWrap{
  289. width: 1200px;
  290. margin: 0 auto;
  291. }
  292. .applicationSC .applicationTitle h4{
  293. color: #fff;
  294. }
  295. .applicationSC .applicationTitle span{
  296. font-size: 25px;
  297. color: #fff;
  298. }
  299. .applicationSC .applicationTitle a{
  300. margin-top: 5px;
  301. }
  302. .applicationSC .applicationTitle a:hover{
  303. box-shadow: none;
  304. }
  305. .applicationWrap {
  306. display: flex;
  307. display: -webkit-flex;
  308. justify-content: space-between;
  309. margin-top: 30px;
  310. }
  311. .applicationWrap .applicationWrapLeft{
  312. width: 290px;
  313. height: 610px;
  314. background: #fff;
  315. box-shadow: 0 0 2px #ccc;
  316. }
  317. .applicationWrapLeft h3{
  318. margin-left: 30px;
  319. font-weight: normal;
  320. font-size: 19px;
  321. color: #1f1f1f;
  322. margin-top: 24px;
  323. margin-bottom: 20px;
  324. }
  325. .applicationWrapLeft p{
  326. margin-left: 30px;
  327. margin-bottom: 42px;
  328. font-size: 14px;
  329. color: #969797;
  330. width: 205px;
  331. }
  332. .applicationWrapLeft .blur{
  333. color: #3e8ae0;
  334. font-size: 16px;
  335. margin-bottom: 10px;
  336. }
  337. .applicationWrapLeft>span{
  338. float: right;
  339. margin-right: 60px;
  340. color: #969797;
  341. font-size: 13px;
  342. margin-bottom: 28px;
  343. }
  344. .applicationWrapLeft .introduce{
  345. position: relative;
  346. clear: both;
  347. width: 275px;
  348. height: 287px;
  349. background: url(../../../img/newMenu/application_sc1.png)no-repeat;
  350. background-size:100% 100%;
  351. margin-left:8px;
  352. text-align: center;
  353. box-shadow: 0 0 2px #ccc;
  354. }
  355. .applicationWrapLeft .introduce img{
  356. width: 100%;
  357. height:100%;
  358. display: inline-block;
  359. position: absolute;
  360. left: 0;
  361. top: 0;
  362. }
  363. .applicationWrapLeft .introduce>div{
  364. position: absolute;
  365. width: 100%;
  366. height: 100%;
  367. left: 0;
  368. top: 0;
  369. background: rgba(0,0,0,.5);
  370. }
  371. .applicationWrapLeft .introduce h4{
  372. margin-top: 30px;
  373. margin-bottom: 30px;
  374. font-weight: normal;
  375. font-size: 24px;
  376. color: #fff;
  377. text-align: center;
  378. padding: 0 10px;
  379. overflow: hidden;
  380. white-space:nowrap;
  381. text-overflow:ellipsis;
  382. -o-text-overflow:ellipsis;
  383. }
  384. .applicationWrapLeft .introduce p{
  385. font-size: 16px;
  386. color: #fff;
  387. height: 66px;
  388. overflow: hidden;
  389. text-align: justify;
  390. }
  391. .applicationWrapLeft .introduce a{
  392. display: inline-block;
  393. width: 116px;
  394. height: 32px;
  395. line-height: 30px;
  396. background: #fff;
  397. color: #1797e9;
  398. text-align: center;
  399. font-size: 14px;
  400. border-radius: 10px;
  401. }
  402. .applicationWrapLeft .introduce a:hover{
  403. background: #1797e9;
  404. color: #fff;
  405. }
  406. .applicationWrapRight {
  407. width: 890px;
  408. height: 610px;
  409. background: #fff;
  410. padding: 0 20px;
  411. }
  412. .applicationWrapRight .Wtitle{
  413. text-align: center;
  414. }
  415. .applicationWrapRight .Wtitle h2{
  416. font-weight: normal;
  417. font-size: 21px;
  418. color: #1f1f1f;
  419. margin-top: 20px;
  420. margin-bottom: 6px;
  421. font-family: siyuan
  422. }
  423. .applicationWrapRight .Wtitle span{
  424. color: #9f9f9f;
  425. font-size: 16px;
  426. }
  427. .applicationShop{
  428. display: flex;
  429. display: -webkit-flex;
  430. justify-content: space-around;
  431. margin-top: 22px;
  432. }
  433. .shopLeft{
  434. width: 238px;
  435. }
  436. .shopMid .shopLeftOne a{
  437. width: 95px;
  438. height: 30px;
  439. display: inline-block;
  440. line-height: 26px;
  441. font-size: 14px;
  442. border: 1px solid #1797e9;
  443. text-align: center;
  444. color: #1797e9;
  445. border-radius: 6px;
  446. margin-top: 10px;
  447. }
  448. .shopLeft h3,.shopMid h3{
  449. font-size: 19px;
  450. color: #1f1f1f;
  451. font-weight: normal;
  452. margin-bottom: 14px;
  453. }
  454. .shopLeft>div{
  455. width: 235px;
  456. height: 175px;
  457. padding: 8px;
  458. box-shadow: 0 0 20px #ccc;
  459. margin-bottom: 16px;
  460. }
  461. .shopLeft div div{
  462. width: 100%;
  463. height: 100%;
  464. padding: 14px 19px
  465. }
  466. .shopLeft div div p{
  467. font-size: 16px;
  468. color: #444444;
  469. margin-bottom:5px;
  470. overflow: hidden;
  471. white-space:nowrap;
  472. text-overflow:ellipsis;
  473. -o-text-overflow:ellipsis;
  474. }
  475. .shopLeft .shopLeftOne>div{
  476. background: url(../../../img/newMenu/application_sc2.png)no-repeat;
  477. background-size:100% 100%;
  478. }
  479. .shopLeft .shopLeftTwo>div{
  480. background: url(../../../img/newMenu/application_sc3.png)no-repeat;
  481. background-size:100% 100%;
  482. }
  483. .shopLeftOne a:hover,.shopLeftTwo a:hover{
  484. background: #1797e9;
  485. color: #fff;
  486. }
  487. .shopLeft div div a{
  488. width: 95px;
  489. height: 30px;
  490. display: inline-block;
  491. line-height: 26px;
  492. font-size: 14px;
  493. border: 1px solid #1797e9;
  494. text-align: center;
  495. color: #1797e9;
  496. border-radius: 6px;
  497. margin-top: 10px;
  498. }
  499. .shopLeft>p{
  500. text-align: center;
  501. font-size: 19px;
  502. color: #1f1f1f;
  503. margin:10px 0;
  504. }
  505. .shopLeft>a{
  506. width: 178px;
  507. height: 40px;
  508. line-height:38px;
  509. font-size: 17px;
  510. color: #fff;
  511. background: #1797e9;
  512. display: inline-block;
  513. text-align: center;
  514. border-radius: 5px;
  515. margin-left: 30px;
  516. border: 1px solid #fff;
  517. }
  518. .shopLeft>a:hover{
  519. border:1px solid #1797e9;
  520. background: #fff;
  521. color: #1797e9;
  522. }
  523. .shopMid{
  524. width: 290px;
  525. padding-top: 80px;
  526. }
  527. .shopMid .shopLeftOne{
  528. width: 290px;
  529. height: 252px;
  530. padding: 8px;
  531. background: #fff;
  532. box-shadow: 0 0 20px #ccc;
  533. }
  534. .shopMid div div p{
  535. font-size: 17px;
  536. }
  537. /*
  538. .shopMid .midBottom{
  539. text-align: right;
  540. padding: 0;
  541. background: #fff!important;
  542. box-shadow: 0;
  543. height: 180px;
  544. width: 100%;
  545. }
  546. .midBottom>p{
  547. margin-top: 15px;
  548. font-size: 19px;
  549. color: #2d2d2d;
  550. margin-bottom: 5px;
  551. }
  552. .midBottom .midBottomList{
  553. margin: 0;
  554. padding: 0;
  555. display: flex;
  556. display: -webkit-flex;
  557. justify-content: space-between;
  558. }
  559. .midBottomList a{
  560. margin-top: 5px;
  561. display: inline-block;
  562. background: none;
  563. color: #1797e9;
  564. }
  565. .midBottom .midBottomList div{
  566. width: 45%;
  567. text-align: left;
  568. height: 138px;
  569. padding-top: 10px;
  570. text-align: center;
  571. box-shadow: 0 0 20px #ccc;
  572. }
  573. .midBottom .midBottomList div img{
  574. width: 82px;
  575. height: 82px;
  576. border-radius: 50%;
  577. display: inline-block;
  578. box-shadow: 0 0 1px #ccc;
  579. } */
  580. .shopMid .shopLeftOne>div:nth-child(1) {
  581. width: 100%;
  582. height: 100%;
  583. padding-top: 48px;
  584. padding: 42px;
  585. background: url(../../../img/newMenu/application_sc4.jpg)no-repeat;
  586. background-size:100% 100%;
  587. }
  588. .midBottom .midBottomList p{
  589. margin-top: 10px;
  590. text-align: center;
  591. }
  592. .midBottom a{
  593. color: #1797e9;
  594. font-size: 13px;
  595. display: inline-block;
  596. margin-top: 10px;
  597. }
  598. .shopRight {
  599. width: 230px;
  600. padding-top: 33px;
  601. }
  602. .shopRight ul li{
  603. width: 100%;
  604. height: 225px;
  605. position: relative;
  606. overflow: hidden;
  607. margin-bottom: 15px;
  608. }
  609. .shopRight ul li img{
  610. width: 100%;
  611. height: 100%;
  612. display: inline-block;
  613. position: absolute;
  614. top: 0 ;
  615. left: 0;
  616. z-index: 2;
  617. }
  618. .shopRight ul li span{
  619. display: inline-block;
  620. width: 400px;
  621. height: 140px;
  622. background: rgba(0,0,0,.4);
  623. transform: rotate(-11deg);
  624. position: absolute;
  625. bottom:-21px;
  626. left: -32px;
  627. z-index: 5;
  628. }
  629. .shopRight ul li div{
  630. width: 100%;
  631. height: 78px;
  632. position: absolute;
  633. bottom: 0;
  634. left: 0;
  635. z-index: 20;
  636. text-align: center;
  637. }
  638. .shopRight ul li div p{
  639. padding: 0 10px;
  640. overflow: hidden;
  641. white-space:nowrap;
  642. text-overflow:ellipsis;
  643. -o-text-overflow:ellipsis;
  644. font-size: 17px;
  645. color: #FFF;
  646. }
  647. .shopRight ul li div a{
  648. width: 92px;
  649. height: 30px;
  650. color: #1797e9;
  651. background: #fff;
  652. border-radius: 5px;
  653. text-align: center;
  654. line-height: 28px;
  655. margin-top: 10px;
  656. display: inline-block;
  657. }
  658. .shopRight ul li div a:hover{
  659. background:#1797e9;
  660. color: #fff;
  661. }
  662. .applicationGj{
  663. width: 1200px;
  664. margin: 26px auto 0;
  665. background: url(../../../img/newMenu/application_pc2.png)no-repeat;
  666. background-size:100% 100%;
  667. height: 365px;
  668. }
  669. .applicationGj ul{
  670. overflow: hidden;
  671. margin-top: 24px;
  672. padding-top: 20px;
  673. padding-bottom: 20px;
  674. }
  675. .applicationGj ul li{
  676. width: 260px;
  677. float: right;
  678. margin-right: 40px;
  679. padding: 0 8px;
  680. box-shadow: 0 0 2px #ccc;
  681. height: 330px;
  682. padding-top: 8px;
  683. transition: all .2s ease-in-out;
  684. background: #fff;
  685. }
  686. .applicationGj ul li:hover{
  687. margin-top: -3px;
  688. transition: all .2s ease-in;
  689. }
  690. .applicationGj ul li img{
  691. width: 100%;
  692. height: 200px;
  693. display: inline-block;
  694. }
  695. .applicationGj ul li h3{
  696. padding: 0 10px;
  697. font-weight: normal;
  698. font-size: 21px;
  699. color: #303030;
  700. line-break: 24px;
  701. text-align: center;
  702. margin: 5px 0;
  703. overflow: hidden;
  704. white-space:nowrap;
  705. text-overflow:ellipsis;
  706. -o-text-overflow:ellipsis;
  707. }
  708. .searchLeft a{
  709. cursor: pointer;
  710. }
  711. .reldemand span{
  712. cursor: pointer;
  713. }
  714. .applicationGj ul li p{
  715. height: 40px;
  716. overflow: hidden;
  717. font-size: 14px;
  718. color: #787878;
  719. padding: 0 10px;
  720. text-align: justify
  721. }
  722. .applicationGj ul li a{
  723. display: inline-block;
  724. float: right;
  725. width: 100px;
  726. height: 30px;
  727. line-height: 26px;
  728. border: 1px solid #1797e9;
  729. color:#1797e9;
  730. text-align: center;
  731. margin-top: 5px;
  732. border-radius: 5px;
  733. }
  734. .applicationGj ul li a:hover{
  735. background: #1797e9;
  736. color: #fff;
  737. }
  738. /* 政府扶持 */
  739. .applicationZf {
  740. width: 100%;
  741. background: url(../../../img/newMenu/applicationZf_bj.png)no-repeat;
  742. background-size:100% 100%;
  743. padding-bottom: 112px;
  744. }
  745. .applicationZfBody{
  746. width: 1200px;
  747. margin: 56px auto 0px;
  748. display: flex;
  749. display: -webkit-flex;
  750. justify-content: space-between;
  751. }
  752. .applicationZfBody a{
  753. color: #333;
  754. }
  755. .applicationZfBody img{
  756. width: 254px;
  757. height: 354px;
  758. }
  759. .applicationZfBody>div{
  760. width: 930px;
  761. }
  762. .applicationZfBody>div ul{
  763. background: #fff;
  764. box-shadow: 0 0 1px #ccc;
  765. }
  766. .applicationZf .applicationTitle h4{
  767. padding-top: 60px;
  768. }
  769. .applicationTitle.active h4{
  770. color: #fff;
  771. font-size: 19px;
  772. }
  773. .applicationTitle.active span{
  774. color: #fff;
  775. font-size: 26px;
  776. }
  777. .applicationTitle.active a{
  778. margin-top: 5px;
  779. }
  780. .applicationTitle.active a:hover{
  781. box-shadow: none
  782. }
  783. .applicationZfBody div ul{
  784. position: absolute;
  785. top: 0;
  786. left: 0;
  787. }
  788. .applicationZfBody div ul li{
  789. float: left;
  790. height: 94px;
  791. text-align: center;
  792. line-height: 94px;
  793. background:#f8f8f8;
  794. width: 230px;
  795. margin-right: 2px;
  796. margin-bottom: 2px;
  797. }
  798. .applicationZfBody div {
  799. clear: both;
  800. position: relative;
  801. }
  802. .applicationZfBody div div{
  803. position: absolute;
  804. bottom: 12px;
  805. left: 0;
  806. width: 100%;
  807. height: 20px;
  808. overflow: hidden;
  809. }
  810. .applicationZfBody div ol{
  811. float: left;
  812. }
  813. .applicationZfBody div ol li{
  814. float: left;
  815. }
  816. .applicationZfBody div ol li a{
  817. color: #fff;
  818. }
  819. .applicationZfBody div ol li a:hover{
  820. color: #1797e9;
  821. }
  822. .applicationZfBody div ol li span{
  823. display: inline-block;
  824. margin: 0 10px;
  825. color: #FFF;
  826. }
  827. .applicationZfBody div ol li:last-child span{
  828. display: none
  829. }
  830. .applicationZfBody div>a{
  831. float: right;
  832. color: #fff;
  833. }
  834. .applicationZfBody div>a:hover{
  835. color: #1797e9;
  836. }
  837. .applicationMS{
  838. width: 100%;
  839. padding-top: 45px;
  840. padding-bottom: 60px;
  841. background: url(../../../img/newMenu/applicationMS_BJ.png)no-repeat;
  842. background-size:100% 100%;
  843. }
  844. .applicationMSBody{
  845. width: 1200px;
  846. margin: 50px auto 0;
  847. }
  848. .applicationMSBody ul{
  849. display: flex;
  850. display: -webkit-flex;
  851. justify-content: space-between;
  852. height: 444px;
  853. }
  854. .applicationMSBody ul li{
  855. width: 380px;
  856. height: 444px;
  857. padding: 0 25px;
  858. text-align: center;
  859. transition: all .3s ease-in-out;
  860. }
  861. .applicationMSBody ul li div{
  862. width: 100%;
  863. height: 164px;
  864. text-align: left
  865. }
  866. .applicationMSBody ul li div h3{
  867. font-size: 24px;
  868. color: #1f1f1f;
  869. margin-top:100px ;
  870. margin-bottom: 34px;
  871. font-weight: normal;
  872. overflow: hidden;
  873. white-space:nowrap;
  874. text-overflow:ellipsis;
  875. -o-text-overflow:ellipsis;
  876. }
  877. .applicationMSBody ul li div p{
  878. font-size: 16px;
  879. margin-bottom: 10px;
  880. color: #666;
  881. overflow: hidden;
  882. display: -webkit-box;
  883. text-overflow: ellipsis;
  884. -webkit-box-orient: vertical;
  885. -webkit-line-clamp:4;
  886. }
  887. .applicationMSBody ul li a{
  888. width: 148px;
  889. height: 36px;
  890. line-height: 34px;
  891. background: #1797e9;
  892. color: #fff;
  893. margin-top: 80px;
  894. display: inline-block;
  895. border-radius: 5px;
  896. }
  897. .applicationMSBody ul li a:hover{
  898. box-shadow: 0 4px 10px #ccc;
  899. }
  900. .applicationMSBody ul li:hover{
  901. margin-top: -4px;
  902. transition: all .3s ease-in;
  903. box-shadow: 0 5px 20px #333;
  904. }
  905. .applicationMSBody ul li:nth-child(1){
  906. background: url(../../../img/newMenu/applicationMS1.png)no-repeat;
  907. background-size:100% 100%;
  908. }
  909. .applicationMSBody ul li:nth-child(2){
  910. background: url(../../../img/newMenu/applicationMS2.png)no-repeat;
  911. background-size:100% 100%;
  912. }
  913. .applicationMSBody ul li:nth-child(3){
  914. background: url(../../../img/newMenu/applicationMS3.png)no-repeat;
  915. background-size:100% 100%;
  916. }
  917. .applicationRZ{
  918. background: url(../../../img/newMenu/applicationRZ_bj.png)no-repeat;
  919. background-size:100% 100%;
  920. }
  921. .applicationRZ .applicationTitle h4,.applicationRZ .applicationTitle span{
  922. color: #333;
  923. }
  924. .applicationRZ .applicationMSBody ul li div{
  925. text-align: center;
  926. }
  927. .applicationRZ .applicationMSBody ul li:nth-child(1){
  928. background: url(../../../img/newMenu/applicationRZ_1.png)no-repeat;
  929. background-size:100% 100%;
  930. }
  931. .applicationRZ .applicationMSBody ul li:nth-child(2){
  932. background: url(../../../img/newMenu/applicationRZ_2.png)no-repeat;
  933. background-size:100% 100%;
  934. }
  935. .applicationRZ .applicationMSBody ul li:nth-child(3){
  936. background: url(../../../img/newMenu/applicationRZ_3.png)no-repeat;
  937. background-size:100% 100%;
  938. }
  939. .applicationGf{
  940. width: 100%;
  941. background: url(../../../img/newMenu/applicationGF_BJ.png)no-repeat;
  942. background-size:100% 100%;
  943. padding-top: 64px;
  944. padding-bottom: 280px;
  945. }
  946. .applicationGf .container{
  947. display: flex;
  948. display: -webkit-flex;
  949. justify-content: space-between;
  950. }
  951. .applicationGf .gfLeft{
  952. width: 384px;
  953. height: 440px;
  954. padding: 8px;
  955. }
  956. .applicationGf .gfLeft .gfLeftBox{
  957. width: 100%;
  958. height: 440px;
  959. padding: 8px;
  960. background: #fff;
  961. box-shadow: 0 0 10px #ccc;
  962. }
  963. .applicationGf .gfLeft .gfLeftBox>div{
  964. width: 100%;
  965. height: 100%;
  966. background: url(../../../img/newMenu/applicationGF1.png)no-repeat;
  967. background-size:100% 100%;
  968. padding-top: 48px;
  969. padding-left: 30px;
  970. padding-right: 30px;
  971. }
  972. .applicationGf .gfLeft .gfLeftBox>div p{
  973. height: 66px;
  974. overflow: hidden;
  975. }
  976. .applicationGf .applicationTitle span{
  977. color: #262626;
  978. font-size: 25px;
  979. }
  980. .applicationGf .applicationTitle h4{
  981. font-size: 19px;
  982. color: #525252;
  983. margin-top: 12px;
  984. margin-bottom: 30px;
  985. }
  986. .gfLeft .gfLeftBox h3{
  987. font-weight: normal;
  988. font-size: 19px;
  989. color: #242424;
  990. margin-bottom: 30px;
  991. }
  992. .gfLeft .gfLeftBox p{
  993. color: #666;
  994. margin-bottom: 6px;
  995. font-size:16px;
  996. }
  997. .gfLeft .gfLeftBox a{
  998. display: inline-block;
  999. width: 148px;
  1000. height: 36px;
  1001. font-size: 19px;
  1002. line-height: 34px;
  1003. margin-top: 30px;
  1004. border: 1px solid #1797e9;
  1005. color: #1797e9;
  1006. border-radius: 5px;
  1007. text-align: center;
  1008. }
  1009. .gfLeft .applicationTitle{
  1010. text-align: left
  1011. }
  1012. .gfLeft .applicationTitle h4{
  1013. text-align: left;
  1014. }
  1015. .gfLeft .gfLeftBox a.lJ{
  1016. background: #1797e9;
  1017. color: #fff;
  1018. }
  1019. .gfRight{
  1020. width: 786px;
  1021. margin-top: 9px;
  1022. }
  1023. .gfRightList ul li{
  1024. float: left;
  1025. margin-left: 10px;
  1026. width: 382px;
  1027. height: 214px;
  1028. box-shadow: 0 0 10 #ccc;
  1029. margin-bottom: 10px;
  1030. padding:34px;
  1031. box-shadow: 0 0 10px #ccc;
  1032. }
  1033. .gfRightList ul li p{
  1034. font-size:16px;
  1035. color: #242424;
  1036. margin-bottom: 30px;
  1037. margin-top: 20px;
  1038. color: #666;
  1039. height: 44px;
  1040. overflow: hidden;
  1041. }
  1042. .gfRightList ul li h3{
  1043. font-size: 19px;
  1044. color: #242424;
  1045. overflow: hidden;
  1046. white-space:nowrap;
  1047. text-overflow:ellipsis;
  1048. -o-text-overflow:ellipsis;
  1049. }
  1050. .gfRightList ul li div a{
  1051. padding: 6px 20px;
  1052. display: inline-block;
  1053. text-align: center;
  1054. border: 1px solid #1797e9;
  1055. color: #1797e9;
  1056. border-radius: 5px;
  1057. }
  1058. .gfRightList ul li:nth-child(2n+1){
  1059. margin-left: 0
  1060. }
  1061. .gfRightList ul li:nth-child(1){
  1062. background: url(../../../img/newMenu/applicationGF2.png)no-repeat;
  1063. background-size:100% 100%;
  1064. }
  1065. .gfRightList ul li:nth-child(2){
  1066. background: url(../../../img/newMenu/applicationGF3.png)no-repeat;
  1067. background-size:100% 100%;
  1068. }
  1069. .gfRightList ul li:nth-child(3){
  1070. background: url(../../../img/newMenu/applicationGF4.png)no-repeat;
  1071. background-size:100% 100%;
  1072. }
  1073. .gfRightList ul li:nth-child(4){
  1074. background: url(../../../img/newMenu/applicationGF5.png)no-repeat;
  1075. background-size:100% 100%;
  1076. }
  1077. .gfRightList ul li div .ljB{
  1078. background: #1797e9;
  1079. color: #FFF;
  1080. margin-right: 26px;
  1081. }
  1082. #bottom{
  1083. margin-top: -160px;
  1084. }
  1085. @media screen and (max-width:1200px){
  1086. .carousel,.applicationSC,.applicationZf,.applicationMS,.applicationGf{
  1087. width: 1200px;
  1088. }
  1089. }