doem.css 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450
  1. .clearfloat:after {
  2. display: block;
  3. clear: both;
  4. content: "";
  5. visibility: hidden;
  6. height: 0
  7. }
  8. .clearfloat {
  9. zoom: 1
  10. }
  11. .container {
  12. width: 100% !important;
  13. max-width: 1200px;
  14. max-width: 1170px\9;
  15. }
  16. .lcontiner {
  17. padding: 6% 0;
  18. }
  19. .er-content {
  20. max-width: 1200px;
  21. margin: 0 auto;
  22. }
  23. .jiejue a {
  24. color: #fff;
  25. }
  26. .er-content2 {
  27. max-width: 1300px;
  28. margin: 0 auto;
  29. }
  30. /* //#F6F9F9 */
  31. .lcontiner {
  32. background-color: #F6F9F9;
  33. }
  34. .er-con ul {
  35. display: flex;
  36. }
  37. .er-content li {
  38. flex: 1;
  39. width: 25%;
  40. text-align: center;
  41. padding: 0px 6% 0% 6%
  42. }
  43. .er-content ul li img {
  44. width: 100%;
  45. }
  46. .l_title {
  47. width: 100%;
  48. margin-top: 100px;
  49. height: 48px;
  50. text-align: center;
  51. line-height: 42px;
  52. -webkit-background-clip: text;
  53. }
  54. .lu_title {
  55. font-size: 36px;
  56. font-family: Microsoft YaHei, Microsoft YaHei;
  57. font-weight: bold;
  58. color: #000000;
  59. position: relative;
  60. }
  61. .san {
  62. background-color: #F6F6F6;
  63. padding: 73px 0;
  64. position: relative;
  65. box-sizing: border-box;
  66. width: 100%;
  67. }
  68. .san .er-content {
  69. position: relative;
  70. }
  71. .san_header {
  72. position: relative;
  73. }
  74. .san_content {
  75. width: 340px;
  76. padding: 100px 0 130px 0;
  77. background-color: rgba(234, 241, 255, 0.65);
  78. height: 100%;
  79. position: relative;
  80. z-index: 1;
  81. float: left;
  82. }
  83. .san_content:hover {
  84. background-color: rgba(234, 241, 255, 1);
  85. }
  86. .san_content ul {
  87. margin-top: 46px;
  88. padding: 0 30px;
  89. }
  90. .san_tile2 {
  91. font-size: 14px;
  92. font-family: Microsoft YaHei, Microsoft YaHei;
  93. font-weight: 600;
  94. color: #000000;
  95. line-height: 16px;
  96. padding: 14px 15px;
  97. }
  98. .san_title {
  99. padding: 0 15px;
  100. }
  101. .san_title:after {
  102. width: 4px;
  103. height: 67px;
  104. background-color: #0E50C8;
  105. -webkit-transition: all ease-out 0.2s;
  106. transition: all ease-out 0.2s;
  107. content: "";
  108. position: absolute;
  109. left: 0;
  110. webkit-transform: translate(-50%, 0%);
  111. -moz-transform: translate(-50%, 0%);
  112. transform: translate(-50%, 0%);
  113. }
  114. .l_title2 {
  115. padding: 17px 0;
  116. height: 55px;
  117. line-height: 55px;
  118. font-size: 20px;
  119. font-family: Microsoft YaHei, Microsoft YaHei;
  120. font-weight: 400;
  121. color: #000000;
  122. text-align: center;
  123. -webkit-background-clip: text;
  124. }
  125. .swiperslide .swiper-slide {
  126. border: 1px solid rgba(14, 80, 200, 0.5);
  127. margin-right: 10px;
  128. padding: 20px;
  129. padding: 10px 20px;
  130. -webkit-transition: all 0.2s;
  131. -o-transition: all 0.2s;
  132. -moz-transition: all 0.2s;
  133. transition: all 0.2s;
  134. height: 540px;
  135. overflow: hidden;
  136. }
  137. .titlediv_text {
  138. margin-top: 18px;
  139. overflow: hidden;
  140. display: -webkit-box;
  141. -webkit-line-clamp: 3;
  142. -webkit-box-orient: vertical;
  143. height: 70px;
  144. }
  145. .banner .swiper-pagination-bullet {
  146. width: 10px;
  147. height: 10px;
  148. background: rgba(255, 255, 255, 0.5);
  149. border-radius: 50%;
  150. }
  151. .banner .swiper-pagination-bullet-active {
  152. width: 12px;
  153. height: 12px;
  154. border-radius: 50%;
  155. background: rgba(255, 255, 255, 1);
  156. border: 2px solid #fff;
  157. position: relative;
  158. }
  159. .banner .swiper-pagination-bullet-active::after {
  160. width: 18px;
  161. height: 18px;
  162. background: rgba(255, 255, 255, 0);
  163. border: 2px solid #fff;
  164. -webkit-transition: all ease-out 0.2s;
  165. transition: all ease-out 0.2s;
  166. content: "";
  167. position: absolute;
  168. border: 1px solid #fff;
  169. top: -5px;
  170. left: -5px;
  171. border-radius: 50%;
  172. }
  173. .titlediv_title {
  174. width: 100%;
  175. font-size: 24px;
  176. font-family: Microsoft YaHei, Microsoft YaHei;
  177. font-weight: 400;
  178. color: #000000;
  179. line-height: 28px;
  180. overflow: hidden;
  181. display: -webkit-box;
  182. -webkit-line-clamp: 2;
  183. -webkit-box-orient: vertical;
  184. height: 56px;
  185. }
  186. .titlediv_text {
  187. width: 100%;
  188. height: 96px;
  189. font-size: 13px;
  190. font-family: Microsoft YaHei, Microsoft YaHei;
  191. font-weight: 300;
  192. color: #3C3C3C;
  193. line-height: 20px;
  194. padding-top: 18px;
  195. display: -webkit-box;
  196. -webkit-line-clamp: 2;
  197. -webkit-box-orient: vertical;
  198. overflow: hidden;
  199. }
  200. .titlediv_btn {
  201. width: 117px;
  202. height: 30px;
  203. line-height: 30px;
  204. font-size: 14px;
  205. font-family: Microsoft YaHei, Microsoft YaHei;
  206. font-weight: 300;
  207. color: #0E50C8;
  208. border: 1px solid #0E50C8;
  209. margin-top: 10px;
  210. background: url(../images/img/02.png) right 15px center no-repeat;
  211. float: right;
  212. text-align: left;
  213. padding-left: 19px;
  214. }
  215. .tansuo {
  216. position: absolute;
  217. right: 0;
  218. bottom: 0;
  219. }
  220. .titlediv_bottom {}
  221. .titlediv {
  222. margin: 18px 0;
  223. }
  224. .imgdiv {
  225. height: 276px;
  226. padding: 15px 0 15px 0;
  227. border-bottom: 1px solid rgba(14, 80, 200, 0.3);
  228. }
  229. .swiper2 {
  230. padding: 0 50px;
  231. }
  232. .s-next, .s-prev {
  233. width: 33px;
  234. height: 65px !important;
  235. background: #ADCAFF;
  236. border-radius: 0px 0px 0px 0px;
  237. opacity: 1;
  238. }
  239. .swiper-button-next, .swiper-button-prev {
  240. color: #000000 !important;
  241. }
  242. .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  243. font-size: 25px !important;
  244. }
  245. .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  246. font-size: 25px !important;
  247. }
  248. .titlediv_btn:hover {
  249. color: #fff;
  250. background: url(../images/img/04.png) right 15px center no-repeat;
  251. background-color: #175394;
  252. }
  253. .titlediv_btn:hover a {
  254. color: #fff;
  255. }
  256. .h2after:after {
  257. width: 65px;
  258. height: 4px;
  259. background-color: #0E50C8;
  260. -webkit-transition: all ease-out 0.2s;
  261. transition: all ease-out 0.2s;
  262. content: "";
  263. position: absolute;
  264. left: 50%;
  265. bottom: -17px;
  266. webkit-transform: translate(-50%, 0%);
  267. -moz-transform: translate(-50%, 0%);
  268. transform: translate(-50%, 0%);
  269. }
  270. .bg_img {
  271. position: absolute;
  272. width: 100%;
  273. height: 100%;
  274. }
  275. .b1 {
  276. background: url(../images/img/b1.jpg);
  277. background-size: cover;
  278. background-position-x: center !important;
  279. /*opacity: 0.4;*/
  280. z-index: 1;
  281. }
  282. .b2 {
  283. background: url(../images/img/b2.jpg);
  284. background-size: cover;
  285. background-position-x: center !important;
  286. /*opacity: 0.4;*/
  287. z-index: 1;
  288. }
  289. .b3 {
  290. background: url(../images/img/b3.jpg);
  291. background-size: cover;
  292. background-position-x: center !important;
  293. /*opacity: 0.4;*/
  294. z-index: 1;
  295. }
  296. .b4 {
  297. background: url(../images/img/b4.jpg);
  298. background-size: cover;
  299. background-position-x: center !important;
  300. /*opacity: 0.4;*/
  301. z-index: 1;
  302. }
  303. .b5 {
  304. background: url(../images/img/b5.jpg);
  305. background-size: cover;
  306. background-position-x: center !important;
  307. /*opacity: 0.4;*/
  308. z-index: 1;
  309. }
  310. .jiejue {
  311. position: relative;
  312. margin-top: 30px
  313. }
  314. .san_content .item {
  315. width: 112px !important;
  316. height: 72px;
  317. overflow: hidden;
  318. overflow: hidden;
  319. float: left;
  320. text-align: center;
  321. margin-top: 46px;
  322. }
  323. .san_content .list1 {
  324. background: url(../images/img/Component21.png) center no-repeat;
  325. }
  326. .san_content .list2 {
  327. background: url(../images/img/Group48.png) center no-repeat;
  328. }
  329. .san_content .list3 {
  330. background: url(../images/img/Group32.png) center no-repeat;
  331. }
  332. .san_content .list4 {
  333. background: url(../images/img/Group33.png) center no-repeat;
  334. }
  335. .san_content .list5 {
  336. background: url(../images/img/Group162.png) center no-repeat;
  337. }
  338. /* .san_content .list2:hover{
  339. background: url(../images/img/Group411.png) 45px center no-repeat;
  340. } */
  341. .san_content .active0 {
  342. background: url(../images/img/Component37.png) center no-repeat;
  343. }
  344. .san_content .active1 {
  345. background: url(../images/img/Group411.png) center no-repeat;
  346. }
  347. .san_content .active2 {
  348. background: url(../images/img/Group321.png) center no-repeat;
  349. }
  350. .san_content .active3 {
  351. background: url(../images/img/Group521.png) center no-repeat;
  352. }
  353. .san_content .active4 {
  354. background: url(../images/img/Group164.png) center no-repeat;
  355. }
  356. .san_container {
  357. height: 100%;
  358. position: relative;
  359. z-index: 1;
  360. }
  361. .titlediv_btn {
  362. width: 117px;
  363. height: 30px;
  364. line-height: 30px;
  365. font-size: 14px;
  366. font-family: Microsoft YaHei, Microsoft YaHei;
  367. font-weight: 300;
  368. color: #0E50C8;
  369. border: 1px solid #0E50C8;
  370. margin-top: 10px;
  371. /* background: url(../images/tb_37.png) right 15px center no-repeat; */
  372. float: right;
  373. text-align: left;
  374. padding-left: 19px;
  375. bottom: 10px;
  376. }
  377. .santext {
  378. float: left;
  379. padding: 30px;
  380. overflow: hidden;
  381. right: 0;
  382. bottom: 0;
  383. }
  384. .santext h2 {
  385. height: 60px;
  386. font-size: 32px;
  387. font-family: Microsoft YaHei, Microsoft YaHei;
  388. font-weight: 400;
  389. color: #FFFFFF;
  390. line-height: 38px;
  391. letter-spacing: 1px;
  392. }
  393. .santext p {
  394. width: 70%;
  395. color: #FFFFFF;
  396. }
  397. .santext .title_btn {
  398. color: #FFFFFF;
  399. border: 1px solid #FFFFFF;
  400. width: 117px;
  401. height: 30px;
  402. line-height: 30px;
  403. font-size: 14px;
  404. font-family: Microsoft YaHei, Microsoft YaHei;
  405. font-weight: 300;
  406. margin-top: 10px;
  407. background: url(../images/img/04.png) right 15px center no-repeat;
  408. float: right;
  409. text-align: left;
  410. padding-left: 19px;
  411. cursor: pointer;
  412. }
  413. .santext .tansuo {
  414. bottom: 34px;
  415. }
  416. .bgactive1, .bgactive2, .bgactive3, .bgactive4 {
  417. display: none;
  418. }
  419. .si {
  420. padding: 7% 0;
  421. background-color: #fff;
  422. }
  423. .tu1 {
  424. width: 100%;
  425. /* height: 470px;
  426. background: url(../images/img/Rectangle13.png) right center no-repeat;
  427. background-size: 100% 100%;
  428. padding: 10px;
  429. margin-bottom: 15px;
  430. z-index: 10; */
  431. }
  432. .text_si {
  433. height: 48px;
  434. font-size: 36px;
  435. font-family: Microsoft YaHei, Microsoft YaHei;
  436. font-weight: bold;
  437. color: #000000;
  438. line-height: 42px;
  439. position: relative;
  440. }
  441. .si_left {
  442. margin-top: 2%;
  443. left: 10%;
  444. margin-left: 4%;
  445. overflow: hidden;
  446. float: left;
  447. }
  448. .heng:after {
  449. width: 65px;
  450. height: 4px;
  451. background-color: #0E50C8;
  452. -webkit-transition: all ease-out 0.2s;
  453. transition: all ease-out 0.2s;
  454. content: "";
  455. position: absolute;
  456. left: 33px;
  457. bottom: -17px;
  458. webkit-transform: translate(-50%, 0%);
  459. -moz-transform: translate(-50%, 0%);
  460. transform: translate(-50%, 0%);
  461. }
  462. .text {
  463. width: 90%;
  464. padding-top: 40px;
  465. font-size: 14px;
  466. font-family: Microsoft YaHei, Microsoft YaHei;
  467. font-weight: 300;
  468. color: #000000;
  469. line-height: 22px;
  470. height: 155px;
  471. overflow: hidden;
  472. }
  473. .si_rigth {
  474. float: left;
  475. display: inline-block;
  476. overflow: hidden;
  477. position: relative;
  478. }
  479. .si_left .titlediv_btn {
  480. float: left;
  481. }
  482. .si a:hover {
  483. color: #fff;
  484. }
  485. .wu {
  486. background-color: #F6F9F9;
  487. }
  488. .bgwu {
  489. padding: 5% 10px;
  490. background: url(../images/img/Rectangle14.png) center no-repeat;
  491. background-size: 100%;
  492. }
  493. .l_title3 {
  494. width: 100%;
  495. /* margin-top: 100px; */
  496. height: 48px;
  497. text-align: center;
  498. line-height: 42px;
  499. -webkit-background-clip: text;
  500. }
  501. .eu_title {
  502. padding-top: 50px;
  503. font-size: 14px;
  504. font-family: Microsoft YaHei, Microsoft YaHei;
  505. font-weight: Light;
  506. color: #000000;
  507. line-height: 25px;
  508. }
  509. .er-contentwu {
  510. max-width: 1100px;
  511. margin: 0 auto;
  512. }
  513. .bgwu ul li {
  514. float: left;
  515. margin-right: 4%;
  516. margin-top: 5%;
  517. overflow: hidden;
  518. }
  519. .wubtn {
  520. padding-top: 10%;
  521. }
  522. .bnt {
  523. margin: 0 auto;
  524. float: inherit;
  525. }
  526. .liu {
  527. background-color: #fff;
  528. padding: 5%;
  529. }
  530. .section.y6 {
  531. background-color: #333333;
  532. }
  533. .liu_left {
  534. float: left;
  535. border: 1px solid #ccc;
  536. }
  537. .liu_right {
  538. float: right;
  539. }
  540. .liu_img {
  541. width: 100%;
  542. height: 233px;
  543. overflow: hidden;
  544. }
  545. .liu_left .liu_img img {
  546. width: 100%;
  547. }
  548. .liu_newtext a {
  549. color: #000;
  550. }
  551. .liu_newtext h4 {
  552. overflow: hidden;
  553. font-size: 20px;
  554. font-weight: bold;
  555. text-overflow: ellipsis;
  556. display: -webkit-box;
  557. -webkit-line-clamp: 2;
  558. -webkit-box-orient: vertical;
  559. }
  560. .texttitle h4 {
  561. line-height: 1.5;
  562. height: 55px;
  563. }
  564. .texttitle p {
  565. padding: 10px 0;
  566. }
  567. .liu_newtext p {
  568. font-size: 14px;
  569. white-space: nowrap;
  570. /* 不换行 */
  571. overflow: hidden;
  572. /* 隐藏超出部分 */
  573. text-overflow: ellipsis;
  574. /* 显示省略号 */
  575. }
  576. .liu_ioc .ioc {
  577. display: inline-block;
  578. width: 22px;
  579. height: 17px;
  580. background: url(../images/img/Frame.png)center no-repeat;
  581. background-size: 100%;
  582. }
  583. .liu_newtext:hover .ioc {
  584. display: inline-block;
  585. width: 22px;
  586. height: 17px;
  587. background: url(../images/img/05.png)center no-repeat;
  588. background-size: 100%;
  589. overflow: hidden;
  590. }
  591. .liu_ioc .datatime {
  592. float: right;
  593. }
  594. .liu_right .dec {
  595. border: 1px solid #ccc;
  596. height: 121px;
  597. overflow: hidden;
  598. }
  599. .liu_conent {
  600. padding: 2.5% 0;
  601. }
  602. .liu_right .dec {
  603. padding: 2% 4%;
  604. }
  605. .h4 {
  606. line-height: 1.5;
  607. height: 46px;
  608. }
  609. .dec {
  610. margin-bottom: 1.2%;
  611. }
  612. .dec p {
  613. padding: 3.2px 0
  614. }
  615. .liu_newtext:hover {
  616. background-color: #0E50C8;
  617. /* -webkit-transition: all 0.5s;
  618. -o-transition: all 0.5s;
  619. -moz-transition: all 0.5s;
  620. transition: all 0.5s; */
  621. }
  622. .liu_newtext:hover a {
  623. color: #fff;
  624. }
  625. .footertitle {
  626. font-size: 20px;
  627. font-family: Microsoft YaHei, Microsoft YaHei;
  628. font-weight: 400;
  629. color: #FFFFFF;
  630. line-height: 23px;
  631. letter-spacing: 1px;
  632. }
  633. .er-content .liu_footer li {
  634. width: 20% !important;
  635. }
  636. .i_con {
  637. width: 100% !important;
  638. }
  639. .liu_footer_content li {
  640. padding: 0;
  641. }
  642. .footertitle {
  643. padding-top: 15px;
  644. }
  645. .swiperslide .swiper-slide:hover {
  646. /* box-shadow: 0 0 13px #c6c4ce; */
  647. box-shadow: 0 8px 12px 0 rgba(198, 196, 206, 1);
  648. }
  649. .swiperslide .swiper-wrapper {
  650. padding: 40px 0px 40px 10px;
  651. }
  652. .texttitle {
  653. height: 140px;
  654. overflow: hidden;
  655. }
  656. .swiperslide .swiper-slide {
  657. background-color: #fff;
  658. }
  659. .swiperslide .swiper-slide .imgdiv img, .si_rigth img {
  660. width: 100%;
  661. height: 100%;
  662. }
  663. .gongsi {
  664. text-align: right;
  665. color: #666666;
  666. }
  667. .i_footer_tleft li {
  668. min-height: 204px !important;
  669. }
  670. .minwidth .i_morebtn {
  671. display: none;
  672. }
  673. .liu_phone {
  674. padding-left: 25px;
  675. height: 100px;
  676. line-height: -1.5;
  677. padding-right: 1%;
  678. padding-top: 37px;
  679. background: url(../images/img/Vector.png) left center no-repeat;
  680. color: #000
  681. }
  682. .l_input {
  683. margin-top: 39px;
  684. margin-right: 20px;
  685. height: 30px;
  686. border: none;
  687. background: url(../images/img/Group2.png) right center no-repeat;
  688. }
  689. .l_input input {
  690. margin-right: 40px;
  691. border: none;
  692. width: 126px;
  693. }
  694. .i_con {
  695. display: flex;
  696. justify-content: center;
  697. }
  698. .a_menu .a_menu_a:hover, .a_menu .a_menu_a.activetm1 {
  699. color: #05468d !important;
  700. background-color: #fff !important;
  701. font-weight: bold;
  702. font-size: 30px;
  703. }
  704. .a_menu .a_menu_a {
  705. font-size: 24px !important;
  706. }
  707. .adi_title {
  708. font-size: 36px;
  709. height: 60px;
  710. font-family: Microsoft YaHei, Microsoft YaHei;
  711. font-weight: bold;
  712. color: #000000;
  713. line-height: 42px;
  714. position: relative;
  715. display: inline-block;
  716. }
  717. .yinwen {
  718. font-size: 16px;
  719. font-family: Microsoft YaHei, Microsoft YaHei;
  720. font-weight: 400;
  721. color: #CCCCCC;
  722. line-height: 19px;
  723. }
  724. .titleafter:after {
  725. width: 65px;
  726. height: 1px;
  727. background-color: #CCCCCC;
  728. -webkit-transition: all ease-out 0.2s;
  729. transition: all ease-out 0.2s;
  730. content: "";
  731. position: absolute;
  732. left: 33px;
  733. bottom: 0;
  734. webkit-transform: translate(-50%, 0%);
  735. -moz-transform: translate(-50%, 0%);
  736. transform: translate(-50%, 0%);
  737. }
  738. .adi_title2 {
  739. /* width: 191px; */
  740. font-size: 24px;
  741. font-family: Microsoft YaHei, Microsoft YaHei;
  742. font-weight: 400;
  743. color: #000000;
  744. line-height: 28px;
  745. padding: 20px 0;
  746. display: inline-block;
  747. }
  748. .aid_right {
  749. padding: 80px 0 0px 0px;
  750. }
  751. .img_r {
  752. display: inline-block;
  753. height: 440px;
  754. }
  755. .img_r img, .img_r2 img {
  756. width: 100%;
  757. height: 100%;
  758. }
  759. .img_r2 {
  760. display: inline-block;
  761. height: 433px;
  762. overflow: hidden;
  763. }
  764. .pad {
  765. margin-top: 100px;
  766. }
  767. .aid_bg {
  768. background-color: #FBFBFB;
  769. }
  770. .aid_bgimg {
  771. width: 100%;
  772. padding: 2% 0 0px 2%;
  773. background: url(../images/img/Rectangle47.png) center center no-repeat;
  774. background-size: cover;
  775. padding-bottom: 30px;
  776. }
  777. .l_fc {
  778. text-align: center;
  779. }
  780. .aid_bgimg .listg {
  781. width: 31.3%;
  782. position: relative;
  783. height: 650px;
  784. overflow: hidden;
  785. background-color: rgba(12, 39, 88, 0.3);
  786. padding: 70px 0;
  787. float: left;
  788. margin: 10px;
  789. -webkit-transition: all 0.5s;
  790. -o-transition: all 0.5s;
  791. -moz-transition: all 0.5s;
  792. transition: all 0.5s;
  793. }
  794. .our_tile {
  795. width: 100%;
  796. height: 96px;
  797. display: inline-block;
  798. text-align: center;
  799. line-height: 42px;
  800. position: relative;
  801. }
  802. .our {
  803. font-size: 36px;
  804. font-family: Microsoft YaHei, Microsoft YaHei;
  805. font-weight: bold;
  806. color: #FFFFFF;
  807. }
  808. .q_ye:after {
  809. width: 65px;
  810. height: 1px;
  811. background: rgba(12, 39, 88, 0.5);
  812. -webkit-transition: all ease-out 0.2s;
  813. transition: all ease-out 0.2s;
  814. content: "";
  815. position: absolute;
  816. left: 50%;
  817. top: -20px;
  818. webkit-transform: translate(-50%, 0%);
  819. -moz-transform: translate(-50%, 0%);
  820. transform: translate(-50%, 0%);
  821. }
  822. .l_tspiri:after {
  823. width: 65px;
  824. height: 1px;
  825. background: rgba(12, 39, 88, 0.5);
  826. -webkit-transition: all ease-out 0.2s;
  827. transition: all ease-out 0.2s;
  828. content: "";
  829. position: absolute;
  830. left: 50%;
  831. ;
  832. bottom: 5px;
  833. webkit-transform: translate(-50%, 0%);
  834. -moz-transform: translate(-50%, 0%);
  835. transform: translate(-50%, 0%);
  836. }
  837. .listg p {
  838. margin: 30px 0;
  839. text-align: center;
  840. font-size: 18px;
  841. font-weight: 400;
  842. color: #FFFFFF;
  843. line-height: 21px;
  844. }
  845. .listg .yitext {
  846. display: inline-block;
  847. font-size: 18px;
  848. text-align: center;
  849. font-weight: 400;
  850. color: #FFFFFF;
  851. line-height: 21px;
  852. width: 100%;
  853. }
  854. .listg .cultrue{
  855. font-size: 14px;
  856. font-family: Microsoft YaHei, Microsoft YaHei;
  857. font-weight: 400;
  858. color: #FFFFFF;
  859. line-height: 16px;
  860. position: absolute;
  861. bottom: 40px;
  862. left: 50%;
  863. transform: translate(-50%);
  864. }
  865. .classul{
  866. padding-bottom: 15px;
  867. }
  868. .bgcolor1{
  869. background-color: #F6F6F6 ;
  870. padding: 6.5% 0;
  871. }
  872. .l_ryu{
  873. /* padding: 0 360px; */
  874. }
  875. .l_ryu ul{
  876. float: left;
  877. }
  878. .l_ryu ul li{
  879. width:100%;
  880. font-size: 17px;
  881. font-weight: 400;
  882. color: #000000;
  883. line-height: 23px;
  884. text-align: center;
  885. margin-top: 20px;
  886. padding: 5px 0;
  887. position: relative;
  888. line-height: 30px;
  889. line-height: 38px;
  890. height: 38px;
  891. }
  892. .l_ryuimg{
  893. width: 100%;
  894. }
  895. .l_ryuimg .home-swiper7{
  896. padding: 70px 0 0 0;
  897. }
  898. .h_zuo ul li{
  899. width: 20%;
  900. float: left;
  901. }
  902. .h_zuo .he_zuo{
  903. padding: 6.5% 0 1% 0;
  904. }
  905. .lx_zuo{
  906. background-color:#F9F9F9 ;
  907. }
  908. .lx_bg{
  909. background: url(../images/img/Rectangle50.png) center no-repeat;
  910. background-size: 100%;
  911. }
  912. .lx_title{
  913. font-size: 32px;
  914. font-weight: 400;
  915. color: #000000;
  916. line-height: 40px;
  917. }
  918. .lian_x span{
  919. font-size: 20px;
  920. font-weight: 300;
  921. color: #4D4D4D;
  922. line-height: 40px;
  923. }
  924. .lian_x .l_text {
  925. font-size: 20px;
  926. font-weight: 400;
  927. color: #000000;
  928. line-height: 40px;
  929. }
  930. .i_footer_tright_c{
  931. padding: 0 !important;
  932. }
  933. .footer_lx{s
  934. padding: 0;
  935. }
  936. .l_footer{
  937. color: #fff !important;
  938. }
  939. .l_padding{
  940. padding: 6.5% 0;
  941. }
  942. .lx_css{
  943. width: 50%;
  944. text-align: center;
  945. }
  946. .lx_add{
  947. padding-left: 3%;
  948. }
  949. .lx_bottom{
  950. padding: 68px 0 0 0;
  951. }
  952. .lx_bottom ul li{
  953. flex: 1;
  954. position: relative;
  955. text-align: center;
  956. }
  957. .lx_bottom ul li:after{
  958. width: 1px;
  959. height: 120px;
  960. background: #999999 ;
  961. -webkit-transition: all ease-out 0.2s;
  962. transition: all ease-out 0.2s;
  963. content: "";
  964. position: absolute;
  965. right: 0;
  966. bottom: -10px;
  967. webkit-transform: translate(-50%, 0%);
  968. -moz-transform: translate(-50%, 0%);
  969. transform: translate(-50%, 0%);
  970. }
  971. .lx_bottom .lx_h4{
  972. font-size: 20px;
  973. font-weight: 400;
  974. color: #000000;
  975. line-height: 40px;
  976. }
  977. .lx_bottom .lx_h4_text{
  978. font-size: 20px;
  979. font-weight: 300;
  980. color: #4D4D4D;
  981. line-height: 40px;
  982. }
  983. .a1_tile{
  984. color: #fff !important;
  985. }
  986. .lx_lx{
  987. margin-top: 20px;
  988. }
  989. .listg:hover {
  990. /* box-shadow: 0 0 13px #c6c4ce; */
  991. box-shadow: 0 8px 12px 0 rgba(14, 80, 200, 0.65);
  992. /* background-color: rgba(12, 39, 88, 0.65); */
  993. }
  994. .l_ryuimg .Amplification img{
  995. height: 100%;
  996. }
  997. .home-swiper7 .swiper-slide .a_img{
  998. width: 100%;
  999. height: 345px;
  1000. }
  1001. .lx_h4 img{
  1002. padding-right: 9px;
  1003. }
  1004. .next-limg{
  1005. background-image: url(../images/img/r.png) !important;
  1006. right: 0 !important;
  1007. left: auto;
  1008. }
  1009. .next-rimg{
  1010. background-image: url(../images/img/le.png) !important;
  1011. right: auto;
  1012. left: 0 !important;
  1013. }
  1014. .l_ryu .ul1 li .imgleft,.l_ryu .ul2 li .imgleft{
  1015. position: absolute;
  1016. left: 16px;
  1017. }
  1018. .l_ryu ul li .imgright{
  1019. position: absolute;
  1020. right: 16px;
  1021. }
  1022. .i_ss_c{
  1023. display: block !important;
  1024. width: 165px;
  1025. height: 40px;
  1026. background-color: #fff;
  1027. position: absolute;
  1028. right: 5px;
  1029. top: -6px;
  1030. background: url(../images/img/Group2.png) right center no-repeat;
  1031. }
  1032. .liu_sousuo{
  1033. margin-top: 39px;
  1034. margin-right: 20px;
  1035. height: 30px;
  1036. border: none;
  1037. width: 170px;
  1038. position: relative;
  1039. }
  1040. .lx_css{
  1041. width: 100%;
  1042. }
  1043. .l_ryu .ul1{
  1044. width: 20%;
  1045. }
  1046. .l_ryu .ul3{
  1047. width: 45%;
  1048. }
  1049. .l_ryu .ul2{
  1050. width: 30%;
  1051. }
  1052. .l_ryu .ul3{
  1053. width: 45%;
  1054. }
  1055. .h_zuo ul li img{
  1056. width: 100%;
  1057. height: 100%;
  1058. }
  1059. .l_ryu .ul3 li{
  1060. text-align: right;
  1061. padding-right: 50px;
  1062. }
  1063. .ipt22{
  1064. width: 30px;
  1065. height: 30px;
  1066. border: 0px;
  1067. background-color: rgba(12, 39, 88,0);
  1068. position: absolute;
  1069. right: 7px;
  1070. }
  1071. .i_ss_c .ipt1{
  1072. width: 134px;
  1073. height: 31px;
  1074. line-height: 40px;
  1075. background-color: rgba(12, 39, 88,0);
  1076. }
  1077. input:-internal-autofill-selected {
  1078. -webkit-text-fill-color: (255, 255, 255,0) !important;
  1079. background-color: rgba(12, 39, 88,0) !important;
  1080. }
  1081. input:-internal-autofill-selected {
  1082. appearance: menulist-button;
  1083. background-color: rgba(232, 240, 254,0) !important;
  1084. background-image: none !important;
  1085. color: -internal-light-dark(black, white) !important;
  1086. }
  1087. input:-internal-autofill-selected{
  1088. background: red!important;
  1089. }
  1090. @media screen and (min-width:380px) and (max-width:640px) {
  1091. .h_zuo ul li{
  1092. width: 50%;
  1093. }
  1094. .l_ryu .ul1{
  1095. width:100%;
  1096. }
  1097. .l_ryu .ul2{
  1098. width: 100%;
  1099. }
  1100. .l_ryu .ul3{
  1101. width: 100%;
  1102. }
  1103. .h_zuo ul li{
  1104. width: 50%;
  1105. }
  1106. .aid_bgimg .listg{
  1107. width: 488px;
  1108. }
  1109. }
  1110. @media screen and (min-width: 640px) and (max-width: 992px) {
  1111. .l_ryu .ul1{
  1112. width: 100%;
  1113. }
  1114. .l_ryu .ul3 li .imgleft{
  1115. position: absolute;
  1116. left: 16px;
  1117. }
  1118. .n_box1 {
  1119. padding: 20px 3%;
  1120. }
  1121. .l_ryu .ul2{
  1122. width: 100%;
  1123. }
  1124. .l_ryu .ul3{
  1125. width: 100%;
  1126. }
  1127. .liu_right {
  1128. width: 100%;
  1129. }
  1130. .l_ryu ul li{
  1131. width: 100%;
  1132. }
  1133. .lixian{
  1134. width: ;
  1135. width:100%;
  1136. }
  1137. .liu_left {
  1138. width: 100%;
  1139. }
  1140. .bgwu ul li {
  1141. width: 44%;
  1142. margin-top: 10px;
  1143. }
  1144. .si_left, .si_rigth {
  1145. width: 100% !important;
  1146. }
  1147. .si_left .titlediv_btn {
  1148. margin-top: 3%;
  1149. }
  1150. .santext {
  1151. width: 100%;
  1152. }
  1153. .texttitle {
  1154. padding: 2% 4%;
  1155. }
  1156. .ui_div{
  1157. background-color: #333333 !important;
  1158. }
  1159. .aid_bgimg .listg {
  1160. width:47%;
  1161. }
  1162. .h_zuo ul li{
  1163. width: 30%;
  1164. }
  1165. .lx_css{
  1166. width: 100%;
  1167. }
  1168. }
  1169. @media screen and (min-width: 993px) and (max-width: 1970px) {
  1170. .l_ryu .ul1{
  1171. width: 25%;
  1172. }
  1173. .lx_bottom ul{
  1174. display: flex;
  1175. }
  1176. .lixian{
  1177. width: 50%;
  1178. }
  1179. /* .aid_bgimg .listg {
  1180. } */
  1181. .h_zuo ul li{
  1182. width: 20%;
  1183. margin-top: 10px;
  1184. }
  1185. .minwidth {
  1186. max-width: 1200px;
  1187. margin: 0 auto;
  1188. }
  1189. .ulwu {
  1190. display: flex;
  1191. }
  1192. .liu_right {
  1193. width: 49%;
  1194. }
  1195. .liu_left {
  1196. width: 49%;
  1197. }
  1198. .liu_right {
  1199. margin-left: 2%;
  1200. }
  1201. .si_left {
  1202. width: 40%;
  1203. }
  1204. .si_rigth {
  1205. width: 50.5%;
  1206. }
  1207. .si_left .titlediv_btn {
  1208. margin-top: 14%;
  1209. }
  1210. .texttitle {
  1211. padding: 2% 8%;
  1212. }
  1213. .santext {
  1214. width: 71.7%;
  1215. position: absolute;
  1216. }
  1217. .n_box1 .a_img_r_c{
  1218. height: 268px !important;
  1219. }
  1220. }