index2.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
  1. /* 轮播 */
  2. .sliderBox,.banner{
  3. height: 470px;
  4. }
  5. .slider1{
  6. background: url(../imgs/banner1.jpg) no-repeat center;
  7. background-size: cover;
  8. }
  9. .slider2{
  10. background: url(../imgs/banner2.jpg) no-repeat center;
  11. background-size: cover;
  12. }
  13. .slider3{
  14. background: url(../imgs/banner3.jpg) no-repeat center;
  15. background-size: cover;
  16. }
  17. span.swiper-pagination-bullet{
  18. width: 30px;
  19. border-radius: 0;
  20. }
  21. span.swiper-pagination-bullet-active{
  22. background: #3ab851;
  23. }
  24. /* 内容标题 */
  25. .caption{
  26. border-bottom: 5px solid #ff6a28;
  27. padding: 35px 0 15px;
  28. margin-bottom: 20px;
  29. }
  30. .caption .chinese{
  31. font-size: 24px;
  32. font-weight: bold;
  33. color: #38b954;
  34. }
  35. .caption .english{
  36. font-size: 12px;
  37. color: #b2b2b2;
  38. margin-left: 10px;
  39. }
  40. /* 内容-示范区 */
  41. .content1{
  42. height: 476px;
  43. display: flex;
  44. border: 1px solid #e3e3e3;
  45. border-top: none;
  46. overflow: hidden;
  47. }
  48. .content1 .excellentFarm{
  49. width: 880px;
  50. }
  51. .farmsTop{
  52. display: flex;
  53. border-top: 1px solid #e3e3e3;
  54. border-bottom: 1px solid #e3e3e3;
  55. height: 60px;
  56. justify-content: space-between;
  57. padding: 0 20px;
  58. align-items: center;
  59. }
  60. /* .farmsTop .title div{
  61. border-left: 3px solid #ff6a28;
  62. padding-left: 8px;
  63. font-size: 16px;
  64. } */
  65. .farmsTop .ctrlBtn{
  66. font-size: 0;
  67. border: 1px solid #e8e6e7;
  68. }
  69. .farmsTop .ctrlBtn button{
  70. width: 30px;
  71. height: 26px;
  72. line-height: 24px;
  73. font-size: 14px;
  74. background-color: #fff;
  75. border: 1px solid #e8e6e7;
  76. }
  77. .farmsTop .ctrlBtn button i{
  78. color: #b0b0b0;
  79. }
  80. .farmsbottom{
  81. display: flex;
  82. }
  83. .farmsbottom .farmImg{
  84. flex: 1;
  85. position: relative;
  86. }
  87. .farmsbottom .farmImg .hotIcon{
  88. position: absolute;
  89. right: 13px;
  90. top: 0;
  91. }
  92. .farmsbottom .farmImg .masking{
  93. padding-top: 20px;
  94. position: absolute;
  95. bottom: 0;
  96. left: 0;
  97. right: 0;
  98. background: rgba(58, 158, 89, 0.89);
  99. text-align: center;
  100. color: #fff;
  101. font-size: 14px;
  102. line-height: 30px;
  103. }
  104. .farmsbottom .farmIntroduce{
  105. width: 600px;
  106. }
  107. .farmsSwiper{
  108. height: 416px;
  109. overflow: hidden;
  110. padding: 20px;
  111. }
  112. .farmsUl .farm-item{
  113. /* height: 62px; */
  114. padding-top: 24px;
  115. overflow: hidden;
  116. }
  117. .farmsUl .farm-item img{
  118. width: 88px;
  119. height: 72px;
  120. float: left;
  121. margin-right: 15px;
  122. }
  123. .farmsUl .farm-item .news-item-txt{
  124. float: left;
  125. width: 456px;
  126. }
  127. .farmsUl .farm-item .news-item-txt h1{
  128. width: 465px;
  129. overflow: hidden;
  130. white-space: nowrap;
  131. text-overflow: ellipsis;
  132. line-height: 28px;
  133. }
  134. .farmsUl .farm-item .news-item-txt a{
  135. font-size: 16px;
  136. color: #60a830;
  137. }
  138. .farmsUl .farm-item .desc{
  139. height: 40px;
  140. overflow: hidden;
  141. margin-top: 3px;
  142. line-height: 20px;
  143. font-size: 12px;
  144. color: #666;
  145. }
  146. .content1 .news{
  147. height: 100%;
  148. flex: 1;
  149. border-left: 1px solid #e3e3e3;
  150. }
  151. .content1 .news .newsTitle{
  152. display: flex;
  153. border-top: 1px solid #e3e3e3;
  154. border-bottom: 1px solid #e3e3e3;
  155. height: 60px;
  156. justify-content: space-between;
  157. padding: 0 20px;
  158. align-items: center;
  159. background: #fbfbfb;
  160. }
  161. .content1 .news .newsTitle span{
  162. font-size: 16px;
  163. color: #000;
  164. }
  165. .content1 .news .newsTitle .more{
  166. height: 22px;
  167. padding: 0 10px;
  168. background-color: #fff;
  169. border: 1px solid #eaeaea;
  170. line-height: 22px;
  171. font-size: 12px;
  172. color: #666;
  173. }
  174. .content1 .news .newsContent{
  175. height: 87%;
  176. overflow: hidden;
  177. }
  178. .content1 .news .newsContent .news-txt-list{
  179. padding: 10px 20px;
  180. }
  181. .content1 .news .newsContent .news-txt-item{
  182. position: relative;
  183. /* height: 16px; */
  184. overflow: hidden;
  185. padding-left: 10px;
  186. margin-top: 12px;
  187. font-size: 12px;
  188. line-height: 21px;
  189. }
  190. .content1 .news .newsContent .news-txt-item::after{
  191. background-color: #60a830;
  192. content: '';
  193. position: absolute;
  194. left: 0;
  195. top: 8px;
  196. width: 3px;
  197. height: 3px;
  198. border-radius: 50%;
  199. }
  200. .content1 .news .newsContent .news-txt-item a{
  201. white-space: nowrap;
  202. display: block;
  203. width: 265px;
  204. overflow: hidden;
  205. text-overflow: ellipsis;
  206. }
  207. /* 内容-广告区 */
  208. .adv{
  209. margin-top: 20px;
  210. }
  211. /* 内容-四季采摘 */
  212. .pickCover{
  213. display: flex;
  214. }
  215. .farmPick{
  216. flex: 1;
  217. border: 1px solid #e3e3e3;
  218. }
  219. .farmPickTop{
  220. display: flex;
  221. justify-content: space-between;
  222. align-items: center;
  223. height: 60px;
  224. padding: 0 20px;
  225. border-bottom: 1px solid #e3e3e3;
  226. }
  227. .farmPickTop a{
  228. font-size: 14px;
  229. color: #41b850;
  230. }
  231. .farmPickBottom{
  232. display: flex;
  233. justify-content: space-between;
  234. }
  235. .farmPickBottom .product{
  236. width:640px;
  237. border-right: 1px solid #e3e3e3;
  238. }
  239. .farmPickBottom .pickTitle{
  240. background: #f0f0f0;
  241. color: #000000;
  242. font-size: 14px;
  243. font-weight: bold;
  244. line-height: 35px;
  245. padding: 0 30px;
  246. position: relative;
  247. }
  248. .farmPickBottom .pickTitle::before{
  249. position: absolute;
  250. content: '';
  251. height: 20px;
  252. width: 3px;
  253. background: #41b850;
  254. top: 7px;
  255. left: 20px;
  256. }
  257. .farmPickBottom .productList{
  258. overflow: hidden;
  259. }
  260. .farmPickBottom .productItem{
  261. width: 135px;
  262. float: left;
  263. margin: 10px;
  264. }
  265. .farmPickBottom .productItem img{
  266. width: 135px;
  267. height: 105px;
  268. }
  269. .farmPickBottom .productItem P{
  270. text-align: center;
  271. line-height: 30px;
  272. white-space: nowrap;
  273. overflow: hidden;
  274. text-overflow: ellipsis;
  275. }
  276. .farmPickBottom .productItem:hover a{
  277. color: #3ab851;
  278. }
  279. .farmPickBottom .supply{
  280. border-left: 1px solid #e3e3e3;
  281. width: 260px;
  282. }
  283. .supply li{
  284. padding: 0 18px;
  285. border-top: 1px solid #eaeaea;
  286. }
  287. .supply li:nth-child(1){
  288. border: none;
  289. }
  290. .supply .sort-number {
  291. margin-right: 7%;
  292. text-align: center;
  293. line-height: 8px;
  294. margin: 5px 11px 5px 0;
  295. padding: 10px;
  296. display: inline-block;
  297. }
  298. .supply .sort-number-top{
  299. background: #009237;
  300. color: #FFFFFF;
  301. }
  302. .supply li a{
  303. white-space: nowrap;
  304. overflow: hidden;
  305. display: inline-block;
  306. width: 80%;
  307. text-overflow: ellipsis;
  308. vertical-align: middle;
  309. }
  310. .supply li a:hover{
  311. color: #3ab851;
  312. }
  313. .farmPickImg{
  314. width: 280px;
  315. position: relative;
  316. }
  317. .farmPickImg div{
  318. position: absolute;
  319. bottom: 0;
  320. left: 0;
  321. right: 0;
  322. background: #3a9e598c;
  323. color: #fff;
  324. text-align: center;
  325. line-height: 30px;
  326. font-size: 16px;
  327. padding: 10px;
  328. }
  329. /* 内容-农场导览 */
  330. .hacienda{
  331. border: 1px solid #e3e3e3;
  332. }
  333. .hacienda .haciendaTop{
  334. display: flex;
  335. justify-content: space-between;
  336. align-items: center;
  337. height: 60px;
  338. padding: 0 20px;
  339. border-bottom: 1px solid #e3e3e3;
  340. }
  341. .hacienda .haciendaTop a{
  342. color: #fff;
  343. border-radius: 5px;
  344. background-color: #ff6a28;
  345. padding: 8px 22px;
  346. }
  347. .hacienda .haciendaList{
  348. display: flex;
  349. flex-flow: wrap;
  350. }
  351. .hacienda .haciendaList{
  352. padding: 20px 20px 0 20px;
  353. }
  354. .hacienda .haciendaItem{
  355. display: flex;
  356. margin-bottom: 20px;
  357. }
  358. .hacienda .haciendaImg{
  359. width: 205px;
  360. height: 175px;
  361. position: relative;
  362. }
  363. .hacienda .haciendaImg .haciendaImg1{
  364. width: 100%;
  365. height: 100%;
  366. }
  367. .hacienda .haciendaImg .haciendaImg2{
  368. position: absolute;
  369. top: 0;
  370. left: 10px;
  371. }
  372. .hacienda .haciendaItem .haciendaTxt{
  373. width: 180px;
  374. padding: 10px 15px;
  375. }
  376. .hacienda .haciendaItem .haciendaTxt h2{
  377. font-size: 14px;
  378. font-weight: bold;
  379. line-height: 33px;
  380. white-space: nowrap;
  381. overflow: hidden;
  382. text-overflow: ellipsis;
  383. }
  384. .hacienda .haciendaItem .haciendaTxt .desc{
  385. letter-spacing: 2px;
  386. height: 100px;
  387. overflow: hidden;
  388. }
  389. .hacienda .haciendaItem .haciendaTxt button{
  390. color: #fff;
  391. padding: 5px 10px;
  392. border-radius: 5px;
  393. }
  394. .hacienda .haciendaItem .haciendaTxt button.btn1{
  395. background-color: #00aeed;
  396. }
  397. .hacienda .haciendaItem .haciendaTxt button.btn2{
  398. background-color: #3bb852;
  399. }
  400. /* 内容-旅游导览 */
  401. .travelCover{
  402. display: flex;
  403. }
  404. .travelCover .travelLeft{
  405. flex: 1;
  406. }
  407. .travelLeft .travelList{
  408. display: flex;
  409. flex-flow: wrap;
  410. }
  411. .travelList .travelItem{
  412. width: 282px;
  413. margin: 10px;
  414. background-color: #f8f8f8;
  415. cursor: pointer;
  416. }
  417. .travelList .travelItem .travelImg{
  418. position: relative;
  419. width: 270px;
  420. height: 155px;
  421. }
  422. .travelList .travelItem .travelImg .haciendaImg1{
  423. width: 100%;
  424. height: 100%;
  425. }
  426. .travelList .travelItem .travelImg .haciendaImg2{
  427. position: absolute;
  428. top: 0;
  429. left: 10px;
  430. }
  431. .travelList .travelItem .travelTitle{
  432. padding: 10px;
  433. }
  434. .travelList .travelItem .travelTitle h2{
  435. font-size: 14px;
  436. font-weight: bold;
  437. line-height: 30px;
  438. }
  439. .travelList .travelItem:hover .travelTitle h2{
  440. color: #3ab851;
  441. }
  442. .travelList .travelItem .travelTitle div{
  443. height: 40px;
  444. overflow: hidden;
  445. }
  446. .travelCover .travelRight{
  447. width: 280px;
  448. padding-right: 20px;
  449. }
  450. .travelCover .travelRight .travelGuide{
  451. /* width: 285px; */
  452. padding: 20px 20px 20px 0;
  453. margin-top: 25px;
  454. }
  455. .travelCover .travelRight >a{
  456. }
  457. .travelRight .travelGuide{
  458. display: flex;
  459. align-items: center;
  460. border: 1px solid #e3e3e3;
  461. justify-content: space-around;
  462. padding: 20px 10px;
  463. box-shadow: 1px 1px 6px 0px #dadada;
  464. }
  465. .travelRight .travelGuide1{
  466. border-top: 3px solid #34abe3;
  467. }
  468. .travelRight .travelGuide1 .guideTag{
  469. color: #34abe3;
  470. }
  471. .travelRight .travelGuide2{
  472. border-top: 3px solid #e4c666;
  473. }
  474. .travelRight .travelGuide2 .guideTag{
  475. color: #e4c666;
  476. }
  477. .travelRight .travelGuide3{
  478. border-top: 3px solid #e86f90;
  479. }
  480. .travelRight .travelGuide3 .guideTag{
  481. color: #e86f90;
  482. }
  483. .travelRight .travelGuide4{
  484. border-top: 3px solid #7accc0;
  485. }
  486. .travelRight .travelGuide4 .guideTag{
  487. color: #7accc0;
  488. }
  489. .travelRight .travelGuide div .guideTag{
  490. font-size: 18px;
  491. line-height: 28px;
  492. font-weight: 700;
  493. }
  494. .travelRight .travelGuide div p{
  495. color: #c1c1c1;
  496. }
  497. /* 内容-民宿导览 */
  498. .hotelCover{
  499. display: flex;
  500. border: 1px solid #e3e3e3;
  501. }
  502. .hotelCover .hotHotel{
  503. width: 282px;
  504. border-right: 1px solid #e3e3e3;
  505. }
  506. .hotelCover .hotHotel .title{
  507. height: 60px;
  508. line-height: 60px;
  509. padding: 0 20px;
  510. border-bottom: 1px solid #e3e3e3;
  511. background: #f8f8f8;
  512. font-size: 18px;
  513. font-weight: 700;
  514. }
  515. .hotelCover .hotHotel .title span{
  516. font-size: 12px;
  517. color: #797979;
  518. font-weight: 100;
  519. margin-left: 10px;
  520. }
  521. .hotHotelList .hotHotelItem{
  522. padding: 16px 16px 16px 20px;
  523. border-bottom: 1px solid #e3e3e3;
  524. margin-bottom: 0px;
  525. overflow: hidden;
  526. }
  527. .hotHotelList .hotHotelItem:last-child{
  528. border: none;
  529. }
  530. .hotHotelList .hotHotelItem img{
  531. float: left;
  532. }
  533. .hotHotelList .hotHotelItem .desc{
  534. margin-left: 110px;
  535. }
  536. .hotHotelList .hotHotelItem .desc h3{
  537. font-size: 14px;
  538. line-height: 30px;
  539. font-weight: bold;
  540. white-space: nowrap;
  541. overflow: hidden;
  542. text-overflow: ellipsis;
  543. }
  544. .hotHotelList .hotHotelItem .desc div{
  545. height: 41px;
  546. overflow: hidden;
  547. line-height: 20px;
  548. color: #a4a4a4;
  549. }
  550. .hotHotelList .hotHotelItem:hover .desc h3{
  551. color: #3ab851;
  552. }
  553. .recommendHotel{
  554. flex: 1;
  555. }
  556. .recommendHotel .titel{
  557. display: flex;
  558. justify-content: space-between;
  559. align-items: center;
  560. height: 60px;
  561. padding: 0 20px;
  562. border-bottom: 1px solid #e3e3e3;
  563. }
  564. .recommendHotel .titel div{
  565. font-size: 18px;
  566. font-weight: 700;
  567. }
  568. .recommendHotel .titel .more{
  569. background: #ff6a28;
  570. color: #fff;
  571. border-radius: 5px;
  572. padding: 8px 22px;
  573. }
  574. .recommendHotel .recommendHotelList{
  575. display: flex;
  576. flex-flow: wrap;
  577. }
  578. .recommendHotel .recommendHotelList .recommendHotelItem{
  579. width: 305px;
  580. padding: 20px;
  581. }
  582. .recommendHotelList .recommendHotelItem:hover .recommendHotelImg img{
  583. transform:scale(1.2);transform:scale(1.2);
  584. -webkit-transform:scale(1.2);transform:scale(1.2);
  585. }
  586. .recommendHotelList .recommendHotelItem:hover h1{
  587. color: #3ab851;
  588. }
  589. .recommendHotelItem .recommendHotelImg{
  590. width: 100%;
  591. height: 200px;
  592. overflow: hidden;
  593. }
  594. .recommendHotelItem .recommendHotelImg img{
  595. width: 100%;
  596. height: 100%;
  597. transition:all 0.6s;
  598. }
  599. .recommendHotelItem h1{
  600. line-height: 30px;
  601. padding: 0 20px;
  602. font-size: 14px;
  603. font-weight: 700;
  604. }
  605. .recommendHotelItem .area{
  606. line-height: 14px;
  607. padding: 0 20px;
  608. color: #949494;
  609. }
  610. .recommendHotelItem .sortNum{
  611. text-align: right;
  612. line-height: 14px;
  613. }
  614. .recommendHotelItem .sortNum span{
  615. padding: 5px 10px;
  616. background: #f86928;
  617. color: #fff;
  618. border-radius: 6px;
  619. }
  620. /* 橘黄标题 */
  621. .orangTitle{
  622. border-left: 3px solid #ff6a28;
  623. padding-left: 8px;
  624. font-size: 16px;
  625. }