main.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
  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: "SimHei";
  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: fixed;
  163. top: 0;
  164. left: 0;
  165. right: 0;
  166. width: 100%;
  167. background-color: rgba(6, 6, 6, 0.29);
  168. height: 80px;
  169. z-index: 999;
  170. display: flex;
  171. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  172. }
  173. .pc_nav:hover {
  174. background: #000000;
  175. }
  176. .pc_nav::after {
  177. content: "";
  178. display: block;
  179. clear: both;
  180. }
  181. .pc_nav ul {
  182. flex: 1;
  183. padding-left: 10px;
  184. position: relative;
  185. }
  186. .pc_nav ul::after {
  187. content: "";
  188. display: block;
  189. clear: both;
  190. }
  191. .pc_nav>ul>li {
  192. float: left;
  193. padding: 10px 20px;
  194. padding-top: 30px;
  195. padding-bottom: 21px;
  196. }
  197. .pc_nav>ul>li:hover a {
  198. color: #1296DB;
  199. }
  200. .pc_nav>ul>li>a {
  201. color: #ffffff;
  202. font-size: 18px;
  203. }
  204. .pc_nav .logo {
  205. width: 201px;
  206. padding: 10px 15px;
  207. float: left;
  208. }
  209. .pc_nav .logo img {
  210. width: 100%;
  211. }
  212. @media screen and (max-width: 1300px) {
  213. .pc_nav .kede_phone {
  214. display: none;
  215. }
  216. }
  217. @media screen and (max-width: 973px) {
  218. .pc_nav ul li a {
  219. font-size: 16px;
  220. }
  221. .pc_nav>ul>li{
  222. padding: 10px 13px;
  223. padding-top: 30px;
  224. padding-bottom: 21px;
  225. }
  226. }
  227. @media screen and (max-width: 906px) {
  228. .pc_nav ul li a {
  229. font-size: 16px;
  230. }
  231. .pc_nav .logo {
  232. padding: 0px;
  233. width: 140px;
  234. display: flex;
  235. align-items: center;
  236. }
  237. }
  238. .pc_nav .kede_phone {
  239. float: right;
  240. /* width: 331px; */
  241. line-height: 80px;
  242. text-align: right;
  243. padding-right: 40px;
  244. }
  245. .pc_nav .kede_phone span {
  246. color: #BFBFBF;
  247. font-size: 18px;
  248. margin-right: 20px;
  249. }
  250. .pc_nav .kede_phone em {
  251. color: #ffffff;
  252. font-size: 22px;
  253. }
  254. .pc_nav .nav-dog {
  255. position: absolute;
  256. left: 10px;
  257. bottom: 0;
  258. width: 65px;
  259. height: 4px;
  260. background-color: #0058FA;
  261. }
  262. .wx_wb>div>img {
  263. width: 100px;
  264. }
  265. /* 下拉菜单 */
  266. .pc_nav .product-serve {
  267. display: none;
  268. position: absolute;
  269. width: 100%;
  270. height: 374px;
  271. background: #ffffff;
  272. left: 0;
  273. top: 79px;
  274. box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, .2);
  275. padding: 0px 20px;
  276. }
  277. .pc_nav .product-serve>.list::after {
  278. content: "";
  279. display: block;
  280. clear: both;
  281. }
  282. .pc_nav .product-serve>.list {
  283. width: 10%;
  284. float: left;
  285. }
  286. .pc_nav .product-serve>.list>div {
  287. width: 100%;
  288. padding-right: 20px;
  289. }
  290. .pc_nav .product-serve>.list>div>p {
  291. line-height: 35px;
  292. font-size: 16px;
  293. color: #000000;
  294. text-decoration: none;
  295. margin-left: 8px;
  296. display: block;
  297. font-weight: bold;
  298. border-bottom: 1px dashed#403e3e;
  299. margin-bottom: 3px;
  300. text-align: left;
  301. }
  302. .pc_nav .product-serve>.list:nth-child(7) {
  303. width: 30%;
  304. }
  305. .pc_nav .product-serve>.list:nth-child(7)>div>p {
  306. text-align: left;
  307. }
  308. .pc_nav .product-serve>.list:nth-child(7)>div>ul {
  309. width: 33.333%;
  310. float: left;
  311. }
  312. .kjxm-li {
  313. line-height: 1.2;
  314. }
  315. .kjxm-a {
  316. font-weight: bold;
  317. }
  318. .pc_nav .product-serve>.list>div>ul>li {
  319. text-align: left;
  320. }
  321. .pc_nav .product-serve>.list>div>ul>.min-p {
  322. padding-left: 0px;
  323. }
  324. .pc_nav .product-serve>.list>div>ul>.min-p li {
  325. line-height: 1.2;
  326. }
  327. .pc_nav .product-serve>.list>div a {
  328. color: #888888;
  329. font-size: 13px;
  330. white-space: nowrap;
  331. text-overflow: ellipsis;
  332. width: 100%;
  333. overflow: hidden;
  334. display: inline-block;
  335. }
  336. .pc_nav .product-serve>.list>div a:hover {
  337. color: #1296DB;
  338. }
  339. /* 电脑端导航栏 end */
  340. /* 手机端导航栏 */
  341. .mobile_nav {
  342. display: none;
  343. width: 100%;
  344. background: #FFF;
  345. position: fixed;
  346. width: 100%;
  347. top: 0;
  348. z-index: 999;
  349. }
  350. .logoimg {
  351. width: 192px;
  352. }
  353. .logoimg>img {
  354. width: 100%;
  355. }
  356. .m_contant {
  357. display: none;
  358. }
  359. .m_contant ul li {
  360. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  361. padding: 12px 0px;
  362. padding-left: 20px;
  363. }
  364. .m_contant ul li:first-child {
  365. border-top: 1px solid rgba(0, 0, 0, 0.1);
  366. ;
  367. }
  368. .m_contant ul li a {
  369. color: #5a5c5f;
  370. font-weight: 600;
  371. font-size: 16px;
  372. }
  373. /* 汉堡按钮 */
  374. .hamburger {
  375. position: absolute;
  376. top: 14px;
  377. right: 32px;
  378. }
  379. .hamburger .line {
  380. width: 34px;
  381. height: 3px;
  382. background-color: #7f7f7f;
  383. display: block;
  384. margin: 8px auto;
  385. -webkit-transition: all 0.3s ease-in-out;
  386. -o-transition: all 0.3s ease-in-out;
  387. transition: all 0.3s ease-in-out;
  388. }
  389. .hamburger:hover {
  390. cursor: pointer;
  391. }
  392. #hamburger-1.is-active .line:nth-child(2) {
  393. opacity: 0;
  394. }
  395. #hamburger-1.is-active .line:nth-child(1) {
  396. -webkit-transform: translateY(10px) rotate(45deg);
  397. -ms-transform: translateY(10px) rotate(45deg);
  398. -o-transform: translateY(10px) rotate(45deg);
  399. transform: translateY(10px) rotate(45deg);
  400. }
  401. #hamburger-1.is-active .line:nth-child(3) {
  402. -webkit-transform: translateY(-13px) rotate(-45deg);
  403. -ms-transform: translateY(-13px) rotate(-45deg);
  404. -o-transform: translateY(-13px) rotate(-45deg);
  405. transform: translateY(-13px) rotate(-45deg);
  406. }
  407. /* 汉堡按钮 end */
  408. /* 手机端导航栏 end */
  409. /* 底部样式 */
  410. footer {
  411. width: 100%;
  412. height: 440px;
  413. }
  414. .line01,
  415. .line02 {
  416. width: 1px;
  417. height: 220px;
  418. background: #3d3d3d;
  419. }
  420. .line01 {
  421. position: absolute;
  422. top: 0;
  423. left: 280px;
  424. }
  425. .line02 {
  426. position: absolute;
  427. top: 0;
  428. right: 340px;
  429. }
  430. /* 底部内容 */
  431. .contentDown {
  432. /* height: 380px; */
  433. background: #2E3238;
  434. padding: 60px 0;
  435. }
  436. .contentDown p {
  437. color: #FFF;
  438. font-size: 18px;
  439. }
  440. .down_left>ul {
  441. float: left;
  442. width: 50%;
  443. }
  444. .down_left>ul>li {
  445. margin-bottom: 7px;
  446. }
  447. .down_left>ul>li>a,
  448. .down_middle>ul>li a,
  449. .down_right>span {
  450. color: #7E7F7F;
  451. font-size: 15px;
  452. }
  453. .down_left>ul>li>a:hover,
  454. .down_middle>ul>li a:hover {
  455. color: #ffffff;
  456. }
  457. .down_middle ul::after {
  458. content: "";
  459. display: block;
  460. clear: both;
  461. }
  462. .down_middle>ul>li {
  463. float: left;
  464. width: 20%;
  465. }
  466. .down_middle>ul>li:nth-child(3) {
  467. width: 55%;
  468. }
  469. .down_right>p {
  470. text-align: left;
  471. }
  472. .down_right>h6 {
  473. font-size: 30px;
  474. color: #1296DB;
  475. margin-top: 30px;
  476. }
  477. .down_right>h5 {
  478. font-size: 30px;
  479. color: #1296DB;
  480. }
  481. .down_middle>ul>li>ul>li {
  482. margin-bottom: 7px;
  483. }
  484. .down_left>ul,
  485. .down_middle>ul>li>ul {
  486. margin-top: 50px;
  487. }
  488. .wx_wb {
  489. width: 100%;
  490. margin-top: 10px;
  491. }
  492. .wx_wb::after {
  493. content: "";
  494. display: block;
  495. clear: both;
  496. }
  497. .wx_wb>div {
  498. float: left;
  499. width: 50%;
  500. }
  501. .wx_wb>div>p {
  502. font-size: 14px;
  503. margin: 0;
  504. }
  505. .infoDown {
  506. width: 100%;
  507. height: 60px;
  508. background: #272A30;
  509. line-height: 60px;
  510. color: #888888;
  511. }
  512. .info_one {
  513. display: inline-block;
  514. margin-right: 20px;
  515. }
  516. /* 底部信息 */
  517. /* 回到顶部 */
  518. .toTop {
  519. width: 70px;
  520. height: 50px;
  521. bottom: 110px;
  522. right: 0px;
  523. position: fixed;
  524. cursor: pointer;
  525. z-index: 999;
  526. }
  527. .toTop img {
  528. width: 100%;
  529. }
  530. /* 回到顶部 end*/
  531. /* 手机底部导航 */
  532. .phone_footer {
  533. display: none;
  534. background: #1296DB;
  535. position: fixed;
  536. bottom: 0;
  537. width: 100%;
  538. }
  539. .phone_footer>div {
  540. flex: 1;
  541. text-align: center;
  542. }
  543. .phone_footer .product-center {
  544. position: relative;
  545. }
  546. .phone_footer .product-center>ul {
  547. position: absolute;
  548. top: -277px;
  549. left: -15px;
  550. background: #ffffff;
  551. padding: 5px 10px;
  552. border: 2px solid #1296DB;
  553. display: none;
  554. width: 120%;
  555. }
  556. .phone_footer .product-center>ul::after {
  557. content: "";
  558. position: absolute;
  559. bottom: -12px;
  560. width: 0;
  561. height: 0;
  562. border-right: 5px solid transparent;
  563. border-left: 5px solid transparent;
  564. border-top: 10px solid #1296DB;
  565. }
  566. .phone_footer .product-center>ul li {
  567. margin-bottom: 5px;
  568. border-bottom: 1px solid #999999;
  569. }
  570. .phone_footer .product-center>ul li:nth-last-child(1) {
  571. border-bottom: none
  572. }
  573. .phone_footer .product-center>ul a {
  574. color: #666666;
  575. font-size: 18px;
  576. }
  577. .topmenu {
  578. display: block !important;
  579. }
  580. .phone_footer>div>a>span,
  581. .phone_footer>div>a>p {
  582. color: #ffffff;
  583. margin-bottom: 0;
  584. }
  585. @media (min-width: 1200px) {
  586. .container {
  587. width: 1280px;
  588. }
  589. }
  590. .phone_contact {
  591. display: none !important;
  592. }
  593. @media screen and (max-width: 768px) {
  594. #newBridge {
  595. display: none !important;
  596. }
  597. .pc_nav {
  598. display: none;
  599. }
  600. #swiper1 {
  601. margin-top: 69px;
  602. }
  603. .app>.container-fluid {
  604. padding-right: 0;
  605. padding-left: 0;
  606. }
  607. .mobile_nav {
  608. display: block;
  609. }
  610. .phone_footer {
  611. display: flex;
  612. padding: 5px;
  613. z-index: 999;
  614. }
  615. .footer-submit{
  616. display: none;
  617. }
  618. .toTop {
  619. width: 45px;
  620. height: 45px;
  621. bottom: 66px;
  622. }
  623. .swiper1 {
  624. margin-top: 70px;
  625. }
  626. footer {
  627. height: auto;
  628. padding-bottom: 52px;
  629. }
  630. .contentDown {
  631. display: none;
  632. }
  633. .phone_contact {
  634. display: block !important;
  635. }
  636. .phone_contact:nth-of-type(2) {
  637. display: flex !important;
  638. }
  639. .infoDown {
  640. height: auto;
  641. line-height: 1.3;
  642. text-align: center;
  643. }
  644. .info_one {
  645. display: block;
  646. margin-right: 20px;
  647. }
  648. .milld {
  649. display: none;
  650. }
  651. }