@charset "utf-8";
.n-banner{
    width: 100%;
    position: relative;
    padding-top: 250px;
    padding-bottom: 50px;
    border-bottom: 2px #d81324 solid;
    overflow: hidden;
}
.n-banner .image{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.n-banner .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.n-banner .path{
    width: 100%;
    position: absolute;
    left:0;
    bottom: 50px;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 500;
}
.n-banner .path a{
    color: rgba(255, 255, 255, .5);
}
.n-banner .path .wrap{
    display: flex;
    align-items: center;
}
.n-banner .path .icon-jiantou{
    margin:0 10px;
    font-size: 12px;
}
@media (max-width: 1280px) { 
    .n-banner{
        height: 30vh;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-banner .path{
        bottom: 20px;
    }
}

.n-y{
    padding:80px 0;
    overflow: hidden;
}
.n-page{
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-page a,
.n-page span{
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px rgba(216,19,36,0.25) solid;
    color: #d81324;
    font-weight: 600;
    border-radius: 4px;
    margin:0 4px;
}
.n-page .first,
.n-page .last{
    display: none;
}
.n-page .active,
.n-page a:hover{
    background: #d81324;
    color: #fff;
}
@media (max-width: 1280px) { 
    .n-y{
        padding:8% 0;
    }
    .n-page a,
    .n-page span{
        min-width: 30px;
        height: 30px;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-page a,
    .n-page span{
        min-width: 24px;
        height: 24px;
    }
}

.n-title{
    text-align: center;
}
.n-title.left{
    text-align: left;
}
.n-title h1{
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    color: rgba(216, 19, 36, 0.2);
}
.n-title.white h1{
    color: rgba(245, 245, 245, 0.3);
}
.n-title h2{
    font-size: 36px;
    line-height: 36px;
    margin-top: -25px;
}
.n-title.white h2{
    color: #fff;
}
@media (max-width: 1280px) {
    .n-title h1{
        font-size: 48px;
        line-height: 48px;
    }
    .n-title h2{
        font-size: 28px;
        line-height: 28px;
    }
}
@media (max-width: 992px){
    .n-title h1{
        font-size: 42px;
        line-height: 42px;
    }
    .n-title h2{
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 750px){
    .n-title h1{
        font-size: 32px;
        line-height: 32px;
    }
    .n-title h2{
        font-size: 20px;
        line-height: 20px;
        margin-top: -14px;
    }
}

.n-about{
    width: 100%;
    padding: 80px 0;
}
.n-about .about-box1 img{
    max-width: 100%;
}
.n-about .about-box2{
    margin-top: 80px;
    padding:80px 0;
    background: url(../images/news.jpg) no-repeat center top;
    background-size: cover;
}
.n-about .about-box2 .list{
    margin: 60px 0;
}
.n-about .about-box2 .list ul{
    display: flex;
    justify-content: space-between;
}
.n-about .about-box2 .list li{
    background: #fff;
    padding:50px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-about .about-box2 .list li:hover{
    background: #d81324;
    color: #fff;
}
.n-about .about-box2 .list .image em{
    font-size: 36px;
}
.n-about .about-box2 .list .word h1{
    font-size: 24px;
    font-weight: 600;
}
.n-about .about-box2 .more{
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-about .about-box2 .more a{
    background: #d81324;
    color: #fff;
    display: flex;
    align-items: center;
    padding:0 30px;
    height: 42px;
}
.n-about .about-box2 .more a i{
    font-size: 24px;
}
.n-about .about-box2 .more a:hover{
    background: #ffffff;
    color: #d81324;
}
.n-about .about-box3{
    margin-top: 80px;
}
.n-about .about-box3 .content{
    margin:60px 0;
    display: flex;
    justify-content: space-between;
}
.n-about .about-box3 .content .left,
.n-about .about-box3 .content .right{
    width: 48%;
}
.n-about .about-box3 .content .left img{
    max-width: 100%;
}
.n-about .about-box3 .content .right li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.n-about .about-box3 .content .right li:last-child{
    margin-bottom: 0;
}
.n-about .about-box3 .content .right i{
    color: #d81324;
    display: block;
    margin-right: 10px;
}
.n-about .about-box3 .more{
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-about .about-box3 .more a{
    border: 1px solid #d81324;
    background: #d81324;
    color: #fff;
    display: flex;
    align-items: center;
    padding:0 30px;
    height: 42px;
}
.n-about .about-box3 .more a i{
    font-size: 24px;
}
.n-about .about-box3 .more a:hover{
    background: #ffffff;
    color: #d81324;
}
.n-about .about-box4{
    margin-top: 80px;
}
.n-about .about-box4 .list{
    margin:60px 0;
}
.n-about .about-box4 .list ul{
    display: flex;
    flex-wrap: wrap;
}
.n-about .about-box4 .list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    border:1px #ddd solid;
}
.n-about .about-box4 .list li:nth-child(4n){
    margin-right: 0;
}
.n-about .about-box4 .list img{
    width: 100%;
    display: block;
}
.n-about .about-box4 .more{
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-about .about-box4 .more a{
    border: 1px solid #d81324;
    background: #d81324;
    color: #fff;
    display: flex;
    align-items: center;
    padding:0 30px;
    height: 42px;
}
@media (max-width: 1280px) { 
    .n-about{
        padding:8% 0;
    }
    .n-about .about-box2{
        margin-top: 8%;
        padding:8% 0;
    }
    .n-about .about-box2 .list{
        margin: 6% 0;
    }
    .n-about .about-box2 .list .word h1{
        font-size: 20px;
    }
    .n-about .about-box3{
        margin-top: 8%;
    }
    .n-about .about-box3 .content{
        margin:6% 0;
        flex-direction: column;
    }
    .n-about .about-box3 .content .left,
    .n-about .about-box3 .content .right{
        width: 100%;
    }
    .n-about .about-box4{
        margin-top: 8%;
    }
    .n-about .about-box4 .list{
        margin:6% 0;
    }
    .n-about .about-box4 .list li{
        width: 49%;
    }
    .n-about .about-box4 .list li:nth-child(4n){
        margin-right: 2%;
    }
    .n-about .about-box4 .list li:nth-child(2n){
        margin-right: 0;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-about .about-box2 .list .word h1{
        font-size: 18px;
    }
}

.n-culture{
   
}
.n-culture .box1{

}
.n-culture .box1 .title{
    font-size: 28px;
    line-height: 24px;
    color: #d81324;
    font-weight: 500;
}
.n-culture .box1 .content{
    margin-top: 10px;
}
.n-culture .box2{
    margin-top: 20px;
}
.n-culture .box2 ul{
    display: flex;
    flex-wrap: wrap;
}
.n-culture .box2 li{
    width: 23.5%;
    margin-top: 2%;
    margin-right: 2%;
}
.n-culture .box2 li:nth-child(4n){
    margin-right: 0;
}
.n-culture .box2 a{
    display: block;
    position: relative;
}
.n-culture .box2 img{
    width: 100%;
    display: block;
}
.n-culture .box2 a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-culture .box2 a:hover:before{
    opacity: 1;
}
.n-culture .box2 .zoom{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    color: #fff;
    opacity: 0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-culture .box2 .zoom em{
    font-size: 32px;
    font-weight: 900;
}
.n-culture .box2 a:hover .zoom{
    opacity: 1;
    transform: translate(-50%, -50%);
}
@media (max-width: 1280px) { 
    .n-culture .box2{
        margin-top: 2%;
    }
    .n-culture .box2 li{
        width: 49%;
    }
    .n-culture .box2 li:nth-child(4n){
        margin-right: 2%;
    }
    .n-culture .box2 li:nth-child(2n){
        margin-right: 0;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-culture .box1 .title{
        font-size: 20px;
    }
}

.n-honor{
   
}
.n-honor .box1.mt80{
    margin-top: 80px;
}
.n-honor .box1 .title{
    font-size: 28px;
    line-height: 24px;
    color: #d81324;
    font-weight: 500;
}
.n-honor .box1 ul{
    display: flex;
    flex-wrap: wrap;
}
.n-honor .box1 li{
    width: 23.5%;
    margin-top: 2%;
    margin-right: 2%;
}
.n-honor .box1 li:nth-child(4n){
    margin-right: 0;
}
.n-honor .box1 a{
    display: block;
    position: relative;
}
.n-honor .box1 img{
    width: 100%;
    display: block;
}
.n-honor .box1 a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-honor .box1 a:hover:before{
    opacity: 1;
}
.n-honor .box1 .zoom{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    color: #fff;
    opacity: 0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-honor .box1 .zoom em{
    font-size: 32px;
    font-weight: 900;
}
.n-honor .box1 a:hover .zoom{
    opacity: 1;
    transform: translate(-50%, -50%);
}
@media (max-width: 1280px) { 
    .n-honor .box1.mt80{
        margin-top: 8%;
    }
    .n-honor .box1 li{
        width: 49%;
    }
    .n-honor .box1 li:nth-child(4n){
        margin-right: 2%;
    }
    .n-honor .box1 li:nth-child(2n){
        margin-right: 0;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-honor .box1 .title{
        font-size: 20px;
    }
}

.n-leader{

}
.n-leader img{
    max-width: 100%;
}
@media (max-width: 1280px) { 

}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 

}

.n-partner{

}
.n-partner .box2{
    margin-top: 100px;
}
.n-partner .title{
    font-size: 28px;
    line-height: 24px;
    font-weight: 500;
}
.n-partner .list{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-partner .list .swiper-button-prev,
.n-partner .list .swiper-button-next{
    position: static;
}
.n-partner .list .swiper-button-prev:after,
.n-partner .list .swiper-button-next:after{
    font-size: 20px;
    font-weight: 800;
    color: #333;
}
.n-partner .list .swiper-container{
    width: calc(100% - 80px);
}
.n-partner .list a{
    display: block;
    text-align: center;
    position: relative;
}
.n-partner .list img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 1280px) { 
    .n-partner .box2{
        margin-top: 10%;
    }
    .n-partner .list{
        margin-top: 4%;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-partner .title{
        font-size: 20px;
    }
    .n-partner .list .swiper-container{
        width: calc(100% - 60px);
    }
}

.n-products{
    display: flex;
    justify-content: space-between;
}
.n-products .products-left{
    width: 66%;
}
.n-products .products-left .list-group{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4%;
}
.n-products .products-left .list-group li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.n-products .products-left .list-group li:nth-child(2n){
    margin-right: 0;
}
.n-products .products-left .list-group a{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.n-products .products-left .list-group .image{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.n-products .products-left .list-group .image img{
    width: 100%;
    display: block;
}
.n-products .products-left .list-group .image .mask{
    position: absolute;
    background: #d81324;
    color: #fff;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding:5px 10px;
    opacity: 0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-products .products-left .list-group a:hover .image .mask{
    opacity: 1;
}
.n-products .products-left .list-group .word{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
.n-products .products-right{
    width: 30%;
}
.n-products .products-right .products-box1{
    border:1px #ddd solid;
    padding:20px;
}
.n-products .products-right .products-box1 form{
    display: flex;
    justify-content: space-between;
}
.n-products .products-right .products-box1 input{
    width: calc(100% - 90px);
    border:1px #eee solid;
    padding:0 10px;
}
.n-products .products-right .products-box1 button{
    background: #d81324;
    border:none;
    color: #fff;
    cursor: pointer;
    width: 80px;
    height: 42px;
}
.n-products .products-right .products-box2{
    margin-top: 30px;
    border:1px #ddd solid;
    padding:20px;
}
.n-products .products-right .products-box2 .title{
    background: #d81324;
    color: #fff;
    font-weight: 600;
    padding:10px 20px;
}
.n-products .products-right .products-box2 .list{
    margin-top: 15px;
}
.n-products .products-right .products-box2 .list > ul > li{
    border-bottom: 1px #eee solid;
    padding:5px 0;
}
.n-products .products-right .products-box2 .list > ul > li > a{
    display: flex;
    align-items: center;
}
.n-products .products-right .products-box2 .list > ul > li.active > a,
.n-products .products-right .products-box2 .list > ul > li:hover > a{
    background-color: #d81324;
    color: #fff;
}
.n-products .products-right .products-box2 .list > ul > li > a:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}
.n-products .products-right .products-box2 .list > ul > li:hover > a:before,
.n-products .products-right .products-box2 .list > ul > li.active > a:before{
    background: #d81324;
}
.n-products .products-right .products-box2 .list > ul > li > ul{
    margin-top: 5px;
}
.n-products .products-right .products-box2 .list > ul > li > ul > li{
    margin-left: 15px;
}
.n-products .products-right .products-box2 .list > ul > li > ul > li:hover > a,
.n-products .products-right .products-box2 .list > ul > li > ul > li.active > a{
    color: #d81324;
}
.n-products .products-right .products-box3{
    margin-top: 30px;
    border:1px #ddd solid;
    padding:20px;
}
.n-products .products-right .products-box3 .title{
    background: #d81324;
    color: #fff;
    font-weight: 600;
    padding:10px 20px;
}
.n-products .products-right .products-box3 .list{
    margin-top: 10px;
}
.n-products .products-right .products-box3 .list li{
    border-bottom: 1px #eee solid;
    padding:10px 0;
}
.n-products .products-right .products-box3 .list a{
    display: flex;
    justify-content: space-between;
}
.n-products .products-right .products-box3 .list .image{
    width: 20%;
    position: relative;
}
.n-products .products-right .products-box3 .list .image img{
    width: 100%;
    display: block;
}
.n-products .products-right .products-box3 .list .image .mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    position: absolute;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.n-products .products-right .products-box3 .list a:hover .image .mask{
    opacity: 1;
}
.n-products .products-right .products-box3 .list .word{
    width: 76%;
}
.n-products .products-right .products-box3 .list .word .text{
    font-weight: 600;
    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-products .products-right .products-box3 .list .word .date{
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
}
.n-products .products-right .products-box3 .list .word .date i{
    font-size: 12px;
    color: #999;
    display: block;
    margin-right: 5px;
}
@media (max-width: 1280px) { 
    .n-products{
        flex-direction: column;
    }
    .n-products .products-left,
    .n-products .products-right{
        width: 100%;
    }
    .n-products .products-right{
        margin-top: 6%;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-products .products-left .list-group li{
        width: 100%;
        margin-right: 0;
    }
    .n-products .products-left .list-group .word{
        font-size: 18px;
    }
}

.n-productsdetail{
    display: flex;
    justify-content: space-between;
}
.n-productsdetail .productsdetail-left{
    width: 66%;
}
.n-productsdetail .productsdetail-left .productsdetail-box1{
    display: flex;
    justify-content: space-between;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left{
    width: 40%;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left img{
    width: 100%;
    display: block;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .bigImg{
    width: 100%;
    border:1px #ddd solid;
    position: relative;
    overflow: hidden;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .bigImg img{
    width: 100%;
    display: block;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left i{
    position: absolute;
    right: 20px;
    top:20px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg .swiper-slide{
    border:1px #ddd solid;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg .swiper-slide a{
    display: block;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg .swiper-slide-active{
    border-color: #d81324;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg .swiper-button-prev,
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg .swiper-button-next{
    width: 10px;
    position: static;
    margin:0;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg .swiper-button-prev:after,
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg .swiper-button-next:after{
    font-size: 20px;
    color: #2b2b2b;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg .swiper-button-prev{
    left: 0;
    justify-content: flex-start;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg .swiper-button-next{
    right: 0;
    justify-content: flex-end;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg .swiper-container{
    width: calc(100% - 54px);
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg li{
    cursor: pointer;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .left .smImg li img{
    width: 100%;
    display: block;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right{
    width: 54%;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box1 .title{
    font-size: 24px;
    font-weight: 600;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box1 .content{
    margin-top: 30px;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box1 .content .t{
    color: #666;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box1 .content .c{

}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box2,
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box3,
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box4{
    border-top: 1px #eee dashed;
    margin-top: 30px;
    padding-top: 30px;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box2 .title{
    white-space: nowrap;
    color: #666;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box2 .type{
    display: flex;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box2 .type a{
    display: block;
    color: #d81324;
    font-weight: 600;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box3{
    display: flex;
    align-items: center;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box3 i{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px #000 solid;
    border-radius: 50%;
    margin-right: 10px;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box3 .title{
    font-weight: 600;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box3 .content{
    display: flex;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box3 .content a{
    display: block;
    color: #d81324;
    font-weight: 600;
    margin-right: 20px;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box3 .content a:last-child{
    margin-right: 0;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box4 a{
    width: 32%;
    display: block;
    background: #d81324;
    color: #fff;
    padding:10px 20px;
    text-align: center;
}
.n-productsdetail .productsdetail-left .productsdetail-box1 .right .box4 a:hover{
    background: #000;
}
.n-productsdetail .productsdetail-left .productsdetail-box2,
.n-productsdetail .productsdetail-left .productsdetail-box3{
    padding-top: 60px;
}
.n-productsdetail .productsdetail-left .productsdetail-box2 .title,
.n-productsdetail .productsdetail-left .productsdetail-box3 .title{
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.n-productsdetail .productsdetail-left .productsdetail-box3 .list ul{
    display: flex;
    flex-wrap: wrap;
}
.n-productsdetail .productsdetail-left .productsdetail-box3 .list li{
    width: 32%;
    margin-right: 2%;
    margin-top: 3%;
}
.n-productsdetail .productsdetail-left .productsdetail-box3 .list li:nth-child(3n){
    margin-right: 0;
}
.n-productsdetail .productsdetail-left .productsdetail-box3 .list a{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.n-productsdetail .productsdetail-left .productsdetail-box3 .list .image{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.n-productsdetail .productsdetail-left .productsdetail-box3 .list .image img{
    width: 100%;
    display: block;
}
.n-productsdetail .productsdetail-left .productsdetail-box3 .list .image .mask{
    position: absolute;
    background: #d81324;
    color: #fff;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding:5px 10px;
    opacity: 0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-productsdetail .productsdetail-left .productsdetail-box3 .list a:hover .image .mask{
    opacity: 1;
}
.n-productsdetail .productsdetail-left .productsdetail-box3 .list .word{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
.n-productsdetail .productsdetail-right{
    width: 30%;
}
.n-productsdetail .productsdetail-right .productsdetail-box1{
    border:1px #ddd solid;
    padding:20px;
}
.n-productsdetail .productsdetail-right .productsdetail-box1 form{
    display: flex;
    justify-content: space-between;
}
.n-productsdetail .productsdetail-right .productsdetail-box1 input{
    width: calc(100% - 90px);
    border:1px #eee solid;
    padding:0 10px;
}
.n-productsdetail .productsdetail-right .productsdetail-box1 button{
    background: #d81324;
    border:none;
    color: #fff;
    cursor: pointer;
    width: 80px;
    height: 42px;
}
.n-productsdetail .productsdetail-right .productsdetail-box2{
    margin-top: 30px;
    border:1px #ddd solid;
    padding:20px;
}
.n-productsdetail .productsdetail-right .productsdetail-box2 .title{
    background: #d81324;
    color: #fff;
    font-weight: 600;
    padding:10px 20px;
}
.n-productsdetail .productsdetail-right .productsdetail-box2 .list{
    margin-top: 15px;
}
.n-productsdetail .productsdetail-right .productsdetail-box2 .list li{
    border-bottom: 1px #eee solid;
    padding:5px 0;
    display: flex;
    align-items: center;
}
.n-productsdetail .productsdetail-right .productsdetail-box2 .list li:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}
.n-productsdetail .productsdetail-right .productsdetail-box2 .list li:hover,
.n-productsdetail .productsdetail-right .productsdetail-box2 .list li.active{
    border-color: #d81324;
}
.n-productsdetail .productsdetail-right .productsdetail-box2 .list li:hover:before,
.n-productsdetail .productsdetail-right .productsdetail-box2 .list li.active:before{
    background: #d81324;
}
.n-productsdetail .productsdetail-right .productsdetail-box2 .list li.active a,
.n-productsdetail .productsdetail-right .productsdetail-box2 .list li:hover a{
    color: #d81324;
}
.n-productsdetail .productsdetail-right .productsdetail-box3{
    margin-top: 30px;
    border:1px #ddd solid;
    padding:20px;
}
.n-productsdetail .productsdetail-right .productsdetail-box3 .title{
    background: #d81324;
    color: #fff;
    font-weight: 600;
    padding:10px 20px;
}
.n-productsdetail .productsdetail-right .productsdetail-box3 .list{
    margin-top: 10px;
}
.n-productsdetail .productsdetail-right .productsdetail-box3 .list li{
    border-bottom: 1px #eee solid;
    padding:10px 0;
}
.n-productsdetail .productsdetail-right .productsdetail-box3 .list a{
    display: flex;
    justify-content: space-between;
}
.n-productsdetail .productsdetail-right .productsdetail-box3 .list .image{
    width: 20%;
    position: relative;
}
.n-productsdetail .productsdetail-right .productsdetail-box3 .list .image img{
    width: 100%;
    display: block;
}
.n-productsdetail .productsdetail-right .productsdetail-box3 .list .image .mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    position: absolute;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.n-productsdetail .productsdetail-right .productsdetail-box3 .list a:hover .image .mask{
    opacity: 1;
}
.n-productsdetail .productsdetail-right .productsdetail-box3 .list .word{
    width: 76%;
}
.n-productsdetail .productsdetail-right .productsdetail-box3 .list .word .text{
    font-weight: 600;
    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-productsdetail .productsdetail-right .productsdetail-box3 .list .word .date{
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
}
.n-productsdetail .productsdetail-right .productsdetail-box3 .list .word .date i{
    font-size: 12px;
    color: #999;
    display: block;
    margin-right: 5px;
}
@media (max-width: 1280px) { 
    .n-productsdetail{
        flex-direction: column;
    }
    .n-productsdetail .productsdetail-left,
    .n-productsdetail .productsdetail-right{
        width: 100%;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box1 .title{
        font-size: 20px;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box1 .content{
        margin-top: 3%;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box2,
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box3,
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box4{
        margin-top: 3%;
        padding-top: 3%;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box3 i{
        width: 24px;
        height: 24px;
        margin-left: 4px;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box3 .title{
        display: none;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box3 .content a{
        margin-right: 10px;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box4 a{
        padding:5px 10px;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box2,
    .n-productsdetail .productsdetail-left .productsdetail-box3{
        padding-top: 6%;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box3 .list li{
        width: 100%;
        margin-right: 0;
    }
    .n-productsdetail .productsdetail-right{
        margin-top: 6%;
    }
}
@media (max-width: 992px) { 
    .n-productsdetail .productsdetail-left .productsdetail-box1{
        flex-direction: column;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .left,
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right{
        width: 100%;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right{
        margin-top: 4%;
    }
}
@media (max-width: 750px) { 
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box1 .title{
        font-size: 18px;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box2 .type{
        margin-top: 0;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box4{
        flex-direction: column;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box4 a{
        width: 100%;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box1 .right .box4 a:nth-child(n+2){
        margin-top: 1%;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box2 .title,
    .n-productsdetail .productsdetail-left .productsdetail-box3 .title{
        font-size: 18px;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box3 .list li{
        width: 100%;
        margin-right: 0;
    }
    .n-productsdetail .productsdetail-left .productsdetail-box3 .list .word{
        font-size: 18px;
    }
}

.n-news{
    display: flex;
    justify-content: space-between;
}
.n-news .news-left{
    width: 66%;
}
.n-news .news-left .list-group{
    display: flex;
    flex-wrap: wrap;
}
.n-news .news-left .list-group li{
    width: 100%;
    border-bottom: 1px #ddd solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.n-news .news-left .list-group a{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.n-news .news-left .list-group .image{
    width: 30%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.n-news .news-left .list-group .image img{
    width: 100%;
    display: block;
    transform: scale(1.1);
    -webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-news .news-left .list-group a:hover .image img{
    transform: scale(1);
}
.n-news .news-left .list-group .image .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-news .news-left .list-group .image .mask i{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-news .news-left .list-group a:hover .image .mask{
    opacity: 1;
}
.n-news .news-left .list-group .word{
    width: 66%;
}
.n-news .news-left .list-group .word .box1{
    font-size: 24px;
    font-weight: 500;
}
.n-news .news-left .list-group .word .box2{
    display: flex;
    align-items: center;
    margin:20px 0;
}
.n-news .news-left .list-group .word .box2 .pic{
    border:1px #ddd solid;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.n-news .news-left .list-group .word .box2 .pic img{
    width: 100%;
    display: block;
}
.n-news .news-left .list-group .word .box2 .text{
    font-size: 14px;
    line-height: 1.5;
}
.n-news .news-left .list-group .word .box2 .text h1{
    font-weight: 600;
}
.n-news .news-left .list-group .word .box2 .text h2{
    color: #999;
    font-size: 12px;
    font-weight: 300;
}
.n-news .news-left .list-group .word .box3{
    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-right{
    width: 30%;
}
.n-news .news-right .news-box1{
    border:1px #ddd solid;
    padding:20px;
}
.n-news .news-right .news-box1 form{
    display: flex;
    justify-content: space-between;
}
.n-news .news-right .news-box1 input{
    width: calc(100% - 90px);
    border:1px #eee solid;
    padding:0 10px;
}
.n-news .news-right .news-box1 button{
    background: #d81324;
    border:none;
    color: #fff;
    cursor: pointer;
    width: 80px;
    height: 42px;
}
.n-news .news-right .news-box2{
    margin-top: 30px;
    border:1px #ddd solid;
    padding:20px;
}
.n-news .news-right .news-box2 .title{
    background: #d81324;
    color: #fff;
    font-weight: 600;
    padding:10px 20px;
}
.n-news .news-right .news-box2 .list{
    margin-top: 15px;
}
.n-news .news-right .news-box2 .list li{
    border-bottom: 1px #eee solid;
    padding:5px 0;
    display: flex;
    align-items: center;
}
.n-news .news-right .news-box2 .list li:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}
.n-news .news-right .news-box2 .list li:hover,
.n-news .news-right .news-box2 .list li.active{
    border-color: #d81324;
}
.n-news .news-right .news-box2 .list li:hover:before,
.n-news .news-right .news-box2 .list li.active:before{
    background: #d81324;
}
.n-news .news-right .news-box2 .list li.active a,
.n-news .news-right .news-box2 .list li:hover a{
    color: #d81324;
}
.n-news .news-right .news-box3{
    margin-top: 30px;
    border:1px #ddd solid;
    padding:20px;
}
.n-news .news-right .news-box3 .title{
    background: #d81324;
    color: #fff;
    font-weight: 600;
    padding:10px 20px;
}
.n-news .news-right .news-box3 .list{
    margin-top: 10px;
}
.n-news .news-right .news-box3 .list li{
    border-bottom: 1px #eee solid;
    padding:10px 0;
}
.n-news .news-right .news-box3 .list a{
    display: flex;
    justify-content: space-between;
}
.n-news .news-right .news-box3 .list .image{
    width: 20%;
    position: relative;
}
.n-news .news-right .news-box3 .list .image img{
    width: 100%;
    display: block;
}
.n-news .news-right .news-box3 .list .image .mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    position: absolute;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.n-news .news-right .news-box3 .list a:hover .image .mask{
    opacity: 1;
}
.n-news .news-right .news-box3 .list .word{
    width: 76%;
}
.n-news .news-right .news-box3 .list .word .text{
    font-weight: 600;
    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-right .news-box3 .list .word .date{
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
}
.n-news .news-right .news-box3 .list .word .date i{
    font-size: 12px;
    color: #999;
    display: block;
    margin-right: 5px;
}
@media (max-width: 1280px) { 
    .n-news{
        flex-direction: column;
    }
    .n-news .news-left,
    .n-news .news-right{
        width: 100%;
    }
    .n-news .news-right{
        margin-top: 6%;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-news .news-left .list-group li{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .n-news .news-left .list-group a{
        flex-direction: column;
    }
    .n-news .news-left .list-group .image,
    .n-news .news-left .list-group .word{
        width: 100%;
    }
    .n-news .news-left .list-group .word .box1{
        font-size: 18px;
    }
    .n-news .news-left .list-group .word .box2{
        margin:10px 0;
    }
}

.n-newsdetail{

}
.n-newsdetail .box1{
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding-bottom: 10px;
}
.n-newsdetail .box1 .text{
    font-size: 24px;
    font-weight: 900;
}
.n-newsdetail .box1 .date{
    color: #999;
    font-size: 14px;
}
.n-newsdetail .box2{
    margin:20px 0;
}
.n-newsdetail .box3{
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
}
.n-newsdetail .box3 i{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border:1px #ddd solid;
    border-radius: 2px;
    margin-right: 10px;
}
.n-newsdetail .box3 a{
    height: 36px;
    padding:0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px #ddd solid;
    border-radius: 2px;
}
.n-newsdetail .box3 a:hover{
    background: #d81324;
    color: #fff;
    border-color: #d81324;
}
.n-newsdetail .box4{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.n-newsdetail .box4 .left,
.n-newsdetail .box4 .right{
    width: 49%;
    display: flex;
    align-items: center;
}
.n-newsdetail .box4 .right{
    flex-direction: row-reverse;
}
.n-newsdetail .box4 .image{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border:1px #ddd solid;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-newsdetail .box4 .left:hover .image,
.n-newsdetail .box4 .right:hover .image{
    background: #d81324;
    color: #fff;
    border-color: #d81324;
}
.n-newsdetail .box4 .left .image{
    margin-right: 20px;
}
.n-newsdetail .box4 .right .image{
    margin-left: 20px;
}
.n-newsdetail .box4 .text h1{
    font-size: 14px;
    color: #999;
}
.n-newsdetail .box5{
    margin-top: 40px;
}
.n-newsdetail .box5 .title{
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.n-newsdetail .box5 .list ul{
    display: flex;
    flex-wrap: wrap;
}
.n-newsdetail .box5 .list li{
    margin-top: 20px;
    width: 32%;
    margin-right: 2%;
}
.n-newsdetail .box5 .list li:nth-child(3n){
    margin-right: 0;
}
.n-newsdetail .box5 .list .image{
    margin-bottom: 10px;
}
.n-newsdetail .box5 .list .image img{
    width: 100%;
    display: block;
}
.n-newsdetail .box5 .list .word .t{
    font-size: 20px;
    font-weight: 800;
}
.n-newsdetail .box5 .list .word .d{
    font-size: 14px;
    color: #999;
}
.n-newsdetail .box6{
    margin-top: 40px;
}
.n-newsdetail .box6 .title{
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 1280px) { 
    .n-newsdetail .box5 .list li{
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-newsdetail .box1 .text{
        font-size: 18px;
    }
    .n-newsdetail .box4{
        flex-direction: column;
    }
    .n-newsdetail .box4 .left,
    .n-newsdetail .box4 .right{
        width: 100%;
    }
    .n-newsdetail .box4 .right{
        margin-top: 20px;
        flex-direction: row;
    }
    .n-newsdetail .box4 .image{
        display: none;
    }
    .n-newsdetail .box5 .title,
    .n-newsdetail .box6 .title{
        font-size: 18px;
    }
    .n-newsdetail .box5 .list .word .t{
        font-size: 18px;
    }
}

.n-capacity{

}
.n-capacity .box2{
    margin-top: 80px;
}
.n-capacity .title{
    font-size: 28px;
    line-height: 24px;
    color: #d81324;
    font-weight: 500;
}
.n-capacity .content{
    margin:40px 0;
}
.n-capacity .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-capacity .list .swiper-button-prev,
.n-capacity .list .swiper-button-next{
    position: static;
}
.n-capacity .list .swiper-button-prev:after,
.n-capacity .list .swiper-button-next:after{
    font-size: 20px;
    font-weight: 800;
    color: #333;
}
.n-capacity .list .swiper-container{
    width: calc(100% - 80px);
}
.n-capacity .list a{
    display: block;
    position: relative;
}
.n-capacity .list img{
    width: 100%;
    display: block;
}
.n-capacity .list a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-capacity .list a:hover:before{
    opacity: 1;
}
.n-capacity .list .zoom{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    color: #fff;
    opacity: 0;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-capacity .list .zoom em{
    font-size: 32px;
    font-weight: 900;
}
.n-capacity .list a:hover .zoom{
    opacity: 1;
    transform: translate(-50%, -50%);
}
@media (max-width: 1280px) { 
    .n-capacity .box2{
        margin-top: 8%;
    }
    .n-capacity .content{
        margin:4% 0;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-capacity .title{
        font-size: 20px;
    }
    .n-capacity .list .swiper-container{
        width: calc(100% - 60px);
    }
}

.n-contact{
    
}
.n-contact .contact-box1{
    display: flex;
    justify-content: space-between;
}
.n-contact .contact-box1 .left,
.n-contact .contact-box1 .right{
    width: 48%;
}
.n-contact .contact-box1 .left li{
    display: flex;
    margin-bottom: 20px;
}
.n-contact .contact-box1 .left li:last-child{
    margin-bottom: 0;
}
.n-contact .contact-box1 .left .image{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d81324;
    color: #fff;
    margin-right: 20px;
}
.n-contact .contact-box1 .left .image em{
    font-size: 20px;
}
.n-contact .contact-box1 .right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n-contact .contact-box1 .right li{
    width: 49%;
    margin-bottom: 20px;
}
.n-contact .contact-box1 .right li.wid-100{
    width: 100%;
}
.n-contact .contact-box1 .right li:last-child{
    margin-bottom: 0;
}
.n-contact .contact-box1 .right input,
.n-contact .contact-box1 .right textarea{
    width: 100%;
    background: #eeeeee;
    border:1px #ccc solid;
    outline:none;
}
.n-contact .contact-box1 .right input{
    height: 42px;
    padding: 0 10px;
}
.n-contact .contact-box1 .right textarea{
    padding:10px;
    height: 180px;
    resize: none;
}
.n-contact .contact-box1 .right button{
    background: #d81324;
    cursor: pointer;
    border:none;
    color: #fff;
    padding: 0 20px;
    height: 42px;
}
.n-contact .contact-box2{
    margin-top: 80px;
    height: 560px;
}
.n-contact .contact-box2 .my-map{
    height: 100%;
}
@media (max-width: 1280px) { 
    .n-contact .contact-box2{
        margin-top: 8%;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-contact .contact-box1{
        flex-direction: column;
    }
    .n-contact .contact-box1 .left,
    .n-contact .contact-box1 .right{
        width: 100%;
    }
    .n-contact .contact-box1 .right{
        margin-top: 6%;
    }
    .n-contact .contact-box1 .right li{
        width: 100%;
    }
}

.n-message .content{
    width: 100%;
    overflow: hidden;
}
.n-message .content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n-message .content li{
    width: 32%;
    float: left;
    margin-top: 40px;
}
.n-message .content li.wid-100{
    width: 100%;
}
.n-message .content li .text{
    font-weight: 600;
    color: #999;
}
.n-message .content input,
.n-message .content textarea{
    width: 100%;
    height: 60px;
    background: #f7f7f7;
    display: block;
    border:none;
    outline: none;
    padding:0 24px;
}
.n-message .content textarea{
    height: 320px;
    resize: none;
    padding:24px;
    display: block;
}
.n-message .content li.code{
    display: flex;
    align-items: center;
}
.n-message .content li.code img{
    display: block;
    margin-left: 10px;
}
.n-message .content button{
    width: 200px;
    cursor: pointer;
    border:none;
    outline: none;
    background: #fff;
    border:2px #000 solid;
    height: 60px;
    margin:0 auto;
    display: block;
    border-radius: 40px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-message .content button span{
    display: block;
    margin-right: 20px;
}
.n-message .content button:hover{
    background: #d81324;
    border-color: #d81324;
    color: #fff;
}
.n-message .content button:hover i {
    animation: aw 1s ease-out infinite;
    position: relative;
}
@media (max-width: 1280px) { 
    .n-message .content li{
        margin-top: 4%;
    }
    .n-message .content input, 
    .n-message .content textarea{
        height: 48px;
        padding:0 14px;
    }
    .n-message .content textarea{
        height: 280px;
        padding:14px;
    }
    .n-message .content button{
        height: 48px;
    }
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-message .content li{
        width: 100%;
    }
    .n-message .content textarea{
        height: 240px;
    }
}