style.css 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. @charset "utf-8";
  2. /* CSS Document */
  3. *{
  4. -webkit-box-sizing: border-box;
  5. -moz-box-sizing: border-box;
  6. box-sizing: border-box}
  7. *,body{padding:0px; margin:0px;font-family: "微软雅黑";}
  8. body{color:#fff;font-size: 16px; background: #033c76 url(../images/bg.png) no-repeat; background-size: 100% 100%;
  9. }
  10. @font-face{font-family:electronicFont;src:url(../font/DS-DIGIT.TTF)}
  11. html,body{min-height: 100%;}
  12. li{ list-style-type:none;}
  13. table{}
  14. i{ margin:0px; padding:0px; text-indent:0px;}
  15. img{ border:none; max-width: 100%;}
  16. a{ text-decoration:none; color:#fff;}
  17. a.active,a:focus{ outline:none!important; text-decoration:none;}
  18. ol,ul,p,h1,h2,h3,h4,h5,h6{ padding:0; margin:0}
  19. a:hover{ color:#06c; text-decoration: none!important}
  20. .clearfix:after, .clearfix:before {display: table;content: " "}
  21. .clearfix:after {clear: both}
  22. .pulll_left{float:left;}
  23. .pulll_right{float:right;}
  24. i{font-style: normal;}
  25. .text-w{color: #ffe400}
  26. .text-d{color: #ff6316}
  27. .text-s{color: #14e144}
  28. .text-b{color: #07e5ff}
  29. .head{position: relative; height: 90px; margin: 0 15px; padding-right: 60px;}
  30. .head h1{ font-size: 30px; letter-spacing: -2px; text-align: center; line-height: 90px; padding-right: 55px; color: #daf9ff;}
  31. .head .menu{}
  32. .head .menu ul{ font-size: 0;}
  33. .head .menu li{ display: inline-block; position: relative;margin: 30px 15px;;}
  34. .head .menu li a{ display: block; font-size: 18px; color: #fff; line-height: 30px; padding: 0 10px; }
  35. .head .time{position: absolute; right: 0; line-height: 90px; top: 0;}
  36. .menu li:before,
  37. .menu li:after{ position:absolute; width:10px; height:5px;opacity: .4; content: ""; border-top: 2px solid #02a6b5; top: -1px;border-radius: 2px;}
  38. .menu li:before,.menu li a:before{border-left: 2px solid #02a6b5;left: -1px;}
  39. .menu li:after,.menu li a:after{border-right: 2px solid #02a6b5; right: -1px;}
  40. .menu li a{ position:relative;}
  41. .menu li a:before,
  42. .menu li a:after{ position:absolute; width:10px; height:5px; opacity: .4; content: "";border-bottom: 2px solid #02a6b5; bottom:-1px;border-radius: 2px;}
  43. .head .menu li a:hover{ color: #f4e925;}
  44. .menu li a:hover:before,
  45. .menu li a:hover:after,
  46. .menu li:hover:before,
  47. .menu li:hover:after{border-color: #f4e925; opacity: 1;}
  48. .mainbox{padding: 0px 10px;}
  49. .nav1{margin-left: -6px; margin-right:-6px;}
  50. .nav1>li{padding:0 6px; float: left;}
  51. .box{ border:1px solid rgba(7,118,181,.5); box-shadow:inset 0 0 10px rgba(7,118,181,.4); margin-bottom: 12px; position: relative;}
  52. .tit{ padding: 10px 10px 10px 25px;border-bottom:1px solid rgba(7,118,181,.7);font-size: 16px; font-weight: 500; position: relative;}
  53. .tit:before,.tit01:before{position: absolute; content: ""; width: 6px; height: 6px; background: rgba(22,214,255,.9);box-shadow: 0 0 5px rgba(22,214,255,.9); border-radius: 10px; left: 10px; top: 18px;}
  54. .tit:after,.box:before{ width: 100%; height: 1px; content: ""; position: absolute; left: 0; bottom:-1px; background:linear-gradient(to right,#076ead,#4ba6e0,#076ead); box-shadow: 0 0 5px rgba(131,189,227,1); opacity: .6}
  55. .box:before{top: -1px;}
  56. .boxnav{padding: 10px;}
  57. .tit01{font-size: 16px; font-weight: 500; position: relative; padding-left: 15px;}
  58. .tit01:before{ left: 3px; top: 8px;}
  59. .mapc{background: url(../images/bg3.png) no-repeat center center; background-size: 100% 100%}
  60. .map{position: relative; height: 100%;}
  61. .map img{}
  62. .mapnav{position: absolute;z-index: 10;}
  63. .yqlist li{float: left; width: 50%; padding:10px 0; text-align: center;}
  64. .yq{width:100px; height: 100px; margin: 0 auto 5px auto; position: relative; display: flex; justify-content: center;align-items: center; font-size: 30px;font-family:electronicFont;color: #fff32b;}
  65. .yqlist li span{opacity: .6; font-size: 14px;}
  66. .yq:before{position: absolute; width: 100%; height: 100%; content: ""; background: url(../images/img1.png) center center; border-radius: 100px; background-size: 100% 100%; opacity:.3;
  67. left:0; top: 0; animation: myfirst2 15s infinite linear;}
  68. .yq:after{position: absolute; width: 86%; background: url(../images/img2.png) center center; border-radius: 100px; background-size: 100% 100%; opacity:.3;
  69. height: 86%; content: ""; left:7%; top: 7%; animation: myfirst 15s infinite linear;}
  70. @keyframes myfirst
  71. {
  72. to { transform: rotate(-360deg)}
  73. }
  74. @keyframes myfirst2
  75. {
  76. to { transform: rotate(360deg)}
  77. }