main.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776
  1. /*全局样式*/
  2. * {
  3. padding: 0;
  4. margin: 0;
  5. }
  6. html {
  7. height: 100%;
  8. }
  9. body {
  10. background: #FFF;
  11. color: #000;
  12. font-family: "Microsoft YaHei";
  13. -moz-user-select: none;
  14. -ms-user-select: none;
  15. user-select: none;
  16. }
  17. div,
  18. dl,
  19. dt,
  20. dd,
  21. form,
  22. h1,
  23. h2,
  24. h3,
  25. h4,
  26. h5,
  27. h6,
  28. img,
  29. ol,
  30. ul,
  31. li,
  32. table,
  33. th,
  34. td,
  35. p,
  36. span,
  37. a {
  38. border: 0;
  39. }
  40. img,
  41. input {
  42. border: none;
  43. vertical-align: middle;
  44. }
  45. ul,
  46. ol {
  47. list-style-type: none;
  48. margin: 0;
  49. }
  50. input {
  51. outline: none;
  52. border: none;
  53. box-shadow: none;
  54. }
  55. button {
  56. border: none;
  57. cursor: pointer;
  58. font-size: 12px;
  59. background-color: transparent;
  60. }
  61. select {
  62. border-width: 1px;
  63. _zoom: 1;
  64. border-style: solid;
  65. padding-top: 2px;
  66. font-size: 12px;
  67. }
  68. em {
  69. font-style: normal;
  70. }
  71. a:focus,
  72. a:hover {
  73. color: #23527c;
  74. text-decoration: none;
  75. }
  76. ::-webkit-scrollbar {
  77. /*滚动条整体样式*/
  78. width: 6px !important;
  79. ;
  80. /*高宽分别对应横竖滚动条的尺寸*/
  81. height: 6px !important;
  82. ;
  83. background: #ffffff !important;
  84. ;
  85. cursor: pointer !important;
  86. }
  87. ::-webkit-scrollbar-thumb {
  88. /*滚动条里面小方块*/
  89. border-radius: 5px !important;
  90. -webkit-box-shadow: inset 0 0 5px rgba(240, 240, 240, .5) !important;
  91. ;
  92. background: rgba(63, 98, 131, 0.8) !important;
  93. ;
  94. cursor: pointer !important;
  95. }
  96. ::-webkit-scrollbar-track {
  97. /*滚动条里面轨道*/
  98. -webkit-box-shadow: inset 0 0 5px rgba(240, 240, 240, .5) !important;
  99. ;
  100. border-radius: 0 !important;
  101. ;
  102. background: rgba(240, 240, 240, 0.5) !important;
  103. ;
  104. cursor: pointer !important;
  105. }
  106. /* 全局样式 end*/
  107. header {
  108. position: relative;
  109. }
  110. /* 底部提交 */
  111. .footer-submit {
  112. position: fixed;
  113. bottom: 0;
  114. z-index: 999;
  115. background-color: #2D425D;
  116. height: 80px;
  117. width: 100%;
  118. line-height: 80px;
  119. }
  120. .submit-body {
  121. margin-left: 280px;
  122. }
  123. .submit-name {
  124. width: 360px;
  125. height: 40px;
  126. padding-left: 10px;
  127. margin-right: 20px;
  128. border-radius: 5px;
  129. }
  130. .submit-button {
  131. width: 140px;
  132. height: 40px;
  133. border-radius: 2px;
  134. font-size: 16px;
  135. background: #276ace;
  136. background: -moz-linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
  137. background: -webkit-linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
  138. background: linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
  139. box-shadow: 0 5px 20px rgba(9, 83, 187, 0.31);
  140. color: #fff;
  141. text-align: center;
  142. line-height: 36px;
  143. -moz-transition: all .36s ease;
  144. -o-transition: all .36s ease;
  145. transition: all .36s ease;
  146. }
  147. .submit-close {
  148. cursor: pointer;
  149. font-size: 20px;
  150. font-weight: bold;
  151. color: white;
  152. margin-left: 60px;
  153. }
  154. #submit-close {
  155. position: absolute;
  156. right: 20px;
  157. top: 10px;
  158. cursor: pointer;
  159. }
  160. /* 电脑端导航栏 */
  161. .pc_nav {
  162. position: absolute;
  163. top: 0;
  164. width: 100%;
  165. background-color: rgba(6, 6, 6, 0.29);
  166. height: 80px;
  167. z-index: 999;
  168. display: flex;
  169. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  170. }
  171. .pc_nav:hover {
  172. background: #000000;
  173. }
  174. .pc_nav::after {
  175. content: "";
  176. display: block;
  177. clear: both;
  178. }
  179. .pc_nav ul {
  180. flex: 1;
  181. padding-left: 10px;
  182. position: relative;
  183. }
  184. .pc_nav ul::after {
  185. content: "";
  186. display: block;
  187. clear: both;
  188. }
  189. .pc_nav>ul>li {
  190. float: left;
  191. padding: 10px 20px;
  192. padding-top: 30px;
  193. padding-bottom: 21px;
  194. }
  195. .pc_nav>ul>li:hover a {
  196. color: #1296DB;
  197. }
  198. .pc_nav>ul>li>a {
  199. color: #ffffff;
  200. font-size: 18px;
  201. }
  202. .pc_nav .logo {
  203. width: 201px;
  204. padding: 10px 15px;
  205. float: left;
  206. }
  207. .pc_nav .logo img {
  208. width: 100%;
  209. }
  210. @media screen and (max-width: 1300px) {
  211. .pc_nav .kede_phone {
  212. display: none;
  213. }
  214. }
  215. @media screen and (max-width: 973px) {
  216. .pc_nav ul li a {
  217. font-size: 16px;
  218. }
  219. .pc_nav>ul>li{
  220. padding: 10px 13px;
  221. padding-top: 30px;
  222. padding-bottom: 21px;
  223. }
  224. }
  225. @media screen and (max-width: 906px) {
  226. .pc_nav ul li a {
  227. font-size: 16px;
  228. }
  229. .pc_nav .logo {
  230. padding: 0px;
  231. width: 140px;
  232. display: flex;
  233. align-items: center;
  234. }
  235. }
  236. .pc_nav .kede_phone {
  237. float: right;
  238. width: 331px;
  239. line-height: 80px;
  240. text-align: right;
  241. padding-right: 40px;
  242. }
  243. .pc_nav .kede_phone span {
  244. color: #BFBFBF;
  245. font-size: 18px;
  246. margin-right: 20px;
  247. }
  248. .pc_nav .kede_phone em {
  249. color: #ffffff;
  250. font-size: 22px;
  251. }
  252. .pc_nav .nav-dog {
  253. position: absolute;
  254. left: 10px;
  255. bottom: 0;
  256. width: 65px;
  257. height: 4px;
  258. background-color: #0058FA;
  259. }
  260. .wx_wb>div>img {
  261. width: 100px;
  262. }
  263. /* 下拉菜单 */
  264. .pc_nav .product-serve {
  265. display: none;
  266. position: absolute;
  267. width: 100%;
  268. height: 374px;
  269. background: #ffffff;
  270. left: 0;
  271. top: 79px;
  272. box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, .2);
  273. padding: 0px 20px;
  274. }
  275. .pc_nav .product-serve>.list::after {
  276. content: "";
  277. display: block;
  278. clear: both;
  279. }
  280. .pc_nav .product-serve>.list {
  281. width: 10%;
  282. float: left;
  283. }
  284. .pc_nav .product-serve>.list>div {
  285. width: 100%;
  286. padding-right: 20px;
  287. }
  288. .pc_nav .product-serve>.list>div>p {
  289. line-height: 35px;
  290. font-size: 16px;
  291. color: #000000;
  292. text-decoration: none;
  293. margin-left: 8px;
  294. display: block;
  295. font-weight: bold;
  296. border-bottom: 1px dashed#403e3e;
  297. margin-bottom: 3px;
  298. text-align: left;
  299. }
  300. .pc_nav .product-serve>.list:nth-child(7) {
  301. width: 30%;
  302. }
  303. .pc_nav .product-serve>.list:nth-child(7)>div>p {
  304. text-align: left;
  305. }
  306. .pc_nav .product-serve>.list:nth-child(7)>div>ul {
  307. width: 33.333%;
  308. float: left;
  309. }
  310. .kjxm-li {
  311. line-height: 1.2;
  312. }
  313. .kjxm-a {
  314. font-weight: bold;
  315. }
  316. .pc_nav .product-serve>.list>div>ul>li {
  317. text-align: left;
  318. }
  319. .pc_nav .product-serve>.list>div>ul>.min-p {
  320. padding-left: 0px;
  321. }
  322. .pc_nav .product-serve>.list>div>ul>.min-p li {
  323. line-height: 1.2;
  324. }
  325. .pc_nav .product-serve>.list>div a {
  326. color: #888888;
  327. font-size: 13px;
  328. white-space: nowrap;
  329. text-overflow: ellipsis;
  330. width: 100%;
  331. overflow: hidden;
  332. display: inline-block;
  333. }
  334. .pc_nav .product-serve>.list>div a:hover {
  335. color: #1296DB;
  336. }
  337. /* 电脑端导航栏 end */
  338. /* 手机端导航栏 */
  339. .mobile_nav {
  340. display: none;
  341. width: 100%;
  342. background: #FFF;
  343. position: fixed;
  344. width: 100%;
  345. top: 0;
  346. z-index: 999;
  347. }
  348. .logoimg {
  349. width: 192px;
  350. }
  351. .logoimg>img {
  352. width: 100%;
  353. }
  354. .m_contant {
  355. display: none;
  356. }
  357. .m_contant ul li {
  358. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  359. padding: 12px 0px;
  360. padding-left: 20px;
  361. }
  362. .m_contant ul li:first-child {
  363. border-top: 1px solid rgba(0, 0, 0, 0.1);
  364. ;
  365. }
  366. .m_contant ul li a {
  367. color: #5a5c5f;
  368. font-weight: 600;
  369. font-size: 16px;
  370. }
  371. /* 汉堡按钮 */
  372. .hamburger {
  373. position: absolute;
  374. top: 14px;
  375. right: 32px;
  376. }
  377. .hamburger .line {
  378. width: 34px;
  379. height: 3px;
  380. background-color: #7f7f7f;
  381. display: block;
  382. margin: 8px auto;
  383. -webkit-transition: all 0.3s ease-in-out;
  384. -o-transition: all 0.3s ease-in-out;
  385. transition: all 0.3s ease-in-out;
  386. }
  387. .hamburger:hover {
  388. cursor: pointer;
  389. }
  390. #hamburger-1.is-active .line:nth-child(2) {
  391. opacity: 0;
  392. }
  393. #hamburger-1.is-active .line:nth-child(1) {
  394. -webkit-transform: translateY(10px) rotate(45deg);
  395. -ms-transform: translateY(10px) rotate(45deg);
  396. -o-transform: translateY(10px) rotate(45deg);
  397. transform: translateY(10px) rotate(45deg);
  398. }
  399. #hamburger-1.is-active .line:nth-child(3) {
  400. -webkit-transform: translateY(-13px) rotate(-45deg);
  401. -ms-transform: translateY(-13px) rotate(-45deg);
  402. -o-transform: translateY(-13px) rotate(-45deg);
  403. transform: translateY(-13px) rotate(-45deg);
  404. }
  405. /* 汉堡按钮 end */
  406. /* 手机端导航栏 end */
  407. /* 底部样式 */
  408. footer {
  409. width: 100%;
  410. height: 440px;
  411. }
  412. .line01,
  413. .line02 {
  414. width: 1px;
  415. height: 220px;
  416. background: #3d3d3d;
  417. }
  418. .line01 {
  419. position: absolute;
  420. top: 0;
  421. left: 280px;
  422. }
  423. .line02 {
  424. position: absolute;
  425. top: 0;
  426. right: 368px;
  427. }
  428. /* 底部内容 */
  429. .contentDown {
  430. height: 380px;
  431. background: #2E3238;
  432. padding-top: 60px;
  433. }
  434. .contentDown p {
  435. color: #FFF;
  436. font-size: 18px;
  437. }
  438. .down_left>ul {
  439. float: left;
  440. width: 50%;
  441. }
  442. .down_left>ul>li {
  443. margin-bottom: 7px;
  444. }
  445. .down_left>ul>li>a,
  446. .down_middle>ul>li a,
  447. .down_right>span {
  448. color: #7E7F7F;
  449. font-size: 15px;
  450. }
  451. .down_left>ul>li>a:hover,
  452. .down_middle>ul>li a:hover {
  453. color: #ffffff;
  454. }
  455. .down_middle ul::after {
  456. content: "";
  457. display: block;
  458. clear: both;
  459. }
  460. .down_middle>ul>li {
  461. float: left;
  462. width: 20%;
  463. }
  464. .down_middle>ul>li:nth-child(3) {
  465. width: 55%;
  466. }
  467. .down_right>p {
  468. text-align: left;
  469. }
  470. .down_right>h6 {
  471. font-size: 35px;
  472. color: #1296DB;
  473. margin-top: 30px;
  474. }
  475. .down_middle>ul>li>ul>li {
  476. margin-bottom: 7px;
  477. }
  478. .down_left>ul,
  479. .down_middle>ul>li>ul {
  480. margin-top: 50px;
  481. }
  482. .wx_wb {
  483. width: 100%;
  484. margin-top: 30px;
  485. }
  486. .wx_wb::after {
  487. content: "";
  488. display: block;
  489. clear: both;
  490. }
  491. .wx_wb>div {
  492. float: left;
  493. width: 50%;
  494. }
  495. .wx_wb>div>p {
  496. font-size: 14px;
  497. margin: 0;
  498. }
  499. .infoDown {
  500. width: 100%;
  501. height: 60px;
  502. background: #272A30;
  503. line-height: 60px;
  504. color: #888888;
  505. }
  506. .info_one {
  507. display: inline-block;
  508. margin-right: 20px;
  509. }
  510. /* 底部信息 */
  511. /* 回到顶部 */
  512. .toTop {
  513. width: 70px;
  514. height: 50px;
  515. bottom: 110px;
  516. right: 0px;
  517. position: fixed;
  518. cursor: pointer;
  519. z-index: 999;
  520. }
  521. .toTop img {
  522. width: 100%;
  523. }
  524. /* 回到顶部 end*/
  525. /* 手机底部导航 */
  526. .phone_footer {
  527. display: none;
  528. background: #1296DB;
  529. position: fixed;
  530. bottom: 0;
  531. width: 100%;
  532. }
  533. .phone_footer>div {
  534. flex: 1;
  535. text-align: center;
  536. }
  537. .phone_footer .product-center {
  538. position: relative;
  539. }
  540. .phone_footer .product-center>ul {
  541. position: absolute;
  542. top: -277px;
  543. left: -15px;
  544. background: #ffffff;
  545. padding: 5px 10px;
  546. border: 2px solid #1296DB;
  547. display: none;
  548. width: 120%;
  549. }
  550. .phone_footer .product-center>ul::after {
  551. content: "";
  552. position: absolute;
  553. bottom: -12px;
  554. width: 0;
  555. height: 0;
  556. border-right: 5px solid transparent;
  557. border-left: 5px solid transparent;
  558. border-top: 10px solid #1296DB;
  559. }
  560. .phone_footer .product-center>ul li {
  561. margin-bottom: 5px;
  562. border-bottom: 1px solid #999999;
  563. }
  564. .phone_footer .product-center>ul li:nth-last-child(1) {
  565. border-bottom: none
  566. }
  567. .phone_footer .product-center>ul a {
  568. color: #666666;
  569. font-size: 18px;
  570. }
  571. .topmenu {
  572. display: block !important;
  573. }
  574. .phone_footer>div>a>span,
  575. .phone_footer>div>a>p {
  576. color: #ffffff;
  577. margin-bottom: 0;
  578. }
  579. @media (min-width: 1200px) {
  580. .container {
  581. width: 1280px;
  582. }
  583. }
  584. @media screen and (max-width: 768px) {
  585. #newBridge {
  586. display: none !important;
  587. }
  588. .pc_nav {
  589. display: none;
  590. }
  591. #swiper1 {
  592. margin-top: 69px;
  593. }
  594. .app>.container-fluid {
  595. padding-right: 0;
  596. padding-left: 0;
  597. }
  598. .mobile_nav {
  599. display: block;
  600. }
  601. .phone_footer {
  602. display: flex;
  603. padding: 5px;
  604. z-index: 999;
  605. }
  606. .toTop {
  607. width: 45px;
  608. height: 45px;
  609. bottom: 66px;
  610. }
  611. .swiper1 {
  612. margin-top: 70px;
  613. }
  614. footer {
  615. height: auto;
  616. padding-bottom: 52px;
  617. }
  618. .contentDown {
  619. display: none;
  620. }
  621. .infoDown {
  622. height: auto;
  623. line-height: 1.3;
  624. text-align: center;
  625. }
  626. .info_one {
  627. display: block;
  628. margin-right: 20px;
  629. }
  630. .milld {
  631. display: none;
  632. }
  633. }