/* 默认CSS样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #333;
}
body, div, p {
    font-size: 14px;
}
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.ant-table .ant-table-tbody td {
  word-break: break-all;
}

p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #24833a;
}
a:active {
  color: #24833a;
}

body,
p,
div {
  font-size: 14px;
}
a:hover {
text-decoration: none;
}
div:hover {
text-decoration: none;
}
:where(.css-dev-only-do-not-override-11wvfg7).ant-pagination
  .ant-pagination-item:not(.ant-pagination-item-active):hover {
  background: none;
  color: #24833a;
}

:where(.css-dev-only-do-not-override-11wvfg7).ant-pagination
  .ant-pagination-prev:hover
  .ant-pagination-item-link,
:where(.css-dev-only-do-not-override-11wvfg7).ant-pagination
  .ant-pagination-next:hover
  .ant-pagination-item-link {
  background: none;
  color: #24833a;
}

html {
  scroll-padding-top: 69px;
}

/* 头部*/
.header {
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}
.container {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 110px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 导航栏样式 */
.bar {
    height: 100%;
}

.bar ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.bar > ul > li {
    position: relative;
    margin-right: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.bar > ul > li:last-child {
    margin-right: 0;
}

.bar > ul > li > a {
    display: block;
    padding: 0 15px;
    height: 100%;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.bar > ul > li > a:hover {
    color: #24833a;
    text-decoration: none;
}

/* 下拉菜单样式 */
.bar ul ul {
    position: absolute;
    top: calc(100% - 2px); /* 调整位置，使下拉框更紧密地显示在文字下方 */
    left: 50%;
    transform: translateX(-50%); /* 使下拉框水平居中对齐文字 */
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    width: auto;
    height: auto;
    display: none;
    z-index: 1000;
    flex-direction: column;
    align-items: flex-start;
    padding: 4px 0;
    border-radius: 4px;
}

.bar ul li:hover > ul {
    display: flex;
}

.bar ul ul li {
    width: 100%;
}

.bar ul ul li a {
    display: block;
    padding: 8px 20px;
    color: #666;
    font-size: 14px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.bar ul ul li a:hover {
    color: #24833a;
    text-decoration: none;
    background-color: #f5f5f5;
}
/* 公司简介样式 */
.news {
    width: 100%;
    height: 520px;
    position: relative;
}
.news-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.news .title {
    position: absolute;
    margin: 0 auto;
    transform: translateZ(0);
    opacity: 1;
    transition-delay: .7s;
    font-size: 54px;
    font-weight: 600;
    top: 210px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 导航栏*/
.AnchorLarge_anchorLarge {
      display: flex;
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #DDDDDD;
  align-items: center;
  justify-content: space-around;
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 0 200px;
  font-size: 20px;
  z-index: 10;
}
.AnchorLarge_anchorItem {
    height: 68px;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    color: #333;
}
.AnchorLarge_anchorItem:hover{
  border-bottom: 3px solid #24833a;
  color: #24833a;
  text-decoration: none;
}


/*农场新闻*/

.title {
  color: #24833A;
 font-size: 28px;
 text-align: center;
 font-weight: 700;
}
.redTitle {
  color: #B94120;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
 }

.desc{
  color: #999;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
}

.whiteWrap{  
  padding: 80px 0;
  background-color: #fff;
}

.greyWrap{  
  padding: 80px 0;
  background-color: #F8F8F8;
}

.dyList{
  display: flex;
  align-items: center;
  width: 1221px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.dyItem{
  height: 422px;
  padding: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #DBDBDB;
}

.dyImg{
  width: 350px;
  height: 224px;
}
.dyTitle{
  font-size: 16px;
  padding-top: 24px;
  font-weight: 700;
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dyDesc {
  color: #999;
  padding-top: 24px;
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsWrap {
  display: flex;
  padding-top: 6px;
  justify-content: center;
  overflow: hidden;
}

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  img{
    margin-top: 50px;
    width: 100px;
  }
}

.leftImg {
  width: 400px;
  height: 304px;
}
.rightWrap {
  height: 400px;
}

.newsList{
  height: 336px;
  overflow: hidden;
  margin-left: 32px;
  width: 794px;
  margin-top: -20px;
}

.newsItem{
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F4F4F4;
}

.newsItem:last-child{
  border-bottom: none;
}
.newsItem:hover {
  color: #24833A;
}
.newsContent {
  width: 520px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  cursor: pointer;
}

.newsTime {
  color: #999;  
  font-size: 16px;
}


.artList {
  display: flex;
  flex-wrap: wrap;
  width: 1224px;
  margin:0 auto;
}

.artItem {
  display: flex;
  margin: 0 32px 30px 0;
}

.redBg {
  background-color: rgba(185, 65, 32, 0.8) ;
}

.greeBg{
  background-color: rgba(81, 158, 83, 0.8) ;
}

.whiteColor{
  color: #fff;
}
.artTime{
  text-align: right;
  padding: 16px 16px 0 16px;
  width: 98px;
  height: 98px;
}
.date{
  font-size: 24px;
  width: 70px;
  height: 32px;
}
.year{
  font-size: 16px;
  height: 21px;
}
.line{
  width: 27px;
  height: 1px;
  margin: 8px 0;
  display: inline-flex;
  justify-content: flex-end;
}

.artWrap{
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  min-height: 115px;
}

.artTitle {
  width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-bottom: 12px;
}

.artContent{
  width: 440px;
  color: #999;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden;
}

.whiteBg{
  background-color: #fff;
}
.greykBg{
  background-color: #999;
}

.greeBg{
  background-color: #24833A;
}

.pagination {
  margin-top: 20px;
  margin-left: 750px;
  display: flex;
  text-align: center;
  font-size: 16px;
  ul {
    display: flex;
    align-items: baseline
  }
}

.more {
  margin: 50px auto;
  width: 135px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px #ccc solid;
}

/*底部*/
.HomePage_footer {
    background-color: #3f4552;
    color: #fff;
    height: 512px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.Footer_footerWarp {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.Footer_footer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.Footer_navWrap {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #fff;
}

.Footer_logo {
    width: 65px;
    height: auto;
    margin-right: 20px;
}

.Footer_nav {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.Footer_nav:hover {
    color: #fff;
}

.Footer_rightWrap {
    display: flex;
    gap: 16px;
}

.Footer_qrCode {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.Footer_qrImg {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}

.Footer_contractList {
    display: flex;
    gap: 12px;
    padding-bottom: 40px;
    border-bottom: 1px solid #555;
}

.Footer_contractItem {
    width: 290px;
    height: 170px;
    background-color: #9c9ea4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    color: #fff;
}

.Footer_imgWrap {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Footer_conImg {
    width: 100%;
    height: auto;
}

.Footer_line {
    height: 1px;
    background-color: #555;
    margin: 30px 0;
}

.Footer_num {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}