style.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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;
  9. background: -webkit-radial-gradient(50% 35%, farthest-corner,#034f8e,#034987,#02366d,#002353);
  10. background: radial-gradient(50% 35%, farthest-corner,#034f8e,#034987,#02366d,#002353);
  11. }
  12. html,body{height: 100%;}
  13. li{ list-style-type:none;}
  14. table{}
  15. i{ margin:0px; padding:0px; text-indent:0px;}
  16. img{ border:none; max-width: 100%;}
  17. a{ text-decoration:none; color:#fff;}
  18. a.active,a:focus{ outline:none!important; text-decoration:none;}
  19. ol,ul,p,h1,h2,h3,h4,h5,h6{ padding:0; margin:0}
  20. a:hover{ color:#06c; text-decoration: none!important}
  21. .clearfix:after, .clearfix:before {display: table;content: " "}
  22. .clearfix:after {clear: both}
  23. .pulll_left{float:left;}
  24. .pulll_right{float:right;}
  25. i{font-style: normal;}
  26. .text-w{color: #ffe400}
  27. .text-d{color: #ff6316}
  28. .text-s{color: #14e144}
  29. .text-b{color: #07e5ff}
  30. .head{position: relative; height: 90px; margin: 0 15px; padding-right: 60px;}
  31. .head h1{ font-size: 30px; letter-spacing: -2px; text-align: center; line-height: 90px; padding-right: 55px; color: #daf9ff;}
  32. .head .menu{}
  33. .head .menu ul{ font-size: 0;}
  34. .head .menu li{ display: inline-block; position: relative;margin: 25px 15px;;}
  35. .head .menu li a{ display: block; font-size: 18px; color: #fff; line-height: 40px; padding: 0 15px; }
  36. .head .time{position: absolute; right: 0; line-height: 90px;}
  37. .menu li:before,
  38. .menu li:after{ position:absolute; width:10px; height:5px;opacity: .4; content: ""; border-top: 2px solid #02a6b5; top: -1px;border-radius: 2px;}
  39. .menu li:before,.menu li a:before{border-left: 2px solid #02a6b5;left: -1px;}
  40. .menu li:after,.menu li a:after{border-right: 2px solid #02a6b5; right: -1px;}
  41. .menu li a{ position:relative;}
  42. .menu li a:before,
  43. .menu li a:after{ position:absolute; width:10px; height:5px; opacity: .4; content: "";border-bottom: 2px solid #02a6b5; bottom:-1px;border-radius: 2px;}
  44. .head .menu li a:hover{ color: #f4e925;}
  45. .menu li a:hover:before,
  46. .menu li a:hover:after,
  47. .menu li:hover:before,
  48. .menu li:hover:after{border-color: #f4e925; opacity: 1;}
  49. .mainbox{padding: 0px 10px;}
  50. .nav1{margin-left: -6px; margin-right:-6px;}
  51. .nav1>li{padding:0 6px; float: left;}
  52. .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;}
  53. .tit{ padding: 10px 10px 10px 25px;border-bottom:1px solid rgba(7,118,181,.7);font-size: 16px; font-weight: 500; position: relative;}
  54. .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;}
  55. .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}
  56. .box:before{top: -1px;}
  57. .boxnav{padding: 10px;}
  58. .nav2{}
  59. .nav2>li:first-child{border:none;}
  60. .nav2>li{float: left;border-left:1px solid rgba(7,118,181,.2); height:240px; padding: 0 10px 10px 10px;}
  61. .tit01{font-size: 16px; font-weight: 500; position: relative; padding-left: 15px;}
  62. .tit01:before{ left: 3px; top: 8px;}
  63. .ftechart{height: 200px;;}
  64. .table1 th{ border-bottom: 1px solid #407abd; font-size: 14px; text-align: center; padding: 6px 0; color: rgba(255,255,255,.8)}
  65. .table1 td{ border-bottom: 1px dotted#407abd;font-size: 12px; padding:6px 0;text-align: center; color: rgba(255,255,255,.6)}
  66. .table1 tr:last-child td{border: none;}
  67. .mapc{background: url(../images/bg3.png) no-repeat center center; background-size: 100% 100%}
  68. .map{position: relative; height: 100%; padding-left: 10%;top: 40px;}
  69. .map img{}
  70. .mapnav{position: absolute;z-index: 10;}
  71. .mapnav div{ background: url(../images/bg1.png) no-repeat; background-size:100% auto; width: 110px;text-align: center; padding: 20px 0; line-height: 120%;}
  72. .mapnav div span{font-size: 14px; opacity: .6}
  73. .mapnav div p{font-size: 20px; font-weight: bold; padding-top: 5px;}
  74. .mapnav li{float: left; margin-right: 6px;}
  75. .leidanav{margin-top: -5px;}
  76. .leidanav li{float: left; width: 20%; text-align: center; border-left: 1px solid rgba(255,255,255,.1)}
  77. .leidanav2 li{ width: 33.3333%}
  78. .leidanav3 li{ width: 25%}
  79. .leidanav li:first-child{border-left: none;}
  80. .leidanav span{font-size: 12px; opacity: .6}
  81. .leidanav p{font-size: 18px; color: #26a6ff }
  82. .mapnav2{ position: absolute; left: 10px; bottom:0px; width: 40%; z-index: 10;}
  83. .mapnav2 .box{}
  84. .ybp{width: 100%}
  85. .ybp li{float: left; width: 50%; height: 120px; }
  86. .duibi li{float: left; width: 25%; height: 200px; padding: 0; border: none;}
  87. .btn{ position: absolute; border-radius:2px; padding:4px 20px; opacity: .8;}
  88. .btn1{border: 1px solid rgba(255,255,255,.5); background: #388665; left:35%; top: 30%;}
  89. .btn2{ border: 1px solid rgba(255,255,255,.5); background: #297cc7;right:32%; top: 60%;}
  90. .btn:hover{color: #fff; opacity:1;}
  91. .btn1:before,.btn2:before{position: absolute; content: ''; width: 50px; height: 1px; background: #fff;}
  92. .btn1:before{ transform: rotate(30deg); right: -65%; top: 100%}
  93. .btn2:before{ transform: rotate(30deg); left: -65%; top: -10%}
  94. .tit02{font-size: 14px; padding: 10px 0;}
  95. .tagcloud { width:100%; height:90%!important; overflow: hidden;
  96. position: relative;
  97. }
  98. .tagcloud a {
  99. display: block;
  100. border-radius: 50%;
  101. color: #fff;
  102. font-weight: bold;
  103. font-size: 14px;
  104. text-decoration: none;
  105. text-align: center;
  106. display: flex; align-items: center; justify-content: center;
  107. }
  108. .b01{
  109. width: 50px;
  110. height: 50px;
  111. }
  112. .b02{
  113. width: 80px;
  114. height: 80px;
  115. }
  116. .b03{
  117. width: 60px;
  118. height: 60px;
  119. }
  120. .b04{
  121. width: 70px;
  122. height: 70px;
  123. }
  124. .co01{ border: 2px solid rgba(5,118,254,1); box-shadow: inset 0 0 20px rgba(5,118,254,1);}
  125. .co02{border: 2px solid rgba(238,255,65,1); box-shadow: inset 0 0 20px rgba(238,255,65,1);}
  126. .co03{border: 2px solid rgba(26,121,181,1); box-shadow: inset 0 0 20px rgba(26,121,181,1);}
  127. .co04{border: 2px solid rgba(1,187,181,1); box-shadow: inset 0 0 20px rgba(1,187,181,1);}
  128. .co05{border: 2px solid rgba(255,138,0,1); box-shadow: inset 0 0 20px rgba(255,138,0,1);}
  129. .huati{ padding-top: 20px;}
  130. .huati li{ font-size: 12px; line-height: 230%;}
  131. .wancheng{display: flex; align-items: center; justify-content: center;}
  132. .wancheng span{font-size: 14px; color: #fff;}
  133. .wancheng h3{font-size: 20px; color:#00b4ff;}
  134. .wancheng h3 i{font-size: 12px; color:#fff;}
  135. .yuan{padding:5px;border-radius: 100%; margin-left: 10px; border: 2px solid rgba(0,99,169,.8);}
  136. .yuan span{width: 60px; height: 60px; border-radius: 100%; background: rgba(0,99,169,.8); display: flex; align-items: center; justify-content: center; font-size: 20px;}