@charset "utf-8";
/*banner*/
.n-banner{
    width: 100%;
    /*height: calc(100% - 50px);*/
    overflow: hidden;
}
.n-banner img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    overflow: hidden;
}

/*about*/
.n-about{
    width: 100%;
    padding-top: 190px;
    padding-bottom: 150px;
    overflow: hidden;
}
.n-about .box1{
    width: 65%;
    margin:0 auto;
    overflow: hidden;
}
.n-about .box1 .title{
    width: 100%;
    overflow: hidden;
}
.n-about .box1 .title h1{
    font-size: 72px;
    font-weight: bolder;
    line-height: 72px;
}
.n-about .box1 .title h2{
    font-size: 44px;
    line-height: 44px;
    margin-top: 14px;
}
.n-about .box1 .typelist{
    width: 100%;
    overflow: hidden;
    margin-top: 120px;
    padding-bottom: 90px;
    border-bottom: 1px #000 solid;
}
.n-about .box1 .typelist ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.n-about .box1 .typelist li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding:0 9%;
    color: #999999;
    cursor: pointer;
}
.n-about .box1 .typelist li .image{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.n-about .box1 .typelist li .image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.n-about .box1 .typelist li.active .image img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
.n-about .box1 .typelist li.active .text{
    color: #fe0000;
}
.n-about .box1 .content{
    width: 100%;
    padding-top: 90px;
    overflow: hidden;
}
.n-about .box1 .content .t{
    width: 100%;
    overflow: hidden;
}
.n-about .box1 .content .t h1{
    font-size: 36px;
    line-height: 36px;
}
.n-about .box1 .content .t h2{
    font-size: 32px;
    line-height: 32px;
    margin-top: 10px;
}
.n-about .box1 .content .c{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}
.n-about .box1 .content .c .left{
    width: 54.8%;
}
.n-about .box1 .content .c .right{
    width: 36%;
}
.n-about .box1 .content .c .right img{
    width: 100%;
    display: block;
}
.n-about .box2{
    width: 100%;
    margin-top: 132px;
    background: url(../images/about-02.jpg) no-repeat center;
    background-size: cover;
    padding:160px 0;
    overflow: hidden;
}
.n-about .box2 .bodym{
    width: 65%;
    margin:0 auto;
    overflow: hidden;
}
.n-about .box2 .bodym .title{
    width: 100%;
    color: #fff;
    border-bottom: 1px #fff solid;
    padding-bottom: 24px;
    font-size: 34px;
    line-height: 34px;
    overflow: hidden;
}
.n-about .box2 .bodym .content{
    width: 100%;
    color: #fff;
    padding:60px 0;
    overflow: hidden;
}
.n-about .box2 .bodym .list{
    width: 100%;
    overflow: hidden;
}
.n-about .box2 .bodym .list ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.n-about .box2 .bodym .list li{
    width: 23.5%;
    background: rgba(255, 255, 255, .9);
    float: left;
    padding:30px 15px;
}
.n-about .box2 .bodym .list h1{
    font-size: 36px;
    line-height: 36px;
}
.n-about .box2 .bodym .list h1 span{
    font-size: 12px;
}
.n-about .box2 .bodym .list h2{
    font-size: 12px;
}
.n-about .box3{
    width: 65%;
    margin:0 auto;
    padding-top: 90px;
    overflow: hidden;
}
.n-about .box3 .div1{
    width: 100%;
    overflow: hidden;
}
.n-about .box3 .div1 img{
    display: block;
    float: right;
}
.n-about .box3 .div2{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
    overflow: hidden;
}
.n-about .box3 .div2 h1{
    font-weight: bolder;
    font-size: 60px;
    line-height: 60px;
}
.n-about .box3 .div2 h2{
    margin-top: 20px;
    font-size: 24px;
}
.n-about .box3 .div3{
    width: 100%;
    overflow: hidden;
}
.n-about .box3 .div3 img{
    width: 100%;
    display: block;
    height: auto;
}
.n-about .box3 .div4{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
.n-about .box4{
    width: 65%;
    margin:0 auto;
    margin-top: 90px;
    padding-top: 130px;
    border-top: 1px #000 solid;
    overflow: hidden;
}
.n-about .box4 .title{
    text-align: center;
    font-size: 32px;
    width: 100%;
    overflow: hidden;
}
.n-about .box4 .content{
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
}
.n-about .box4 .content .wordbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.n-about .box4 .content .wordbox .left{
    width: 54.8%;
}
.n-about .box4 .content .wordbox .left h1{
    font-size: 48px;
    font-weight: bolder;
    line-height: 48px;
}
.n-about .box4 .content .wordbox .left h2{
    margin-top: 30px;
}
.n-about .box4 .content .wordbox .right{
    width: 36%;
}
.n-about .box4 .content .wordbox .right img{
    width: 100%;
    display: block;
    height: auto;
}
.n-about .box4 .content .controlbox{
    width: 100%;
    margin-top: 90px;
    position: relative;
    overflow: hidden;
}
.n-about .box4 .content .controlbox:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top:11px;
}
.n-about .box4 .content .controlbox li{
    width: 40px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.n-about .box4 .content .controlbox li .dot{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin:0 auto;
    margin-bottom: 6px;
    background: transparent;
    position: relative;
}
.n-about .box4 .content .controlbox li .dot:before{
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -7px;
    margin-left: -7px;
    background: #ccc;
}
.n-about .box4 .content .controlbox li.swiper-slide-active .dot{
    background: rgba(253, 0, 0, .3);
}
.n-about .box4 .content .controlbox li.swiper-slide-active .dot:before{
    background: rgba(253, 0, 0, 1);
}
.n-about .box4 .content .controlbox li .content{
    display: none;
}

/*products*/
.n-products{
    width: 65%;
    margin:180px auto 220px;
    overflow: hidden;
}
.n-products .typebox{
    width: 100%;
    overflow: hidden;
}
.n-products .typebox .title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}
.n-products .typebox .title .left h1{
    font-size: 72px;
    font-weight: bolder;
    line-height: 72px;
}
.n-products .typebox .title .left h2{
    font-size: 44px;
    line-height: 44px;
    margin-top: 14px;
}
.n-products .typebox .title .right img{
    display: block;
}
.n-products .typebox .list{
    width: 100%;
    overflow: hidden;
}
.n-products .typebox .list ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.n-products .typebox .list li{
    width: 32%;
    margin-top: 100px;
    text-align: center;
    margin-right: 2%;
    padding:8px;
    overflow: hidden;
}
.n-products .typebox .list li:nth-child(3n){
    margin-right: 0;
}
.n-products .typebox .list li .bodym{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    overflow: hidden;
}
.n-products .typebox .list li .bodym .image img{
    width: 100%;
    display: block;
}
.n-products .typebox .list li .bodym .word{
    width: 100%;
    padding:14% 10%;
    overflow: hidden;
}
.n-products .typebox .list li .bodym .word .text{
    font-size: 18px;
    font-weight: bolder;
}
.n-products .typebox .list li .bodym .word .content{
    margin-top: 20px;
}
.n-products .typebox .list li .bodym .word .content dd{
    margin-right: 6px;
    float: left;
    margin-top: 10px;
}
.n-products .typebox .list li .bodym .word .content dd a{
    border:2px #e6e6e6 solid;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 10px;
    line-height: 24px;
}
.n-products .typebox .list li .bodym .word .content dd a:hover{
    background: #fe0000;
    border-color: #fe0000;
    color: #fff;
}

.n-detail{
    width: 65%;
    margin:90px auto 160px;
    overflow: hidden;
}
.n-detail .box1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.n-detail .box1 .left{
    width: 54%;
}
.n-detail .box1 .left img{
    width: 100%;
    display: block;
}
.n-detail .box1 .left .bigImg{
	width: 100%;
	border:1px #eee solid;
	overflow: hidden;
}
.n-detail .box1 .left .bigImg img{
	width: 100%;
	display: block;
}
.n-detail .box1 .left .smImg{
	margin-top: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n-detail .box1 .left .smImg .swiper-button-prev,
.n-detail .box1 .left .smImg .swiper-button-next{
	width: 10px;
	position: static;
	margin:0;
}
.n-detail .box1 .left .smImg .swiper-button-prev:after,
.n-detail .box1 .left .smImg .swiper-button-next:after{
	font-size: 20px;
	color: #2b2b2b;
}
.n-detail .box1 .left .smImg .swiper-button-prev{
	left: 0;
	justify-content: flex-start;
}
.n-detail .box1 .left .smImg .swiper-button-next{
	right: 0;
	justify-content: flex-end;
}
.n-detail .box1 .left .smImg .swiper-container{
	width: calc(100% - 40px);
}
.n-detail .box1 .left .smImg li{
	cursor: pointer;
	border:1px #eee solid;
}
.n-detail .box1 .left .smImg li.swiper-slide-active{
	border-color: #fe0000;
}
.n-detail .box1 .left .smImg li img{
	width: 100%;
	display: block;
}
.n-detail .box1 .right{
    width: 40%;
}
.n-detail .box1 .right .title h1{
    font-size: 24px;
}
.n-detail .box1 .right .title h2{
    color: #fe0000;
}
.n-detail .box1 .right .summary{
    width: 100%;
    margin:40px 0;
}
.n-detail .box1 .right .summary img{
    max-width: 100%;
}
.n-detail .box1 .right .more{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.n-detail .box1 .right .more a{
    display: block;
    border:1px #fe0000 solid;
    color: #fe0000;
    padding:0 20px;
    line-height: 34px;
}
.n-detail .box1 .right .more a:hover{
    background: #fe0000;
    color: #fff;
}
.n-detail .box1 .right .more span{
    font-family: "宋体";
    font-weight: bolder;
}
.n-detail .box2{
    width: 100%;
    margin-top: 100px;
    border-top: 1px #000 solid;
    padding-top: 100px;
    overflow: hidden;
}
.n-detail .box2 .hd{
    width: 100%;
    overflow: hidden;
}
.n-detail .box2 .hd ul{
    display: flex;
}
.n-detail .box2 .hd li{
    background: #000000;
    color: #fff;
    margin-right: 14px;
    cursor: pointer;
}
.n-detail .box2 .hd li.active{
    background: #f6f6f6;
    color: #222;
}
.n-detail .box2 .hd li .text{
    padding:0 20px;
    line-height: 44px;
    font-size: 18px;
}
.n-detail .box2 .hd li .line{
    width: 100%;
    height: 14px;
    background: #fff;
}
.n-detail .box2 .hd li.active .line{
    background: #f6f6f6;
}
.n-detail .box2 .bd{
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding:40px;
}
.n-detail .box2 .bd li{
    display: none;
}
.n-detail .box2 .bd li.active{
    display: block;
}
.n-detail .box2 .bd li img{
    max-width: 100%;
}

/*knowledge*/
.n-knowledge{
    width: 65%;
    margin:160px auto 100px;
    overflow: hidden;
}
.n-knowledge .title{
    width: 100%;
    overflow: hidden;
}
.n-knowledge .title h1{
    font-size: 72px;
    font-weight: bolder;
    line-height: 72px;
}
.n-knowledge .title h2{
    font-size: 44px;
    line-height: 44px;
    margin-top: 14px;
}
.n-knowledge .content{
    width: 100%;
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.n-knowledge .content .left{
    width: 270px;
}
.n-knowledge .content .left li{
    line-height: 46px;
    padding:0 20px;
}
.n-knowledge .content .left li.active{
    background: #f7f7f7;
    font-size: 18px;
    line-height: 60px;
}
.n-knowledge .content .left a{
    display: flex;
}
.n-knowledge .content .left span{
    font-weight: bolder;
    color: #fe0000;
    margin-right: 8px;
}
.n-knowledge .content .left li.active span{
    display: none;
}
.n-knowledge .content .right{
    width: calc(100% - 300px);
    background: #f7f7f7;
    padding:6%;
    overflow: hidden;
}
.n-knowledge .content .right .word-title{
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
}
.n-knowledge .content .right .word-content{
    margin-top: 40px;
}

/*download*/
.n-download{
    width: 65%;
    margin:0 auto;
    margin-top: 186px;
    margin-bottom: 142px;
    overflow: hidden;
}
.n-download .title{
    width: 100%;
    overflow: hidden;
}
.n-download .title h1{
    font-size: 72px;
    font-weight: bolder;
    line-height: 72px;
}
.n-download .title h2{
    font-size: 44px;
    line-height: 44px;
    margin-top: 14px;
}
.n-download .content{
    width: 100%;
    overflow: hidden;
}
.n-download .content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n-download .content li{
    width: 23.5%;
    margin-top: 124px;
    float: left;
}
.n-download .content li .image img{
    width: 100%;
    display: block;
    height: auto;
}
.n-download .content li .text{
    padding:0 15px;
    background: #565f70;
    text-align: center;
    color: #fff;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-download .content li .list{
    display: none;
}
.n-download .content li .list dl{
    width: 100%;
    background: #f4f8fb;
    padding:20px 30px;
    overflow: hidden;
}
.n-download .content li .list dl dd{
    width: 100%;
    border-bottom: 1px #a6a7a9 dashed;
    float: left;
    padding:10px 0;
}
.n-download .content li .list dl dd:last-child{
    border-bottom: none;
}
.n-download .content li .list dl dd a{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.n-download .content li .list dl dd a .right{
    white-space:nowrap;
}

/*service*/
.n-service{
    width: 100%;
    overflow: hidden;
}
.n-service .bodym{
    width: 65%;
    margin:0 auto;
    padding-top: 190px;
    padding-bottom: 100px;
    overflow: hidden;
}
.n-service .bodym .top{
    width: 100%;
    overflow: hidden;
    border-bottom: 2px #000 solid;
    padding-bottom: 90px;
    margin-bottom: 80px;
}
.n-service .bodym .top .title{
    width: 100%;
    overflow: hidden;
}
.n-service .bodym .top .title h1{
    font-size: 72px;
    font-weight: bolder;
    line-height: 72px;
}
.n-service .bodym .top .title h2{
    font-size: 44px;
    line-height: 44px;
    margin-top: 14px;
}
.n-service .bodym .top .content{
    width: 100%;
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.n-service .bodym .top .content .left{
    width: 47%;
}
.n-service .bodym .top .content .left img{
    width: 100%;
    display: block;
    height: auto;
}
.n-service .bodym .top .content .right{
    width: 43%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.n-service .bodym .top .content .right .more a{
    display: block;
    border:2px #f30502 solid;
    color: #f30502;
    padding:2px 20px;
}
.n-service .bodym .top .content .right .more a:hover{
    background: #f30502;
    color: #fff;
}
.n-service .bodym .top .content .right .more a span{
    font-family: '宋体';
}
.n-service .bodym .bottom{
    width: 100%;
    overflow: hidden;
}
.n-service .bodym .bottom .hd{
    width: 100%;
    overflow: hidden;
}
.n-service .bodym .bottom .hd ul{
    display: flex;
    justify-content: space-between;
}
.n-service .bodym .bottom .hd li{
    width: 15.6%;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.n-service .bodym .bottom .hd li .text{
    text-align: center;
    padding:15px;
}
.n-service .bodym .bottom .hd li .text .image img{
    width: 54px;
    display: block;
    margin:30px auto;
    height: auto;
}
.n-service .bodym .bottom .hd li .arrow{
    width: 100%;
    padding:0 15px;
    font-family: '宋体';
    display: flex;
    justify-content: flex-end;
}
.n-service .bodym .bottom .hd li .arrow .word{
    transform: rotate(90deg);
    transition: all 0.3s ease-out;
    font-weight: bolder;
}
.n-service .bodym .bottom .hd li.active .arrow .word{
    transform: rotate(270deg);
}
.n-service .bodym .bottom .hd li .line{
    width: 100%;
    height: 15px;
    background: #fff;
    overflow: hidden;
}
.n-service .bodym .bottom .hd li.active .line{
    background:none;
}
.n-service .bodym .bottom .bd{
    width: 100%;
    overflow: hidden;
}
.n-service .bodym .bottom .bd li{
    width: 100%;
    background:#f7f7f7;
    padding:80px;
    display: none;
    overflow: hidden;
}
.n-service .bodym .bottom .bd li.active{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.n-service .bodym .bottom .bd li .left{
    width: 44%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.n-service .bodym .bottom .bd li .left .t h1{
    font-size: 30px;
    font-weight: bolder;
    line-height: 30px;
}
.n-service .bodym .bottom .bd li .left .t h2{
    font-size: 20px;
    margin-top: 6px;
}
.n-service .bodym .bottom .bd li .left .c{
    margin-top: 48px;
}
.n-service .bodym .bottom .bd li .left .m{
    margin-top: 100px;
    margin-bottom: 30px;
}
.n-service .bodym .bottom .bd li .left .m a{
    display: block;
    border:2px #f30502 solid;
    color: #f30502;
    padding:2px 20px;
}
.n-service .bodym .bottom .bd li .left .m a:hover{
    background: #f30502;
    color: #fff;
}
.n-service .bodym .bottom .bd li .left .m a span{
    font-family: '宋体';
}
.n-service .bodym .bottom .bd li .left .r{
    display: flex;
}
.n-service .bodym .bottom .bd li .left .r span{
    font-size: 28px;
    color: #f30502;
}
.n-service .bodym .bottom .bd li .right{
    width: 42%;
}
.n-service .bodym .bottom .bd li .right img{
    width: 100%;
    display: block;
    height: auto;
}

/*application*/
.n-app{
    width: 100%;
    overflow: hidden;
}
.n-app .bodym{
    width: 82%;
    margin:0 auto;
    padding-top: 186px;
    padding-bottom: 168px;
    overflow: hidden;
}
.n-app .bodym .top{
    width: 80%;
    margin:0 auto;
    overflow: hidden;
}
.n-app .bodym .top .title{
    width: 100%;
    overflow: hidden;
}
.n-app .bodym .top .title h1{
    font-size: 74px;
    font-weight: bolder;
    line-height: 74px;
}
.n-app .bodym .top .title h2{
    font-size: 46px;
    line-height: 46px;
    margin-top: 14px;
}
.n-app .bodym .top .content{
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
}
.n-app .bodym .bottom{
    width: 100%;
    margin-top:100px;
    overflow: hidden;
}
.n-app .bodym .bottom .accordion {
    height: 492px;
    overflow: hidden;
    position:relative;
}
.n-app .bodym .bottom .accordion__ul { 
    display:block;
    list-style: none;
    margin: 0;
    padding: 0;
    width:9999px;
    height:100%;
    overflow:hidden;
    position:absolute;
    left:0;
    top:0; 
}
.n-app .bodym .bottom .accordion__li { 
    display:block;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 492px;
    float:left;
    overflow: hidden;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.n-app .bodym .bottom .accordion__li .t{
    line-height: 20px;
    height: 50px;
}
.n-app .bodym .bottom .accordion__li.active .t{
    color: #fe0000;
}
.n-app .bodym .bottom .accordion__li .t h2{
    font-size: 12px;
}
.n-app .bodym .bottom .accordion__li .c{
    height: 442px;
    overflow: hidden;
    position: relative;
    transform: scale(.92); 
}
.n-app .bodym .bottom .accordion__li.active .c{
    transform: scale(1);
}
.n-app .bodym .bottom .accordion__li .c img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.n-app .bodym .bottom .accordion__li .c .text{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
    background:rgba(110, 125, 145, .9);
    color: #fff;
    padding:0 38px;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.n-app .bodym .bottom .accordion__li.active .c .text{
    visibility: visible;
    opacity: 1;
}
.n-app .bodym .bottom .accordion__li .c .text h2{
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    padding:12px 0;
    margin:20px 0;
    font-size: 12px;
    line-height: 24px;
}
.n-app .bodym .bottom .accordion__li .c .text h3 a{
    color: #fff;
    font-size: 12px;
}
.n-app .bodym .bottom .accordion__li .c .text h3 a span{
    font-family: '宋体';
}

/*feedback*/
.n-feedback{
    width: 100%;
    padding:270px 0;
    overflow: hidden;
}
.n-feedback .bodym{
    width: 75.8333333%;
    background:#fff;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
}
.n-feedback .bodym .left{
    width: 44%;
    padding:60px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
}
.n-feedback .bodym .left .top h1{
    font-size: 60px;
    font-weight: bolder;
    line-height: 60px;
    word-wrap:break-word;
}
.n-feedback .bodym .left .top h2{
    font-size: 35px;
    font-weight: bolder;
    margin-top: 36px;
}
.n-feedback .bodym .left .top h3{
    display: flex;
    margin-top: 36px;
}
.n-feedback .bodym .left .top h3 a{
    display: block;
    padding:0 24px;
    background:#000;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    line-height: 36px;
}
.n-feedback .bodym .left .bottom ul{
    display: flex;
}
.n-feedback .bodym .left .bottom li{
    margin-right: 10px;
}
.n-feedback .bodym .left .bottom li:last-child{
    margin-right: 0;
}
.n-feedback .bodym .left .bottom a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.n-feedback .bodym .left .bottom .image{
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.n-feedback .bodym .left .bottom .image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.n-feedback .bodym .left .bottom .text{
    margin-top: 10px;
    font-size: 12px;
}
.n-feedback .bodym .right{
    width: 56%;
    background:#000000;
    padding:60px 66px;
    overflow: hidden;
}
.n-feedback .bodym .right .title{
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.n-feedback .bodym .right .title h1{
    font-size: 34px;
    font-weight: bolder;
}
.n-feedback .bodym .right .title h2{
    font-size: 23px;
    margin-top: 10px;
    font-weight: 600;
}
.n-feedback .bodym .right .content{
    width: 100%;
    overflow: hidden;
}
.n-feedback .bodym .right .content li{
    margin-top: 30px;
}
.n-feedback .bodym .right .content input{
    width: 100%;
    display: block;
    height: 48px;
    border-radius: 8px;
    padding:0 20px;
    border:none;
}
.n-feedback .bodym .right .content textarea{
    width: 100%;
    display: block;
    height: 88px;
    border-radius: 8px;
    padding:14px 20px;
    border:none;
    resize: none;
}
.n-feedback .bodym .right .content button{
    width: 100%;
    display: block;
    height: 48px;
    border-radius: 8px;
    border:none;
    background:#b6b6b6;
    color: #fff;
    cursor: pointer;
}

/*contact*/
.n-contact{
    width: 100%;
    padding:270px 0;
    overflow: hidden;
}
.n-contact .bodym{
    width: 75.8333333%;
    background:#fff;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
}
.n-contact .bodym .left{
    width: 44%;
    padding:60px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
}
.n-contact .bodym .left .my-map{
    width: 100%;
    height: 100%;
}
.n-contact .bodym .right{
    width: 56%;
    background:#000000;
    padding:60px 66px;
    overflow: hidden;
}
.n-contact .bodym .right .title{
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.n-contact .bodym .right .title h1{
    font-size: 34px;
    font-weight: bolder;
}
.n-contact .bodym .right .title h2{
    font-size: 23px;
    margin-top: 10px;
    font-weight: 600;
}
.n-contact .bodym .right .content{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.n-contact .bodym .right .content li{
    margin-top: 28px;
    background:#fff;
    border-radius: 8px;
    padding:0 20px;
    height: 48px;
    display: flex;
    align-items: center;
}
.n-contact .bodym .right .content li:last-child{
    background:#b6b6b6;
    color: #fff;
    justify-content: center;
    margin-top: 66px;
}

/*news*/
.n-news{
    width: 76%;
    margin: 190px auto;
    overflow: hidden;
}
.n-news .title{
    width: 100%;
    overflow: hidden;
}
.n-news .title h1{
    font-size: 58px;
    font-weight: bolder;
    line-height: 58px;
    text-transform: uppercase;
}
.n-news .title h2{
    font-size: 28px;
    line-height: 28px;
    margin-top: 14px;
}
.n-news .content{
    width: 100%;
    margin-top: 76px;
    overflow: hidden;
}
.n-news .content .list{
    width: 100%;
    overflow: hidden;
}
.n-news .content .list li{
    width: 100%;
    float: left;
}
.n-news .content .list a{
    display: flex;
    align-items: stretch;
}
.n-news .content .list .left{
    width:43%; 
}
.n-news .content .list .left img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.n-news .content .list .right{
    width: 67%;
    background: #000000;
    color: #fff;
    padding:8%;
}
.n-news .content .list .right h1{
    font-weight: bolder;
    font-size: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-news .content .list .right h2{
    margin-top: 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.n-news .content .page{
    width: 100%;
    margin-top: 96px;
    overflow: hidden;
}
.n-news .content .page ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-news .content .page li{
    font-weight: bolder;
    font-size: 18px;
}
.n-news .content .page li.first,
.n-news .content .page li.last{
    display: none;
}
.n-news .content .page li.prev,
.n-news .content .page li.next{
    font-family: '宋体';
}
.n-news .content .page a{
    display: block;
    margin:0 10px;
}
.n-news .content .page li.active a{
    color: #fe0000;
}
.n-newsdetail{
    width: 45%;
    margin:0 auto;
    margin-top: 160px;
    margin-bottom: 260px;
    overflow: hidden;
}
.n-newsdetail h1{
    font-weight: bolder;
    font-size: 40px;
    line-height: 40px;
}
.n-newsdetail h2{
    margin-top: 50px;
}
.n-newsdetail h2 img{
    max-width: 100%;
}