﻿body {
    margin: 0;
    padding: 0;
	font-family:Arial,Verdana,Helvetica,'Microsoft Yahei', sans-serif;
	background-color:#FFF;	outline: none;}
.banner-list{
	width: 100%;
	height: 216px;
	overflow: hidden;
	position: relative;
	font-size: 0; margin-top:87px
}

.btn {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    border-color: #444;
    background: #444;
    padding: 8px 20px; margin-right:10px;
    border-radius: 0 20px 0 20px;
    border: none;
    border-bottom: 3px solid #d6d6d6;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
}
.btn:hover {
    color: #fff;
    border-color: #35bc55;
    background: #35bc55;
}

.bar {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 40px 0px 10px;
}
.bar .b_tt strong{margin-left: 30px;margin-left: 0px \9; color:1f1f1f;font-size:20px;ext-transform: uppercase;letter-spacing: -1px;-webkit-animation: cth1 800ms ease-out forwards;animation: cth1 800ms ease-out forwards; opacity: 0; display:inline-block}
.bar .b_tt  span{ display:inline-block; position:relative;margin-left: -30px;margin-left: 0 \9;color:#999;-webkit-animation: cth2 800ms ease-out forwards;animation: cth2 800ms ease-out forwards; opacity: 0;}
@-webkit-keyframes cth1 {
    0% { margin-left: 30px; opacity: 0; }
    100% { margin-left: 0px; opacity: 1; }
}

@keyframes cth1 {
    0% { margin-left: 30px; opacity: 0; }
    100% { margin-left: 0px; opacity: 1; }
}

@-webkit-keyframes cth2 {
    0% { margin-left: -30px; opacity: 0; }
    100% { margin-left: 10px; opacity: 1; }
}

@keyframes cth2 {
    0% { margin-left: -30px; opacity: 0; }
    100% { margin-left: 10px; opacity: 1; }
}
.bar .b_tt {
	float: left;
	font-size: 20px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30%;
	overflow: hidden;
}

.bar .curbar {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #6e6e6e;
	width: 60%;
	vertical-align: middle;
	margin-top: 12px;
}

.bar .curbar a {
	max-width: 100px;color: #6e6e6e;
	overflow: hidden;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
}

.bar .curbar a:hover {
	color: #0083c7;
}

.bar .curbar i {
	font-style: normal;
	max-width: 100px;
	overflow: hidden;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
}
/*产品列表*/
.vcenter {
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}
.pro_ul {
	padding:10px 0px;
	overflow: hidden;
}

.pro_ul li {
	width:280px;
	float: left;
	margin-right:22px;
	position: relative;
	cursor: pointer;
	margin-top: 20px; border: 1px solid #EEE; padding:10px
}
.pro_ul li:nth-child(4n+4) {
	margin-right: 0px;
}
.pro_ul li:hover {
border: 1px solid #ff9600}



.pro_ul li .text {
	padding: 10px 0px 10px;
}

.pro_ul li .text h4 {
	color: #683b11;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	width: 98%;
	overflow: hidden;
}

.pro_ul li .text span {
	height: 1px;
	background: #EEE;
	width: 104px;
	display: block;
	vertical-align: top;
	margin: 15px 0px 20px;
	width: 100%;
}

.pro_ul li .text .more {
	background: #35bc55;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	width: 75px;
	display: block;
	height: 28px;
	line-height: 28px;
	/*border: 1px solid #8c8c8c;*/
	position: relative;
	text-align: center;
}

.pro_ul li .text .more:after {
	width: 71px;
	height: 24px;
	/*border: 1px solid #333;*/
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
}

.pro_ul li:hover .pic .zhe_a {
	display: block;
}

.pro_ul li:hover .text span {
	background: #ff9600;
}

.pro_ul li:hover .text .more {
	background: #ff9600;
	border: 1px solid #ff9600;
}

.pro_ul li:hover .text .more:after {
	border: 1px solid #ff9600;
}

#case .box {
}
.case-items,
.case-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.case-filter .current {
    background: #048956;
    border-color: #048956;
    color: #fff;
}

.case-filter  li{ display:inline-block;}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope .isotope-item  .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}





/*分页*/
.page {
	margin: 20px 0px 40px 0px;
	text-align: center;
}

.page a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-family: arial;
	margin: 0px 3px;
	color: #666666;
}

.page a:hover {
	text-decoration: none ;
	color: #683b11;
}

.page .active {
	text-decoration: none;
	color: #683b11;
}

.page .ye {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #fe9d00;
	border-radius: 50%;
	position: relative;
}

.page .ye:hover {
	background: #F44336;
}

.page .ye1:after {
	content: "";
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-right-color: #fff;
	position: absolute;
	top: 7px;
	left: 3px;
}

.page .ye2:after {
	content: "";
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-left-color: #fff;
	position: absolute;
	top: 7px;
	right: 3px;
}

/*新闻资讯*/
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
 
}
.news ul li {
  border: 1px solid #ededed;
  margin-bottom: 20px; 
}
.news ul li:hover { background-color:#f8f8f8
}
.news ul li .newleft {
  position: relative;
  width: 17.01%;
}
.news ul li .newleft .pic {
  width: 100%;  
}
.news ul li .newleft .pic:after {
  padding-bottom: 67%;display: block;
}
.news ul li .newleft .pic img {
  transition: 0.3s;
}
.news ul li .newleft .date {
  width: 37px;
  color: #fff;
  position: absolute;
  right: -18.5px;
  top: 50%;
  margin-top: -22px;
}
.news ul li .newleft .date span {
	display: block;
	background: #35bc55;
	height: 36px;
	font-size: 22px;
	text-align: center;
	line-height: 36px;
}
.news ul li .newleft .date em {
	font-family: arial;
	font-size: 10px;
	background: #32af50;
	display: block;
	text-align: center;
}
.news ul li .newright {
  width: 78%;
  padding: 30px 20px 0 0;
}
.news ul li .newright a.newscontit {
  font-size: 16px;
  color: #333;
  display: inline-block; font-weight:600;
  height:30px; margin-bottom:5px;
  overflow: hidden;
  transition: 0.3s;
}
.news ul li .newright p {
  height: 40px; font-size:15px;

}
.news ul li:hover a.newscontit {
  color: #d80808;
}
.news ul li:hover img {
  transform: scale(1.2);
}
.newsfirst {
  margin: 55px 0 30px 0;
}
.nleft {
  width: 34.206%;
}
.nleft .pic {
  width: 100%;
}
.nleft .pic:after {
  padding-bottom: 67%;
}
.news-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 150px;
	display: block;
	vertical-align: middle;
	margin: auto;
}
.newsfirst {
  margin: 55px 0 30px 0;
}
.nleft {
	width: 500px;
}
.nleft .pic {
  width: 100%;
}
.nleft .pic:after {
  padding-bottom: 67%;
}
.nright {
	width: 55%;
}
.nright .newstit {
	padding: 10px 0 10px 25px;
	background: #32af50 url(../images/newsbg.jpg) no-repeat 95% center;
	color: #fff;
}
.nright .newstit span {
  font-size: 22px;
  display: block;
}
.nright .newstit em {
  font-size: 12px;
  font-family: arial;
}
.nright .newscon {
  padding-top:30px;
  border: 1px solid #ececec;
}
.nright .newscon .date {
	font-family: arial;
	color: #999;
	padding: 10px 0 10.3% 3%;
}

.nright .newscon .date span {
  font-size: 39px;
  display: block;
}
.nright .newscon .date em {
  font-size: 12px;
}
.nright .newscon .newfirstcon {
  width: 83%;
  margin-left: 5%;
}
.nright .newscon .newfirstcon a {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  transition: 0.3s;
}
.nright .newscon .newfirstcon p {
	height:142px;
	overflow: hidden; padding-bottom:20px;
}
.nright .newscon:hover a {
  color: #d80808;
}
  .news ul li .newright {
    padding-top: 8px;
  }
.newsimg{
	width: 500px;
	height: 300px
}
.newshow{ padding:50px; margin:auto}
.newshow .newshowtit {
  text-align: center;
  margin-top:20px;
  border-bottom: 1px dotted #bfbebe;
}
.newshow .newshowtit h1 {
	font-size: 24px;
	color: #333;
	font-weight: 700;
}
.newshow .newshowtit .date {
  font-size: 14px; line-height:20px;
  color: #999;
}
.newshow .newshowtxt {
  line-height:32px; font-size:16px; margin-top:20px
}
.newshow .newshowimg {
  text-align: center;
 }
.newshow .newshowimg img{ width:800px; }
.newshow .title-red{ font-size:18px; font-weight:500; color:#FFF; background:rgb(201,56,28); padding:5px 10px}
.newshow h2{ color:#c9381c;font-size:22px; font-weight:500; text-align:center; margin:10px auto}
/*企业介绍*/
.about{ margin-top:40px}
.about .about-text{ line-height:2;  color:#5a5a5a; text-indent:2em;font-size:14px; padding:0 }
.about .about-img{float:left; width:600px; text-align:left}
.about .about-t{ line-height:2;  color:#5a5a5a; text-indent:2em;font-size:15px; padding:0 }
/*荣誉*/


.honor{  }
.honor .honor-text{ line-height:2; font-weight:bold; color:#5a5a5a; text-indent:2em;font-size:15px }
.roundabout-holder{width:880px;height:400px;margin:0 auto;}
.roundabout-moveable-item{width:423px;height:345px;cursor:pointer;border:3px solid #ccc;border:3px solid rgba(0, 0, 0, 0.08);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.roundabout-moveable-item img{width:100%;}
.roundabout-in-focus{border:3px solid rgba(0, 0, 0, 0.2);}
.honor .honor-nav{ margin-top:30px; padding-top:30px; border-top:5px #f4f4f4 solid; text-align:center;height:50px;}
.honor .honor-nav a{ display:inline-block; line-height:42px; color:#888; padding:0 20px; background-color:#eee; margin:0 2px; border-bottom:2px #e2e2e2 solid}
.honor .honor-nav a.current{ background-color:#3f51b5; border-bottom:2px #3f51b5 solid; color:#fff}
.honor .honor-list{ overflow:hidden; padding-bottom:30px}
.honor .honor-list ul{ }
.honor .honor-list ul li{ width:22.5%; float:left; margin:0 3% 30px 0; border:1px #eee solid; padding:10px; background-color:#f7f7f7; text-align:center}
.honor .honor-list ul li:nth-child(4n+4) {margin-right: 0px;}
.honor .honor-list ul li img{ width:100%;height:165px}
.honor .honor-list ul li span{ display:block; text-align:center; line-height:40px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/*牧场养殖 排酸  加工  冷链*/
.process { margin:40px 0 20px 0 }
.process h2{ color:#00845c;  font-weight:700; font-size:28px;float: right; margin:0 10px 10px 0}
.process .text_b{
	color: #FFF;
	font-size: 15px;
	background-color: #00845c;
	float: right;
	width: 43%;
	padding: 20px
}
.process .process-img{float:left; width:678px;text-align:left}
.process p {text-align: center}
.muchang{  }
 .muchang-text{ line-height:2; font-weight:bold; color:#5a5a5a; text-indent:2em;font-size:15px }

.muchang-list{ overflow:hidden; padding-bottom:30px; margin-top:20px}
.muchang-list ul{ }
 .muchang-list ul li{
	width: 22.5%;
	float: left;
	margin: 0 3% 30px 0;
	border: 1px #eee solid;
	padding: 10px;
	background-color: #FFF;
	text-align: center
}
.muchang-list ul li:nth-child(4n+4) {margin-right: 0px;}
.muchang-list ul li img{ width:100%;}
.muchang-list ul li span{
	display: block;
	text-align: center;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jiagong { margin:40px 0 20px 0 }
.jiagong-t{color: #33333;font-size: 16px;background-color: #f8f8f8; padding:20px}
.jiagong .pic{text-align:center; margin:auto}
.jiagong-t h1{ color:#663c1c ; font-weight:700; font-size:32px;margin:0 10px 10px 0}

.phenology {
	margin: 60px 0 20px 0;
	display: block;
	overflow: hidden;
	padding: 10px
}
.phenology h2{ color:#683b11;  font-weight:700; font-size:28px;float: right; margin:30px 0}
.phenology .text_b{
	color: #333;
	font-size: 15px; line-height:32px;
	float: right;
	width: 50%; 
	
}
.phenology .phenology-img{
	float: left;
	width: 530px;
	text-align: left;
}
.phenology .phenology-img img{
	float: left;
	width: 530px;
	text-align: left
}
/*价值*/
.table{border-left:1px #DDD solid;  margin:auto}
.table td{ padding:10px;border-bottom:1px #DDD solid;border-right:1px #DDD solid; font-size:15px; }
.table .title{ background-color:#00845c;font-size:16px; color:#FFF; font-weight:700}
/*美食*/

.recipe  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 340px;height: 340px;
    margin-top: 90px; font-size:16px; color:#756145; line-height:32px; 
}

.recipe >div {
    width:50%;
}
.recipe img {
    -o-object-fit: cover;
    object-fit: cover; width:550px; height:400px; float:left
}

.recipe .recipe-img {
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-align: left;
    align-items: center;
}

.recipe p {
    margin-bottom: 0;
}

.recipe .title {
    margin-bottom: 20px;
    font-size: 30px;
    color: #693c12;font-weight:700
}

.recipe .subtitle {
    margin-top: 24px;
    color: #693c12; font-weight:700
}
.recipes {
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
   
}

.recipes>div {
    position: relative;
    float: left;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;background:#FFF
}
.recipes>div:nth-child(5n+5) {
	margin-right: 0px;
}
.recipes>div,.recipes>div:after {
    box-sizing: border-box;
    width: 218px;
    height: 218px;
}
.recipes>div:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #d4d4d4; 
}
.recipes img {
    width: 198px; height:160px
}
.recipes p {
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    color: #756145;
}
.recipes>div:hover:after {
    border: 1px solid #693c12;
}
/*发展历程*/
.his {
    height: 800px;
    width: 100%;
    padding-top:80px;
}
.his-title-box{ text-align:center; }
.his-title-box h2{font-size:40px;color:rgba(0,0,0,0.4); font-family:HELVETICANEUELTPRO-THEX;}
.his-title-box p{ font-size:18px;color:#565656; margin:16px 0;}
.his-date span{font-size:150px; color:#424242; line-height:150px}
.his-listbox li{float:left;}
.his-listbox{height:100%; position:absolute;}
.his-date i{color:#b3b3b3; font-size:24px;}
.his-des{ font-size:15px; color:#333;width:820px; margin:20px auto 0; font-weight:500}
.his-prev i,.his-next i{font-size:42px; color:#b7b7b8}
.his-prev{ position: absolute; top:38%; left:0px;}
.his-next{ position:absolute;top:38%; right:0px;}
.his-dateBtn{ width:1040px; margin:45px auto 0; }
.his-dateBtn li{float:left; margin-right:12px;}
.his-btn{ position:relative;}
.his-btn span{ width:62px; height:68px;display:block; text-align:center; line-height:62px;font-size:13px;color:#616161; transition: all 0.3s ease-out 0s;}
.his-btn i{ width:16px; height:16px; position:absolute;top:72px;left:22px; border-radius:8px; background:#e5e5e5; border:3px solid #fff;}
.his-ico a:hover i{color:#232527}
.his-line{ width:965px; height:1px; background:#e5e5e5; position: absolute; left:56px; bottom:-12px; z-index:-1;}
.his-dateBtn li:hover .his-btn i,.his-dateBtn .active i{background:#6c6c6c;}
.his-dateBtn li:hover .his-btn span,.his-dateBtn .active span{ background:url(../images/img003.png) no-repeat; color:#fff;  }
.his-listCont{ position:relative; width:820px; height:340px; margin:0 auto}
.his-listImg{position:absolute; bottom:0px; right:0px;left:0}
#his-box{width:1080px; margin:0 auto; position:relative;}
.his-warm{width:820px; height:465px; overflow:hidden; margin:0 auto; position:relative;}
