暂无描述

index.css 30KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744
  1. /*
  2. 公共初始化样式
  3. * */
  4. body {
  5. margin: 0;
  6. padding: 0;
  7. font-size: 16px;
  8. -webkit-text-size-adjust: none;
  9. /*overflow-x: hidden;*/
  10. background: -webkit-radial-gradient(circle, #12266a, #000221);
  11. /* Safari 5.1 - 6.0 */
  12. background: -o-radial-gradient(circle, #12266a, #000221);
  13. /* Opera 11.6 - 12.0 */
  14. background: -moz-radial-gradient(circle, #12266a, #000221);
  15. /* Firefox 3.6 - 15 */
  16. background: radial-gradient(circle, #12266a, #000221);
  17. /* 标准的语法(必须放在最后) */
  18. font-family: "微软雅黑";
  19. }
  20. ul,
  21. li {
  22. margin: 0;
  23. padding: 0;
  24. }
  25. li {
  26. list-style-type: none;
  27. }
  28. img {
  29. border: 0;
  30. }
  31. p {
  32. margin: 0;
  33. padding: 0;
  34. }
  35. /*.clearfix {
  36. zoom: 1;
  37. overflow: hidden;
  38. }*/
  39. .clearfix:after {
  40. content: " ";
  41. display: block;
  42. clear: both;
  43. height: 0;
  44. }
  45. a {
  46. text-decoration: none;
  47. }
  48. /*首页样式开始 */
  49. #nav {
  50. width: 100%;
  51. }
  52. #nav>div {
  53. float: left;
  54. }
  55. #nav .nav_left,
  56. .nav_right {
  57. width: calc((100% - 1200px) / 2);
  58. height: 84px;
  59. /*background: -webkit-linear-gradient(left, transparent, #104d9a);
  60. background: -o-linear-gradient(left, transparent, #104d9a);
  61. background: -moz-linear-gradient(left, transparent, #104d9a);
  62. background: linear-gradient(to right, transparent, #104d9a);*/
  63. /*border: 2px solid #0eb4ea;
  64. border-right: 0;
  65. border-left: 0;*/
  66. /*position: relative;*/
  67. }
  68. /*#nav .nav_left:before{
  69. position: absolute;
  70. right: 0;
  71. content: "";
  72. width: 13px;
  73. height: 84px;
  74. border-width: 32px 18px 52px 42px;
  75. border-style: solid;
  76. border-color: transparent #070f3a transparent transparent;
  77. }*/
  78. .nav_middle {
  79. width: 1200px;
  80. margin: 0 auto;
  81. /*min-width: 1220px;*/
  82. }
  83. #nav>div>img {
  84. display: block;
  85. width: 100%;
  86. height: 84px;
  87. }
  88. .nav_middle>ul li {
  89. float: left;
  90. }
  91. .nav_middle>ul li {
  92. width: 13%;
  93. /*width: 160px;*/
  94. }
  95. .nav_middle>ul li:nth-of-type(3) {
  96. width: 48%;
  97. /*width: 560px;*/
  98. }
  99. .nav_middle>ul li img {
  100. display: block;
  101. width: 100%;
  102. }
  103. #wrap {
  104. /*width: 80%;*/
  105. margin: 0 auto;
  106. /*height: calc(100vh - 195px);*/
  107. width: 1500px;
  108. max-width: 1500px;
  109. margin: 0 auto;
  110. height: 900px;
  111. }
  112. .swiper-container {
  113. padding-bottom: 35px;
  114. }
  115. .swiper-container,
  116. .swiper-slide {
  117. height: 100%;
  118. width: 100%!important;
  119. }
  120. .swiper-pagination-bullet {
  121. width: 48px!important;
  122. height: 48px!important;
  123. opacity: 1!important;
  124. background: url(../img/paginat.png) no-repeat;
  125. vertical-align: middle;
  126. }
  127. .swiper-pagination-bullet-active {
  128. height: 73px!important;
  129. width: 73px!important;
  130. background: url(../img/paginat_active.png) no-repeat;
  131. animation: 20s infinite radar_pagination linear;
  132. -webkit-animation: 5s infinite radar_pagination linear;
  133. }
  134. @keyframes radar_pagination {
  135. 0% {
  136. transform: rotate(0deg);
  137. -webkit-transform: rotate(0deg);
  138. }
  139. 100% {
  140. transform: rotate(360deg);
  141. -webkit-transform: rotate(360deg);
  142. }
  143. }
  144. @-webkit-keyframes radar_pagination {
  145. 0% {
  146. transform: rotate(0deg);
  147. -webkit-transform: rotate(0deg);
  148. }
  149. 100% {
  150. transform: rotate(360deg);
  151. -webkit-transform: rotate(360deg);
  152. }
  153. }
  154. .swiper-button-next,
  155. .swiper-button-prev {
  156. width: 51px;
  157. height: 20px;
  158. bottom: 35px!important;
  159. top: auto;
  160. }
  161. .swiper-button-prev {
  162. left: 35%;
  163. z-index: 999;
  164. background: url(../img/go_prev.png) no-repeat;
  165. }
  166. .swiper-button-next {
  167. right: 35%;
  168. background: url(../img/go_next.png) no-repeat;
  169. }
  170. .swiper-slide>div {
  171. width: 100%;
  172. position: relative;
  173. }
  174. .slideCon_bg {
  175. background: url(../img/slide_bg1.png) no-repeat;
  176. height: 100%;
  177. width: 100%;
  178. background-size: 100% 100%;
  179. }
  180. .slide_title {
  181. position: absolute;
  182. height: 2.8rem;
  183. width: 26rem;
  184. left: 39%;
  185. top: 8.8%;
  186. background-size: 100%;
  187. }
  188. .slide_title1 {
  189. background: url(../img/slide_title1.png) no-repeat;
  190. }
  191. .slide_title2 {
  192. background: url(../img/slide_title2.png) no-repeat;
  193. left: 42%;
  194. }
  195. .slide_title3 {
  196. background: url(../img/slide_title3.png) no-repeat;
  197. left: 45%;
  198. }
  199. .slide_title4 {
  200. background: url(../img/slide_title4.png) no-repeat;
  201. left: 43%;
  202. }
  203. .slide_title5 {
  204. background: url(../img/slide_title5.png) no-repeat;
  205. left: 46%;
  206. }
  207. /*首页第一屏*/
  208. .slideCon_bg>div {
  209. float: left;
  210. box-sizing: border-box;
  211. padding-top: 140px;
  212. }
  213. .slide_left,
  214. .slide_right {
  215. width: 25%;
  216. }
  217. .slide_middle {
  218. width: 50%;
  219. }
  220. .slide_middle_first{
  221. width: 75%;
  222. margin-left: -5%;
  223. }
  224. .orderStatistic>.orderCon_middle {
  225. padding-top: 180px;
  226. }
  227. .orderStatistic>.orderCon_left {
  228. box-sizing: border-box;
  229. padding-left: 137px;
  230. }
  231. .orderStatistic>div>ul li {
  232. height: 120px;
  233. width: 235px;
  234. background: url(../img/num_frame.png) no-repeat center;
  235. background-size: 100%;
  236. }
  237. .slideCon_bg>div>ul li img {
  238. width: 80px;
  239. height: 80px;
  240. padding-left: 10px;
  241. padding-top: 20px;
  242. display: inline-block;
  243. vertical-align: middle;
  244. }
  245. .slideCon_bg>div>ul li .num_word {
  246. display: inline-block;
  247. vertical-align: middle;
  248. font-size: 14px;
  249. color: #02d0ee;
  250. margin-top: 20px;
  251. }
  252. .slideCon_bg>div>ul li .num_word span:nth-of-type(2) {
  253. color: #fff;
  254. margin-right: 10px;
  255. }
  256. .slideCon_bg>div>ul li .num_word span:nth-of-type(3) {
  257. color: #fdcf2f;
  258. font-size: 18px;
  259. }
  260. /*雷达样式开始*/
  261. .radar {
  262. /*background: -webkit-radial-gradient(center, rgba(32, 255, 77, 0.3) 0%, rgba(32, 255, 77, 0) 75%), -webkit-repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 18%, #20ff4d 18.6%, rgba(32, 255, 77, 0) 18.9%), -webkit-linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%), -webkit-linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%);*/
  263. background: -webkit-radial-gradient(center, rgba(3, 248, 255, 0.5) 0%, rgba(32, 255, 77, 0) 5%), -webkit-repeating-radial-gradient(rgba(32, 255, 77, 0) 0%, rgba(32, 255, 77, 0) 23%, #00f9ff 23.6%, rgba(32, 255, 77, 0) 23.9%);
  264. ;
  265. /*background: radial-gradient(center, rgba(32, 255, 77, 0.3) 0%, rgba(32, 255, 77, 0) 75%), repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 18%, #20ff4d 18.6%, rgba(32, 255, 77, 0) 18.9%), linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%), linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%);*/
  266. background: radial-gradient(center, rgba(3, 248, 255, 0.5) 0%, rgba(32, 255, 77, 0) 5%), repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 23%, #20ff4d 23.6%, rgba(32, 255, 77, 0) 23.9%), linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%), linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%);
  267. width: 500px;
  268. height: 500px;
  269. max-height: 500px;
  270. max-width: 500px;
  271. position: relative;
  272. left: 50%;
  273. top: 50%;
  274. transform: translate(-50%, -50%);
  275. border-radius: 50%;
  276. border: 0.2rem solid #01f8ff;
  277. box-shadow: 0 0 35px #01f8ff;
  278. overflow: hidden;
  279. }
  280. .radar_inner {
  281. width: 100%;
  282. height: 100%;
  283. }
  284. .radar_inner::before,
  285. .radar_inner::after {
  286. content: ' ';
  287. display: block;
  288. position: absolute;
  289. width: 100%;
  290. height: 4%;
  291. background: url(../img/heng_line.png) no-repeat center;
  292. top: 50%;
  293. left: 0;
  294. background-size: cover;
  295. margin-top: -2%;
  296. }
  297. .radar_inner::after {
  298. transform: rotate(90deg);
  299. }
  300. .radar:before {
  301. content: ' ';
  302. display: block;
  303. position: absolute;
  304. border-radius: 50%;
  305. /*animation: blips 5s infinite;*/
  306. width: 100%;
  307. height: 4%;
  308. animation-timing-function: linear;
  309. animation-delay: 1.4s;
  310. }
  311. .radar:after {
  312. content: ' ';
  313. display: block;
  314. background-image: linear-gradient(44deg, rgba(0, 255, 51, 0) 50%, #00f9ff 100%);
  315. width: 50%;
  316. height: 50%;
  317. position: absolute;
  318. top: 0;
  319. left: 0;
  320. animation: radar-beam 5s infinite;
  321. animation-timing-function: linear;
  322. transform-origin: bottom right;
  323. border-radius: 100% 0 0 0;
  324. }
  325. @keyframes radar-beam {
  326. 0% {
  327. transform: rotate(0deg);
  328. }
  329. 100% {
  330. transform: rotate(360deg);
  331. }
  332. }
  333. /*波点出现消失动画开始*/
  334. @keyframes blips {
  335. /*14% {
  336. background: linear-gradient(0deg, transparent 24%, rgba(140, 147, 166, 0.51) 25%, rgba(140, 147, 166, 0.51) 26%, transparent 27%, transparent 74%, rgba(140, 147, 166, 0.51) 75%, rgba(140, 147, 166, 0.51) 76%, transparent 77%, transparent);
  337. }
  338. 14.0002% {
  339. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  340. }
  341. 25% {
  342. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  343. }
  344. 26% {
  345. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  346. opacity: 1;
  347. }
  348. 100% {
  349. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  350. opacity: 0;
  351. }*/
  352. 0% {
  353. box-shadow: 0px 0 3px 8px #1f6cb9;
  354. }
  355. 30% {
  356. box-shadow: 0 0 3px 4px #1f6cb9;
  357. }
  358. 70% {
  359. box-shadow: 0 0 3px 6px #1f6cb9;
  360. }
  361. 100% {
  362. /*box-shadow: 0 0 35px rgba(24, 61, 101, 0.81);*/
  363. box-shadow: 0px 0 3px 8px #1f6cb9;
  364. }
  365. }
  366. /*波点出现消失动画结束*/
  367. #radarBox {
  368. width: 550px;
  369. height: 550px;
  370. max-height: 550px;
  371. max-width: 550px;
  372. margin: 0 auto;
  373. border-radius: 50%;
  374. position: relative;
  375. background: url(../img/waihuan.png) no-repeat;
  376. background-size: contain;
  377. }
  378. /*雷达样式结束*/
  379. .map_bg {
  380. /*background: url(../img/map.png) no-repeat center;*/
  381. background-size: 66%;
  382. position: relative;
  383. }
  384. @keyframes OutOpcity {
  385. 0% {
  386. opacity: 1;
  387. }
  388. 20% {
  389. opacity: 0.8;
  390. }
  391. 40% {
  392. opacity: 0.5;
  393. }
  394. 65% {
  395. opacity: 0.2;
  396. }
  397. 100% {
  398. opacity: 0;
  399. }
  400. }
  401. @-webkit-keyframes OutOpcity {
  402. 0% {
  403. opacity: 1;
  404. }
  405. 20% {
  406. opacity: 0.8;
  407. }
  408. 40% {
  409. opacity: 0.5;
  410. }
  411. 65% {
  412. opacity: 0.2;
  413. }
  414. 100% {
  415. opacity: 0;
  416. }
  417. }
  418. .OutOpcity {
  419. -webkit-animation-name: OutOpcity;
  420. animation-name: OutOpcity
  421. /*animation: 10s infinite OutOpcity ease;
  422. -webkit-animation: 10s infinite OutOpcity ease;*/
  423. }
  424. @keyframes showTxt {
  425. 0% {
  426. opacity: 0;
  427. }
  428. 40% {
  429. opacity: 0.5;
  430. }
  431. 65% {
  432. opacity: 0.8;
  433. }
  434. 100% {
  435. opacity: 1;
  436. }
  437. }
  438. @-webkit-keyframes showTxt {
  439. 0% {
  440. opacity: 0;
  441. }
  442. 40% {
  443. opacity: 0.5;
  444. }
  445. 65% {
  446. opacity: 0.8;
  447. }
  448. 100% {
  449. opacity: 1;
  450. }
  451. }
  452. .showTxt {
  453. -webkit-animation-name: showTxt;
  454. animation-name: showTxt
  455. }
  456. .quanbg {
  457. width: 80px;
  458. height: 80px;
  459. border-radius: 50%;
  460. position: relative;
  461. cursor: pointer;
  462. }
  463. .quanbg .quan {
  464. width: 100%;
  465. height: 100%;
  466. position: absolute;
  467. left: 0;
  468. top: 0;
  469. border-radius: 50%;
  470. box-sizing: border-box;
  471. display: inline-block;
  472. }
  473. .quanbg .quan1 {
  474. border: 1px solid #eb972c;
  475. opacity: 0.08;
  476. margin: 0%;
  477. width: 100%;
  478. height: 100%;
  479. }
  480. .quanbg .quan2 {
  481. border: 1px solid #eb972c;
  482. opacity: 0.2;
  483. margin: 13%;
  484. width: 74%;
  485. height: 74%;
  486. }
  487. .quanbg .quan3 {
  488. border: 1px solid #eb972c;
  489. opacity: 0.5;
  490. margin: 28%;
  491. width: 44%;
  492. height: 44%;
  493. }
  494. .quanbg .quan4 {
  495. background: #eb972c;
  496. margin: 42%;
  497. width: 16%;
  498. height: 16%;
  499. box-shadow: 0 0 30px rgba(255, 255, 255, 0.83);
  500. }
  501. .quanbg .quan1b {
  502. opacity: 0;
  503. }
  504. .quanbg .quan2b {
  505. opacity: 0;
  506. }
  507. .quanbg .quan3b {
  508. opacity: 0;
  509. }
  510. .quanbg .quan1a {
  511. animation: 3s infinite animation2_quan1 ease;
  512. -webkit-animation: 3s infinite animation2_quan1 ease;
  513. }
  514. .quanbg .quan2a {
  515. animation: 3s infinite animation2_quan2 ease;
  516. -webkit-animation: 3s infinite animation2_quan2 ease;
  517. }
  518. .quanbg .quan3a {
  519. animation: 3s infinite animation2_quan3 ease;
  520. -webkit-animation: 3s infinite animation2_quan3 ease;
  521. }
  522. .quanbg .quan1b {
  523. animation: 3s 1.5s infinite animation2_quan1 ease;
  524. -webkit-animation: 3s 1.5s infinite animation2_quan1 ease;
  525. }
  526. .quanbg .quan2b {
  527. animation: 3s 1.5s infinite animation2_quan2 ease;
  528. -webkit-animation: 3s 1.5s infinite animation2_quan2 ease;
  529. }
  530. .quanbg .quan3b {
  531. animation: 3s 1.5s infinite animation2_quan3 ease;
  532. -webkit-animation: 3s 1.5s infinite animation2_quan3 ease;
  533. }
  534. .quanbg .quan4 {
  535. animation: 1.5s infinite animation2_quan4 ease-out;
  536. -webkit-animation: 1.5s infinite animation2_quan4 ease-out;
  537. }
  538. .quanbg:hover .quan1a {
  539. animation: 2s infinite animation2_quan1a ease;
  540. -webkit-animation: 2s infinite animation2_quan1a ease;
  541. }
  542. @keyframes animation2_quan1 {
  543. 0% {
  544. transform: scale(0.8);
  545. opacity: 0;
  546. -webkit-transform: scale(0.8);
  547. }
  548. 60% {
  549. opacity: 0.08;
  550. }
  551. 80% {
  552. transform: scale(1);
  553. opacity: 0;
  554. -webkit-transform: scale(1);
  555. }
  556. 100% {
  557. transform: scale(1);
  558. opacity: 0;
  559. -webkit-transform: scale(1);
  560. }
  561. }
  562. @-webkit-keyframes animation2_quan1 {
  563. 0% {
  564. transform: scale(0.8);
  565. opacity: 0;
  566. -webkit-transform: scale(0.8);
  567. }
  568. 60% {
  569. opacity: 0.08;
  570. }
  571. 80% {
  572. transform: scale(1);
  573. opacity: 0;
  574. -webkit-transform: scale(1);
  575. }
  576. 100% {
  577. transform: scale(1);
  578. opacity: 0;
  579. -webkit-transform: scale(1);
  580. }
  581. }
  582. @keyframes animation2_quan2 {
  583. 0% {
  584. transform: scale(0.8);
  585. opacity: 0;
  586. -webkit-transform: scale(0.8);
  587. }
  588. 40% {
  589. opacity: 0.2;
  590. }
  591. 80% {
  592. transform: scale(1);
  593. opacity: 0;
  594. -webkit-transform: scale(1);
  595. }
  596. 100% {
  597. transform: scale(1);
  598. opacity: 0;
  599. -webkit-transform: scale(1);
  600. }
  601. }
  602. @-webkit-keyframes animation2_quan2 {
  603. 0% {
  604. transform: scale(0.8);
  605. opacity: 0;
  606. -webkit-transform: scale(0.8);
  607. }
  608. 40% {
  609. opacity: 0.2;
  610. }
  611. 80% {
  612. transform: scale(1);
  613. opacity: 0;
  614. -webkit-transform: scale(1);
  615. }
  616. 100% {
  617. transform: scale(1);
  618. opacity: 0;
  619. -webkit-transform: scale(1);
  620. }
  621. }
  622. @keyframes animation2_quan3 {
  623. 0% {
  624. transform: scale(0.8);
  625. opacity: 0;
  626. -webkit-transform: scale(0.8);
  627. }
  628. 20% {
  629. opacity: 0.5;
  630. }
  631. 80% {
  632. transform: scale(1);
  633. opacity: 0;
  634. -webkit-transform: scale(1);
  635. }
  636. 100% {
  637. transform: scale(1);
  638. opacity: 0;
  639. -webkit-transform: scale(1);
  640. }
  641. }
  642. @-webkit-keyframes animation2_quan3 {
  643. 0% {
  644. transform: scale(0.8);
  645. opacity: 0;
  646. -webkit-transform: scale(0.8);
  647. }
  648. 20% {
  649. opacity: 0.5;
  650. }
  651. 80% {
  652. transform: scale(1);
  653. opacity: 0;
  654. -webkit-transform: scale(1);
  655. }
  656. 100% {
  657. transform: scale(1);
  658. opacity: 0;
  659. -webkit-transform: scale(1);
  660. }
  661. }
  662. @keyframes animation2_quan4 {
  663. 0% {
  664. box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
  665. }
  666. 30% {
  667. box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  668. }
  669. 70% {
  670. box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  671. }
  672. 100% {
  673. box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  674. }
  675. }
  676. @-webkit-keyframes animation2_quan4 {
  677. 0% {
  678. box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
  679. }
  680. 30% {
  681. box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  682. }
  683. 70% {
  684. box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  685. }
  686. 100% {
  687. box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  688. }
  689. }
  690. .quanbgBox {
  691. position: absolute;
  692. }
  693. .quan_SYQ {
  694. /* 睢阳区*/
  695. top: 40%;
  696. left: 41%;
  697. }
  698. .quan_MQ {
  699. /* 民权*/
  700. top: 5%;
  701. left: 26%;
  702. }
  703. .quan_SX {
  704. /* 睢县*/
  705. top: 27%;
  706. left: 21%;
  707. }
  708. .quan_NL {
  709. /* 宁陵*/
  710. top: 22%;
  711. left: 32%;
  712. }
  713. .quan_LYQ {
  714. /* 梁园区*/
  715. top: 22%;
  716. left: 40%;
  717. }
  718. .quan_KFQ {
  719. /* 开发区*/
  720. top: 33%;
  721. left: 46%;
  722. }
  723. .quan_ZC {
  724. /* 柘城*/
  725. top: 51%;
  726. left: 30%;
  727. }
  728. .quan_YCX {
  729. /* 虞城*/
  730. top: 24%;
  731. left: 52%;
  732. }
  733. .quan_XYX {
  734. /*夏邑县*/
  735. top: 42%;
  736. left: 60%;
  737. }
  738. .quan_YCS {
  739. /*永城市*/
  740. top: 57%;
  741. left: 69%;
  742. }
  743. .txt {
  744. color: #FFF;
  745. font-size: 16px;
  746. width: 100px;
  747. display: inline-block;
  748. text-align: right;
  749. position: absolute;
  750. right: 88%;
  751. }
  752. .txt_SYQ {
  753. /* 睢阳区*/
  754. right: 36%;
  755. bottom: -14%;
  756. }
  757. .txt_MQ {
  758. /* 民权*/
  759. top: 67%;
  760. right: 20%;
  761. }
  762. .txt_SX {
  763. /* 睢县*/
  764. top: 65%;
  765. right: 32%;
  766. }
  767. .txt_NL {
  768. /* 宁陵*/
  769. top: 68%;
  770. right: 32%;
  771. }
  772. .txt_LYQ {
  773. /* 梁园区*/
  774. top: 62%;
  775. right: 22%;
  776. }
  777. .txt_KFQ {
  778. /* 开发区*/
  779. top: 59%;
  780. right: 16%;
  781. }
  782. .txt_ZC {
  783. /* 柘城*/
  784. top: 64%;
  785. right: 19%;
  786. }
  787. .txt_YCX {
  788. /* 虞城*/
  789. top: 67%;
  790. right: 15%;
  791. }
  792. .txt_XYX {
  793. /* 夏邑县*/
  794. top: 73%;
  795. right: 15%;
  796. }
  797. .txt_YCS {
  798. /*永城市*/
  799. top: 30%;
  800. right: 77%;
  801. }
  802. /*第二屏开始*/
  803. .source_middle .map_bg {
  804. background: url(../img/source_tree.png) no-repeat center;
  805. height: 550px;
  806. background-size: contain;
  807. }
  808. .orderSource .source_middle {
  809. padding-top: 0;
  810. margin-top: 180px;
  811. }
  812. .orderSource>.source_left,
  813. .orderSource>.source_right {
  814. margin-top: 204px;
  815. padding-top: 0;
  816. }
  817. .orderSource>.source_left {
  818. padding-left: 150px;
  819. }
  820. .orderSource>.source_right {
  821. margin-left: -42px;
  822. }
  823. .source_right ul li,
  824. .source_left ul li {
  825. position: relative;
  826. }
  827. .source_left ul li>div,
  828. .source_right ul li>div {
  829. float: left;
  830. }
  831. .orderSource ul li {
  832. margin-bottom: 20px;
  833. }
  834. .source_kuang {
  835. background: url("../img/source1.png") no-repeat;
  836. width: 265px;
  837. height: 125px;
  838. background-size: 100% 100%;
  839. }
  840. .pbout {
  841. display: inline-block;
  842. vertical-align: middle;
  843. width: 72px;
  844. height: 86px;
  845. padding-top: 12px;
  846. margin-left: 15px;
  847. }
  848. .line_wrap {
  849. width: 160px;
  850. position: absolute;
  851. z-index: 0;
  852. background-color: transparent;
  853. left: 278px;
  854. }
  855. .source_right .line_wrap {
  856. left: -105px;
  857. top: 12px;
  858. }
  859. .source_left .line_wrap {
  860. transform: rotateY(180deg);
  861. }
  862. .line_wrap svg {
  863. width: 100%;
  864. background-color: transparent;
  865. }
  866. .one_line {
  867. width: 173px;
  868. height: 66px;
  869. background: url(../img/one_line.png) no-repeat left center;
  870. }
  871. .two_line {
  872. width: 88px;
  873. height: 48px;
  874. background: url(../img/two_line.png) no-repeat left center;
  875. }
  876. .three_line {
  877. width: 89px;
  878. height: 150px;
  879. background: url(../img/three_line.png) no-repeat left center;
  880. }
  881. .four_line {
  882. width: 149px;
  883. height: 281px;
  884. background: url(../img/four_line.png) no-repeat left center;
  885. background-size: contain;
  886. }
  887. .oneLeft_line {
  888. left: 273px;
  889. top: 14px;
  890. }
  891. .source_right .oneRight_line {
  892. left: -187px;
  893. }
  894. .twoLeft_line {
  895. left: 282px;
  896. top: 14px;
  897. }
  898. /*.twoRight_line{
  899. left: 282px;
  900. top: 14px;
  901. }*/
  902. .threeLeft_line {
  903. top: -88px;
  904. left: 275px;
  905. }
  906. .source_right .threeRight_line {
  907. top: -86px;
  908. left: -106px;
  909. }
  910. .fourLeft_line {
  911. top: -208px;
  912. left: 265px;
  913. }
  914. .source_right .fourRight_line {
  915. top: -214px;
  916. left: -150px;
  917. }
  918. .line:before,
  919. .line:after {
  920. content: ' ';
  921. display: block;
  922. position: absolute;
  923. background: #0478f6;
  924. border-radius: 50%;
  925. width: 10px;
  926. height: 10px;
  927. box-shadow: 0px 0 3px 6px #05529e;
  928. position: absolute;
  929. }
  930. .line:before {
  931. top: -2px;
  932. left: -15px;
  933. }
  934. .line:after {
  935. top: 43px;
  936. left: 90px;
  937. }
  938. .line.oneLeft_line:before {
  939. top: 8px;
  940. left: -10px;
  941. }
  942. .line.oneLeft_line:after {
  943. top: 47px;
  944. left: 171px;
  945. }
  946. .line.oneRight_line:before {
  947. top: 9px;
  948. left: -9px;
  949. }
  950. .line.oneRight_line:after {
  951. top: 46px;
  952. left: 174px;
  953. }
  954. .line.threeLeft_line:after {
  955. top: 143px;
  956. left: 85px;
  957. }
  958. .line.fourLeft_line:after {
  959. top: 274px;
  960. left: 133px;
  961. }
  962. .line.threeRight_line:after {
  963. top: 144px;
  964. }
  965. .line.fourRight_line:after {
  966. top: 274px;
  967. left: 133px;
  968. }
  969. @font-face {
  970. font-family: DigifaceWide;
  971. src: url('../font/DIGIFAW.TTF');
  972. }
  973. .percent_box {
  974. color: #fff;
  975. font-size: 12px;
  976. text-align: center;
  977. display: inline-block;
  978. vertical-align: middle;
  979. position: relative;
  980. /*margin-top: 16px;
  981. margin-left: 22px;
  982. padding-top: 6px;
  983. padding-left: 4px;*/
  984. }
  985. .percent_box>div {
  986. height: 72px;
  987. width: 70px;
  988. position: absolute;
  989. }
  990. .percent_word {
  991. color: #00e9ff;
  992. top: 20px;
  993. }
  994. .percent_word p:first-child {
  995. font-size: 18px;
  996. font-family: "DigifaceWide";
  997. color: #fff!important;
  998. }
  999. .percent_out {
  1000. background: url(../img/percent_out.png) no-repeat center;
  1001. /*margin-top: 16px;
  1002. margin-left: 22px;
  1003. padding-top: 6px;
  1004. padding-left: 4px;
  1005. background-size: 100%;*/
  1006. /*height: 72px;
  1007. width: 70px;*/
  1008. animation: 20s infinite earth_quan1 linear;
  1009. -webkit-animation: 20s infinite earth_quan1 linear;
  1010. }
  1011. .percent_in {
  1012. /*height: 65px;
  1013. width: 65px;*/
  1014. background: url(../img/percent_1.png) no-repeat center;
  1015. /*background-size: 100%;*/
  1016. /*color: #fff;*/
  1017. /*text-align: center;
  1018. font-size: 10px;
  1019. color: #00e9ff;*/
  1020. animation: 20s infinite earth_quan2 linear;
  1021. -webkit-animation: 20s infinite earth_quan2 linear;
  1022. }
  1023. .source_kuang .num_word {
  1024. padding-top: 25px;
  1025. color: #fff!important;
  1026. font-size: 18px!important;
  1027. margin-left: 15px;
  1028. }
  1029. .source_kuang .num_word span:first-child {
  1030. margin-right: 15px;
  1031. }
  1032. .source_kuang .num_word span:last-child,
  1033. .typeWord {
  1034. color: #ecbc16!important;
  1035. font-size: 22px;
  1036. }
  1037. /*第三屏开始*/
  1038. .slideCon_bg.orderType {
  1039. background: url(../img/orderType_bg.png) no-repeat;
  1040. height: 100%;
  1041. background-size: 100% 100%;
  1042. }
  1043. .orderType .orderTtype_Con {
  1044. width: 86%;
  1045. margin: 0 auto;
  1046. float:none;
  1047. }
  1048. .orderTtype_Con ul {
  1049. margin: 105px 20px 0 20px;
  1050. }
  1051. .orderTtype_Con ul li {
  1052. float: left;
  1053. background: url(../img/light_kuang1.png) no-repeat center;
  1054. height: 536px;
  1055. width: 9%;
  1056. background-size: 100% 100%;
  1057. padding-left: 10px;
  1058. box-sizing: border-box;
  1059. padding-top: 40px;
  1060. margin-left: 1%;
  1061. }
  1062. .orderTtype_Con ul li.active {
  1063. background: url(../img/light_kuang2.png) no-repeat center;
  1064. background-size: 100% 100%;
  1065. height: 545px;
  1066. padding-top: 45px;
  1067. }
  1068. .orderType>.orderTtype_Con ul li img {
  1069. /*width: 110px;
  1070. padding: 0px;
  1071. margin: 30px -9px 10px -9px;*/
  1072. width: 90px;
  1073. padding: 0px;
  1074. margin: 25px -9px 7px -3px;
  1075. height: 70px;
  1076. }
  1077. .typeWord {
  1078. position: relative;
  1079. }
  1080. .typeWord:before {
  1081. position: absolute;
  1082. display: block;
  1083. content: "";
  1084. height: 4px;
  1085. width: 80%;
  1086. background: -webkit-linear-gradient(right, #45a6f3, transparent);
  1087. /* Safari 5.1 - 6.0 */
  1088. background: -o-linear-gradient(right, #45a6f3, transparent);
  1089. /* Opera 11.1 - 12.0 */
  1090. background: -moz-linear-gradient(right, #45a6f3, transparent);
  1091. /* Firefox 3.6 - 15 */
  1092. background: linear-gradient(to right, #45a6f3, transparent);
  1093. /* 标准的语法(必须放在最后) */
  1094. bottom: -13px;
  1095. }
  1096. .typeWord_line {
  1097. color: #c9d3ff;
  1098. font-size: 14px;
  1099. position: relative;
  1100. width: 90px;
  1101. text-align: center;
  1102. margin-bottom: 23px;
  1103. }
  1104. .typeWord_line:before {
  1105. position: absolute;
  1106. content: "";
  1107. height: 2px;
  1108. width: 100%;
  1109. background: -webkit-linear-gradient(left, transparent, #fff, transparent);
  1110. /* Safari 5.1 - 6.0 */
  1111. background: -o-linear-gradient(left, transparent, #fff, transparent);
  1112. /* Opera 11.1 - 12.0 */
  1113. background: -moz-linear-gradient(left, transparent, #fff, transparent);
  1114. /* Firefox 3.6 - 15 */
  1115. background: linear-gradient(to right, transparent, #fff, transparent);
  1116. /* 标准的语法(必须放在最后) */
  1117. border-radius: 20%;
  1118. left: 0;
  1119. bottom: -10px;
  1120. }
  1121. .order_count {
  1122. color: #00e9ff;
  1123. font-size: 16px;
  1124. font-weight: bold;
  1125. width: 90px;
  1126. text-align: center;
  1127. }
  1128. .persent_kuang {
  1129. /*width: 55px;
  1130. height: 56px;
  1131. color: #00E9FF;
  1132. font-size: 14px;
  1133. text-align: center;
  1134. line-height: 55px;
  1135. font-weight: bold;
  1136. background: url(../img/order_percent.png) no-repeat center;*/
  1137. width: 75px;
  1138. height: 75px;
  1139. color: #00E9FF;
  1140. font-size: 14px;
  1141. text-align: center;
  1142. line-height: 75px;
  1143. font-weight: bold;
  1144. background: url(../img/order_percent.png) no-repeat center;
  1145. background-size: 100% 100%;
  1146. }
  1147. .persent_box {
  1148. width: 85%;
  1149. margin: 0 auto;
  1150. }
  1151. .persent_word {
  1152. font-size: 14px;
  1153. color: #c9d3ff;
  1154. margin-top: 3px;
  1155. }
  1156. /*第四屏开始*/
  1157. .orderState .orderCon_left {
  1158. padding-left: 140px;
  1159. }
  1160. .orderState .orderCon_right {
  1161. margin-left: -68px;
  1162. }
  1163. .orderState>div>ul li {
  1164. height: 90px;
  1165. width: 310px;
  1166. background: url(../img/stateNum_kuang.png) no-repeat center;
  1167. background-size: 100% 100%;
  1168. margin-top: 15px;
  1169. }
  1170. .orderState>div>ul li.active {
  1171. background: url(../img/stateNum_kuang1.png) no-repeat center;
  1172. background-size: 100% 100%;
  1173. }
  1174. .orderState>div>ul li .num_word {
  1175. font-size: 18px;
  1176. font-weight: bold;
  1177. color: #fff;
  1178. position: relative;
  1179. margin-left: 15px;
  1180. top: 0px;
  1181. }
  1182. .orderState>div>ul li img {
  1183. width: 50px;
  1184. height: 55px;
  1185. padding-left: 20px;
  1186. padding-top: 17px;
  1187. }
  1188. .orderState>div>ul li .num_word>p {
  1189. width: 75px;
  1190. }
  1191. .orderState>div>ul li .num_word p,
  1192. .orderState>div>ul li .num_word>div {
  1193. display: inline-block;
  1194. vertical-align: middle;
  1195. }
  1196. .earth_box {
  1197. width: 500px;
  1198. height: 500px;
  1199. position: relative;
  1200. margin: 0 auto;
  1201. margin-top: 65px;
  1202. }
  1203. .earth_box>div {
  1204. height: 100%;
  1205. width: 100%;
  1206. position: absolute;
  1207. }
  1208. .earth_box>div.earth_quan1 {
  1209. background: url(../img/earth_quan1.png) no-repeat center;
  1210. animation: 20s infinite earth_quan1 linear;
  1211. -webkit-animation: 20s infinite earth_quan1 linear;
  1212. }
  1213. .earth_box>div.earth_quan2 {
  1214. background: url(../img/earth_quan2.png) no-repeat center;
  1215. animation: 20s infinite earth_quan2 linear;
  1216. -webkit-animation: 20s infinite earth_quan2 linear;
  1217. }
  1218. .earth_box>div.earth_quan3 {
  1219. background: url(../img/earth_quan3.png) no-repeat center;
  1220. animation: 20s infinite earth_quan1 linear;
  1221. -webkit-animation: 20s infinite earth_quan1 linear;
  1222. }
  1223. .earth_box>div.earth {
  1224. background: url(../img/earth.png) no-repeat center;
  1225. animation: 50s infinite earth_quan2 linear;
  1226. -webkit-animation: 50s infinite earth_quan2 linear;
  1227. }
  1228. @keyframes earth_quan1 {
  1229. 0% {
  1230. transform: rotate(0deg);
  1231. -webkit-transform: rotate(0deg);
  1232. }
  1233. 100% {
  1234. transform: rotate(-360deg);
  1235. -webkit-transform: rotate(-360deg);
  1236. }
  1237. }
  1238. @-webkit-keyframes earth_quan1 {
  1239. 0% {
  1240. transform: rotate(0deg);
  1241. -webkit-transform: rotate(0deg);
  1242. }
  1243. 100% {
  1244. transform: rotate(-360deg);
  1245. -webkit-transform: rotate(-360deg);
  1246. }
  1247. }
  1248. @keyframes earth_quan2 {
  1249. 0% {
  1250. transform: rotate(0deg);
  1251. -webkit-transform: rotate(0deg);
  1252. }
  1253. 100% {
  1254. transform: rotate(360deg);
  1255. -webkit-transform: rotate(360deg);
  1256. }
  1257. }
  1258. @-webkit-keyframes earth_quan2 {
  1259. 0% {
  1260. transform: rotate(0deg);
  1261. -webkit-transform: rotate(0deg);
  1262. }
  1263. 100% {
  1264. transform: rotate(360deg);
  1265. -webkit-transform: rotate(360deg);
  1266. }
  1267. }
  1268. /*第五屏开始*/
  1269. .trafficVolume>div {
  1270. width: 35%!important;
  1271. padding-top: 170px;
  1272. }
  1273. .trafficVolume .orderCon_right {
  1274. width: 50%;
  1275. }
  1276. .trafficVolume .orderCon_right .right_top,.trafficVolume .orderCon_right .right_bottom{
  1277. width: 635px;
  1278. height: 300px;
  1279. background-size: 100% 100%;
  1280. }
  1281. .trafficVolume .orderCon_right>div.right_bottom {
  1282. height: 315px;
  1283. background-size: 100% 120%;
  1284. }
  1285. .right_bottom {
  1286. background: url(../img/huawu_bottom.png) no-repeat;
  1287. }
  1288. .tagBox {
  1289. width: 100%;
  1290. height: 600px;
  1291. margin: 0 auto;
  1292. padding-left: 12%;
  1293. margin-top: -60px;
  1294. }
  1295. .tagcloud {
  1296. overflow: hidden;
  1297. margin-left: 50px;
  1298. margin-top: 30px;
  1299. }
  1300. .tagcloud>div {
  1301. float: left;
  1302. display: block;
  1303. color: #333;
  1304. font-size: 16px;
  1305. text-decoration: none;
  1306. width: 136px;
  1307. height: 176px;
  1308. margin: 10px;
  1309. }
  1310. .tagcloud_bj{
  1311. background: url(../img/kuang.png) no-repeat;
  1312. background-size: 100% 100%;
  1313. }
  1314. .tagcloud_bjShine{
  1315. background:url(../img/kuang_Shine.png) no-repeat;
  1316. background-size: 100% 100%;
  1317. }
  1318. .table_box table:first-child{
  1319. color: #FFFFFF;
  1320. margin-bottom: 0px;
  1321. }
  1322. .keyBottom_left{
  1323. margin-left: 100px;
  1324. margin-top: 50px;
  1325. }
  1326. .table_box_key{
  1327. width: 700px;
  1328. height: 510px;
  1329. background:url(../img/key_bj.png) no-repeat;
  1330. background-size: 100% 100%;
  1331. padding: 10px;
  1332. color: #00E9FF;
  1333. }
  1334. .table_box_key table thead tr td{
  1335. font-size: 14px;
  1336. line-height: 32px;
  1337. }
  1338. .table_box_key table tbody tr td{
  1339. color: #27B723;
  1340. }
  1341. .table_box_key table tbody tr td:first-child{
  1342. color: #00e9ff;
  1343. }
  1344. .table_box_key table tbody tr td:last-child{
  1345. color: #f05964;
  1346. }
  1347. .table>tbody>tr>td{
  1348. border-top: 1px solid #3160a2;
  1349. }
  1350. .tag_title {
  1351. text-align: center;
  1352. font-size: 12px;
  1353. line-height: 23px;
  1354. height: 23px;
  1355. color: #fff;
  1356. width: 100%;
  1357. background: -webkit-linear-gradient(left, #0c54c917, #0b54c9, #0c54c917);
  1358. background: -o-linear-gradient(left, #0c54c917, #0b54c9, #0c54c917);
  1359. background: -moz-linear-gradient(left, #0c54c917, #0b54c9, #0c54c917);
  1360. background: linear-gradient(to right, #0c54c917, #0b54c9, #0c54c917);
  1361. margin-top: 20px;
  1362. }
  1363. .tagcloud>div .imgs {
  1364. width: 76px;
  1365. height: 76px;
  1366. /* line-height: 250px; */
  1367. background: url(../img/center_circle.png) no-repeat;
  1368. overflow: hidden;
  1369. color: #cd9d0f;
  1370. font-size: 14px;
  1371. font-weight: bold;
  1372. text-align: center;
  1373. line-height: 76px;
  1374. margin: 20px auto 8px;
  1375. z-index: -1;
  1376. }
  1377. .tagcloud>div .ts_count {
  1378. text-align: center;
  1379. color: #86f5ff;
  1380. }
  1381. .keyW_t {
  1382. width: 197px;
  1383. height: 55px;
  1384. background: url(../img/side5_kuang.png) no-repeat center;
  1385. background-size: 100% 100%;
  1386. color: #fff;
  1387. font-size: 16px;
  1388. text-align: center;
  1389. line-height: 55px;
  1390. margin: 0 auto;
  1391. position: relative;
  1392. top: -34px;
  1393. left: -22px;
  1394. }
  1395. .keyW_t:before,
  1396. .keyW_t:after {
  1397. content: "";
  1398. background: url(../img/right_line.png) no-repeat;
  1399. width: 20px;
  1400. height: 58px;
  1401. position: absolute;
  1402. top: -27px;
  1403. }
  1404. .keyW_t:before {
  1405. right: -13px;
  1406. }
  1407. .keyW_t:after {
  1408. transform: rotateY(180deg);
  1409. left: -13px;
  1410. }
  1411. /*首页样式结束 */
  1412. /*话务量详情*/
  1413. .phone_top {
  1414. height: 420px;
  1415. background: url(../img/jd_bg1.png) no-repeat center;
  1416. background-size: 100% 100%;
  1417. position: relative;
  1418. }
  1419. .legend_bar {
  1420. position: relative;
  1421. position: relative;
  1422. top: 23px;
  1423. margin-left: 15px;
  1424. }
  1425. .legend_bar .col-line {
  1426. display: inline-block;
  1427. height: 20px;
  1428. width: 2px;
  1429. background: #00e9ff;
  1430. position: relative;
  1431. vertical-align: text-top;
  1432. margin-right: 14px;
  1433. }
  1434. .title_word {
  1435. color: #fff;
  1436. font-size: 16px;
  1437. }
  1438. .legend_bar .col-line:before,
  1439. .legend_bar .col-line:after {
  1440. content: "";
  1441. height: 12px;
  1442. width: 2px;
  1443. background: #00e9ff;
  1444. position: absolute;
  1445. top: 5px;
  1446. }
  1447. .legend_bar .col-line:before {
  1448. left: -4px;
  1449. }
  1450. .legend_bar .col-line:after {
  1451. left: 4px;
  1452. }
  1453. .times,
  1454. .selects {
  1455. z-index: 9999;
  1456. position: relative;
  1457. background: #114a97;
  1458. height: 16px;
  1459. color: #00e9ff;
  1460. border: 2px solid #00e9ff;
  1461. border-radius: 2px;
  1462. outline: none;
  1463. padding: 2px 11px;
  1464. vertical-align: middle;
  1465. margin-left: 16px;
  1466. }
  1467. #times3 {
  1468. z-index: 9999;
  1469. position: relative;
  1470. background: #114a97;
  1471. height: 16px;
  1472. color: #00e9ff;
  1473. border: 2px solid #00e9ff;
  1474. border-radius: 2px;
  1475. outline: none;
  1476. padding: 2px 35px;
  1477. vertical-align: middle;
  1478. margin-left: 16px;
  1479. }
  1480. .time_box {
  1481. color: #00e9ff;
  1482. font-size: 14px;
  1483. position: relative;
  1484. margin-right: 30px;
  1485. }
  1486. .time_box:before {
  1487. position: absolute;
  1488. right: 12px;
  1489. top: 7px;
  1490. z-index: 9999999;
  1491. content: "";
  1492. height: 0;
  1493. width: 0;
  1494. border-top: 10px solid #00e9ff;
  1495. border-right: 7px solid transparent;
  1496. border-left: 7px solid transparent;
  1497. }
  1498. .phone_top {
  1499. width: 100%;
  1500. margin-bottom: 16px;
  1501. }
  1502. .phone_bottom>div {
  1503. height: 400px;
  1504. padding: 0;
  1505. }