shukan.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  1. @charset "utf-8";
  2. * {
  3. font-family: "微软雅黑", "microsoft yahei";
  4. }
  5. ul,
  6. ol {
  7. list-style: none;
  8. }
  9. a:active {
  10. text-decoration: none;
  11. }
  12. a:hover {
  13. text-decoration: none;
  14. }
  15. a:visited {
  16. text-decoration: none;
  17. }
  18. a:link {
  19. text-decoration: none;
  20. }
  21. a:focus {
  22. text-decoration: none;
  23. }
  24. body {
  25. position: relative;
  26. }
  27. .clearfix {
  28. overflow: hidden;
  29. }
  30. .clearfix_2::after {
  31. content: '';
  32. display: block;
  33. height: 0;
  34. visibility: hidden;
  35. clear: both;
  36. }
  37. .hiddenColor {
  38. visibility: hidden;
  39. }
  40. .hand {
  41. cursor: pointer;
  42. }
  43. .aTag_parent {
  44. position: relative;
  45. }
  46. .aTag_parent>a,
  47. .aTag {
  48. display: block;
  49. width: 100%;
  50. height: 100%;
  51. position: absolute;
  52. z-index: 99;
  53. border: 0px;
  54. top: 0px;
  55. left: 0px;
  56. background: rgba(0, 0, 0, 0);
  57. }
  58. .dot1 {
  59. display: block;
  60. word-break: keep-all;
  61. white-space: nowrap;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. }
  65. .dot2 {
  66. overflow: hidden;
  67. display: -webkit-box;
  68. -webkit-box-orient: vertical;
  69. -webkit-line-clamp: 2;
  70. }
  71. input,
  72. img {
  73. border: none;
  74. }
  75. .cover100 img {
  76. display: block;
  77. width: 100%;
  78. height: 100%;
  79. object-fit: cover;
  80. }
  81. .back100 {
  82. background-size: 100% 100%;
  83. background-repeat: no-repeat;
  84. }
  85. article,
  86. aside,
  87. footer,
  88. header,
  89. time,
  90. video,
  91. main,
  92. nav,
  93. h4,
  94. h3,
  95. section {
  96. display: block;
  97. }
  98. .index_main {
  99. width: 1200px;
  100. margin: 0 auto;
  101. margin-bottom: 30px;
  102. }
  103. .slow_6 {
  104. -webkit-transition: all .6s;
  105. -moz-transition: all .6s;
  106. -ms-transition: all .6s;
  107. -o-transition: all .6s;
  108. transition: all .6s;
  109. }
  110. .banner_1 {
  111. height: 90px;
  112. overflow: hidden;
  113. margin-top: 20px;
  114. .banner_1_a {
  115. display: block;
  116. width: 1200px;
  117. }
  118. .banner_1_img {
  119. display: block;
  120. width: 1200px;
  121. }
  122. }
  123. .index_1 {
  124. margin-top: 30px;
  125. }
  126. .index_1_left {
  127. float: left;
  128. width: 720px;
  129. }
  130. .index_1_right {
  131. float: right;
  132. width: 450px;
  133. }
  134. .index_1_li:nth-of-type(1) .index_1_li_tag {
  135. background: #489d97;
  136. color: #fff;
  137. }
  138. .index_1_li:nth-of-type(2) .index_1_li_tag {
  139. background: #F6C12D;
  140. color: #fff;
  141. }
  142. .index_1_li:nth-of-type(3) .index_1_li_tag {
  143. background: #F3C57F;
  144. color: #fff;
  145. }
  146. .index_1_li_a:hover {
  147. color: #489d97;
  148. }
  149. .index_2 {
  150. margin-top: 11px;
  151. }
  152. .index_2_left {
  153. float: left;
  154. width: 720px;
  155. }
  156. .index_2_right {
  157. float: right;
  158. width: 450px;
  159. }
  160. .book_head_box {
  161. border-bottom: solid 1px #D9D9D9;
  162. .book_head_left {
  163. float: left;
  164. }
  165. .book_head_a {
  166. float: left;
  167. height: 55px;
  168. line-height: 55px;
  169. color: #333;
  170. font-weight: bold;
  171. font-size: 22px;
  172. border-bottom: solid 3px rgba(0, 0, 0, 0);
  173. margin-right: 40px;
  174. }
  175. .book_head_only {
  176. float: left;
  177. height: 55px;
  178. line-height: 55px;
  179. color: #489d97;
  180. font-weight: bold;
  181. font-size: 22px;
  182. border-bottom: solid 3px #489d97;
  183. }
  184. .book_head_a_more {
  185. float: right;
  186. height: 19px;
  187. line-height: 19px;
  188. margin-top: 20px;
  189. color: #333;
  190. font-size: 16px;
  191. }
  192. .book_head_a_more:hover {
  193. color: #489d97;
  194. }
  195. .book_head_right {
  196. float: right;
  197. margin-top: 11px;
  198. }
  199. .book_head_right_a {
  200. float: left;
  201. height: 31px;
  202. line-height: 31px;
  203. color: #fff;
  204. font-size: 16px;
  205. border-radius: 4px;
  206. overflow: hidden;
  207. padding: 0px 10px 0px 33px;
  208. }
  209. }
  210. .book_1_img_ul {
  211. height: 640px;
  212. .book_1_img_li {
  213. width: 350px;
  214. margin: 30px 0px 10px 0px;
  215. }
  216. .book_1_img_li:nth-of-type(odd) {
  217. float: left;
  218. }
  219. .book_1_img_li:nth-of-type(even) {
  220. float: right;
  221. }
  222. .book_1_img_li_a {
  223. width: 350px;
  224. display: block;
  225. overflow: hidden;
  226. }
  227. .book_1_img_li_a:hover .book_1_img_li_dot2 {
  228. color: #489d97;
  229. }
  230. .book_1_img_li_img {
  231. float: left;
  232. width: 140px;
  233. height: 170px;
  234. border-radius: 6px;
  235. }
  236. .book_1_img_li_right {
  237. float: right;
  238. width: 190px;
  239. }
  240. .book_1_img_li_dot2 {
  241. width: 190px;
  242. height: 46px;
  243. line-height: 23px;
  244. color: #333;
  245. font-size: 18px;
  246. margin-top: 12px;
  247. }
  248. .book_1_img_li_btn {
  249. float: left;
  250. border: solid 1px #489d97;
  251. margin-top: 74px;
  252. height: 34px;
  253. line-height: 34px;
  254. color: #489d97;
  255. font-size: 14px;
  256. padding: 0px 19px;
  257. text-align: center;
  258. box-sizing: border-box;
  259. }
  260. }
  261. .book_num_1_ul {
  262. .book_num_1_li {}
  263. .book_num_1_li_a {
  264. display: block;
  265. width: 100%;
  266. overflow: hidden;
  267. position: relative;
  268. }
  269. .book_num_1_li_tag {
  270. float: left;
  271. height: 22px;
  272. line-height: 22px;
  273. color: #999;
  274. font-size: 16px;
  275. margin: 23px 0px 0px 0px;
  276. }
  277. .book_num_1_li_img {
  278. width: 80px;
  279. height: 120px;
  280. border-radius: 4px;
  281. margin: 29px 25px 0px 40px;
  282. display: none;
  283. float: left;
  284. }
  285. .book_num_1_li_dot1 {
  286. float: right;
  287. border-bottom: solid 1px #E6E6E6;
  288. height: 66px;
  289. line-height: 66px;
  290. color: #333;
  291. font-size: 16px;
  292. margin-top: 0px;
  293. width: 400px;
  294. overflow: hidden;
  295. display: -webkit-box;
  296. -webkit-box-orient: vertical;
  297. -webkit-line-clamp: 1;
  298. }
  299. // .book_num_1_li:nth-of-type(1) .book_num_1_li_tag {
  300. // font-weight: bold;
  301. // margin-top: 38px;
  302. // }
  303. .book_num_1_li:nth-of-type(-n+3) .book_num_1_li_tag {
  304. color: #489d97;
  305. }
  306. .book_num_1_li_a:hover .book_num_1_li_dot1 {
  307. color: #489d97;
  308. }
  309. //鼠标移入后的效果
  310. .num_active {
  311. font-weight: bold;
  312. margin-top: 38px;
  313. }
  314. .img_active {
  315. display: block;
  316. }
  317. .text_active {
  318. width: 295px;
  319. border: solid 0px #111;
  320. color: #333;
  321. font-size: 16px;
  322. line-height: 22px;
  323. height: 44px;
  324. font-weight: bold;
  325. margin-top: 39px;
  326. overflow: hidden;
  327. display: -webkit-box;
  328. -webkit-box-orient: vertical;
  329. -webkit-line-clamp: 2;
  330. }
  331. .text_active::after {
  332. content: '';
  333. display: block;
  334. position: absolute;
  335. width: 295px;
  336. height: 1px;
  337. background: #E6E6E6;
  338. right: 0px;
  339. bottom: 13px;
  340. }
  341. }
  342. .index_3 {
  343. margin-top: 11px;
  344. }
  345. .index_3_left {
  346. float: left;
  347. width: 720px;
  348. }
  349. .index_3_right {
  350. float: right;
  351. width: 450px;
  352. }
  353. .book_2_img_ul {
  354. margin-top: 30px;
  355. height: 590px;
  356. }
  357. .book_2_img_li {
  358. float: left;
  359. width: 170px;
  360. margin: 0px 13px 30px 0px;
  361. }
  362. .book_2_img_li_a {
  363. display: block;
  364. width: 170px;
  365. }
  366. .book_2_img_li_img {
  367. display: block;
  368. width: 170px;
  369. height: 230px;
  370. }
  371. .book_2_img_li_dot1 {
  372. height: 21px;
  373. line-height: 21px;
  374. color: #333;
  375. width: 96%;
  376. font-size: 18px;
  377. text-align: center;
  378. margin: 17px auto 0;
  379. }
  380. .book_2_img_li:nth-of-type(4n) {
  381. margin-right: 0px;
  382. }
  383. .book_2_img_li_a:hover .book_2_img_li_dot1 {
  384. color: #489d97;
  385. }
  386. .book_3_img_ul {
  387. margin-top: 30px;
  388. height: 156px;
  389. .book_3_img_li {
  390. float: left;
  391. width: 108px;
  392. margin: 0px 18px 0px;
  393. }
  394. .book_3_img_li_a {
  395. display: block;
  396. width: 108px;
  397. }
  398. .book_3_img_li_img {
  399. display: block;
  400. width: 80px;
  401. height: 120px;
  402. margin: 0px auto;
  403. }
  404. .book_3_img_li_dot1 {
  405. height: 21px;
  406. line-height: 21px;
  407. text-align: center;
  408. width: 108px;
  409. margin: 17px auto 0px;
  410. color: #333;
  411. font-size: 16px;
  412. }
  413. .book_3_img_li_a:hover .book_3_img_li_dot1 {
  414. color: #489d97;
  415. }
  416. }
  417. .book_2_ul {
  418. .book_2_li {
  419. border-bottom: solid 1px #E6E6E6;
  420. height: 68px;
  421. position: relative;
  422. box-sizing: border-box;
  423. }
  424. .book_2_li_a {
  425. height: 68px;
  426. width: 400px;
  427. float: left;
  428. line-height: 77px;
  429. color: #333;
  430. font-size: 16px;
  431. }
  432. .book_2_li_tag {
  433. float: right;
  434. width: 16px;
  435. line-height: 16px;
  436. height: 16px;
  437. color: #489d97;
  438. font-size: 14px;
  439. background: #edf7f0;
  440. margin-top: 30px;
  441. text-align: center;
  442. }
  443. .book_2_li_a:hover {
  444. color: #489d97;
  445. }
  446. .book_2_li_a::after {
  447. content: '';
  448. display: block;
  449. position: absolute;
  450. width: 100%;
  451. height: 100%;
  452. left: 0px;
  453. top: 0px;
  454. }
  455. }
  456. .banner_2 {
  457. height: 90px;
  458. overflow: hidden;
  459. margin-top: 1px;
  460. .banner_2_a {
  461. display: block;
  462. width: 1200px;
  463. }
  464. .banner_2_img {
  465. display: block;
  466. width: 1200px;
  467. }
  468. }
  469. .index_4 {
  470. margin-top: 11px;
  471. }
  472. .index_4_left {
  473. float: left;
  474. width: 720px;
  475. }
  476. .index_4_right {
  477. float: right;
  478. width: 450px;
  479. }
  480. .book_3_ul {
  481. .book_3_li {
  482. border-bottom: solid 1px #E6E6E6;
  483. height: 68px;
  484. position: relative;
  485. box-sizing: border-box;
  486. }
  487. .book_3_li_a {
  488. height: 68px;
  489. width: 400px;
  490. float: left;
  491. line-height: 77px;
  492. color: #333;
  493. font-size: 16px;
  494. }
  495. .book_3_li_tag {
  496. float: right;
  497. width: 16px;
  498. line-height: 16px;
  499. height: 16px;
  500. color: #489d97;
  501. font-size: 14px;
  502. background: #edf7f0;
  503. margin-top: 30px;
  504. text-align: center;
  505. }
  506. .book_3_li_a:hover {
  507. color: #489d97;
  508. }
  509. .book_3_li_a::after {
  510. content: '';
  511. display: block;
  512. position: absolute;
  513. width: 100%;
  514. height: 100%;
  515. left: 0px;
  516. top: 0px;
  517. }
  518. }
  519. .book_4_img_ul {
  520. margin-top: 30px;
  521. height: 156px;
  522. .book_4_img_li {
  523. float: left;
  524. width: 108px;
  525. margin: 0px 18px 0px;
  526. }
  527. .book_4_img_li_a {
  528. display: block;
  529. width: 108px;
  530. }
  531. .book_4_img_li_img {
  532. display: block;
  533. width: 80px;
  534. height: 120px;
  535. margin: 0px auto;
  536. }
  537. .book_4_img_li_dot1 {
  538. height: 21px;
  539. line-height: 21px;
  540. text-align: center;
  541. width: 108px;
  542. margin: 17px auto 0px;
  543. color: #333;
  544. font-size: 16px;
  545. }
  546. .book_4_img_li_a:hover .book_4_img_li_dot1 {
  547. color: #489d97;
  548. }
  549. }
  550. .book_5_img_ul {
  551. margin-top: 30px;
  552. height: 570px;
  553. .book_5_img_li {
  554. box-sizing: border-box;
  555. background: #FBFBFB;
  556. padding: 20px;
  557. margin-bottom: 20px;
  558. }
  559. .book_5_img_li_a {
  560. display: block;
  561. width: 100%;
  562. height: 100%;
  563. }
  564. .book_5_img_li_img {
  565. float: left;
  566. width: 100px;
  567. height: 136px;
  568. }
  569. .book_5_img_li_right {
  570. float: right;
  571. width: 555px;
  572. }
  573. .book_5_img_li_dot2 {
  574. height: 50px;
  575. line-height: 25px;
  576. color: #333;
  577. font-size: 20px;
  578. font-weight: bold;
  579. }
  580. .book_5_img_li_a:hover .book_5_img_li_dot2 {
  581. color: #489d97;
  582. }
  583. .book_5_img_li_foot {
  584. margin-top: 38px;
  585. }
  586. .book_5_img_li_foot_red {
  587. float: left;
  588. height: 21px;
  589. line-height: 21px;
  590. color: #E52222;
  591. font-size: 16px;
  592. margin: 14px 5px 0px 0px;
  593. }
  594. .book_5_img_li_foot_num {
  595. float: left;
  596. height: 40px;
  597. line-height: 40px;
  598. color: #E52222;
  599. font-size: 30px;
  600. margin: 0px 10px 0px 0px;
  601. }
  602. .book_5_img_li_foot_text {
  603. float: left;
  604. height: 21px;
  605. line-height: 21px;
  606. color: #999;
  607. font-size: 14px;
  608. margin: 14px 0px 0px 0px;
  609. }
  610. .book_5_img_li_foot_price {
  611. float: left;
  612. height: 21px;
  613. line-height: 21px;
  614. color: #999;
  615. font-size: 14px;
  616. margin: 14px 0px 0px 0px;
  617. position: relative;
  618. }
  619. .book_5_img_li_foot_price::after {
  620. content: '';
  621. display: block;
  622. background: #999;
  623. width: 100%;
  624. height: 1px;
  625. left: 0px;
  626. top: 50%;
  627. position: absolute;
  628. }
  629. }
  630. @media screen and (min-width:1200px) {
  631. /*pc_1440*/
  632. @media screen and (max-width:1440px) {
  633. /*1200*/
  634. }
  635. .pc_none {
  636. display: none;
  637. }
  638. }
  639. @media screen and (max-width:599px) {}
  640. @media screen and (max-width:320px) {}