media.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. @media screen and (max-width: 1280px) {
  2. .header_wapper {
  3. position: fixed;
  4. left: 0;
  5. top: 0;
  6. z-index: 200;
  7. width: 100%;
  8. }
  9. .header_layout {
  10. padding: 16px 20px;
  11. justify-content: space-between;
  12. }
  13. .header_logo img {
  14. height: 30px;
  15. }
  16. .header_layout .header_menu {
  17. display: none;
  18. }
  19. .header_layout .mobile_menu {
  20. display: block;
  21. margin-left: 20px;
  22. }
  23. .wp-navi-aside {
  24. display: none;
  25. position: fixed;
  26. left: 0;
  27. top: 0;
  28. width: 100%;
  29. height: 100%;
  30. z-index: 1000;
  31. }
  32. .wp-navi-aside .navi-aside-mask {
  33. width: 100%;
  34. height: 100%;
  35. background: rgba(0, 0, 0, 0.1);
  36. }
  37. .wp-navi-aside .aside-inner {
  38. position: absolute;
  39. top: 0;
  40. right: -200px;
  41. height: 100%;
  42. width: 200px;
  43. overflow-y: auto;
  44. z-index: 2;
  45. background-color: #fff;
  46. }
  47. .wp-navi-aside .wp-menu {
  48. padding: 20px;
  49. }
  50. .wp-navi-aside .wp-menu a {
  51. width: 100%;
  52. display: block;
  53. font-size: 16px;
  54. height: 32px;
  55. line-height: 32px;
  56. overflow: hidden;
  57. box-sizing: border-box;
  58. }
  59. .wp-navi-aside .wp-menu li {
  60. padding: 5px 0;
  61. }
  62. .wp-navi-aside .wp-menu .menu-item {
  63. position: relative;
  64. }
  65. .wp-navi-aside .wp-menu .menu-link {
  66. position: relative;
  67. padding-left: 12px;
  68. padding-right: 30px;
  69. }
  70. .wp-navi-aside .wp-menu .menu-item .menu-switch-arrow {
  71. display: block;
  72. width: 32px;
  73. height: 32px;
  74. position: absolute;
  75. right: 0;
  76. top: 5px;
  77. background: url("../images/arrow_down.png") no-repeat center/20px 20px;
  78. transition: all 0.4s ease-in-out;
  79. cursor: pointer;
  80. }
  81. .wp-navi-aside .wp-menu .menu-item .menu-switch-arrow.open {
  82. transform: rotate(180deg);
  83. }
  84. .wp-navi-aside .wp-menu .sub-menu {
  85. display: none;
  86. }
  87. .wp-navi-aside .wp-menu .sub-menu a {
  88. padding-left: 24px;
  89. }
  90. .header_btm_wrapper {
  91. padding-top: 62px;
  92. }
  93. .banner_wrapper .focus .focus-navigation {
  94. display: none;
  95. }
  96. .home_lay_title {
  97. font-size: 26px;
  98. margin-bottom: 30px;
  99. }
  100. .home_lay_item_box {
  101. padding: 40px 0;
  102. }
  103. .news_tit {
  104. font-size: 16px;
  105. }
  106. .news_lay_box {
  107. flex-direction: column;
  108. }
  109. .news_lay_box .news_lay_item {
  110. flex: auto;
  111. max-width: 100%;
  112. border-right: none;
  113. padding: 0;
  114. margin-bottom: 50px;
  115. }
  116. .news_lay_box .news_lay_item .list_item .cover {
  117. height: 210px;
  118. }
  119. .news_lay_box .news_lay_item .list_item img {
  120. height: 210px;
  121. }
  122. .news_lay_box .news_lay_item .list_item.news_1 {
  123. font-size: 18px;
  124. line-height: 28px;
  125. }
  126. .news_lay_box .news_lay_item:first-child {
  127. max-width: 100%;
  128. padding: 0;
  129. }
  130. .spe_cards {
  131. height: 900px;
  132. flex-direction: column;
  133. }
  134. .spe_cards .cards_item {
  135. height: auto;
  136. padding: 40px 20px;
  137. }
  138. .spe_cards .cards_item .card_top {
  139. display: flex;
  140. align-items: center;
  141. }
  142. .spe_cards .cards_item .card_tit {
  143. margin-top: 0;
  144. padding-left: 20px;
  145. transition: all 0.3s ease-in-out;
  146. }
  147. .spe_cards .cards_item:hover {
  148. flex: 2;
  149. padding: 20px 20px 40px;
  150. }
  151. .spe_cards .cards_item:hover .card_tit {
  152. padding-left: 10px;
  153. font-size: 18px;
  154. }
  155. .spe_cards .cards_item .card_desc {
  156. padding: 0 20px 20px;
  157. }
  158. .tabs_header {
  159. flex-direction: column;
  160. align-items: flex-start;
  161. margin-bottom: 20px;
  162. }
  163. .tabs_header .home_lay_title {
  164. margin-bottom: 20px;
  165. }
  166. .tabs_header .tabs_nav_list {
  167. padding-bottom: 10px;
  168. justify-content: flex-start;
  169. overflow-x: auto;
  170. }
  171. .tabs_header .tabs_nav_list .list_item {
  172. font-size: 16px;
  173. }
  174. .tab_list {
  175. grid-template-columns: repeat(2, 1fr);
  176. }
  177. .tab_list .list_item .list_img {
  178. height: 300px;
  179. }
  180. .research_bg {
  181. background-size: cover;
  182. }
  183. .research_bg .list_more .more_text,
  184. .work_bg .list_more .more_text {
  185. color: #fff;
  186. }
  187. .research_bg .list_more .arrow,
  188. .work_bg .list_more .arrow {
  189. background: url("../images/arrow_right.png") no-repeat center/contain;
  190. }
  191. .work_bg {
  192. background-size: cover;
  193. }
  194. .service_list {
  195. grid-template-columns: repeat(2, 1fr);
  196. }
  197. .service_list .ser_item a {
  198. padding: 18px 30px;
  199. }
  200. .service_list .ser_item a .ser_icon {
  201. padding-right: 30px;
  202. }
  203. .service_list .ser_item a .ser_icon img {
  204. width: 80px;
  205. height: 80px;
  206. }
  207. .service_list .ser_item a .ser_tit {
  208. padding-left: 30px;
  209. font-size: 20px;
  210. }
  211. .footer_layout .lay_footer .footer_menu {
  212. flex-direction: column;
  213. }
  214. .footer_layout .lay_footer .footer_menu .logo {
  215. text-align: center;
  216. border-right: none;
  217. padding-right: 0;
  218. }
  219. .footer_layout .lay_footer .footer_menu .logo img {
  220. display: inline-block;
  221. }
  222. .footer_layout .lay_footer .footer_menu .menus {
  223. display: none;
  224. }
  225. .teachers_box .teachers_swiper {
  226. width: 100%;
  227. height: 300px;
  228. }
  229. .teachers_box .teachers_swiper .teacher_item {
  230. height: 300px;
  231. }
  232. /* .teachers_box .teachers_swiper .teacher_slide {
  233. width: 290px;
  234. } */
  235. .page_title_box {
  236. height: 400px;
  237. }
  238. .page_title_box .title h1 {
  239. font-size: 28px;
  240. }
  241. .page_article_list,
  242. .page_teacher_list {
  243. grid-template-columns: repeat(3, 1fr);
  244. }
  245. }
  246. @media screen and (max-width: 1440px) {
  247. .footer_layout .lay_footer .footer_menu {
  248. padding: 80px 20px;
  249. }
  250. }
  251. @media screen and (max-width: 750px) {
  252. .home_lay_title {
  253. font-size: 20px;
  254. margin-bottom: 20px;
  255. }
  256. .home_lay_item_box {
  257. padding: 30px 0;
  258. }
  259. .tabs_header .home_lay_title {
  260. margin-bottom: 10px;
  261. }
  262. .tab_list {
  263. grid-template-columns: repeat(1, 1fr);
  264. }
  265. .service_list {
  266. grid-template-columns: repeat(1, 1fr);
  267. }
  268. .service_list .ser_item a {
  269. padding: 14px 20px;
  270. }
  271. .service_list .ser_item a .ser_icon {
  272. padding-right: 20px;
  273. }
  274. .service_list .ser_item a .ser_icon img {
  275. width: 60px;
  276. height: 60px;
  277. }
  278. .service_list .ser_item a .ser_tit {
  279. padding-left: 20px;
  280. font-size: 18px;
  281. }
  282. .service_list .ser_item a .ser_tit .desc {
  283. margin-top: 10px;
  284. font-size: 14px;
  285. }
  286. .footer_fix_link a {
  287. font-size: 12px;
  288. width: 32px;
  289. height: 84px;
  290. }
  291. .page_title_box {
  292. height: 320px;
  293. }
  294. .page_title_box .title h1 {
  295. font-size: 24px;
  296. }
  297. .content_wrapper {
  298. padding: 50px 0;
  299. }
  300. .wp_paging li.pages_count,
  301. .wp_paging li.page_jump {
  302. display: none;
  303. }
  304. .page_tabs_box .page_tab_list {
  305. justify-content: flex-start;
  306. }
  307. .page_tabs_box .page_tab_list {
  308. justify-content: flex-start;
  309. }
  310. .page_tabs_box .page_tab_list .sub_list {
  311. justify-content: flex-start;
  312. padding: 20px 10px 10px;
  313. }
  314. .page_tabs_box .page_tab_list .page_list_item {
  315. flex-shrink: 1;
  316. }
  317. .page_tabs_box .page_tab_list .page_list_item + .page_list_item {
  318. margin-left: 0;
  319. }
  320. .page_tabs_box .page_tab_list .page_list_item .item_link {
  321. display: none;
  322. }
  323. .page_tabs_box .page_tab_list .page_list_item .sub_list {
  324. position: relative;
  325. top: 0;
  326. }
  327. .page_article_list,
  328. .page_teacher_list {
  329. grid-template-columns: repeat(2, 1fr);
  330. }
  331. .page_article_list .list_img {
  332. height: 220px;
  333. }
  334. .page_article_list img {
  335. height: 220px;
  336. }
  337. .page_teacher_list .item {
  338. height: 300px;
  339. }
  340. }
  341. @media screen and (max-width: 576px) {
  342. .page_article_list,
  343. .page_teacher_list {
  344. grid-template-columns: repeat(1, 1fr);
  345. }
  346. }
  347. @media screen and (max-width: 1366px) {
  348. .spe_cards .cards_item:hover .card_icon img,
  349. .spe_cards .cards_item .card_icon {
  350. width: 54px;
  351. height: 54px;
  352. transition: all 0.3s ease-in-out;
  353. }
  354. .spe_cards .cards_item .card_desc .desc {
  355. max-height: 100px;
  356. overflow: hidden;
  357. font-size: 12px;
  358. }
  359. .spe_cards .cards_item .card_desc .more .more_text {
  360. font-size: 14px;
  361. }
  362. .spe_cards .cards_item .card_desc .more .arrow {
  363. width: 14px;
  364. height: 14px;
  365. }
  366. }