continueHigh.css 5.8 KB

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