@charset "utf-8";
.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{
        height: 70vw;
        margin-top: 60px;
    }  
    .n-banner img{
        height: 100%;
        object-fit: cover;
    }  
}
@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: #1538e6;
}
.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: #1538e6;
}
.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 #1538e6 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #1538e6;
    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: #1538e6;
    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: #1538e6;
        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{
    display: flex;
    justify-content: space-between;
    overflow:hidden;
}
.n-about .about-box1 .left{
    width: 60%;
}
.n-about .about-box1 .left img{
    width: 100%;
    display: block;
}
.n-about .about-box1 .right{
    width: 60%;
    background: url(../images/aboutbg.jpg) #e8e8e8 no-repeat right bottom;
    background-size: cover;
    padding:80px;
    margin-left: -10%;
}
.n-about .about-box1 .right .title{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.n-about .about-box1 .right .content{
    margin-top: 20px;
}
.n-about .about-box2{
    width: 100%;
    background: url(../images/about2.jpg) no-repeat right bottom;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}
.n-about .about-box2 .title{
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    color: #fff;
}
.n-about .about-box2 .content{
    margin-top: 40px;
    overflow: hidden;
}
.n-about .about-box2 .content ul{
    display: flex;
    justify-content: space-between;
}
.n-about .about-box2 .content li{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.n-about .about-box2 .content li:nth-child(2){
    flex-direction: column-reverse;
}
.n-about .about-box2 .content .img img{
    width: 100%;
    display: block;
}
.n-about .about-box2 .content .txt{
    padding:20px;
    transform: translateY(-20%);
}
.n-about .about-box2 .content li:nth-child(2) .txt{
    transform: translateY(20%);
}
.n-about .about-box2 .content .txt .xg{
    display: flex;
}
.n-about .about-box2 .content .txt .xg:before,
.n-about .about-box2 .content .txt .xg:after{
    content: "";
    width: 5px;
    height: 15px;
    background-color: #fff;
    transform: skew(-20deg);
    display: block;
}
.n-about .about-box2 .content .txt .xg:after{
    margin-left: 4px;
}
.n-about .about-box2 .content .txt .h1{
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
}
.n-about .about-box2 .content li:nth-child(2) .txt .h1{
    margin-top: 0;
}
.n-about .about-box2 .content .txt .h2{
    margin-top: 10px;
}
.n-about .about-box2 .content li:nth-child(2) .txt .h2{
    margin-bottom: 20px;
}
.n-about .about-box3{
    width: 100%;
    background: url(../images/about3.jpg) no-repeat right bottom;
    background-size: cover;
    overflow: hidden;
}
.n-about .about-box3 .wrap{
    display: flex;
    justify-content: space-between;
}
.n-about .about-box3 .left{
    width: 30%;
}
.n-about .about-box3 .left .title{
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
}
.n-about .about-box3 .left .content{
    margin-top: 40px;
}
.n-about .about-box3 .right{
    width: 64%;
}
.n-about .about-box3 .right .swiper-slide{
    position: relative;
}
.n-about .about-box3 .right .swiper-slide img{
    display: block;
}
.n-about .about-box3 .right .swiper-slide .bg{
    width: 100%;
}
.n-about .about-box3 .right .swiper-slide .bg img{
    width: 100%;
}
.n-about .about-box3 .right .swiper-slide .img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-about .about-box3 .right .swiper-slide .img img{
    max-width: 100%;
}
.n-about .about-box3 .right .control{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.n-about .about-box3 .right .control .swiper-pagination{
    position: static;
}
.n-about .about-box3 .right .control .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin:0 4px;
    border-radius: 50%;
    background: #1538e6;
}
.n-about .about-box4{
    overflow: hidden;
}
.n-about .about-box4 .title{
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
}
.n-about .about-box4 .content{
    margin-top: 40px;
}
.n-about .about-box4 .content .swiper-slide{
    padding:5px;
}
.n-about .about-box4 .content .swiper-slide a{
    display: block;
    border:1px #eee solid;
}
.n-about .about-box4 .content .swiper-slide a:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.n-about .about-box4 .content .swiper-slide .image{
    width: 100%;
    overflow: hidden;
}
.n-about .about-box4 .content .swiper-slide .image img{
    width: 100%;
    display: block;
}
.n-about .about-box4 .content .swiper-slide .word{
    width: 100%;
    padding:10px 20px;
    font-weight: 900;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}
.n-about .about-box4 .control{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.n-about .about-box4 .control .swiper-button-prev,
.n-about .about-box4 .control .swiper-button-next{
    position: static;
    width: 50px;
    height: 50px;
    border:1px #eee solid;
    border-radius: 50%;
    margin:0 10px;
    color: #666;
}
.n-about .about-box4 .control .swiper-button-next{
    background: #1538e6;
    color: #fff;
}
.n-about .about-box4 .control .swiper-button-prev:after,
.n-about .about-box4 .control .swiper-button-next:after{
    display: none;
}
@media (max-width: 1280px) {
    .n-about .about-box1{
        flex-direction: column;
    }
    .n-about .about-box1 .left{
        width: 100%;
    }
    .n-about .about-box1 .right{
        width: 100%;
        padding: 6%;
        margin-top: 0;
        margin-left: 0;
    }
    .n-about .about-box1 .right .title{
        font-size: 20px;
    }
    .n-about .about-box1 .right .content{
        margin-top: 10px;
    }
    .n-about .about-box2 .title{
        font-size: 24px;
        line-height: 24px;
    }
    .n-about .about-box2 .content{
        margin-top: 4%;
    }
    .n-about .about-box2 .content ul{
        flex-wrap: wrap;
    }
    .n-about .about-box2 .content li{
        width: 49%;
    }
    .n-about .about-box2 .content .txt{
        padding: 10px;
    }
    .n-about .about-box2 .content .txt .h1{
        font-size: 18px;
    }
    .n-about .about-box3 .left  .title{
        font-size: 24px;
        line-height: 24px;
    }
    .n-about .about-box3 .wrap{
        flex-direction: column;
    }
    .n-about .about-box3 .left,
    .n-about .about-box3 .right{
        width: 100%;
    }
    .n-about .about-box3 .left .content{
        margin-top: 4%;
    }
    .n-about .about-box3 .right{
        margin-top: 6%;
    }
    .n-about .about-box3 .right .control{
        margin-top: 4%;
    }
    .n-about .about-box4 .title{
        font-size: 24px;
        line-height: 24px;
    }
    .n-about .about-box4 .content{
        margin-top: 4%;
    }
    .n-about .about-box4 .control{
        margin-top: 4%;
    }
    .n-about .about-box4 .control .swiper-button-prev,
    .n-about .about-box4 .control .swiper-button-next{
        width: 36px;
        height: 36px;
        margin:0 5px;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-about .about-box1 .right .title{
        font-size: 18px;
    }
    .n-about .about-box2 .title{
        font-size: 20px;
    }
    .n-about .about-box2 .content .txt .h1{
        margin-top: 10px;
    }
    .n-about .about-box2 .content .txt .h1{
        font-size: 16px;
    }
    .n-about .about-box2 .content .txt .h2{
        margin-top: 0;
    }
    .n-about .about-box2 .content li:nth-child(2) .txt .h2{
        margin-bottom: 10px;
    }
    .n-about .about-box3 .left .title{
        font-size: 20px;
    }
    .n-about .about-box3 .right .swiper-slide .img{
        padding:14px;
    }
    .n-about .about-box4 .title{
        font-size: 20px;
    }
    .n-about .about-box4 .content .swiper-slide .word{
        padding:10px;
    }
}

.n-products{
    overflow: hidden;
}
.n-products .products-list{
    display: flex;
    flex-wrap: wrap;
}
.n-products .products-list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border:1px #eee solid;
}
.n-products .products-list li:nth-child(3n){
    margin-right: 0;
}
.n-products .products-list a{
    display: block;
}
.n-products .products-list .image{
    overflow: hidden;
}
.n-products .products-list .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 .products-list a:hover .image img{
    transform: scale(1.05);
}
.n-products .products-list .word{
    padding:0 20px;
    line-height: 50px;
}
.n-products .products-list .word .title{
    border-bottom: 1px #eee solid;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 26px;
    position: relative;
    font-weight: 900;
}
.n-products .products-list .word .title:before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #2eadf0, #330dcf);
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.n-products .products-list .word .title:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.n-products .products-list .word .more{
    font-size: 14px;
    position: relative;
}
.n-products .products-list .word .more:before{
    content: "";
    width: 0;
    height: 1px;
    background: #1538e6;
    position: absolute;
    top:-1px;
    left: 0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-products .products-list a:hover .word .more:before{
    width: 100%;
}
.n-products .products-list .word .more i{
    font-size: 14px;
}
@media (max-width: 1280px) {
    .n-products .products-list li{
        width: 49%;
    }
    .n-products .products-list li:nth-child(3n){
        margin-right: 2%;
    }
    .n-products .products-list li:nth-child(2n){
        margin-right: 0;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
    .n-products .products-list li{
        width: 100%;
        margin-right: 0;
    }
    .n-products .products-list li:nth-child(3n){
        margin-right: 0;
    }
    .n-products .products-list .word{
        line-height: 42px;
    }
}

.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: #1538e6;
}
.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: #1538e6;
}
.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: #1538e6;
    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: #1538e6;
    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: #1538e6;
}
.n-productsdetail .detail-box5{
    width: 100%;
    background: url(../images/pic24.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}
.n-productsdetail .detail-box5 .title{
    border-bottom: 1px rgba(255, 255, 255, .3) 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 #fff solid;
}
.n-productsdetail .detail-box5 .list a{
    display: block;
}
.n-productsdetail .detail-box5 .list .image{
    overflow: hidden;
}
.n-productsdetail .detail-box5 .list .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-productsdetail .detail-box5 .list a:hover .image img{
    transform: scale(1.05);
}
.n-productsdetail .detail-box5 .list .word{
    padding:0 20px;
    line-height: 50px;
    background: #fff;
    overflow: hidden;
}
.n-productsdetail .detail-box5 .list .word .name{
    border-bottom: 1px #eee solid;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 26px;
    position: relative;
    font-weight: 900;
}
.n-productsdetail .detail-box5 .list .word .name:before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #2eadf0, #330dcf);
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.n-productsdetail .detail-box5 .list .word .name:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.n-productsdetail .detail-box5 .list .word .more{
    font-size: 14px;
    position: relative;
}
.n-productsdetail .detail-box5 .list .word .more:before{
    content: "";
    width: 0;
    height: 1px;
    background: #1538e6;
    position: absolute;
    top:-1px;
    left: 0;
    -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 .word .more:before{
    width: 100%;
}
.n-productsdetail .detail-box5 .list .word .more i{
    font-size: 14px;
}
.n-productsdetail .detail-box5 .list .swiper-pagination{
    position: static;
    margin-top: 30px;
}
.n-productsdetail .detail-box5 .list .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
}
.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 .word{
        line-height: 42px;
    }
    .n-productsdetail .detail-box5 .list .swiper-pagination{
        margin-top: 10px;
    }
    .n-productsdetail .detail-box6 .content{
        margin-top: 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;
    border:1px #eee solid;
    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(21, 56, 230, .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: #1538e6;
}
.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: #1538e6;
    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{
    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: #1538e6;
}
.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;
    }
}

.n-service{
    width: 100%;
    overflow: hidden;
}
.n-service .title{
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    text-align: center;
}
.n-service .service-box1{
    overflow: hidden;
}
.n-service .service-box1 .content{
    display: flex;
    justify-content: space-between;
}
.n-service .service-box1 .content .left{
    width: 48%;
}
.n-service .service-box1 .content .left img{
    width: 100%;
    display: block;
}
.n-service .service-box1 .content .right{
    width: 48%;
}
.n-service .service-box2{
    width: 100%;
    background: #132a88;
    overflow: hidden;
}
.n-service .service-box2 .wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.n-service .service-box2 .image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-service .service-box2 .image img{
    max-width: 100%;
    display: block;
}
.n-service .service-box3{
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
}
.n-service .service-box3 .content{
    margin-top: 40px;
}
.n-service .service-box3 .content ul{
    display: flex;
    flex-wrap: wrap;
}
.n-service .service-box3 .content li{
    width: 24.25%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin:0.5% 0;
    margin-right: 1%;
}
.n-service .service-box3 .content li:nth-child(4n){
    margin-right: 0;
}
.n-service .service-box3 .content img{
    width: 100%;
    display: block;
}
.n-service .service-box4{
    overflow: hidden;
}
.n-service .service-box4 .content{
    margin-top: 40px;
}
.n-service .service-box4 .content li{
    width: 100%;
    margin-bottom: 5px;
}
.n-service .service-box4 .content li:last-child{
    margin-bottom: 0;
}
.n-service .service-box4 .content .t{
    background: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding:10px 20px;
    cursor: pointer;
}
.n-service .service-box4 .content li.on .t{
    background: #1538e6;
}
.n-service .service-box4 .content .t .l{
    font-weight: 900;
}
.n-service .service-box4 .content .c{
    background: #f9f9f9;
    padding:20px;
    display: none;
}
@media (max-width: 1280px) { 
    .n-service .title{
        font-size: 24px;
        line-height: 24px;
    }
    .n-service .service-box1 .content{
        flex-direction: column;
    }
    .n-service .service-box1 .content .left,
    .n-service .service-box1 .content .right{
        width: 100%;
    }
    .n-service .service-box1 .content .right{
        margin-top: 4%;
    }
    .n-service .service-box3 .content{
        margin-top: 4%;
    }
    .n-service .service-box4 .content{
        margin-top: 4%;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-service .service-box3 .content li{
        width: 49.5%;
        margin-right: 1%;
    }
    .n-service .service-box3 .content li:nth-child(4n){
        margin-right: 1%;
    }
    .n-service .service-box3 .content li:nth-child(2n){
        margin-right: 0;
    }
    .n-service .service-box4 .content .t,
    .n-service .service-box4 .content .c{
        padding:10px;
    }
}


.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: #1538e6;
}
.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: #1538e6;
}
.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;
}
@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 em {
        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;
    }
}
@media (max-width: 992px) { 
    .n-contact .contact-box1 .content .left .icon-box em {
        font-size: 28px;
    }
}
@media (max-width: 750px) { 
    .n-contact .contact-box1 .title{
        font-size: 16px;
    }
    .n-contact .contact-box1 .content .left .icon-box em {
        font-size: 24px;
    }
    .n-contact .contact-box2{
        height: 360px;
    }
    .n-contact .contact-box3 .title{
        font-size: 16px;
    }
}


/*内容留言*/
.message-form .h{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-top: 20px;
    background: #eeeeee;
    border-radius: 16px;
    border:none;
    padding: 0 20px;
}
.message-form .h input{
    width: 100%;
    height: 60px;
    border:none;
    background: none;
    outline: none;
}
.message-form .code{
    display: flex;
    align-items: center;
    margin-right: 0;
}
.message-form .f{
    width: 100%;
    margin-top: 20px;
    float: left;
}
.message-form .f textarea{
    width: 100%;
    height: 232px;
    background: #eeeeee;
    border-radius: 16px;
    border:none;
    outline: none;
    padding: 20px;
    resize:none;
}
.message-form .f button{
    width: 280px;
    height: 50px;
    background-image: -webkit-linear-gradient(left,#2ea1ee,#1538e6);
    background-image: -o-linear-gradient(right,#2ea1ee,#1538e6);
    background-image: -moz-linear-gradient(right,#2ea1ee,#1538e6);
    background-image: linear-gradient(to right,#2ea1ee,#1538e6);
    cursor: pointer;
    border-radius: 40px;
    margin: 40px auto 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
    outline: none;
    -webkit-transition:all 600ms linear;
    -moz-transition:all 600ms linear;
    -o-transition:all 600ms linear;
    transition:all 600ms linear;
}
.message-form .f button:focus, .message-form .f button:hover{
    background-image: -webkit-linear-gradient(left,#1538e6,#2ea1ee);
    background-image: -o-linear-gradient(right,#1538e6,#2ea1ee);
    background-image: -moz-linear-gradient(right,#1538e6,#2ea1ee);
    background-image: linear-gradient(to right,#1538e6,#2ea1ee);
}
.message-form .f button i{
    display: block;
    font-size: 12px;
    margin-left: 10px;
}
@media (max-width: 1280px) {
    .message-form .h{
        margin-top: 2%;
    }
    .message-form .h input{
        height: 54px;
    }
    .message-form .f{
        margin-top: 2%;
    }
    .message-form .f textarea{
        height: 212px;
    }
    .message-form .f button{
        margin: 4% auto 0;
        width: 240px;
        height: 42px;
    }
}
@media (max-width: 992px) {
    .message-form .h{
        width: 100%;
        margin-right: 0;
        padding:0 10px;
    }
    .message-form .h input{
        height: 48px;
    }
    .message-form .f textarea{
        height: 192px;
        padding:10px;
    }
}
@media (max-width: 750px) {
    .message-form .f textarea{
        height: 162px;
    }
}


/*没有内容提示*/
.nodata{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.nodata i, .nodata div{
    font-size: 24px;
    display: inline-block;
    color:#777;
}
@media (max-width: 1280px) {
    .nodata i, .nodata div{
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .nodata i, .nodata div{
        font-size: 18px;
    }
}
@media (max-width: 750px) {
    .nodata i, .nodata div{
        font-size: 16px;
    }
}