index.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  1. /* 头部 */
  2. header{
  3. width: 100%;
  4. height: 75px;
  5. line-height: 75px;
  6. }
  7. header h1{
  8. width: 145px;
  9. height: 39px;
  10. float: left;
  11. margin-top: 18px;
  12. }
  13. header nav{float: right;font-size: 18px;}
  14. header nav a{
  15. display: block;
  16. float: left;
  17. height: 75px;
  18. }
  19. header nav a:hover{border-bottom: 2px solid #d63317;color: #d63317 !important;}
  20. .nav_active{border-bottom: 2px solid #d63317;color: #d63317 !important;}
  21. header nav em{
  22. /* display: block; */
  23. float: left;
  24. margin: 0 30px;
  25. }
  26. /* banner */
  27. .banner{
  28. width: 100%;
  29. /* height: 680px; */
  30. }
  31. .banner img{margin: 0px auto !important;width: 100% !important; display: block;}
  32. /* 关于我们 */
  33. .about{
  34. height: 650px;
  35. padding: 30px 0;
  36. }
  37. .h2{
  38. height: 70px;
  39. line-height: 70px;
  40. position: relative;
  41. color: #3b3b3b;
  42. font-size: 37px;
  43. text-align: center;
  44. }
  45. .h2:after{
  46. position: absolute;
  47. content: "";
  48. width: 50px;
  49. height: 2px;
  50. background: #d63317;
  51. left: 50%;
  52. bottom: 0;
  53. margin-left: -25px;
  54. }
  55. .about_cont{height: 410px;margin-top: 70px;}
  56. .about_cont_l{
  57. width: 550px;
  58. margin-left: 20px;
  59. }
  60. .about_cont_l h3{
  61. height: 35px;
  62. margin-top: 50px;;
  63. }
  64. .about_cont_l p{
  65. line-height: 36px;
  66. font-size: 18px;
  67. color: #707070;
  68. text-indent: 2em;
  69. margin-top: 20px;
  70. }
  71. .about_cont_r{
  72. width: 585px;
  73. height: 410px;
  74. margin-right: 10px;
  75. position: relative;
  76. }
  77. .about_cont_r img{width: 100%;}
  78. .about_cont_r:before{
  79. position: absolute;
  80. content: "";
  81. width: 136px;
  82. height: 6px;
  83. background: url(../images/xian1.png);
  84. top: 45px;
  85. left: -60px;
  86. }
  87. .about_cont_r:after{
  88. position: absolute;
  89. content: "";
  90. width: 225px;
  91. height: 25px;
  92. background: url(../images/xian2.png);
  93. bottom: 20px;
  94. right: 10px;
  95. }
  96. /* 服务范围 */
  97. .serve{
  98. width: 100%;
  99. height: 640px;
  100. background: url(../images/about_bg.png);
  101. padding: 30px 0;
  102. }
  103. .serve ul{height: 380px;margin-top: 70px;display: flex;justify-content: space-between;padding: 0 25px;}
  104. .serve ul li{
  105. float: left;
  106. width: 260px;
  107. height: 380px;
  108. margin-left: 36px;
  109. background: #fff;
  110. box-shadow: 0 0 10px #eee;
  111. cursor: pointer;
  112. transition: transform 0.5s;
  113. }
  114. .serve ul li:first-child{margin-left: 0;}
  115. .serve ul li img{
  116. display: block;
  117. margin: 70px auto 0;
  118. width: 61px;
  119. height: 67px;
  120. }
  121. .serve ul li span{
  122. display: block;
  123. width: 170px;
  124. height: 90px;
  125. line-height: 90px;
  126. text-align: center;
  127. font-size: 28px;
  128. border-bottom: 1px dashed #b5b5b5;
  129. margin: 0 auto;
  130. color: #555;
  131. }
  132. .serve ul li p{
  133. width: 200px;
  134. line-height: 30px;
  135. font-size: 18px;
  136. color: #404040;
  137. text-align: center;
  138. margin: 20px auto 0;
  139. }
  140. .serve ul li:hover{
  141. transform: translate(0,-30px);
  142. border-bottom: 4px solid #d63317;
  143. }
  144. /* 我们的核心核心理念 */
  145. .core{
  146. width: 100%;
  147. height: 720px;
  148. background: url(../images/core_bg.png) no-repeat;
  149. }
  150. .core ul{
  151. height: 350px;
  152. padding: 255px 20px 0;
  153. display: flex;
  154. justify-content: space-between;
  155. }
  156. .core ul li{
  157. width: 350px;
  158. height: 350px;
  159. float: left;
  160. margin-left: 55px;
  161. border-radius: 50%;
  162. background: rgba(0, 0, 0, .5);
  163. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=4C000000);
  164. /* opacity: .8; */
  165. cursor: pointer;
  166. transition: background 0.5s;
  167. }
  168. .core ul li:first-child{margin-left: 0;}
  169. .core ul li:hover{background: rgba(121, 3, 4, .5);}
  170. .core ul li img{
  171. display: block;
  172. width: 72px;
  173. height: 58px;
  174. margin: 30px auto 20px;
  175. }
  176. .core ul li p{
  177. height: 50px;
  178. line-height: 50px;
  179. text-align: center;
  180. color: #fff;
  181. font-size: 24px;
  182. }
  183. .core ul li em{
  184. display: block;
  185. width: 102px;
  186. height: 28px;
  187. margin: 0 auto 15px;
  188. background: url(../images/our.png) no-repeat;
  189. }
  190. .core ul li span{
  191. display: block;
  192. line-height: 30px;
  193. line-height: 30px;
  194. text-align: center;
  195. color: #fff;
  196. }
  197. /* 合作品牌 */
  198. .cooperation{
  199. padding: 30px 0;
  200. height: 700px;
  201. }
  202. .cooperation ul{
  203. margin-top: 40px;
  204. padding: 0 15px;
  205. display: flex;
  206. flex-wrap: wrap;
  207. justify-content: space-between;
  208. }
  209. .cooperation ul li{
  210. width: 170px;
  211. height: 100px;
  212. float: left;
  213. margin-right: 30px;
  214. border: 1px solid #eee;
  215. margin-bottom: 25px;
  216. display: flex;
  217. justify-content: center;
  218. align-items: center;
  219. overflow: hidden;
  220. cursor: pointer;
  221. }
  222. .cooperation-six{margin-right: 0 !important;}
  223. /* 底部内容 */
  224. footer{
  225. height: 150px;
  226. background: #222222;
  227. padding-top: 40px;
  228. }
  229. footer p{
  230. height: 30px;
  231. line-height: 30px;
  232. text-align: center;
  233. color: #cccccc;
  234. font-size: 18px;
  235. }
  236. footer p a{color: #ccc;}
  237. footer p em{margin: 0 20px;}
  238. footer span{
  239. display: block;
  240. text-align: center;
  241. color: #ccc;
  242. font-size: 18px;
  243. margin-top: 20px;
  244. }
  245. /* 中间内容 */
  246. .wrapper{padding: 40px 0;}
  247. .txt_img img{display: block;margin: 0 auto;}
  248. .h3{
  249. text-align: center;
  250. height: 40px;
  251. line-height: 40px;
  252. font-size: 30px;
  253. color: #666;
  254. position: relative;
  255. /* font-weight: bold; */
  256. }
  257. .h3:after{
  258. position: absolute;
  259. content: "";
  260. width: 70px;
  261. height: 2px;
  262. background: #d63317;
  263. left: 50%;
  264. bottom: -5px;
  265. margin-left: -35px;
  266. }
  267. /* 我们的服务 */
  268. .service ul{height: 820px; margin-top: 40px;padding: 0 10px;display: flex;flex-wrap: wrap;justify-content: space-between;}
  269. .service ul li{
  270. float: left;
  271. width: 370px;
  272. height: 380px;
  273. margin-left: 35px;
  274. border: 1px solid #e5e5e5;
  275. margin-bottom: 30px;
  276. cursor: pointer;
  277. transition: box-shadow 0.5s;
  278. }
  279. .service ul li:first-child{margin-left: 0;}
  280. .service ul li:first-child + li + li + li{margin-left: 0;}
  281. .service ul li:hover{
  282. box-shadow: 0 0 10px #ddd;
  283. }
  284. .service ul li img{
  285. display: block;
  286. width: 130px;
  287. height: 130px;
  288. border-radius: 50%;
  289. margin: 57px auto 30px;
  290. }
  291. .service ul li h5{
  292. text-align: center;
  293. height: 30px;
  294. line-height: 30px;
  295. font-size: 24px;
  296. color: #333;
  297. }
  298. .service ul li p{
  299. line-height: 30px;
  300. color: #999;
  301. font-size: 20px;
  302. text-align: center;
  303. margin-top: 25px;
  304. }
  305. /* 我们的优势 */
  306. .advantage{margin-top: 40px;}
  307. /* 本例子css */
  308. .slideBox{ width:1200px; height:480px;margin-top: 25px; position:relative;}
  309. .slideBox .hd{ width: 1200px; height:40px;line-height: 40px; z-index:1; }
  310. .slideBox .hd ul{ zoom:1;display: flex;justify-content: center; text-align: center; }
  311. .slideBox .hd ul li{cursor:pointer;color: #666;font-size: 26px;display: inline-block;}
  312. .slideBox .hd ul li em{margin: 0 15px;}
  313. .slideBox .hd ul li span{position: relative;}
  314. .slideBox .hd ul li.on span{color:#d80001;}
  315. .slideBox .hd ul li.on span:after{
  316. position: absolute;
  317. content: "";
  318. width: 11px;
  319. height: 10px;
  320. background: url(../images/trigon.png);
  321. left: 50%;
  322. margin-left: -5px;
  323. bottom: -15px;
  324. }
  325. .slideBox .bd{ position:relative; height: 360px;margin-top: 70px; z-index:0; }
  326. .slideBox .bd li{
  327. width: 1200px;
  328. height: 360px;
  329. padding: 0 230px;
  330. cursor: pointer;
  331. }
  332. .slideBox .bd li>img{
  333. width: 365px;
  334. height: 360px;
  335. float: left;
  336. margin-right: 45px;
  337. }
  338. .slideBox .bd li h3{
  339. float: left;
  340. width: 320px;
  341. height: 22px;
  342. line-height: 22px;
  343. color: #d80001;
  344. text-indent: 20px;
  345. font-size: 23px;
  346. margin: 55px 0 20px 0;
  347. }
  348. .slideBox .bd li h3 img{
  349. float: left;
  350. /* width: 30px; */
  351. height: 22px;
  352. }
  353. .slideBox .bd li p{
  354. float: left;
  355. width: 320px;
  356. line-height: 40px;
  357. font-size: 21px;
  358. color: #666;
  359. }
  360. /* 下面是前/后按钮代码,如果不需要删除即可 */
  361. .slideBox .prev{position: absolute;width: 29px;height: 53px;background: url(../images/prev.png);top: 50%;margin-top: -27px;left: 40px;}
  362. .slideBox .next{ position: absolute;width: 29px;height: 53px;background: url(../images/next.png);top: 50%;margin-top: -27px;right: 40px;}
  363. .slideBox .prev:hover,
  364. .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1; }
  365. .slideBox .prevStop{ display:none; }
  366. .slideBox .nextStop{ display:none; }
  367. /* 加入我们 */
  368. .join{margin-top: 30px;}
  369. .join h3{
  370. height: 30px;
  371. line-height: 30px;
  372. font-size: 24px;
  373. color: #e13d44;
  374. margin-bottom: 15px;
  375. font-weight: bold;
  376. }
  377. .join h3 img{
  378. display: block;
  379. float: left;
  380. margin: 0 13px 0 10px;
  381. }
  382. .join dl{margin-bottom: 20px;}
  383. .join dl dt{
  384. height: 35px;
  385. line-height: 35px;
  386. border-left: 3px solid #cecece;
  387. background: #f5f5f5;
  388. font-size: 16px;
  389. color: #333;
  390. text-indent: 15px;
  391. font-weight: bold;
  392. margin-bottom: 5px;
  393. }
  394. .join dl dd{
  395. height: 30px;
  396. line-height: 30px;
  397. font-size: 16px;
  398. color: #666;
  399. }
  400. /* 负责声明 */
  401. .sm h4{
  402. font-size: 18px;
  403. line-height: 30px;
  404. margin: 30px 0 50px 0;
  405. text-align: center;
  406. color: #666666;
  407. }
  408. .sm_one{margin-bottom: 30px;height: 550px;overflow: hidden;}
  409. .sm_one dt{width: 320px;height: 550px;position: relative;float: left;margin-right: 45px;}
  410. .sm_one dt img{width: 100%;}
  411. .sm_one dt span{
  412. display: block;
  413. width: 52px;
  414. height: 47px;
  415. line-height: 47px;
  416. text-indent: 12px;
  417. font-size: 20px;
  418. color: #fff;
  419. position: absolute;
  420. background: url(../images/sm_bg.png);
  421. right: -30px;
  422. }
  423. .sm_one dt span:nth-of-type(1){top: 35px;}
  424. .sm_one dt span:nth-of-type(2){top: 165px;}
  425. .sm_one dt span:nth-of-type(3){top: 295px;}
  426. .sm_one dt span:nth-of-type(4){top: 450px;}
  427. .sm_one dt span:first-child{top: 35px;}
  428. .sm_one dt span:first-child + span{top: 165px;}
  429. .sm_one dt span:first-child + span + span{top: 295px;}
  430. .sm_one dt span:first-child + span + span + span{top: 450px;}
  431. .sm_one dd{
  432. float: left;
  433. width: 835px;
  434. padding: 18px 0;
  435. line-height: 30px;
  436. font-size: 16px;
  437. color: #666;
  438. border-bottom: 1px dashed #d0d0d0;
  439. }
  440. .sm_one dd:last-of-type{border: 0;}
  441. .sm_two{margin-bottom: 30px;height: 340px;overflow: hidden;}
  442. .sm_two dt{width: 320px;height: 340px;position: relative;float: right;}
  443. .sm_two dt img{width: 100%;}
  444. .sm_two dt span{
  445. display: block;
  446. width: 52px;
  447. height: 47px;
  448. line-height: 47px;
  449. text-indent: 18px;
  450. font-size: 20px;
  451. color: #fff;
  452. position: absolute;
  453. background: url(../images/sm_bg1.png);
  454. left: -30px;
  455. }
  456. .sm_two dt span:nth-of-type(1){top: 25px;}
  457. .sm_two dt span:nth-of-type(2){top: 135px;}
  458. .sm_two dt span:nth-of-type(3){top: 265px;}
  459. .sm_two dt span:first-child{top: 25px;}
  460. .sm_two dt span:first-child + span{top: 135px;}
  461. .sm_two dt span:first-child + span + span{top: 265px;}
  462. .sm_two dd{
  463. float: left;
  464. width: 835px;
  465. padding: 18px 0;
  466. line-height: 30px;
  467. font-size: 16px;
  468. color: #666;
  469. border-bottom: 1px dashed #d0d0d0;
  470. }
  471. .sm_two dd:last-of-type{border: 0;}
  472. .sm_three{margin-bottom: 30px;height: 550px;overflow: hidden;}
  473. .sm_three dt{width: 320px;height: 550px;position: relative;float: left;margin-right: 45px;}
  474. .sm_three dt img{width: 100%;}
  475. .sm_three dt span{
  476. display: block;
  477. width: 52px;
  478. height: 47px;
  479. line-height: 47px;
  480. text-indent: 12px;
  481. font-size: 20px;
  482. color: #fff;
  483. position: absolute;
  484. background: url(../images/sm_bg.png);
  485. right: -30px;
  486. }
  487. .sm_three dt span:nth-of-type(1){top: 35px;}
  488. .sm_three dt span:nth-of-type(2){top: 180px;}
  489. .sm_three dt span:nth-of-type(3){top: 295px;}
  490. .sm_three dt span:nth-of-type(4){top: 450px;}
  491. .sm_three dt span:first-child{top: 35px;}
  492. .sm_three dt span:first-child + span{top: 180px;}
  493. .sm_three dt span:first-child + span + span{top: 295px;}
  494. .sm_three dt span:first-child + span + span + span{top: 450px;}
  495. .sm_three dd{
  496. float: left;
  497. width: 835px;
  498. padding: 18px 0;
  499. line-height: 30px;
  500. font-size: 16px;
  501. color: #666;
  502. border-bottom: 1px dashed #d0d0d0;
  503. }
  504. .sm_three dd:last-of-type{border: 0;}
  505. /* 删除投诉 */
  506. .ts1{
  507. margin-top: 30px;
  508. }
  509. .ts1 p{
  510. line-height: 35px;
  511. color: #666;
  512. font-size: 18px;
  513. }
  514. .ts1 p a{color: #0024ff;}
  515. .ts2{
  516. width: 1200px;
  517. height: 267px;
  518. background: url(../images/ts_bg.png);
  519. padding: 40px;
  520. }
  521. .ts2 h3{
  522. width: 100%;
  523. height: 33px;
  524. line-height: 33px;
  525. background: url(../images/ts.png) no-repeat;
  526. margin-bottom: 30px;
  527. }
  528. .ts2 h3 strong{
  529. float: left;
  530. font-size: 25px;
  531. color: #404040;
  532. margin-left: 40px;
  533. }
  534. .ts2 h3 span{
  535. font-size: 12px;
  536. float: left;
  537. color: #404040;
  538. margin: 6px 0 0 10px;
  539. }
  540. .ts2 p{
  541. width: 100%;
  542. height: 30px;
  543. line-height: 30px;
  544. color: #666;
  545. font-size: 18px;
  546. margin-top: 15px;
  547. }
  548. .ts2 p span{
  549. display: block;
  550. float: left;
  551. margin-right: 10px;
  552. width: 30px;
  553. height: 30px;
  554. text-align: center;
  555. background: #b2b2b2;
  556. border-radius: 50%;
  557. color: #f5f5f5;
  558. }
  559. .ts3{margin-top: 30px;}
  560. .ts3 h3{line-height: 40px;color: #ff0000;font-size: 18px;}
  561. .ts3 p{line-height: 40px;color: #666;font-size: 18px;}
  562. /* 联系我们 */
  563. .lx ul{
  564. height: 340px;
  565. padding: 0 130px;
  566. display: flex;
  567. justify-content: space-between;
  568. margin-top: 60px;
  569. }
  570. .lx ul li{
  571. float: left;
  572. width: 195px;
  573. height: 340px;
  574. margin-left: 177.5px;
  575. }
  576. .lx ul li:first-child{margin-left: 0;}
  577. .lx ul li em{
  578. display: block;
  579. width: 180px;
  580. height: 180px;
  581. line-height: 180px;
  582. border: 1px dashed #d80001;
  583. border-radius: 50%;
  584. margin-bottom: 30px;
  585. text-align: center;
  586. display: flex;
  587. justify-content: center;
  588. align-items: center;
  589. cursor: pointer;
  590. }
  591. .lx ul li em img{
  592. vertical-align: middle;
  593. }
  594. .lx ul li em:hover img{
  595. animation: tiao 1s linear;
  596. }
  597. @keyframes tiao{
  598. 0% {transform: translate(0,0);}
  599. 25% {transform: translate(0,-20px);}
  600. 50% {transform: translate(0,0);}
  601. 75% {transform: translate(0,-10px);}
  602. 100% {transform: translate(0,0);}
  603. }
  604. .lx ul li h3{
  605. line-height: 40px;
  606. color: #666;
  607. font-size: 24px;
  608. text-align: center;
  609. }
  610. .lx ul li p{
  611. line-height: 40px;
  612. color: #d80001;
  613. font-size: 24px;
  614. text-align: center;
  615. }
  616. .lx ul li span{
  617. display: block;
  618. width: 107px;
  619. height: 30px;
  620. background: url(../images/lx4.png) no-repeat;
  621. margin: 10px auto;
  622. }
  623. /* 地图 */
  624. .ditu{
  625. width: 1170px;
  626. height: 506px;
  627. margin: 70px auto;
  628. }