continueHigh.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. .continueHighBanner{
  2. width: 100%;
  3. }
  4. .continueHighBanner img{
  5. width: 100%;
  6. height:475px;
  7. margin-bottom: 60px;
  8. }
  9. .highTitle {
  10. text-align: center;
  11. }
  12. .highTitle h4{
  13. color: #333;
  14. font-size: 50px;
  15. font-weight: 700;
  16. font-family: '微软雅黑';
  17. }
  18. .highTitle img{
  19. display: inline-block;
  20. width:77px;
  21. height: 82px;
  22. margin-bottom: 24px;
  23. }
  24. .highTitle .militaryTxt{
  25. padding-bottom:5px;
  26. }
  27. .highTitle span{
  28. display: inline-block;
  29. font-size: 25px;
  30. font-weight: 700;
  31. font-family: 'Arial';
  32. margin-top: 12px;
  33. margin-bottom: 30px;
  34. color: #666666;
  35. }
  36. .highTitle h3{
  37. font-weight: normal;
  38. font-size: 33px;
  39. font-family: '微软雅黑';
  40. margin-bottom: 17px;
  41. }
  42. .highTitle P{
  43. text-align: left;
  44. color: #666;
  45. font-size: 20px;
  46. padding: 0 100px 86px;
  47. text-indent: 2em
  48. }
  49. .highTab {
  50. overflow: hidden;
  51. margin-top: 10px;
  52. margin-bottom:40px;
  53. }
  54. .highTab ul{
  55. display: flex;
  56. justify-content: space-between;
  57. }
  58. .highTab ul li{
  59. cursor: pointer;
  60. width: 33%;
  61. height: 60px;
  62. line-height: 60px;
  63. background: #b7dbff;
  64. text-align: center;
  65. font-size: 20px;
  66. color: #333;
  67. padding: 0 40px;
  68. border-bottom: 1px solid #fff;
  69. }
  70. .highTab ul li p{
  71. height: 60px;
  72. line-height: 60px;
  73. border-bottom: 2px solid transparent
  74. }
  75. .highTab ul li.active p{
  76. font-weight: 700;
  77. font-size: 24px;
  78. border-color: #fff;
  79. color:#fff;
  80. }
  81. .highTab ul li.active {
  82. background: #99ccff;
  83. border-color: #99ccff
  84. }
  85. .highTab ol{
  86. position: relative;
  87. z-index: 66;
  88. height: 440px;
  89. }
  90. .highTab ol li{
  91. display: none;
  92. position: absolute;
  93. width: 100%;
  94. top: 0;
  95. left: 0;
  96. background: #99ccff;
  97. padding: 27px 128px 38px 128px;
  98. }
  99. .highTab ol li>div {
  100. clear: both;
  101. display: flex;
  102. justify-content: flex-start;
  103. margin-bottom: 20px;
  104. }
  105. .highTab ol li p{
  106. font-size: 20px;
  107. color: #ffffff;
  108. line-height: 30px;
  109. }
  110. .highTab ol li div div span{
  111. display: inline-block;
  112. width: 16px;
  113. height:16px;
  114. border-radius: 50%;
  115. background: #40566b;
  116. vertical-align: top;
  117. margin-right:47px;
  118. margin-top: 9px;
  119. }
  120. .highTab ol li:first-child{
  121. display: block
  122. }
  123. /* 优势 */
  124. .highAdvantage{
  125. display: flex;
  126. justify-content: space-around;
  127. padding: 0 50px 100px;
  128. }
  129. .highAdvantage div{
  130. width: 320px;
  131. text-align: center;
  132. box-shadow: 0 4px 10px #ccc;
  133. padding-bottom: 15px;
  134. }
  135. .highAdvantage div p{
  136. text-align: left;
  137. }
  138. .highAdvantage div span{
  139. width: 68px;
  140. height: 68px;
  141. display: inline-block;
  142. background: url(../../../../img/advertisement/high_2.jpg) no-repeat;
  143. background-size:100% 100%;
  144. line-height: 68px;
  145. text-align: center;
  146. font-size: 24px;
  147. font-weight: 700;
  148. margin-top: 52px;
  149. margin-bottom: 54px;
  150. }
  151. .highAdvantage div p{
  152. font-size: 20px;
  153. color: #666;
  154. text-align: justify;
  155. margin-bottom: 5px;
  156. padding: 0 20px;
  157. }
  158. .highRelevant{
  159. margin-top: 44px;
  160. padding: 0 200px;
  161. }
  162. .highRelevant ul {
  163. display: flex;
  164. justify-content: space-between;
  165. }
  166. .highRelevant ul li{
  167. width: 250px;
  168. text-align: center;
  169. }
  170. .highRelevant ul li>p{
  171. font-size: 30px;
  172. color:#333333;
  173. margin-bottom: 22px;
  174. }
  175. .highRelevant ul li div{
  176. width: 100%;
  177. height: 255px;
  178. }
  179. .highRelevant ul li:nth-child(1) div{
  180. background: #ffff85;
  181. }
  182. .highRelevant ul li:nth-child(2) div{
  183. background: #79bcea;
  184. }
  185. .highRelevant ul li:nth-child(3) div{
  186. background: #8585d6;
  187. }
  188. .highRelevant ul li div img{
  189. margin-top: 40px;
  190. }
  191. .highRelevant ul li div a{
  192. display: inline-block;
  193. width: 118px;
  194. height: 38px;
  195. line-height: 34px;
  196. border: 2px solid #ccc;
  197. text-align: center;
  198. font-size: 18px;
  199. color: #333333;
  200. border-radius: 20px;
  201. transition: all .2s ease-in;
  202. margin-top: 28px;
  203. }
  204. .highRelevant ul li div a:hover{
  205. background:#064f87;
  206. color: #fff;
  207. border-color: #064f87;
  208. transition: all .2s ease-in-out;
  209. margin-top:10px;
  210. }
  211. .highBtn {
  212. text-align: center;
  213. padding-top: 90px;
  214. padding-bottom: 100px;
  215. }
  216. .highBtn div a {
  217. text-align: center;
  218. display: inline-block;
  219. width: 316px;
  220. height: 74px;
  221. line-height: 66px;
  222. border-radius: 10px;
  223. font-size: 24px;
  224. color: #333333;
  225. }
  226. .highBtn div:nth-child(1) a{
  227. border: 4px solid #f6b37f;
  228. transition: all .2s ease-in-out;
  229. }
  230. .highBtn div:nth-child(2) a{
  231. background: #f42121;
  232. color: #fff;
  233. margin-top: 34px;
  234. line-height: 74px;
  235. }
  236. .highBtn div:nth-child(1) a:hover{
  237. background: #f6b37f;
  238. color: #fff;
  239. transform: scale(1.1);
  240. box-shadow: 0 4px 10px #ccc;
  241. transition: all .2s ease-in-out;
  242. }
  243. .highBtn div:nth-child(2) a:hover{
  244. background: #fff;
  245. color: #f42121;
  246. transform: scale(1.1);
  247. box-shadow: 0 4px 10px #ccc;
  248. transition: all .2s ease-in-out;
  249. }
  250. /* 军工认证 */
  251. .military {
  252. text-align: center
  253. }
  254. .military>p{
  255. font-size: 32px;
  256. color: #333333;
  257. margin-top:-8px;
  258. margin-bottom: 35px;
  259. }
  260. .military .militaryList{
  261. width: 100%;
  262. background: #99ccff;
  263. padding: 27px 128px 38px 128px;
  264. margin-bottom: 78px;
  265. }
  266. .military .militaryList p{
  267. text-align: left
  268. }
  269. .militaryList div span {
  270. display: inline-block;
  271. width: 16px;
  272. height: 16px;
  273. border-radius: 50%;
  274. background: #40566b;
  275. vertical-align: top;
  276. margin-right: 47px;
  277. margin-top: 9px;
  278. }
  279. .militaryList > div {
  280. clear: both;
  281. display: flex;
  282. justify-content: flex-start;
  283. margin-bottom: 20px;
  284. }
  285. .militaryList > div p{
  286. font-size: 20px;
  287. color: #ffffff;
  288. line-height: 30px;
  289. }
  290. .militaryList h3{
  291. text-align: left;
  292. font-size: 30px;
  293. margin-bottom: 20px;
  294. color: #ffffff;
  295. }
  296. .highRelevant.projectTxt ul li p{
  297. margin-bottom: 18px;
  298. font-size: 25px;
  299. color: #333;
  300. }
  301. .highRelevant.projectTxt ul li p:nth-child(1){
  302. margin-bottom: 5px;
  303. }
  304. #LRfloater0{
  305. left: -200px!important;
  306. }