Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. @mainColor:#006CE0;//蓝
  2. @subColor:#1D89FD;//淡蓝
  3. .mainColor {color:@mainColor;}
  4. .mainColorBack {background:@mainColor;}
  5. .subColor {color:@subColor;}
  6. .subColorBack {background:@subColor;}
  7. /* 重置项 */
  8. .nav > li > a {position:unset;padding:0;}
  9. .nav > li > a:focus, .nav > li > a:hover {background-color:rgba(255,255,255,0);}
  10. .swiper {
  11. .swiper-pagination {
  12. left:50%;
  13. display:inline-block;
  14. width:74px;height:12px;
  15. margin-left:-40px;
  16. padding-top:4px;
  17. background:rgba(0,0,0,.7);
  18. border-radius:100px;
  19. .swiper-pagination-bullet {
  20. background:rgba(255,255,255,.5);
  21. opacity:1;
  22. transition:.5s;
  23. &.swiper-pagination-bullet-active {
  24. width:30px;
  25. border-radius:10px;
  26. background:rgba(255,255,255,1);
  27. }
  28. }
  29. }
  30. }
  31. * {
  32. margin:0;padding:0;
  33. font-family:"Gilroy-Light","苹方","微软雅黑","Arial";
  34. }
  35. html {
  36. color:#222;
  37. font-size:24px;
  38. overflow-x:hidden;
  39. }
  40. @media (min-width:768px) {html {font-size:20px;}}
  41. @media (min-width:992px) {html {font-size:18px;}}
  42. @media (min-width:1200px) {html {font-size:14px;}}
  43. body {
  44. width:100%;
  45. min-width:320px;
  46. overflow-x:hidden;
  47. }
  48. a {text-decoration:none !important;transition:.5s;}
  49. ul {list-style-type:none;}
  50. img {border:0;vertical-align:middle;}
  51. .fl {float:left;}
  52. .fr {float:right;}
  53. .clear {clear:both;}
  54. .z-top {z-index:10;}
  55. .z-toop {z-index:100;}
  56. .z-tooop {z-index:1000;}
  57. .elsis {
  58. white-space:normal;
  59. display:-webkit-box;
  60. -webkit-box-orient:vertical;
  61. }
  62. .p-elsis {
  63. overflow:hidden;
  64. white-space:nowrap;
  65. text-overflow:ellipsis;
  66. }
  67. .p-2elsis {
  68. .p-elsis();
  69. .elsis();
  70. -webkit-line-clamp:2;
  71. }
  72. .p-3elsis {
  73. .p-elsis();
  74. .elsis();
  75. -webkit-line-clamp:3;
  76. }
  77. .ul-flex {
  78. display:flex;
  79. display:-webkit-flex;
  80. flex-flow:row nowrap;
  81. justify-content:space-between;
  82. }
  83. .scale {transition:1.5s;}
  84. .shadow {box-shadow:0 8px 12px 0px rgba(0,0,0,.05);}
  85. .hover-shadow:hover {box-shadow:0 16px 32px -4px rgba(0,0,0,.12);}
  86. .crumb {
  87. font-size:14px;
  88. font-family:"宋体","黑体";
  89. a {
  90. font-size:14px;
  91. font-family:"Gilroy-Light","苹方","微软雅黑","Arial";
  92. transition:.5s;
  93. &:hover {color:@mainColor;}
  94. }
  95. }
  96. .pager {
  97. .ul-flex();
  98. justify-content:space-around;
  99. font-size:14px;
  100. margin:30px 0;
  101. strong {font-size:14px;font-family:"黑体";font-weight:normal;}
  102. li {
  103. display:inline-block;
  104. span, a {
  105. display:inline-block;
  106. height:1.2rem;
  107. line-height:1.2rem;
  108. padding:0 7px;
  109. color:#555;
  110. font-size:14px;
  111. background:#fff;
  112. border:1px solid #eee;
  113. transition:.5s;
  114. }
  115. span.current, a.current {
  116. color:#fff;
  117. background:@mainColor;
  118. border:1px solid @mainColor;
  119. }
  120. }
  121. }
  122. @media (min-width:768px) {
  123. .pager {
  124. width:400px;
  125. strong {font-size:.8rem;}
  126. li {
  127. span, a {
  128. height:1.6rem;
  129. line-height:1.6rem;
  130. padding:0 10px;
  131. }
  132. }
  133. }
  134. }
  135. @media (min-width:1200px) {
  136. .pager {
  137. display:block;
  138. text-align:center;
  139. font-size:14px;
  140. strong {font-size:16px;}
  141. li {
  142. margin:0 3px;
  143. span, a {
  144. height:2.4rem;
  145. line-height:2.4rem;
  146. padding:0 12px;
  147. }
  148. }
  149. li:hover, li.active {
  150. span, a {
  151. color:#fff;
  152. background:@mainColor;
  153. border:1px solid @mainColor;
  154. }
  155. }
  156. }
  157. }
  158. @font-face {
  159. font-family:'iconfont';
  160. src:url('https://at.alicdn.com/t/c/font_2802347_rmbitrhjfkk.woff2?t=1675849353221') format('woff2'),
  161. url('https://at.alicdn.com/t/c/font_2802347_rmbitrhjfkk.woff?t=1675849353221') format('woff'),
  162. url('https://at.alicdn.com/t/c/font_2802347_rmbitrhjfkk.ttf?t=1675849353221') format('truetype');
  163. }
  164. .iconfont {
  165. font-family:"iconfont" !important;
  166. font-size:.4rem;font-style:normal;
  167. -webkit-font-smoothing:antialiased;
  168. -webkit-text-stroke-width:0.2px;
  169. -moz-osx-font-smoothing:grayscale;
  170. }
  171. .nav-bar .nav-menu {
  172. .ul-flex();
  173. li {width:100%;
  174. a {width:unset;}
  175. }
  176. }
  177. .item li a:hover,
  178. .links li a:hover,
  179. .container .center-670 .item li a:hover {
  180. color:@mainColor;
  181. padding-left:12px;
  182. }
  183. .links li a:hover span,
  184. .oth ul li a:hover,
  185. .oth .row a:hover {color:@mainColor;}
  186. .nav-bar .nav-sec li a {
  187. transition:.5s;
  188. &:hover {color:@mainColor;}
  189. }
  190. .tools li:hover a img,
  191. .header-box li .flex a:hover img {transform:rotate(12deg);}
  192. .container .left-945 .tab-box {
  193. position:relative;
  194. margin-right:22px;
  195. z-index:1;
  196. i {
  197. position:absolute;
  198. top:5px;left:7px;
  199. display:block;
  200. width:100px;height:25px;
  201. border-radius:5px;
  202. transition:.5s;
  203. z-index:-1;
  204. }
  205. }
  206. .sec .sample-show .row .img-box {transition:.5s;}
  207. .header-meta span:first-child {margin-right:20px;}
  208. .content {
  209. margin-top:30px;
  210. img {
  211. display:block;
  212. max-width:800px;
  213. margin:0 auto;
  214. }
  215. }
  216. .header {
  217. left:0;top:0;
  218. width:100%;
  219. background:#fff;
  220. .wrap {
  221. .header-box {
  222. .dest {
  223. position:relative;
  224. cursor:pointer;
  225. .area {
  226. position:absolute;
  227. top:32px;right:0;
  228. display:none;
  229. width:270px;height:auto;
  230. padding:10px;
  231. box-sizing:border-box;
  232. background:#fff;
  233. ul {
  234. flex-flow:row wrap;
  235. justify-content:flex-start;
  236. a {
  237. display:inline-block;
  238. color:#555;
  239. font-size:14px;
  240. margin:0 10px 8px;
  241. transition:.5s;
  242. &:hover {color:@mainColor;}
  243. }
  244. }
  245. }
  246. }
  247. }
  248. }
  249. }
  250. .zcgz-list {
  251. margin-bottom:40px;
  252. li {
  253. div {
  254. flex-shrink:0;
  255. &.sort {
  256. width:80px;
  257. color:#222;
  258. font-size:16px;
  259. font-weight:bold;
  260. margin-top:3px;
  261. letter-spacing:2px;
  262. }
  263. &.list {
  264. width:92%;
  265. margin-left:20px;
  266. span {
  267. display:inline-block;
  268. color:#555;
  269. font-size:14px;
  270. margin:0 8px 16px;
  271. padding:4px 16px;
  272. border:1px solid @mainColor;
  273. border-radius:100px;
  274. background:#fff;
  275. transition:.5s;
  276. &:hover {
  277. color:#fff;
  278. background:@mainColor;
  279. border-color:@mainColor;
  280. }
  281. }
  282. }
  283. }
  284. }
  285. }
  286. .footer {
  287. .city {
  288. flex-flow:row wrap;
  289. justify-content:flex-start;
  290. margin-bottom:20px;
  291. border-bottom:none;
  292. li {
  293. flex:unset;
  294. flex-shrink:0;
  295. display:inline-block;
  296. width:10%;
  297. a {
  298. color:#ccc;
  299. line-height:4;
  300. }
  301. }
  302. }
  303. .contact {
  304. .item i.iconfont {
  305. display:inline-block;
  306. vertical-align:middle;
  307. color:#979797;
  308. font-size:22px;
  309. margin-right:6px;
  310. }
  311. }
  312. .white {
  313. font-size:16px;
  314. a {
  315. color:#fff;
  316. font-size:16px;
  317. }
  318. }
  319. }
  320. .others {
  321. a {
  322. display:inline-block;
  323. width:220px;height:40px;
  324. line-height:40px;
  325. padding:0 12px;
  326. color:#555;
  327. font-size:14px;
  328. border:1px solid #ddd;
  329. background:#fff;
  330. transition:.5s;
  331. &:hover {
  332. color:#fff;
  333. background:@mainColor;
  334. border:1px solid @mainColor;
  335. }
  336. }
  337. }
  338. .aside {
  339. position:fixed;
  340. top:36%;right:0;
  341. width:128px;
  342. padding:10px;
  343. box-sizing:border-box;
  344. border-radius:5px;
  345. border:1px solid @mainColor;
  346. background:#fff;
  347. transition:.5s;
  348. .open {
  349. position:absolute;
  350. top:30px;left:-26px;
  351. width:26px;height:48px;
  352. text-align:center;
  353. color:#fff;
  354. font-size:16px;
  355. padding-top:4px;
  356. border-top-left-radius:5px;
  357. border-bottom-left-radius:5px;
  358. transition:.5s;
  359. cursor:pointer;
  360. opacity:0;
  361. }
  362. .pic {
  363. position:absolute;
  364. top:-94px;left:0;
  365. }
  366. .inner {
  367. .btn {
  368. display:block;
  369. width:100px;height:28px;
  370. text-align:center;
  371. line-height:28px;
  372. color:#fff;
  373. font-size:16px;
  374. margin:0 auto 16px;
  375. }
  376. .ewm {
  377. text-align:center;
  378. img {width:108px;}
  379. p {
  380. color:#555;
  381. font-size:16px;
  382. margin-top:14px;
  383. }
  384. }
  385. ul {
  386. margin-top:16px;
  387. a {
  388. display:block;
  389. width:100%;height:28px;
  390. text-align:center;
  391. line-height:28px;
  392. color:#555;
  393. font-size:14px;
  394. border:1px solid @mainColor;
  395. border-radius:5px;
  396. background:#fff;
  397. margin-bottom:10px;
  398. transition:.5s;
  399. &:hover {
  400. color:#fff;
  401. background:@mainColor;
  402. }
  403. }
  404. }
  405. .tel {
  406. p {
  407. text-align:center;
  408. color:#555;
  409. font-size:16px;
  410. margin-bottom:8px;
  411. &:last-child {
  412. color:#de0000;
  413. font-size:16px;
  414. font-weight:bold;
  415. }
  416. }
  417. }
  418. .arrow {
  419. color:#555;
  420. font-size:14px;
  421. text-align:center;
  422. transition:.5s;
  423. cursor:pointer;
  424. span {
  425. font-size:14px;
  426. font-family:"宋体";
  427. margin-left:6px;
  428. transition:.5s;
  429. }
  430. &:hover {color:@mainColor;
  431. span {color:@mainColor;}
  432. }
  433. }
  434. }
  435. }
  436. .ztc {
  437. margin-top:40px;
  438. .tit {
  439. margin-top:30px;
  440. a {
  441. color:#222;
  442. font-size:16px;
  443. font-weight:bold;
  444. }
  445. }
  446. ul {
  447. flex-flow:row wrap;
  448. justify-content:flex-start;
  449. margin-top:12px;
  450. li {
  451. display:inline-block;
  452. margin-right:12px;
  453. margin-bottom:14px;
  454. padding:4px 24px;
  455. border:1px solid @mainColor;
  456. border-radius:100px;
  457. background:#fff;
  458. cursor:pointer;
  459. a {
  460. color:#555;
  461. font-size:14px;
  462. }
  463. &:hover {
  464. background:@mainColor;
  465. a {
  466. color:#fff;
  467. }
  468. }
  469. }
  470. }
  471. ul:last-child {margin-bottom:40px;}
  472. }
  473. .ztcform {
  474. text-align:center;
  475. margin-top:30px;
  476. padding-top:40px;
  477. border-top:1px solid #ddd;
  478. .tit {
  479. color:#222;
  480. font-size:20px;
  481. font-weight:bold;
  482. text-align:center;
  483. }
  484. .slogan {
  485. display:inline-block;
  486. margin:10px auto 16px;
  487. padding:6px 16px;
  488. color:#fff;
  489. font-size:16px;
  490. background:#E60012;
  491. border-radius:5px;
  492. }
  493. form {
  494. border:none;
  495. input {
  496. display:block;
  497. width:64%;
  498. }
  499. textarea {
  500. display:block;
  501. width:62.5%;
  502. }
  503. button {
  504. width:40%;height:42px;
  505. text-align:center;
  506. line-height:42px;
  507. color:#fff;
  508. font-size:16px;
  509. margin-top:20px;
  510. background:@mainColor;
  511. outline:none;
  512. border:none;
  513. cursor:pointer;
  514. }
  515. }
  516. }
  517. .container .left-265 {
  518. .list {
  519. position:relative;
  520. margin-top:14px;
  521. padding-left:30px;
  522. .line {
  523. position:absolute;
  524. top:0;left:16px;
  525. display:inline-block;
  526. width:1px;height:264px;
  527. border-left:1px dashed #ddd;
  528. }
  529. .tit {
  530. position:relative;
  531. font-size:16px;
  532. &::before {
  533. position:absolute;
  534. top:50%;left:-20px;
  535. content:"";
  536. display:block;
  537. width:12px;height:12px;
  538. margin-top:-6px;
  539. border-radius:100px;
  540. background:@mainColor;
  541. }
  542. }
  543. ul.ul-flex {
  544. flex-flow:row wrap;
  545. justify-content:flex-start;
  546. margin-bottom:12px;
  547. li {
  548. display:inline-block;
  549. width:28%;
  550. text-align:center;
  551. margin:8px 4px 0;
  552. padding:4px;
  553. box-sizing:border-box;
  554. border-radius:100px;
  555. background:#F8F9FC;
  556. transition:.5s;
  557. a {
  558. color:#555;
  559. font-size:12px;
  560. transition:.5s;
  561. }
  562. }
  563. li:hover {
  564. background:@mainColor;
  565. a {color:#fff;}
  566. }
  567. }
  568. }
  569. ul.swiper {
  570. width:100%;
  571. margin-top:6px;
  572. .swiper-slide {
  573. img {width:265px;}
  574. }
  575. .swiper-button-next {
  576. right:0;
  577. width:18px;
  578. background:rgba(0, 0, 0, .5);
  579. transition:.5s;
  580. &:hover {background:@mainColor;}
  581. }
  582. .swiper-button-prev {
  583. left:0;
  584. width:18px;
  585. background:rgba(0, 0, 0, .5);
  586. transition:.5s;
  587. &:hover {background:@mainColor;}
  588. }
  589. .swiper-button-next:after, .swiper-button-prev:after {
  590. color:#fff;
  591. font-size:10px;
  592. z-index:10;
  593. }
  594. }
  595. }
  596. .center-670 {
  597. .channel {
  598. width:636px;
  599. margin:14px auto -10px;
  600. padding:0 0 16px;
  601. border-bottom:1px solid #ddd;
  602. .tit {
  603. display:inline-block;
  604. vertical-align:middle;
  605. font-size:18px;
  606. font-weight:bold;
  607. margin-left:10px;
  608. i {
  609. font-size:18px;
  610. font-weight:bold;
  611. font-style:normal;
  612. }
  613. }
  614. a {
  615. font-size:14px;
  616. margin-top:6px;
  617. transition:.5s;
  618. i {
  619. font-family:"宋体";
  620. font-size:16px;
  621. font-style:normal;
  622. transition:.5s;
  623. }
  624. &:hover {color:@mainColor;
  625. i {color:@mainColor;}
  626. }
  627. }
  628. }
  629. }