indexb.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. font-family: "Microsoft YaHei";
  6. }
  7. html,
  8. body {
  9. width: 100%;
  10. height: 100%;
  11. }
  12. li {
  13. list-style: none;
  14. }
  15. @font-face {
  16. font-family: 'iconfont';
  17. src: url('../font/iconfont.woff2?t=1649485663505') format('woff2'), url('../font/iconfont.woff?t=1649485663505') format('woff'), url('../font/iconfont.ttf?t=1649485663505') format('truetype');
  18. }
  19. /* 首页 */
  20. .indexb {
  21. display: flex;
  22. align-items: center;
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .index-list {
  27. display: flex;
  28. flex-direction: column;
  29. width: 10%;
  30. height: 100%;
  31. background-color: #F1F1F1;
  32. }
  33. .index-list .index-item {
  34. flex: 1;
  35. display: flex;
  36. align-items: center;
  37. justify-content: center;
  38. flex-direction: column;
  39. font-size: 14px;
  40. color: #696969;
  41. border-bottom: 1px solid rgba(147, 147, 147, 0.5);
  42. }
  43. .index-list .index-item:last-child {
  44. border-bottom: none;
  45. }
  46. .index-list .index-item>i {
  47. font-size: 20px;
  48. margin-bottom: 5px;
  49. }
  50. .index-item-act {
  51. color: #2A8DCF !important;
  52. background-color: #FFFFFF;
  53. }
  54. /* 内容区域 */
  55. .content {
  56. width: 90%;
  57. height: 100%;
  58. }
  59. .content>div {
  60. position: relative;
  61. width: 100%;
  62. height: 100%;
  63. background: url(../img/bg.png) bottom center no-repeat;
  64. background-size: cover;
  65. }
  66. /* 历史沿革 */
  67. .yg-box {
  68. width: 100%;
  69. height: 100%;
  70. }
  71. .yg-box .time-line {
  72. position: relative;
  73. width: 100%;
  74. height: 100%;
  75. display: flex;
  76. align-items: center;
  77. overflow-x: scroll;
  78. /* background: url(../img/licheng.png) top left no-repeat;
  79. background-size: 100% 100%; */
  80. }
  81. .one {
  82. min-width: 100%;
  83. height: 100%;
  84. background: url(../img/licheng.png) top left no-repeat;
  85. background-size: 100% 100%;
  86. }
  87. .two {
  88. min-width: 100%;
  89. height: 100%;
  90. background: url(../img/licheng1.png) top left no-repeat;
  91. background-size: 100% 100%;
  92. }
  93. .time-line>div {
  94. position: relative;
  95. }
  96. .time-line>div>div {
  97. position: absolute;
  98. width: 17%;
  99. height: 40%;
  100. }
  101. .o-one {
  102. top: 32%;
  103. left: 6%;
  104. }
  105. .o-two {
  106. top: 32%;
  107. left: 25%;
  108. }
  109. .o-there {
  110. top: 31%;
  111. left: 44%;
  112. }
  113. .o-four {
  114. height: 52% !important;
  115. top: 26%;
  116. left: 63%;
  117. }
  118. .o-five {
  119. top: 10%;
  120. left: 82%;
  121. }
  122. .t-one {
  123. top: 15%;
  124. left: 6%;
  125. }
  126. .t-two {
  127. top: 24%;
  128. left: 25%;
  129. }
  130. .t-there {
  131. top: 35%;
  132. left: 44%;
  133. }
  134. .t-four {
  135. top: 28%;
  136. left: 63%;
  137. }
  138. .t-five {
  139. top: 27%;
  140. left: 82%;
  141. }
  142. .flag {
  143. position: absolute;
  144. width: 7px;
  145. height: 100%;
  146. background-color: #0451A3;
  147. }
  148. .flag>i {
  149. position: absolute;
  150. top: 0px;
  151. display: inline-block;
  152. border-top: 20px solid transparent;
  153. border-bottom: 20px solid transparent;
  154. border-left: 40px solid #0451A3;
  155. }
  156. .contan-box {
  157. position: absolute;
  158. top: 15%;
  159. margin-left: 14px;
  160. }
  161. .contan-box .item-title {
  162. font-size: 36px;
  163. font-weight: 550;
  164. color: #0451A3;
  165. }
  166. .contan-box .item-cont {
  167. /* font-family: "黑体"; */
  168. font-size: 18px;
  169. font-weight: 500;
  170. color: #333;
  171. padding-right: 20px;
  172. }
  173. /* 机构设置 */
  174. .jg-box {
  175. padding: 1%;
  176. }
  177. .jg-title {
  178. display: flex;
  179. align-items: center;
  180. width: 100%;
  181. height: 10%;
  182. font-size: 18px;
  183. }
  184. .jg-container {
  185. display: flex;
  186. justify-content: center;
  187. width: 100%;
  188. height: 90%;
  189. }
  190. .jg-content {
  191. display: flex;
  192. flex-direction: column;
  193. align-items: center;
  194. width: 80%;
  195. padding: 0 5%;
  196. }
  197. .jg-content .top-box {
  198. width: 100%;
  199. height: 40%;
  200. }
  201. .jg-content .top-box .jg-top {
  202. display: flex;
  203. justify-content: space-between;
  204. }
  205. .jg-top .top-item {
  206. text-align: center;
  207. line-height: 35px;
  208. height: 35px;
  209. border-radius: 5px;
  210. color: #297CC2;
  211. background-color: #D5E8F6;
  212. }
  213. .jg-top:nth-child(1) {
  214. display: flex;
  215. flex-wrap: wrap;
  216. justify-content: space-around;
  217. }
  218. .jg-top:nth-child(1) .top-item {
  219. width: 45%;
  220. margin-top: 10px;
  221. }
  222. .jg-top:nth-child(2) {
  223. margin-top: 10px;
  224. }
  225. .jg-top:nth-child(2) .top-item {
  226. width: 30%;
  227. }
  228. .jg-content .bottom-box {
  229. width: 100%;
  230. height: 70%;
  231. }
  232. .bot-text {
  233. display: flex;
  234. align-items: center;
  235. width: 100%;
  236. height: 18%;
  237. font-size: 18px;
  238. }
  239. .jg-bottom {
  240. display: flex;
  241. flex-wrap: wrap;
  242. justify-content: space-between;
  243. width: 100%;
  244. padding: 1%;
  245. }
  246. .jg-bottom .bottom-item {
  247. display: flex;
  248. align-items: center;
  249. text-indent: 0.5em;
  250. width: 100%;
  251. height: 35px;
  252. margin-bottom: 10px;
  253. border-radius: 5px;
  254. color: #297CC2;
  255. background-color: #D5E8F6;
  256. }
  257. .jg-bottom .bottom-item>i {
  258. display: flex;
  259. align-items: center;
  260. justify-content: center;
  261. width: 5%;
  262. height: 100%;
  263. border-radius: 5px;
  264. font-style: normal;
  265. color: #FFFFFF;
  266. background-color: #2D8FCE;
  267. }
  268. .jg-img {
  269. display: flex;
  270. align-items: center;
  271. justify-content: center;
  272. width: 20%;
  273. height: 100%;
  274. }
  275. .jg-img>img {
  276. width: 90%;
  277. height: 100%;
  278. }
  279. /* 工作掠影 */
  280. .ly-box {
  281. position: relative;
  282. width: 100%;
  283. height: 100%;
  284. overflow: hidden;
  285. }
  286. .pre,
  287. .next {
  288. width: 7%;
  289. position: absolute;
  290. top: 50%;
  291. z-index: 999;
  292. transform: translateY(-50%);
  293. }
  294. .pre {
  295. left: 5%;
  296. }
  297. .pre>img {
  298. width: 100%;
  299. }
  300. .next {
  301. right: 5%;
  302. }
  303. .next>img {
  304. width: 100%;
  305. }
  306. .ly-box .cont-imgs {
  307. display: flex;
  308. align-items: center;
  309. width: 100%;
  310. height: 35%;
  311. position: relative;
  312. top: 13%;
  313. }
  314. .cont-imgs .const-item {
  315. min-width: 30%;
  316. height: 100%;
  317. margin-right: 3%;
  318. }
  319. .cont-imgs .const-item:nth-child(1) {
  320. margin-left: 2%;
  321. }
  322. .const-item>img {
  323. width: 100%;
  324. height: 85%;
  325. }
  326. .const-item>p {
  327. display: flex;
  328. flex-wrap: wrap;
  329. flex-direction: column;
  330. align-items: center;
  331. justify-content: center;
  332. width: 100%;
  333. height: 15%;
  334. font-size: 16px;
  335. color: #434343;
  336. }
  337. .play {
  338. text-align: center;
  339. width: 100%;
  340. position: relative;
  341. top: 25%;
  342. }
  343. .play>img {
  344. width: 5%;
  345. }
  346. /* 荣誉奖项 */
  347. .jp-box {
  348. display: flex;
  349. flex-direction: column;
  350. flex-wrap: wrap;
  351. justify-content: center;
  352. }
  353. .jp-box>ul:nth-child(1) {
  354. height: 35%;
  355. }
  356. .jp-box>ul {
  357. display: flex;
  358. justify-content: space-around;
  359. align-items: center;
  360. width: 100%;
  361. height: 30%;
  362. }
  363. .jp-box>ul>li {
  364. display: flex;
  365. flex-direction: column;
  366. align-items: center;
  367. }
  368. .jp-box>ul>li>img {
  369. width: 75%;
  370. }
  371. .jp-box>ul>li>span {
  372. margin-top: 5px;
  373. font-size: 18px;
  374. }
  375. .jp-three .three-item:nth-child(5)>.img-box {
  376. width: 80%;
  377. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  378. }
  379. .jp-three .three-item:nth-child(5)>.img-box>img {
  380. width: 100%;
  381. }
  382. /* 大厅 */
  383. .dt-box {
  384. display: flex;
  385. flex-direction: column;
  386. justify-content: center;
  387. }
  388. .title-dt {
  389. display: flex;
  390. justify-content: center;
  391. align-items: center;
  392. width: 100%;
  393. height: 10%;
  394. }
  395. .title-dt .title-box {
  396. width: 26%;
  397. text-align: center;
  398. }
  399. .title-box>i {
  400. font-size: 25px;
  401. }
  402. .describe {
  403. display: flex;
  404. flex-direction: column;
  405. align-items: center;
  406. justify-content: center;
  407. width: 100%;
  408. height: 20%;
  409. }
  410. .describe>p {
  411. padding: 0.5% 0;
  412. }
  413. .describe>p>i {
  414. font-size: 20px;
  415. }
  416. .img-show {
  417. display: flex;
  418. align-items: center;
  419. justify-content: space-around;
  420. width: 100%;
  421. height: 60%;
  422. }
  423. .img-show .item-show {
  424. display: flex;
  425. flex-direction: column;
  426. align-items: center;
  427. width: 30%;
  428. height: 100%;
  429. }
  430. .item-show>img {
  431. width: 100%;
  432. height: 90%;
  433. }
  434. .item-show>span {
  435. margin-top: 10px;
  436. }
  437. /* 工作目标 */
  438. .mb-box {
  439. padding: 0% 3%;
  440. }
  441. .mb-box>img {
  442. width: 100%;
  443. height: 100%;
  444. }
  445. /* 新样式 */
  446. .swiper {
  447. width: 90%;
  448. height: 90%;
  449. }
  450. .swiper-slide {
  451. display: flex;
  452. flex-direction: column;
  453. align-items: center;
  454. justify-content: center;
  455. }
  456. .swiper-slide>img {
  457. width: 80%;
  458. max-width: 80%;
  459. }
  460. .swiper-slide>p {
  461. width: 80%;
  462. text-overflow: ellipsis;
  463. overflow: hidden;
  464. white-space: nowrap;
  465. font-size: 18px;
  466. text-align: center;
  467. margin-top: 2%;
  468. }