<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #fefefe;
}
.ybanner {
  width: 100%;
  min-width: 1400px;
  margin: 0 auto;
  height: 500px;
  background: url(../../img/banner/banner_intelligence_agriculture.jpg) no-repeat top center;
  position: relative;
}
.ybanner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.ybanner .ban-tie {
  position: absolute;
  left: 16%;
  top: 50%;
  transform: translateY(-50%);
}
.ybanner .ban-tie h2,
.ybanner .ban-tie span,
.ybanner .ban-tie p {
  color: #f2f4f6;
}
.ybanner .ban-tie h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.ybanner .ban-tie span {
  display: block;
  width: 600px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
}
.ybanner .ban-tie .ban-btn a button {
  font-size: 16px;
  width: 130px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  border: none;
  color: #f2f4f6;
  margin-top: 24px;
  cursor: pointer;
}
.ybanner .ban-tie .ban-btn a:nth-child(1) button {
  background-color: #2277e6;
  margin-right: 10px;
}
.ybanner .ban-tie .ban-btn a:nth-child(2) button {
  background-color: #21c286;
  margin-right: 10px;
}
.ny-profile {
  width: 76%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: pre-wrap;
  text-align: left;
  margin: 0 auto 20px ;
  background-color: #fff;
  padding: 20px 40px;
  box-shadow: 1px 1px 2px 1px #f6fafe;
}
.ny-profile .profile-left img {
  width: 678px;
  height: 386px;
  border-radius: 6px;
}
.ny-profile .profile-right {
  margin-left: 42px;
}
.ny-profile .profile-right h3 {
  font-size: 36px;
  color: #333333;
}
.ny-profile .profile-right p {
  display: block;
  width: 570px;
  font-size: 16px;
  color: #13141599;
  line-height: 1.6;
}
.ny-goodness {
  width: 84%;
  height: 660px;
  margin: -60px auto 0;
  background: linear-gradient(-45deg, #e9f2ff, #fefefe);
  box-shadow: -1px -1px 6px 1px #747d8c22;
  padding-top: 42px;
}
.ny-goodness h2 {
  font-size: 36px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  margin-bottom: 46px;
}
.ny-goodness .goodness-b-box {
  width: 896px;
  height: 496px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny-goodness .goodness-b-box .goodness-content {
  width: 360px;
  height: 120px;
  position: relative;
  margin: 0 10px;
}
.ny-goodness .goodness-b-box .goodness-content:before {
  content: '';
  width: 36px;
  height: 36px;
  background-image: url(../../img/zhny/icon/gu.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  left: -54px;
  top: 6px;
}
.ny-goodness .goodness-b-box .goodness-content h3 {
  font-size: 20px;
  color: #333333;
}
.ny-goodness .goodness-b-box .goodness-content p {
  width: 360px;
  font-size: 16px;
  color: #13141599;
}
.we-fuwu {
  width: 82%;
  margin: 46px auto;
}
.we-fuwu h2 {
  font-size: 36px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  margin-bottom: 46px;
}
.we-fuwu .fuwu-box {
  width: 1400px;
  width: 82%;
  min-width: 1284px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.we-fuwu .fuwu-box .fuwu-content {
  background-color: #fff;
  padding: 10px;
  margin-right: 46px;
  width: 362px;
  height: 260px;
  margin-bottom: 36px;
}
.we-fuwu .fuwu-box .fuwu-content:nth-child(1),
.we-fuwu .fuwu-box .fuwu-content:nth-child(2) {
  width: 550px;
  height: 350px;
}
.we-fuwu .fuwu-box .fuwu-content:nth-child(1) img,
.we-fuwu .fuwu-box .fuwu-content:nth-child(2) img {
  width: 100%;
  height: 280px;
}
.we-fuwu .fuwu-box .fuwu-content img {
  width: 100%;
  height: 190px;
}
.we-fuwu .fuwu-box .fuwu-content h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 2px 0 0 2px;
}
.ny-use {
  width: 100%;
  height: 740px;
  background-color: #f6fafe;
  position: relative;
  padding-top: 42px;
}
.ny-use &gt; a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 1px solid #21c28688;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 60%;
  left: 16%;
  transform: translateY(-50%);
}
.ny-use &gt; a:nth-child(2) {
  left: 84%;
}
.ny-use &gt; a:nth-child(2) i {
  display: inline-block;
  transform: rotate(180deg);
}
.ny-use &gt; a i {
  color: #312f2f;
}
.ny-use h2 {
  font-size: 36px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  margin-bottom: 46px;
}
.ny-use .span-3 {
  width: 462px;
  margin: 0 auto;
  text-align: center;
}
.ny-use .span-3 span {
  width: 96px;
  height: 40px;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
}
.ny-use .span-3 span.ny-active {
  border-bottom: 4px solid #5831ec;
}
.ny-use .ny-cence-box {
  width: 100%;
  height: 610px;
  overflow: hidden;
}
.ny-use .ny-cence-box .ny-content {
  width: 100%;
  height: 610px;
  display: none;
  justify-content: center;
  align-items: center;
}
.ny-use .ny-cence-box .ny-content .ny-right-txt {
  margin-right: 42px;
}
.ny-use .ny-cence-box .ny-content .ny-right-txt h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 26px;
}
.ny-use .ny-cence-box .ny-content .ny-right-txt p {
  display: inline-block;
  width: 462px;
  word-break: break-all;
  color: #13141599;
  font-size: 16px;
  line-height: 1.5;
}
.ny-use .ny-cence-box .ny-content .ny-left-show {
  margin-left: 42px;
  width: 516px;
  height: 496px;
}
.ny-use .ny-cence-box .ny-content .ny-left-show img {
  width: 100%;
  height: 100%;
}
.ny-news {
  width: 1250px;
  height: 534px;
  margin: 0 auto;
  text-align: center;
  padding-top: 42px;
  box-sizing:content-box;
}
.ny-news h2 {
  font-size: 36px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  margin-bottom: 46px;
  margin: 14px 0;
}
.ny-news p {
  font-size: 16px;
  margin: 26px 0;
}
.ny-news .ny-news-b-box {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
.ny-news .ny-news-b-box .ny-news-content {
  width: 374px;
  height: 468px;
}
.ny-news .ny-news-b-box .ny-news-content img {
  width: 372px;
  height: 200px;
}
.ny-news .ny-news-b-box .ny-news-content a {
  color: #333;
}
.ny-news .ny-news-b-box .ny-news-content:nth-child(2) .ny-news-title {
  border-bottom: 1px solid #38ada9;
}
.ny-news .ny-news-b-box .ny-news-content:nth-child(2) .ny-news-title h3 {
  color: #38ada9;
}
.ny-news .ny-news-b-box .ny-news-content:nth-child(3) .ny-news-title {
  border-bottom: 1px solid #eb2f06;
}
.ny-news .ny-news-b-box .ny-news-content:nth-child(3) .ny-news-title h3 {
  color: #eb2f06;
}
.ny-news .ny-news-b-box .ny-news-content .ny-news-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.ny-news .ny-news-b-box .ny-news-content .ny-news-title h3 {
  font-weight: normal;
  font-size: 20px;
}
.ny-news .ny-news-b-box .ny-news-content ul {
  width: 100%;
}
.ny-news .ny-news-b-box .ny-news-content ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-indent: 10px;
  height: 36px;
  line-height: 36px;
}
.ny-news .ny-news-b-box .ny-news-content ul li:hover {
  text-decoration: underline;
}
</pre></body></html>