@charset "utf-8";
.n-path{
    padding:40px 0;
    background: #f8f8f8;
}
.n-path .t1{
    color: #666;
    display: flex;
    align-items: center;
}
.n-path .t1 a{
    color: #666;
}
.n-path .t1 i{
    font-size: 8px;
    margin:0 5px;
}
.n-path .t2{
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}
.no-data{
    padding:60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.no-data img{
    margin-bottom: 20px;
}
.n-page{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.n-page span,
.n-page a{
    border: 1px solid #eee;
    display: block;
    margin: 0 4px;
    padding:6px 8px;
    border-radius: 4px;
}
.n-page a:hover,
.n-page .active{
    border: 1px solid #ec4825;
    color: #ec4825;
}
.n-page .first,
.n-page .last{
    display: none;
}
.n-page .prev,
.n-page .next{
    font-family: '宋体';
}
@media (max-width: 1024px) { 
    .n-path{
        padding:4% 0;
    }
    .n-path .t2{
        margin-top: 10px;
    }
    .no-data{
        padding:6% 0;
    }
    .no-data img{
        margin-bottom: 10px;
    }
    .n-page{
        margin-top: 2%;
    }
    .n-page .first,
    .n-page .prev,
    .n-page .next,
    .n-page .last{
        display: none;
    }
    .n-page span,
    .n-page a{
        margin: 0 2px;
        padding:4px 6px;
    }
}

.n-about{
    width: 100%;
    overflow: hidden;
}
.n-about .about-box1{
    padding:60px 0;
    line-height: 1.5;
    overflow: hidden;
}
.n-about .about-box2{
    padding:60px 0;
    background: #f8f8f8;
}
@media (max-width: 1024px) { 
    .n-about .about-box1{
        padding:6% 0;
    }
    .n-about .about-box2{
        padding:6% 0;
    }
}

.n-products{
    background: #f8f8f8;
    overflow: hidden;
}
.n-products .products-list{
    padding:60px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}
.n-products .products-list .products-list-left{
    width: 300px;
    background: #ffffff;
    padding-bottom: 20px;
}
.n-products .products-list .products-list-left .title{
    font-weight: bolder;
    padding:20px 30px 0 30px;
}
.n-products .products-list .products-list-left .list{
    margin-top: 10px;
}
.n-products .products-list .products-list-left .list li{
    line-height: 42px;
}
.n-products .products-list .products-list-left .list a{
    display: block;
    padding:0 30px;
}
.n-products .products-list .products-list-left .list li.current a,
.n-products .products-list .products-list-left .list a:hover{
    background: #ec4825;
    color: #fff;
}
.n-products .products-list .products-list-right{
    width: 950px;
    display: flex;
    flex-direction: column;
}
.n-products .products-list .products-list-right > ul{
    display: flex;
    flex-wrap: wrap;
}
.n-products .products-list .products-list-right > ul > li{
    width: 32%;
    margin-right:2%;
    background: #fff;
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2%;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-products .products-list .products-list-right > ul > li:nth-child(3n){
    margin-right:0;
}
.n-products .products-list .products-list-right > ul > li:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.n-products .products-list .products-list-right > ul > li .image{
    width: 100%;
}
.n-products .products-list .products-list-right > ul > li .word{
    width: 100%;
}
.n-products .products-list .products-list-right > ul > li .word .title{
    font-weight: bolder;
}
.n-products .products-list .products-list-right > ul > li .word .button{
    margin-top: 20px;
    display: flex;
}
.n-products .products-list .products-list-right > ul > li .word .button a{
    display: block;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.n-products .products-list .products-list-right > ul > li .word .button a:nth-child(1){
    background: #ec4825;
    color: #fff;
}
.n-products .products-list .products-list-right > ul > li .word .button a:nth-child(2){
    border: 1px solid #ec4825;
    color: #ec4825
}
.n-products .products-list .products-list-right .products-detail-box1{
    background: #ffffff;
    padding:30px;
    display: flex;
    justify-content: space-between;
}
.n-products .products-list .products-list-right .products-detail-box1 .left{
    width: 50%;
    border:6px #f8f8f8 solid;
}
.n-products .products-list .products-list-right .products-detail-box1 .right{
    width:46%;
    display: flex;
    flex-direction: column;
}
.n-products .products-list .products-list-right .products-detail-box1 .right .button{
    display: flex;
}
.n-products .products-list .products-list-right .products-detail-box1 .right .button a{
    display: block;
    padding: 0 20px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    background: #ec4825;
    color: #fff;
}
.n-products .products-list .products-list-right .products-detail-box2 .title{
    font-weight: bolder;
    margin: 30px 0;
}
.n-products .products-list .products-list-right .products-detail-box2 .content{
    background: #ffffff;
    padding:30px;
    line-height: 1.5;
}
.n-products .products-list .products-list-right .products-detail-box3{
    margin-top: 60px;
}
.n-products .products-list .products-list-right .products-detail-box4{
    margin-top: 60px;
}
.n-products .products-list .products-list-right .products-detail-box4 .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.n-products .products-list .products-list-right .products-detail-box4 .title .left{
    font-weight: bolder;
}
.n-products .products-list .products-list-right .products-detail-box4 .title .right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.n-products .products-list .products-list-right .products-detail-box4 .title .right .swiper-button-prev,
.n-products .products-list .products-list-right .products-detail-box4 .title .right .swiper-button-next{
    position: static;
    background: none;
    padding:0;
    margin:0;
    height: auto;
}
.n-products .products-list .products-list-right .products-detail-box4 .title .right .swiper-button-prev:after,
.n-products .products-list .products-list-right .products-detail-box4 .title .right .swiper-button-next:after{
    display: none;
}
.n-products .products-list .products-list-right .products-detail-box4 .list{
    margin-top: 20px;
}
.n-products .products-list .products-list-right .products-detail-box4 .list li{
    background: #fff;
}
.n-products .products-list .products-list-right .products-detail-box4 .list a{
    display: block;
    text-align: center;
}
.n-products .products-list .products-list-right .products-detail-box4 .list .word{
    padding:10px;
}
@media (max-width: 1024px) { 
    .n-products .products-list{
        padding:6% 0;
        flex-direction: column;
    }
    .n-products .products-list .products-list-left,
    .n-products .products-list .products-list-right{
        width: 100%;
    }
    .n-products .products-list .products-list-left{
        padding-bottom: 2%;
    }
    .n-products .products-list .products-list-left .title{
        padding:4% 4% 0 4%;
    }
    .n-products .products-list .products-list-left .list li{
        line-height: 30px;
    }
    .n-products .products-list .products-list-left .list a{
        padding:0 4%;
    }
    .n-products .products-list .products-list-right{
        margin-top: 2%;
    }
    .n-products .products-list .products-list-right > ul > li{
        width: 49%;
        padding: 10px;
    }
    .n-products .products-list .products-list-right > ul > li:nth-child(3n){
        margin-right: 2%;
    }
    .n-products .products-list .products-list-right > ul > li:nth-child(2n){
        margin-right: 0;
    }
    .n-products .products-list .products-list-right > ul > li .word .button{
        margin-top: 10px;
        align-items: center;
        justify-content: center;
    }
    .n-products .products-list .products-list-right > ul > li .word .button a{
        margin-right: 5px;
        padding:0 4px;
        font-size: 12px;
    }
    .n-products .products-list .products-list-right .products-detail-box1{
        padding:4%;
        flex-direction: column;
    }
    .n-products .products-list .products-list-right .products-detail-box1 .left,
    .n-products .products-list .products-list-right .products-detail-box1 .right{
        width: 100%;
    }
    .n-products .products-list .products-list-right .products-detail-box1 .right{
        margin-top: 4%;
    }
    .n-products .products-list .products-list-right .products-detail-box2 .title{
        margin:4% 0;
    }
    .n-products .products-list .products-list-right .products-detail-box2 .content{
        padding:4%;
    }
    .n-products .products-list .products-list-right .products-detail-box3{
        margin-top: 6%;
    }
    .n-products .products-list .products-list-right .products-detail-box4{
        margin-top: 6%;
    }
}

.n-news{
    overflow: hidden;
}
.n-news .news-box{
    padding:60px 0;
}
.n-news .news-list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.n-news .news-list li{
    width: 32.66666666%;
    margin-right: 1%;
    margin-bottom: 1%;
    padding:6px;
}
.n-news .news-list li:nth-child(3n){
    margin-right: 0;
}
.n-news .news-list a{
    width: 100%;
    height: 100%;
    display: block;
    background:#f9f9f9;
    border-radius: 20px;
    padding:20px;
    overflow: hidden;
}
.n-news .news-list a:hover{
    box-shadow: rgba(0, 0, 0, .15) 0 0 6px; 
}
.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(236, 72, 37, .8);
    color: #fff;
    padding:10px 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{
    margin:4% 0;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-news .news-list .word .box1 .text2{
    padding:14px;
    border-radius: 10px;
    background: #fff;
}
.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: 1024px) {
    .n-news .news-box{
        padding:6% 0;
    }
    .n-news .news-list li{
        width: 49.5%;
        padding:0;
        margin-bottom: 2%;
    }
    .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 a{
        padding:14px;
        border-radius: 10px;
    }
    .n-news .news-list .image{
        border-radius: 5px;
    }
    .n-news .news-list .word .box1 .text1{
        font-size: 16px;
    }
    .n-news .news-list .word .box1 .text2{
        border-radius: 5px;
    }
}
@media (max-width: 640px){
    .n-news .news-list li{
        width: 100%;
        margin-right: 0;
    }
    .n-news .news-list li:nth-child(3n){
        margin-right: 0;
    }
}

.n-newsdetail{
    overflow: hidden;
}
.n-newsdetail .detail-box1{
    padding:60px 0;
    line-height: 1.5;
    overflow: hidden;
}
.n-newsdetail .detail-box1 .title,
.n-newsdetail .detail-box1 .date{
    text-align: center;
}
.n-newsdetail .detail-box1 .title{
    font-weight: bolder;
}
.n-newsdetail .detail-box1 .date{
    color: #999;
}
.n-newsdetail .detail-box1 .content{
    margin-top: 20px;
}
.n-newsdetail .detail-box1 .nav{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
}
.n-newsdetail .detail-box2{
    padding:60px 0;
    background: #f8f8f8;
}
@media (max-width: 1024px) { 
    .n-newsdetail .detail-box1{
        padding:6% 0;
    }
    .n-newsdetail .detail-box1 .content,
    .n-newsdetail .detail-box1 .nav{
        margin-top: 10px;
    }
    .n-newsdetail .detail-box2{
        padding:6% 0;
    }
}

.n-contact{
    width: 100%;
    overflow: hidden;
}
.n-contact .contact-box1{
    background: #f8f8f8;
    padding:60px 0;
    line-height: 1.5;
    overflow: hidden;
}
.n-contact .contact-box1 .wrap{
    background: #fff;
    padding:30px;
}
.n-contact .contact-box1 ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.n-contact .contact-box1 li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 360px;
}
.n-contact .contact-box1 .image{
    width: 68px;
}
.n-contact .contact-box1 .image img{
    filter: brightness(0);
}
.n-contact .contact-box1 .word{
    width: calc(100% - 78px);
}
.n-contact .contact-box1 .word .title{
    font-weight: bolder;
}
.n-contact .contact-box1 .word .content{
    line-height: 1.5;
}
.n-contact .contact-box1 .word .content .tel{
    white-space: nowrap;
}
.n-contact .contact-box2{
    padding:60px 0;
    background: #f8f8f8;
}
@media (max-width: 1024px) { 
    .n-contact .contact-box1{
        padding:6% 0;
    }
    .n-contact .contact-box2{
        padding:6% 0;
    }
    .n-contact .contact-box1 .wrap{
        padding:4%;
    }
    .n-contact .contact-box1 ul{
        flex-direction: column;
    }
    .n-contact .contact-box1 li{
        width: 100%;
        margin-top: 4%;
    }
    .n-contact .contact-box1 li:nth-child(1){
        margin-top: 0;
    }
    .n-contact .contact-box1 .image{
        width: 24px;
    }
    .n-contact .contact-box1 .word{
        width: calc(100% - 34px);
    }
}

.n-message{
    overflow: hidden;
}
.n-message .title{
    font-weight: bolder;
}
.n-message .content{
    padding:30px;
    margin-top: 20px;
    background: #ffffff;
}
.n-message .content ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.n-message .content li{
    width: 49%;
    margin-bottom: 2%;
}
.n-message .content li.wid-100{
    width: 100%;
}
.n-message .content li:last-child{
    margin-bottom: 0;
}
.n-message .content .t span{
    color: #ff0000;
}
.n-message .content input,
.n-message .content textarea{
    border:1px #eee solid;
    border-radius: 6px;
    padding:10px;
    width: 100%;
}
.n-message .content textarea{
    height: 150px;
    display: block;
    resize: none;
}
.n-message .content button{
    width: 192px;
    height: 50px;
    cursor: pointer;
    background: #ec4825;
    color: #ffffff;
    border:none;
}
.n-message .content .c{
    margin-top: 10px;
}
.n-message .help-block{
    color: #ff0000;
    margin-top: 5px;
    display: block;
}
@media (max-width: 1024px) { 
    .n-message .content{
        padding:4%;
    }
    .n-message .content{
        font-size: 14px;
    }
    .n-message .content li{
        width: 100%;
        margin-bottom: 10px;
    }
    .n-message .content button{
        width: 100%;
        height: 42px;
    }
}