@charset "utf-8";
/*内页大图*/
.n-ban{
    width: 100%;
    height: 600px;
    background: #000;
    position: relative;
    overflow: hidden;
}
.n-ban img{
    width:100%;
    height: 100% !important;
    object-fit: cover;
    opacity: .8;
}
.n-ban .textbox{
    width: 100%;
    padding:0 3%;
    padding-top: 80px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.n-ban .textbox h2{
    width: 80px;
    height: 3px;
    background: #c52c2f;
    margin:20px auto;
}
.white{
    color: #fff;
}
.font48{
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}
.font24{
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 1280px) {
    .n-ban{
        height: 420px;
    }
    .n-ban .textbox h2{
        margin:10px auto;
    }
    .font48{
        font-size: 36px;
        line-height: 36px;
    }
    .font24{
        font-size: 36px;
        line-height: 36px;
    }
}
@media (max-width: 992px) {
    .n-ban{
        height: 360px;
    }
    .n-ban .textbox{
        padding-top: 60px;
    }
    .n-ban .textbox h2{
        width: 60px;
    }
    .font48{
        font-size: 28px;
        line-height: 28px;
    }
    .font24{
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 750px) {
    .n-ban{
        height: 320px;
    }
    .n-ban .textbox{
        padding-top: 54px;
    }
    .n-ban .textbox h2{
        width: 40px;
    }
    .font48{
        font-size: 24px;
        line-height: 24px;
    }
    .font24{
        font-size: 16px;
    }
}

/*分类*/
.n-type{
    width: 100%;
}
.n-type .box1, .n-type .box2{
    width: 100%;
    background: #eeeeee;
    border-bottom: 1px #e5e5e5 solid;
}
.n-type .box1{
    position: relative;
}
.n-type .box1 .title {
    position: absolute;
    width: 240px;
    height: 70px;
    bottom: 0px;
    border-radius: 10px 10px 0 0;
    line-height: 70px;
    background-color: #c52c2f;
    color: #fff;
    text-align: center;
}
.n-type .box1 .bread-link {
    padding-left: 265px;
    height: 40px;
    line-height: 40px;
    color: #666;
}
.n-type .box1 .bread-link a{
    color: #666;
}
.n-type .box1 .bread-link i{
    font-size: 14px;
}
.n-type .box2 .n-nav{
    text-align: center;
}
.n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
    width: 20px;
    position: static;
    line-height: 40px;
    background: none;
    margin:20px 0;
    color: #343434;
}
.n-type .box2 .n-nav .swiper-button-next:after, .n-type .box2 .n-nav .swiper-button-prev:after {
    display: none;
}
.n-type .box2 .n-nav .swiper-button-prev i, .n-type .box2 .n-nav .swiper-button-next i{
    font-size: 24px;
}
.n-type .box2 .n-nav .swiper-button-prev.swiper-button-disabled, 
.n-type .box2 .n-nav .swiper-button-next.swiper-button-disabled{
    display: none;
}
.n-type .box2 .n-nav .swiper-button-prev{
    float: left;
    text-align: left;
}
.n-type .box2 .n-nav .swiper-button-next{
    float: right;
    text-align: right;
}
.n-type .box2 .n-nav .swiper-container{
    margin:0 30px;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper{
    text-align: center;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide{
    position: relative;
    display: inline-block;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
    display: block;
    margin:20px 10px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    background: #e5e5e5;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide.on a{
    background: #c52c2f;
    color: #fff;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide ul{
    display: none;
}
.secondType{
    display: none;
    text-align: center;
    position: relative;
    z-index: 1;
}
.secondType .tit{
    width:100%;
    height: 48px;
    border:1px #e5e5e5 solid;
    margin-top: 50px;
    line-height: 48px;
    text-align: left;
    padding:0 15px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
}
.secondType ul{
    margin-top: 50px;
}
.secondType li{
    display: inline-block;
    margin:10px 10px 0 10px;
}
.secondType a{
    border:1px #e5e5e5 solid;
    padding:10px 20px;
    display: block;
}
.secondType li.on a, .secondType li:hover a{
    border-color: #e6212a;
    background: #e6212a;
    color: #fff;
}
.secondType li.on a{
    font-weight: bolder;
}
@media (max-width: 1280px) {
    .n-type .box1 .title {
        position: absolute;
        width: 180px;
    }
    .n-type .box1 .bread-link {
        padding-left: 205px;
    }
    .n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
        display: block;
    }
    .n-type .box2 .n-nav .swiper-container{
        margin:0 30px;
    }
    .n-type .box2 .n-nav .swiper-container .swiper-wrapper{
       display: flex;
    }
    .n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
        margin:20px 6px;
    }
    .secondType .tit{
        display: block;
        margin-top: 5%;
    }
    .secondType ul{
        width: 100%;
        margin-top: 0;
        display: none;
        background: #fff;
        border:1px #e5e5e5 solid;
        box-sizing: border-box;
        overflow: hidden;
    }
    .secondType li{
        width: 100%;
        margin:0;
        float: left;
    }
    .secondType a{
        border:none;
        border-radius: 0;
        padding:10px 0;
        border-bottom: 1px #e5e5e5 solid;
    }
    .secondType li:last-child a{
        border-bottom: none;
    }
    .secondType li.on a{
        border-color: #e5e5e5;
        background: none;
        color: #555;
    }
    .secondType li.on a{
        font-weight: lighter;
    }
    .secondType li:hover a{
        border-color: #e6212a;
        background: #e6212a;
        color: #fff;
    }
}
@media (max-width: 992px) {
    .n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
        margin:10px 0;
    }
    .n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
        margin: 10px 6px;
    }
}
@media (max-width: 750px) {
    .n-type .box1 .title{
        display: none;
    }
    .n-type .box1 .bread-link {
        padding-left: 0;
    }
    .n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
        line-height: 36px;
    }
    .n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
        line-height: 36px;
        font-size: 14px;
    }
    .n-type .box2 .n-nav .swiper-button-prev i, .n-type .box2 .n-nav .swiper-button-next i{
        font-size: 16px;
    }
}

/*公共*/
.n-y{
    width: 100%;
    overflow: hidden;
}
.n-tit{
    width: 100%;
    text-align: center;
    font-weight: bolder;
    position: relative;
    padding-bottom: 20px;
    line-height: 36px;
    font-size: 36px;
    font-weight: 700;
    overflow: hidden;
}
.n-tit:after{
    content:"";
    width: 40px;
    height: 4px;
    background: #c52c2f;
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
}
.n-tit.white:after{
    background: #fff;
}
.mt20{
    margin-top: 20px;
}
@media (max-width: 1280px) {
    .n-tit{
        padding-bottom: 10px;
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 992px) {
    .n-tit{
        padding-bottom: 8px;
    }
}
@media (max-width: 750px) {
    .n-tit{
        font-size: 20px;
        padding-bottom: 6px;
    }
    .mt20{
        margin-top: 10px;
    }
}

/*关于我们*/
.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: #c52c2f;
}
.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: #c52c2f;
}
.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: #c52c2f;
}
.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 #c52c2f;
    color: transparent;
}
.n-about .about-box4 .box-t .title .text2{
    font-size: 32px;
    color: #c52c2f;
}
.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: #c52c2f;
    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: #c52c2f;
    border-color: #c52c2f;
}
.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: #c52c2f;
    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: #c52c2f;
}
.n-about .about-box4 .box-b .swiper-slide-active .box .date{
    color: #c52c2f;
}
.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: #c52c2f;
}
@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{
    overflow: hidden;
}
.n-products .products-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.n-products .products-list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.n-products .products-list li:nth-child(4n){
    margin-right: 0;
}
.n-products .products-list li img{
    display: block;
}
.n-products .products-list li .bg{
    width: 100%;
}
.n-products .products-list li .bg img{
    width: 100%;
}
.n-products .products-list li .bg .img_h{
    display: none;
}
.n-products .products-list li:hover .img{
    display: none;
}
.n-products .products-list li:hover .img_h{
    display: block;
}
.n-products .products-list li a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
    padding:40px;
}
.n-products .products-list li .image{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
    position: relative;
}
.n-products .products-list li .image .box{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    padding:4%;
}
.n-products .products-list li .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.n-products .products-list li .word{
    color: #fff;
    display: flex;
    flex-direction: column;
}
.n-products .products-list li .word .title{
    font-size: 24px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-products .products-list li .word .arrow{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.n-products .products-list li .word .arrow i{
    display: block;
    font-size: 12px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-products .products-list li a:hover .word .arrow i{
    color: #c52c2f;
}
@media (max-width: 1280px) {
    .n-products .products-list li{
        width: 48%;
    }
    .n-products .products-list li:nth-child(4n){
        margin-right: 2%;
    }
    .n-products .products-list li:nth-child(2n){
        margin-right: 0;
    }
    .n-products .products-list li a{
        padding:30px;
    }
    .n-products .products-list li .word .title{
        font-size: 16px;
    }
    .n-products .products-list li .word .arrow i{
        width: 20px;
        height: 20px;
    }
}
@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(4n){
        margin-right: 0;
    }
}

.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: #c52c2f;
}
.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: #c52c2f;
}
.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: #c52c2f;
    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: #c52c2f;
    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: #c52c2f;
}
.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 #c52c2f; /*上下颜色 左右颜色*/
    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: #c52c2f;
    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: #c52c2f;
}
.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: #c52c2f;
}
.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;
}
.n-advantage .advantage-box1 li{
    width: 23.5%;
    margin-right: 0;
}
.n-advantage .advantage-box1 li:nth-child(4n){
    margin-right: 0;
}
.n-advantage .advantage-box1 a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: #fff;
}
.n-advantage .advantage-box1 .image{
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 48px 0 48px 0;
    overflow: hidden;
}
.n-advantage .advantage-box1 .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .36;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-advantage .advantage-box1 a:hover .image img{
    opacity: .6
}
.n-advantage .advantage-box1 .word{
    width: 100%;
    height: 100%;
    padding:10%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.n-advantage .advantage-box1 .word .dot{
    width: 32px;
    height: 32px;
    border:6px #fff solid;
    border-radius: 50%;
}
.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: #c52c2f;
}
.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;
    align-items: stretch;
}
.n-advantage .advantage-box3 .left li{
    width: 33.33333333%;
    padding:10px;
}
.n-advantage .advantage-box3 .left .libox{
    width: 100%;
    height: 100%;
    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: #c52c2f;
    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: #c52c2f;
    background: #fff;
    border-radius: 24px;
}
.n-advantage .advantage-box4 .text4 a:hover{
    background: #c52c2f;
    color: #fff;
}
@media (max-width: 1280px) {  
    .n-advantage .box-title .text{
        font-size: 22px;
        margin-bottom: 5px;
    }  
    .n-advantage .advantage-box1 li{
        width: 48%;
    }
    .n-advantage .advantage-box1 li:nth-child(4n){
        margin-right: 2%;
    }
    .n-advantage .advantage-box1 li:nth-child(2n){
        margin-right: 0;
    }
    .n-advantage .advantage-box1 li:nth-child(n+3){
        margin-top: 2%;
    }
    .n-advantage .advantage-box1 .image{
        border-radius: 24px 0 24px 0;
    }
    .n-advantage .advantage-box1 .word .dot{
        width: 24px;
        height: 24px;
        border:6px #fff solid;
    }
    .n-advantage .advantage-box1 .word .text .mt20{
        margin-top: 10px;
        font-size: 24px;
    }
    .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;
    }
}
@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 .image{
        border-radius: 12px 0 12px 0;
    }
    .n-advantage .advantage-box1 .word .dot{
        width: 12px;
        height: 12px;
        border:3px #fff solid;
    }
    .n-advantage .advantage-box1 .word .text .mt20{
        margin-top: 0;
        font-size: 16px;
    }
    .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-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: #f9f9f9;
    border-radius: 20px;
    padding:20px;
    overflow: hidden;
    position: relative;
}
.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(197, 44, 47, .8);
    color: #fff;
    padding:5px 20px;
    border-radius: 0 10px 0 10px;
}
.n-news .news-list .play{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.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: #c52c2f;
}
.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: #c52c2f;
    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: #c52c2f;
}
.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;
    }
}

/*联系我们*/
.contact{
    overflow: hidden;
}
.n-contact .contact-box, .n-contact .map-box, .n-contact .message-box{
    overflow: hidden;
}
.n-contact .contact-box .box1, .n-contact .contact-box .box2{
    width: 100%;
    overflow: hidden;
}
.n-contact .contact-box .box1 .con{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.n-contact .contact-box .box1 .box-left{
    width: 36%;
}
.n-contact .contact-box .box1 .box-left img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.n-contact .contact-box .box1 .box-right{
    width: 64%;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #eeeeee;
    padding: 4%;
}
.n-contact .contact-box .box1 .box-right .t10{
    margin-top: 10px;
}
.n-contact .contact-box .box2 ul{
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.n-contact .contact-box .box2 li{
    text-align: center;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 23%;
    flex: 1 0 23%;
    float: left;
    margin:1%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 8px;
    display: flex;
    padding:50px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
}
.n-contact .contact-box .box2 li p:first-child{
    line-height: 78px;
    overflow: hidden;
}
.n-contact .contact-box .box2 li em{
    font-size: 78px;
    color:#d20001;
}
.n-contact .contact-box .box2 .div{
    width: 96%;
    height: 96%;
    padding:2%;
    line-height:28px;
}
.n-contact .contact-box .box2 .div .pt20{
  padding-top:20px;
}
.n-contact .contact-box .box2 .div .li{
    width: 48%;
    float: left;
}
.n-contact .contact-box .box2 .div .li:nth-child(2){
    float: right;
}
.n-contact .contact-box .box2 .div .li p:nth-child(2){
    padding:0;
    font-size: 16px;
}
.n-contact .map-box{
    width: 100%;
    height: 560px;
    position: relative;
}
.n-contact .map-box .my-map{
    width: 100%;
    height: 100%;
}
@media (max-width: 1280px) {
    .n-contact .contact-box .box1 .con{
        display: block;
    }
    .n-contact .contact-box .box1 .box-left{
        width: 100%;
    }
    .n-contact .contact-box .box1 .box-right{
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .n-contact .contact-box .box1 .box-right .t10{
        margin-top: 8px;
    }
    .n-contact .contact-box .box2 li{
        -ms-flex: 1 0 46%;
        flex: 1 0 46%;
        padding:5% 0;
    }
    .n-contact .contact-box .box2 li p:first-child{
        line-height: 64px;
    }
    .n-contact .contact-box .box2 li em{
        font-size: 64px;
    }
    .n-contact .contact-box .box2 li a p:nth-child(2){
        padding:3% 0;
        font-size: 18px;
    }
    .n-contact .map-box{
        height: 480px;
    }
}
@media (max-width: 992px) {
    .n-contact .map-box{
        height: 420px;
    }
    .n-contact .contact-box .box1 .box-right .t10{
        margin-top: 6px;
    }
    .n-contact .contact-box .box2 li p:first-child{
        line-height: 48px;
    }
    .n-contact .contact-box .box2 li em{
        font-size: 48px;
    }
    .n-contact .contact-box .box2 li a p:nth-child(2){
        font-size: 16px;
    }
}
@media (max-width: 750px) {
    .n-contact .contact-box .box2 li{
        -ms-flex: 1 0 98%;
        flex: 1 0 98%;
        margin:2% 1%;
    }
    .n-contact .contact-box .box2 li p:first-child{
        line-height: 32px;
    }
    .n-contact .contact-box .box2 li em{
        font-size: 36px;
    }
    .n-contact .map-box{
        height: 360px;
    }
    .n-contact .contact-box .box1 .box-right .t10{
        margin-top: 4px;
    }
}

/*内容留言*/
.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,#f87272,#d20001);
    background-image: -o-linear-gradient(right,#f87272,#d20001);
    background-image: -moz-linear-gradient(right,#f87272,#d20001);
    background-image: linear-gradient(to right,#f87272,#d20001);
    cursor: pointer;
    border-radius: 40px;
    margin: 40px auto 0;
    color: #fff;
    display: block;
    border:none;
    outline: none;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.message-form .f button:focus, .message-form .f button:hover{
    background-image: -webkit-linear-gradient(left,#d20001,#f87272);
    background-image: -o-linear-gradient(right,#d20001,#f87272);
    background-image: -moz-linear-gradient(right,#d20001,#f87272);
    background-image: linear-gradient(to right,#d20001,#f87272);
}
@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;
    }
}

/*分页*/
.page{
    width: 100%;
    margin-top: 2%;
    text-align: center;
    overflow: hidden;
}
.page a{
    padding:2px 10px;
    border:1px #e5e5e5 solid;
    display: inline-block;
    margin:0 5px;
}
.page .disable{
    color: #999;
    pointer-events: none;
    background: #e5e5e5;
}
.page .active, 
.page a:hover{
    border-color: #e62129;
    background: #e62129;
    color: #fff;
}
.page .pagetext{
    pointer-events: none;
}
@media (max-width: 992px){
    .page .pagetext{
        display: none;
    }
}
@media (max-width: 750px) {
    .page a{
        padding:0 4px;
        margin:0 4px;
    }
    .page .p{
        display: none;
    }
}

/*没有内容提示*/
.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;
    }
}