index.css 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640
  1. /* 首页主体内容样式 */
  2. .main {
  3. background: #ffffff;
  4. }
  5. /* 所有主体内容标题 */
  6. .main h2.item-title {
  7. text-align: center;
  8. font-size: 32px;
  9. line-height: 56px;
  10. }
  11. .main h2>a {
  12. color: #000000;
  13. }
  14. /* 所有主体内容描述 */
  15. .main .item-dec {
  16. text-align: center;
  17. font-size: 22px;
  18. margin-bottom: 32px;
  19. color: #AEAEAE;
  20. }
  21. .main>div {
  22. padding: 70px 0px;
  23. }
  24. /* 轮播图 */
  25. .swiper-slide>img {
  26. width: 100%;
  27. }
  28. #swiper1 .swiper-button-next:after,
  29. .swiper-button-prev:after {
  30. font-size: 69px !important;
  31. }
  32. #swiper1 .swiper-button-prev,
  33. .swiper-container-rtl .swiper-button-next {
  34. color: #ffffff !important;
  35. }
  36. #swiper1 .swiper-button-next,
  37. .swiper-container-rtl .swiper-button-prev {
  38. color: #ffffff !important;
  39. }
  40. /* 视频按钮 */
  41. .video-button {
  42. position: absolute;
  43. top: 67%;
  44. left: 46%;
  45. background: transparent;
  46. padding: 3px 20px;
  47. border-radius: 5px;
  48. line-height: 44px;
  49. font-size: 22px;
  50. border: 3px solid #ffffff;
  51. color: #ffffff;
  52. cursor: pointer;
  53. z-index: 99;
  54. -webkit-transition: all .5;
  55. -moz-transition: all .5;
  56. -o-transition: all .5;
  57. transition: all .5s;
  58. }
  59. .video-button:hover{
  60. -webkit-animation-name: bounceln;
  61. -o-animation-name: bounceln;
  62. animation-name: bounceln;
  63. -webkit-animation-duration: 1s;
  64. -o-animation-duration: 1s;
  65. animation-duration: 1s;
  66. -webkit-animation-timing-function: ease-out;
  67. -o-animation-timing-function: ease-out;
  68. animation-timing-function: ease-out;
  69. -webkit-animation-fill-mode: both;
  70. -o-animation-fill-mode: both;
  71. animation-fill-mode: both;
  72. }
  73. /* 轮播图下方展示栏 */
  74. .tp-banner-dom {
  75. position: absolute;
  76. bottom: -35px;
  77. left: 50%;
  78. transform: translateX(-50%);
  79. width: 1210px;
  80. height: 122px;
  81. border-radius: 5px;
  82. background: #ffffff;
  83. box-shadow: 7px 12.1px 43px 0 rgba(0, 0, 0, .1);
  84. z-index: 99;
  85. }
  86. .tp-banner-item {
  87. width: 25%;
  88. border-radius: 5px;
  89. height: 100%;
  90. float: left;
  91. padding: 22px 0px;
  92. padding-left: 42px;
  93. }
  94. .tp-banner-item:hover {
  95. background: #1296DB;
  96. box-shadow: 0px 4px 15px 0 #1296dbbd;
  97. }
  98. .tp-banner-item>div>span {
  99. font-size: 25px;
  100. color: #000000;
  101. }
  102. .tp-banner-item>div>p {
  103. margin-top: 14px;
  104. color: #666666;
  105. }
  106. .tp-banner-item>div {
  107. float: left;
  108. }
  109. .tp-banner-item>em {
  110. display: inline-block;
  111. float: left;
  112. font-size: 52px;
  113. margin-right: 20px;
  114. color: #1296DB;
  115. }
  116. .tp-banner-item:hover>div>span,
  117. .tp-banner-item:hover>em {
  118. color: #ffffff;
  119. }
  120. .tp-banner-item:hover>div>p {
  121. color: #ffffff;
  122. }
  123. /* 产品服务 */
  124. .serve-list {
  125. width: 100%;
  126. }
  127. .serve-list::after {
  128. content: "";
  129. display: block;
  130. clear: both;
  131. }
  132. .serve-list li {
  133. float: left;
  134. width: 287px;
  135. height: 270px;
  136. margin-bottom: 30px;
  137. padding: 20px;
  138. background: #EFEFEF;
  139. border-radius: 5px;
  140. padding-top: 40px;
  141. text-align: center;
  142. position: relative;
  143. -webkit-transition: all .5;
  144. -moz-transition: all .5;
  145. -o-transition: all .5;
  146. transition: all .5s;
  147. }
  148. .serve-list a:not(:first-child) li {
  149. margin-left: 32px;
  150. }
  151. .serve-list a:nth-child(5) li {
  152. margin: 0px;
  153. }
  154. .serve-list li>div {
  155. width: 100%;
  156. }
  157. .p-fontsiz {
  158. font-size: 50px;
  159. color: #1296D8;
  160. font-weight: bold;
  161. position: relative;
  162. top: 0;
  163. -webkit-transition: all .5;
  164. -moz-transition: all .5;
  165. -o-transition: all .5;
  166. transition: all .5s;
  167. }
  168. .serve-list li:hover .p-fontsiz,
  169. .serve-list li.active .p-fontsiz { top: -26px; color: #ffffff; }
  170. .serve_text {
  171. position: relative;
  172. top: 0;
  173. -moz-transition: all .36s ease;
  174. -o-transition: all .36s ease;
  175. transition: all .36s ease;
  176. webkit-transition: all .36s ease;
  177. }
  178. .serve_text ul::after{
  179. content: "";
  180. display: block;
  181. clear: both;
  182. }
  183. .serve_text li{
  184. float: left;
  185. width: 50%;
  186. color: #999999;
  187. white-space: nowrap;
  188. text-overflow: ellipsis;
  189. }
  190. .serve_text li:nth-child(2n){
  191. text-align: right;
  192. }
  193. .serve_text li:nth-child(2n-1){
  194. text-align: left;
  195. }
  196. .serve-list a {display: inline-block;float: left;}
  197. .serve-list .serve-button {
  198. width: 100px;
  199. height: 30px;
  200. background: #ffffff;
  201. border-radius: 7px;
  202. line-height: 30px;
  203. margin: 20px auto;
  204. color: black;
  205. opacity: 0;
  206. position: relative;
  207. top: 0px;
  208. -moz-transition: all .36s ease;
  209. -o-transition: all .36s ease;
  210. transition: all .36s ease;
  211. webkit-transition: all .36s ease;
  212. }
  213. .serve-list .serve_icon {
  214. width: 69px;
  215. height: 60px;
  216. margin: 0 auto;
  217. transition: 0.36s;
  218. position: relative;
  219. top: 0;
  220. }
  221. .serve-list .serve_text>p {
  222. font-size: 18px;
  223. color: #343434;
  224. margin-top: 18px;
  225. margin-bottom: 15px;
  226. }
  227. .serve-list .serve_text>span {
  228. font-size: 14px;
  229. width: 100%;
  230. color: #999999;
  231. margin-top: 3px;
  232. display: inline-block;
  233. overflow: hidden;
  234. }
  235. .serve-list li:hover {
  236. background: #1296DB;
  237. }
  238. .serve-list li:hover .serve_text {
  239. top: -36px;
  240. }
  241. .serve-list li:hover .serve_text>p {
  242. color: #ffffff;
  243. }
  244. .serve-list li:hover .serve_text li{
  245. color: #ffffff;
  246. }
  247. .serve-list li.active .serve_text li{
  248. color: #ffffff;
  249. }
  250. .serve-list li:hover .serve_text>span {
  251. color: #ffffff;
  252. margin-top: 0;
  253. }
  254. .serve-list li:hover .serve_icon {
  255. top: -26px;
  256. }
  257. .serve-list li:hover .serve-button {
  258. opacity: 1;
  259. top: -20px;
  260. }
  261. .serve-list li.active {
  262. background: #1296DB;
  263. }
  264. .serve-list li.active .serve_text {
  265. top: -36px;
  266. }
  267. .serve-list li.active .serve_text>p {
  268. color: #ffffff;
  269. }
  270. .serve-list li.active .serve_text>span {
  271. color: #ffffff;
  272. margin-top: 0;
  273. }
  274. .serve-list li.active .serve_icon {
  275. top: -26px;
  276. }
  277. .serve-list li.active .serve-button {
  278. opacity: 1;
  279. top: -20px;
  280. }
  281. /* 产品服务 end*/
  282. /* 关于我们 */
  283. .about {
  284. width: 100%;
  285. background: #f9f9fb;
  286. }
  287. .about_left {
  288. height: 550px;
  289. background: url(../images/about/chinamap.png) no-repeat;
  290. background-size: contain;
  291. background-position-x: 102px;
  292. }
  293. .about-dot {
  294. position: absolute;
  295. width: 9px;
  296. height: 9px;
  297. }
  298. .aboutinfo {
  299. position: absolute;
  300. top: -45px;
  301. left: 0;
  302. width: 248px;
  303. height: 197px;
  304. font-size: 46px;
  305. color: #d9dbdc;
  306. }
  307. .aboutinfo>.line {
  308. position: absolute;
  309. bottom: 0;
  310. width: 41%;
  311. height: 7px;
  312. background: #d9dbdc;
  313. }
  314. /* 福建-小圆点的位置 */
  315. .about_left>.one {
  316. top: 418px;
  317. left: 647px;
  318. border-radius: 6px;
  319. }
  320. .one.active>.bubble {
  321. width: 274px;
  322. }
  323. /* 长沙-小圆点的位置 */
  324. .about_left>.two {
  325. width: 30px;
  326. height: 30px;
  327. top: 389px;
  328. left: 545px;
  329. border-radius: 6px;
  330. background-size: cover;
  331. }
  332. .two.active>.bubble {
  333. top: -91px;
  334. left: -370px;
  335. width: 352px;
  336. }
  337. /* 北京-小圆点的位置 */
  338. .about_left>.three {
  339. top: 172px;
  340. left: 613px;
  341. border-radius: 6px;
  342. }
  343. .three.active>.bubble {
  344. top: -99px;
  345. right: -233px;
  346. width: 271px;
  347. }
  348. /* 武汉-小圆点的位置 */
  349. .about_left>.four {
  350. top: 351px;
  351. left: 570px;
  352. border-radius: 6px;
  353. }
  354. .four.active>.bubble {
  355. top: -91px;
  356. right: -22px;
  357. width: 229px;
  358. }
  359. /* 广西-小圆点的位置 */
  360. .about_left>.five {
  361. top: 446px;
  362. left: 530px;
  363. border-radius: 6px;
  364. }
  365. .five.active>.bubble {
  366. top: -88px;
  367. right: 20px;
  368. width: 293px;
  369. }
  370. /* 济南-小圆点的位置 */
  371. .about_left>.six {
  372. top: 255px;
  373. left: 627px;
  374. border-radius: 6px;
  375. }
  376. .six.active>.bubble {
  377. top: -104px;
  378. right: -243px;
  379. width: 266px;
  380. }
  381. /* 广州-小圆点的位置 */
  382. .about_left>.seven {
  383. top: 474px;
  384. left: 595px;
  385. border-radius: 6px;
  386. }
  387. .seven.active>.bubble {
  388. top: -110px;
  389. right: -193px;
  390. width: 264px;
  391. }
  392. /* 郑州-小圆点的位置 */
  393. .about_left>.eight {
  394. top: 296px;
  395. left: 587px;
  396. border-radius: 6px;
  397. }
  398. /* 合肥-小圆点的位置 */
  399. .about_left>.nine {
  400. top: 336px;
  401. left: 629px;
  402. border-radius: 6px;
  403. }
  404. /* 昆明-小圆点的位置 */
  405. .about_left>.ten {
  406. top: 432px;
  407. left: 441px;
  408. border-radius: 6px;
  409. }
  410. .ten.active>.bubble {
  411. top: -105px;
  412. right: 7px;
  413. width: 236px;
  414. }
  415. /* 成都-小圆点的位置 */
  416. .about_left>.eleven {
  417. top: 350px;
  418. left: 457px;
  419. border-radius: 6px;
  420. }
  421. .eleven.active>.bubble {
  422. top: -111px;
  423. right: -15px;
  424. width: 283px;
  425. }
  426. /* 沈阳-小圆点的位置 */
  427. .about_left>.twelve {
  428. top: 159px;
  429. left: 687px;
  430. border-radius: 6px;
  431. }
  432. /* 南昌-小圆点的位置 */
  433. .about_left>.thirteen {
  434. top: 391px;
  435. left: 613px;
  436. border-radius: 6px;
  437. }
  438. .thirteen.active>.bubble {
  439. left: -230px;
  440. width: 235px;
  441. }
  442. /* 大连-小圆点的位置 */
  443. .about_left>.fourteen {
  444. top: 185px;
  445. left: 686px;
  446. border-radius: 6px;
  447. }
  448. /* 拉萨-小圆点的位置 */
  449. .about_left>.fifteen {
  450. top: 324px;
  451. left: 260px;
  452. border-radius: 6px;
  453. }
  454. .fifteen.active>.bubble {
  455. top: -96px;
  456. right: 9px;
  457. width: 350px;
  458. }
  459. /* 内蒙古-小圆点的位置 */
  460. .about_left>.sixteen {
  461. top: 213px;
  462. left: 474px;
  463. border-radius: 6px;
  464. }
  465. .sixteen.active>.bubble {
  466. top: -91px;
  467. right: 31px;
  468. width: 244px;
  469. }
  470. /* 石家庄-小圆点的位置 */
  471. .about_left>.seventeen {
  472. top: 213px;
  473. left: 589px;
  474. border-radius: 6px;
  475. }
  476. .seventeen.active>.bubble {
  477. top: -91px;
  478. right: 14px;
  479. width: 294px;
  480. }
  481. /* 长春-小圆点的位置 */
  482. .about_left>.eighteen {
  483. top: 117px;
  484. left: 728px;
  485. border-radius: 6px;
  486. }
  487. .eighteen.active>.bubble {
  488. top: -91px;
  489. right: 34px;
  490. width: 235px;
  491. }
  492. /* 贵州-小圆点的位置 */
  493. .about_left>.nineteen {
  494. top: 392px;
  495. left: 483px;
  496. border-radius: 6px;
  497. }
  498. .nineteen.active>.bubble {
  499. width: 268px;
  500. top: -25px;
  501. right: 41px;
  502. }
  503. /* 新疆-小圆点的位置 */
  504. .about_left>.twenty {
  505. top: 117px;
  506. left: 283px;
  507. border-radius: 6px;
  508. }
  509. .twenty.active>.bubble {
  510. top: -61px;
  511. right: 33px;
  512. width: 258px;
  513. }
  514. /* 气泡 */
  515. .bubble>div:nth-child(2),
  516. .bubble>div:nth-child(5),
  517. .bubble>div:nth-child(3),
  518. .bubble>div:nth-child(4),
  519. .bubble>div:nth-child(6) {
  520. display: block;
  521. font-size: 16px;
  522. color: #666666;
  523. margin-top: 10px;
  524. }
  525. .bubble>.z_c {
  526. display: block;
  527. font-size: 16px;
  528. color: #333333;
  529. font-weight: bold;
  530. }
  531. .bubble {
  532. position: absolute;
  533. padding: 16px;
  534. top: -91px;
  535. right: -159px;
  536. width: 229px;
  537. background-color: #fff;
  538. border: 1px solid #dddedf;
  539. border-radius: 5px;
  540. box-shadow: 0 5px 20px rgba(153, 153, 153, .4);
  541. box-sizing: border-box;
  542. z-index: 99;
  543. display: none;
  544. }
  545. /* 小圆点 */
  546. .about-dot {
  547. width: 20px;
  548. height: 20px;
  549. background-size: cover;
  550. }
  551. /* .about_left>.about-dot:before {
  552. position: relative;
  553. z-index: 3;
  554. display: block;
  555. width: 100%;
  556. height: 100%;
  557. border-radius: 50%;
  558. background: #d5a57a;
  559. content: "";
  560. -webkit-transition: all .8s;
  561. -moz-transition: all .8s;
  562. -o-transition: all .8s;
  563. transition: all .8s;
  564. } */
  565. .about_left>.active.about-dot::before {
  566. background: #0058FA;
  567. }
  568. .about-dot.active em {
  569. margin-top: -13px;
  570. margin-left: -13px;
  571. border: 1px solid #bab4f6;
  572. background-color: rgba(0, 77, 240, 0.1);
  573. }
  574. .about-dot em {
  575. position: absolute;
  576. top: 50%;
  577. left: 50%;
  578. box-sizing: border-box;
  579. margin-top: -13px;
  580. margin-left: -12px;
  581. width: 25px;
  582. height: 25px;
  583. border: 1px solid #e4c9b2;
  584. border-radius: 50%;
  585. background-color: rgba(255, 255, 255, .4);
  586. -webkit-transform: scale(.6);
  587. transform: scale(.6);
  588. display: none;
  589. -webkit-animation: dotanimo 4s linear infinite;
  590. -moz-animation: dotanimo 4s linear infinite;
  591. -o-animation: dotanimo 4s linear infinite;
  592. animation: dotanimo 4s linear infinite;
  593. -webkit-animation-timing-function: linear;
  594. -moz-animation-timing-function: linear;
  595. -o-animation-timing-function: linear;
  596. animation-timing-function: linear;
  597. }
  598. .about-dot.active em {
  599. display: inline-block;
  600. }
  601. .about-dot.two em {display: none;}
  602. .about_left>.about-dot>.dot-radio1 {
  603. z-index: 0;
  604. border: 1px dashed #e4c9b2;
  605. }
  606. .about-dot>.dot-radio2 {
  607. z-index: 1;
  608. background-color: rgba(255, 255, 255, .3);
  609. -webkit-animation-delay: 2s;
  610. -moz-animation-delay: 2s;
  611. -o-animation-delay: 2s;
  612. animation-delay: 2s;
  613. }
  614. .about-dot>.dot-radio3 {
  615. z-index: 2;
  616. background-color: rgba(255, 255, 255, .3);
  617. -webkit-animation-delay: 3s;
  618. -moz-animation-delay: 3s;
  619. -o-animation-delay: 3s;
  620. animation-delay: 3s;
  621. }
  622. .dot-radio1,
  623. .dot-radio2,
  624. .dot-radio3 {
  625. border: 1px dashed #f6b4b5;
  626. }
  627. /* 小圆点动画 */
  628. @keyframes dotanimo {
  629. 0% {
  630. transform: scale(.6);
  631. -webkit-transform: scale(.6);
  632. opacity: 1;
  633. }
  634. 70% {
  635. transform: scale(1.5);
  636. -webkit-transform: scale(1.5);
  637. opacity: .8;
  638. }
  639. 100% {
  640. transform: scale(2);
  641. -webkit-transform: scale(2);
  642. opacity: 0;
  643. }
  644. }
  645. .about_right {
  646. box-shadow: 7px 12.1px 43px 0 rgba(0, 0, 0, .1);
  647. }
  648. .about_right>.img {
  649. position: relative;
  650. }
  651. .about_right>.img>img {
  652. width: 100%;
  653. height: 200px;
  654. }
  655. .about_right>.img>.videox {
  656. position: absolute;
  657. width: 100%;
  658. height: 100%;
  659. background: #0000008a;
  660. top: 0;
  661. left: 0;
  662. display: none;
  663. }
  664. .about_right>.img:hover>.videox {
  665. display: block;
  666. }
  667. .about_right>.img>.videox>div {
  668. width: 46px;
  669. margin: 88px auto;
  670. cursor: pointer;
  671. }
  672. .about_right>.img>.videox>div img {
  673. width: 100%;
  674. }
  675. .about_right>.text {
  676. padding: 12px 30px;
  677. background: #ffffff;
  678. color: #333333;
  679. }
  680. .about_right>.text>p {
  681. color: #666666;
  682. margin-top: 20px;
  683. line-height: 26px;
  684. }
  685. .map-item {
  686. position: absolute;
  687. display: none;
  688. bottom: 13px;
  689. left: 0;
  690. }
  691. .map-item li {
  692. position: relative;
  693. display: block;
  694. padding: 12px 10px 12px 8px;
  695. line-height: 20px;
  696. }
  697. .map-item li p {
  698. color: rgba(51, 51, 51, .7);
  699. font-size: 17px;
  700. }
  701. .map-item li p>i {
  702. color: #1296DB;
  703. margin-right: 10px;
  704. }
  705. .map-item li h5 {
  706. overflow: hidden;
  707. padding-left: 5px;
  708. height: 18px;
  709. color: #333;
  710. font-size: 16px;
  711. margin: 0;
  712. }
  713. .map-item h5 strong {
  714. display: block;
  715. font-weight: 400;
  716. -webkit-transition: all .8s;
  717. -moz-transition: all .8s;
  718. -o-transition: all .8s;
  719. transition: all .8s;
  720. }
  721. .map-item li:hover h5 strong:first-child {
  722. margin-top: -20px;
  723. }
  724. .map-item li em {
  725. position: absolute;
  726. bottom: -1px;
  727. left: 0;
  728. width: 160px;
  729. height: 1px;
  730. background-color: #eceded;
  731. }
  732. .map-item li .icon-kede {
  733. display: inline-block;
  734. margin-right: 5px;
  735. width: 20px;
  736. height: 20px;
  737. }
  738. .map-item li em:before {
  739. display: block;
  740. margin-left: 0;
  741. width: 10px;
  742. height: 1px;
  743. background-color: #999;
  744. content: "";
  745. -webkit-animation: marginl 2s linear infinite;
  746. -moz-animation: marginl 2s linear infinite;
  747. -ms-animation: marginl 2s linear infinite;
  748. -o-animation: marginl 2s linear infinite;
  749. animation: marginl 2s linear infinite;
  750. }
  751. @keyframes marginl {
  752. 0% {
  753. margin-left: 0;
  754. }
  755. 50% {
  756. margin-left: 50%;
  757. }
  758. 100% {
  759. margin-left: 100%;
  760. }
  761. }
  762. /* 关于我们 end */
  763. /* 资质荣誉 */
  764. .honor-list::after{
  765. content: "";
  766. display: block;
  767. clear: both;
  768. }
  769. .honor-box {
  770. width: 194px;
  771. background: #F3F3F3;
  772. height: 212px;
  773. text-align: center;
  774. padding-top: 20px;
  775. float: left;
  776. margin-right: 13px;
  777. position: relative;
  778. top: 0;
  779. transition: all 0.36s;
  780. -webkit-transition: all 0.36s;
  781. -o-transition: all 0.36s;
  782. -moz-transition: all 0.36s;
  783. }
  784. .honor-box:hover {
  785. top: -10px;
  786. box-shadow: 0 3px 10px #C9C9C9;
  787. }
  788. .honor-icon {
  789. width: 52%;
  790. margin: 10px auto;
  791. }
  792. .honor-icon img {
  793. width: 100%;
  794. }
  795. .honor-box div>p{font-size: 16px;}
  796. .honor-box div>span{
  797. font-size: 12px;
  798. color: #999999;
  799. }
  800. /* 资质荣誉 end */
  801. /* 服务客户 */
  802. .client {
  803. background: url("../images/kehu.jpg");
  804. background-attachment: fixed;
  805. background-repeat: no-repeat;
  806. background-position: center center;
  807. -webkit-background-size: cover;
  808. -moz-background-size: cover;
  809. -o-background-size: cover;
  810. background-size: cover;
  811. -webkit-backface-visibility: hidden;
  812. backface-visibility: hidden;
  813. }
  814. .client>.container>h2>a {
  815. color: #ffffff;
  816. }
  817. .client-list {
  818. width: 100%;
  819. }
  820. .client-list::after {
  821. content: "";
  822. display: block;
  823. clear: both;
  824. }
  825. #swiper2 {
  826. padding: 20px 0;
  827. }
  828. .client-list>div {
  829. width: 20%;
  830. float: left;
  831. transition: all .5s;
  832. -webkit-transition: all .5s;
  833. /* Safari */
  834. }
  835. .client-list>div>img {
  836. width: 100%;
  837. }
  838. .client-list>div:hover {
  839. position: relative;
  840. box-shadow: -4px 6px 19px 2px rgba(177, 171, 171, 0.38);
  841. transform: scale(1.1);
  842. -ms-transform: scale(1.1);
  843. /* IE 9 */
  844. -moz-transform: scale(1.1);
  845. /* Firefox */
  846. -webkit-transform: scale(1.1);
  847. /* Safari 和 Chrome */
  848. -o-transform: scale(1.1);
  849. }
  850. #swiper2 .swiper-wrapper {
  851. height: 440px;
  852. }
  853. #swiper2 .swiper-pagination-bullet {
  854. width: 64px;
  855. height: 6px;
  856. display: inline-block;
  857. border-radius: 5px;
  858. background: #333333;
  859. opacity: 1;
  860. }
  861. #swiper2 .swiper-pagination-bullet-active {
  862. background: #ffffff;
  863. }
  864. /* 服务客户 end */
  865. /* 新闻 */
  866. .news {
  867. background: #ffffff;
  868. }
  869. .item_p img{
  870. display: none;
  871. }
  872. .news .mainnews {
  873. box-sizing: border-box;
  874. padding: 44px 60px;
  875. width: 520px;
  876. height: 544px;
  877. text-align: center;
  878. background: #f8f8f8;
  879. -webkit-transition: all 0.3s ease;
  880. -o-transition: all 0.3s ease;
  881. transition: all 0.3s ease;
  882. float: left;
  883. }
  884. .newslist-left .text span {
  885. color: inherit;
  886. font-size: 24px;
  887. font-family: inherit;
  888. line-height: 30px;
  889. color: #000000;
  890. }
  891. .newslist-left .text h4 {
  892. margin-top: 8px;
  893. color: #333;
  894. font-size: 18px;
  895. line-height: 30px;
  896. font-weight: 400;
  897. }
  898. .mainnews:hover .descript p {
  899. padding-left: 15px;
  900. }
  901. .text {
  902. text-align: left;
  903. }
  904. .text .descript {
  905. margin-top: 8px;
  906. margin-bottom: 15px;
  907. }
  908. .text .descript p {
  909. overflow: hidden;
  910. color: #7d7d7d;
  911. box-sizing: border-box;
  912. padding-left: 0;
  913. max-height: 52px;
  914. width: 380px;
  915. height: auto;
  916. border-left: 1px solid transparent;
  917. font-size: 13px;
  918. line-height: 26px;
  919. -moz-transition: all .36s ease;
  920. -o-transition: all .36s ease;
  921. transition: all .36s ease;
  922. webkit-transition: all .36s ease;
  923. overflow: hidden;
  924. display: -webkit-box;
  925. text-overflow: ellipsis;
  926. -webkit-box-orient: vertical;
  927. -webkit-line-clamp:3;
  928. }
  929. .text .descript p img {
  930. display: none;
  931. }
  932. .item_img {
  933. overflow: hidden;
  934. width: 380px;
  935. height: 180px;
  936. }
  937. .item_img img {
  938. width: 100%;
  939. transition: all 0.4s;
  940. }
  941. .mainnews:hover .item_img img {
  942. -webkit-transform: scale(1.08);
  943. -ms-transform: scale(1.08);
  944. transform: scale(1.08);
  945. }
  946. .more_button {
  947. display: block;
  948. width: 140px;
  949. height: 36px;
  950. border-radius: 2px;
  951. margin-top: 55px;
  952. background: #276ace;
  953. background: -moz-linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
  954. background: -webkit-linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
  955. background: linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
  956. box-shadow: 0 5px 20px rgba(9, 83, 187, 0.31);
  957. color: #fff;
  958. text-align: center;
  959. line-height: 36px;
  960. -moz-transition: all .36s ease;
  961. -o-transition: all .36s ease;
  962. transition: all .36s ease;
  963. webkit-transition: all .36s ease;
  964. }
  965. .mainnews:hover .more_button {
  966. margin-top: 35px;
  967. }
  968. .newslist-right {
  969. float: left;
  970. width: 57%;
  971. }
  972. .newslist-right>ul {
  973. padding-left: 40px;
  974. }
  975. .newslist-right>ul>li {
  976. position: relative;
  977. border-top: 1px solid #e5e5e5;
  978. padding: 0px 20px 19px 38px;
  979. padding-top: 26px;
  980. }
  981. .newslist-right>ul>li::after {
  982. content: "";
  983. position: absolute;
  984. bottom: 0;
  985. left: 0;
  986. width: 0;
  987. height: 3px;
  988. background: #1296D8;
  989. -moz-transition: all .36s ease;
  990. -o-transition: all .36s ease;
  991. transition: all .36s ease;
  992. webkit-transition: all .36s ease;
  993. }
  994. .newslist-right>ul>li:hover::after {
  995. width: 100%;
  996. }
  997. .newslist-right>ul>li h4 {
  998. color: #000000;
  999. -moz-transition: all .36s ease;
  1000. -o-transition: all .36s ease;
  1001. transition: all .36s ease;
  1002. webkit-transition: all .36s ease;
  1003. }
  1004. .newslist-right>ul>li .item_p p {
  1005. overflow: hidden;
  1006. display: -webkit-box;
  1007. text-overflow: ellipsis;
  1008. -webkit-box-orient: vertical;
  1009. -webkit-line-clamp: 3;
  1010. -moz-transition: all .36s ease;
  1011. -o-transition: all .36s ease;
  1012. transition: all .36s ease;
  1013. webkit-transition: all .36s ease;
  1014. }
  1015. .newslist-right>ul>li:hover .item_p p {
  1016. padding-left: 18px;
  1017. }
  1018. .newslist-right>ul>li:hover {
  1019. box-shadow: 0 0 40px rgba(0, 0, 0, .08);
  1020. }
  1021. .newslist-right>ul>li:hover h4 {
  1022. color: #1296D8;
  1023. padding-left: 18px;
  1024. }
  1025. .newsitem .time {
  1026. float: right;
  1027. font-size: 24px;
  1028. color: #959595;
  1029. }
  1030. .item_p {
  1031. color: #AEAEAE;
  1032. padding-right: 85px;
  1033. }
  1034. .news-fenlei {
  1035. width: 100%;
  1036. padding-left: 40px;
  1037. margin-bottom: 15px;
  1038. }
  1039. .news-fenlei span {
  1040. font-size: 20px;
  1041. margin-right: 20px;
  1042. cursor: pointer;
  1043. }
  1044. .news-fenlei span.active {
  1045. color: #1296DB;
  1046. }
  1047. .news-list-it{
  1048. display: none;
  1049. }
  1050. .news-list-it.active{
  1051. display: block;
  1052. }
  1053. /* 新闻 end */
  1054. /* 战略合作 */
  1055. .hezuo {
  1056. background: url("../images/banner/ad_bg4.png");
  1057. background-attachment: fixed;
  1058. background-repeat: no-repeat;
  1059. background-position: center center;
  1060. -webkit-background-size: cover;
  1061. -moz-background-size: cover;
  1062. -o-background-size: cover;
  1063. background-size: cover;
  1064. -webkit-backface-visibility: hidden;
  1065. backface-visibility: hidden;
  1066. position: relative;
  1067. }
  1068. .hezuo>.container>h2>a {
  1069. color: #ffffff;
  1070. }
  1071. .hezuo-list {
  1072. width: 100%;
  1073. }
  1074. .hezuo-list::after {
  1075. content: "";
  1076. display: block;
  1077. clear: both;
  1078. }
  1079. .hezuo-list>div {
  1080. width: 24.2%;
  1081. float: left;
  1082. margin-bottom: 20px;
  1083. margin-right: 10px;
  1084. }
  1085. .client-list>div>img {
  1086. width: 100%;
  1087. }
  1088. #swiper22 .swiper-pagination-bullet {
  1089. width: 64px;
  1090. height: 6px;
  1091. display: inline-block;
  1092. border-radius: 5px;
  1093. background: #333333;
  1094. opacity: 1;
  1095. }
  1096. #swiper22 .swiper-pagination-bullet-active {
  1097. opacity: 1;
  1098. background: #ffffff;
  1099. }
  1100. /* 战略合作 end */
  1101. /* 模态框 */
  1102. .modalKede {
  1103. display: none;
  1104. position: fixed;
  1105. z-index: 999;
  1106. width: 100%;
  1107. height: 100%;
  1108. top: 0;
  1109. left: 0;
  1110. background-color: rgba(0, 0, 0, 0.73);
  1111. filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=iWidth, endColorStr=iWidth);
  1112. }
  1113. .modal_video {
  1114. position: relative;
  1115. text-align: center;
  1116. margin-top: 100px;
  1117. }
  1118. .modalx_kede {
  1119. position: absolute;
  1120. top: -53px;
  1121. right: 400px;
  1122. width: 50px;
  1123. height: 50px;
  1124. cursor: pointer;
  1125. }
  1126. .modalx_kede img {
  1127. width: 100%;
  1128. }
  1129. .tp-banner-dom .m_top {
  1130. display: none;
  1131. width: 100%;
  1132. }
  1133. #swiper21 {
  1134. display: none;
  1135. height: 176px;
  1136. }
  1137. #swiper22 {
  1138. height: 277px;
  1139. }
  1140. .hezuo-list img{
  1141. width: 100%;
  1142. }
  1143. #swiper23{
  1144. display: none;
  1145. height: 129px;
  1146. }
  1147. #swiper23 .hezuo-list>div{
  1148. width: 31.2%;
  1149. }
  1150. #swiper23 .hezuo-list>div:nth-child(3),
  1151. #swiper23 .hezuo-list>div:nth-child(6) {
  1152. margin-right: 0;
  1153. }
  1154. .map_m{display: none;}
  1155. .banner-index{
  1156. position: relative;
  1157. }
  1158. /* 响应式 */
  1159. @media screen and (max-width: 768px) {
  1160. .tp-banner-dom {
  1161. position: absolute;
  1162. bottom: -78px;
  1163. left: 0;
  1164. transform: translateX(0);
  1165. width: 100%;
  1166. height: 78px;
  1167. box-shadow: none;
  1168. }
  1169. .main>div:first-child {margin-top: 70px;}
  1170. .tp-banner-dom .tp-banner-item {
  1171. display: none;
  1172. }
  1173. .tp-banner-dom .m_top {
  1174. display: block;
  1175. }
  1176. #swiper22 {
  1177. display: none;
  1178. }
  1179. #swiper23 {
  1180. display: block;
  1181. }
  1182. #swiper1 .swiper-button-prev,
  1183. .swiper-container-rtl .swiper-button-next,
  1184. #swiper1 .swiper-button-next,
  1185. .swiper-container-rtl .swiper-button-prev {
  1186. display: none;
  1187. }
  1188. .video-button {
  1189. position: absolute;
  1190. top: 75%;
  1191. left: 36%;
  1192. background: transparent;
  1193. padding: 3px 4px;
  1194. border-radius: 5px;
  1195. line-height: 21px;
  1196. font-size: 14px;
  1197. border: 2px solid #ffffff;
  1198. color: #ffffff;
  1199. cursor: pointer;
  1200. }
  1201. header {
  1202. position: relative;
  1203. margin-bottom: 77px;
  1204. }
  1205. .video-button img {
  1206. width: 23%;
  1207. }
  1208. .main h2.item-title {
  1209. font-size: 18px;
  1210. line-height: 27px;
  1211. }
  1212. .main .item-dec {
  1213. font-size: 12px;
  1214. margin-bottom: 20px;
  1215. }
  1216. .serve-list>li {
  1217. float: left;
  1218. width: 24.5%;
  1219. height: 98px;
  1220. margin-bottom: 5px;
  1221. padding: 0px;
  1222. background: #EFEFEF;
  1223. border-radius: 5px;
  1224. padding-top: 12px;
  1225. }
  1226. .serve-list>li:hover .serve_text {
  1227. top: -15px;
  1228. }
  1229. .serve-list>li.active .serve_text {
  1230. top: -15px;
  1231. }
  1232. .serve-list>li:hover .p-fontsiz, .serve-list>li.active .p-fontsiz {
  1233. top: -9px;
  1234. }
  1235. .serve-list>li.active .p-fontsiz, .serve-list>li.active .p-fontsiz {
  1236. top: -9px;
  1237. }
  1238. .serve-list>li:not(:first-child) {
  1239. margin-left: 2px;
  1240. }
  1241. .serve-list>li:nth-child(5) {
  1242. margin-left: 0px;
  1243. }
  1244. .serve-list .serve_text>p {
  1245. font-size: 13px;
  1246. margin-top: 7px;
  1247. }
  1248. .serve-list .serve_text>span {
  1249. display: none;
  1250. }
  1251. .serve-list .serve-button {
  1252. display: none;
  1253. }
  1254. .serve-list .p-fontsiz {
  1255. font-size: 32px;
  1256. }
  1257. .main>div {
  1258. padding: 0px 0px;
  1259. padding-bottom: 30px;
  1260. }
  1261. .main .about .col-lg-8{display: none;}
  1262. .news .mainnews {
  1263. box-sizing: border-box;
  1264. padding: 44px 60px;
  1265. width: 100%;
  1266. }
  1267. #swiper2 {
  1268. display: none;
  1269. }
  1270. #swiper21 {
  1271. display: block;
  1272. height: 208px;
  1273. }
  1274. #swiper21 .client-list>div {
  1275. width: 33.3%;
  1276. float: left;
  1277. }
  1278. .news .mainnews {
  1279. padding: 21px 24px;
  1280. height: 475px;
  1281. }
  1282. .item_img {
  1283. width: 100%;
  1284. }
  1285. .text .descript p {
  1286. max-height: 52px;
  1287. width: 100%;
  1288. }
  1289. .newslist-right {
  1290. width: 100%;
  1291. }
  1292. .news-fenlei {
  1293. margin-top: 20px;
  1294. text-align: center;
  1295. }
  1296. .news-fenlei span {
  1297. font-size: 16px;
  1298. }
  1299. .newslist-right>ul {
  1300. padding-left: 0px;
  1301. }
  1302. .newslist-right>ul>li {
  1303. padding: 0px 2px 8px 1px;
  1304. padding-top: 14px;
  1305. }
  1306. .newsitem .time {
  1307. position: absolute;
  1308. right: 0;
  1309. font-size: 20px;
  1310. top: 17px;
  1311. }
  1312. .newslist-left .text span {
  1313. font-size: 20px;
  1314. }
  1315. .newslist-left .text h4 {
  1316. font-size: 16px;
  1317. }
  1318. .newslist-right>ul>li h4 {
  1319. width: 86%;
  1320. font-size: 16px;
  1321. white-space: nowrap;
  1322. overflow: hidden;
  1323. text-overflow: ellipsis;
  1324. }
  1325. .item_p {
  1326. padding-right: 0px;
  1327. }
  1328. .about_right>.text h3{font-size: 23px;}
  1329. .map_m{display: block;}
  1330. .modalx_kede {
  1331. position: absolute;
  1332. top: -53px;
  1333. right: 0;
  1334. width: 33px;
  1335. height: 33px;
  1336. }
  1337. #video_{width: 100%;height: auto;}
  1338. .hezuo {margin-bottom: 0;}
  1339. .honor-box:nth-child(3),.honor-box:nth-child(6) {margin-right: 0;}
  1340. .honor-box div>p { font-size: 12px; margin-bottom: 0; }
  1341. .honor-box {
  1342. width: 32.3%;
  1343. height: 140px;
  1344. margin-bottom: 5px;
  1345. padding-top: 0px;
  1346. margin-right: 5px;
  1347. }
  1348. .serve-list li {
  1349. float: left;
  1350. width: 100%;
  1351. height: 96px;
  1352. margin-bottom: 5px;
  1353. padding: 0px;
  1354. border-radius: 5px;
  1355. padding-top: 9px;
  1356. }
  1357. .serve-list a {
  1358. float: left;
  1359. width: 23.88%;
  1360. }
  1361. .serve-list a:not(:first-child) { margin-left: 5px; }
  1362. .serve-list a:nth-child(5) { margin-left: 0px; }
  1363. .serve-list li.active .serve_text {
  1364. top: -6px;
  1365. }
  1366. .serve-list a:not(:first-child) li {
  1367. margin-left: 0px;
  1368. }
  1369. .serve-list li:hover .p-fontsiz, .serve-list li.active .p-fontsiz {
  1370. top: -3px;
  1371. color: #ffffff;
  1372. }
  1373. .serve-list li:hover .serve_text {
  1374. top: -8px;
  1375. }
  1376. }
  1377. @media screen and (max-width: 360px) {
  1378. .serve-list a {
  1379. float: left;
  1380. width: 23.8%;
  1381. }
  1382. }