index.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512
  1. @charset "UTF-8";
  2. html,
  3. body,
  4. .wrapper {
  5. height: 100% !important;
  6. }
  7. a {
  8. font-weight: 400;
  9. color: #333333;
  10. }
  11. a:hover,
  12. a:active,
  13. a:focus {
  14. color: #e14d57;
  15. }
  16. .theme-bg {
  17. background-color: #191515;
  18. }
  19. .navcontentfixed {
  20. width: 1380px;
  21. margin: 0 auto;
  22. }
  23. .pt50.tc {
  24. font-weight: 400;
  25. color: rgba(255, 255, 255, 1);
  26. font-size: 35px;
  27. margin-top: 0px;
  28. margin-bottom: 0px;
  29. }
  30. .screen {
  31. width: 1380px;
  32. margin: 0 auto;
  33. padding: 0;
  34. }
  35. .header-home {
  36. width: 100%;
  37. height: 435px;
  38. position: relative;
  39. }
  40. .bgc-image {
  41. position: absolute;
  42. top: 0;
  43. width: 100%;
  44. height: 435px;
  45. background: url('../img/banner.jpg') no-repeat;
  46. background-size: cover;
  47. background-position: center center;
  48. }
  49. .phonestyle {
  50. display: none;
  51. }
  52. #header2-text {
  53. padding: 150px 0px 42px 0px;
  54. text-align: left;
  55. }
  56. .leadtitle {
  57. text-align: center;
  58. font-size: 30px;
  59. font-weight: 400;
  60. color: #ffffff;
  61. }
  62. .lead {
  63. font-size: 16px;
  64. text-align: center;
  65. color: rgba(255, 255, 255, 0.6);
  66. margin-top: 30px;
  67. line-height: 32px;
  68. font-weight: 400;
  69. margin-bottom: 54px;
  70. padding: 0 35px;
  71. }
  72. /* 重写首页导航部分样式 */
  73. .main-header {
  74. width: 100%;
  75. height: 60px;
  76. position: fixed;
  77. top: 0;
  78. }
  79. .skin-blue .main-header .navbar {
  80. background-color: rgba(0, 0, 0, 0);
  81. }
  82. /* 重写首页导航部分样式 end*/
  83. .row {
  84. margin: 0;
  85. padding: 0;
  86. }
  87. .contentfixed {
  88. width: 1380px;
  89. margin: 43px auto 80px auto;
  90. }
  91. /* 产品技术描述样式 */
  92. .product-technology {
  93. margin-top: 20px;
  94. }
  95. #pctab-title {
  96. padding: 0 35px;
  97. border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  98. }
  99. #pctab-title > li {
  100. padding: 0;
  101. text-align: center;
  102. }
  103. #pctab-title > li a {
  104. font-size: 20px;
  105. }
  106. #pctab-title::after {
  107. content: '';
  108. display: block;
  109. clear: both;
  110. visibility: hidden;
  111. }
  112. #pctab-title > li > a {
  113. padding: 10px 0 16px;
  114. line-height: 1;
  115. border: none;
  116. color: #ffffff;
  117. background: transparent;
  118. }
  119. #pctab-title > li > a:active,
  120. #pctab-title > li > a:focus {
  121. color: #e14d57;
  122. border: transparent;
  123. background: transparent;
  124. }
  125. #pctab-title > li:hover,
  126. #pctab-title > li.active {
  127. border-bottom: 2px solid #e14d57;
  128. }
  129. .product-technology > li {
  130. margin: 0px 57px;
  131. }
  132. .productTab {
  133. display: flex;
  134. justify-content: center;
  135. border-bottom: 1px solid transparent;
  136. }
  137. .productTab::after {
  138. content: '';
  139. visibility: hidden;
  140. clear: both;
  141. display: block;
  142. }
  143. .productTab > li {
  144. text-align: center;
  145. font-size: 16px;
  146. background-color: #383030;
  147. border-radius: 4px;
  148. margin: 12px 0;
  149. margin-right: 24px;
  150. padding: 0;
  151. }
  152. .productTab > li > a {
  153. color: #fff;
  154. }
  155. .productTab > li.active > a,
  156. .productTab > li.active > a:focus,
  157. .productTab > li.active > a:hover {
  158. color: #ffffff;
  159. background-color: #e14d57;
  160. border-radius: 4px;
  161. border: transparent;
  162. padding: 11px 24px;
  163. margin: 0;
  164. width: 100%;
  165. }
  166. .productTab > li:hover a {
  167. color: #e14d57;
  168. border: transparent;
  169. background: transparent;
  170. }
  171. .move-tabs {
  172. justify-content: flex-start;
  173. }
  174. .move-tabs > li {
  175. float: none;
  176. }
  177. .secondtabs {
  178. margin: 20px 0 32px 0;
  179. display: flex;
  180. justify-content: space-between;
  181. }
  182. .secondTabsContent {
  183. width: 88%;
  184. overflow: hidden;
  185. margin: 0;
  186. float: left;
  187. }
  188. .PCTab > li > a {
  189. cursor: pointer;
  190. display: inline-block;
  191. width: 8px;
  192. height: 8px;
  193. margin-left: 32px;
  194. background: rgba(178, 178, 178, 1);
  195. border-radius: 50%;
  196. }
  197. .PCTab > li.active > a,
  198. .PCTab > li.active > a:focus,
  199. .PCTab > li.active > a:hover {
  200. background-color: #e14d57;
  201. border: transparent;
  202. }
  203. .PCTab {
  204. width: 120px;
  205. margin: 0 auto;
  206. border: transparent;
  207. }
  208. .PCTab li {
  209. margin: 0 8px;
  210. }
  211. .PCTab > li > a {
  212. width: 8px;
  213. height: 8px;
  214. padding: 0;
  215. margin: 0;
  216. }
  217. .openSC {
  218. margin: 20px 0 32px 0;
  219. display: flex;
  220. justify-content: center;
  221. }
  222. .phonefontsize {
  223. font-weight: 400;
  224. font-size: 20px;
  225. color: rgba(255, 255, 255, 0.6);
  226. }
  227. .product-pic {
  228. width: 68%;
  229. height: 521px;
  230. }
  231. .product-image {
  232. width: 100%;
  233. height: 100%;
  234. }
  235. .product-introduction,
  236. .product-pic {
  237. padding: 0;
  238. }
  239. .product-pic,
  240. .product-introduction {
  241. float: left;
  242. }
  243. .product-pic-div {
  244. width: 100%;
  245. height: 218px;
  246. background-color: #f5f5f5;
  247. }
  248. .product-heading {
  249. font-size: 28px;
  250. margin-top: 79px;
  251. font-weight: 400;
  252. color: #ffffff;
  253. }
  254. .feature-heading {
  255. color: #fff;
  256. }
  257. .feature-text {
  258. color: rgba(255, 255, 255, 0.6);
  259. }
  260. .product-introduction {
  261. width: 32%;
  262. height: 521px;
  263. padding-left: 34px;
  264. background-color: #211c1c;
  265. }
  266. .product-span {
  267. display: block;
  268. width: 100%;
  269. height: 1px;
  270. background: rgba(225, 77, 87, 1);
  271. margin-top: 23px;
  272. }
  273. .product-text {
  274. font-size: 20px;
  275. margin: 24px 0 0 0;
  276. color: rgba(255, 255, 255, 0.6);
  277. }
  278. #span-svg {
  279. display: inline-block;
  280. width: 18px;
  281. height: 24px;
  282. background: url('../img/svg/APIFile.svg') repeat;
  283. }
  284. .intro-href {
  285. width: 100%;
  286. margin-top: 143px;
  287. padding: 0;
  288. display: flex;
  289. flex-wrap: wrap;
  290. justify-content: flex-start;
  291. }
  292. .intro-href > li {
  293. list-style: none;
  294. width: 150px;
  295. height: 36px;
  296. line-height: 36px;
  297. border-radius: 17px;
  298. border: 1px solid rgba(255, 255, 255, 0.5);
  299. text-align: center;
  300. font-size: 14px;
  301. font-weight: 400;
  302. margin-bottom: 22px;
  303. margin-right: 24px;
  304. }
  305. .intro-href > li:hover {
  306. border: 1px solid #e14d57;
  307. background-color: #e14d57;
  308. }
  309. .intro-href > li > a {
  310. display: block;
  311. color: rgba(255, 255, 255);
  312. }
  313. .intro-href > li > a img {
  314. margin-bottom: 5px;
  315. display: none;
  316. }
  317. .product-hreftext {
  318. margin-top: 70px;
  319. text-align: left;
  320. }
  321. .product-hreftext b {
  322. font-size: 14px;
  323. font-weight: 400;
  324. width: 150px;
  325. height: 36px;
  326. line-height: 36px;
  327. border-radius: 17px;
  328. border: 1px solid rgba(255, 255, 255, 0.85);
  329. text-align: center;
  330. display: block;
  331. color: rgba(255, 255, 255);
  332. margin-bottom: 8px;
  333. }
  334. .product-hreftext b:hover {
  335. border: 1px solid #e14d57;
  336. background-color: #e14d57;
  337. }
  338. .product-hreftext p {
  339. color: rgba(255, 255, 255, 0.6);
  340. margin-top: 8px;
  341. }
  342. .product-hreftext b > img {
  343. margin-bottom: 5px;
  344. display: none;
  345. }
  346. .feature {
  347. margin-top: 50px;
  348. }
  349. .feature .pic1 {
  350. padding: 13.5px;
  351. }
  352. .feature-text {
  353. font-size: 17px;
  354. }
  355. /* 产品技术描述样式结束 */
  356. .iclient-copyright {
  357. color: #7d7d7d;
  358. font-size: 13px !important;
  359. text-align: center;
  360. height: 54px;
  361. line-height: 54px;
  362. }
  363. .iclient-footer {
  364. border-top: 1px solid #ddd;
  365. }
  366. .html .tag,
  367. .css .tag,
  368. .javascript .keyword {
  369. color: #3182bd;
  370. }
  371. .html .attr,
  372. .css .attr,
  373. .javascript .class,
  374. .javascript .special {
  375. color: #e6550d;
  376. }
  377. .banner-img-contaienr {
  378. width: 438px;
  379. height: 357px;
  380. display: inline-block;
  381. }
  382. .radiusBtn {
  383. display: block;
  384. width: 124px;
  385. height: 34px;
  386. border-radius: 17px;
  387. font-size: 14px;
  388. font-weight: 400;
  389. }
  390. .radiusBtn.download {
  391. background: rgba(225, 77, 87, 1);
  392. color: rgba(255, 255, 255, 1);
  393. }
  394. .radiusBtn.download:hover {
  395. background: rgba(244, 66, 78, 1);
  396. }
  397. .radiusBtn.code {
  398. border: 1px solid rgba(255, 255, 255, 1);
  399. color: rgba(255, 255, 255, 1);
  400. box-sizing: content-box;
  401. }
  402. .radiusBtn.code:hover {
  403. border: 1px solid rgba(225, 77, 87, 1);
  404. color: rgba(225, 77, 87, 1);
  405. }
  406. .radiusBtn.code:hover svg path {
  407. fill: rgba(225, 77, 87, 1);
  408. }
  409. .radiusBtn > div {
  410. display: inline-block;
  411. text-align: center;
  412. line-height: 34px;
  413. }
  414. .radiusBtnimg {
  415. height: 13px;
  416. width: 13px;
  417. margin-left: 8px;
  418. margin-bottom: 4px;
  419. }
  420. #button_zip,
  421. #button_sourceCode {
  422. text-align: center;
  423. padding-right: 10px;
  424. }
  425. .header-home .buttons .button-zip,
  426. .header-home .buttons .button-sourceCode,
  427. .header-home .buttons .button-examples {
  428. display: inline-block;
  429. }
  430. .javascript {
  431. border: 1px solid #e0e0e0;
  432. }
  433. #button_examples {
  434. text-align: center;
  435. }
  436. .new-attributes {
  437. width: 1380px;
  438. margin: 0 auto 0;
  439. text-align: left;
  440. }
  441. .new-attributes .box {
  442. margin-bottom: 0;
  443. }
  444. .new-attributes .box .box-title {
  445. color: #337ab7;
  446. font-size: 16px;
  447. }
  448. .header-description {
  449. padding: 0;
  450. padding-left: 10px;
  451. }
  452. /* 产品,技术描述手机端内容滚动 */
  453. .swiper-container {
  454. --swiper-pagination-color: #e14d57;
  455. }
  456. .swiper-pagination-bullet {
  457. background-color: #b2b2b2;
  458. }
  459. .swiper-pagination-bullet-active {
  460. background-color: #e14d57;
  461. }
  462. .swiper-wrapper {
  463. height: auto;
  464. }
  465. .swiper-pagination {
  466. position: static !important;
  467. margin-bottom: 26px;
  468. }
  469. .image-class {
  470. text-align: center;
  471. }
  472. @media (max-width: 1460px) {
  473. .screen,
  474. .new-attributes,
  475. .contentfixed {
  476. width: 96%;
  477. }
  478. }
  479. @media screen and (max-width: 992px) {
  480. #pctab-title {
  481. padding: 0;
  482. }
  483. #header2-text {
  484. padding-top: 135px;
  485. padding-bottom: 20px;
  486. }
  487. .banner-img-contaienr {
  488. width: 100%;
  489. margin-top: 30px;
  490. }
  491. .header-description {
  492. margin-left: 0;
  493. }
  494. }
  495. /*what's new里用到的样式*/
  496. .new-attributes-start {
  497. width: 100%;
  498. padding-bottom: 132px;
  499. background-color: #211c1c;
  500. position: relative;
  501. }
  502. .first_title {
  503. color: #fff;
  504. margin: 0;
  505. padding: 90px 0 27px;
  506. }
  507. .first_title > b {
  508. font-size: 28px;
  509. font-weight: 400;
  510. }
  511. .new-attributes .attributes-button {
  512. width: 38px;
  513. height: 34px;
  514. cursor: pointer;
  515. margin: 0;
  516. padding: 0;
  517. border: 0 solid transparent;
  518. float: right;
  519. margin-left: 6px;
  520. }
  521. .attributes-button > span {
  522. display: inline-block;
  523. width: 32px;
  524. height: 30px;
  525. }
  526. .btn {
  527. width: 32px;
  528. height: 32px;
  529. border: 0px solid transparent;
  530. background-color: #383030 !important;
  531. float: right;
  532. margin-right: 2px;
  533. }
  534. .btn:focus,
  535. .btn:active {
  536. outline: none !important;
  537. }
  538. .btn:active {
  539. box-shadow: none;
  540. }
  541. /*
  542. .btn>span {
  543. color: #E14D57;
  544. } */
  545. .btn:not(.swiper-button-disabled):hover {
  546. background: #e14d57 !important;
  547. }
  548. .btn:not(.swiper-button-disabled):hover > span {
  549. color: #fff;
  550. }
  551. .swiper-button-disabled:hover {
  552. cursor: not-allowed;
  553. }
  554. .swiper-button-disabled > span {
  555. color: rgba(201, 201, 201, 0.38);
  556. }
  557. .btn-tabs {
  558. width: 44px;
  559. height: 44px;
  560. background-color: #383030 !important;
  561. color: #fff;
  562. float: none;
  563. margin: 13px 0px;
  564. }
  565. .btn1000 {
  566. display: none;
  567. }
  568. .glyphicon {
  569. top: 2px;
  570. right: 3px;
  571. color: #c9c9c9;
  572. }
  573. .right {
  574. color: #e14d57;
  575. }
  576. .new-attributes .panel-body {
  577. border: 0;
  578. padding: 0;
  579. margin-top: 46px;
  580. margin-bottom: 34px;
  581. }
  582. .new-attributes .new-attributes_content {
  583. color: inherit;
  584. font-size: 14px;
  585. font-weight: 400;
  586. padding: 20px 0;
  587. margin: 0;
  588. }
  589. .new-attributes .news-list {
  590. display: table;
  591. table-layout: fixed;
  592. width: 100%;
  593. overflow: hidden;
  594. font-size: 1.2rem;
  595. line-height: 1.5;
  596. }
  597. .new-attributes .news-list::after {
  598. content: '';
  599. display: block;
  600. clear: both;
  601. visibility: hidden;
  602. }
  603. .new-attributes .news-item {
  604. display: table-row;
  605. width: 100%;
  606. }
  607. .new-attributes .news-item:first-child .new-attributes_content {
  608. padding-top: 0;
  609. }
  610. .new-attributes .news-item-img {
  611. width: 100%;
  612. padding: 0;
  613. margin: 0 0 61px 0;
  614. }
  615. .news-item-img::after {
  616. content: '';
  617. display: block;
  618. clear: both;
  619. visibility: hidden;
  620. }
  621. .div-hr {
  622. width: 100%;
  623. border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  624. }
  625. .new-attributes .decoration:before,
  626. .new-attributes .decoration:after {
  627. content: '';
  628. display: block;
  629. width: 1px;
  630. height: 41%;
  631. background: rgba(255, 255, 255, 0.18);
  632. position: absolute;
  633. left: 0;
  634. right: 0;
  635. margin: auto;
  636. }
  637. .new-attributes .news-item:nth-child(1) .decoration:before {
  638. display: none;
  639. }
  640. .new-attributes .news-item:nth-last-child(1) .decoration:after {
  641. display: none;
  642. }
  643. .new-attributes .decoration:before {
  644. top: 2px;
  645. }
  646. .new-attributes .decoration:after {
  647. bottom: -2px;
  648. }
  649. .new-attributes .decoration {
  650. display: table-cell;
  651. width: 5%;
  652. position: relative;
  653. vertical-align: middle;
  654. text-align: center;
  655. }
  656. .new-attributes .news-item:hover .news-box {
  657. background-color: #302929;
  658. color: #e14d57;
  659. border: none;
  660. }
  661. .new-attributes .news-item:hover .news-box a {
  662. color: #e14d57;
  663. }
  664. .new-attributes .news-item:hover .news-box:before {
  665. content: '';
  666. width: 0;
  667. height: 0;
  668. border-top: 10px solid transparent;
  669. border-right: 10px solid #302929;
  670. border-bottom: 10px solid transparent;
  671. position: absolute;
  672. left: -9px;
  673. top: 0;
  674. bottom: 0;
  675. margin: auto;
  676. }
  677. .new-attributes .news-item:hover .solid-circle {
  678. background: #e14d57;
  679. }
  680. .new-attributes .news-item .news-title,
  681. .new-attributes .news-item-img .news-title {
  682. display: block;
  683. white-space: nowrap;
  684. text-overflow: ellipsis;
  685. overflow: hidden;
  686. }
  687. .new-attributes .news-item:hover .news-title {
  688. color: #fff;
  689. text-decoration: underline;
  690. }
  691. .new-attributes .news-item:hover .news-time {
  692. color: #fff;
  693. }
  694. /* what new 含图片 start */
  695. .new-attributes .news-box-img {
  696. width: 354px;
  697. height: 298px;
  698. box-sizing: border-box;
  699. color: #000;
  700. border-radius: 2px;
  701. list-style: none;
  702. background-color: #383030;
  703. }
  704. .new-attributes .news-box-img:not(.swiper-slide) {
  705. float: left;
  706. margin-right: 38px;
  707. line-height: 3rem;
  708. position: relative;
  709. }
  710. .news-img {
  711. width: 352px;
  712. height: 218px;
  713. position: relative;
  714. overflow: hidden;
  715. }
  716. .news-img > a {
  717. position: absolute;
  718. width: 100%;
  719. height: 100%;
  720. }
  721. .news-title-href,
  722. .news-title-forbidden {
  723. font-size: 16px;
  724. color: #333333;
  725. font-weight: 400;
  726. text-align: justify;
  727. }
  728. .news-title-href > a {
  729. display: block;
  730. color: #fff;
  731. }
  732. .news-info-title {
  733. width: 352px;
  734. height: 80px;
  735. padding: 16px;
  736. overflow: hidden;
  737. background-color: #383030;
  738. }
  739. .news-box-img:hover .news-info-title {
  740. background-color: #423939;
  741. }
  742. .news-box-img:hover {
  743. background: rgba(66, 57, 57, 1);
  744. border: 1px solid rgba(104, 88, 88, 1);
  745. box-shadow: 0px 4px 18px 0px rgba(6, 1, 0, 0.35);
  746. }
  747. .detail-introduce {
  748. width: 352px;
  749. height: 218px;
  750. display: none;
  751. background: rgba(0, 0, 0, 0.6);
  752. position: absolute;
  753. left: 0px;
  754. top: 0px;
  755. border-bottom: transparent;
  756. }
  757. .detail-introduce > span,
  758. .detail-introduce > a {
  759. display: inline-block;
  760. margin: 15px;
  761. font-size: 14px;
  762. font-weight: 400;
  763. color: rgba(255, 255, 255, 1);
  764. line-height: 20px;
  765. }
  766. .detail-introduce a {
  767. color: #e14d57;
  768. }
  769. .detail-introduce a:hover {
  770. color: rgb(224, 22, 36);
  771. }
  772. .news-box-img:hover .detail-introduce {
  773. display: block;
  774. }
  775. .news-info-title:hover .de .news-info-container {
  776. width: 100%;
  777. }
  778. /* what new 含图片 end */
  779. .new-attributes .news-box {
  780. display: table-cell;
  781. line-height: 3rem;
  782. width: 80%;
  783. vertical-align: middle;
  784. color: #fff;
  785. padding-left: 15px;
  786. position: relative;
  787. border-radius: 2px;
  788. border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  789. }
  790. .new-attributes .news-box a {
  791. color: #fff;
  792. }
  793. .new-attributes .panel-body:last-child .news-item:last-child .news-box {
  794. border-bottom: none;
  795. }
  796. .new-attributes .news-circle {
  797. display: inline-block;
  798. border-radius: 50%;
  799. border: 1px solid #383030;
  800. background-color: #383030;
  801. vertical-align: middle;
  802. }
  803. .new-attributes .solid-circle {
  804. background: #8a7f7f;
  805. border-radius: 50%;
  806. width: 0.6rem;
  807. height: 0.6rem;
  808. overflow: hidden;
  809. margin: 0.3rem;
  810. }
  811. .new-attributes .news-time {
  812. color: #999999;
  813. font-size: 1rem;
  814. line-height: 2rem;
  815. position: absolute;
  816. }
  817. /*what's new 样式结束*/
  818. @media screen and (max-width: 1200px) {
  819. .btn1000 {
  820. display: block;
  821. }
  822. }
  823. /*what's new 适应手机端*/
  824. @media screen and (max-width: 768px) {
  825. .main-header {
  826. position: absolute;
  827. }
  828. .swiper-pagination-bullet-active {
  829. outline: none;
  830. }
  831. .icl-nav-menu-box > li {
  832. width: 110px !important;
  833. }
  834. /* 手机端巨幕布局 */
  835. .bgc-image {
  836. width: 100%;
  837. height: 668px;
  838. background: url('../img/move-banner.png') no-repeat;
  839. background-size: cover;
  840. background-position: center center;
  841. }
  842. /* .header-home {
  843. background: url("../img/move-banner.png") no-repeat;
  844. background-size: contain;
  845. } */
  846. .header-home {
  847. height: 668px;
  848. }
  849. .screen {
  850. width: auto;
  851. margin: 0;
  852. }
  853. .pt50.tc {
  854. font-size: 35px;
  855. line-height: 50px;
  856. text-align: center;
  857. }
  858. #header2-text {
  859. width: 100%;
  860. margin: 0 auto;
  861. padding-top: 185px;
  862. }
  863. #header2-text p {
  864. text-align: center;
  865. }
  866. .icon {
  867. width: 18px !important;
  868. height: 18px !important;
  869. }
  870. .buttons {
  871. width: 100%;
  872. margin: 34px auto;
  873. }
  874. .buttons::after {
  875. content: '';
  876. display: block;
  877. clear: both;
  878. visibility: hidden;
  879. }
  880. .button-sourceCode,
  881. .button-examples,
  882. .button-zip {
  883. width: 134px;
  884. }
  885. .radiusBtn {
  886. font-size: 14px;
  887. width: 100%;
  888. border-radius: 34px;
  889. }
  890. .radiusBtnimg {
  891. height: 16px;
  892. width: 16px;
  893. margin-left: 8px;
  894. margin-bottom: 4px;
  895. }
  896. .buttonsdiv {
  897. margin: 0 auto;
  898. text-align: center;
  899. }
  900. #button_zip {
  901. margin-right: 14px;
  902. margin-bottom: 15px;
  903. padding: 0;
  904. }
  905. .contentfixed {
  906. margin: 15px auto;
  907. }
  908. .phonestyle {
  909. display: block !important;
  910. padding-top: 4px;
  911. }
  912. .PCstyle {
  913. display: none !important;
  914. }
  915. .contentfixed {
  916. width: 93.33%;
  917. margin: 0 auto;
  918. }
  919. .phonestyle > p {
  920. font-size: 26px;
  921. margin-top: 5px;
  922. margin-bottom: 0;
  923. line-height: 36px;
  924. text-align: justify;
  925. padding: 0;
  926. }
  927. /* 产品内容tab标签布局 */
  928. .productTab {
  929. display: none;
  930. }
  931. .product-technology {
  932. margin-top: 32px;
  933. position: relative;
  934. }
  935. .phone-nav-tabs {
  936. width: 100%;
  937. overflow: hidden;
  938. margin: 0;
  939. border-bottom: 2px solid rgb(119, 119, 119, 0.18);
  940. }
  941. .nav-btn-tabs {
  942. width: 24px;
  943. height: 34px;
  944. margin: 0;
  945. background-color: #e6e6e6 !important;
  946. position: absolute;
  947. top: 0;
  948. right: -20px;
  949. }
  950. .glyphicon {
  951. right: 8px;
  952. }
  953. .leadtitle {
  954. text-align: left;
  955. font-size: 32px;
  956. font-weight: 400;
  957. margin-bottom: 0;
  958. line-height: 50px;
  959. }
  960. ul::-webkit-scrollbar {
  961. display: none;
  962. }
  963. #pctab-title {
  964. border: transparent;
  965. }
  966. #pctab-title > li {
  967. width: auto;
  968. height: auto;
  969. float: none;
  970. }
  971. .feature-heading,
  972. .product-heading,
  973. #pctab-title > li a {
  974. font-size: 24px;
  975. }
  976. #pctab-title > li a {
  977. margin: 0;
  978. padding: 0;
  979. padding-bottom: 11px;
  980. }
  981. /* 中间大图样式 */
  982. .product-image {
  983. height: 427px;
  984. }
  985. .product-introduction,
  986. .product-pic {
  987. width: 100%;
  988. }
  989. .product-pic {
  990. height: 218px;
  991. }
  992. .product {
  993. padding-top: 24px;
  994. margin-top: 0;
  995. margin-bottom: 0;
  996. background: #fff;
  997. }
  998. .product .product-pic-div .product-pic {
  999. background-size: 100% 100% !important;
  1000. }
  1001. .product-introduction {
  1002. height: auto;
  1003. padding: 0 12px;
  1004. }
  1005. .intro-href > li > a,
  1006. .product-hreftext {
  1007. color: #fff;
  1008. padding: 0;
  1009. height: 39px;
  1010. line-height: 39px;
  1011. text-align: center;
  1012. }
  1013. .product-hreftext b {
  1014. width: 100%;
  1015. }
  1016. .intro-href li {
  1017. list-style: none;
  1018. margin-right: 0;
  1019. width: calc(50% - 8px);
  1020. height: auto;
  1021. }
  1022. .intro-href {
  1023. margin-top: 30px;
  1024. margin-bottom: 15px;
  1025. justify-content: space-between;
  1026. }
  1027. .product-hreftext {
  1028. width: calc(50% - 8px);
  1029. margin: 30px auto 0;
  1030. }
  1031. .product-hreftext:active,
  1032. .intro-href > li > a:active {
  1033. background-color: #e6e6e6;
  1034. }
  1035. .banner-img-contaienr {
  1036. width: 100%;
  1037. margin-top: 39px;
  1038. }
  1039. .product-heading {
  1040. margin-bottom: 0;
  1041. margin-top: 16px;
  1042. }
  1043. .product-span {
  1044. height: 2px;
  1045. }
  1046. .product-text {
  1047. margin-top: 8px;
  1048. }
  1049. #edgeP {
  1050. text-align: center;
  1051. margin-bottom: 20px;
  1052. }
  1053. /* .header-home .buttons .button-zip, .header-home .buttons .button-sourceCode{
  1054. display: block;
  1055. } */
  1056. .quick-service .second_title .navbar-nav li {
  1057. padding-left: 15px;
  1058. }
  1059. .productsLink .productsBox .productsTitleBox {
  1060. font-size: 14px;
  1061. }
  1062. /* .news-info-container,
  1063. .news-img {
  1064. display: table-row !important;
  1065. } */
  1066. .news-img > a {
  1067. width: 100% !important;
  1068. height: inherit !important;
  1069. }
  1070. .image-class {
  1071. width: 90%;
  1072. height: 100%;
  1073. margin: 0 auto;
  1074. padding: 0;
  1075. }
  1076. .new-attributes {
  1077. width: 93.33%;
  1078. }
  1079. .new-attributes button {
  1080. display: none;
  1081. }
  1082. .first_title {
  1083. padding: 43px 0 20px;
  1084. margin-bottom: 0;
  1085. }
  1086. .new-attributes .news-item-img {
  1087. width: 100%;
  1088. height: auto;
  1089. margin-bottom: 36px;
  1090. }
  1091. .new-attributes .news-item-img.swiper-wrapper {
  1092. flex-direction: column;
  1093. }
  1094. .new-attributes .news-box-img {
  1095. width: 100%;
  1096. line-height: 24px;
  1097. }
  1098. .new-attributes .news-box-img > div {
  1099. float: left;
  1100. }
  1101. .new-attributes .news-item-img > li {
  1102. height: auto;
  1103. margin-bottom: 16.5px;
  1104. margin-right: 0 !important;
  1105. float: none;
  1106. overflow: auto;
  1107. }
  1108. .new-attributes .panel-body {
  1109. margin: 16px 0 0;
  1110. padding: 0;
  1111. }
  1112. .detail-introduce {
  1113. width: 50%;
  1114. }
  1115. .news-img {
  1116. width: 55%;
  1117. }
  1118. .news-info-title {
  1119. width: 45%;
  1120. height: 190px;
  1121. display: flex;
  1122. align-items: center;
  1123. }
  1124. .news-title-href,
  1125. .news-title-forbidden {
  1126. margin-left: 7px;
  1127. }
  1128. .new-attributes .new-attributes_content {
  1129. font-size: 16px;
  1130. }
  1131. .first_title > b {
  1132. font-size: 24px;
  1133. }
  1134. .div-hr {
  1135. display: none;
  1136. }
  1137. .news-img {
  1138. height: 190px;
  1139. background-size: contain !important;
  1140. }
  1141. .new-attributes .news-item-img > li {
  1142. background-color: #ffffff !important;
  1143. }
  1144. .detail-introduce {
  1145. position: static;
  1146. width: 100%;
  1147. height: auto;
  1148. font-size: 12px;
  1149. display: block;
  1150. background: #e6e6e6;
  1151. border: transparent;
  1152. }
  1153. .detail-introduce > span,
  1154. .detail-introduce > a {
  1155. font-weight: 400;
  1156. color: #666666;
  1157. margin: 15px 13px 0;
  1158. }
  1159. .detail-introduce > a {
  1160. margin: 0px 0 8px 13px;
  1161. }
  1162. .productTab > li.active > a,
  1163. .productTab > li.active > a:focus,
  1164. .productTab > li.active > a:hover {
  1165. color: #ffffff;
  1166. }
  1167. /* 删除新特性中的hove效果 */
  1168. .news-box-img:hover .news-info-title {
  1169. background-color: #ffffff;
  1170. }
  1171. .news-box-img:hover .news-title-href > a {
  1172. color: #000;
  1173. }
  1174. .news-title-href > a {
  1175. pointer-events: none;
  1176. }
  1177. .home-link a {
  1178. padding: 0 5px;
  1179. }
  1180. /* 清楚背景图片 */
  1181. .new-attributes-start:before {
  1182. display: none;
  1183. }
  1184. .new-attributes-start::after {
  1185. display: none;
  1186. }
  1187. }
  1188. /*what's new 适应手机端end*/
  1189. @media screen and (max-width: 768px) {
  1190. .new-attributes-start {
  1191. margin-top: 43px;
  1192. }
  1193. ul.icl-nav-menu-box {
  1194. overflow: hidden;
  1195. }
  1196. .menu-box .icl-nav-menu-box > li {
  1197. margin: 0 !important;
  1198. width: 48% !important;
  1199. float: left;
  1200. }
  1201. .menu-box .icl-nav-menu-item:not(.icl-nav-menu-overivew) > li:last-child {
  1202. width: 48% !important;
  1203. }
  1204. .leadtitle {
  1205. font-size: 16px;
  1206. line-height: 30px;
  1207. }
  1208. .phonestyle > p {
  1209. font-size: 14px;
  1210. line-height: 22px;
  1211. }
  1212. #pctab-title > li a {
  1213. font-size: 20px;
  1214. }
  1215. .detail-introduce > span,
  1216. .detail-introduce > a {
  1217. font-size: 12px;
  1218. }
  1219. .feature-text,
  1220. .product-hreftext > b,
  1221. .product-text,
  1222. .intro-href > li > a {
  1223. font-size: 14px;
  1224. }
  1225. .phonefontsize {
  1226. font-size: 14px;
  1227. }
  1228. .new-attributes .new-attributes_content {
  1229. font-size: 14px;
  1230. }
  1231. .news-title-href,
  1232. .news-title-forbidden {
  1233. font-size: 14px;
  1234. }
  1235. .radiusBtn {
  1236. margin-right: auto;
  1237. margin-left: auto;
  1238. }
  1239. }
  1240. @media screen and (max-width: 420px) {
  1241. #header2-text {
  1242. width: 78%;
  1243. }
  1244. .image-class > img {
  1245. width: 310px;
  1246. }
  1247. }
  1248. @media screen and (max-width: 350px) {
  1249. .buttonsdiv {
  1250. width: 160px;
  1251. }
  1252. }