media.css 7.4 KB

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