header.css 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542
  1. body {
  2. margin: 0;
  3. /* 改变移动端点击出现背景色 */
  4. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  5. }
  6. a {
  7. text-decoration: none;
  8. }
  9. * {
  10. margin: 0;
  11. padding: 0;
  12. -webkit-box-sizing: border-box;
  13. -moz-box-sizing: border-box;
  14. box-sizing: border-box;
  15. font-family: MicrosoftYaHei, "微软雅黑";
  16. list-style-type: none;
  17. }
  18. .header {
  19. position: absolute;
  20. width: 100%;
  21. z-index: 9;
  22. /* height: 84px; */
  23. height: 60px;
  24. font-size: 14px;
  25. color: #000;
  26. -webkit-box-sizing: border-box;
  27. -moz-box-sizing: border-box;
  28. box-sizing: border-box;
  29. background-color: rgba(255, 255, 255, 0);
  30. -webkit-transition: background-color 0.4s ease-in-out;
  31. -o-transition: background-color 0.4s ease-in-out;
  32. -moz-transition: background-color 0.4s ease-in-out;
  33. transition: background-color 0.4s ease-in-out;
  34. background: rgba(255, 255, 255, 0.5);
  35. /* border-bottom: 1px solid #f1f1f1; */
  36. }
  37. .header.active {
  38. /* background-color: #fff; */
  39. background: rgba(255, 255, 255, 1);
  40. /* border-bottom: 1px solid #f1f1f1; */
  41. border-bottom: 1px solid #ddd;
  42. }
  43. .header .header_box {
  44. width: 100%;
  45. max-width: 1200px;
  46. margin: 0px auto;
  47. padding: 0px;
  48. text-align: center;
  49. -webkit-box-sizing: border-box;
  50. -moz-box-sizing: border-box;
  51. box-sizing: border-box;
  52. }
  53. .header .header_mobile {
  54. display: inline-block;
  55. -webkit-box-sizing: border-box;
  56. -moz-box-sizing: border-box;
  57. box-sizing: border-box;
  58. margin: 0px;
  59. padding: 0px;
  60. }
  61. .header .header_logo {
  62. display: inline-block;
  63. width: 148px;
  64. height: 40px;
  65. margin-right: 30px;
  66. vertical-align: middle;
  67. cursor: pointer;
  68. }
  69. /* 补充 */
  70. .header .header_logo img {
  71. width: 148px;
  72. height: 40px;
  73. }
  74. .header .mobile_icon {
  75. display: none;
  76. }
  77. .header .header_box .first_link_wraper {
  78. display: -webkit-inline-box;
  79. display: -webkit-inline-flex;
  80. display: -moz-inline-box;
  81. display: -ms-inline-flexbox;
  82. display: inline-flex;
  83. -webkit-box-align: center;
  84. -webkit-align-items: center;
  85. -moz-box-align: center;
  86. -ms-flex-align: center;
  87. align-items: center;
  88. }
  89. @media (min-width: 751px) {
  90. .header .header_box .first_link_wraper .spanMobile {
  91. display: -webkit-box;
  92. display: -webkit-flex;
  93. display: -moz-box;
  94. display: -ms-flexbox;
  95. display: flex;
  96. }
  97. }
  98. .header .header_link {
  99. text-align: center;
  100. display: inline-block;
  101. /* width: 70px; */
  102. width: 95px;
  103. z-index: 4;
  104. -webkit-transform-origin: center center;
  105. -moz-transform-origin: center center;
  106. -ms-transform-origin: center center;
  107. -o-transform-origin: center center;
  108. transform-origin: center center;
  109. margin-right: 15px;
  110. }
  111. .header .header_link:first-child {
  112. width: 48px;
  113. }
  114. @media (max-width:1024px) {
  115. .header .header_link {
  116. margin-right: 10px;
  117. }
  118. }
  119. @media (max-width:820px) {
  120. .header .header_link {
  121. margin-right: 3px;
  122. }
  123. }
  124. .header .header_link .item_wraper {
  125. z-index: 5;
  126. /* position: relative; */
  127. }
  128. .header .header_link.active .header_title {
  129. /* background-position: 100% 68%; */
  130. background-position: 0 100%;
  131. color: #0052D9;
  132. }
  133. .header .header_link.cur .header_title {
  134. /* background-position: 100% 68%; */
  135. background-position: 0 100%;
  136. color: #0052D9;
  137. }
  138. .header .header_link .header_title {
  139. background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0052D9), color-stop(0, transparent)) !important;
  140. background-image: -webkit-linear-gradient(left, #0052D9 50%, transparent 0) !important;
  141. background-image: -moz-linear-gradient(left, #0052D9 50%, transparent 0) !important;
  142. background-image: -o-linear-gradient(left, #0052D9 50%, transparent 0) !important;
  143. background-image: linear-gradient(90deg, #0052D9 50%, transparent 0) !important;
  144. background-repeat: no-repeat !important;
  145. -moz-background-size: 200% 2px !important;
  146. background-size: 200% 2px !important;
  147. overflow: hidden !important;
  148. background-position: 100% 100%;
  149. /* background-position: 100% 100%; */
  150. -webkit-transition: all 0.25s linear;
  151. -o-transition: all 0.25s linear;
  152. -moz-transition: all 0.25s linear;
  153. transition: all 0.25s linear;
  154. line-height: 60px;
  155. vertical-align: middle;
  156. display: inline-block;
  157. font-size: 16px;
  158. font-weight: 500;
  159. color: #434343;
  160. }
  161. .header .header_link .list_item_img {
  162. display: none;
  163. }
  164. .header .phoneContact {
  165. margin-left: 20px;
  166. display: -webkit-inline-box;
  167. display: -webkit-inline-flex;
  168. display: -moz-inline-box;
  169. display: -ms-inline-flexbox;
  170. display: inline-flex;
  171. }
  172. .header .phoneContact>span {
  173. margin-left: 10px;
  174. opacity: 0.65;
  175. font-family: Helvetica;
  176. font-size: 24px;
  177. color: #000000;
  178. line-height: 21px;
  179. }
  180. @media (max-width: 1000px) {
  181. .phoneContact {
  182. display: none !important;
  183. }
  184. }
  185. .header .ljty {
  186. width: 112px;
  187. height: 40px;
  188. background: #1bd1d1;
  189. -webkit-border-radius: 22px;
  190. -moz-border-radius: 22px;
  191. border-radius: 22px;
  192. font-size: 16px;
  193. color: #ffffff;
  194. text-align: center;
  195. line-height: 40px;
  196. display: inline-block;
  197. margin-left: 20px;
  198. }
  199. /* dcim新增 */
  200. .header .loop_menu_wraper .right_loopMenu .list_item_wraper .dcim_imgBox {
  201. height: auto;
  202. border: 1px solid #47DADA;
  203. padding: 20px;
  204. /* background-color: rgba(244, 254, 254, .3) */
  205. box-sizing: border-box;
  206. }
  207. .header .loop_menu_wraper .right_loopMenu .list_item_wraper .dcim_imgBox .box2 {
  208. background-color: rgba(244, 254, 254, .5);
  209. text-align: center;
  210. padding: 10px;
  211. box-sizing: border-box;
  212. }
  213. .header .loop_menu_wraper .right_loopMenu .list_item_wraper .dcim_imgBox .box2 .dcim_bg {
  214. width: 50%;
  215. }
  216. @media (max-width: 1200px) {
  217. .ljty {
  218. display: none !important;
  219. }
  220. }
  221. .header .numberEnglish {
  222. min-width: 120px;
  223. display: -webkit-inline-box;
  224. display: -webkit-inline-flex;
  225. display: -moz-inline-box;
  226. display: -ms-inline-flexbox;
  227. display: inline-flex;
  228. -webkit-box-pack: center;
  229. -webkit-justify-content: center;
  230. -moz-box-pack: center;
  231. -ms-flex-pack: center;
  232. justify-content: center;
  233. height: 80px;
  234. -webkit-box-align: center;
  235. -webkit-align-items: center;
  236. -moz-box-align: center;
  237. -ms-flex-align: center;
  238. align-items: center;
  239. margin-left: 10px;
  240. }
  241. .header .chineseEnglish:hover {
  242. color: #1bd1d1;
  243. }
  244. .header .chineseEnglish>img {
  245. -webkit-transform: rotate(180deg);
  246. -moz-transform: rotate(180deg);
  247. -ms-transform: rotate(180deg);
  248. -o-transform: rotate(180deg);
  249. transform: rotate(180deg);
  250. }
  251. .header .chineseEnglish:hover>img {
  252. -webkit-animation-name: rotate;
  253. -moz-animation-name: rotate;
  254. -o-animation-name: rotate;
  255. animation-name: rotate;
  256. -webkit-animation-duration: 0.8s;
  257. -moz-animation-duration: 0.8s;
  258. -o-animation-duration: 0.8s;
  259. animation-duration: 0.8s;
  260. -webkit-animation-fill-mode: forwards;
  261. -moz-animation-fill-mode: forwards;
  262. -o-animation-fill-mode: forwards;
  263. animation-fill-mode: forwards;
  264. }
  265. @-webkit-keyframes rotate {
  266. 0% {
  267. -webkit-transform: rotate(180deg);
  268. transform: rotate(180deg);
  269. }
  270. 100% {
  271. -webkit-transform: rotate(360deg);
  272. transform: rotate(360deg);
  273. }
  274. }
  275. @-moz-keyframes rotate {
  276. 0% {
  277. -moz-transform: rotate(180deg);
  278. transform: rotate(180deg);
  279. }
  280. 100% {
  281. -moz-transform: rotate(360deg);
  282. transform: rotate(360deg);
  283. }
  284. }
  285. @-o-keyframes rotate {
  286. 0% {
  287. -o-transform: rotate(180deg);
  288. transform: rotate(180deg);
  289. }
  290. 100% {
  291. -o-transform: rotate(360deg);
  292. transform: rotate(360deg);
  293. }
  294. }
  295. @keyframes rotate {
  296. 0% {
  297. -webkit-transform: rotate(180deg);
  298. -moz-transform: rotate(180deg);
  299. -o-transform: rotate(180deg);
  300. transform: rotate(180deg);
  301. }
  302. 100% {
  303. -webkit-transform: rotate(360deg);
  304. -moz-transform: rotate(360deg);
  305. -o-transform: rotate(360deg);
  306. transform: rotate(360deg);
  307. }
  308. }
  309. .header .numberEnglish>img {
  310. vertical-align: middle;
  311. margin: 0 6px;
  312. }
  313. .header .numberEnglish .en {
  314. position: absolute;
  315. top: 60px;
  316. background: #ffffff;
  317. -webkit-box-shadow: 0 2px 16px 0 rgb(0 182 176 / 20%);
  318. -moz-box-shadow: 0 2px 16px 0 rgb(0 182 176 / 20%);
  319. box-shadow: 0 2px 16px 0 rgb(0 182 176 / 20%);
  320. width: 130px;
  321. min-height: 166px;
  322. padding: 12px;
  323. text-align: left;
  324. display: none;
  325. z-index: 10;
  326. }
  327. .header .chineseEnglish:hover .en {
  328. display: block;
  329. }
  330. .header .chineseEnglish:hover .top01 {
  331. display: block;
  332. }
  333. .header .chineseEnglish:hover .top02 {
  334. display: none;
  335. }
  336. .header .chineseEnglish .top01 {
  337. display: none;
  338. }
  339. .header .numberEnglish .en>p {
  340. color: #000000;
  341. line-height: 36px;
  342. display: block;
  343. height: 36px;
  344. padding: 0 12px;
  345. }
  346. .header .numberEnglish .en>a {
  347. color: #000000;
  348. line-height: 36px;
  349. display: block;
  350. height: 36px;
  351. width: 106px;
  352. opacity: 0.6;
  353. padding: 0 12px;
  354. cursor: pointer;
  355. text-decoration: none;
  356. }
  357. .header .numberEnglish .en>a:hover {
  358. background-color: #ecfdff;
  359. opacity: 1;
  360. }
  361. .header .numberEnglish .en .biao {
  362. margin-top: 10px;
  363. }
  364. .header .loop_menu_wraper {
  365. width: 100%;
  366. position: absolute;
  367. /* background: #fff; */
  368. /* background: #F3F5F8; */
  369. background-image: url(../imgs/lay_bg.png);
  370. background-size: 100% 100%;
  371. top: 60px;
  372. overflow: hidden;
  373. left: 0;
  374. opacity: 1;
  375. display: none;
  376. /* min-height: 360px; */
  377. }
  378. .header .loop_menu_wraper.active {
  379. display: block;
  380. }
  381. .animation_downIn {
  382. -webkit-animation: downIn .5s;
  383. -moz-animation: downIn .5s;
  384. -o-animation: downIn .5s;
  385. animation: downIn .5s;
  386. }
  387. .animation_downOut {
  388. -webkit-animation: downOut .5s;
  389. -moz-animation: downOut .5s;
  390. -o-animation: downOut .5s;
  391. animation: downOut .5s;
  392. }
  393. @-webkit-keyframes downIn {
  394. from {
  395. opacity: 0;
  396. }
  397. to {
  398. opacity: 1;
  399. }
  400. }
  401. @-moz-keyframes downIn {
  402. from {
  403. opacity: 0;
  404. }
  405. to {
  406. opacity: 1;
  407. }
  408. }
  409. @-o-keyframes downIn {
  410. from {
  411. opacity: 0;
  412. }
  413. to {
  414. opacity: 1;
  415. }
  416. }
  417. @keyframes downIn {
  418. from {
  419. opacity: 0;
  420. }
  421. to {
  422. opacity: 1;
  423. }
  424. }
  425. @-webkit-keyframes downOut {
  426. from {
  427. opacity: 1;
  428. }
  429. to {
  430. opacity: 0;
  431. }
  432. }
  433. @-moz-keyframes downOut {
  434. from {
  435. opacity: 1;
  436. }
  437. to {
  438. opacity: 0;
  439. }
  440. }
  441. @-o-keyframes downOut {
  442. from {
  443. opacity: 1;
  444. }
  445. to {
  446. opacity: 0;
  447. }
  448. }
  449. @keyframes downOut {
  450. from {
  451. opacity: 1;
  452. }
  453. to {
  454. opacity: 0;
  455. }
  456. }
  457. /* 更改导航高度 */
  458. .header {}
  459. .header .loop_menu_wraper .loop_menu {
  460. width: 100%;
  461. max-width: 1200px;
  462. /* height: 702px; */
  463. -webkit-box-sizing: border-box;
  464. -moz-box-sizing: border-box;
  465. box-sizing: border-box;
  466. margin: 0 auto;
  467. /* border-left: 1px solid #f1f1f1; */
  468. /* border-left: 1px solid #ddd; */
  469. position: relative;
  470. text-align: left;
  471. padding: 20px 0 50px;
  472. }
  473. /* */
  474. .header .loop_menu_wraper .loop_menu .close_icon {
  475. position: absolute;
  476. top: 0;
  477. right: 0;
  478. padding: 20px;
  479. z-index: 99;
  480. cursor: pointer;
  481. }
  482. .header .loop_menu_wraper .loop_menu .close_icon img {
  483. width: 16px;
  484. height: 16px;
  485. }
  486. .header .loop_menu_wraper .left_loop_menu {
  487. width: 25%;
  488. position: relative;
  489. height: 100%;
  490. padding-top: 40px;
  491. -webkit-box-sizing: border-box;
  492. -moz-box-sizing: border-box;
  493. box-sizing: border-box;
  494. }
  495. .header .loop_menu_wraper .list_item_wraper {
  496. padding: 0 8px;
  497. }
  498. /* .header .loop_menu_wraper .list_item.active {
  499. background-color: #ecfdff;
  500. color: #1bd1d1;
  501. } */
  502. .hot {
  503. position: relative;
  504. font-size: 12px;
  505. font-family: SourceHanSansCN;
  506. font-weight: 700;
  507. color: #ff5555;
  508. font-style: normal;
  509. /* font-style: italic; */
  510. margin-left: 8px;
  511. border: 2px solid #ff5555;
  512. padding: 0 4px;
  513. border-radius: 2px;
  514. }
  515. @keyframes scaleDrew {
  516. /* 定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称 */
  517. 0% {
  518. transform: scale(1);
  519. }
  520. 25% {
  521. transform: scale(1.02);
  522. }
  523. 50% {
  524. transform: scale(1);
  525. }
  526. 75% {
  527. transform: scale(1.02);
  528. }
  529. }
  530. .header .loop_menu_wraper .list_item {
  531. display: block;
  532. font-size: 16px;
  533. word-wrap: break-word;
  534. /* padding: 13px 16px; */
  535. color: #818181;
  536. font-family: MicrosoftYaHei, "微软雅黑";
  537. /* text-align: center; */
  538. text-align: left;
  539. height: 42px;
  540. line-height: 42px;
  541. padding: 0 16px;
  542. text-indent: 13px;
  543. overflow: hidden;
  544. }
  545. .header .loop_menu_wraper .list_item1 {
  546. height: 250px;
  547. margin-top: -8px;
  548. text-indent: 0px;
  549. overflow: auto;
  550. width: 488px;
  551. }
  552. .header .loop_menu_wraper .list_item1 h4 {
  553. font-size: 28px;
  554. font-family: Source Han Sans CN;
  555. /* font-weight: bold; */
  556. font-weight: 500;
  557. color: #333333;
  558. position: relative;
  559. text-align: center;
  560. }
  561. .header .loop_menu_wraper .list_item1 div {
  562. width: 438px;
  563. height: 158px;
  564. font-size: 16px;
  565. font-family: Source Han Sans CN;
  566. font-weight: 400;
  567. color: #666666;
  568. line-height: 30px;
  569. margin-top: 37px;
  570. text-indent: 32px;
  571. /* text-align: center; */
  572. text-align: left;
  573. }
  574. .jianjie {
  575. text-align: left;
  576. }
  577. /* .header .loop_menu_wraper .list_item1 h4::after {
  578. content: '';
  579. position: absolute;
  580. left: 0;
  581. top: 42px;
  582. width: 158px;
  583. height: 1px;
  584. background-color: #ddd;
  585. } */
  586. .header .loop_menu_wraper .list_item2 {
  587. width: 188px;
  588. text-align: center;
  589. left: 68% !important;
  590. }
  591. .header .loop_menu_wraper .list_item2 .lianxi {
  592. width: 188px;
  593. text-align: center;
  594. text-indent: 0;
  595. }
  596. /* .header .loop_menu_wraper .list_item2 .lianxi_h4::after {
  597. left: 64px;
  598. } */
  599. /* .header .loop_menu_wraper .list_item1 {
  600. padding: 6px 16px;
  601. } */
  602. .header .loop_menu_wraper .list_item .list_item_img {
  603. display: none;
  604. }
  605. .header .loop_menu_wraper .list_item.active {
  606. /* background-color: #ecfdff;
  607. color: #1bd1d1; */
  608. background: #0052D9;
  609. color: #fff;
  610. }
  611. .header .loop_menu_wraper .list_item1.active {
  612. /* background-color: #ecfdff;
  613. color: #1bd1d1; */
  614. background: none;
  615. color: #333;
  616. }
  617. .header .loop_menu_wraper .list_item .list_item_img {
  618. display: none;
  619. }
  620. .header .list_item_Soultion.active {
  621. /* background-color: #ecfdff;
  622. color: #1bd1d1; */
  623. /* background: rgba(0, 82, 217, .12);
  624. color: #0052D9; */
  625. background: #0052D9;
  626. color: #fff;
  627. }
  628. /* 574 */
  629. .header .loop_menu_wraper .middle_loop_menu {
  630. width: 100%;
  631. position: absolute;
  632. left: 100%;
  633. top: 0px;
  634. /* border-left: 1px solid #f1f1f1; */
  635. border-left: 1px solid #ddd;
  636. /* height: auto; */
  637. padding-top: 40px;
  638. -webkit-box-sizing: border-box;
  639. -moz-box-sizing: border-box;
  640. box-sizing: border-box;
  641. display: none;
  642. height: 100%;
  643. overflow: inherit;
  644. }
  645. .header .loop_menu_wraper .middle_loop_menu1 {
  646. left: 168%;
  647. }
  648. @media (max-width:750px) {
  649. .header .loop_menu_wraper .middle_loop_menu {
  650. border-left: none;
  651. }
  652. }
  653. /* .header .loop_menu_wraper .middle_loop_menu_Soultion.active {
  654. display: block;
  655. } */
  656. .header .loop_menu_wraper .middle_loop_menu.active {
  657. display: block;
  658. }
  659. .header .loop_menu_wraper .right_loopMenu {
  660. padding-top: 25px;
  661. padding-left: 30px;
  662. padding-right: 30px;
  663. position: absolute;
  664. /* border-left: 1px solid #f1f1f1; */
  665. border-left: 1px solid #dddddd;
  666. left: 100%;
  667. width: 200%;
  668. height: 100%;
  669. top: 0px;
  670. background-repeat: no-repeat;
  671. background-position: bottom right;
  672. /* border-right: 1px solid #f1f1f1; */
  673. /* border-right: 1px solid #dddddd; */
  674. -webkit-box-sizing: border-box;
  675. -moz-box-sizing: border-box;
  676. box-sizing: border-box;
  677. -moz-background-size: auto;
  678. background-size: auto;
  679. display: none;
  680. }
  681. .header .loop_menu_wraper .right_loopMenu.active {
  682. display: block;
  683. }
  684. .header .loop_menu_wraper .right_loopMenu p {
  685. color: #818181;
  686. margin-top: 18px;
  687. line-height: 26px;
  688. text-overflow: -o-ellipsis-lastline;
  689. overflow: hidden;
  690. text-overflow: ellipsis;
  691. display: -webkit-box;
  692. -webkit-line-clamp: 2;
  693. line-clamp: 2;
  694. -webkit-box-orient: vertical;
  695. }
  696. .header .loop_menu_wraper .right_loopMenu .button_wraper {
  697. margin-top: 30px;
  698. }
  699. .header .loop_menu_wraper .right_loopMenu .button_wraper .content_button {
  700. /* border: 1px solid #1bd1d1; */
  701. border: 1px solid #0052D9;
  702. display: inline-block;
  703. padding: 12px 24px;
  704. margin-right: 16px;
  705. margin-bottom: 16px;
  706. background-color: transparent;
  707. position: relative;
  708. overflow: hidden;
  709. cursor: pointer;
  710. }
  711. .header .loop_menu_wraper .right_loopMenu .button_wraper .content_button:hover::after {
  712. left: 0;
  713. }
  714. .header .loop_menu_wraper .right_loopMenu .button_wraper .content_button:hover .text {
  715. color: #fff;
  716. }
  717. .header .loop_menu_wraper .right_loopMenu .button_wraper .content_button::after {
  718. content: " ";
  719. /* background: #1bd1d1; */
  720. background: #0052D9;
  721. display: block;
  722. position: absolute;
  723. left: -100%;
  724. height: 100%;
  725. width: 100%;
  726. top: 0;
  727. -webkit-transition: left 0.4s ease-in-out;
  728. -o-transition: left 0.4s ease-in-out;
  729. -moz-transition: left 0.4s ease-in-out;
  730. transition: left 0.4s ease-in-out;
  731. }
  732. .header .loop_menu_wraper .right_loopMenu .button_wraper .text {
  733. /* color: #1bd1d1; */
  734. color: #0052D9;
  735. z-index: 1;
  736. position: relative;
  737. -webkit-transition: color 0.2s;
  738. -o-transition: color 0.2s;
  739. -moz-transition: color 0.2s;
  740. transition: color 0.2s;
  741. }
  742. /* 智能业务平台 */
  743. .header .loop_menu_wraper .right_loopMenu.middle {
  744. width: 300%;
  745. }
  746. .btntop {
  747. max-width: 238px;
  748. min-height: 44px;
  749. background: #fff;
  750. border: #1bd1d1 1px solid;
  751. margin-bottom: 10px;
  752. cursor: default;
  753. -webkit-border-radius: 2px;
  754. -moz-border-radius: 2px;
  755. border-radius: 2px;
  756. margin: 10px 10px;
  757. line-height: 44px;
  758. font-family: Helvetica;
  759. font-size: 16px;
  760. color: #1bd1d1;
  761. display: -webkit-box;
  762. display: -webkit-flex;
  763. display: -moz-box;
  764. display: -ms-flexbox;
  765. display: flex;
  766. -webkit-box-pack: center;
  767. -webkit-justify-content: center;
  768. -moz-box-pack: center;
  769. -ms-flex-pack: center;
  770. justify-content: center;
  771. cursor: pointer;
  772. }
  773. .btntop .img {
  774. width: 20px;
  775. height: 44px;
  776. background: url('/cn/image/header/topright.svg') no-repeat center;
  777. margin: 0px 10px;
  778. }
  779. .auto_work {
  780. margin: 30px 10px;
  781. height: auto;
  782. -webkit-box-sizing: border-box;
  783. -moz-box-sizing: border-box;
  784. box-sizing: border-box;
  785. border: 1px #1bd1d1 solid;
  786. }
  787. .auto_work .toptitle {
  788. width: 100%;
  789. height: 50px;
  790. display: -webkit-box;
  791. display: -webkit-flex;
  792. display: -moz-box;
  793. display: -ms-flexbox;
  794. display: flex;
  795. -webkit-box-pack: center;
  796. -webkit-justify-content: center;
  797. -moz-box-pack: center;
  798. -ms-flex-pack: center;
  799. justify-content: center;
  800. }
  801. .auto_work .toptitle .leftpoint {
  802. width: 66px;
  803. height: 100%;
  804. background: url('/cn/image/header/leftpoint.png') no-repeat center;
  805. }
  806. .auto_work .toptitle .tip {
  807. height: 100%;
  808. opacity: 0.85;
  809. font-family: Helvetica;
  810. font-size: 18px;
  811. color: #000000;
  812. text-align: center;
  813. line-height: 50px;
  814. margin: 0px 10px;
  815. }
  816. .auto_work .toptitle .rightpoint {
  817. width: 66px;
  818. height: 100%;
  819. background: url('/cn/image/header/rightpoint.png') no-repeat center;
  820. }
  821. .auto_work .contentbox {
  822. width: 100%;
  823. height: auto;
  824. display: -webkit-box;
  825. display: -webkit-flex;
  826. display: -moz-box;
  827. display: -ms-flexbox;
  828. display: flex;
  829. -webkit-box-pack: center;
  830. -webkit-justify-content: center;
  831. -moz-box-pack: center;
  832. -ms-flex-pack: center;
  833. justify-content: center;
  834. }
  835. .auto_work .contentbox .tipbox {
  836. width: 30%;
  837. height: 94%;
  838. background-color: rgba(236, 253, 255, 0.5);
  839. margin: 0px 10px;
  840. padding: 0px 30px;
  841. margin-bottom: 10px;
  842. }
  843. @media (max-width:1200px) {
  844. .auto_work .contentbox .tipbox {
  845. padding: 0px 0px;
  846. }
  847. }
  848. @media (max-width:820px) {
  849. .auto_work .contentbox .tipbox {
  850. width: 33%;
  851. margin: 0px 5px;
  852. }
  853. /* dcim新增 */
  854. .header .loop_menu_wraper .right_loopMenu .list_item_wraper .dcim_bg {
  855. width: 50%;
  856. }
  857. }
  858. @media (max-width:770px) {
  859. .auto_work .contentbox .tipbox {
  860. width: 33%;
  861. margin: 0px 3px;
  862. }
  863. }
  864. .auto_work .contentbox .tipbox .title {
  865. width: 100%;
  866. height: 40px;
  867. font-family: MicrosoftYaHei, "微软雅黑" !important;
  868. font-size: 16px;
  869. color: #000000;
  870. text-align: center;
  871. line-height: 40px;
  872. }
  873. .auto_work .contentbox .tipbox .content {
  874. width: 100%;
  875. opacity: 0.65;
  876. font-family: MicrosoftYaHei, "微软雅黑" !important;
  877. font-size: 12px;
  878. color: #000000;
  879. text-align: justify;
  880. line-height: 18px;
  881. }
  882. .auto_work .contentbox .tipbox .btn {
  883. width: 100%;
  884. height: 32px;
  885. border: #1bd1d1 1px solid;
  886. margin: 5px 0px;
  887. font-family: MicrosoftYaHei, "微软雅黑" !important;
  888. font-size: 14px;
  889. color: #1bd1d1;
  890. line-height: 32px;
  891. cursor: pointer;
  892. }
  893. .auto_work .contentbox .tipbox .btn .leftimg1 {
  894. width: 16px;
  895. height: 100%;
  896. float: left;
  897. margin: 0px 10px;
  898. }
  899. .auto_work .contentbox .tipbox .btn .leftimg2 {
  900. width: 16px;
  901. height: 100%;
  902. float: left;
  903. margin: 0px 10px;
  904. display: none;
  905. }
  906. .auto_work .contentbox .tipbox .btn .rightimg {
  907. width: 20px;
  908. height: 100%;
  909. float: right;
  910. }
  911. .auto_work .contentbox .tipbox .btn .rightimg2 {
  912. width: 20px;
  913. height: 100%;
  914. float: right;
  915. display: none;
  916. }
  917. .header .href_cursor {
  918. cursor: pointer;
  919. }
  920. .header .h5en {
  921. padding: 0 32px;
  922. -webkit-box-sizing: border-box;
  923. -moz-box-sizing: border-box;
  924. box-sizing: border-box;
  925. }
  926. .header .h5en p {
  927. line-height: 44px;
  928. margin-top: 12px;
  929. opacity: 0.6;
  930. font-size: 16px;
  931. }
  932. .header .h5en a {
  933. line-height: 44px;
  934. cursor: pointer;
  935. display: block;
  936. width: 100%;
  937. text-decoration: none;
  938. color: #000000;
  939. font-size: 16px;
  940. }
  941. .header .mobilePhone {
  942. display: none;
  943. }
  944. /* .header .header_link:last-child {
  945. display: none;
  946. } */
  947. /* 移动端 */
  948. @media (max-width: 750px) {
  949. .header {
  950. height: 45px;
  951. background: transparent;
  952. }
  953. .header .header_box {
  954. margin: 0;
  955. overflow: hidden;
  956. -webkit-box-sizing: border-box;
  957. -moz-box-sizing: border-box;
  958. box-sizing: border-box;
  959. padding-top: 45px;
  960. background-color: #fff;
  961. }
  962. .header .header_mobile {
  963. display: block;
  964. position: fixed;
  965. top: 0;
  966. width: 100%;
  967. /* border-bottom: 1px solid #f1f1f1; */
  968. border-bottom: 1px solid #ddd;
  969. height: 45px;
  970. background: #fff;
  971. }
  972. .header .header_logo {
  973. display: block;
  974. margin: 0 auto;
  975. padding: 12px 0;
  976. width: 72px;
  977. height: 20px;
  978. }
  979. /* .header .header_logo img {
  980. max-width: 74px;
  981. max-height: 36px;
  982. } */
  983. /* 修改 */
  984. .header .header_logo img {
  985. max-width: 74px;
  986. max-height: 20px;
  987. }
  988. .header .mobile_icon {
  989. display: block;
  990. position: absolute;
  991. left: 0;
  992. top: 0;
  993. padding: 16px 15px;
  994. }
  995. .header .mobile_icon img:nth-child(1) {
  996. max-width: 18px;
  997. max-height: 12px;
  998. margin-right: 10px;
  999. }
  1000. .header .first_link_wraper {
  1001. display: none;
  1002. height: 100vh;
  1003. overflow-y: scroll;
  1004. position: fixed;
  1005. width: 100%;
  1006. background: #fff;
  1007. }
  1008. .header .first_link_wraper.show {
  1009. display: block;
  1010. }
  1011. .header .first_link_wraper.none {
  1012. display: none !important;
  1013. }
  1014. .header .first_link_wraper .spanMobile {
  1015. display: block;
  1016. min-height: 500px;
  1017. }
  1018. .header .mobilePhone {
  1019. display: -webkit-box;
  1020. display: -webkit-flex;
  1021. display: -moz-box;
  1022. display: -ms-flexbox;
  1023. display: flex;
  1024. -webkit-flex-wrap: wrap;
  1025. -ms-flex-wrap: wrap;
  1026. flex-wrap: wrap;
  1027. width: inherit;
  1028. -webkit-box-pack: center;
  1029. -webkit-justify-content: center;
  1030. -moz-box-pack: center;
  1031. -ms-flex-pack: center;
  1032. justify-content: center;
  1033. -webkit-box-orient: vertical;
  1034. -webkit-box-direction: normal;
  1035. -webkit-flex-direction: column;
  1036. -moz-box-orient: vertical;
  1037. -moz-box-direction: normal;
  1038. -ms-flex-direction: column;
  1039. flex-direction: column;
  1040. -webkit-box-align: center;
  1041. -webkit-align-items: center;
  1042. -moz-box-align: center;
  1043. -ms-flex-align: center;
  1044. align-items: center;
  1045. position: relative;
  1046. height: 200px;
  1047. }
  1048. .header .header_link {
  1049. width: 100%;
  1050. display: -webkit-box;
  1051. display: -webkit-flex;
  1052. display: -moz-box;
  1053. display: -ms-flexbox;
  1054. display: flex;
  1055. -webkit-box-align: center;
  1056. -webkit-align-items: center;
  1057. -moz-box-align: center;
  1058. -ms-flex-align: center;
  1059. align-items: center;
  1060. -webkit-box-pack: justify;
  1061. -webkit-justify-content: space-between;
  1062. -moz-box-pack: justify;
  1063. -ms-flex-pack: justify;
  1064. justify-content: space-between;
  1065. -webkit-box-sizing: border-box;
  1066. -moz-box-sizing: border-box;
  1067. box-sizing: border-box;
  1068. /* font-size: 14px; */
  1069. -webkit-box-orient: vertical;
  1070. -webkit-box-direction: normal;
  1071. -webkit-flex-direction: column;
  1072. -moz-box-orient: vertical;
  1073. -moz-box-direction: normal;
  1074. -ms-flex-direction: column;
  1075. flex-direction: column;
  1076. }
  1077. .header .header_link .item_wraper {
  1078. width: 100%;
  1079. display: -webkit-box;
  1080. display: -webkit-flex;
  1081. display: -moz-box;
  1082. display: -ms-flexbox;
  1083. display: flex;
  1084. -webkit-box-pack: justify;
  1085. -webkit-justify-content: space-between;
  1086. -moz-box-pack: justify;
  1087. -ms-flex-pack: justify;
  1088. justify-content: space-between;
  1089. -webkit-box-align: center;
  1090. -webkit-align-items: center;
  1091. -moz-box-align: center;
  1092. -ms-flex-align: center;
  1093. align-items: center;
  1094. padding: 0 7px;
  1095. -webkit-box-sizing: border-box;
  1096. -moz-box-sizing: border-box;
  1097. box-sizing: border-box;
  1098. /* border-bottom: 1px solid #f1f1f1; */
  1099. border-bottom: 1px solid #ddd;
  1100. }
  1101. .header .header_link .header_title {
  1102. line-height: 48px;
  1103. background-position: 100% 68% !important;
  1104. }
  1105. .header .header_link .item_wraper .list_item_img {
  1106. display: block;
  1107. }
  1108. .header .loop_menu_wraper {
  1109. position: initial;
  1110. background: transparent;
  1111. border: none;
  1112. height: auto;
  1113. }
  1114. .header .loop_menu_wraper .loop_menu {
  1115. height: auto;
  1116. }
  1117. /* dcim新增 */
  1118. .header .loop_menu_wraper .right_loopMenu .list_item_wraper .dcim_imgBox {
  1119. border: none;
  1120. padding: 0;
  1121. }
  1122. .header .loop_menu_wraper .right_loopMenu .list_item_wraper .dcim_imgBox .box2 {
  1123. padding: 0;
  1124. background-color: unset;
  1125. text-align: unset;
  1126. }
  1127. .header .loop_menu_wraper .right_loopMenu .list_item_wraper .dcim_bg {
  1128. width: 50%;
  1129. }
  1130. .header .loop_menu_wraper .loop_menu .list_item {
  1131. background: transparent;
  1132. padding: 0;
  1133. line-height: 44px;
  1134. }
  1135. .header .close_icon {
  1136. display: none;
  1137. }
  1138. .header .loop_menu_wraper .left_loop_menu {
  1139. width: 100%;
  1140. height: auto;
  1141. padding: 0;
  1142. /* border-bottom: 1px solid #f1f1f1; */
  1143. border-bottom: 1px solid #ddd;
  1144. }
  1145. .header .left_loop_menu .list_item_wraper {
  1146. padding-left: 32px;
  1147. padding-right: 0px;
  1148. height: auto;
  1149. /* 去除移动端的背景色 */
  1150. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  1151. -webkit-user-select: none;
  1152. -moz-user-focus: none;
  1153. -moz-user-select: none;
  1154. }
  1155. .header .left_loop_menu .list_item_wraper .list_item {
  1156. padding-left: 14px;
  1157. padding-right: 7px;
  1158. /* border-bottom: 1px solid #f1f1f1; */
  1159. border-bottom: 1px solid #ddd;
  1160. display: -webkit-box;
  1161. display: -webkit-flex;
  1162. display: -moz-box;
  1163. display: -ms-flexbox;
  1164. display: flex;
  1165. -webkit-box-pack: justify;
  1166. -webkit-justify-content: space-between;
  1167. -moz-box-pack: justify;
  1168. -ms-flex-pack: justify;
  1169. justify-content: space-between;
  1170. }
  1171. .header .left_loop_menu .list_item_wraper .list_item .list_item_img {
  1172. display: block;
  1173. }
  1174. .header .middle_loop_menu {
  1175. padding: 0 !important;
  1176. position: initial !important;
  1177. border: none;
  1178. height: auto;
  1179. /* border-bottom: 1px solid #f1f1f1; */
  1180. border-bottom: 1px solid #ddd;
  1181. }
  1182. .header .right_loopMenu {
  1183. padding: 0 12px 12px 24px !important;
  1184. position: initial !important;
  1185. background: none !important;
  1186. width: 100% !important;
  1187. height: auto !important;
  1188. border-top: none !important;
  1189. border-left: none !important;
  1190. border-right: none !important;
  1191. /* border-bottom: 1px solid #f1f1f1; */
  1192. border-bottom: 1px solid #ddd;
  1193. }
  1194. .header .right_loopMenu h2 {
  1195. margin-top: 12px;
  1196. margin-bottom: 0px;
  1197. font-size: 1.2em;
  1198. font-weight: normal;
  1199. }
  1200. .header .right_loopMenu p {
  1201. margin-top: 4px !important;
  1202. font-size: 1em;
  1203. margin-bottom: 0px;
  1204. }
  1205. .header .right_loopMenu .button_wraper {
  1206. margin-top: 1.8em !important;
  1207. }
  1208. .header .right_loopMenu .content_button {
  1209. padding: 3px 8px !important;
  1210. font-size: 0.8em;
  1211. margin-right: 6px !important;
  1212. margin-bottom: 6px !important;
  1213. }
  1214. .header .auto_work {
  1215. font-size: 0.8em;
  1216. height: auto;
  1217. margin: 14px 4px;
  1218. }
  1219. .auto_work .toptitle .leftpoint {
  1220. width: 33px;
  1221. }
  1222. .auto_work .toptitle .tip {
  1223. font-size: 14px;
  1224. }
  1225. .auto_work .toptitle .rightpoint {
  1226. width: 33px;
  1227. }
  1228. .auto_work .contentbox {
  1229. -webkit-box-orient: vertical;
  1230. -webkit-box-direction: normal;
  1231. -webkit-flex-direction: column;
  1232. -moz-box-orient: vertical;
  1233. -moz-box-direction: normal;
  1234. -ms-flex-direction: column;
  1235. flex-direction: column;
  1236. -webkit-box-align: center;
  1237. -webkit-align-items: center;
  1238. -moz-box-align: center;
  1239. -ms-flex-align: center;
  1240. align-items: center;
  1241. -webkit-box-pack: start;
  1242. -webkit-justify-content: flex-start;
  1243. -moz-box-pack: start;
  1244. -ms-flex-pack: start;
  1245. justify-content: flex-start;
  1246. }
  1247. .auto_work .contentbox .tipbox {
  1248. width: 100%;
  1249. height: auto;
  1250. background-color: rgba(236, 253, 255, 0.5);
  1251. margin: 0px 10px;
  1252. padding: 0px 30px;
  1253. -webkit-box-sizing: border-box;
  1254. -moz-box-sizing: border-box;
  1255. box-sizing: border-box;
  1256. }
  1257. .auto_work .contentbox .tipbox .title {
  1258. height: 40px;
  1259. line-height: 40px;
  1260. }
  1261. .auto_work .contentbox .tipbox .btn {
  1262. font-size: 14px;
  1263. height: 32px;
  1264. line-height: 32px;
  1265. }
  1266. .header .mobilePhone {
  1267. display: -webkit-box;
  1268. display: -webkit-flex;
  1269. display: -moz-box;
  1270. display: -ms-flexbox;
  1271. display: flex;
  1272. -webkit-flex-wrap: wrap;
  1273. -ms-flex-wrap: wrap;
  1274. flex-wrap: wrap;
  1275. width: inherit;
  1276. -webkit-box-pack: center;
  1277. -webkit-justify-content: center;
  1278. -moz-box-pack: center;
  1279. -ms-flex-pack: center;
  1280. justify-content: center;
  1281. -webkit-box-orient: vertical;
  1282. -webkit-box-direction: normal;
  1283. -webkit-flex-direction: column;
  1284. -moz-box-orient: vertical;
  1285. -moz-box-direction: normal;
  1286. -ms-flex-direction: column;
  1287. flex-direction: column;
  1288. -webkit-box-align: center;
  1289. -webkit-align-items: center;
  1290. -moz-box-align: center;
  1291. -ms-flex-align: center;
  1292. align-items: center;
  1293. position: relative;
  1294. height: 200px;
  1295. }
  1296. .header .mobilePhone>p {
  1297. opacity: 0.65;
  1298. font-family: MicrosoftYaHei, "微软雅黑" !important;
  1299. font-size: 18px;
  1300. color: #000000;
  1301. display: -webkit-box;
  1302. display: -webkit-flex;
  1303. display: -moz-box;
  1304. display: -ms-flexbox;
  1305. display: flex;
  1306. margin: 0px;
  1307. }
  1308. .header .mobilePhone>p>img {
  1309. margin-right: 10px;
  1310. }
  1311. .header .mobilePhone>a {
  1312. width: 112px;
  1313. height: 40px;
  1314. background: #1bd1d1;
  1315. -webkit-border-radius: 22px;
  1316. -moz-border-radius: 22px;
  1317. border-radius: 22px;
  1318. font-family: Helvetica;
  1319. font-size: 16px;
  1320. color: #ffffff;
  1321. text-align: center;
  1322. line-height: 40px;
  1323. display: inline-block;
  1324. text-decoration: none;
  1325. }
  1326. .header .chineseEnglish {
  1327. display: none;
  1328. }
  1329. .header .header_link:last-child {
  1330. display: block;
  1331. }
  1332. .header .left_loop_menu .list_item_wraper .list_item.active {
  1333. color: #000;
  1334. font-weight: bold;
  1335. }
  1336. }