@charset "utf-8";
/*banner*/
.n-banner{
    width: 100%;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}
.n-banner img{
    width: 100%;
    display: block;
}
.n-banner .wordBox{
    width: 40%;
    height: 100%;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.n-banner .wordBox .text1{
    border:3px rgba(255, 255, 255, .6) solid;
    border-radius: 20px;
    padding:5px 30px;
}
.n-banner .wordBox .text2{
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
}
.n-path{
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    top:0;
    left: 0;
    border-bottom:1px solid rgba(255, 255, 255, .2);
    padding:15px 0;
    font-size: 14px;
}
.n-path .wrap{
    display: flex;
    align-items: center;
}
.n-path a{
    color: #fff;
}
.n-path i{
    font-size: 14px;
    display: block;
    margin-right: 10px;
}
@media (max-width: 1600px) {
    .n-banner .wordBox .text1{
        padding:5px 20px;
    }
    .n-banner .wordBox .text2{
        font-size: 32px;
        margin-top: 10px;
    }
}
@media (max-width: 1400px) {
    .n-banner .wordBox{
        width: 80%;
    }
    .n-banner .wordBox .text2{
        font-size: 24px;
    }
}
@media (max-width: 1280px) {
    .n-banner{
        margin-top: 60px;
    }  
    .n-banner .wordBox{
        display:none;
    }
}
@media (max-width: 992px) {	
    
}
@media (max-width: 750px) {	
    .n-banner{
        margin-top: 50px;
    }
    .n-banner .wordBox .text1{
        padding:3px 12px;
        border:1px rgba(255, 255, 255, .6) solid;
        font-size: 12px;
    }
    .n-banner .wordBox .text2{
        font-size: 16px;
        margin-top: 10px;
    }
    .n-path{
        padding:10px 0;
    }
}

.n-type{
    width: 100%;
    background: #fff;
    border-bottom: 1px #eee solid;
    display: flex;
    align-items: center;
}
.n-type .pc-type .left ul{
    display: flex;
}
.n-type .pc-type .left li{
    margin-right: 3vw;
}
.n-type .pc-type .left a{
    line-height: 60px;
    display: block;
    position: relative;
}
.n-type .pc-type .left a i{
    display: none;
}
.n-type .pc-type .left li:hover a,
.n-type .pc-type .left li.active a{
    color: #558f38;
}
.n-type .pc-type .left li:hover a:after,
.n-type .pc-type .left li.active a:after{
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom:0;
    transform: translateX(-50%);
    background: #558f38;
}
.n-type .pc-type .right a{
    line-height: 60px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.n-type .pc-type .right i{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:1px #558f38 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #558f38;
    margin-right: 10px;
}
.n-type .mb-type{
    display: none;
}
.n-page{
    width: 100%;
    margin-top: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-page a{
    display: block;
    border:1px #eee solid;
    border-radius: 4px;
    padding:8px 16px;
    margin:0 4px;
    font-weight: 700;
}
.n-page .first,
.n-page .last{
    display: none;
}
.n-page .prev,
.n-page .next{
    font-weight: 100;
}
.n-page a:hover,
.n-page a.active{
    background: #558f38;
    color: #fff;
}
.n-page .disable{
    color: #999;
    background: #eee;
    pointer-events: none;
}
@media (max-width: 1280px) { 
    .n-type .pc-type{
        display: none;
    }
    .n-type .mb-type{
        display: block;
        padding:10px 0;
    }
    .n-type .type-title{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .n-type .type-title .title{
        font-weight: 700;
    }
    .n-type .type-title .fenlei{
        display: block;
        color: #558f38;
        font-size: 20px;
    }
    .n-type .type-list{
        padding:5px 0;
        display: none;
    }
    .n-type .type-list li{
        margin-top: 5px;
    }
    .n-type .type-list a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    } 
    .n-page a{
        padding:2px 8px;
        font-weight: 100;
        margin:0 2px;
    }
    .n-page .prev,
    .n-page .next{
        display: none;
    }
}
@media (max-width: 992px) {  
}
@media (max-width: 750px) {
    
}

.n-about{
    width: 100%;
    overflow: hidden;
}
.n-about .about-box1{
    background: #fff;
    border:1px #eee solid;
    padding: 4%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.n-about .about-box1 .word{
    width: 50%;
}
.n-about .about-box1 .word .title{
    width: 100%;
    display: flex;
    border-bottom: 1px #eee solid;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.n-about .about-box1 .word .title i{
    display: block;
    margin-right: 5px;
}
.n-about .about-box1 .word .title .text{
    font-size: 20px;
    font-weight: 700;
}
.n-about .about-box1 .word .content{
    margin-top: 3%;
}
.n-about .about-box1 .image{
    width: 46%;
}
.n-about .about-box1 .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.n-about .about-box2{
    width: 100%;
    background: url(../images/culture.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.n-about .about-box2 .title{
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}
.n-about .about-box2 .content ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.n-about .about-box2 .content li{
    width: 32%;
    margin-top: 2%;
    padding:2%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.n-about .about-box2 .content .image em{
    font-size: 48px;
    color: #558f38;
}
.n-about .about-box2 .content .word .word-title{
    font-weight: 700;
    font-size: 20px;
}
.n-about .about-box2 .content .word .word-content{
    color: #555;
    margin-top: 4px;
}
.n-about .about-box3{
    background: #fff;
    border:1px #eee solid;
    padding:4%;
}
.n-about .about-box3 .title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.n-about .about-box3 .title .text1{
    font-size: 32px;
    font-weight: 700;
}
.n-about .about-box3 .title .text2{
    margin-top: 10px;
}
.n-about .about-box3 .content{
    margin-top: 40px;
}
.n-about .about-box3 .content img{
    width: 100%;
    display: block;
}
.n-about .about-box3 .content .pc-box .item{
    width: 13%;
    position: absolute;
    height: 5.1rem;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.n-about .about-box3 .content .pc-box .item .name {
    white-space: nowrap;
    margin-bottom: 0.6rem;
    position: relative;
    font-size: 14px;
    font-weight: 700;
}
.n-about .about-box3 .content .pc-box .item.item1 {
    top: 13%;
    left: 18.5%;
}
.n-about .about-box3 .content .pc-box .item.item2 {
    top: 53%;
    left: 18.5%;
}
.n-about .about-box3 .content .pc-box .item.item3 {
    top: 26%;
    left: 43.5%;
}
.n-about .about-box3 .content .pc-box .item.item4 {
    top: 13%;
    left: 68.5%;
}
.n-about .about-box3 .content .pc-box .item.item5 {
    top: 53%;
    left: 68.5%;
}
.n-about .about-box3 .content .pc-box .swiper-pagination .swiper-pagination-bullet-active{
    background: #558f38;
}
.n-about .about-box3 .mb-box{
    display: none;
}
.n-about .about-box3 .content .mb-box li{
    border:1px #eee solid;
}
.n-about .about-box3 .content .mb-box .name{
    padding:15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.n-about .about-box3 .content .mb-box .swiper-pagination{
    position: static;
    margin-top: 2%;
}
.n-about .about-box3 .content .mb-box .swiper-pagination .swiper-pagination-bullet-active{
    background: #558f38;
}
.n-about .about-box4{
    width: 100%;
    background: url(../images/about_bj.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.n-about .about-box4 .box-t .title .text1{
    font-size: 42px;
    font-weight: 700;
    -webkit-text-stroke: 1px #558f38;
    color: transparent;
}
.n-about .about-box4 .box-t .title .text2{
    font-size: 32px;
    color: #558f38;
}
.n-about .about-box4 .box-t .content{
    position: relative;
}
.n-about .about-box4 .box-t .content .date-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4%;
}
.n-about .about-box4 .box-t .content .date-box span {
    font-size: 18rem;
    display: none;
    font-weight: bold;
    color: #fff;
    line-height: 0.8;
    /*filter: blur(2px);*/
    opacity: 0;
}
.n-about .about-box4 .box-t .content .date-box span.on{
    display: block;
    opacity: 1;
}
.n-about .about-box4 .box-t .content .word-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
    background: #558f38;
    color: #fff;
    padding:2%;
    display: flex;
    align-items: center;
}
.n-about .about-box4 .box-t .content .word-box .left{
    font-weight: 700;
    font-size: 24px;
    margin-right: 6%;
}
.n-about .about-box4 .box-b{
    margin-top: 6%;
    position: relative;
}
.n-about .about-box4 .box-b::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(16,40,47,0.1);
    top: 50%;
}
.n-about .about-box4 .box-b .box-swiper{
    padding: 0 calc(100%/24);
    position: relative;
}
.n-about .about-box4 .box-b .swiper-button-prev, 
.n-about .about-box4 .box-b .swiper-button-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    background: #f5f5f5;
    margin-top: -20px;
    opacity: 1;
}
.n-about .about-box4 .box-b .swiper-button-prev:after, 
.n-about .about-box4 .box-b .swiper-button-next:after{
    color: #999;
    font-size: 16px;
}
.n-about .about-box4 .box-b .swiper-button-prev:hover,
.n-about .about-box4 .box-b .swiper-button-next:hover{
    background: #558f38;
    border-color: #558f38;
}
.n-about .about-box4 .box-b .swiper-button-prev:hover:after,
.n-about .about-box4 .box-b .swiper-button-next:hover:after{
    color: #fff;
}
.n-about .about-box4 .box-b .swiper-slide .box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.n-about .about-box4 .box-b .swiper-slide .box::after {
    content: '';
    width: 0;
    height: 1px;
    background: #558f38;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0s;
}
.n-about .about-box4 .box-b .swiper-slide .box .dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #5b5b5b;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 27px;
}
.n-about .about-box4 .box-b .swiper-slide .box .date {
    font-size: 14px;
    margin-top: 5px;
}
.n-about .about-box4 .box-b .swiper-slide .box .content{
    display: none;
}
.n-about .about-box4 .box-b .swiper-slide-active .box::after {
    width: 100%;
    transition: all 7s;
}
.n-about .about-box4 .box-b .swiper-slide-active .box .dot{
    background: #558f38;
}
.n-about .about-box4 .box-b .swiper-slide-active .box .date{
    color: #558f38;
}
.n-about .about-box5{
    background: #fff;
    border:1px #eee solid;
    padding:4%;
}
.n-about .about-box5 .content{
    background: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.n-about .about-box5 .left-box{
    width: 44%;
    padding:0 4%;
}
.n-about .about-box5 .left-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n-about .about-box5 .left-box li{
    width: 44%;
    margin:4% 0;
    padding-bottom: 4%;
    border-bottom: 1px #ccc solid;
}
.n-about .about-box5 .left-box .text-1 .span-1{
    font-size: 48px;
    font-weight: 700;
}
.n-about .about-box5 .left-box .text-2{
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
}
.n-about .about-box5 .right-box{
    width: 60%;
}
.n-about .about-box5 .right-box .swiper-slide img{
    width: 100%;
    display: block;
}
.n-about .about-box5 .right-box .swiper-pagination{
    bottom: 20px;
}
.n-about .about-box5 .right-box .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.n-about .about-box5 .right-box .swiper-pagination .swiper-pagination-bullet-active{
    background: #558f38;
}
@media (max-width: 1600px) {
    .n-about .about-box2 .title{
        font-size: 28px;
    }
    .n-about .about-box2 .content .image em{
        font-size: 42px;
    }
    .n-about .about-box2 .content .word .word-title{
        font-size: 18px;
    }
    .n-about .about-box3 .title .text1{
        font-size: 24px;
    }
    .n-about .about-box5 .left-box .text-1 .span-1{
        font-size: 32px;
    }
}
@media (max-width: 1280px) {    
    .n-about .about-box1{
        padding:5%;
        flex-direction: column-reverse;
    }
    .n-about .about-box1 .word,
    .n-about .about-box1 .image{
        width: 100%;
    }
    .n-about .about-box1 .word{
        margin-top: 5%;
    }
    .n-about .about-box1 .word .title .text{
        font-size: 18px;
    }
    .n-about .about-box2 .title{
        font-size: 24px;
    }
    .n-about .about-box2 .content li{
        width: 49%;
    }
    .n-about .about-box2 .content .image em{
        font-size: 32px;
    }
    .n-about .about-box2 .content .word .word-title{
        font-size: 16px;
    }
    .n-about .about-box3 .title .text1{
        font-size: 20px;
    }
    .n-about .about-box3 .content{
        margin-top: 4%;
    }
    .n-about .about-box3 .pc-box{
        display: none;
    }
    .n-about .about-box3 .mb-box{
        display: block;
    }
    .n-about .about-box4 .box-t .title .text1{
        font-size: 24px;
    }
    .n-about .about-box4 .box-t .title .text2{
        font-size: 22px;
    }
    .n-about .about-box4 .box-t .content .date-box span{
        font-size: 14rem;
    }
    .n-about .about-box4 .box-t .content .word-box{
        width: 80%;
        padding:4%;
        flex-direction: column;
        align-items: flex-start;
    }
    .n-about .about-box4 .box-t .content .word-box .left{
        font-size: 20px;
    }
    .n-about .about-box5 .content{
        flex-direction: column-reverse;
        padding-bottom: 4%;
    }
    .n-about .about-box5 .left-box,
    .n-about .about-box5 .right-box{
        width: 100%;
    }
    .n-about .about-box5 .left-box li{
        width: 48%;
        margin-top: 4%;
        margin-bottom: 0;
    }
    .n-about .about-box5 .left-box .text-1 .span-1{
        font-size: 24px;
    }
}
@media (max-width: 992px) {
    
}
@media (max-width: 750px) { 
    .n-about .about-box1 .word .title i{
        font-size: 14px;
    }
    .n-about .about-box1 .word .title .text{
        font-size: 14px;
    }
    .n-about .about-box2 .title{
        font-size: 16px;
    }
    .n-about .about-box2 .content{
        margin-top: 2%;
    }
    .n-about .about-box2 .content li{
        padding:4% 6%;
    }
    .n-about .about-box2 .content .image em{
        font-size: 24px;
    }
    .n-about .about-box2 .content .word .word-title{
        font-size: 14px;
    }
    .n-about .about-box2 .content .word .word-content{
        margin-top: 0;
    }
    .n-about .about-box3 .title .text1{
        font-size: 16px;
    }
    .n-about .about-box3 .title .text2{
        margin-top: 5px;
    }
    .n-about .about-box3 .content .mb-box .name{
        padding:10px;
    }
    .n-about .about-box3 .content .mb-box .swiper-pagination .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        margin:0 2px;
    }
    .n-about .about-box4 .box-t .title .text1{
        font-size: 20px;
    }
    .n-about .about-box4 .box-t .title .text2{
        font-size: 16px;
    }
    .n-about .about-box4 .box-t .content .word-box .left{
        font-size: 18px;
    }
    .n-about .about-box4 .box-b .box-swiper{
        padding: 0 calc(100%/8);
    }
    .n-about .about-box4 .box-b .swiper-button-prev, 
    .n-about .about-box4 .box-b .swiper-button-next{
        width: 32px;
        height: 32px;
        margin-top: -16px;
    }
    .n-about .about-box5 .left-box .text-1 .span-1{
        font-size: 18px;
    }
    .n-about .about-box5 .right-box .swiper-pagination{
        bottom: 5px;
    }
    .n-about .about-box5 .right-box .swiper-pagination .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        margin:0 2px;
    }
}

.n-products{
    width: 100%;
    overflow: hidden;
}
.n-products > ul{
    display: flex;
    flex-wrap: wrap;
}
.n-products > ul > li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.n-products > ul > li:nth-child(3n){
    margin-right: 0;
}
.n-products > ul > li > a{
    display: block;
    background: #fff;
    border: 1px #eee solid;
}
.n-products > ul > li > a:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}
.n-products .image{
    width: 100%;
    padding:6%;
    background: #eee;
    position: relative;
    overflow: hidden;
}
.n-products .image img{
    width: 100%;
    display: block;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-products a:hover .image img{
    transform: scale(1.05);
}
.n-products .image .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(85, 143, 56, .8);
    visibility: hidden;
    opacity:0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-products a:hover .image .mask{
    visibility: visible;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-products a:hover .image .mask i{
    font-size: 60px;
    color: #fff;
    display: block;
}
.n-products .word{
    width: 100%;
    overflow: hidden;
}
.n-products .word .text1{
    width: 100%;
    padding:20px;
    overflow: hidden;
}
.n-products .word .text1 .box{
    width: 100%;
    font-weight: 700;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.n-products .word .text2{
    width: 100%;
    padding:0 20px;
    overflow: hidden;
}
.n-products .word .text2 .box{
    width: 100%;
    border-top: 2px #eee solid;
    padding:20px 0;
    font-size: 14px;
    display: flex;
    align-self: center;
    justify-content: space-between;
    overflow: hidden;
}
.n-products .word .text2 .box i{
    font-size: 14px;
}
@media (max-width: 1280px) {  
    .n-products > ul > li{
        width: 49%;
    }
    .n-products > ul > li:nth-child(3n){
        margin-right: 2%;
    }
    .n-products > ul > li:nth-child(2n){
        margin-right: 0;
    }
    .n-products .word .text1{
        padding:10px;
    }
    .n-products .word .text2{
        padding:0 10px;
    }
    .n-products .word .text2 .box{
        padding:10px 0;
        font-size: 12px;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-products a:hover .image .mask i{
        font-size: 40px;
    }
}

.n-productsdetail{
    width: 100%;
    overflow: hidden;
}
.n-productsdetail .detail-box1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}
.n-productsdetail .detail-box1 .left{
    width: 36%;
}
.n-productsdetail .detail-box1 .left img{
    width: 100%;
    display: block;
}
.n-productsdetail  .detail-box1 .left img{
    width: 100%;
    display: block;
}
.n-productsdetail  .detail-box1 .left .bigImg{
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    border:1px #eee solid;
    overflow: hidden;
}
.n-productsdetail  .detail-box1 .left .bigImg .box{
    width: 100%;
    height: 100%;
    padding:3%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}
.n-productsdetail  .detail-box1 .left .bigImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.n-productsdetail  .detail-box1 .left .smImg{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.n-productsdetail  .detail-box1 .left .smImg .swiper-slide{
    border:1px #eee solid;
    background: #fff;
}
.n-productsdetail  .detail-box1 .left .smImg .swiper-slide .box{
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
}
.n-productsdetail  .detail-box1 .left .smImg .swiper-slide .box .image{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    padding:4%;
}
.n-productsdetail  .detail-box1 .left .smImg .swiper-slide .box .image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.n-productsdetail  .detail-box1 .left .smImg .swiper-slide-active{
    border-color: #558f38;
}
.n-productsdetail  .detail-box1 .left .smImg .swiper-button-prev,
.n-productsdetail  .detail-box1 .left .smImg .swiper-button-next{
    width: 10px;
    position: static;
    margin:0;
}
.n-productsdetail  .detail-box1 .left .smImg .swiper-button-prev:after,
.n-productsdetail  .detail-box1 .left .smImg .swiper-button-next:after{
    font-size: 20px;
    color: #2b2b2b;
}
.n-productsdetail  .detail-box1 .left .smImg .swiper-button-prev{
    left: 0;
    justify-content: flex-start;
}
.n-productsdetail  .detail-box1 .left .smImg .swiper-button-next{
    right: 0;
    justify-content: flex-end;
}
.n-productsdetail  .detail-box1 .left .smImg .swiper-container{
    width: calc(100% - 54px);
}
.n-productsdetail  .detail-box1 .left .smImg li{
    cursor: pointer;
}
.n-productsdetail  .detail-box1 .left .smImg li img{
    width: 100%;
    display: block;
}
.n-productsdetail .detail-box1 .right{
    width: 60%;
}
.n-productsdetail .detail-box1 .right .title{
    font-size:24px;
    font-weight: 700;
}
.n-productsdetail .detail-box1 .right .content,
.n-productsdetail .detail-box1 .right .typename,
.n-productsdetail .detail-box1 .right .button .c{
    margin-top: 20px;
}
.n-productsdetail .detail-box1 .right .content{
    background: #f2f2f2;
    padding:30px;
    line-height: 1.5;
}
.n-productsdetail .detail-box1 .right .typename a{
    color: #558f38;
}
.n-productsdetail .detail-box1 .right .button{
    margin-top: 50px;
}
.n-productsdetail .detail-box1 .right .button .c ul{
    display: flex;
}
.n-productsdetail .detail-box1 .right .button .c li{
    margin-right: 20px;
}
.n-productsdetail .detail-box1 .right .button .c li:last-child{
    margin-right: 0;
}
.n-productsdetail .detail-box1 .right .button .c a{
    display: block;
    background: #558f38;
    color: #fff;
    border-radius: 16px;
    padding:10px 20px;
}
.n-productsdetail .detail-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.n-productsdetail .detail-title span{
    width: 5px;
    background: #558f38;
    height: 20px;
    display: block;
    margin-right: 10px;
}
.n-productsdetail .detail-box2{
    overflow: hidden;
}
.n-productsdetail .detail-box2 .detail-content img{
    max-width: 100%;
    display: block;
}
.n-productsdetail .detail-box4 ul{
    display: flex;
    justify-content: space-between;
}
.n-productsdetail .detail-box4 li{
    width: 49%;
    background: #f2f2f2;
    padding:14px;
    display: flex;
}
.n-productsdetail .detail-box4 .left{
    margin-right: 10px;
    color: #999;
}
.n-productsdetail .detail-box4 .right a{
    color: #558f38;
}
.n-productsdetail .detail-box5{
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
}
.n-productsdetail .detail-box5 .title{
    border-bottom: 1px #ddd solid;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.n-productsdetail .detail-box5 .list{
    margin-top: 30px;
}
.n-productsdetail .detail-box5 .list li{
    border:1px #ddd solid;
    background: #fff;
}
.n-productsdetail .detail-box5 .list .image{
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.n-productsdetail .detail-box5 .list .image .box{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    padding: 4%;
}
.n-productsdetail .detail-box5 .list .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-productsdetail .detail-box5 .list a:hover .image img{
    transform: scale(1.05);
}
.n-productsdetail .detail-box5 .list .image .mask{
    position: absolute;
    left: 0;
    top:0;
    width: 60px;
    height: 60px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.n-productsdetail .detail-box5 .list .image .mask:before{
    content: "";
    width: 0;
    height: 0;
    border-color: transparent #558f38; /*上下颜色 左右颜色*/
    border-width: 0 0 60px 60px;
    border-style: solid;
    position: absolute;
    left: 0;
    top:0;
}
.n-productsdetail .detail-box5 .list .image .mask i{
    position: absolute;
    left: 10px;
    top: 10px;
}
.n-productsdetail .detail-box5 .list a:hover .image .mask{
    visibility: visible;
    opacity: 1;
}
.n-productsdetail .detail-box5 .list .word{
    text-align: center;
    background: #ddd;
    padding:14px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-productsdetail .detail-box5 .list a:hover .word{
    background: #558f38;
    color: #fff;
}
.n-productsdetail .detail-box5 .list .swiper-pagination{
    position: static;
    margin-top: 30px;
}
.n-productsdetail .detail-box5 .list .swiper-pagination .swiper-pagination-bullet-active{
    background: #558f38;
}
.n-productsdetail .detail-box6 .content{
    margin-top: 30px;
}
@media (max-width: 1280px) {    
    .n-productsdetail .detail-box1{
        flex-direction: column;
    }
    .n-productsdetail .detail-box1 .left,
    .n-productsdetail .detail-box1 .right{
        width: 100%;
    }
    .n-productsdetail .detail-box1 .left .smImg .swiper-button-prev:after,
    .n-productsdetail .detail-box1 .left .smImg .swiper-button-next:after{
        font-size: 12px;
    }
    .n-productsdetail .detail-box1 .right{
        margin-top: 6%;
    }
    .n-productsdetail .detail-box1 .right .title{
        font-size: 18px;
    }
    .n-productsdetail .detail-box1 .right .content {
        padding: 3%;
    }
    .n-productsdetail .detail-box1 .right .button {
        margin-top: 5%;
    }
    .n-productsdetail .detail-box1 .right .button .c li {
        margin-right: 10px;
    }
    .n-productsdetail .detail-box1 .right .button .c a{
        padding:5px 15px;
    }
    .n-productsdetail .detail-box2 li{
        width: 100%;
    }
    .n-productsdetail .detail-box5 .title{
        font-size: 24px;
    }
}
@media (max-width: 992px) { 
    .n-productsdetail .detail-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .n-productsdetail .detail-title span{
        width: 4px;
        height: 15px;
        margin-right: 5px;
    }
}
@media (max-width: 750px) {
    .n-productsdetail .detail-title{
        font-size: 16px;
    }
    .n-productsdetail  .detail-box1 .left .smImg .swiper-container{
        width: calc(100% - 32px);
    }
    .n-productsdetail .detail-box1 .right .title{
        font-size: 16px;
    }
    .n-productsdetail .detail-box4 ul{
        flex-direction: column;
    }
    .n-productsdetail .detail-box4 li{
        width: 100%;
        padding:10px;
    } 
    .n-productsdetail .detail-box4 li:nth-child(2){
        margin-top: 10px;
    }
    .n-productsdetail .detail-box5 .title{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .n-productsdetail .detail-box5 .list{
        margin-top: 20px;
    }
    .n-productsdetail .detail-box5 .list .word{
        padding:5px 10px;
    }
    .n-productsdetail .detail-box5 .list .swiper-pagination{
        margin-top: 10px;
    }
    .n-productsdetail .detail-box6 .content{
        margin-top: 20px;
    }
}

.n-advantage{
    width: 100%;
    overflow: hidden;
}
.n-advantage .box-title{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.n-advantage .box-title .text{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.n-advantage .box-title .line{
    width: 26px;
    height: 4px;
    background: #558f38;
}
.n-advantage .box-title.white{
    color: #fff;
}
.n-advantage .box-title.white .line{
    background: #fff;
}
.n-advantage .advantage-box1{
    overflow: hidden;
}
.n-advantage .advantage-box1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 1%;
}
.n-advantage .advantage-box1 li{
    width: 49%;
    margin-top: 2%;
    border:1px #eee solid;
    background: #fff;
    padding:2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-advantage .advantage-box1 .iconbox{
    width: 80px;
    height: 80px;
    background: #558f38;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-advantage .advantage-box1 .iconbox .icon{
    font-size: 36px;
    color: #fff;
}
.n-advantage .advantage-box1 .wordbox{
    width: calc(96% - 80px);
}
.n-advantage .advantage-box1 .title{
    color: #558f38;
    font-size: 20px;
    font-weight: 700;
}
.n-advantage .advantage-box1 .content{
    margin-top: 5px;
}
.n-advantage .advantage-box2{
    width: 100%;
    background: url(../images/advantage-1.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.n-advantage .advantage-box2 ul{
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.n-advantage .advantage-box2 li{
    width: 49.5%;
    background: rgba(255, 255, 255, .95);
    padding:2.5%;
    margin:.5% 0;
}
.n-advantage .advantage-box2 .text1{
    font-weight: 700;
    font-size: 24px;
    color: #558f38;
}
.n-advantage .advantage-box2 .text2{
    margin-top: 10px;
}
.n-advantage .advantage-box3{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.n-advantage .advantage-box3 .left{
    width: 54%;
}
.n-advantage .advantage-box3 .left ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n-advantage .advantage-box3 .left li{
    width: 33.33333333%;
    padding:10px;
}
.n-advantage .advantage-box3 .left .libox{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:20% 4%;
}
.n-advantage .advantage-box3 .left .libox .iconbox em{
    font-size: 48px;
}
.n-advantage .advantage-box3 .left .libox .textbox{
    text-align: center;
    margin-top: 20%;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.n-advantage .advantage-box3 .left .libox .textbox .text1{
    display: flex;
    align-items: center;
}
.n-advantage .advantage-box3 .left .libox .textbox .text1 .number{
    font-family: 'HelveticaInserat-Roman-SemiB';
    font-size: 48px;
    line-height: 24px;
    margin-right: 5px;
}
.n-advantage .advantage-box3 .left .libox .textbox .text1 .sub{
    font-size: 14px;
}
.n-advantage .advantage-box3 .left .libox .textbox .text2{
    font-size: 14px;
    margin-top: 10px;
}
.n-advantage .advantage-box3 .right{
    width: 42%;
}
.n-advantage .advantage-box3 .right .title{
    font-size: 32px;
    font-weight: 700;
}
.n-advantage .advantage-box3 .right .content{
    margin-top: 20px;
}
.n-advantage .advantage-box3 .right .button{
    margin-top: 40px;
}
.n-advantage .advantage-box3 .right .button a{
    width: 160px;
    height: 48px;
    display: flex;
    position: relative;
    border:1px #eee solid;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.n-advantage .advantage-box3 .right .button a:after{
    content:"";
    width: 4px;
    height: 100%;
    background: #558f38;
    position: absolute;
    left: 0;
    top:0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-advantage .advantage-box3 .right .button .text{
    position: relative;
    z-index: 1;
}
.n-advantage .advantage-box3 .right .button a:hover{
    color: #fff;
}
.n-advantage .advantage-box3 .right .button a:hover:after{
    width: 100%;
}
.n-advantage .advantage-box4{
    width: 100%;
    background: url(../images/advantage-2.jpg) no-repeat center;
    background-size: cover;
    margin-top: -60px;
    overflow: hidden;
}
.n-advantage .advantage-box4 .wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.n-advantage .advantage-box4 .text1 img{
    max-width: 100%;
    display: block;
}
.n-advantage .advantage-box4 .text2{
    font-size: 48px;
    font-weight: 700;
}
.n-advantage .advantage-box4 .text3{
    font-size: 24px;
    font-weight: 500;
    margin-top: 1%;
    text-align: center;
}
.n-advantage .advantage-box4 .text4{
    margin-top: 3%;
}
.n-advantage .advantage-box4 .text4 a{
    padding:10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #558f38;
    background: #fff;
    border-radius: 24px;
}
.n-advantage .advantage-box4 .text4 a:hover{
    background: #558f38;
    color: #fff;
}
.n-advantage .advantage-box5 .title{
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}
.n-advantage .advantage-box5 .content{
    margin-top: 40px;
}
.n-advantage .advantage-box5 .content ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.n-advantage .advantage-box5 .content li{
    width: 32%;
    margin-bottom: 2%;
}
.n-advantage .advantage-box5 .content li.wid-100{
    width: 100%;
}
.n-advantage .advantage-box5 .content .li-title{
    font-weight: 700;
    color: #555;
    margin-bottom: 10px;
}
.n-advantage .advantage-box5 .content input,
.n-advantage .advantage-box5 .content textarea{
    width: 100%;
    display: block;
    background: #eee;
    padding:15px;
    border:none;
    outline: none;
    resize: none;
}
.n-advantage .advantage-box5 .content textarea{
    height: 250px;
}
.n-advantage .advantage-box5 .content button{
    width: 200px;
    cursor: pointer;
    border:none;
    outline: none;
    background: #000;
    color: #fff;
    height: 48px;
    margin:0 auto;
    display: block;
    border-radius: 24px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-advantage .advantage-box5 .content button:hover{
    background: #558f38;
}
@media (max-width: 1600px){
    .n-advantage .box-title .text{
        font-size: 28px;
    }
    .n-advantage .advantage-box2 .text1{
        font-size: 18px;
    }
    .n-advantage .advantage-box3 .left .libox .iconbox em{
        font-size: 36px;
    }
    .n-advantage .advantage-box3 .left .libox .textbox .text1 .number{
        font-size: 36px;
    }
    .n-advantage .advantage-box3 .right .title{
        font-size: 28px;
    }
    .n-advantage .advantage-box3 .right .content {
        margin-top: 2%;
    }
    .n-advantage .advantage-box4 .text1 img{
        width: 200px;
    }
    .n-advantage .advantage-box4 .text2{
        font-size: 36px;
    }
    .n-advantage .advantage-box4 .text3{
        font-size: 20px;
    }
    .n-advantage .advantage-box5 .title{
        font-size: 24px;
    }
}
@media (max-width: 1280px) {  
    .n-advantage .box-title .text{
        font-size: 22px;
        margin-bottom: 5px;
    }  
    .n-advantage .advantage-box1 li{
        justify-content: flex-start;
        flex-direction: column;
        text-align: center;
        padding:4%;
    }
    .n-advantage .advantage-box1 .iconbox{
        width: 50px;
        height: 50px;
        border-radius: 8px;
    }
    .n-advantage .advantage-box1 .iconbox .icon{
        font-size: 24px;
    }
    .n-advantage .advantage-box1 .wordbox{
        width: 100%;
        margin-top: 3%;
    }
    .n-advantage .advantage-box1 .title{
        font-size: 18px;
    }
    .n-advantage .advantage-box2 .text2{
        margin-top: 5px;
    }
    .n-advantage .advantage-box3{
        flex-direction: column-reverse;
    }
    .n-advantage .advantage-box3 .left,
    .n-advantage .advantage-box3 .right{
        width: 100%;
    }
    .n-advantage .advantage-box3 .left{
        margin-top: 4%;
    }
    .n-advantage .advantage-box3 .left .libox{
        padding:8% 4%;
    }
    .n-advantage .advantage-box3 .left li{
        padding:5px;
    }
    .n-advantage .advantage-box3 .left .libox{
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }
    .n-advantage .advantage-box3 .left .libox .textbox{
        margin-top: 0;
    }
    .n-advantage .advantage-box3 .left .libox .textbox .text1 .number{
        font-size: 24px;
    }
    .n-advantage .advantage-box3 .left .libox .textbox .text2{
        margin-top: 0;
    }
    .n-advantage .advantage-box3 .right{
        margin-top: 0;
    }
    .n-advantage .advantage-box3 .right .title{
        font-size: 20px;
    }
    .n-advantage .advantage-box3 .right .button{
        margin-top: 4%;
    }
    .n-advantage .advantage-box3 .right .button a{
        width: 120px;
        height: 40px;
    }
    .n-advantage .advantage-box4 .text1 img{
        width: 160px;
    }
    .n-advantage .advantage-box4 .text2{
        font-size: 28px;
    }
    .n-advantage .advantage-box4 .text3{
        font-size: 18px;
    }
    .n-advantage .advantage-box5 .title{
        font-size: 20px;
    }
    .n-advantage .advantage-box5 .content{
        margin-top: 4%;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-advantage .box-title .text{
        font-size: 18px;
        margin-bottom: 2px;
    }
    .n-advantage .box-title .line{
        width: 20px;
        height: 3px;
    }
    .n-advantage .advantage-box1 li{
        width: 100%;
        padding: 6% 4%;
    }
    .n-advantage .advantage-box1 .title{
        font-size: 14px;
    }
    .n-advantage .advantage-box1 .iconbox{
        width: 40px;
        height: 40px;
    }
    .n-advantage .advantage-box1 .wordbox{
        margin-top: 4px;
    }
    .n-advantage .advantage-box1 .content{
        margin-top: 4px;
    }
    .n-advantage .advantage-box2 li{
        padding:4%;
    }
    .n-advantage .advantage-box2 .text1{
        font-size: 14px;
    }
    .n-advantage .advantage-box2 .text2{
        margin-top: 0;
    }
    .n-advantage .advantage-box2 li{
        width: 100%;
    }
    .n-advantage .advantage-box2 li:nth-child(2){
        padding-top: 3%;
    }
    .n-advantage .advantage-box3 .right .title{
        font-size: 16px;
    }
    .n-advantage .advantage-box3 .left .libox .iconbox em{
        font-size: 24px;
    }
    .n-advantage .advantage-box3 .left .libox .textbox .text1 .number{
        font-size: 18px;
        margin-right: 4px;
    }
    .n-advantage .advantage-box3 .left .libox .textbox .text1 .sub{
        font-size: 12px;
    }
    .n-advantage .advantage-box3 .left .libox .textbox .text2{
        font-size: 12px;
    }
    .n-advantage .advantage-box4 .text1 img{
        width: 120px;
    }
    .n-advantage .advantage-box4 .text2{
        font-size: 20px;
    }
    .n-advantage .advantage-box4 .text3{
        font-size: 14px;
        margin-top: 4%;
    }
    .n-advantage .advantage-box4 .text4{
        margin-top: 8%;
    }
    .n-advantage .advantage-box4 .text4 a{
        padding:8px 16px;
    }
    .n-advantage .advantage-box5 .title{
        font-size: 16px;
    }
    .n-advantage .advantage-box5 .content li{
        width: 100%;
    }   
    .n-advantage .advantage-box5 .content .li-title{
        margin-bottom: 5px;
    }
    .n-advantage .advantage-box5 .content input, 
    .n-advantage .advantage-box5 .content textarea{
        padding:10px;
    }
    .n-advantage .advantage-box5 .content textarea{
        height: 200px;
    }
    .n-advantage .advantage-box5 .content button{
        height: 40px;
        border-radius: 20px;
    }
}

.n-news{
    overflow: hidden;
}
.n-news .news-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.n-news .news-list li{
    width: 32.66666666%;
    margin-right: 1%;
    margin-bottom: 1%;
    padding:8px;
}
.n-news .news-list li:nth-child(3n){
    margin-right: 0;
}
.n-news .news-list a{
    width: 100%;
    height: 100%;
    display: block;
    background:#fff;
    border-radius: 20px;
    padding:20px;
    overflow: hidden;
}
.n-news .news-list a:hover{
    box-shadow: rgba(0, 0, 0, .1) 0 0 8px; 
}
.n-news .news-list .image{
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.n-news .news-list .image img{
    width: 100%;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.n-news .news-list a:hover .image img{
    transform: scale(1.05);
}
.n-news .news-list .image .typename{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    background: rgba(85, 143, 56, .8);
    color: #fff;
    padding:5px 20px;
    border-radius: 0 10px 0 10px;
}
.n-news .news-list .word{
    width: 100%;
    overflow: hidden;
}
.n-news .news-list .word .box1{
    width: 100%;
    overflow: hidden;
}
.n-news .news-list .word .box1 .text1{
    height: 50px;
    margin:4% 0;
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n-news .news-list .word .box1 .text2{
    padding:14px;
    border-radius: 10px;
    background: #eee;
}
.n-news .news-list .word .box1 .text2 .content{
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;
}
.n-news .news-list .word .box2{
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4%;
    overflow: hidden;
}
.n-news .news-list .word .box2 .left,
.n-news .news-list .word .box2 .right{
    display: flex;
    align-items: center;
    color: #555;
}
.n-news .news-list .word .box2 .left i,
.n-news .news-list .word .box2 .right i{
    display: block;
    margin-right: 5px;
}
@media (max-width: 1280px) {    
    .n-news .news-list li{
        width: 49.5%;
    }
    .n-news .news-list li:nth-child(3n){
        margin-right: 1%;
    }
    .n-news .news-list li:nth-child(2n){
        margin-right: 0;
    }
    .n-news .news-list .word .box1 .text1{
        height: 40px;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-news .news-list li{
        width: 100%;
        margin-right: 0;
    }
    .n-news .news-list li:nth-child(3n){
        margin-right: 0;
    }
    .n-news .news-list a {
        padding: 14px;
    }
}

.n-newsdetail{
    overflow: hidden;
}
.n-newsdetail .news-box{
    background: #fff;
    padding:4%;
    border:1px #eee solid;
}
.n-newsdetail .news-title{
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
}
.n-newsdetail .news-tools{
    width: 100%;
    text-align: center;
    color: #999;
    padding:10px 0 20px 0;
    border-bottom: 1px #eee solid;
    font-size: 14px;
    overflow: hidden;
}
.n-newsdetail .news-content{
    width: 100%;
    overflow: hidden;
}
.n-newsdetail .news-content img{
    max-width: 100%;
    height: auto;
}
.n-newsdetail .news-nav{
    width: 100%;
    border:1px #eee solid;
    background: #fff;
    overflow: hidden;
}
.n-newsdetail .news-nav, 
.n-newsdetail .news-nav a{
    color: #666;
}
.n-newsdetail .news-nav a:hover{
    color: #558f38;
}
.n-newsdetail .news-nav .nav-right{
    float: right;
    width: 120px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
.n-newsdetail .news-nav .nav-right a{
    display: block;
    background: #eee;
}
.n-newsdetail .news-nav .nav-right a:hover{
    background: #558f38;
    color: #fff;
}
.n-newsdetail .news-nav .nav-left{
    margin-right: 120px;
    height: 90px;
    padding:0 2%;
    line-height: 26px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.n-newsdetail .news-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-newsdetail .news-relate, 
.n-newsdetail .news-message{
    width: 100%;
    overflow: hidden;
}
.n-newsdetail .news-relate .title, 
.n-newsdetail .news-message .title{
    font-size: 20px;
    border-bottom: 1px #eee solid;
    padding-bottom: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.n-newsdetail .news-relate .title i, 
.n-newsdetail .news-message .title i{
    font-size: 12px;
    display: block;
    margin-right: 5px;
}
.n-newsdetail .news-relate .content ul{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}
.n-newsdetail .news-relate .content li{
    width: 32%;
    margin-right:2%;
    margin-top: 2%;
    float: left;
    border:1px #eee solid;
    background: #fff;
    padding:2%;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-newsdetail .news-relate .content li:nth-child(3n){
    margin-right: 0;
}
.n-newsdetail .news-relate .content li:hover{
    background: #558f38;
}
.n-newsdetail .news-relate .content li a{
    display: block;
}
.n-newsdetail .news-relate .content li .rt{
    width: 16px;
}
.n-newsdetail .news-relate .content li .box{
    display: block;
    margin-right: 32px;
}
.n-newsdetail .news-relate .content li .box .t{
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n-newsdetail .news-relate .content li .box .s{
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n-newsdetail .news-relate .content li:hover a, 
.n-newsdetail .news-relate .content li:hover .box .s{
    color: #fff;
}
.n-newsdetail .content{
    font-family: 'Noto Sans SC', sans-serif !important;
}
.n-newsdetail .content th,
.n-newsdetail .content td,
.n-newsdetail .content p,
.n-newsdetail .content span,
.n-newsdetail .content div
.n-newsdetail .content h1,
.n-newsdetail .content h2,
.n-newsdetail .content h3,
.n-newsdetail .content h4,
.n-newsdetail .content h5,
.n-newsdetail .content h6{
    font-family: 'Noto Sans SC', sans-serif !important;
}
.n-newsdetail .content img{
    max-width: 100%;
}
.n-newsdetail .news-message .content{
    margin-top: 2%;
}
@media (max-width: 1600px){
    .n-newsdetail .news-title{
        font-size: 18px;
    }
}
@media (max-width: 1280px) {    
    .n-newsdetail .news-title{
        font-size: 16px;
    }
    .n-newsdetail .news-nav .nav-right{
        width: 100px;
        height: 70px;
        line-height: 70px;
    }
    .n-newsdetail .news-nav .nav-left{
        margin-right: 100px;
        height: 70px;
    }
    .n-newsdetail .news-relate .title, 
    .n-newsdetail .news-message .title{
        padding-bottom: 10px;
        font-size: 18px;
    }
    .n-newsdetail .news-relate .content li{
        width: 49%;
    }
    .n-newsdetail .news-relate .content li:nth-child(3n){
        margin-right: 2%;
    }
    .n-newsdetail .news-relate .content li:nth-child(2n){
        margin-right: 0;
    }
}
@media (max-width: 992px) { 
}
@media (max-width: 750px) { 
    .n-newsdetail .news-tools{
        padding:10px 0;
    }
    .n-newsdetail .news-nav{
        display: flex;
        flex-direction: column-reverse;
    }
    .n-newsdetail .news-nav .nav-right{
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .n-newsdetail .news-nav .nav-left{
        width: 100%;
        float: left;
        margin-right: 0;
        padding:4%;
        height: auto;
    }
    .n-newsdetail .news-relate .title, 
    .n-newsdetail .news-message .title{
        font-size: 16px;
    }
    .n-newsdetail .news-relate .title i, 
    .n-newsdetail .news-message .title i{
        font-size: 6px;
    }
    .n-newsdetail .news-relate .content li{
        width: 100%;
        margin-top: 4%;
        padding:4%;
        margin-right: 0;
    }
    .n-newsdetail .news-relate .content li:nth-child(3n){
        margin-right: 0;
    }
    .n-newsdetail .news-relate .content li .box {
        margin-right: 20px;
    }
}

@media (max-width: 1280px) { 
    
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    
}

.n-contact{
    width: 100%;
    overflow: hidden;
}
.n-contact .contact-box1{
    background: #fff;
    border:1px #eee solid;
    padding:4%;
    overflow: hidden;
}
.n-contact .contact-box1 .title{
    font-size: 24px;
    font-weight: 700;
}
.n-contact .contact-box1 .content{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.n-contact .contact-box1 .content .left{
    width: 36%;
}
.n-contact .contact-box1 .content .left li{
    margin-top: 20px;
}
.n-contact .contact-box1 .content .left .icon-box em{
    font-size: 48px;
    display: block;
    color: #777;
}
.n-contact .contact-box1 .content .left .text-box{
    font-weight: 500;
}
.n-contact .contact-box1 .content .right{
    width: 64%;
    position: relative;
}
.n-contact .contact-box1 .content .right img{
    width: 100%;
    display: block;
}
.n-contact .contact-box1 .content .right .map-dot {
    position: absolute;
    top: 48%;
    left: 80%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #558f38;
}
.n-contact .contact-box1 .content .right .map-dot::before, 
.n-contact .contact-box1 .content .right .map-dot::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #558f38;
}
.n-contact .contact-box1 .content .right .map-dot::before {
    opacity: .1;
    animation: scaleMap 2s infinite cubic-bezier(0.33, 1, 0.68, 1);
}
.n-contact .contact-box1 .content .right .map-dot::after {
    z-index: 3;
    opacity: .2;
    animation: scaleMapSmall 2s infinite cubic-bezier(0.33, 1, 0.68, 1) 1s;
}
@keyframes scaleMap {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(7.25);
    }
}
@keyframes scaleMapSmall {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(4);
    }
}
.n-contact .contact-box1 .content li{
    border-bottom: 1px #eee solid;
    padding-bottom: 20px;
}
.n-contact .contact-box2{
    height: 600px;
    background: #fff;
    border:1px #eee solid;
    padding:4%;
}
.n-contact .contact-box2 .my-map{
    width: 100%;
    height: 100%;
}
.n-contact .contact-box3{
    background: #fff;
    border:1px #eee solid;
    padding:4%;
    overflow: hidden;
}
.n-contact .contact-box3 .title{
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}
.n-contact .contact-box3 .content{
    margin-top: 40px;
}
.n-contact .contact-box3 .content ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.n-contact .contact-box3 .content li{
    width: 32%;
    margin-bottom: 2%;
}
.n-contact .contact-box3 .content li.wid-100{
    width: 100%;
}
.n-contact .contact-box3 .content .li-title{
    font-weight: 700;
    color: #555;
    margin-bottom: 10px;
}
.n-contact .contact-box3 .content input,
.n-contact .contact-box3 .content textarea{
    width: 100%;
    display: block;
    background: #eee;
    padding:15px;
    border:none;
    outline: none;
    resize: none;
}
.n-contact .contact-box3 .content textarea{
    height: 250px;
}
.n-contact .contact-box3 .content button{
    width: 200px;
    cursor: pointer;
    border:none;
    outline: none;
    background: #000;
    color: #fff;
    height: 48px;
    margin:0 auto;
    display: block;
    border-radius: 24px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-contact .contact-box3 .content button:hover{
    background: #558f38;
}
@media (max-width: 1600px){
    .n-contact .contact-box1 .title{
        font-size: 20px;
    }
    .n-contact .contact-box3 .title{
        font-size: 24px;
    }
}
@media (max-width: 1280px) {    
    .n-contact .contact-box1 .title{
        font-size: 18px;
    }
    .n-contact .contact-box1 .content{
        flex-direction: column;
        margin-top: 2%;
    }
    .n-contact .contact-box1 .content .left,
    .n-contact .contact-box1 .content .right{
        width: 100%;
    }
    .n-contact .contact-box1 .content .left li{
        margin-top: 2%;
        padding-bottom: 2%;
    }
    .n-contact .contact-box1 .content .left .icon-box i {
        font-size: 32px;
    }
    .n-contact .contact-box1 .content .right{
        margin-top: 4%;
    }
    .n-contact .contact-box2{
        height: 480px;
    }
    .n-contact .contact-box3 .title{
        font-size: 20px;
    }
    .n-contact .contact-box3 .content{
        margin-top: 4%;
    }
}
@media (max-width: 992px) { 
    .n-contact .contact-box1 .content .left .icon-box i {
        font-size: 28px;
    }
}
@media (max-width: 750px) { 
    .n-contact .contact-box1 .title{
        font-size: 16px;
    }
    .n-contact .contact-box1 .content .left .icon-box i {
        font-size: 24px;
    }
    .n-contact .contact-box2{
        height: 360px;
    }
    .n-contact .contact-box3 .title{
        font-size: 16px;
    }
    .n-contact .contact-box3 .content li{
        width: 100%;
    }   
    .n-contact .contact-box3 .content .li-title{
        margin-bottom: 5px;
    }
    .n-contact .contact-box3 .content input, 
    .n-contact .contact-box3 .content textarea{
        padding:10px;
    }
    .n-contact .contact-box3 .content textarea{
        height: 200px;
    }
    .n-contact .contact-box3 .content button{
        height: 40px;
        border-radius: 20px;
    }
}

.n-message .content{
    width: 100%;
    overflow: hidden;
}
.n-message .content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n-message .content li{
    width: 49.5%;
    float: left;
    margin-bottom: 1%;
}
.n-message .content li.last{
    margin-top: 2%;
}
.n-message .content li.wid-100{
    width: 100%;
}
.n-message .content input,
.n-message .content textarea{
    width: 100%;
    height: 48px;
    background: #fff;
    display: block;
    border:1px #eee solid;
    border-radius: 24px;
    outline: none;
    padding:0 24px;
    font-size: 14px;
}
.n-message .content textarea{
    height: 160px;
    resize: none;
    padding:24px;
    display: block;
}
.n-message .content li.code{
    display: flex;
    align-items: center;
}
.n-message .content li.code img{
    display: block;
    margin-left: 10px;
}
.n-message .content button{
    width: 200px;
    cursor: pointer;
    border:none;
    outline: none;
    background: #000;
    color: #fff;
    height: 48px;
    margin:0 auto;
    display: block;
    border-radius: 24px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-message .content button:hover{
    background: #558f38;
}
@media (max-width: 1280px) { 
    .n-message .content input{
        padding: 0 14px;
    }   
    .n-message .content textarea{
        padding:14px;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-message .content li{
        width: 100%;
    }
    .n-message .content input{
        height: 40px;
    }
    .n-message .content button{
        height: 40px;
        border-radius: 20px;
    }
}