商丘12345 前端

index.css 29KB

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