class.less 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346
  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. .dot3 {
  72. overflow: hidden;
  73. display: -webkit-box;
  74. -webkit-box-orient: vertical;
  75. -webkit-line-clamp: 3;
  76. }
  77. input,
  78. img {
  79. border: none;
  80. }
  81. .cover100 img {
  82. display: block;
  83. width: 100%;
  84. height: 100%;
  85. object-fit: cover;
  86. }
  87. .back100 {
  88. background-size: 100% 100%;
  89. background-repeat: no-repeat;
  90. }
  91. article,
  92. aside,
  93. footer,
  94. header,
  95. time,
  96. video,
  97. main,
  98. nav,
  99. h4,
  100. h3,
  101. section {
  102. display: block;
  103. }
  104. .index_main {
  105. margin: 0 auto;
  106. }
  107. .slow_6 {
  108. -webkit-transition: all .6s;
  109. -moz-transition: all .6s;
  110. -ms-transition: all .6s;
  111. -o-transition: all .6s;
  112. transition: all .6s;
  113. }
  114. .adPlace {
  115. width: 1200px;
  116. margin: 20px auto 0;
  117. }
  118. .index_main {
  119. width: 1200px;
  120. }
  121. .index_1 {
  122. box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.10);
  123. margin-top: 30px;
  124. box-sizing: border-box;
  125. }
  126. .img_ul_1 {
  127. width: 1160px;
  128. margin: 30px auto 0px;
  129. height: 190px;
  130. .img_li_1 {
  131. float: left;
  132. width: 180px;
  133. height: 180px;
  134. margin: 0px 16px 16px 0px;
  135. }
  136. .img_li_1_photo {
  137. display: block;
  138. width: 100%;
  139. height: 100%;
  140. }
  141. .img_li_1:nth-of-type(6n) {
  142. margin-right: 0px;
  143. }
  144. }
  145. .ul_1 {
  146. padding: 0px 0px 10px;
  147. box-sizing: border-box;
  148. width: 1168px;
  149. margin: 9px auto 0px;
  150. min-height: 200px;
  151. .ul_1_a {
  152. float: left;
  153. margin: 0px 17px 15px 0px;
  154. background: #FAFAFA;
  155. height: 51px;
  156. line-height: 51px;
  157. color: #333;
  158. font-size: 16px;
  159. width: 220px;
  160. padding: 0px 10px;
  161. box-sizing: border-box;
  162. text-align: center;
  163. }
  164. .ul_1_a:nth-of-type(5n) {
  165. margin-right: 0px;
  166. }
  167. }
  168. .index_left {
  169. float: left;
  170. width: 900px;
  171. margin-bottom: 20px;
  172. }
  173. .index_aside {
  174. float: right;
  175. width: 270px;
  176. }
  177. /* 种植项目 */
  178. .index_2_head {
  179. margin: 18px auto 2px;
  180. position: relative;
  181. box-sizing: border-box;
  182. padding-left: 8px;
  183. .index_2_head_a {
  184. float: left;
  185. height: 54px;
  186. line-height: 54px;
  187. color: #999;
  188. font-size: 18px;
  189. padding: 0 10px;
  190. position: relative;
  191. font-weight: bold;
  192. }
  193. .index_2_head_a_only {
  194. color: #a91b33;
  195. font-size: 22px;
  196. }
  197. }
  198. .index_2_head::after {
  199. content: '';
  200. display: block;
  201. width: 3px;
  202. height: 18px;
  203. position: absolute;
  204. left: 0px;
  205. top: 19px;
  206. background-color: #a91b33;
  207. }
  208. .index_2_head_right {
  209. float: right;
  210. height: 54px;
  211. line-height: 54px;
  212. .index_2_head_right_in_a {
  213. height: 54px;
  214. line-height: 54px;
  215. color: #999;
  216. font-size: 16px;
  217. float: right;
  218. &:hover {
  219. color: #a91b33;
  220. }
  221. }
  222. }
  223. .index_2_in {
  224. border: solid 1px #D9D9D9;
  225. border-right: none;
  226. display: flex;
  227. height: 239px;
  228. }
  229. .ul_2 {
  230. float: left;
  231. width: 469px;
  232. position: relative;
  233. margin: 20px auto 6px;
  234. .ul_2_a {
  235. box-sizing: border-box;
  236. height: 24px;
  237. line-height: 24px;
  238. color: #333;
  239. font-size: 16px;
  240. position: relative;
  241. margin-bottom: 20px;
  242. text-indent: 48px;
  243. width: 49%;
  244. &:hover {
  245. color: #a91b33;
  246. }
  247. &:hover::after {
  248. background: #a91b33;
  249. }
  250. }
  251. .ul_2_a:nth-of-type(odd) {
  252. float: left;
  253. }
  254. .ul_2_a:nth-of-type(even) {
  255. float: right;
  256. }
  257. .ul_2_a::after {
  258. content: '';
  259. display: block;
  260. width: 8px;
  261. height: 8px;
  262. position: absolute;
  263. left: 30px;
  264. top: 8px;
  265. border-radius: 4px;
  266. background: #D9D9D9;
  267. }
  268. }
  269. .img_ul_2 {
  270. float: right;
  271. width: 430px;
  272. background: #FAFAFA;
  273. position: relative;
  274. box-sizing: border-box;
  275. border: solid 1px #FAFAFA;
  276. padding-top: 19px;
  277. .img_li_2 {
  278. width: 180px;
  279. margin-bottom: 10px;
  280. }
  281. .img_li_2:nth-of-type(odd) {
  282. float: left;
  283. margin-left: 20px;
  284. }
  285. .img_li_2:nth-of-type(even) {
  286. float: right;
  287. margin-right: 20px;
  288. }
  289. .img_li_2_a {
  290. display: block;
  291. width: 100%;
  292. }
  293. .img_li_2_a_photo {
  294. display: block;
  295. width: 100%;
  296. height: 180px;
  297. }
  298. .img_li_2_dot1 {
  299. height: 18px;
  300. line-height: 18px;
  301. text-align: center;
  302. padding: 0px 8px;
  303. box-sizing: border-box;
  304. width: 100%;
  305. margin-top: 10px;
  306. color: #333;
  307. font-size: 14px;
  308. }
  309. .img_li_2_a:hover .img_li_2_dot1 {
  310. color: #a91b33;
  311. }
  312. }
  313. .img_ul_2::after {
  314. content: '';
  315. display: block;
  316. position: absolute;
  317. height: 100%;
  318. top: 0px;
  319. left: 0px;
  320. background: #e9e9e9;
  321. width: 1px;
  322. box-sizing: border-box;
  323. border-top: solid 10px #FAFAFA;
  324. border-bottom: solid 10px #FAFAFA;
  325. }
  326. @media screen and (min-width:1200px) {
  327. /*pc_1440*/
  328. @media screen and (max-width:1440px) {
  329. /*1200*/
  330. }
  331. .pc_none {
  332. display: none;
  333. }
  334. }
  335. /* 种植项目 */
  336. /* 养殖项目 */
  337. .index_3_head {
  338. position: relative;
  339. box-sizing: border-box;
  340. padding-left: 10px;
  341. margin: 18px auto 2px;
  342. .index_3_head_a {
  343. float: left;
  344. height: 54px;
  345. line-height: 54px;
  346. color: #999;
  347. font-size: 18px;
  348. padding: 0 10px;
  349. position: relative;
  350. font-weight: bold;
  351. }
  352. .index_3_head_a_only {
  353. color: #a91b33;
  354. font-size: 22px;
  355. }
  356. }
  357. .index_3_head::after {
  358. content: '';
  359. display: block;
  360. width: 3px;
  361. height: 18px;
  362. position: absolute;
  363. left: 0px;
  364. top: 19px;
  365. background-color: #a91b33;
  366. }
  367. .index_3_head_right {
  368. float: right;
  369. height: 54px;
  370. line-height: 54px;
  371. .index_3_head_right_in_a {
  372. height: 54px;
  373. line-height: 54px;
  374. color: #999;
  375. font-size: 16px;
  376. float: right;
  377. &:hover {
  378. color: #a91b33;
  379. }
  380. }
  381. }
  382. .index_3_in {
  383. border: solid 1px #D9D9D9;
  384. border-right: none;
  385. display: flex;
  386. margin-top: 1px;
  387. height: 239px;
  388. }
  389. .ul_3 {
  390. float: left;
  391. width: 469px;
  392. position: relative;
  393. margin: 20px auto 6px;
  394. .ul_3_a {
  395. box-sizing: border-box;
  396. height: 24px;
  397. line-height: 24px;
  398. color: #333;
  399. font-size: 16px;
  400. position: relative;
  401. margin-bottom: 20px;
  402. text-indent: 48px;
  403. width: 49%;
  404. &:hover {
  405. color: #a91b33;
  406. }
  407. &:hover::after {
  408. background: #a91b33;
  409. }
  410. }
  411. .ul_3_a:nth-of-type(odd) {
  412. float: left;
  413. }
  414. .ul_3_a:nth-of-type(even) {
  415. float: right;
  416. }
  417. .ul_3_a::after {
  418. content: '';
  419. display: block;
  420. width: 8px;
  421. height: 8px;
  422. position: absolute;
  423. left: 30px;
  424. top: 8px;
  425. border-radius: 4px;
  426. background: #D9D9D9;
  427. }
  428. }
  429. .img_ul_3 {
  430. float: right;
  431. width: 430px;
  432. background: #FAFAFA;
  433. position: relative;
  434. box-sizing: border-box;
  435. border: solid 1px #FAFAFA;
  436. padding-top: 19px;
  437. .img_li_3 {
  438. width: 180px;
  439. margin-bottom: 10px;
  440. }
  441. .img_li_3:nth-of-type(odd) {
  442. float: left;
  443. margin-left: 20px;
  444. }
  445. .img_li_3:nth-of-type(even) {
  446. float: right;
  447. margin-right: 20px;
  448. }
  449. .img_li_3_a {
  450. display: block;
  451. width: 100%;
  452. }
  453. .img_li_3_a_photo {
  454. display: block;
  455. width: 100%;
  456. height: 180px;
  457. }
  458. .img_li_3_dot1 {
  459. height: 18px;
  460. line-height: 18px;
  461. text-align: center;
  462. padding: 0px 8px;
  463. box-sizing: border-box;
  464. width: 100%;
  465. margin-top: 10px;
  466. color: #333;
  467. font-size: 14px;
  468. }
  469. .img_li_3_a:hover .img_li_3_dot1 {
  470. color: #a91b33;
  471. }
  472. }
  473. .img_ul_3::after {
  474. content: '';
  475. display: block;
  476. position: absolute;
  477. height: 100%;
  478. top: 0px;
  479. left: 0px;
  480. background: #e9e9e9;
  481. width: 1px;
  482. box-sizing: border-box;
  483. border-top: solid 10px #FAFAFA;
  484. border-bottom: solid 10px #FAFAFA;
  485. }
  486. @media screen and (min-width:1200px) {
  487. /*pc_1440*/
  488. @media screen and (max-width:1440px) {
  489. /*1200*/
  490. }
  491. .pc_none {
  492. display: none;
  493. }
  494. }
  495. /* 养殖项目*/
  496. /* 特产项目 */
  497. .index_4_head {
  498. position: relative;
  499. box-sizing: border-box;
  500. padding-left: 10px;
  501. margin: 18px auto 2px;
  502. .index_4_head_a {
  503. float: left;
  504. height: 54px;
  505. line-height: 54px;
  506. color: #999;
  507. font-size: 18px;
  508. padding: 0 10px;
  509. position: relative;
  510. font-weight: bold;
  511. }
  512. .index_4_head_a_only {
  513. color: #a91b33;
  514. font-size: 22px;
  515. }
  516. }
  517. .index_4_head::after {
  518. content: '';
  519. display: block;
  520. width: 3px;
  521. height: 18px;
  522. position: absolute;
  523. left: 0px;
  524. top: 19px;
  525. background-color: #a91b33;
  526. }
  527. .index_4_head_right {
  528. float: right;
  529. height: 54px;
  530. line-height: 54px;
  531. .index_4_head_right_in_a {
  532. height: 54px;
  533. line-height: 54px;
  534. color: #999;
  535. font-size: 16px;
  536. float: right;
  537. &:hover {
  538. color: #a91b33;
  539. }
  540. }
  541. }
  542. .index_4_in {
  543. border: solid 1px #D9D9D9;
  544. border-right: none;
  545. display: flex;
  546. margin-top: 1px;
  547. height: 239px;
  548. }
  549. .ul_4 {
  550. float: left;
  551. width: 469px;
  552. position: relative;
  553. margin: 20px auto 6px;
  554. .ul_4_a {
  555. box-sizing: border-box;
  556. height: 24px;
  557. line-height: 24px;
  558. color: #333;
  559. font-size: 16px;
  560. position: relative;
  561. margin-bottom: 20px;
  562. text-indent: 48px;
  563. width: 49%;
  564. &:hover {
  565. color: #a91b33;
  566. }
  567. &:hover::after {
  568. background: #a91b33;
  569. }
  570. }
  571. .ul_4_a:nth-of-type(odd) {
  572. float: left;
  573. }
  574. .ul_4_a:nth-of-type(even) {
  575. float: right;
  576. }
  577. .ul_4_a::after {
  578. content: '';
  579. display: block;
  580. width: 8px;
  581. height: 8px;
  582. position: absolute;
  583. left: 30px;
  584. top: 8px;
  585. border-radius: 4px;
  586. background: #D9D9D9;
  587. }
  588. }
  589. .img_ul_4 {
  590. float: right;
  591. width: 430px;
  592. background: #FAFAFA;
  593. position: relative;
  594. box-sizing: border-box;
  595. border: solid 1px #FAFAFA;
  596. padding-top: 19px;
  597. .img_li_4 {
  598. width: 180px;
  599. margin-bottom: 10px;
  600. }
  601. .img_li_4:nth-of-type(odd) {
  602. float: left;
  603. margin-left: 20px;
  604. }
  605. .img_li_4:nth-of-type(even) {
  606. float: right;
  607. margin-right: 20px;
  608. }
  609. .img_li_4_a {
  610. display: block;
  611. width: 100%;
  612. }
  613. .img_li_4_a_photo {
  614. display: block;
  615. width: 100%;
  616. height: 180px;
  617. }
  618. .img_li_4_dot1 {
  619. height: 18px;
  620. line-height: 18px;
  621. text-align: center;
  622. padding: 0px 8px;
  623. box-sizing: border-box;
  624. width: 100%;
  625. margin-top: 10px;
  626. color: #333;
  627. font-size: 14px;
  628. }
  629. .img_li_4_a:hover .img_li_4_dot1 {
  630. color: #a91b33;
  631. }
  632. }
  633. .img_ul_4::after {
  634. content: '';
  635. display: block;
  636. position: absolute;
  637. height: 100%;
  638. top: 0px;
  639. left: 0px;
  640. background: #e9e9e9;
  641. width: 1px;
  642. box-sizing: border-box;
  643. border-top: solid 10px #FAFAFA;
  644. border-bottom: solid 10px #FAFAFA;
  645. }
  646. /* 特产项目 */
  647. /* 加工项目项目 */
  648. .index_5_head {
  649. position: relative;
  650. box-sizing: border-box;
  651. padding-left: 10px;
  652. margin: 18px auto 2px;
  653. .index_5_head_a {
  654. float: left;
  655. height: 54px;
  656. line-height: 54px;
  657. color: #999;
  658. font-size: 18px;
  659. padding: 0 10px;
  660. position: relative;
  661. font-weight: bold;
  662. }
  663. .index_5_head_a_only {
  664. color: #a91b33;
  665. font-size: 22px;
  666. }
  667. }
  668. .index_5_head::after {
  669. content: '';
  670. display: block;
  671. width: 3px;
  672. height: 18px;
  673. position: absolute;
  674. left: 0px;
  675. top: 19px;
  676. background-color: #a91b33;
  677. }
  678. .index_5_head_right {
  679. float: right;
  680. height: 54px;
  681. line-height: 54px;
  682. .index_5_head_right_in_a {
  683. height: 54px;
  684. line-height: 54px;
  685. color: #999;
  686. font-size: 16px;
  687. float: right;
  688. &:hover {
  689. color: #a91b33;
  690. }
  691. }
  692. }
  693. .index_5_in {
  694. border: solid 1px #D9D9D9;
  695. border-right: none;
  696. display: flex;
  697. margin-top: 1px;
  698. height: 239px;
  699. }
  700. .ul_5 {
  701. float: left;
  702. width: 469px;
  703. position: relative;
  704. margin: 20px auto 6px;
  705. .ul_5_a {
  706. box-sizing: border-box;
  707. height: 24px;
  708. line-height: 24px;
  709. color: #333;
  710. font-size: 16px;
  711. position: relative;
  712. margin-bottom: 20px;
  713. text-indent: 48px;
  714. width: 49%;
  715. &:hover {
  716. color: #a91b33;
  717. }
  718. &:hover::after {
  719. background: #a91b33;
  720. }
  721. }
  722. .ul_5_a:nth-of-type(odd) {
  723. float: left;
  724. }
  725. .ul_5_a:nth-of-type(even) {
  726. float: right;
  727. }
  728. .ul_5_a::after {
  729. content: '';
  730. display: block;
  731. width: 8px;
  732. height: 8px;
  733. position: absolute;
  734. left: 30px;
  735. top: 8px;
  736. border-radius: 4px;
  737. background: #D9D9D9;
  738. }
  739. }
  740. .img_ul_5 {
  741. float: right;
  742. width: 430px;
  743. background: #FAFAFA;
  744. position: relative;
  745. box-sizing: border-box;
  746. border: solid 1px #FAFAFA;
  747. padding-top: 19px;
  748. .img_li_5 {
  749. width: 180px;
  750. margin-bottom: 10px;
  751. }
  752. .img_li_5:nth-of-type(odd) {
  753. float: left;
  754. margin-left: 20px;
  755. }
  756. .img_li_5:nth-of-type(even) {
  757. float: right;
  758. margin-right: 20px;
  759. }
  760. .img_li_5_a {
  761. display: block;
  762. width: 100%;
  763. }
  764. .img_li_5_a_photo {
  765. display: block;
  766. width: 100%;
  767. height: 180px;
  768. }
  769. .img_li_5_dot1 {
  770. height: 18px;
  771. line-height: 18px;
  772. text-align: center;
  773. padding: 0px 8px;
  774. box-sizing: border-box;
  775. width: 100%;
  776. margin-top: 10px;
  777. color: #333;
  778. font-size: 14px;
  779. }
  780. .img_li_5_a:hover .img_li_5_dot1 {
  781. color: #a91b33;
  782. }
  783. }
  784. .img_ul_5::after {
  785. content: '';
  786. display: block;
  787. position: absolute;
  788. height: 100%;
  789. top: 0px;
  790. left: 0px;
  791. background: #e9e9e9;
  792. width: 1px;
  793. box-sizing: border-box;
  794. border-top: solid 10px #FAFAFA;
  795. border-bottom: solid 10px #FAFAFA;
  796. }
  797. /* 加工项目 */
  798. /* 生产项目 */
  799. .index_6_head {
  800. position: relative;
  801. box-sizing: border-box;
  802. padding-left: 10px;
  803. margin: 18px auto 2px;
  804. .index_6_head_a {
  805. float: left;
  806. height: 54px;
  807. line-height: 54px;
  808. color: #999;
  809. font-size: 18px;
  810. padding: 0 10px;
  811. position: relative;
  812. font-weight: bold;
  813. }
  814. .index_6_head_a_only {
  815. color: #a91b33;
  816. font-size: 22px;
  817. }
  818. }
  819. .index_6_head::after {
  820. content: '';
  821. display: block;
  822. width: 3px;
  823. height: 18px;
  824. position: absolute;
  825. left: 0px;
  826. top: 19px;
  827. background-color: #a91b33;
  828. }
  829. .index_6_head_right {
  830. float: right;
  831. height: 54px;
  832. line-height: 54px;
  833. .index_6_head_right_in_a {
  834. height: 54px;
  835. line-height: 54px;
  836. color: #999;
  837. font-size: 16px;
  838. float: right;
  839. &:hover {
  840. color: #a91b33;
  841. }
  842. }
  843. }
  844. .index_6_in {
  845. border: solid 1px #D9D9D9;
  846. border-right: none;
  847. display: flex;
  848. margin-top: 1px;
  849. height: 239px;
  850. }
  851. .ul_6 {
  852. float: left;
  853. width: 469px;
  854. position: relative;
  855. margin: 20px auto 6px;
  856. .ul_6_a {
  857. box-sizing: border-box;
  858. height: 24px;
  859. line-height: 24px;
  860. color: #333;
  861. font-size: 16px;
  862. position: relative;
  863. margin-bottom: 20px;
  864. text-indent: 48px;
  865. width: 49%;
  866. &:hover {
  867. color: #a91b33;
  868. }
  869. &:hover::after {
  870. background: #a91b33;
  871. }
  872. }
  873. .ul_6_a:nth-of-type(odd) {
  874. float: left;
  875. }
  876. .ul_6_a:nth-of-type(even) {
  877. float: right;
  878. }
  879. .ul_6_a::after {
  880. content: '';
  881. display: block;
  882. width: 8px;
  883. height: 8px;
  884. position: absolute;
  885. left: 30px;
  886. top: 8px;
  887. border-radius: 4px;
  888. background: #D9D9D9;
  889. }
  890. }
  891. .img_ul_6 {
  892. float: right;
  893. width: 430px;
  894. background: #FAFAFA;
  895. position: relative;
  896. box-sizing: border-box;
  897. border: solid 1px #FAFAFA;
  898. padding-top: 19px;
  899. .img_li_6 {
  900. width: 180px;
  901. margin-bottom: 10px;
  902. }
  903. .img_li_6:nth-of-type(odd) {
  904. float: left;
  905. margin-left: 20px;
  906. }
  907. .img_li_6:nth-of-type(even) {
  908. float: right;
  909. margin-right: 20px;
  910. }
  911. .img_li_6_a {
  912. display: block;
  913. width: 100%;
  914. }
  915. .img_li_6_a_photo {
  916. display: block;
  917. width: 100%;
  918. height: 180px;
  919. }
  920. .img_li_6_dot1 {
  921. height: 18px;
  922. line-height: 18px;
  923. text-align: center;
  924. padding: 0px 8px;
  925. box-sizing: border-box;
  926. width: 100%;
  927. margin-top: 10px;
  928. color: #333;
  929. font-size: 14px;
  930. }
  931. .img_li_6_a:hover .img_li_6_dot1 {
  932. color: #a91b33;
  933. }
  934. }
  935. .img_ul_6::after {
  936. content: '';
  937. display: block;
  938. position: absolute;
  939. height: 100%;
  940. top: 0px;
  941. left: 0px;
  942. background: #e9e9e9;
  943. width: 1px;
  944. box-sizing: border-box;
  945. border-top: solid 10px #FAFAFA;
  946. border-bottom: solid 10px #FAFAFA;
  947. }
  948. /* 生产项目 */
  949. .index_aside_head_1 {
  950. border-bottom: solid 2px #a91b33;
  951. margin-top: 24px;
  952. .index_aside_head_1_a {
  953. float: left;
  954. height: 40px;
  955. line-height: 40px;
  956. color: #fff;
  957. font-size: 18px;
  958. padding: 0px 14px;
  959. border-radius: 4px 4px 0px 0px;
  960. background: #a91b33;
  961. }
  962. .index_aside_head_1_a_more {
  963. height: 40px;
  964. line-height: 40px;
  965. color: #999;
  966. font-size: 16px;
  967. float: right;
  968. &:hover {
  969. color: #a91b33;
  970. }
  971. }
  972. }
  973. .index_aside_img_ul_1 {
  974. margin-top: 30px;
  975. height: 260px;
  976. .index_aside_img_li_1 {
  977. margin-bottom: 20px;
  978. }
  979. .index_aside_img_li_1:last-of-type {
  980. margin-bottom: 0px;
  981. }
  982. .index_aside_img_li_1_a {
  983. display: flex;
  984. }
  985. .index_aside_img_li_1_a_img_box {
  986. width: 120px;
  987. height: 120px;
  988. margin-right: 10px;
  989. display: block;
  990. }
  991. .index_aside_img_li_1_a img {
  992. width: 120px;
  993. height: 120px;
  994. display: block;
  995. }
  996. .index_aside_img_li_1_dot3 {
  997. height: 63px;
  998. line-height: 21px;
  999. color: #333;
  1000. font-size: 18px;
  1001. width: 100%;
  1002. }
  1003. .index_aside_img_li_1_a:hover .index_aside_img_li_1_dot3 {
  1004. color: #a91b33;
  1005. }
  1006. }
  1007. .index_aside_ul_1 {
  1008. margin-top: 30px;
  1009. height: 156px;
  1010. .index_aside_ul_1_a {
  1011. box-sizing: border-box;
  1012. height: 24px;
  1013. line-height: 24px;
  1014. color: #333;
  1015. font-size: 18px;
  1016. position: relative;
  1017. margin-bottom: 20px;
  1018. text-indent: 18px;
  1019. &:hover {
  1020. color: #a91b33;
  1021. }
  1022. &:hover::after {
  1023. background: #a91b33;
  1024. }
  1025. }
  1026. .index_aside_ul_1_a:last-of-type {
  1027. margin-bottom: 0px;
  1028. }
  1029. .index_aside_ul_1_a::after {
  1030. content: '';
  1031. display: block;
  1032. width: 8px;
  1033. height: 8px;
  1034. position: absolute;
  1035. left: 0px;
  1036. top: 8px;
  1037. border-radius: 4px;
  1038. background: #D9D9D9;
  1039. }
  1040. }
  1041. /* 加盟连锁 */
  1042. .index_aside_head_2 {
  1043. border-bottom: solid 2px #a91b33;
  1044. margin-top: 30px;
  1045. .index_aside_head_2_a {
  1046. float: left;
  1047. height: 40px;
  1048. line-height: 40px;
  1049. color: #fff;
  1050. font-size: 18px;
  1051. padding: 0px 14px;
  1052. border-radius: 4px 4px 0px 0px;
  1053. background: #a91b33;
  1054. }
  1055. .index_aside_head_2_a_more {
  1056. height: 40px;
  1057. line-height: 40px;
  1058. color: #999;
  1059. font-size: 16px;
  1060. float: right;
  1061. &:hover {
  1062. color: #a91b33;
  1063. }
  1064. }
  1065. }
  1066. .index_aside_img_ul_2 {
  1067. margin-top: 30px;
  1068. .index_aside_img_li_2 {
  1069. margin-bottom: 20px;
  1070. }
  1071. .index_aside_img_li_2:last-of-type {
  1072. margin-bottom: 0px;
  1073. }
  1074. .index_aside_img_li_2_a {
  1075. display: flex;
  1076. }
  1077. .index_aside_img_li_2_a_img_box {
  1078. width: 120px;
  1079. height: 120px;
  1080. margin-right: 10px;
  1081. display: block;
  1082. }
  1083. .index_aside_img_li_2_a img {
  1084. width: 120px;
  1085. height: 120px;
  1086. display: block;
  1087. }
  1088. .index_aside_img_li_2_dot3 {
  1089. height: 63px;
  1090. line-height: 21px;
  1091. color: #333;
  1092. font-size: 18px;
  1093. width: 100%;
  1094. }
  1095. .index_aside_img_li_2_a:hover .index_aside_img_li_2_dot3 {
  1096. color: #a91b33;
  1097. }
  1098. }
  1099. .index_aside_ul_2 {
  1100. margin-top: 30px;
  1101. .index_aside_ul_2_a {
  1102. box-sizing: border-box;
  1103. height: 24px;
  1104. line-height: 24px;
  1105. color: #333;
  1106. font-size: 18px;
  1107. position: relative;
  1108. margin-bottom: 20px;
  1109. text-indent: 18px;
  1110. &:hover {
  1111. color: #a91b33;
  1112. }
  1113. &:hover::after {
  1114. background: #a91b33;
  1115. }
  1116. }
  1117. .index_aside_ul_2_a:last-of-type {
  1118. margin-bottom: 0px;
  1119. }
  1120. .index_aside_ul_2_a::after {
  1121. content: '';
  1122. display: block;
  1123. width: 8px;
  1124. height: 8px;
  1125. position: absolute;
  1126. left: 0px;
  1127. top: 8px;
  1128. border-radius: 4px;
  1129. background: #D9D9D9;
  1130. }
  1131. }
  1132. /* 加盟连锁 */
  1133. @media screen and (min-width:1200px) {
  1134. /*pc_1440*/
  1135. @media screen and (max-width:1440px) {
  1136. /*1200*/
  1137. }
  1138. .pc_none {
  1139. display: none;
  1140. }
  1141. }
  1142. /* 养殖项目*/
  1143. @media screen and (max-width:599px) {}
  1144. @media screen and (max-width:320px) {}