﻿body {font-family: "Microsoft YaHei" ! important;
}
img{
    max-width:100%;
    transition:all 0.5s ease;
}

.lj-head{
    height:85px;
}
.lj-head .lj-logo{
   line-height:85px;
}
.lj-head .lj-logo img{
    max-height:65px;
}
.li-nav{
    overflow:hidden;
    background-color:#8fc320;
}
.li-tel{
    background:url(../images/lj-dh.png) no-repeat left center;
    padding-left:70px;
    height:85px;
}
.li-tel p{
    font-size:16px;
    color:#808080;
    margin-top:20px;
} 
.li-tel span{
    font-size:20px;
    color:#c7000a;
}
.li-nav ul{
    margin-left:-92px;
}
.li-nav ul li{
    float:left;
    width:90px;
    /*line-height:45px;*/
   
    text-align:center;
    font-size:14px;
    margin-left:92px;
}
.li-nav ul li a{ 
    padding:5px 0;
    display:block;
    color:#ffffff;
}
.li-nav ul li a span{
    display:block;
    line-height:14px;
}
.li-nav ul li a:hover,
.li-nav ul li a.focus{
    background-color:#75a117;
}
.lj-sjnav{
    display:none;
}
.lj-footer{
    background-color:#8fc320;
    padding:20px 0;
    overflow:hidden;
}


.lj-footer .lj-footer-fl{
    float:left;
    font-size:14px;
    color:#ffffff;
}
.lj-footer .lj-footer-fl p{
    line-height:30px;
}
.lj-footer .lj-footer-fr{
    float:right;
    font-size:14px;
    color:#ffffff;
    padding-top:10px;
}
.lj-footer .lj-footer-fr img{
    width:100px;
}
.lj-footer .lj-footer-fr .div-erm{
    display:inline-block;
    padding-left:10px;
    box-sizing:border-box;
}
.lj-footer .lj-footer-fr .div-erm span{
  display:inline-block;
  margin-top:10px;
}

/*首页*/
.sy-about{
    padding:40px 0;
}
.div-title{
   text-align:center;
}
.div-title h3{
   
    font-size:24px;
    color:#699804;
    font-weight:bold;
    display:inline-block;
    padding:0 20px;
    background-color:#ffffff;
}
.div-title p{
    background-color:#ededed;
    height:1px;
    position:relative;
    top:-10px;
    z-index:-1;
}
.div-title span{
    display:block;
    text-align:center;
    font-size:16px;
    color:#cccccc;
    padding-top:5px;
}
.sy-about-mian{
   overflow:hidden;
   padding-top:40px;
   padding-bottom:10px;
}

.sy-about-mian .piv{
    overflow:hidden;
    text-align:center;
}
.sy-about-mian .tte p{
    font-size:16px;
    color:#666666;
    line-height:30px;
    margin-top:40px;
    height:270px;
    overflow:hidden;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 9;
overflow: hidden;

}
.sy-about-mian .tte a{
    background-color:#99d3ff;
    color:#ffffff;
    font-size:14px;
    padding:5px 10px;
    border-radius:10px;
    transition:all 0.5s ease; 
    display:inline-block;
    margin-top:10px;
}

.sy-about-mian .tte a:hover{
      border-radius:0px;
  
}
.sy-product-mian{
    text-align:center;
    padding:40px 0;
}
.sy-product-mian .slick-slider{
    width:80%;
    margin:0 auto;
}
.sy-product-mian .pic{
    border:solid 1px #dedede;
    display:inline-block;
    padding:10px 10px 30px 10px;
    overflow:hidden;
    margin:0 5px

}
.sy-product-mian p{
    position:relative;
    top:-20px;
     border:solid 1px #dedede;
     height:41px;
     width:80%;
     margin:0px auto 0 auto;
     background-color:#fff;
     font-size:16px;
  
     text-overflow: ellipsis;white-space: nowrap;
     overflow:hidden;
     padding:5px;
     box-sizing:border-box;
}

.sy-product-mian p span{
    background-color:#ebebeb;
    display:block;
    line-height:30px; 
      color:#666666;
      transition:all 0.5s ease;
}

.sy-product-mian  a:hover span{
    background-color:#b4cb81;
    color:#ffffff;
}

.sy-product-mian  a:hover  img{
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}


.sy-but{
    background-color:#99d3ff;
    color:#ffffff;
    font-size:14px;
    padding:5px 20px;
    border-radius:5px;
    transition:all 0.5s ease; 
    display:inline-block;
    margin-top:10px;
}

.sy-but:hover{
    color:#ffffff;
    border-radius:0px;
    opacity:0.8;
}
.sy-nwes-mian{
    padding:40px 0;
}
.sy-nwes-mian ul li{
    overflow:hidden;
    margin-bottom:20px;
}
.sy-nwes-mian ul li .pic{
    float:left;
    width:545px;
}

.sy-nwes-mian ul li .tet{
    padding-left:580px;
}

.sy-nwes-mian ul li .tet h3{
    font-size:18px;
    color:#4c4c4c;
    text-overflow: ellipsis;white-space: nowrap;
    overflow:hidden;
    margin-top:10px;
}
.sy-nwes-mian ul li .tet span{
    font-size:12px;
    color:#b2b2b2;
    display:block;
    margin-top:10px;
}
.sy-nwes-mian ul li .tet p{
    font-size:14px;
    color:#666666;
    line-height:25px;
    margin-top:20px;
    height:150px;
    overflow:hidden;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;
}
.sy-nwes-mian ul li .tet  input{
        background-color:#cacaca;
        border:none;
    color:#ffffff;
    font-size:14px;
    padding:5px 10px;
    border-radius:5px;
    transition:all 0.5s ease; 
    display:inline-block;
    margin-top:10px;
}
.sy-nwes-mian ul li .tet  input:hover{
    opacity:0.8;
    border-radius:0px;
    background-color:#99d3ff;
    color:#ffffff;

}
.sy-nwes-mian ul li:hover h3{
    color:#8fc320
}
.sy-nwes-mian ul li:hover{
box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}

/*企业介绍*/
.mb-nav {
    line-height:40px;
    font-size:14px;
    color:#666666;
}
.mb-nav p a{
    color:#666666;
}
.abuotus{
    padding:40px 0;
}

/*产品中心*/

.product{
    padding-top:20px;
    overflow:hidden;
}
.product .product-fl{
    width:25%;
    float:left;
}
.product .product-fl h3{
    background-color:#75a117;
    line-height:100px;
    padding-left:40px;
    box-sizing:border-box;
    font-size:36px;
    color:#ffffff;
}
.product .product-fl ul li{
    line-height:50px;
    background-color:#e6e6e6;
    font-size:14px;
    color:#666666;
    margin-top:5px;
}
.product .product-fl ul li a{
    display:block;
    padding-left:50px;
    position:relative;
}
.product .product-fl ul li a:before{
    content:"";
    position:absolute;
    top:15px;
    height:20px;
    width:3px;
    background-color:#666666;
    left:40px;
}

.product .product-fl ul li a:hover,
.product .product-fl ul li a.sidemenu_focus{
    color:#ffffff;
}

.product .product-fl ul li a:hover:before,
.product .product-fl ul li a.sidemenu_focus:before{
        content:"";
    position:absolute;
    top:15px;
    height:20px;
    width:3px;
    background-color:#ffffff;
    left:40px;
}
.product .product-fr{
    float:right;
    width:70%;
}
.product .product-fr ul{
    margin-left:-3.3%;
}
.product .product-fr ul li{
    position:relative;
    float:left;
    width:30%;
    margin-left:3.3%;
    margin-bottom:40px;
    border:solid 1px #dedede;
    padding:10px 10px 30px 10px;
    box-sizing:border-box;
}
.product .product-fr ul li .pic{
    overflow:hidden;
}
.product .product-fr ul li .p{
    width:80%;
    border:solid 1px #dedede;
    line-height:30px;
    position:absolute;
    bottom:-20px;
    background-color:#ffffff;
    left:10%;
    text-align:center;
    padding:5px;
    box-sizing:border-box;
    font-size:16px;
    text-overflow: ellipsis;white-space: nowrap;
    overflow:hidden;
}
.product .product-fr ul li .p span{
  background-color:#ebebeb;
    display:block;
    line-height:30px; 
      color:#666666;
      transition:all 0.5s ease;
}
  
.product .product-fr ul li:hover .p span{
    background-color:#b4cb81;
    color:#ffffff;
}
.product .product-fr ul li:hover img{
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}

.an-a{
    display:none;
}
.product-d h3{
    font-size:26px;
    color:#333333;
    border-bottom:solid 1px #dedede;
    margin-bottom:40px;
   padding-bottom:20px;
   text-align:center;
}

/*加工*/

.machine{
    padding:20px 0 40px 0;
}
.machine ul{
    margin-left:-3.3%;
}
.machine ul li{
    width:30%;
    margin-left:3.3%;
    float:left;
    padding-bottom:20px;
}
.machine ul li img{
    width:100%;
}
.machine ul li .pic{
    overflow:hidden;
}
.machine ul li .tet{
    background-color:#f0f0f0;
    margin-top:10px;
    padding:10px;
    box-sizing:border-box;
}
.machine ul li .tet div{
    overflow:hidden;
}
.machine ul li .tet h3{
   font-size:18px;
    text-overflow: ellipsis;white-space: nowrap;
    overflow:hidden;
    width:50%;
    color:#4c4c4c;
    font-weight:bold;
    float:left;
}
.machine ul li .tet span{
    float:right;
    font-size:14px;
    color:#999999;
}
.machine ul li .tet p{
    font-size:14px;
    color:#666666;
    line-height:25px;
    height:75px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
margin-top:10px;
}
.machine ul li:hover img{
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}

.machine ul li:hover  h3,
.machine ul li:hover span{
    color:#75a117;
}
.news{
    padding:20px 0 40px 0;
}


/*种植基地*/
.plant{
    padding:20px 0;
}
.plant .h3-a{
    font-size:18px;
    color:#333333;
    text-align:center;
    margin-bottom:20px;
}
.plant .p{
    font-size:14px;
    color:#666666;
    line-height:25px;
    text-indent:28px;
}
.Contact{
    padding:20px 0 40px 0;
}
.Contact .div-fl{
    width:50%;
    float:left;
}
.Contact .div-fl p{ 
    font-size:14px;
    color:#666666;
    padding-left:35px;
    line-height:35px;   
    margin-bottom:20px;

}
.Contact .div-fl .p1{
    background:url(../images/lj-di1.png) no-repeat left center;
}
.Contact .div-fl .p2{
    background:url(../images/lj-di2.png) no-repeat left center;
}
.Contact .div-fl .p3{
    background:url(../images/lj-di3.png) no-repeat left center;
}
.Contact .div-fl .p4{
    background:url(../images/lj-di4.png) no-repeat left center;
}


.Contact .div-fr{
    float:right;
    text-align:center;
    padding-top:40px;
}
.Contact .div-fr img{
    width:110px;
}
.Contact .div-fr p{
    font-size:16px;
    color:#666666;
    line-height:30px;
}


@media (max-width: 1200px){
    /*导航*/
.li-nav ul{
    margin-left:-60px;
}
.li-nav ul li{
    float:left;
    width:90px;
    /*line-height:45px;*/
    text-align:center;
    font-size:14px;
    margin-left:60px;
}

/*首页*/
.sy-about-mian .tte p{
    font-size:16px;
    color:#666666;
    line-height:30px;
    margin-top:40px;
    height:210px;
    overflow:hidden;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:7;
overflow: hidden;

}

}

@media (max-width: 1000px){
    .li-tel{
        display:none;
    }
    .lj-head{
    height:60px;
    overflow:hidden;
}
    .lj-head .lj-logo{
   line-height:60px;
}
.lj-head .lj-logo img{
    max-height:50px;
}
    /*导航*/
.lj-sjnav{
    display:block;
    width:40px;
    margin-top:10px;
    cursor:pointer;
}
  .li-nav{
    overflow:hidden;
    background-color:#8fc320;
    position:absolute;
    top:60px;
    right:0px;
    z-index:100;
    display:none;
    width:100%;
}

.li-nav ul{
    margin-left:0px;
}
.li-nav ul li{
    float:left;
    width:33.3%;
    /*line-height:45px;*/
    text-align:center;
    font-size:14px;
    margin-left:0px;
}
.sy-nwes-mian ul li .pic{
    float:left;
    width:380px;
}

.sy-nwes-mian ul li .tet{
    padding-left:400px;
}

.sy-nwes-mian ul li .tet h3{
    font-size:18px;
    color:#4c4c4c;
    text-overflow: ellipsis;white-space: nowrap;
    overflow:hidden;
    margin-top:10px;
}
.sy-nwes-mian ul li .tet span{
    font-size:12px;
    color:#b2b2b2;
    display:block;
    margin-top:10px;
}
.sy-nwes-mian ul li .tet p{
    font-size:14px;
    color:#666666;
    line-height:25px;
    margin-top:20px;
    height:75px;
    overflow:hidden;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

/*产品*/
.product .product-fl h3{
    background-color:#75a117;
    line-height:100px;
    padding-left:40px;
    box-sizing:border-box;
    font-size:24px;
    color:#ffffff;
}



}



@media (max-width: 720px){
    .lj-head .lj-logo img{
    max-height:30px;
}

    .sy-nwes-mian ul li .pic{
    float:left;
    width:180px;
}

.sy-nwes-mian ul li .tet{
    padding-left:190px;
}

.sy-nwes-mian ul li .tet h3{
    font-size:16px;
    color:#4c4c4c;
    text-overflow: ellipsis;white-space: nowrap;
    overflow:hidden;
    margin-top:5px;
}
.sy-nwes-mian ul li .tet span{
    font-size:12px;
    color:#b2b2b2;
    display:block;
    margin-top:5px;
}
.sy-nwes-mian ul li .tet p{
    font-size:14px;
    color:#666666;
    line-height:25px;
    margin-top:0px;
    height:50px;
    overflow:hidden;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
}
.sy-nwes-mian ul li .tet  input{
    display:none;
}

/*产品*/
.product {
    position:relative;
}
.product .product-fl{
    width:200px;
   position:absolute;
   top:0;
   left:-200px;
   z-index:300;
   background-color:#ffffff;
   transition:all 0.5s ease;
}

.product .product-fr{
    float:none;
    width:100%;
    margin-top:30px;
}
.product .product-fr ul{
    margin-left:-3%;
}
.product .product-fr ul li{
    position:relative;
    float:left;
    width:47%;
    margin-left:3%;
    margin-bottom:40px;
    border:solid 1px #dedede;
    padding:10px 10px 30px 10px;
    box-sizing:border-box;
}
.product .product-fl h3{
    background-color:#75a117;
    line-height:40px;
    padding-left:40px;
    box-sizing:border-box;
    font-size:20px;
    color:#ffffff;
}

.an-a{
    display:block;
    position:absolute;
    top:0;
   width:40px;
   height:40px;
   text-align:center;
   line-height:40px;
   right:-40px;
   background-color:#75a117;
   border-bottom-right-radius:20px;
    border-top-right-radius:20px;
    color:#ffffff;
    font-size:20px;
    cursor:pointer;

}
.an-a span{
    display:block;
}

/*加工*/
.machine ul{
    margin-left:-2%;
}
.machine ul li{
    width:48%;
    margin-left:2%;
    float:left;
    padding-bottom:20px;
}
.machine ul li .tet h3{
    font-size:16px;
}
.machine ul li .tet span{
    font-size:12px;
}

/*联系我们*/
.Contact .div-fl{
    width:100%;

}
.Contact .div-fr{
    float:none;
    text-align:center;
    text-align:center;
    padding-top:40px;
}

}