style.css 17 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156
  1. @charset "UTF-8";
  2. /*单行省略号*/
  3. /*多行省略号*/
  4. /**清除浮动**/
  5. /**fit img**/
  6. /*主色调*/
  7. /*移动左右间隙*/
  8. br {
  9. content: "";
  10. display: block;
  11. height: 10px;
  12. }
  13. * {
  14. margin: 0;
  15. padding: 0;
  16. box-sizing: border-box;
  17. -webkit-tap-highlight-color: transparent;
  18. }
  19. body {
  20. font-family: 'PingFang SC', arial, 'Microsoft YaHei';
  21. color: #333333;
  22. font-weight: 300;
  23. font-size: 16px;
  24. }
  25. input,
  26. textarea {
  27. font-family: inherit;
  28. }
  29. h1,
  30. h2,
  31. h3,
  32. h4,
  33. h5,
  34. h6 {
  35. font-weight: normal;
  36. }
  37. ul,
  38. ol {
  39. list-style: none;
  40. }
  41. li {
  42. list-style: none;
  43. }
  44. a {
  45. font-size: inherit;
  46. color: inherit;
  47. text-decoration: none;
  48. }
  49. a,
  50. area {
  51. /* 获得焦点的同时失去焦点 为了防止a标签是图片的时候 点过周围会有虚线 */
  52. blr: expression(this.onFocus=this.blur());
  53. }
  54. em {
  55. font-style: normal;
  56. }
  57. .clearfix:after {
  58. content: " ";
  59. display: block;
  60. line-height: 0;
  61. height: 0;
  62. visibility: hidden;
  63. clear: both;
  64. }
  65. .w {
  66. margin: 0 auto;
  67. padding-left: 15px;
  68. padding-right: 15px;
  69. }
  70. select {
  71. color: inherit;
  72. }
  73. .img img {
  74. display: block;
  75. width: 100%;
  76. }
  77. .fl {
  78. float: left;
  79. }
  80. .fr {
  81. float: right;
  82. }
  83. .absolute_center {
  84. transform: translateY(-50%) translateX(-50%);
  85. position: absolute;
  86. top: 50%;
  87. left: 50%;
  88. }
  89. .swiper-button-prev {
  90. outline: none;
  91. }
  92. .swiper-button-next {
  93. outline: none;
  94. }
  95. .raw-html {
  96. font-size: 16px !important;
  97. }
  98. /*滚动条*/
  99. ::-webkit-scrollbar {
  100. width: 8px;
  101. height: 8px;
  102. }
  103. ::-webkit-scrollbar-button:vertical {
  104. display: none;
  105. }
  106. ::-webkit-scrollbar-corner,
  107. ::-webkit-scrollbar-track {
  108. background-color: #e2e2e2;
  109. }
  110. ::-webkit-scrollbar-thumb {
  111. border-radius: 0px;
  112. background-color: #000000;
  113. background-color: rgba(0, 0, 0, 0.5);
  114. }
  115. ::-webkit-scrollbar-thumb:vertical:hover {
  116. background-color: #000000;
  117. background-color: rgba(0, 0, 0, 0.35);
  118. }
  119. ::-webkit-scrollbar-thumb:vertical:active {
  120. background-color: #000000;
  121. background-color: rgba(0, 0, 0, 0.38);
  122. }
  123. body {
  124. padding-top: 105px;
  125. }
  126. .fl {
  127. float: left !important;
  128. }
  129. .fr {
  130. float: right !important;
  131. }
  132. .clear-both {
  133. clear: both;
  134. }
  135. .clear:after {
  136. content: '';
  137. display: block;
  138. clear: both;
  139. }
  140. .full {
  141. width: 100%;
  142. }
  143. /*定位*/
  144. .pos-r {
  145. position: relative;
  146. }
  147. .img-cover img {
  148. width: 100%;
  149. height: 100%;
  150. -o-object-fit: cover;
  151. object-fit: cover;
  152. }
  153. .ov-hide {
  154. overflow: hidden;
  155. }
  156. .text-right {
  157. text-align: right !important;
  158. }
  159. .text-center {
  160. text-align: center !important;
  161. }
  162. .text-left {
  163. text-align: left !important;
  164. }
  165. .m-auto {
  166. margin-left: auto;
  167. margin-right: auto;
  168. }
  169. .html-box {
  170. overflow: hidden;
  171. padding-top: 0.3rem;
  172. }
  173. .html-box img {
  174. max-width: 100%;
  175. }
  176. .html-box span, .html-box em, .html-box i {
  177. display: initial;
  178. }
  179. .empty-text {
  180. text-align: center;
  181. padding: 20px;
  182. color: #888;
  183. font-size: 16px;
  184. }
  185. .dan {
  186. max-width: 100%;
  187. overflow: hidden;
  188. text-overflow: ellipsis;
  189. white-space: nowrap;
  190. word-wrap: normal;
  191. }
  192. .full {
  193. display: block;
  194. width: 100%;
  195. }
  196. /*单行省略号*/
  197. /*多行省略号*/
  198. /**清除浮动**/
  199. /**fit img**/
  200. /*主色调*/
  201. /*移动左右间隙*/
  202. br {
  203. content: "";
  204. display: block;
  205. height: 10px;
  206. }
  207. header {
  208. padding-top: 15px;
  209. position: fixed;
  210. width: 100%;
  211. background-color: #fff;
  212. top: 0;
  213. z-index: 90;
  214. padding-bottom: .2rem;
  215. }
  216. header .w:after {
  217. content: "";
  218. clear: both;
  219. display: block;
  220. visibility: hidden;
  221. width: 0;
  222. height: 0;
  223. }
  224. header .top-nav {
  225. width: 100%;
  226. margin-bottom: 25px;
  227. }
  228. header .top-nav:after {
  229. content: "";
  230. clear: both;
  231. display: block;
  232. visibility: hidden;
  233. width: 0;
  234. height: 0;
  235. }
  236. header .top-nav ul {
  237. float: right;
  238. }
  239. header .top-nav ul:after {
  240. content: "";
  241. clear: both;
  242. display: block;
  243. visibility: hidden;
  244. width: 0;
  245. height: 0;
  246. }
  247. header .top-nav ul li {
  248. float: left;
  249. color: #999999;
  250. font-size: 13px;
  251. margin-left: 15px;
  252. }
  253. header .main-nav:after {
  254. content: "";
  255. clear: both;
  256. display: block;
  257. visibility: hidden;
  258. width: 0;
  259. height: 0;
  260. }
  261. header .main-nav .logo {
  262. float: left;
  263. }
  264. header .main-nav .logo img {
  265. width: 110px;
  266. }
  267. header .main-nav .menu {
  268. float: right;
  269. }
  270. header .main-nav .menu:after {
  271. content: "";
  272. clear: both;
  273. display: block;
  274. visibility: hidden;
  275. width: 0;
  276. height: 0;
  277. }
  278. header .main-nav .menu li {
  279. padding-top: 9px;
  280. float: left;
  281. margin-right: 0.6rem;
  282. }
  283. header .main-nav .menu li:last-child {
  284. margin-right: 0;
  285. }
  286. header .main-nav .menu li a {
  287. display: block;
  288. transition: all .3s ease;
  289. color: #036EB8;
  290. font-size: 16px;
  291. font-weight: 600;
  292. }
  293. header .main-nav .menu li.active a, header .main-nav .menu li:hover a {
  294. color: #8FC31F;
  295. }
  296. header .search {
  297. float: right;
  298. width: 1.57rem;
  299. height: 26px;
  300. border-radius: 13px;
  301. border: 1px solid #036EB8;
  302. float: right;
  303. position: relative;
  304. margin-top: 5px;
  305. margin-left: .8rem;
  306. }
  307. header .search input {
  308. outline: none;
  309. border: none;
  310. width: 70%;
  311. height: 24px;
  312. line-height: 24px;
  313. padding-left: 10px;
  314. background-color: transparent;
  315. }
  316. header .search img {
  317. position: absolute;
  318. top: 50%;
  319. right: 10px;
  320. transform: translateY(-50%);
  321. cursor: pointer;
  322. z-index: 1;
  323. }
  324. header .search-icon {
  325. width: 0.2rem;
  326. height: 0.2rem;
  327. float: right;
  328. margin-left: 0.5rem;
  329. margin-top: 9px;
  330. display: none;
  331. }
  332. header .search-icon img {
  333. width: 100%;
  334. height: 100%;
  335. -o-object-fit: contain;
  336. object-fit: contain;
  337. }
  338. .mobile-head {
  339. display: none;
  340. height: 0.55rem;
  341. background-color: #fff;
  342. padding: 0 15px;
  343. box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  344. align-items: center;
  345. justify-content: space-between;
  346. position: fixed;
  347. top: 0;
  348. left: 0;
  349. width: 100%;
  350. z-index: 100;
  351. }
  352. .mobile-head .logo {
  353. height: 0.24rem;
  354. display: block;
  355. }
  356. .mobile-head .logo img {
  357. height: 100%;
  358. }
  359. .mobile-head .oper {
  360. display: flex;
  361. align-items: center;
  362. }
  363. .mobile-head .head-search {
  364. width: 0.2rem;
  365. height: 0.2rem;
  366. margin-right: 0.3rem;
  367. }
  368. .mobile-head .head-search img {
  369. width: 100%;
  370. height: 100%;
  371. -o-object-fit: contain;
  372. object-fit: contain;
  373. }
  374. .mobile-head .menu-btn {
  375. display: flex;
  376. flex-direction: column;
  377. width: 0.25rem;
  378. }
  379. .mobile-head .menu-btn span {
  380. width: 0.25rem;
  381. height: 0.02rem;
  382. background-color: #036EB8;
  383. transform-origin: left center;
  384. transition: all 0.2s;
  385. }
  386. .mobile-head .menu-btn span ~ span {
  387. margin-top: 0.07rem;
  388. }
  389. .mobile-head .menu-list {
  390. position: absolute;
  391. top: 0.55rem;
  392. left: 0;
  393. right: 0;
  394. width: 100%;
  395. height: auto;
  396. background-color: #fff;
  397. max-height: 0;
  398. transition: all 0.4s ease-in-out;
  399. overflow-y: auto;
  400. transform-origin: top;
  401. -ms-scroll-chaining: none;
  402. overscroll-behavior: contain;
  403. box-shadow: 0 10px 5px 0 rgba(115, 115, 115, 0.12);
  404. z-index: 1000;
  405. }
  406. .mobile-head .menu-list a {
  407. display: block;
  408. padding: 0 0.15rem;
  409. box-sizing: border-box;
  410. height: 0.44rem;
  411. line-height: 0.44rem;
  412. font-size: 0.14rem;
  413. transition: all 0.3s;
  414. }
  415. .mobile-head .menu-list .menu-item {
  416. transform: translate(30px, 0);
  417. transition: all 0.2s;
  418. opacity: 0;
  419. }
  420. .mobile-head .menu-list .menu-item.on {
  421. color: #8FC31F;
  422. }
  423. .mobile-head .menu-list .arrow {
  424. width: 0;
  425. height: 0;
  426. border-style: solid;
  427. border-width: 0.06rem 0 0.06rem 0.06rem;
  428. border-color: transparent transparent transparent #F37020;
  429. transition: all 0.3s;
  430. }
  431. .mobile-head .menu-list .on .arrow {
  432. transform: rotate(-90deg);
  433. }
  434. .mobile-head .menu-list .child-link {
  435. display: flex;
  436. justify-content: space-between;
  437. align-items: center;
  438. }
  439. .mobile-head .menu-list li {
  440. border-bottom: 1px solid #eee;
  441. }
  442. .mobile-head .menu-list .child {
  443. background: #f8f8f8;
  444. display: none;
  445. }
  446. .mobile-head .menu-list .child .menu-link {
  447. padding-left: 0.05rem;
  448. }
  449. .mobile-head .menu-list .menu-item:nth-child(1) {
  450. transition-delay: 0.05s;
  451. }
  452. .mobile-head .menu-list .menu-item:nth-child(2) {
  453. transition-delay: 0.1s;
  454. }
  455. .mobile-head .menu-list .menu-item:nth-child(3) {
  456. transition-delay: 0.15s;
  457. }
  458. .mobile-head .menu-list .menu-item:nth-child(4) {
  459. transition-delay: 0.2s;
  460. }
  461. .mobile-head .menu-list .menu-item:nth-child(5) {
  462. transition-delay: 0.25s;
  463. }
  464. .mobile-head .menu-list .menu-item:nth-child(6) {
  465. transition-delay: 0.3s;
  466. }
  467. .mobile-head .menu-list .menu-item:nth-child(7) {
  468. transition-delay: 0.35s;
  469. }
  470. .mobile-head .menu-list .menu-item:nth-child(8) {
  471. transition-delay: 0.4s;
  472. }
  473. .mobile-head .menu-list .menu-item:nth-child(9) {
  474. transition-delay: 0.45s;
  475. }
  476. .mobile-head .menu-list .menu-item:nth-child(10) {
  477. transition-delay: 0.5s;
  478. }
  479. .mobile-head .menu-list .menu-item:nth-child(11) {
  480. transition-delay: 0.55s;
  481. }
  482. .mobile-head .menu-list .menu-item:nth-child(12) {
  483. transition-delay: 0.6s;
  484. }
  485. .mobile-head .menu-list .menu-item:nth-child(13) {
  486. transition-delay: 0.65s;
  487. }
  488. .mobile-head .menu-list .menu-item:nth-child(14) {
  489. transition-delay: 0.7s;
  490. }
  491. .mobile-head .menu-list .menu-item:nth-child(15) {
  492. transition-delay: 0.75s;
  493. }
  494. .mobile-head .menu-list .menu-item:nth-child(16) {
  495. transition-delay: 0.8s;
  496. }
  497. .mobile-head .menu-list .menu-item:nth-child(17) {
  498. transition-delay: 0.85s;
  499. }
  500. .mobile-head .menu-list .menu-item:nth-child(18) {
  501. transition-delay: 0.9s;
  502. }
  503. .mobile-head .menu-list .menu-item:nth-child(19) {
  504. transition-delay: 0.95s;
  505. }
  506. .mobile-head.open .menu-item {
  507. transform: translate(0, 0);
  508. opacity: 1;
  509. }
  510. .mobile-head.open .menu-list {
  511. max-height: calc(100vh - 0.6rem);
  512. }
  513. .mobile-head.open .menu-btn span:nth-child(1) {
  514. transform: rotate(45deg);
  515. width: 0.26rem;
  516. }
  517. .mobile-head.open .menu-btn span:nth-child(2) {
  518. opacity: 0;
  519. width: 0;
  520. }
  521. .mobile-head.open .menu-btn span:nth-child(3) {
  522. width: 0.26rem;
  523. transform: rotate(-45deg);
  524. }
  525. @media (max-width: 1320px) {
  526. .pc-head .search {
  527. display: none;
  528. }
  529. .pc-head .search-icon {
  530. display: block;
  531. }
  532. }
  533. @media (max-width: 992px) {
  534. .pc-head {
  535. display: none;
  536. }
  537. .mobile-head {
  538. display: flex;
  539. }
  540. body {
  541. padding-top: 0.65rem;
  542. }
  543. }
  544. footer {
  545. margin-top: 1rem;
  546. background-color: #036EB8;
  547. padding-top: .6rem;
  548. color: #ffffff;
  549. }
  550. footer .logo {
  551. width: 1.1rem;
  552. }
  553. footer .wrap:after {
  554. content: "";
  555. clear: both;
  556. display: block;
  557. visibility: hidden;
  558. width: 0;
  559. height: 0;
  560. }
  561. footer .wrap .left {
  562. float: left;
  563. }
  564. footer .wrap .right {
  565. float: right;
  566. }
  567. footer .wrap .right .img {
  568. display: inline-block;
  569. text-align: center;
  570. margin-left: 0.4rem;
  571. }
  572. footer .wrap .right .img img {
  573. display: block;
  574. width: 1.2rem;
  575. margin-bottom: 10px;
  576. }
  577. footer .company {
  578. padding-top: 0;
  579. margin-top: 0.3rem;
  580. font-size: 16px;
  581. margin-bottom: 0.3rem;
  582. }
  583. footer .contact {
  584. font-size: 13px;
  585. line-height: 24px;
  586. margin-bottom: 0.4rem;
  587. }
  588. footer .friendly {
  589. padding-bottom: 0.2rem;
  590. border-bottom: 1px solid #fff;
  591. }
  592. footer .friendly:after {
  593. content: "";
  594. clear: both;
  595. display: block;
  596. visibility: hidden;
  597. width: 0;
  598. height: 0;
  599. }
  600. footer .friendly li {
  601. float: left;
  602. font-size: 13px;
  603. margin-right: 10px;
  604. }
  605. footer .copyright {
  606. padding-top: 0.2rem;
  607. padding-bottom: 0.2rem;
  608. font-size: 13px;
  609. }
  610. footer .copyright:after {
  611. content: "";
  612. clear: both;
  613. display: block;
  614. visibility: hidden;
  615. width: 0;
  616. height: 0;
  617. }
  618. footer .copyright p {
  619. float: left;
  620. }
  621. footer .copyright .nav {
  622. float: right;
  623. }
  624. footer .copyright .nav:after {
  625. content: "";
  626. clear: both;
  627. display: block;
  628. visibility: hidden;
  629. width: 0;
  630. height: 0;
  631. }
  632. footer .copyright .nav li {
  633. float: left;
  634. margin-right: 20px;
  635. position: relative;
  636. }
  637. footer .copyright .nav li:last-child {
  638. margin-right: 0;
  639. }
  640. footer .copyright .nav li::after {
  641. content: '';
  642. position: absolute;
  643. z-index: 1;
  644. right: -10px;
  645. top: 0;
  646. height: 100%;
  647. width: 1px;
  648. background-color: #fff;
  649. }
  650. @media (max-width: 992px) {
  651. footer {
  652. margin-top: 0.5rem;
  653. padding-top: 0.4rem;
  654. }
  655. footer .wrap .left {
  656. float: none;
  657. }
  658. footer .wrap .right {
  659. float: none;
  660. }
  661. footer .wrap .right .img {
  662. margin-left: 0;
  663. margin-right: 0.2rem;
  664. }
  665. footer .contact {
  666. margin-bottom: 0.2rem;
  667. }
  668. footer .friendly {
  669. display: none;
  670. margin-top: 0.3rem;
  671. border-bottom: none;
  672. }
  673. footer .friendly li {
  674. margin-bottom: 0.05rem;
  675. }
  676. footer .copyright {
  677. display: flex;
  678. flex-direction: column-reverse;
  679. flex-wrap: wrap;
  680. margin-top: 0.2rem;
  681. }
  682. footer .copyright p {
  683. float: none;
  684. width: 100%;
  685. }
  686. footer .copyright .nav {
  687. float: none;
  688. width: 100%;
  689. padding-bottom: 0.2rem;
  690. margin-bottom: 0.15rem;
  691. border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  692. }
  693. }
  694. html {
  695. font-size: 100px !important;
  696. }
  697. @media (min-width: 1320px) {
  698. .w {
  699. width: 1320px !important;
  700. max-width: 100%;
  701. }
  702. }
  703. @media (max-width: 1320px) {
  704. .w {
  705. width: 90% !important;
  706. }
  707. }
  708. @media (max-width: 768px) {
  709. .w {
  710. width: 100% !important;
  711. }
  712. }
  713. .sec-tit {
  714. font-size: 0.6rem;
  715. font-weight: 600;
  716. line-height: 1.4;
  717. color: #036EB8;
  718. }
  719. .sec-en-tit {
  720. color: #036EB8;
  721. font-size: 0.28rem;
  722. text-transform: uppercase;
  723. line-height: 1.4;
  724. margin-top: 0.1rem;
  725. }
  726. .sec-tit2 {
  727. font-size: 0.36rem;
  728. font-weight: 600;
  729. line-height: 1.4;
  730. color: #036EB8;
  731. }
  732. .sec-head {
  733. padding-bottom: 0.4rem;
  734. border-bottom: 0.03rem solid #036EB8;
  735. }
  736. .sec-head.no-bor {
  737. border: none;
  738. }
  739. .sec-head .types {
  740. padding-top: 0.1rem;
  741. display: flex;
  742. flex-wrap: wrap;
  743. line-height: 1;
  744. }
  745. .sec-head .types a {
  746. margin-top: 0.2rem;
  747. transition: all 0.3s;
  748. font-weight: 500;
  749. font-size: 0.16rem;
  750. color: #036EB8;
  751. }
  752. .sec-head .types a:hover {
  753. color: #8FC31F;
  754. text-decoration: underline;
  755. }
  756. .sec-head .types .division {
  757. margin: 0.2rem 0.3rem 0;
  758. width: 1px;
  759. height: 1em;
  760. background-color: #D8D8D8;
  761. }
  762. .sec-head .types .on {
  763. color: #8FC31F;
  764. }
  765. .sec-head.detail-head .tit {
  766. font-weight: 500;
  767. }
  768. .sec-list {
  769. padding-top: 0.1rem;
  770. }
  771. .sec-list .item {
  772. padding: 0.2rem 0;
  773. border-bottom: 1px solid #E0E0E0;
  774. transition: all 0.3s;
  775. }
  776. .sec-list .item:hover {
  777. padding-left: 0.05rem;
  778. box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  779. }
  780. .sec-list .item:hover .tit {
  781. color: #036EB8;
  782. }
  783. .sec-list .tit {
  784. font-size: 0.16rem;
  785. font-weight: 500;
  786. line-height: 1.625;
  787. transition: all 0.2s;
  788. }
  789. .sec-list .des {
  790. font-size: 0.13rem;
  791. font-weight: 400;
  792. line-height: 1.5;
  793. margin-top: 0.05rem;
  794. color: #999;
  795. }
  796. .sec-list .other {
  797. color: #036EB8;
  798. font-size: 0.13rem;
  799. margin-bottom: 0.1rem;
  800. }
  801. .sec-list .division {
  802. display: inline-block;
  803. margin: 0 0.04rem;
  804. }
  805. .pager {
  806. margin-top: 0.6rem;
  807. text-align: center;
  808. }
  809. .pager a,
  810. .pager span {
  811. display: inline-block;
  812. width: 0.44rem;
  813. height: 0.38rem;
  814. line-height: 0.38rem;
  815. text-align: center;
  816. border: 1px solid transparent;
  817. transition: all 0.3s;
  818. }
  819. .pager a:hover {
  820. color: #036EB8;
  821. }
  822. .pager .active {
  823. color: #036EB8;
  824. border-color: #036EB8;
  825. }
  826. .pager .prev,
  827. .pager .next {
  828. font-size: 0.2rem;
  829. }
  830. .sec-page {
  831. padding-top: 0.8rem;
  832. }
  833. .sec-page:after {
  834. content: '';
  835. display: block;
  836. clear: both;
  837. }
  838. .sec-main {
  839. width: 980px;
  840. float: left;
  841. }
  842. .sec-aside {
  843. width: 280px;
  844. padding-top: 50px;
  845. float: right;
  846. }
  847. .sec-aside .sec-contact {
  848. color: #fff;
  849. width: 100%;
  850. min-height: 120px;
  851. background: #036EB8 url(/assets/images/common/sec-contact.png) no-repeat bottom right;
  852. background-size: auto;
  853. padding: 30px;
  854. font-size: 0.16rem;
  855. line-height: 1.875;
  856. word-break: break-all;
  857. }
  858. .sec-aside .sec-recommend {
  859. margin-top: 0.3rem;
  860. }
  861. .sec-aside .sec-recommend .tit {
  862. font-size: 0.2rem;
  863. line-height: 1;
  864. font-weight: 600;
  865. padding-left: 0.1rem;
  866. border-left: 0.04rem solid #8FC31F;
  867. position: relative;
  868. }
  869. .sec-aside .sec-recommend .tit::before {
  870. content: "";
  871. position: absolute;
  872. top: 0.04rem;
  873. left: -0.04rem;
  874. z-index: 1;
  875. width: 0.04rem;
  876. height: 0.02rem;
  877. background-color: #fff;
  878. }
  879. .sec-aside .sec-recommend .con {
  880. margin-top: 0.2rem;
  881. }
  882. .sec-aside .sec-recommend .con .img {
  883. width: 100%;
  884. height: 1.2rem;
  885. }
  886. .sec-aside .sec-recommend .con:hover .con-tit {
  887. color: #036EB8;
  888. }
  889. .sec-aside .sec-recommend .con-tit {
  890. margin-top: 0.1rem;
  891. font-size: 0.16rem;
  892. font-weight: 500;
  893. line-height: 1.625;
  894. transition: all 0.3s;
  895. overflow: hidden;
  896. text-overflow: ellipsis;
  897. white-space: nowrap;
  898. word-wrap: normal;
  899. }
  900. .sec-aside .sec-recommend .con-des {
  901. margin-top: 0.05rem;
  902. font-size: 0.13rem;
  903. color: #999;
  904. overflow: hidden;
  905. text-overflow: ellipsis;
  906. display: -webkit-box;
  907. -webkit-box-orient: vertical;
  908. -webkit-line-clamp: 3;
  909. }
  910. .sec-crumb {
  911. display: flex;
  912. align-items: center;
  913. padding-top: 0.2rem;
  914. }
  915. .sec-crumb .division {
  916. margin: 0 0.03rem;
  917. }
  918. .sec-crumb .home-icon {
  919. width: 0.19rem;
  920. height: 0.18rem;
  921. }
  922. .sec-crumb .home-icon img {
  923. width: 100%;
  924. height: 100%;
  925. -o-object-fit: contain;
  926. object-fit: contain;
  927. }
  928. .sec-crumb a[href]:hover {
  929. text-decoration: underline;
  930. color: #036EB8;
  931. }
  932. .sec-banner img {
  933. margin: 0 -0.6rem;
  934. }
  935. .sec-service-page .sec-page {
  936. padding-top: 0.4rem;
  937. }
  938. @media (max-width: 1320px) {
  939. .sec-aside {
  940. display: none;
  941. }
  942. .sec-main {
  943. width: 100%;
  944. float: none;
  945. }
  946. .sec-banner img {
  947. margin: 0;
  948. width: 100%;
  949. }
  950. }
  951. @media (max-width: 768px) {
  952. .sec-page {
  953. padding-top: 0.3rem;
  954. }
  955. .sec-tit {
  956. font-size: 0.36rem;
  957. }
  958. .sec-en-tit {
  959. font-size: 0.20rem;
  960. }
  961. .sec-tit2 {
  962. font-size: 0.3rem;
  963. }
  964. .sec-head .types .division {
  965. display: none;
  966. }
  967. .sec-head .types a {
  968. display: block;
  969. min-width: 100%;
  970. }
  971. }
  972. /*# sourceMappingURL=maps/style.css.map */