.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.farmicn{
    display: inline-block;
    background: url("../images/farmproduce/ficn.png") no-repeat;
}
.pralltit {
    text-align: center;
    padding: 90px 0 0;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    color: #181818;
}
.pratiadesc {
    padding-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #7c7c7c;
}
.box1 {
    width: 100%;
    height: 450px;
    background: url("../images/farmproduce/bner.jpg") no-repeat center top;
    color: #ffffff;
}
.box1 h2 {
    padding: 90px 0 30px;
    line-height: 1;
    text-align: center;
    font-size: 44px;
    font-weight:normal;
}
.box1 h6 {
    margin:0;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    font-weight:normal;
}
.box1 ul {
    display: flex;
    justify-content: space-between;
    padding: 60px 100px 0;
}
.box1 ul li {
    font-size: 14px;
    line-height: 36px;
}
.box1 ul li .farmicn {
    width:19px;
    height: 19px;
    background-position: 0 0;
    vertical-align: middle;
    margin-right: 15px;
}
.box1 .talink {
    margin: 34px auto 0;
    display: block;
    width: 160px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #ffcf64;
    border-radius: 19px;
    font-size: 14px;
    color: #1d221e;
    cursor: pointer;
}
.box1 .talink:hover{
    background-color: #dda731;
}
.box2 ul {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}
.box2 ul li {
    width: 280px;
    height: 400px;
    background-color: #f3f4f7;
}
.box2 ul li .imgb{
    width: 100%;
    height: 200px;
    position:relative;
    overflow: hidden;
}
.box2 ul li .imgb i{
    position:absolute;
    top:77px;
    left:50%;
    margin-left:-24px;
}
.box2 ul li:nth-of-type(1) .imgb i{width:48px;height:48px;background-position:0 -26px;}
.box2 ul li:nth-of-type(2) .imgb i{width:49px;height:48px;background-position:-59px -26px;}
.box2 ul li:nth-of-type(3) .imgb i{width:48px;height:48px;background-position:-118px -27px;}
.box2 ul li:nth-of-type(4) .imgb i{width:46px;height:46px;background-position:-178px -27px;}
.box2 ul li:nth-of-type(1):hover .imgb i{width:48px;height:48px;background-position:0 -81px;}
.box2 ul li:nth-of-type(2):hover .imgb i{width:49px;height:48px;background-position:-59px -81px;}
.box2 ul li:nth-of-type(3):hover .imgb i{width:48px;height:48px;background-position:-118px -82px;}
.box2 ul li:nth-of-type(4):hover .imgb i{width:46px;height:46px;background-position:-178px -82px;}
.box2 ul li .imgb img {
    transition: all 0.6s;
}
.box2 ul li:hover .imgb img {
    transform: scale(1.2);
}
.box2 ul li h6 {
    margin: 0;
    padding: 36px 25px 28px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #181818;
}
.box2 ul li p {
    padding: 0 0 0 25px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.box3cont {
    margin-top: 70px;
}
.box3cont p {
    font-size: 14px;
    line-height: 24px;
    color: #181818;
}
.box3cont p:last-child {
    margin-top: 35px;
    text-indent: 28px;
}
.box6 img,
.box3 img {
    margin: 63px 0 135px;
    box-shadow: 0 0 20px 10px rgba(0,0,0,.12);
}
.box4 {
    text-align: center;
    height: 1136px;
    background: url(../images/farmproduce/b2.png) no-repeat center top;
}
.box6 ul,
.box4 ul {
    display: flex;
    justify-content: space-between;
    margin: 69px 0 42px;
    text-align: center;
}
.box6 ul li h6,
.box4 ul li h6 {
    margin: 35px 0 25px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #181818;
}
.box6 ul li p,
.box4 ul li p {
    width: 308px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.box6 ul li p {
    width: 238px;
}
.box6 ul .farmicn,
.box4 ul .farmicn {
    width: 86px;
    height: 86px;
}
.fwicn1 {
    background-position: 0 -136px;
}
.fwicn2 {
    background-position: -90px -136px;
}
.fwicn3 {
    background-position: -180px -136px;
}
.fwicn4 {
    background-position: 0 -230px;
}
.fwicn5 {
    background-position: -90px -230px;
}
.fwicn6 {
    background-position: -180px -230px;
}
.fwicn7 {
    background-position: -270px -230px;
}
.box6 ul li:hover i,
.box4 ul li:hover i{
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}
/* 弹跳 */
@-webkit-keyframes bounce{
    0%,20%,50%,80%,100%{-webkit-transform:translateY(0);}
    40%{-webkit-transform:translateY(-30px);}
    60%{-webkit-transform:translateY(-15px);}
}
@-moz-keyframes bounce{
    0%,20%,50%,80%,100%{-moz-transform:translateY(0);}
    40%{-moz-transform:translateY(-30px);}
    60%{-moz-transform:translateY(-15px);}
}
@-ms-keyframes bounce{
    0%,20%,50%,80%,100%{-ms-transform:translateY(0);}
    40%{-ms-transform:translateY(-30px);}
    60%{-ms-transform:translateY(-15px);}
}
@keyframes bounce{
    0%,20%,50%,80%,100%{transform:translateY(0);}
    40%{transform:translateY(-30px);}
    60%{transform:translateY(-15px);}
}
.box5 img {
    margin: 82px 0 107px 97px;
}
.box6 {
    background: url(../images/farmproduce/bbg.png) no-repeat center top;
}
.box6 ul li{
    position: relative;
}
.box6 ul li:before {
    position: absolute;
    left: 256px;
    top: 45px;
    content: '';
    display: inline-block;
    width: 47px;
    height: 1px;
    border-top: 1px dashed #64a165;
}
.box6 ul li:last-child:before{display: none}
.box6 ul {
    margin-bottom: 10px;
}
.box7cont {
    margin-top: 100px;
    height: 895px;
    background: url(../images/farmproduce/b6.jpg) no-repeat center top;
}
.box7cont .w1200{
    display: flex;
    justify-content: space-between;
}
.cotleft {
    padding-left: 100px;
}
.cotleft h6 {
    margin: 0;
    padding: 60px 0 40px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
}
.cotleft>p {
    width: 495px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.cotleft ul {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 300px;
}
.cotleft ul li {
    text-align: center;
    margin-top: 40px;
    width: 124px;
    height: 124px;
    background:rgba(244,244,244,.9);
    font-size: 16px;
    color: #333333;
}
.cotleft ul li i {
    width: 44px;
    height: 44px;
    margin: 22px 0 12px;
}
.kjcn1 {
    background-position: -236px -29px;
}
.kjcn2 {
    background-position: -290px -29px;
}
.kjcn3 {
    background-position: -238px -84px;
}
.kjcn4 {
    background-position: -290px -83px;
}
.cotrigt {
    width: 480px;
}
.cotrigt h6 {
    margin:0;
    padding: 20px 0;
    line-height: 1;
    font-size: 20px;
    font-weight: normal;
    color: #181818;
}
.cotrigt h6 i {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.rticn1 {
  background-position: -24px 0;
}
.rticn2 {
    background-position: -52px 0;
}
.rticn3 {
    background-position: -80px 0;
}
.cotrigt  p {
    font-size: 14px;
    line-height: 24px;
    color: #181818;
}
.cotrigt li >div {
    margin-top: 15px;
    display: flex;
}
.cotrigt li >div img {
    margin-right: 20px;
}
.cotrigt li:nth-child(2) {
    margin: 45px 0;
}
.box8{text-align: center}
.box10 .pralltit,
.box8 .pralltit {
    position: relative;
    height: 143px;
}
.box8 .pralltit:before {
    content: '';
    display: inline-block;
    width: 966px;
    height: 143px;
    background: url("../images/farmproduce/function.png") no-repeat center top;
    position: absolute;
    left: 50%;
    margin-left: -483px;
    z-index: -1;
}
.box8 img {
    margin: 35px 0 70px;
}
.box9 {
    background: url("../images/farmproduce/b8.png") no-repeat center top;
}
.imgbox {
    margin: 65px auto 70px;
    width: 1050px;
    height: 559px;
    background: url("../images/farmproduce/b9.png") no-repeat center top;
}
.box10 ul {margin: 0 0 40px 0;}
.box10 ul li {
    width: 376px;
    height: auto;
    background: transparent;
}
.box10 ul li .imgb {
    width: 100%;
}
.box10 ul li h6 {
    padding: 30px 5px 28px;
}
.box10 ul li p {
    padding: 0 25px 0 5px;
    color: #7c7b7b;
}
.box10 .pralltit:before {
    content: '';
    display: inline-block;
    width: 546px;
    height: 143px;
    background: url("../images/farmproduce/cycle.png") no-repeat center top;
    position: absolute;
    left: 50%;
    margin-left: -273px;
    z-index: -1;
}
.box11 {
    height:1055px;
    background: url("../images/farmproduce/bm1.png") no-repeat center bottom;
}
.box11 dl {
    display: flex;

}
.box11 dl dd {
    width: 400px;
    height: 240px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #bebebe;
    transition: all .3s linear;
}
.box11 dl dd:nth-child(2) {
    margin-left: -1px;
    margin-right: -1px;
}
.box11 dl dd h6 {
    margin: 0;
    padding: 42px 0 28px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #181818;
}
.box11 dl dd p {
    margin: 0 auto 25px;
    width: 252px;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}
.box11 dl dd a {
    display: inline-block;
    width: 158px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #f2bc43;
    border-radius: 21px;
    font-size: 14px;
    color: #181818;
}
.box11 dl dd a:hover {
    background-color: #dda731;
}
.box11 dl dd:hover {
    margin-top: -10px;
}
.joinh3 {
    text-align: center;
    padding: 95px 0 28px;
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
}
.hzp {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}
.fmimgbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:80px 0 95px;
}
.fmimgbox li {
    width: 200px;
    height: 110px;
    background: url("../images/farmproduce/n1.png") no-repeat;
    transition: all 0.8s linear;
    -webkit-transition: all 0.8s linear;
}
.fmimgbox li a {
    display: block;
    width: 100%;
    height: 100%;
}
.fmimgbox li.zic1 {
    background-position: 0 0;
}
.fmimgbox li.zic2 {
    background-position: -200px 0;
}
.fmimgbox li.zic3 {
    background-position: -400px 0;
}
.fmimgbox li.zic4 {
    background-position: -600px 0;
}
.fmimgbox li.zic5 {
    background-position: -800px 0;
}
.fmimgbox li.zic6 {
    background-position: -1000px 0;
}
.fmimgbox li.zic7 {
    background-position: 0 -110px;
}
.fmimgbox li.zic8 {
    background-position: -200px -110px;
}
.fmimgbox li.zic9 {
    background-position: -400px -110px;
}
.fmimgbox li.zic10 {
    background-position: -600px -110px;
}
.fmimgbox li.zic11 {
    background-position: -800px -110px;
}
.fmimgbox li.zic12 {
    background-position: -1000px -110px;
}
.fmimgbox li:hover{
    -webkit-animation:xuanzhuan 1s ease-in-out;
    -o-animation:xuanzhuan 1s ease-in-out;
    animation:xuanzhuan 1s ease-in-out;
}
@keyframes xuanzhuan{
    0%{
        -webkit-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -o-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    50%{

        -webkit-transform:rotateY(90deg);
        -ms-transform:rotateY(90deg);
        -o-transform:rotateY(90deg);
        transform:rotateY(90deg);
    }
    100%{
        -webkit-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -o-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
}
@-webkit-keyframes xuanzhuan{
    0%{
        -webkit-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -o-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    50%{

        -webkit-transform:rotateY(90deg);
        -ms-transform:rotateY(90deg);
        -o-transform:rotateY(90deg);
        transform:rotateY(90deg);
    }
    100%{
        -webkit-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -o-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
}
@-moz-keyframes xuanzhuan{
    0%{
        -webkit-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -o-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    50%{

        -webkit-transform:rotateY(90deg);
        -ms-transform:rotateY(90deg);
        -o-transform:rotateY(90deg);
        transform:rotateY(90deg);
    }
    100%{
        -webkit-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -o-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
}
@-o-keyframes xuanzhuan{
    /*兼容欧朋浏览器*/
    0%{
        -webkit-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -o-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    50%{

        -webkit-transform:rotateY(90deg);
        -ms-transform:rotateY(90deg);
        -o-transform:rotateY(90deg);
        transform:rotateY(90deg);
    }
    100%{
        -webkit-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -o-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
}