media.css 8.0 KB

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