@charset "UTF-8";
/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div {
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

body,
html {
  scroll-behavior: smooth;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

/*
******************************* pc样式开始 ******************************
*/
body {
  background: #edf2ef;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 0 10px #cccccc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #edf2ef;
}
header .mobile-menu {
  display: none;
}

.logo-wrap {
  flex: 0 0 200px;
  padding: 16px 40px 10px;
}

#eggs {
  display: inline-block;
  width: 34vw;
}

#familys {
  display: inline-block;
  width: 27vw;
}

#num {
  width: 20vw;
}

.menus {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.menus li {
  position: relative;
}
.menus li .childmenu {
  transition: all 0.6s;
  transform: translateY(-10px);
  position: absolute;
  display: none;
  top: 82px;
  left: 0px;
  width: 160px;
  background: #Fff;
  z-index: 2;
}
.menus li .childmenu-item {
  text-align: center;
  padding: 10px 0;
}
.menus li .childmenu a {
  color: #666;
  text-decoration: none;
}
.menus li .childmenu a:hover {
  color: rgb(0, 132, 43);
}
.menus li:hover .childmenu {
  display: block;
  transform: translateY(0);
}
.menus li > a {
  text-decoration: none;
  display: block;
  padding: 0 30px;
  color: #444;
  line-height: 80px;
  font-size: 18px;
}
.menus li > a.active {
  color: rgb(84, 114, 68);
  border-top: 2px solid rgb(84, 114, 68);
  font-weight: bold;
}


.index .video-middle .video {
  width: 100%;
  height: auto;
}


.banner img {
  width: 100%;
  height: 100%;
}

.banner-middle {
  width: 100%;
  height: 80vh;
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-middle .text-1 {
  font-size: 2.6em;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.banner-middle .text-1 span {
  color: rgb(84, 114, 68);
  font-size: 2em;
}

.footer2 {
  display: flex;
  padding: 40px 20px;
  background: none;
}
.footer2-left {
  flex: 1;
  padding-bottom: 60px;
}
.footer2-contact {
  align-items: center;
  justify-content: center;
}
.footer2-logo {
  padding: 40px 0;
  text-align: center;
}
.footer2-malls {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.footer2-malls > a {
  display: block;
  margin-right: 20px;
  color: #666;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
}
.footer2-malls img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

.footer {
  overflow: hidden;
  padding: 40px 20px;
  background: #efeded;
  box-shadow: 1px 0 5px #ddd;
}
.footer .mobile-footer-tel {
  display: none;
}
.footer .copy-right {
  clear: both;
  padding: 40px 0;
  text-align: center;
  color: #666;
}
.footer .copy-right > div {
  margin-top: 10px;
}
.footer .copy-right a {
  color: rgb(0, 132, 43);
}
.footer-left {
  width: 50%;
  float: left;
  padding-bottom: 60px;
}
.footer-logo {
  padding: 40px 0;
  text-align: center;
}
.footer-malls {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.footer-malls > a {
  display: block;
  margin-right: 20px;
  color: #666;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
}
.footer-malls img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}
.footer-right {
  width: 49%;
  float: right;
  border-left: 1px solid #ccc;
  padding-left: 120px;
}
.footer-tel {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.footer-tel .num {
  font-size: 2.2em;
  color: #555;
  padding-left: 20px;
}
.footer-link {
  display: flex;
}
.footer-link dl {
  padding: 40px 20px 20px;
}
.footer-link dt {
  padding-bottom: 20px;
}
.footer-link dd {
  font-size: 12px;
  margin-bottom: 16px;
}
.footer-link a {
  text-decoration: none;
  color: #666;
}
.footer-link a:hover {
  color: #000;
}

/* contact页面 */
.contact {
  background: #fff url(../images/contact/bg.png) no-repeat;
  background-position: right 0;
  background-size: auto 100%;
  padding-right: 600px;
  padding-top: 100px;
  padding-left: 100px;
  height: 800px;
}
.contact-title {
  color: rgb(84, 114, 68);
  font-size: 2.2em;
  padding: 60px 0 20px;
}
.contact-info {
  padding: 0 0 20px;
  font-size: 16px;
  width: 480px;
  border-bottom: 2px solid rgb(84, 114, 68);
}
.contact-info-title {
  color: #666;
  margin-top: 10px;
}
.contact-info-desc {
  color: #333;
  font-size: 20px;
  margin-top: 6px;
  font-weight: bold;
}
.contact-qrcode {
  padding: 40px 0;
  width: 160px;
}
.contact-qrcode div {
  font-size: 14px;
  text-align: center;
}

/* caltural */
.caltural .s1 .img, .caltural .s1 img {
  width: 100%;
  height: 100%;
}
.caltural .s2 {
  background: url(../images/cultural/video.png) no-repeat;
  background-size: 100% 100%;
  height: 800px;
  position: relative;
}
.caltural .s2 .video {
  width: 100%;
  height: auto;
}
.caltural .s4,
.caltural .s5,
.caltural .s6 {
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.caltural .s4-title {
  color: rgb(0, 132, 43);
  font-size: 28px;
  font-weight: bold;
  padding: 4vh 6vw;
}
.caltural .s4-eggs {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4vw;
}
.caltural .s4-eggs-item {
  width: 25%;
  margin-bottom: 60px;
}
.caltural .s4-eggs-item a {
  display: block;
  color: #333;
  text-decoration: none;
  text-align: center;
}
.caltural .s4-eggs-item a img {
  transition: all 0.5s;
}
.caltural .s4-eggs-item a img:hover {
  transform: scale(1.1);
}
.caltural .s4-eggs-item a span {
  display: block;
  padding-top: 10px;
}
.caltural .s5 .c-logo {
  padding: 40px 100px;
}
.caltural .s5 .s5-news {
  padding: 40px 12vw;
}
.caltural .s5 .s5-news-item {
  padding-bottom: 40px;
}
.caltural .s5 .s5-news-item a {
  display: flex;
  color: #333;
  text-decoration: none;
}
.caltural .s5 .s5-news-item-left {
  width: 300px;
  text-align: center;
}
.caltural .s5 .s5-news-item-left img {
  max-width: 100%;
  transition: all 0.5s;
}
.caltural .s5 .s5-news-item-right {
  flex: 1;
  padding-left: 40px;
  line-height: 1.8;
}

/* environmental */
.environmental .s1 {
  position: relative;
}
.environmental .s1 .img, .environmental .s1 img {
  width: 100%;
  height: 100%;
}
.environmental .s1 .num {
  color: rgb(251, 253, 139);
  font-weight: bold;
  font-size: 3.4em;
  position: absolute;
  top: 31vh;
  left: 53vw;
}
.environmental .s2 .video {
  width: 100%;
  height: auto;
}
.environmental .s3 {
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.environmental .s3 .img {
  padding-top: 100px;
  padding-left: 100px;
}
.environmental .s3-desc {
  padding: 60px 0;
  text-align: center;
  color: rgb(0, 132, 43);
  font-weight: bold;
  line-height: 1.4;
}
.environmental .s3 .goods-list {
  display: flex;
  flex-wrap: wrap;
}
.environmental .s3 .goods-list-item {
  width: 25%;
  text-align: center;
}

.environmental .s3 .goods-list-item a {
  display: block;
  color: #333;
  text-decoration: none;
  text-align: center;
}
.environmental .s3 .goods-list-item a img {
  max-width: 100%;
  height: 260px;
  transition: all 0.5s;
}
.environmental .s3 .goods-list-item a img:hover {
  transform: scale(1.1);
}

.environmental .s3 .goods-list .goods-title {
  color: #333;
  font-size: 1.2em;
  padding-top: 20px;
}
.environmental .s3 .goods-list .goods-desc {
  color: #666;
  margin-top: 16px;
}
.environmental .s3 .qrcode-wrap {
  margin: 60px 0;
  text-align: center;
}
.environmental .s3 .qrcode-wrap div {
  margin-top: 10px;
}

/* public */
.public .s1 .img, .public .s1 img {
  width: 100%;
  height: 100%;
}
.public .s2 {
  position: relative;
}
.public .s2 .img, .public .s2 img {
  width: 100%;
  height: 100%;
}
.public .s2-text {
  position: absolute;
  top: 130px;
  left: 37vw;
  font-size: 24px;
  line-height: 2;
  text-align: center;
}
.public .s2 .num {
  color: rgb(0, 132, 43);
  font-weight: bold;
  font-size: 3em;
}
.public .s2-n-text {
  padding: 100px 100px;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  padding-right: 60vw;
  line-height: 2;
  color: #000;
}
.public .s2-n-title {
  color: rgb(0, 132, 43);
  font-size: 2em;
  position: relative;
  overflow: hidden;
}
.public .arrow-1,
.public .arrow-2 {
  position: absolute;
}
.public .arrow-1 {
  width: 80px;
  border-bottom: 4px solid rgb(0, 132, 43);
  left: 0;
  top: 54px;
}
.public .arrow-2 {
  width: 80px;
  border-bottom: 4px solid orange;
  left: 80px;
  top: 54px;
}
.public .s2-n-t1 {
  margin: 60px 0 40px;
}
.public .s2-n-t2 {
  margin: 40px 0 40px;
}
.public .s2-n-t3 {
  margin: 40px 0 40px;
}
.public .s3 {
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.public .s3 .news {
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}
.public .s3 .news-item {
  margin-bottom: 20px;
}
.public .s3 .news-item:nth-child(2n) a {
  flex-direction: row-reverse;
}
.public .s3 .news-item a {
  text-decoration: none;
  display: block;
  display: flex;
}
.public .s3 .news-item img {
  width: 300px;
  height: 200px;
}
.public .s3 .news-item-content {
  padding-left: 30px;
  background: #fff;
  min-width: 83%;
}
.public .s3 .news-item-title {
  font-size: 1.5em;
  color: #333;
  padding: 20px 0;
}
.public .s3 .news-item-desc {
  color: #666;
}

.news-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-page a {
  text-decoration: none;
  padding: 6px 10px;
  color: #666;
}
.news-page a.active {
  color: rgb(0, 132, 43);
}
.news-page a img {
  width: 30px;
}

/* countryside */
.countryside .s1 .img, .countryside .s1 img {
  height: 100%;
}
.countryside .s2,
.countryside .s3.s4,
.countryside .s5 {
  background: url(../images/countryside/bg1.jpg) no-repeat;
  background-size: 100% 100%;
  min-height: 800px;
}
.countryside .s2-title {
  font-size: 2.5em;
  font-weight: bold;
  color: rgb(0, 132, 43);
  padding: 60px 0;
  text-align: center;
}
.countryside .product-list {
  padding: 0 80px;
}
.countryside .product-list-item {
  width: 25%;
  padding: 20px 30px;
  text-align: center;
}
.countryside .product-list-item img {
  width: 100%;
  max-height: 35vh;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.countryside .product-list-item img:hover {
  transform: scale(1.1);
}
.countryside .product-list-item > a {
  display: block;
  text-decoration: none;
  color: #333;
}
.countryside .product-list .slick-arrow {
  font-size: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
}
.countryside .product-list .slick-prev {
  background: url(../images/public/arrow-left.png) no-repeat;
  background-size: contain;
  left: 10px;
}
.countryside .product-list .slick-next {
  background: url(../images/public/arrow-right.png) no-repeat;
  background-size: contain;
  right: 10px;
}

.story .s1 .img, .story .s1 img {
  width: 100%;
  height: 100%;
}
.story .s2 {
  background: url(../images/story/img2.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0 45vw 100px 300px;
  line-height: 2;
}
.story .s2-title {
  background: linear-gradient(rgb(175, 207, 63), #fff);
  line-height: 50px;
  width: 160px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.story .s2-desc {
  margin: 40px 0;
}
.story .s3,
.story .s4 {
  background: url(../images/story/img3.jpg) no-repeat;
  background-size: 100% 100%;
  min-height: 700px;
}
.story .product-list {
  padding: 0 80px 0 320px;
}
.story .product-list-item {
  width: 30%;
  padding: 20px 60px;
  text-align: center;
}
.story .product-list-item img {
  width: 100%;
  max-height: 50vh;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.story .product-list-item img:hover {
  transform: scale(1.1);
}
.story .product-list-item > a {
  display: block;
  text-decoration: none;
  color: #333;
}
.story .product-list .slick-arrow {
  font-size: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 45%;
  z-index: 9;
}
.story .product-list .slick-prev {
  background: url(../images/public/arrow-left.png) no-repeat;
  background-size: contain;
  left: 280px;
}
.story .product-list .slick-next {
  background: url(../images/public/arrow-right.png) no-repeat;
  background-size: contain;
  right: 10px;
}
.story .news {
  padding-top: 100px;
  padding-left: 290px;
  padding-right: 100px;
}
.story .news-item {
  margin-bottom: 20px;
}
.story .news-item a {
  text-decoration: none;
  display: block;
  display: flex;
  flex-direction: row-reverse;
}
.story .news-item img {
  width: 200px;
  height: 160px;
  margin-left: 20px;
}
.story .news-item-content {
  padding-left: 30px;
  background: #fff;
  min-width: 85%;
}
.story .news-item-title {
  font-size: 1.5em;
  color: #333;
  padding: 20px 0;
}
.story .news-item-desc {
  color: #666;
}
.story .Timeline {
  padding-top: 60px;
}
.story .Timeline .yearList {
  padding: 0 80px 0 340px;
}
.story .Timeline .yearList ul {
  padding: 20px 0;
}
.story .Timeline .yearList ul:before {
  width: 100%;
  height: 1px;
  content: "";
  background: #dadada;
  position: absolute;
  top: 60px;
  left: 0;
}
.story .Timeline .yearList li {
  text-align: center;
  padding-bottom: 70px;
  font-size: 16px;
  color: #666666;
  position: relative;
}
.story .Timeline .yearList li:before {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 40px;
  background: rgb(175, 207, 63);
  border-radius: 50%;
  z-index: 7;
}
.story .Timeline .yearList li.slick-current {
  padding-bottom: 0;
  padding-top: 70px;
  font-size: 32px;
  color: rgb(175, 207, 63);
}
.story .Timeline .yearList li.slick-current:after {
  width: 30px;
  height: 30px;
  content: "";
  border-radius: 50%;
  background: rgb(175, 207, 63);
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 27px;
  z-index: 6;
}
.story .Timeline .yearList .slick-arrow {
  font-size: 0;
  border-radius: 50%;
  border: none;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 38px;
  z-index: 9;
  cursor: pointer;
  transition: 0.3s;
}
.story .Timeline .yearList .slick-prev {
  background: url(../images/public/arrow-left.png) no-repeat;
  background-size: contain;
  left: -80px;
}
.story .Timeline .yearList .slick-next {
  background: url(../images/public/arrow-right.png) no-repeat;
  background-size: contain;
  right: -80px;
}
.story .Timeline .contList {
  margin-top: 60px;
  max-width: 1060px;
  margin: 60px auto 0;
}
.story .Timeline .contList li {
  display: flex;
  padding-left: 100px;
}
.story .Timeline .contList li .imgBox {
  display: inline-block;
  vertical-align: middle;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  position: relative;
  padding: 5px;
  text-align: center;
}
.story .Timeline .contList li .imgBox img {
  width: 260px;
}
.story .Timeline .contList li .txtBox {
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
}
.story .Timeline .contList li .txtBox p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  position: relative;
}
.story .Timeline .contList li .txtBox span {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}

#menuAbout {
  position: fixed;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  padding-right: 40px;
  border-right: 4px solid #ccc;
}
#menuAbout li {
  margin: 80px 0;
  position: relative;
}
#menuAbout li a {
  display: block;
  border-radius: 8px;
  background-color: rgb(84, 114, 68);
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  width: 140px;
  line-height: 40px;
  text-decoration: none;
}
#menuAbout li.active:before {
  content: "";
  position: absolute;
  border-right: 4px solid #666;
  right: -44px;
  height: 100%;
  top: 0;
}
#menuAbout li.active a {
  background-color: rgb(175, 207, 63);
}

.newsdetail {
  padding: 120px 10vw 0;
  background: #fff;
}
.newsdetail-title {
  position: relative;
}
.newsdetail-title-inner {
  font-size: 2em;
  text-align: center;
}
.newsdetail-title-back {
  border-radius: 8px;
  border: 1px solid rgb(0, 132, 43);
  color: rgb(0, 132, 43);
  padding: 8px 30px;
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}
.newsdetail-time {
  padding: 20px 0;
  text-align: center;
  color: #999;
}
.newsdetail-content {
  line-height: 2.2;
  font-size: 16px;
  padding: 20px;
}
.newsdetail-content img{
  max-width:800px;
}

.newsdetail-page-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.newsdetail-page-wrapper a {
  color: rgb(0, 132, 43);
}

.productdetail {
  padding: 120px 10vw 0;
  background: #fff;
}
.productdetail-title {
  position: relative;
}
.productdetail-title-inner {
  font-size: 2em;
  text-align: center;
}
.productdetail-title-back {
  border-radius: 8px;
  border: 1px solid rgb(0, 132, 43);
  color: rgb(0, 132, 43);
  padding: 8px 30px;
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}
.productdetail-time {
  padding: 20px 0;
  text-align: center;
  color: #999;
}
.productdetail-content {
  line-height: 2.2;
  font-size: 16px;
  padding-bottom: 40px;
  display: flex;
  margin-bottom: 40px;
}
.productdetail-content-main {
  flex: 1;
  padding: 20px 40px;
}
.productdetail-content-sider {
  width: 16vw;
  background: #f2f2f2;
  padding-left: 20px;
}
.productdetail-content-sider .p-title {
  color: rgb(0, 132, 43);
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0;
}
.productdetail-content-sider .p-list {
  text-align: center;
}
.productdetail-content-sider .p-list img {
  width: 100%;
}
.productdetail-content-sider .p-list a {
  color: #333;
  text-decoration: none;
}
.productdetail-content-sider .p-list-item {
  margin-bottom: 20px;
}

.quality .s2 {
  display: flex;
  padding: 40px 10vw;
}
.quality .s2-item {
  width: 50%;
}
.quality .s2-item-title {
  padding: 30px 40px;
  color: rgb(0, 132, 43);
  font-size: 2em;
  font-weight: bold;
}
.quality .s2-item-content img {
  width: 100%;
  height: 100px;
}
.quality .s2-item-content-item {
  padding: 10px 10px;
}
.quality .s2-item-content-item a {
  display: flex;
  text-decoration: none;
  color: #333;
}
.quality .s2-item-content-item-left {
  flex: 1;
}
.quality .s2-item-content-item-right {
  width: 90px;
}

#scrollbar1 {
  width: 40vw;
  clear: both;
  margin: 20px 0 10px;
}

#scrollbar1 .viewport {
  width: calc(40vw - 20px);
  height: 50vh;
  overflow: hidden;
  position: relative;
}

#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 37vw;
}

#scrollbar1 .thumb .end,
#scrollbar1 .thumb {
  background-color: #555;
}

#scrollbar1 .scrollbar {
  position: relative;
  float: left;
  width: 15px;
}

#scrollbar1 .track {
  background-color: #ccc;
  height: 100%;
  width: 8px;
  position: relative;
  padding: 0 1px;
}

#scrollbar1 .thumb {
  height: 20px;
  width: 8px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}

#scrollbar1 .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 8px;
}

#scrollbar1 .disable {
  display: none;
}

#scrollbar2 {
  width: 40vw;
  clear: both;
  margin: 20px 0 10px;
}

#scrollbar2 .viewport {
  width: calc(40vw - 20px);
  height: 50vh;
  overflow: hidden;
  position: relative;
}

#scrollbar2 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 37vw;
}

#scrollbar2 .thumb .end,
#scrollbar2 .thumb {
  background-color: #555;
}

#scrollbar2 .scrollbar {
  position: relative;
  float: left;
  width: 15px;
}

#scrollbar2 .track {
  background-color: #ccc;
  height: 100%;
  width: 8px;
  position: relative;
  padding: 0 1px;
}

#scrollbar2 .thumb {
  height: 20px;
  width: 8px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}

#scrollbar2 .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 8px;
}

#scrollbar2 .disable {
  display: none;
}

.pagenews {
  padding: 80px 15vw;
}
.pagenews .s2-title {
  color: rgb(0, 132, 43);
  font-weight: bold;
  font-size: 2em;
  margin: 30px 0;
}
.pagenews .news-item {
  margin-bottom: 20px;
}
.pagenews .news-item a {
  text-decoration: none;
  display: block;
  display: flex;
  flex-direction: row-reverse;
}
.pagenews .news-item img {
  width: 200px;
  height: 160px;
  margin-left: 20px;
}
.pagenews .news-item-content {
  padding-left: 30px;
  background: #fff;
  width: 84%;
}
.pagenews .news-item-title {
  font-size: 1.5em;
  color: #333;
  padding: 20px 0;
}
.pagenews .news-item-desc {
  color: #666;
}

.pageproduct .product-title {
  color: rgb(0, 132, 43);
  font-size: 28px;
  font-weight: bold;
  padding: 4vh 6vw;
}
.pageproduct .product-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4vw;
}
.pageproduct .product-list-item {
  width: 25%;
  margin-bottom: 60px;
}
.pageproduct .product-list-item a {
  display: block;
  color: #333;
  text-decoration: none;
  text-align: center;
}
.pageproduct .product-list-item a img {
  max-width: 100%;
  height: 230px;
  transition: all 0.5s;
}
.pageproduct .product-list-item a img:hover {
  transform: scale(1.1);
}
.pageproduct .product-list-item a span {
  display: block;
  padding-top: 10px;
}


/*
****************************** pc端样式结束 ******************************
*/
/*
* ******************************移动端样式开始******************************
*/
@media (max-width: 640px) {
  .menus {
    display: none;
    position: fixed;
    background: #fff;
    flex-direction: column;
    right: 0;
    width: 40vw;
    top: 50px;
  }
  .menus li > a {
    line-height: 38px;
  }
  .menus li > a.active {
    border: none;
    border-left: 2px solid rgb(0, 132, 43);
  }
  .menus li .childmenu {
    display: block;
    position: static;
  }
  #c {
    display: none;
  }
  #eggs {
    display: block;
    width: auto;
  }
  #familys {
    display: block;
    width: auto;
  }
  #num {
    width: 20vw;
  }
  header {
    height: 50px;
  }
  header .logo-wrap {
    flex: 0 0 25vw;
    padding: 10px 0 0 10px;
  }
  header .mobile-menu {
    display: block;
    padding: 0 10px;
  }
  header .mobile-menu img {
    width: 30px;
  }
  .banner {
    padding-top: 40px;
  }
  .banner-middle {
    height: 40vh;
  }
  .banner-middle .text-1 {
    font-size: 20px;
    padding: 0 10px;
  }
  .footer {
    padding: 10px;
  }
  .footer .mobile-footer-tel {
    text-align: center;
    display: block;
    font-size: 1.4em;
    padding: 20px 0;
    color: #777;
  }
  .footer .mobile-footer-tel img {
    width: 18px;
  }
  .footer-left {
    float: none;
    width: 100%;
    padding: 10px;
  }
  .footer-logo {
    padding: 0;
  }
  .footer-logo img {
    width: 120px;
  }
  .footer-malls {
    margin-top: 20px;
  }
  .footer-malls img {
    width: 18vw;
    height: 18vw;
  }
  .footer-malls > a {
    margin-right: 10px;
  }
  .footer-right {
    display: none;
  }
  .footer .copy-right {
    padding: 10px 0;
  }
  .contact {
    padding: 20px;
    background: none;
    height: 430px;
  }
  .contact-title {
    font-size: 2em;
    padding: 0 0 0;
  }
  .contact-info {
    width: auto;
  }
  .caltural .s1 {
    padding-top: 50px;
  }
  .caltural .s2 {
    height: auto;
    background: none;
  }
  .caltural .s2 .video {
    width: 100%;
    top: 0;
    left: 0;
  }
  .caltural .s4,
  .caltural .s5,
  .caltural .s6 {
    background: url(../images/bg.jpg);
  }
  .caltural .s4-title {
    text-align: center;
    margin-top: 20px;
  }
  .caltural .s4-eggs {
    padding: 0 4vw;
  }
  .caltural .s4-eggs-item {
    width: 50%;
    margin-bottom: 20px;
    height: 240px;
  }
  .caltural .s4-eggs-item a img {
    height: 180px;
  }
  .caltural .s5 .c-logo {
    padding: 0 20px 40px;
  }
  .caltural .s5 .c-logo img {
    width: 120px;
  }
  .caltural .s5 .s5-news {
    padding: 0 20px;
  }
  .caltural .s5 .s5-news-item {
    padding-bottom: 40px;
  }
  .caltural .s5 .s5-news-item a {
    display: flex;
    color: #333;
    text-decoration: none;
  }
  .caltural .s5 .s5-news-item-left {
    width: 80px;
    text-align: center;
    font-size: 12px;
  }
  .caltural .s5 .s5-news-item-left img {
    max-width: 100%;
    max-height: 70px;
    transition: all 0.5s;
  }
  .caltural .s5 .s5-news-item-right {
    flex: 1;
    padding-left: 20px;
    line-height: 1.4;
    height: 4.2em;
    overflow: hidden;
  }
  /* environmental */
  .environmental .s1 {
    margin-top: 50px;
    position: relative;
  }
  .environmental .s1 .num {
    font-weight: bold;
    font-size: 12px;
    top: 6.9vh;
    left: 53vw;
  }
  .environmental .s3 {
    background: none;
  }
  .environmental .s3 .img {
    padding-top: 40px;
    padding-left: 40px;
  }
  .environmental .s3 .img img {
    width: 120px;
  }
  .environmental .s3-desc {
    padding: 30px 0;
    text-align: center;
    color: rgb(0, 132, 43);
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.2em;
  }
  .environmental .s3 .goods-list-item {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
  }
  .environmental .s3 .goods-list-item a img {
    max-width: 100%;
    max-height: 180px;
  }
  .environmental .s3 .goods-list .goods-title {
    color: #333;
    font-size: 1.2em;
    padding-top: 10px;
  }
  .environmental .s3 .goods-list .goods-desc {
    color: #666;
    margin-top: 8px;
  }
  .environmental .s3 .qrcode-wrap {
    margin: 40px 0 0;
    padding-bottom: 40px;
    text-align: center;
  }
  /* public */
  .public .s1 {
    margin-top: 50px;
  }
  .public .s2-text {
    top: 10px;
    left: 32vw;
    font-size: 12px;
    line-height: 1.4;
  }
  .public .s2 .num {
    font-size: 2em;
  }
  .public .s2-n-text {
    padding: 10px;
    position: static;
    line-height: 2;
    color: #000;
  }
  .public .s2-n-title {
    color: rgb(0, 132, 43);
    font-size: 2em;
    position: relative;
    overflow: hidden;
  }
  .public .arrow-1,
  .public .arrow-2 {
    position: absolute;
  }
  .public .arrow-1 {
    width: 80px;
    border-bottom: 4px solid rgb(0, 132, 43);
    left: 0;
    top: 54px;
  }
  .public .arrow-2 {
    width: 80px;
    border-bottom: 4px solid orange;
    left: 80px;
    top: 54px;
  }
  .public .s2-n-t1 {
    margin: 20px 0 10px;
  }
  .public .s2-n-t2 {
    margin: 10px 0 10px;
  }
  .public .s2-n-t3 {
    margin: 10px 0 10px;
  }
  .public .s3 {
    background: none;
  }
  .public .s3 .news {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .public .s3 .news-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .public .s3 .news-item a {
    text-decoration: none;
    display: block;
    flex: auto;
  }
  .public .s3 .news-item img {
    width: 100%;
    height: auto;
  }
  .public .s3 .news-item-content {
    padding: 10px;
    background: #fff;
  }
  .public .s3 .news-item-title {
    font-size: 1.5em;
    color: #333;
    padding: 20px 0;
  }
  .public .s3 .news-item-desc {
    color: #666;
  }
  /* countryside */
  .countryside .s1 {
    margin-top: 50px;
  }
  .countryside .s2,
  .countryside .s3.s4,
  .countryside .s5 {
    background: url(../images/countryside/bg1.jpg) no-repeat;
    background-size: 100% 100%;
    min-height: 300px;
  }
  .countryside .s2-title {
    font-size: 2em;
    font-weight: bold;
    color: rgb(0, 132, 43);
    padding: 30px 0;
    text-align: center;
  }
  .countryside .product-list {
    padding: 0 80px;
  }
  .countryside .product-list-item {
    padding: 20px 30px;
    text-align: center;
  }
  .countryside .product-list-item img {
    margin-bottom: 20px;
  }
  #menuAbout {
    display: none;
  }
  .story .s1 {
    margin-top: 50px;
  }
  .story .s2 {
    background: none;
    line-height: 2;
    padding: 0;
  }
  .story .s2-title {
    background: linear-gradient(rgb(175, 207, 63), #fff);
    line-height: 50px;
    width: 160px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .story .s2-desc {
    padding: 20px;
    margin: 20px 0;
  }
  .story .s3 {
    background: #fff;
  }
  .story .s4 {
    background: none;
    min-height: 300px;
  }
  .story .product-list {
    padding: 0;
  }
  .story .product-list-item {
    width: 30%;
    padding: 20px 60px;
    text-align: center;
  }
  .story .product-list-item img {
    width: 100%;
    max-height: 50vh;
    margin-bottom: 20px;
    transition: all 0.3s;
  }
  .story .product-list-item img:hover {
    transform: scale(1.1);
  }
  .story .product-list-item > a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .story .product-list .slick-arrow {
    font-size: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
    z-index: 9;
  }
  .story .product-list .slick-prev {
    background: url(../images/public/arrow-left.png) no-repeat;
    background-size: contain;
    left: 10px;
  }
  .story .product-list .slick-next {
    background: url(../images/public/arrow-right.png) no-repeat;
    background-size: contain;
    right: 10px;
  }
  .story .news {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .story .news-item {
    margin-bottom: 20px;
  }
  .story .news-item a {
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    flex-direction: column;
  }
  .story .news-item img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .story .news-item-content {
    padding-left: 10px;
    background: #fff;
  }
  .story .news-item-title {
    font-size: 1.5em;
    color: #333;
    padding: 20px 0;
  }
  .story .news-item-desc {
    color: #666;
  }
  .story .Timeline {
    padding-top: 0;
  }
  .story .Timeline .yearList {
    padding: 10px;
  }
  .story .Timeline .yearList ul {
    padding: 20px 0;
  }
  .story .Timeline .yearList ul:before {
    width: 100%;
    height: 1px;
    content: "";
    background: #dadada;
    position: absolute;
    top: 60px;
    left: 0;
  }
  .story .Timeline .yearList li {
    text-align: center;
    padding-bottom: 70px;
    font-size: 16px;
    color: #666666;
    position: relative;
  }
  .story .Timeline .yearList li:before {
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 40px;
    background: rgb(175, 207, 63);
    border-radius: 50%;
    z-index: 7;
  }
  .story .Timeline .yearList li.slick-current {
    padding-bottom: 0;
    padding-top: 70px;
    font-size: 32px;
    color: rgb(175, 207, 63);
  }
  .story .Timeline .yearList li.slick-current:after {
    width: 30px;
    height: 30px;
    content: "";
    border-radius: 50%;
    background: rgb(175, 207, 63);
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 27px;
    z-index: 6;
  }
  .story .Timeline .yearList .slick-arrow {
    font-size: 0;
    border-radius: 50%;
    border: none;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 58px;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s;
  }
  .story .Timeline .yearList .slick-prev {
    left: 10px;
  }
  .story .Timeline .yearList .slick-next {
    right: 10px;
  }
  .story .Timeline .contList {
    margin-top: 30px;
    margin: 30px auto 0;
  }
  .story .Timeline .contList li {
    display: flex;
    padding: 10px;
    flex-direction: column;
  }
  .story .Timeline .contList li .imgBox {
    vertical-align: middle;
    height: 200px;
    width: 100%;
    position: relative;
    padding: 5px;
    text-align: center;
  }
  .story .Timeline .contList li .imgBox img {
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .story .Timeline .contList li .txtBox {
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
  }
  .story .Timeline .contList li .txtBox p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    position: relative;
  }
  .story .Timeline .contList li .txtBox span {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
  }
  .newsdetail {
    padding: 70px 5vw 0;
  }
  .newsdetail-title {
    position: static;
  }
  .newsdetail-title-back {
    border-radius: 8px;
    border: 1px solid rgb(0, 132, 43);
    color: rgb(0, 132, 43);
    padding: 4px 20px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    cursor: pointer;
    top: auto;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
  }
  .newsdetail-time {
    padding: 20px 0;
    text-align: center;
    color: #999;
  }
  .newsdetail-content {
    padding: 20px 0;
  }
  .newsdetail-page-wrapper {
    flex-direction: column;
  }
  .productdetail {
    padding: 70px 4vw 0;
  }
  .productdetail-title {
    position: static;
  }
  .productdetail-title-inner {
    font-size: 2em;
    text-align: center;
  }
  .productdetail-title-back {
    border-radius: 8px;
    border: 1px solid rgb(0, 132, 43);
    color: rgb(0, 132, 43);
    padding: 8px 20px;
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 40px;
    cursor: pointer;
    background: #fff;
  }
  .productdetail-time {
    padding: 20px 0;
    text-align: center;
    color: #999;
  }
  .productdetail-content {
    line-height: 2.2;
    font-size: 16px;
    padding-bottom: 40px;
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
  }
  .productdetail-content-main {
    padding: 20px 10px;
  }
  .productdetail-content-sider {
    width: 100%;
    background: #f2f2f2;
    padding-left: 20px;
  }
  .productdetail-content-sider .p-title {
    color: rgb(0, 132, 43);
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
  }
  .productdetail-content-sider .p-list {
    text-align: center;
  }
  .productdetail-content-sider .p-list img {
    width: 100%;
  }
  .productdetail-content-sider .p-list a {
    color: #333;
    text-decoration: none;
  }
  .productdetail-content-sider .p-list-item {
    margin-bottom: 20px;
  }
  .quality .s1 {
    padding-top: 50px;
  }
  .quality .s2 {
    flex-direction: column;
  }
  .quality .s2-item {
    width: 100%;
  }
  .quality .s2-item-title {
    padding: 0;
  }
  #scrollbar1 {
    width: 90vw;
    clear: both;
    margin: 20px 0 10px;
  }
  #scrollbar1 .viewport {
    width: calc(90vw - 20px);
    height: auto;
    overflow: hidden;
    position: static;
  }
  #scrollbar1 .overview {
    list-style: none;
    position: static;
    left: 0;
    top: 0;
    width: 80vw;
  }
  #scrollbar1 .track, #scrollbar2 .track {
    display: none;
  }
  #scrollbar2 {
    width: 90vw;
    clear: both;
    margin: 20px 0 10px;
  }
  #scrollbar2 .viewport {
    width: calc(90vw - 20px);
    height: auto;
    overflow: hidden;
    position: static;
  }
  #scrollbar2 .overview {
    list-style: none;
    position: static;
    left: 0;
    top: 0;
    width: 80vw;
  }
  .pagenews {
    padding: 50px 4vw;
  }
  .pagenews .s2-title {
    color: rgb(0, 132, 43);
    font-weight: bold;
    font-size: 2em;
    margin: 20px 0;
  }
  .pagenews .news-item {
    margin-bottom: 20px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }
  .pagenews .news-item a {
    text-decoration: none;
    display: block;
  }
  .pagenews .news-item img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .pagenews .news-item-content {
    background: #fff;
  }
  .pagenews .news-item-title {
    font-size: 1.5em;
    color: #333;
    padding: 20px 0;
  }
  .pagenews .news-item-desc {
    color: #666;
  }


  .pageproduct .product-title {
    text-align: center;
    margin-top: 20px;
  }
  .pageproduct .product-list {
    padding: 0 4vw;
  }
  .pageproduct .product-list-item {
    width: 50%;
    margin-bottom: 20px;
    height: 240px;
  }
  .pageproduct .product-list-item a img {
    height: 180px;
  }
  /* ******************************移动端样式结束*******************************/
}/*# sourceMappingURL=index.css.map */