@charset "utf-8";

header{
    width:100%; 
}
/*................*/
.header{
    padding: 0px 0px;
    max-width:1920px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 999;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
}
.header .logo img{
    height: 80px;
    padding: 17px 0px;
    width: auto;
    transition: all .5s;  
}
header .nav{
    padding: 0px 0px;    
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .nav>ul{   
    transition: all .5s;
}
header .nav>ul>li{
    display: inline-block;   
    padding: 0px 20px;
    position: relative;
}
header .nav>ul>li>a{   
    position: relative;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 17px 0px;   
    line-height: 45px;
    white-space: nowrap;
    transition: all 0.3s;
}
header .nav>ul>li:hover a,header .nav>ul>li.active a{
    color: #079a3e;
}
.header .nav>ul>li:hover .submenu{ opacity:1; visibility:visible}
.header .nav>ul>li .submenu li:hover a,header .header.on .nav>ul>li .submenu li:hover a {color:#079a3e}

.submenu {
    width: 130px;
    -webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
    left: 0%;
    padding: 20px 20px;
    background-color: #1d1d1b;
    position: absolute;
    top: calc(100% + 0px);
    z-index: 0; 
    visibility: hidden;
    border: 1px solid #7dab3d;
}
.submenu:before {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
    top: -1px;
}
.submenu li {
    display: block;
    width: 100%;
    opacity: 0; 
    white-space: nowrap;
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    text-align: left;    
}
.header .nav .submenu li a{
    font-size: 14px;
    color: #fff;
    line-height: 35px; 
    border-top: 1px solid rgba(255,255,255,0.2);
    display: block; transition: .6s;
}
.header .nav .submenu li:first-child a{
    border-top: 0px solid rgba(255,255,255,0.2);
}
.header .nav>ul>li:hover .submenu li, .header .nav>ul>li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/*分享按钮*/
.shareicon{
    position: relative;
    margin-left: 3%;
}
.shareicon a{
    color: #079a3e;    
    font-size: 18px;
}
.shareicon a span{
    font-weight: bold;
}
.shareicon i{
    margin-left: 10px;
    color: #079a3e;
    font-size: 18px;
    transition: all 0.5s;
}
.shareicon i:hover{
    color: #079a3e;
}
header .header .shareicon a.weChat .er-box {
    position: absolute;
    top: 100%;
    width: 100px;
    height: 100px;
    opacity: 0.0;
    transition: all 0.3s;
}
header .header .shareicon a.weChat:hover .er-box{
    opacity: 1.0;
    background: #fff;
    padding: 5px;
    width: 110px;
    height: 110px;
}
@media (max-width: 992px){  
    .header .logo img {
        height: 55px;
        padding: 10px 0px;
    }
    header .nav>ul{
        display: block;
    }  
    header .nav{
        position: absolute;
        left:-100vw;
        top: 100%;
        width:100%;
        height:calc(100vh - 60px);
        background:#fff;        
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
    }
    header .nav.show{
        left:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    header .nav ul li{
        display: block !important; 
        padding:0 20px;
    }
    header .nav ul li a{        
        line-height: 45px;
        font-size: 16px;
        padding: 0px 10px;
        border-bottom: 1px solid #f8f8f8;
    }
    .submenu{
        display: none;
    }
    .shareicon{
        padding-top: 10px;
        margin-right: 5%;
    }
    .shareicon a span{
        font-size: 16px;
    }
}
@media(max-width:1200px){
    .header .nav .submenu li {
        display: none !important;
    }
}
/* banner */
.banner{
    position: relative;
    padding-top: 80px;
    overflow: hidden;
}
.common{
    padding-top: 100px;
    padding-bottom: 100px;
}
.commonB{
    margin-bottom: 100px;    
}
.title{
    font-size: 30px;
    text-align: center;
    line-height: 1.1;    
    font-weight: 100;  
    position: relative; 
    margin-bottom: 50px;
}
.title span{
    font-size: 40px;
    color: #007a29;
    text-transform: uppercase;
    display: block;
}
.title:after {
    content: "";
    display: block;
    background: #f27b0b;
    width: 50px;
    height: 3px;
    margin: 10px auto;
}
.cmore{
    margin-top: 35px;
    display: block;
    text-transform: uppercase; 
    color: #a5a5a5;
    font-size: 20px;    
    transition: all 0.3s ease-in-out;     
}
.title .more:hover{padding-right: 40px;}

@media (max-width:767px){
    .banner{
        padding-top: 55px;
    }
    .common{
       padding-top:30px;
       padding-bottom:30px;
    }
    .commonB{
        margin-bottom: 30px;
    }
    .title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .title span{
        font-size: 22px;
    }
    .cmore {
        margin-top: 15px;        
        font-size: 14px;
    }
}
/*产品*/
.product{
    background: #f5f5f5;
    overflow: hidden;
    position: relative;    
}
.nav-box{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.nav-box li{
   width: 24%;
   position: relative;
   overflow: hidden;   
}
.nav-box li:before {
    content: "";
    background: rgba(0,122,41,0.45);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s linear;
    z-index: 1;
}
.nav-box li:hover:before {
    opacity: 1.0;
}
.nav-img img{
    width: 100%;
    height: auto;
    transition: all 0.4s linear;
}
.nav-box li:hover .nav-img img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.nav-box .cover-hover{
    position: absolute;   
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    padding: 10%;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s; 
    z-index: 2;
    transition: all 0.4s linear;
}
.nav-box .cover-hover h5{
    font-size: 20px;
    font-weight: 100;
    margin: 15px 0px;
    transition: all 0.4s linear;
}
.nav-box .cover-hover h5:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 15px 0px;
    background: #007a29;
    transition: all 0.4s linear;
}
.nav-box li:hover .cover-hover h5{
    color: #fff;
}
.nav-box li:hover .cover-hover h5:before{
    background: #fff;
}
@media (max-width:992px){ 
    .nav-box li {
        width: 48%;
        margin-bottom: 10px;
    }
    .nav-box .cover-hover h5 {
        font-size: 14px;    
        margin: 0px 0px;
    }    
}
/*特征*/
.application {
    background: url(../img/application.jpg) no-repeat center;
}
.application .title,.application .title span{
    color: #fff;
}
.application ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
}
.application .app-list{
    width: 24%;
    padding: 2.5% 3%; 
    background: #fff;    
    transition: all 0.6s;
    position: relative;
}
.application .app-list .sortname{   
    font-size: 12px;
    text-transform: uppercase; 
    color: #b0b0b0;
    margin-bottom: 15%;
}

.application .app-list h5{   
    font-size: 24px;
    position: relative;
    white-space: nowrap;
    padding: 0px 0px 15px 0px;
    border-bottom: 2px solid #eaeaea; 
}
.application .app-list h5:after{ 
    width: 30px;
    height: 2px;
    left: 0px;
    background: #007a29;
    position: absolute;
    content: "";
    bottom: -2px;
}
.application .app-list:hover{
    opacity: 0.95;
}
.application .app-list:after{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 5px;
    left: 0px;
    background: #8ac32a;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.application .app-list:hover:after {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}

@media (max-width:992px){ 
    .application .app-list {        
        width: 48%;
        padding: 10px 10px;
        margin-bottom: 10px;        
    }    
    .application .app-list h5{
        font-size: 16px;
    }           
}

/*首页关于我们*/
.about{
    position: relative;
    background: url(../img/about.jpg) no-repeat center #f5f5f5;
    margin: 0px auto;    
    overflow: hidden;
}
.about .about-txt{
    font-size: 18px;
    margin-bottom: 5%;
}

.about-txt .title b{
    display: block;
    font-weight: 100;
    font-size: 50px;
    color: #007a29;
    margin: 10px 0px;
}
.about .more{
    display: inline-block;
    color: #007a29;
    border: 1px solid #007a29;
    font-size: 24px;
    font-weight: 100;
    padding: 80px 40px 40px 40px;
    font-weight: bold;
}
@media (max-width:992px){ 
    .about-txt .more {
        font-size: 16px;
    }
    .about-txt .title b{
        font-size: 22px;
    }
    .about .more{
        padding: 40px 20px 20px 20px;
    }   
}

/* 新闻 */
.news{
    background: #fff;
    background-size: cover;
}
.news .n-img{
    width: 88%;
    overflow: hidden;
}
.news .n-img img {    
    width: 100%;    
    transition: all 0.6s;
}
.news .n-img:hover img {
    transform: scale(1.1);
}
.news-box {
    padding: 0px 100px;
    position: relative;
}
.news-box .n-title{    
    font-size: 24px;
    margin: 30px 0px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-box .n-time{
    font-size: 30px;    
    font-weight: bold;
    color: #e0e0e0;
}
.news-box .n-desc{    
    line-height: 1.4;
    margin: 0px 0px 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-box .n-desc:before{
    content: "";
    display: block;
    background: #f27b0b;
    width: 30px;
    height: 2px;
    margin: 30px 0px;
}

@media (max-width:991px){  
    .news-box {
        padding: 0px 35px;
    }
    .news-box .n-time:after{
        margin: 0px 0px 0px;
    }
    .news-box .n-desc{
        margin: 0px 0px;
        -webkit-line-clamp: 2;
    }
    .news-box .n-title{
       font-size: 14px;
       margin-top: 0px;
    }   
    .news-box .n-desc:before{
        margin: 5px 0px;
    }
    .news-box .n-time{
        font-size: 16px; 
    }
    .news .n-img {
        width: 100%;
    } 
}
/*合作客户*/
.cooperation{
    background: #f5f5f5;
}
.cooperation ul.cooperlist,.ny-cooper ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.cooperation ul.cooperlist li,.ny-cooper li{
    width: 10%;
    overflow: hidden;
    padding-bottom: 10px;
}
.cooperation .cooper-img img,.ny-cooper .cooper-img img{
    width: auto;
    max-width: 100%;
    opacity: 1.0;
    background-color: #fff;
    border-radius: 100%;    
    transition: all 0.6s;
    border: 1px solid #efefef;
}
.ny-cooper .cooper-img{
    padding-bottom: 10px;
}
.cooperation .cooper-img:hover img,.ny-cooper .cooper-img:hover img{
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.2);
}
@media (max-width:992px){ 
    .cooperation ul li {
        width: 20%;
    }
}