main.css 12 KB

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