continueHigh.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. .continueHighBanner{
  2. width: 100%;
  3. }
  4. .continueHighBanner img{
  5. width: 100%;
  6. height:600px;
  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. box-shadow: 0 6px 20px #fff;
  209. transition: all .2s ease-in-out;
  210. margin-top: 20px;
  211. }
  212. .highBtn {
  213. text-align: center;
  214. padding-top: 90px;
  215. padding-bottom: 100px;
  216. }
  217. .highBtn div a {
  218. text-align: center;
  219. display: inline-block;
  220. width: 316px;
  221. height: 74px;
  222. line-height: 66px;
  223. border-radius: 10px;
  224. font-size: 24px;
  225. color: #333333;
  226. }
  227. .highBtn div:nth-child(1) a{
  228. border: 4px solid #f6b37f;
  229. transition: all .2s ease-in-out;
  230. }
  231. .highBtn div:nth-child(2) a{
  232. background: #f42121;
  233. color: #fff;
  234. margin-top: 34px;
  235. line-height: 74px;
  236. }
  237. .highBtn div:nth-child(1) a:hover{
  238. background: #f6b37f;
  239. color: #fff;
  240. transform: scale(1.1);
  241. box-shadow: 0 4px 10px #ccc;
  242. transition: all .2s ease-in-out;
  243. }
  244. .highBtn div:nth-child(2) a:hover{
  245. background: #fff;
  246. color: #f42121;
  247. transform: scale(1.1);
  248. box-shadow: 0 4px 10px #ccc;
  249. transition: all .2s ease-in-out;
  250. }
  251. /* 军工认证 */
  252. .military {
  253. text-align: center
  254. }
  255. .military>p{
  256. font-size: 32px;
  257. color: #333333;
  258. margin-top:-8px;
  259. margin-bottom: 35px;
  260. }
  261. .military .militaryList{
  262. width: 100%;
  263. background: #99ccff;
  264. padding: 27px 128px 38px 128px;
  265. margin-bottom: 78px;
  266. }
  267. .military .militaryList p{
  268. text-align: left
  269. }
  270. .militaryList div span {
  271. display: inline-block;
  272. width: 16px;
  273. height: 16px;
  274. border-radius: 50%;
  275. background: #40566b;
  276. vertical-align: top;
  277. margin-right: 47px;
  278. margin-top: 9px;
  279. }
  280. .militaryList > div {
  281. clear: both;
  282. display: flex;
  283. justify-content: flex-start;
  284. margin-bottom: 20px;
  285. }
  286. .militaryList > div p{
  287. font-size: 20px;
  288. color: #ffffff;
  289. line-height: 30px;
  290. }
  291. .militaryList h3{
  292. text-align: left;
  293. font-size: 30px;
  294. margin-bottom: 20px;
  295. color: #ffffff;
  296. }
  297. .highRelevant.projectTxt ul li p{
  298. margin-bottom: 18px;
  299. font-size: 25px;
  300. color: #333;
  301. }
  302. .highRelevant.projectTxt ul li p:nth-child(1){
  303. margin-bottom: 5px;
  304. }