index.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
  1. .logo_photo{
  2. float: right;
  3. height: 90px;
  4. line-height: 90px;
  5. color: #ff570c;
  6. font-size: 20px;
  7. font-weight: 700
  8. }
  9. .topNav{
  10. border:none!important;
  11. }
  12. .bannerList{
  13. position: relative;
  14. overflow: hidden;
  15. }
  16. .bannerList .carousel .carousel-inner img{
  17. width: 100%;
  18. }
  19. .bannerList .carousel .left,.bannerList .carousel .right{
  20. /* line-height: 475px; */
  21. font-size: 60px;
  22. }
  23. .indexSearch{
  24. width: 100%;
  25. height: 92px;
  26. margin: 20px auto;
  27. display: flex;
  28. border: 1px solid black;
  29. }
  30. .jumpType{
  31. padding-left: 54px;
  32. }
  33. .indexSearch .search-inp{
  34. width: 50%;
  35. height: 54px;
  36. }
  37. .search-inp a{
  38. cursor: pointer;
  39. position: absolute;
  40. right: 0;bottom: 0;
  41. width: 130px;
  42. height: 54px;
  43. line-height: 54px;
  44. text-align: center;
  45. font-size: 18px;
  46. color: #ffffff;
  47. background: #ffac2a;
  48. border-radius: 4px;
  49. box-shadow: 0 0 4px #ffac2a;
  50. }
  51. .indexSearch .demandSearch{
  52. height: 54px;
  53. line-height: 54px;
  54. }
  55. .indexSearch .searchBtn{
  56. height: 54px;
  57. line-height: 34px;
  58. background: #1697e9;
  59. border: 1px solid #1697e9;
  60. color: #ffffff;
  61. }
  62. .indexSearch .search-inp{
  63. float: left;
  64. }
  65. .jumpType li{
  66. cursor: pointer;
  67. float: left;
  68. width: 60px;
  69. height: 35px;
  70. text-align: center;
  71. color: #666;
  72. line-height: 28px;
  73. }
  74. .jumpType li.active{
  75. background: url(../../../img/index/index_jumpBj.png) no-repeat;
  76. background-size:100% 100%;
  77. color: #fff;
  78. }
  79. .indexSearch .search-inp .input-group{
  80. width: 750px;
  81. }
  82. .indexSearch .search-inp .input-group .input-group-btn{
  83. width: 130px;
  84. }
  85. .indexSearch .search-inp .input-group .input-group-btn button{
  86. width: 100%;
  87. font-size: 18px;
  88. margin-top:-10px;
  89. }
  90. .indexSearch .apply{
  91. cursor: pointer;
  92. float: right;
  93. width: 105px;
  94. height: 54px;
  95. line-height: 54px;
  96. text-align: center;
  97. font-size: 18px;
  98. color: #ffffff;
  99. background: #ffac2a;
  100. }
  101. /* 主体区域 */
  102. .indexNav{
  103. overflow: hidden;
  104. margin: 10px 0;
  105. background: url(../../../img/index/index_iconBj.png) no-repeat;
  106. background-size:100% 100%;
  107. }
  108. .indexNav ul {
  109. display: flex;
  110. display: -webkit-flex;
  111. justify-content: space-around;
  112. }
  113. .indexNav ul li a{
  114. display: inline-block;
  115. }
  116. .indexNav ul li:hover img{
  117. transform: rotateY(360deg);
  118. transition: all 1s ease-in-out;
  119. }
  120. .indexNav ul li:hover P{
  121. color:#1697e9;
  122. }
  123. .indexNav ul li p{
  124. text-align: center;
  125. font-size: 16px;
  126. color: #1f1f1f;
  127. margin-top: 16px;
  128. margin-bottom: 10px;
  129. }
  130. .container .title{
  131. font-size: 26px;
  132. text-align: center;
  133. color: #323131;
  134. margin-top: 40px;
  135. }
  136. .handle{
  137. padding-top: 34px;
  138. }
  139. .handle ul{
  140. display: flex;
  141. display: -webkit-flex;
  142. justify-content: space-between;
  143. }
  144. .handle ul li{
  145. width: 370px;
  146. border: 1px solid #f0f0f0;
  147. text-align: center;
  148. }
  149. .handle ul li .handleBox{
  150. width: 370px;
  151. height: 202px;
  152. overflow: hidden;
  153. position: relative;
  154. }
  155. .handle ul li .handleBox>img{
  156. width: 100%;
  157. height: 100%;
  158. position: absolute;
  159. top: 0;
  160. left: 0;
  161. }
  162. .handle ul li .handleBox .handleMask{
  163. overflow: hidden;
  164. height:100%;
  165. position: absolute;
  166. background: rgba(141, 150, 168, 0.5);
  167. width: 100%;
  168. bottom: 0;
  169. left: 0;
  170. transition: all .5s ease-in-out;
  171. }
  172. .handle ul li .handleBox .handleMask .maskTxt{
  173. position: absolute;
  174. text-align: center;
  175. width: 120px;
  176. left: 50%;
  177. top: 55%;
  178. transform: translate(-50%, -50%);
  179. }
  180. .handle ul li .handleBox .handleMask .maskTxt>p{
  181. font-size: 22px;
  182. color: #ffffff;
  183. margin-top: 20px;
  184. }
  185. .handle ul li .handleBox .handleMask .maskTxt span{
  186. display: inline-block;
  187. width: 32px;
  188. height: 2px;
  189. background: #fff;
  190. }
  191. .handle ul li a{
  192. width: 110px;
  193. height: 34px;
  194. line-height: 30px;
  195. display: inline-block;
  196. text-align: center;
  197. border: 2px solid #1697e9;
  198. font-size: 16px;
  199. color: #1697e9;
  200. margin-top: 26px;
  201. margin-bottom: 20px;
  202. border-radius: 4px;
  203. }
  204. .handle ul li a:hover{
  205. background: #1697e9;
  206. color: #ffffff
  207. }
  208. .handle ul li:hover{
  209. box-shadow: 0 4px 15px #ccc;
  210. }
  211. .more{
  212. clear: both;
  213. overflow: hidden;
  214. float:right;
  215. font-size: 14px;
  216. color: #323131;
  217. margin-top: 15px;
  218. margin-bottom: 64px;
  219. }
  220. /* .handle ul li:hover .handleBox .maskTxt {
  221. top: 60px;
  222. transition: all .5s ease-in-out;
  223. } */
  224. .handle ul li .handleBox .maskTxt img{
  225. width: 65px;
  226. height: 55px;
  227. }
  228. /* .handle ul li:hover .handleBox .maskTxt img{
  229. width: 0px;
  230. height: 0px;
  231. transition: all .5s ease-in-out;
  232. } */
  233. /* .handle ul li:hover .handleBox .maskTxt .contentTxt{
  234. top:100px;
  235. } */
  236. .maskTxt .contentTxt{
  237. width: 200px;
  238. position: absolute;
  239. top: 202px;
  240. margin-left: -40px;
  241. transition: all .5s ease-in-out;
  242. }
  243. .maskTxt .contentTxt p{
  244. color:#ffffff;
  245. font-size: 14px;
  246. text-align: left;
  247. overflow: hidden;
  248. display: -webkit-box;
  249. text-overflow: ellipsis;
  250. -webkit-box-orient: vertical;
  251. -webkit-line-clamp:3;
  252. }
  253. .more:hover{
  254. color: #1697e9;
  255. }
  256. .more:hover span{
  257. background: #1697e9;
  258. }
  259. .more:hover span::after{
  260. background: #1697e9;
  261. }
  262. .more span{
  263. display: inline-block;
  264. width: 22px;
  265. height: 1px;
  266. margin-left: 10px;
  267. margin-right: 8px;
  268. background: #323131;
  269. vertical-align: middle;
  270. }
  271. .more span:after{
  272. content: '';
  273. width: 6px;
  274. height: 1px;
  275. display: inline-block;
  276. background:#323131;
  277. transform: rotate(45deg);
  278. vertical-align: top;
  279. margin-left: 16px;
  280. margin-top: -3px;
  281. }
  282. /* 热门推荐 */
  283. .RecommendTitle{
  284. clear: both;
  285. text-align: center;
  286. }
  287. .RecommendTitle h2{
  288. font-size: 26px;
  289. color: #323131;
  290. }
  291. .RecommendTitle span{
  292. display: inline-block;
  293. width: 54px;
  294. height: 4px;
  295. background: #1697e9;
  296. transition: all .2s ease-in;
  297. }
  298. .RecommendBody {
  299. margin-top: 22px;
  300. margin-bottom: 80px;
  301. display: flex;
  302. display: -webkit-flex;
  303. justify-content: space-between;
  304. }
  305. .RecommendBody .RecommendTxt{
  306. width: 295px;
  307. height: 420px;
  308. text-align: center;
  309. background: #f9f9f9;
  310. position: relative;
  311. }
  312. .RecommendTxtBottom p{
  313. font-size: 22px;
  314. color: #1f1f1f;
  315. margin-top: 24px;
  316. margin-bottom: 12px;
  317. padding: 0 10px;
  318. overflow: hidden;
  319. text-overflow: ellipsis;
  320. -o-text-overflow: ellipsis;
  321. white-space: nowrap;
  322. }
  323. .RecommendTxt .RecommendTxtImg{
  324. position: relative;
  325. width: 295px;
  326. height: 296px;
  327. overflow: hidden;
  328. }
  329. .RecommendTxt .RecommendTxtImg img{
  330. width: 100%;
  331. height: 100%;
  332. position: absolute;
  333. top: 0;
  334. left: 0;
  335. display: inline-block;
  336. }
  337. .RecommendTxtImg .txts{
  338. opacity: 0;
  339. width: 100%;
  340. height: 100%;
  341. background: rgba(152, 154, 156, 0.7);
  342. position: absolute;
  343. top: 0;
  344. left: 0;
  345. }
  346. .RecommendBody .RecommendTxt:hover .txts{
  347. opacity: 1;
  348. }
  349. .RecommendBody .RecommendTxt:hover .txts p{
  350. top: 50%;
  351. transform: translate(0%,-50%);
  352. transition: all .5s ease-in-out;
  353. }
  354. .RecommendTxtImg .txts p{
  355. font-size: 14px;
  356. color: #fff;
  357. width: 200px;
  358. position: absolute;
  359. margin-left: -100px;
  360. left: 50%;
  361. top: 100%;
  362. text-align: left;
  363. overflow: hidden;
  364. display: -webkit-box;
  365. text-overflow: ellipsis;
  366. -webkit-box-orient: vertical;
  367. -webkit-line-clamp:6;
  368. }
  369. .RecommendBody .RecommendImg{
  370. width: 586px;
  371. height: 420px;
  372. }
  373. .RecommendImg .RecommendRemask{
  374. position: relative;
  375. display: inline-block;
  376. width:586px;
  377. height: 246px;
  378. overflow: hidden;
  379. }
  380. .RecommendImg .RecommendRemask:hover .remaskImg{
  381. height: 100%;
  382. transition: all .2s ease-in-out;
  383. }
  384. .RecommendImg>.RecommendRemask>img{
  385. position: absolute;
  386. top: 0;
  387. left: 0;
  388. width:100%;
  389. height: 100%;
  390. transition: all .2s ease-in;
  391. }
  392. .RecommendImg .imgGrounp{
  393. padding-top: 10px;
  394. display: flex;
  395. justify-content: space-between;
  396. }
  397. .RecommendImg .imgGrounp .RecommendRemask{
  398. display: inline-block;
  399. overflow: hidden;
  400. width: 285px;
  401. height: 162px;
  402. }
  403. .RecommendImg .RecommendRemask{
  404. position: relative;
  405. }
  406. .RecommendImg .RecommendRemask .remaskImg div{
  407. position: absolute;
  408. left: 50%;
  409. top: 50%;
  410. width: 270px;
  411. text-align: center;
  412. transform: translate(-50%,-50%);
  413. }
  414. .RecommendImg .RecommendRemask .remaskImg div p{
  415. font-size: 22px;
  416. color: #ffffff;
  417. margin-bottom: 12px;
  418. overflow: hidden;
  419. text-overflow: ellipsis;
  420. -o-text-overflow: ellipsis;
  421. white-space: nowrap;
  422. }
  423. .RecommendImg .RecommendRemask .remaskImg div a{
  424. display: inline-block;
  425. width: 110px;
  426. height: 34px;
  427. line-height: 30px;
  428. font-size: 16px;
  429. text-align: center;
  430. color: #000;
  431. background: #ffffff;
  432. border: 2px solid #fff;
  433. border-radius: 4px;
  434. }
  435. .RecommendImg .RecommendRemask .remaskImg div a:hover{
  436. background: #40acff;
  437. color: #ffffff;
  438. border: 2px solid #40acff;
  439. }
  440. .RecommendImg .imgGrounp .RecommendRemask img{
  441. width: 100%;
  442. height: 100%;
  443. position: absolute;
  444. left: 0;top: 0;
  445. transition: all .2s ease-in;
  446. }
  447. .RecommendImg .RecommendRemask .remaskImg{
  448. position: absolute;
  449. text-align: center;
  450. overflow: hidden;
  451. width: 100%;
  452. height:100%;
  453. background: rgba(152, 154, 156, 0.7);
  454. top: 0;
  455. left: 0;
  456. transition: all .2s ease-in;
  457. }
  458. .RecommendBody .RecommendTxt img{
  459. width: 100%;
  460. height: 296px;
  461. display: inline-block;
  462. }
  463. .RecommendBody .RecommendTxt>p{
  464. font-size: 22px;
  465. color: #1f1f1f;
  466. margin-top: 24px;
  467. margin-bottom: 12px;
  468. }
  469. .RecommendTxtBottom {
  470. position: absolute;
  471. bottom: 0;
  472. height: 122px;
  473. width: 100%;
  474. left: 0
  475. }
  476. .RecommendBody .RecommendTxt a{
  477. display: inline-block;
  478. width: 110px;
  479. height: 34px;
  480. line-height: 30px;
  481. font-size: 16px;
  482. text-align: center;
  483. color: #40acff;
  484. border: 2px solid #40acff;
  485. border-radius: 4px;
  486. }
  487. .RecommendBody .RecommendTxt:hover{
  488. box-shadow: 0 4px 10px #ccc;
  489. }
  490. .RecommendImg .RecommendRemask:hover img {
  491. transform: scale(1.1);
  492. transition: all .2s ease-in-out;
  493. }
  494. .RecommendTxt a:hover{
  495. background: #1697e9;
  496. border-color: #1697e9;
  497. color: #ffffff;
  498. }
  499. /* 品牌建设 */
  500. .brand{
  501. margin-top: 17px;
  502. margin-bottom: 60px;
  503. width: 100%;
  504. height: 590px;
  505. background: url(../../../img/index/index_brandBj.jpg) no-repeat;
  506. background-size:100% 100%;
  507. }
  508. .brand .brandBody{
  509. padding-top: 72px;
  510. display: flex;
  511. justify-content: space-between;
  512. text-align: center;
  513. }
  514. .brand .brandBody div{
  515. transition: all .3s ease-in;
  516. }
  517. .brand .brandBody .brandLeft{
  518. width: 374px;
  519. height: 420px;
  520. display: flex;
  521. flex-direction: column;
  522. justify-content: space-between;
  523. }
  524. .brand .brandBody .brandLeft .writeBj{
  525. background: #ffffff;
  526. height: 200px;
  527. box-shadow: 0 0 15px rgb(230, 228, 228)
  528. }
  529. .brand .brandBody .brandMid{
  530. box-shadow: 0 0 15px rgb(230, 228, 228);
  531. width: 370px;
  532. height: 420px;
  533. background: #FFFFFF
  534. }
  535. .brand .brandBody .brandLeft .writeBj img{
  536. margin-top: 36px;
  537. margin-bottom: 22px;
  538. }
  539. .brand .brandBody .brandLeft .writeBj p{
  540. font-size: 18px;
  541. color:#1f1f1f;
  542. }
  543. .brand .brandBody .brandMid img{
  544. margin-top: 64px;
  545. }
  546. .brand .brandBody .brandMid h4{
  547. font-weight: normal;
  548. font-size: 18px;
  549. color: #1f1f1f;
  550. margin-top: 22px;
  551. margin-bottom: 30px;
  552. }
  553. .brand .brandBody .brandMid p{
  554. font-size: 16px;
  555. color: #959595;
  556. margin-bottom: 12px;
  557. }
  558. .brand .brandBody .brandMid a{
  559. width: 110px;
  560. height: 34px;
  561. border: 2px solid #40acff;
  562. color: #40acff;
  563. display: inline-block;
  564. line-height: 30px;
  565. border-radius: 4px;
  566. margin-top: 14px;
  567. }
  568. .brand .brandBody .brandMid a:hover{
  569. background: #40acff;
  570. color: #ffffff;
  571. }
  572. .brandBody .brandLeft .writeBj:hover,.brand .brandBody .brandMid:hover{
  573. margin-top: -8px;
  574. margin-bottom: 8px;
  575. box-shadow: 0 10px 15px #ccc;
  576. transition: all .3s ease-in-out;
  577. }
  578. /* 政策咨询 */
  579. .news{
  580. display: flex;
  581. display: -webkit-flex;
  582. justify-content: space-between;
  583. margin-bottom: 60px;
  584. }
  585. .news div{
  586. width:578px;
  587. margin-top: 28px;
  588. }
  589. .news div h4{
  590. font-size: 18px;
  591. color: #323131;
  592. font-weight: normal;
  593. margin-bottom: 24px;
  594. }
  595. .news div ul{
  596. clear: both;
  597. }
  598. .news div ul li a{
  599. display: flex;
  600. display: -webkit-flex;
  601. justify-content: space-between;
  602. }
  603. .news div ul li a .newTxt{
  604. width: 476px;
  605. }
  606. .news div ul li a .time{
  607. width: 75px;
  608. height: 74px;
  609. text-align: center;
  610. background: #f4f4f4;
  611. padding-top: 16px;
  612. }
  613. .news div ul li a .time span{
  614. display: inline-block;
  615. width: 74px;
  616. margin-bottom: 4px;
  617. color: #000000;
  618. font-size: 16px;
  619. }
  620. .news div ul li a .time span:nth-child(2){
  621. font-weight: 800
  622. }
  623. .news div ul li a .newTxt h5{
  624. font-weight: normal;
  625. color: #1f1f1f;
  626. font-size: 16px;
  627. overflow: hidden;
  628. white-space: nowrap;
  629. text-overflow: ellipsis;
  630. -o-text-overflow: ellipsis;
  631. margin-bottom: 10px;
  632. }
  633. .news div ul li a .newTxt p{
  634. font-size: 14px;
  635. color: #7a7878;
  636. overflow: hidden;
  637. display: -webkit-box;
  638. text-overflow: ellipsis;
  639. -webkit-box-orient: vertical;
  640. -webkit-line-clamp:2;
  641. }
  642. .news div ul li a:hover .time{
  643. background: #1697e9;
  644. }
  645. .news div ul li a:hover .time span{
  646. color: #ffffff;
  647. }
  648. .news div ul li a:hover .newTxt h5{
  649. color: #1697e9;
  650. }
  651. .consultation .time,.consultation .newTxt{
  652. margin-top: 0
  653. }
  654. .consultation ul li{
  655. margin-bottom: 24px;
  656. }
  657. .news h4 a{
  658. float: right;
  659. }
  660. .news h4 a span:nth-child(2){
  661. width: 22px;
  662. height: 22px;
  663. border: 1px solid #cecece;
  664. text-align: center;
  665. line-height: 18px;
  666. display: inline-block;
  667. float: right;
  668. color: #cecece
  669. }
  670. .news h4 a:hover .line{
  671. background: #1697e9;
  672. }
  673. .news h4 a:hover span{
  674. border-color:#1697e9;
  675. color:#1697e9;
  676. }
  677. .news h4 .line{
  678. vertical-align: middle;
  679. width: 470px;
  680. height: 1px;
  681. background: #cecece;
  682. display: inline-block;
  683. }
  684. .news .policy img{
  685. width: 100%;
  686. height: 170px;
  687. display: inline-block;
  688. }
  689. .publicNumber{
  690. width: 1200;
  691. margin: 26px auto;
  692. }
  693. .publicNumber .video{
  694. width: 565px;
  695. height: 320px;
  696. }
  697. .publicNumber .video img{
  698. width: 100%;
  699. height: 100%;
  700. }
  701. .publicNumber ul {
  702. width:1200px;
  703. }
  704. .publicNumber ul li:nth-child(2n+1){
  705. float: left;
  706. margin-bottom: 15px;
  707. }
  708. .publicNumber ul li:nth-child(2n){
  709. float: right;
  710. margin-bottom: 15px;
  711. }
  712. .publicNumber ul li a{
  713. border-left: 4px solid transparent;
  714. width: 100%;
  715. height: 70px;
  716. display: inline-block;
  717. display: flex;
  718. display: -webkit-flex;
  719. background: #f4f4f4;
  720. padding-left:15px;
  721. justify-content: space-between;
  722. transition: all .2s ease-in-out;
  723. }
  724. .publicNumber ul li a .time{
  725. text-align: center;
  726. width: 70px;
  727. }
  728. .publicNumber ul li a .time span{
  729. display: inline-block;
  730. font-size: 16px;
  731. color: #333;
  732. }
  733. .publicNumber ul li a .time span:nth-child(1){
  734. margin-top: 16px;
  735. letter-spacing: 4px;
  736. margin-bottom: 2px;
  737. }
  738. .publicNumber ul li a .time span:nth-child(2){
  739. font-weight: 600
  740. }
  741. .publicNumber ul li a p{
  742. width: 480px;
  743. height: 40px;
  744. line-height: 40px;
  745. margin-top: 15px;
  746. font-size: 16px;
  747. color: #1f1f1f;
  748. border-left: 2px dotted #b5b5b5;
  749. padding:0 20px;
  750. overflow: hidden;
  751. white-space:nowrap;
  752. text-overflow:ellipsis;
  753. -o-text-overflow:ellipsis;
  754. }
  755. .publicNumber ul li a:hover {
  756. border-color: #1697e9;
  757. transition: all .2s ease-in-out;
  758. }
  759. .publicNumber ul li a:hover .time span{
  760. color: #1697e9
  761. }
  762. .publicNumber ul li a:hover p{
  763. color: #40acff
  764. }
  765. .title{
  766. margin-bottom: 20px;
  767. }
  768. @media screen and (max-width:1200px){
  769. .bannerList,.brand{
  770. width: 1200px!important;
  771. margin: 0 auto;
  772. }
  773. }