media.css 7.5 KB

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