media.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  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.research_list .list_item .item .list_img {
  225. height: 300px;
  226. }
  227. .research_bg {
  228. background-size: cover;
  229. }
  230. .work_bg {
  231. background-size: cover;
  232. }
  233. .service_list {
  234. grid-template-columns: repeat(2, 1fr);
  235. }
  236. .service_list .ser_item a {
  237. padding: 18px 30px;
  238. }
  239. .service_list .ser_item a .ser_icon {
  240. padding-right: 30px;
  241. }
  242. .service_list .ser_item a .ser_icon img {
  243. width: 80px;
  244. height: 80px;
  245. }
  246. .service_list .ser_item a .ser_tit {
  247. padding-left: 30px;
  248. font-size: 20px;
  249. }
  250. .footer_layout .lay_footer .footer_menu {
  251. flex-direction: column;
  252. }
  253. .footer_layout .lay_footer .footer_menu .logo {
  254. text-align: center;
  255. border-right: none;
  256. padding-right: 0;
  257. }
  258. .footer_layout .lay_footer .footer_menu .logo img {
  259. display: inline-block;
  260. }
  261. .footer_layout .lay_footer .footer_menu .menus {
  262. display: none;
  263. }
  264. .teachers_box .teachers_swiper {
  265. width: 100%;
  266. /* height: 300px; */
  267. }
  268. .teachers_box .teachers_swiper .teacher_item {
  269. /* height: 300px; */
  270. }
  271. /* .teachers_box .teachers_swiper .teacher_slide {
  272. width: 290px;
  273. } */
  274. .page_title_box {
  275. height: 400px;
  276. }
  277. .page_title_box .title h1 {
  278. font-size: 28px;
  279. }
  280. .page_article_list,
  281. .page_teacher_list {
  282. grid-template-columns: repeat(3, 1fr);
  283. }
  284. }
  285. @media screen and (max-width: 1440px) {
  286. .footer_layout .lay_footer .footer_menu {
  287. padding: 80px 20px;
  288. }
  289. }
  290. @media screen and (max-width: 750px) {
  291. .home_lay_title {
  292. font-size: 20px;
  293. margin-bottom: 20px;
  294. }
  295. .home_lay_item_box {
  296. padding: 30px 0;
  297. }
  298. .tabs_header .home_lay_title {
  299. margin-bottom: 10px;
  300. }
  301. .tab_list.research_list {
  302. grid-template-columns: repeat(1, 1fr);
  303. }
  304. .tab_list {
  305. grid-template-columns: repeat(1, 1fr);
  306. }
  307. .service_list {
  308. grid-template-columns: repeat(1, 1fr);
  309. }
  310. .service_list .ser_item a {
  311. padding: 14px 20px;
  312. }
  313. .service_list .ser_item a .ser_icon {
  314. padding-right: 20px;
  315. }
  316. .service_list .ser_item a .ser_icon img {
  317. width: 60px;
  318. height: 60px;
  319. }
  320. .service_list .ser_item a .ser_tit {
  321. padding-left: 20px;
  322. font-size: 18px;
  323. }
  324. .service_list .ser_item a .ser_tit .desc {
  325. margin-top: 10px;
  326. font-size: 14px;
  327. }
  328. .footer_fix_link a {
  329. font-size: 12px;
  330. width: 32px;
  331. height: 84px;
  332. }
  333. .page_title_box {
  334. height: 320px;
  335. }
  336. .page_title_box .title h1 {
  337. font-size: 24px;
  338. }
  339. .wp_paging li.pages_count,
  340. .wp_paging li.page_jump {
  341. display: none;
  342. }
  343. .page_article_list,
  344. .page_teacher_list {
  345. grid-template-columns: repeat(2, 1fr);
  346. }
  347. }
  348. @media screen and (max-width: 576px) {
  349. .page_article_list,
  350. .page_teacher_list {
  351. grid-template-columns: repeat(1, 1fr);
  352. }
  353. }
  354. @media screen and (max-width: 1366px) {
  355. .spe_cards .cards_item:hover .card_icon img,
  356. .spe_cards .cards_item .card_icon {
  357. width: 54px;
  358. height: 54px;
  359. transition: all 0.3s ease-in-out;
  360. }
  361. .spe_cards .cards_item .card_desc .desc {
  362. max-height: 100px;
  363. overflow: hidden;
  364. font-size: 12px;
  365. }
  366. .spe_cards .cards_item .card_desc .more .more_text {
  367. font-size: 14px;
  368. }
  369. .spe_cards .cards_item .card_desc .more .arrow {
  370. width: 14px;
  371. height: 14px;
  372. }
  373. }