永城市12345 (县级市)- 来源于虞城县12345 - 所有县级统一API

index.css 31KB

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