@charset "utf-8";
.n-banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.n-banner > img{
	width: 100%;
	display: block;
}
.n-banner .banner-word{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.n-banner .banner-word a{
	color: #fff;
}
.n-banner .banner-word .wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.n-banner .banner-word .title{
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
}
.n-banner .banner-word .path{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.n-banner .banner-word .path span{
	font-size: 12px;
	margin:0 10px;
	display: block;
}
@media (max-width: 1600px) {
    .n-banner .banner-word .title{
		font-size: 48px;
		line-height: 48px;
	}
}
@media (max-width: 1280px) {
    .n-banner .banner-word .title{
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 992px) {
    .n-banner .banner-word .title{
		font-size: 32px;
		line-height: 32px;
	}
}
@media (max-width: 750px) {
	.n-banner .banner-word{
		display: none;
	}
    .n-banner .banner-word .title{
		font-size: 24px;
		line-height: 24px;
	}
}

.n-type{
    width: 100%;
    border-bottom: 1px #eee solid;
}
.n-type ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-type li{
	padding:0 30px;
}
.n-type a{
	padding:15px 0;
	display: block;
	font-size: 20px;
	font-weight: 600;
	position: relative;
}
.n-type a:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  background: #b52425;
  bottom: 0;
  left: 0;
  transform-origin: center;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.n-type li:hover a:after,
.n-type li.active a:after {
  transform-origin: center;
  transform: scale(1);
}
.n-page{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2%;
}
.n-page span,
.n-page a{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 5px;
	border:1px #000 solid;
}
.n-page .first,
.n-page .last{
	display: none;
}
.n-page .active,
.n-page a:hover{
	background: #d42719;
	color: #fff;
	border-color: #d42719;
}
@media (max-width: 1280px) {
  .n-type li{
  	padding:0 10px;
  }
  .n-type a{
  	padding:10px 0;
  	font-size: 18px;
  }
  .n-page span,
  .n-page a{
  	width: 32px;
  	height: 32px;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-type a{
  	font-size: 16px;
  }
  .n-page span,
  .n-page a{
  	width: 24px;
  	height: 24px;
  	margin:0 2px;
  }
}

.n-about{
  width: 100%;
  padding:100px 0;
  overflow:hidden;
}
.n-about .about-box1{
	display: flex;
	justify-content: space-between;
}
.n-about .about-box1 .left{
	width: 55%;
}
.n-about .about-box1 .right{
	width: 40%;
}
.n-about .about-box1 .left .title{
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
}
.n-about .about-box1 .left .content{
	margin-top: 20px;
}
.n-about .about-box1 .right a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.n-about .about-box1 .right img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.n-about .about-box1 .right i{
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 100px;
}
.n-about .about-box2{
	padding-top: 90px;
}
.n-about .about-box2 .title{
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
	text-align: center;
}
.n-about .about-box2 .content{

}
.n-about .about-box2 .content ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.n-about .about-box2 .content li{
	width: 32.5%;
	margin-top: 40px;
	border:1px #eee solid;
	padding:20px;
	display: flex;
	justify-content: space-between;
}
.n-about .about-box2 .content .icon{
	width: 60px;
	height: 60px;
	background: #d42719;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}
.n-about .about-box2 .content .icon em{
	font-size: 24px;
}
.n-about .about-box2 .content .word{
    width: calc(100% - 75px);
}
.n-about .about-box2 .content .word .word-1{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}
.n-about .about-box2 .content .word .word-2{
	line-height: 1.5;
	margin-top: 5px;
}
.n-about .about-box3{
	width: 100%;
	margin-top: 90px;
	padding:90px 0;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.n-about .about-box3 .title{
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.n-about .about-box3 .content{
	margin-top: 60px;
}
.n-about .about-box3 .content ul{
	display: flex;
	justify-content: space-between;
}
.n-about .about-box3 .content li{
	width: 19%;
	margin: 3px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	text-align: left;
	font-weight: 500;
}
.n-about .about-box3 .content li:nth-child(1){
	margin-top: 200px;
}
.n-about .about-box3 .content li:nth-child(2){
	margin-top: 150px;
}
.n-about .about-box3 .content li:nth-child(3){
	margin-top: 100px;
}
.n-about .about-box3 .content li:nth-child(4){
	margin-top: 50px;
}
.n-about .about-box3 .content li .image h1{
	text-align: center;
	background: #eee;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 0;
}
.n-about .about-box3 .content li .image h2,
.n-about .about-box3 .content li .image h2 img{
	width: 100%;
	display: block;
}
.n-about .about-box3 .content li .word{
    padding: 15px;
}
.n-about .about-box4{
	margin-top: 90px;
}
.n-about .about-box4 .title{
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
	text-align: center;
}
.n-about .about-box4 .content ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.n-about .about-box4 .content li{
	width: 49%;
	margin-top: 60px;
	border:1px #eee solid;
}
.n-about .about-box4 .content .image img{
	width: 100%;
	display: block;
}
.n-about .about-box4 .content .word{
   padding:30px;
}
.n-about .about-box4 .content .word .word-1{
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
}
.n-about .about-box4 .content .word .word-2{
    margin-top: 10px;
}
@media (max-width: 1600px) {
    .n-about .about-box1 .left .title{
		font-size: 28px;
		line-height: 28px;
	}
	.n-about .about-box1 .right i{
		font-size: 80px;
	}
	.n-about .about-box2 .title{
		font-size: 42px;
		line-height: 42px;
	}
	.n-about .about-box2 .content .word .word-1{
		font-size: 20px;
	}
	.n-about .about-box3 .title,
	.n-about .about-box4 .title{
		font-size: 42px;
		line-height: 42px;
	}
	.n-about .about-box4 .content .word .word-1{
		font-size: 32px;
		line-height: 32px;
	}
}
@media (max-width: 1280px) {
    .n-about{
  	    padding:10% 0;
    }
    .n-about .about-box1 .left .title{
		font-size: 24px;
		line-height: 24px;
	}
	.n-about .about-box1 .right i{
		font-size: 60px;
	}
	.n-about .about-box1 .left .content{
		margin-top: 10px;
	}
	.n-about .about-box2{
		padding-top: 9%;
	}
	.n-about .about-box2 .title{
		font-size: 36px;
		line-height: 36px;
	}
	.n-about .about-box2 .content{
		margin-top: 2%;
	}
	.n-about .about-box2 .content li{
		width: 49%;
		margin-top: 2%;
		padding:2%;
	}
	.n-about .about-box2 .content li:last-child{
		width: 100%;
	}
	.n-about .about-box2 .content .icon{
		width: 50px;
		height: 50px;
	}
	.n-about .about-box2 .content .word{
		width: calc(100% - 65px);
	}
	.n-about .about-box2 .content .word .word-1{
		font-size: 18px;
	}
	.n-about .about-box3{
	  	margin-top: 9%;
	  	padding:9% 0;
	}
	.n-about .about-box3 .title{
		font-size: 36px;
		line-height: 36px;
	}
	 .n-about .about-box3 .content{
	 	margin-top: 6%;
	 }
	.n-about .about-box3 .content ul{
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	      align-items: stretch;
	  }
	  .n-about .about-box3 .content li:nth-child(1),
	  .n-about .about-box3 .content li:nth-child(2),
	  .n-about .about-box3 .content li:nth-child(3),
	  .n-about .about-box3 .content li:nth-child(4){
	    margin-top: 3px;
	  }
	  .n-about .about-box3 .content li{
	    flex-basis: auto;
	        -webkit-box-flex: 1;
	        -ms-flex: 1 0 48%;
	        flex: 1 0 48%;
	    margin: 0 1%;
	    margin-bottom: 2%;
	  }
	  .n-about .about-box3 .content li:last-child{
	    margin-bottom: 3px;
	  }
	  .n-about .about-box4{
	  	margin-top: 9%;
	  }
	  .n-about .about-box4 .title{
			font-size: 36px;
			line-height: 36px;
		}
		.n-about .about-box4 .content li{
			width: 100%;
			margin-top: 6%;
		}
		.n-about .about-box4 .content .word{
			padding:4%;
		}
		.n-about .about-box4 .content .word .word-1{
		font-size: 28px;
		line-height: 28px;
	}
}
@media (max-width: 992px) {
    .n-about .about-box2 .title,
    .n-about .about-box3 .title,
    .n-about .about-box4 .title{
		font-size: 32px;
		line-height: 32px;
	}
	.n-about .about-box4 .content .word .word-1{
		font-size: 24px;
		line-height: 24px;
	}
}
@media (max-width: 750px) {
	.n-about .about-box1{
		flex-direction: column;
	}
	.n-about .about-box1 .left,
	.n-about .about-box1 .right{
		width: 100%;
	}
    .n-about .about-box1 .left .title{
		font-size: 20px;
	}
	.n-about .about-box1 .left .content{
		margin: 10px 0;
	}
	.n-about .about-box2 .title{
		font-size: 24px;
		line-height: 24px;
	}
	.n-about .about-box2 .content li{
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding:4%;
	}
	.n-about .about-box2 .content .icon{
		width: 40px;
		height: 40px;
	}
	.n-about .about-box2 .content .icon em{
		font-size: 16px;
	}
	.n-about .about-box2 .content .word{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.n-about .about-box2 .content .word .word-1{
		font-size: 16px;
	}
	.n-about .about-box2 .content .word .word-2{
		margin-top: 0;
	}
	.n-about .about-box3 .title,
	.n-about .about-box4 .title{
		font-size: 24px;
		line-height: 24px;
	}
	.n-about .about-box4 .content .word .word-1{
		font-size: 20px;
	}
	.n-about .about-box4 .content .word .word-2{
		margin-top: 0;
	}
}

.n-products{
  width: 100%;
  padding:100px 0;
  overflow:hidden;
}
.n-products .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.n-products .products-list{
	width: 72%;
}
.n-products .products-list .products-ul{
	display: flex;
	flex-wrap: wrap;
}
.n-products .products-list .products-ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.n-products .products-list .products-ul li:nth-child(3n){
	margin-right: 0;
}
.n-products .products-list .products-ul a{
	display: block;
	border: 1px #eee solid;
	padding-bottom: 20px;
}
.n-products .products-list .products-ul a:hover{
	box-shadow: 0 0 6px rgba(0, 0, 0, .08);
}
.n-products .products-list .products-ul .image{
	position: relative;
	overflow:hidden;
}
.n-products .products-list .products-ul .image img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.n-products .products-list .products-ul a:hover .image img{
	transform: scale(1.08);
}
.n-products .products-list .products-ul .word{
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.n-products .products-list .products-ul .word .text1{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-products .products-list .products-ul .word .text2{
	font-size: 14px;
	color: #d42719;
	font-weight: 600;
}
.n-products .products-list .products-ul .word .text3{
	border:1px #d42719 solid;
	color: #d42719;
	font-size: 14px;
	padding:3px 10px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.n-products .products-list .products-ul a:hover .word .text3{
	background: #d42719;
	color: #fff;
}
@media (max-width: 1280px) {
  .n-products{
  	padding:10% 0;
  }
  .n-products .wrap{
  	flex-direction: column-reverse;
  }
  .n-products .products-list{
  	width: 100%;
  }
  .n-products .products-list .products-ul li{
  	width: 49%;
  }
  .n-products .products-list .products-ul li:nth-child(3n){
  	margin-right: 2%;
  }
  .n-products .products-list .products-ul li:nth-child(2n){
  	margin-right: 0;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-products .products-list .products-ul li{
  	width: 100%;
  }
  .n-products .products-list .products-ul li:nth-child(3n){
  	margin-right: 0;
  }
}

.n-productstype{
  width: 26%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  padding:20px;
  overflow:hidden;
}
.n-productstype .title{
	font-size: 24px;
	line-height: 24px;
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
	font-weight: 600;
}
.n-productstype .list{
    margin-top: 10px;
}
.n-productstype .list > ul > li > a{
	display: flex;
	line-height: 32px;
}
.n-productstype .list > ul > li.active > a{
	color: #d42719;
	font-weight: 600;
	font-size: 20px;
}
.n-productstype .list > ul > li > a > i{
	
}
.n-productstype .list > ul > li.active > a > i{
	transform: rotate(45deg);
}
.n-productstype .list > ul > li > ul{
	padding-left: 14px;
}
.n-productstype .list > ul > li > ul > li > a{
	display: block;
	line-height: 32px;
}
.n-productstype .list > ul > li > ul > li.active > a{
	color: #d42719;
	font-weight: 600;
	font-size: 20px;
}
@media (max-width: 1600px) {
   .n-productstype .title{
   	  font-size: 20px;
   	  padding-bottom: 10px;
   }
   .n-productstype .list > ul > li.active > a,
   .n-productstype .list > ul > li > ul > li.active > a{
		font-size: 18px;
	}
}
@media (max-width: 1280px) {
	.n-productstype{
	  	width: 100%;
	  	margin-top: 6%;
	}
	.n-productstype .list > ul > li > a,
	.n-productstype .list > ul > li > ul > li > a{
	  	line-height: 24px;
	}
    .n-productstype .list > ul > li.active > a,
    .n-productstype .list > ul > li > ul > li.active > a{
		font-size: 16px;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-productstype{
  	padding:15px;
  }
  .n-productstype .title{
  	font-size: 16px;
  }
}

.n-productsdetail{
  width: 100%;
  padding:100px 0;
  overflow:hidden;
}
.n-productsdetail .wrap{
	display: flex;
	justify-content: space-between;
}
.n-productsdetail .products-detail{
	width: 72%;
}
.n-productsdetail .products-detail .detail-box1{
	display: flex;
	justify-content: space-between;
}
.n-productsdetail .products-detail .detail-box1 .left,
.n-productsdetail .products-detail .detail-box1 .right{
	width: 47%;
}
.n-productsdetail .products-detail .detail-box1 .left .zoom-pic{
	border:1px #eee solid;
}
.n-productsdetail .products-detail .detail-box1 .left .zoom-list {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.n-productsdetail .products-detail .detail-box1 .left .zoom-list .center-list{
   width: calc(100% - 50px);
}
.n-productsdetail .products-detail .detail-box1 .left .zoom-list  .center-list .swiper-slide{
	border:1px #eee solid;
}
.n-productsdetail .products-detail .detail-box1 .left .zoom-list  .center-list .swiper-slide-active{
	border-color: #b52425;
}
.n-productsdetail .products-detail .detail-box1 .left .zoom-list .swiper-button-prev,
.n-productsdetail .products-detail .detail-box1 .left .zoom-list .swiper-button-next{
	width: 20px;
	position: static;
	margin:0;
}
.n-productsdetail .products-detail .detail-box1 .left .zoom-list .swiper-button-prev:after,
.n-productsdetail .products-detail .detail-box1 .left .zoom-list .swiper-button-next:after{
	color: #000;
	font-size: 20px;
}
.n-productsdetail .products-detail .detail-box1 .left img{
	width: 100%;
	display: block;
}
.n-productsdetail .products-detail .detail-box1 .right .title{
	font-size: 24px;
	font-weight: 600;
}
.n-productsdetail .products-detail .detail-box1 .right .content{
	margin-top:20px;
	background: #f9f9f9;
	padding:20px;
}
.n-productsdetail .products-detail .detail-box1 .right .content img{
	max-width: 100%;
}
.n-productsdetail .products-detail .detail-box1 .right .button{
   margin-top: 20px;
}
.n-productsdetail .products-detail .detail-box1 .right .button ul{
	display: flex;
}
.n-productsdetail .products-detail .detail-box1 .right .button li{
	margin-right: 10px;
}
.n-productsdetail .products-detail .detail-box1 .right .button li:last-child{
	margin-right: 0;
}
.n-productsdetail .products-detail .detail-box1 .right .button a{
	display: flex;
	align-items: center;
	background: #000;
	color: #fff;
	border-radius: 4px;
	padding:5px 10px;
}
.n-productsdetail .products-detail .detail-box1 .right .button i{
	font-size: 12px;
	margin-left: 5px;
}
.n-productsdetail .products-detail .detail-box1 .right .button a:hover{
	background: #b52425;
}
.n-productsdetail .products-detail .detail-box2{
    margin-top: 40px;
}
.n-productsdetail .products-detail .detail-box2 ul{
	display: flex;
	justify-content: space-between;
}
.n-productsdetail .products-detail .detail-box2 li{
	width: 49%;
	display: flex;
}
.n-productsdetail .products-detail .detail-box2 li:last-child{
	flex-direction: row-reverse;
}
.n-productsdetail .products-detail .detail-box2 a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:10px 20px;
	border:1px #eee solid;
	border-radius: 4px;
}
.n-productsdetail .products-detail .detail-box2 a:hover{
	border-color: #d42719;
    background: #d42719;
    color: #fff;
}
.n-productsdetail .products-detail .detail-box3{
	margin-top: 40px;
}
.n-productsdetail .products-detail .detail-box3 .title{
	border-bottom: 1px #eee solid;
	display: flex;
}
.n-productsdetail .products-detail .detail-box3 .title span{
	display: block;
	padding:10px 20px;
	background: #fff;
	border:1px #eee solid;
	border-bottom: none;
	margin-bottom: -1px;
}
.n-productsdetail .products-detail .detail-box3 .content{
	padding:20px;
	border:1px #eee solid;
	border-top: none;
}
.n-productsdetail .products-detail .detail-box3 .content img{
	max-width: 100%;
}
.n-productsdetail .products-detail .detail-box3 .content table{
	width: 100% !important;
	margin:0 !important;
	padding:0 !important;
	border:1px #333 solid !important;
}
.n-productsdetail .products-detail .detail-box3 .content table th,
.n-productsdetail .products-detail .detail-box3 .content table td{
	padding:5px 10px !important;
	border:1px #333 solid !important;
}
.n-productsdetail .products-detail .detail-box4{
	margin-top: 40px;
}
.n-productsdetail .products-detail .detail-box4 .title{
	border-bottom: 1px #eee solid;
	display: flex;
}
.n-productsdetail .products-detail .detail-box4 .title span{
	display: block;
	padding:10px 20px;
	background: #fff;
	border:1px #eee solid;
	border-bottom: none;
	margin-bottom: -1px;
}
.n-productsdetail .products-detail .detail-box4 .content{
	padding:20px;
	border:1px #eee solid;
	border-top: none;
}
.n-productsdetail .products-detail .detail-box5{
	margin-top: 40px;
	background: #f9f9f9;
	padding:20px;
}
.n-productsdetail .products-detail .detail-box5 .title{
	display: flex;
}
.n-productsdetail .products-detail .detail-box5 .title span{
	background: #fff;
	display: block;
	padding:10px 20px;
}
.n-productsdetail .products-detail .detail-box5 .content{
	background: #fff;
	padding:20px;
}
.n-productsdetail .products-detail .detail-box5 .content a{
	display: block;
	border: 1px #eee solid;
	padding-bottom: 20px;
}
.n-productsdetail .products-detail .detail-box5 .content a:hover{
	box-shadow: 0 0 6px rgba(0, 0, 0, .08);
}
.n-productsdetail .products-detail .detail-box5 .content .image{
	position: relative;
	overflow:hidden;
}
.n-productsdetail .products-detail .detail-box5 .content .image img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.n-productsdetail .products-detail .detail-box5 .content a:hover .image img{
	transform: scale(1.08);
}
.n-productsdetail .products-detail .detail-box5 .content .word{
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.n-productsdetail .products-detail .detail-box5 .content .word .text1{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-productsdetail .products-detail .detail-box5 .content .word .text2{
	font-size: 14px;
	color: #d42719;
	font-weight: 600;
}
.n-productsdetail .products-detail .detail-box5 .content .word .text3{
	border:1px #d42719 solid;
	color: #d42719;
	font-size: 14px;
	padding:3px 10px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.n-productsdetail .products-detail .detail-box5 .content a:hover .word .text3{
	background: #d42719;
	color: #fff;
}
.n-productsdetail .products-detail .detail-box5 .content .swiper-pagination{
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.n-productsdetail .products-detail .detail-box5 .content .swiper-pagination .swiper-pagination-bullet-active{
    background: #d42719;
}
@media (max-width: 1280px) {
	.n-productsdetail{
	  	padding:10% 0;
	}
	.n-productsdetail .wrap{
	  	flex-direction: column-reverse;
	}
	.n-productsdetail .products-detail{
	  	width: 100%;
	}
    .n-productsdetail .products-detail .detail-box1 .left .zoom-list .swiper-button-prev:after,
	.n-productsdetail .products-detail .detail-box1 .left .zoom-list .swiper-button-next:after{
		font-size: 16px;
	}
	.n-productsdetail .products-detail .detail-box1 .right .content{
		padding:4%;
		margin-top: 4%;
	}
	.n-productsdetail .products-detail .detail-box1 .right .buttton{
		margin-top: 4%;
	}
	.n-productsdetail .products-detail .detail-box2,
	.n-productsdetail .products-detail .detail-box3,
	.n-productsdetail .products-detail .detail-box3 .content,
	.n-productsdetail .products-detail .detail-box4,
	.n-productsdetail .products-detail .detail-box5{
		margin-top: 4%;
	}
	.n-productsdetail .products-detail .detail-box4 .content,
	.n-productsdetail .products-detail .detail-box5,
	.n-productsdetail .products-detail .detail-box5 .content{
		padding:4%;
	}
	.n-productsdetail .products-detail .detail-box5 .content .swiper-pagination{
		margin-top: 4%;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
	.n-productsdetail .products-detail .detail-box1 {
	  	flex-direction: column;
	}
	.n-productsdetail .products-detail .detail-box1 .left,
	.n-productsdetail .products-detail .detail-box1 .right{
	 	width: 100%;
	}
	 .n-productsdetail .products-detail .detail-box1 .right{
	 	margin-top: 6%;
	}
    .n-productsdetail .products-detail .detail-box1 .right .title{
		font-size: 18px;
	}
	.n-productsdetail .products-detail .detail-box2 ul{
		flex-direction: column;
	}
	.n-productsdetail .products-detail .detail-box2 li{
		width: 100%;
	}
	.n-productsdetail .products-detail .detail-box2 li:last-child{
		margin-top: 10px;
	}
	.n-productsdetail .products-detail .detail-box2 a{
		padding:10px;
	}
}

.n-news{
  width: 100%;
  padding:100px 0;
  overflow:hidden;
}
.n-news .news-ul{
	display: flex;
	flex-wrap: wrap;
}
.n-news .news-ul li{
	width: 32%;
	margin-bottom: 2%;
	margin-right: 2%;
	border:1px #eee solid;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.n-news .news-ul li:nth-child(3n){
	margin-right: 0;
}
.n-news .news-ul li:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.n-news .news-ul a{
	display: block;
}
.n-news .news-ul .news-pic{
    width: 100%;
    overflow:hidden;
}
.n-news .news-ul .news-pic img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.n-news .news-ul a:hover .news-pic img{
	transform: scale(1.05);
}
.n-news .news-ul .news-info{
	padding:20px;
}
.n-news .news-ul .news-info .news-time{
	
}
.n-news .news-ul .news-info .news-time span:nth-child(1){
	font-size: 32px;
    line-height: 32px;
    font-weight: 600;
}
.n-news .news-ul .news-info .news-time span:nth-child(2){
	font-weight: 600;
	color: #d8d8d8;
	margin-left: 10px;
}
.n-news .news-ul .news-info .news-txt{
	margin:10px 0;
}
.n-news .news-ul .news-info .news-txt .news-txt-title{
  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-ul .news-info .news-txt .news-txt-content{
  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: #999999;
}
.n-news .news-ul .news-info .news-more{
	background: #f9f9f9;
	text-align: center;
	padding:5px 0;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.n-news .news-ul a:hover .news-info .news-more{
	background: #d42719;
	color: #fff;
}
@media (max-width: 1600px) {
    .n-news .news-ul .news-info .news-time span:nth-child(1){
		font-size: 28px;
	    line-height: 28px;
	}
}
@media (max-width: 1280px) {
    .n-news{
	  padding:10% 0;
	}
	.n-news .news-ul li{
		width: 49%;
	}
	.n-news .news-ul li:nth-child(3n){
		margin-right: 2%;
	}
	.n-news .news-ul li:nth-child(2n){
		margin-right: 0;
	}
	.n-news .news-ul .news-info .news-time span:nth-child(1){
		font-size: 24px;
	    line-height: 24px;
	}
	.n-news .news-ul .news-info .news-time span:nth-child(2){
		margin-left: 0;
	}

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

}
@media (max-width: 750px) {
	.n-news .news-ul li,
	.n-news .news-ul li:nth-child(3n){
		width: 100%;
		margin-right: 0;
	}
    .n-news .news-ul .news-info .news-time span:nth-child(1){
		font-size: 20px;
	}
}

.n-newsdetail{
    width: 100%;
    padding:100px 0;
    overflow: hidden;
}
.n-newsdetail .wrap{
	display: flex;
	justify-content: space-between;
}
.n-newsdetail .newsdetail-left{
    width: 70%;
    overflow:hidden;
}
.n-newsdetail .newsdetail-left .title{
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	line-height: 1;
}
.n-newsdetail .newsdetail-left .date{
	border-bottom: 1px #eee solid;
	text-align: center;
	padding:10px 0;
}
.n-newsdetail .newsdetail-left .content{
	border-bottom: 1px #eee solid;
	padding:20px 0;
	margin-bottom: 20px;
}
.n-newsdetail .newsdetail-left .content img{
	max-width: 100%;
}
.n-newsdetail .newsdetail-right{
    width: 26%;
    overflow:hidden;
}
.n-newsdetail .newsdetail-right .box1{
	width: 100%;
	border:1px #eee solid;
	overflow:hidden;
}
.n-newsdetail .newsdetail-right .box1 .title{
	background: #d42719;
	color: #fff;
	padding:10px 15px;
}
.n-newsdetail .newsdetail-right .box1 .list{
	padding:0 15px 15px 15px;
}
.n-newsdetail .newsdetail-right .box1 .list li{
	padding: 10px 0;
	border-bottom: 1px #eee solid;
}
.n-newsdetail .newsdetail-right .box1 .list a{
	display: flex;
	justify-content: space-between;
}
.n-newsdetail .newsdetail-right .box1 .list .lt{
	line-height: 1.5;
	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 .newsdetail-right .box2{
	border:1px #eee solid;
	margin-top: 20px;
	padding:15px;
}
.n-newsdetail .newsdetail-right .box2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #d42719;
	color: #fff;
	padding:5px 10px;
}
.n-newsdetail .newsdetail-right .box2 i{
	margin-left: 10px;
	display: block;
}
@media (max-width: 1600px) {
	.n-newsdetail .newsdetail-left .title{
		font-size: 20px;
	}
}
@media (max-width: 1280px) {
  .n-newsdetail{
  	padding:10% 0;
  }
  .n-newsdetail .wrap{
  	flex-direction: column;
  }
  .n-newsdetail .newsdetail-left,
  .n-newsdetail .newsdetail-right{
  	width: 100%;
  }
  .n-newsdetail .newsdetail-left .title{
	font-size: 18px;
  }
  .n-newsdetail .newsdetail-right{
  	margin-top: 6%;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-newsdetail .newsdetail-left .title{
	font-size: 16px;
  }
  .n-newsdetail .newsdetail-left .date{
  	padding-top: 5px;
  }
  .n-newsdetail .newsdetail-left .content{
  	padding:10px 0;
  	margin-bottom: 10px;
  }
}

.n-job{
  width: 100%;
  padding:100px 0;
  overflow:hidden;
}
.n-job .job-ul{
    width:100%;
    overflow:hidden;
}
.n-job .job-ul li{
    width:100%;
    overflow:hidden;
    margin-bottom:10px;
}
.n-job .job-ul .title{
    width:100%;
    background:#333;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color: #fff;
    padding:10px 20px;
    cursor:pointer;
}
.n-job .job-ul li.active .title{
    background:#d42719;
}
.n-job .job-ul .content{
    padding:20px;
    background:#eee;
    display:none;
    opacity:0;
}
.n-job .job-ul li.active .content{
    display:block;
    opacity:1;
}
@media (max-width: 1280px) { 
   .n-job{
      padding:10% 0;
    } 
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    
}

.n-contact{
  width: 100%;
  padding:100px 0;
  overflow:hidden;
}
.n-contact .box1{
	width: 100%;
	overflow: hidden;
}
.n-contact .box1 .title{
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
}
.n-contact .box1 .content{
	margin-top: 30px;
	color: #666;
}
.n-contact .box2{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.n-contact .box2 .left,
.n-contact .box2 .right{
	width: 46%;
}
.n-contact .box2 .left .title{
	font-size: 36px;
	line-height: 36px;
}
.n-contact .box2 .left .content{
	margin-top: 20px;
}
.n-contact .box2 .left .content li{
	margin:20px 0;
	display: flex;
}
.n-contact .box2 .left .content em{
	font-size: 20px;
	display: block;
	margin-right: 10px;
}
.n-contact .box2 .right .my-map{
	width: 100%;
	height: 480px;
}
@media (max-width: 1600px) {
	.n-contact .box1 .title{
		font-size: 42px;
		line-height: 42px;
	}
	.n-contact .box2 .left .title{
		font-size: 32px;
		line-height: 32px;
	}
}
@media (max-width: 1280px) {
    .n-contact{
   	  padding:10% 0;
    }
    .n-contact .box1 .title{
	  font-size: 32px;
	  line-height: 32px;
	}
    .n-contact .box1 .content{
	  margin-top: 4%;
    }
    .n-contact .box2{
	  margin-top: 6%;
    }
   .n-contact .box2 .left .title{
	  font-size: 28px;
	  line-height: 28px;
	}
	.n-contact .box2 .left .content li{
		margin:4% 0;
	}
}
@media (max-width: 992px) {
	.n-contact .box1 .title{
	  font-size: 28px;
	  line-height: 28px;
	}
    .n-contact .box2 .left .title{
		font-size: 24px;
		line-height: 24px;
	}
}
@media (max-width: 750px) {
	.n-contact .box1 .title{
	  font-size: 24px;
	  line-height: 24px;
	}
	.n-contact .box2{
		flex-direction: column-reverse;
	}
	.n-contact .box2 .left,
	.n-contact .box2 .right{
		width: 100%;
	}
	.n-contact .box2 .left{
		margin-top: 6%;
	}
    .n-contact .box2 .left .title{
		font-size: 20px;
	}
}

/*在线留言*/
.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: 49.5%;
    float: left;
    margin-bottom: 10px;
}
.n-message .content li.wid-100{
    width: 100%;
}
.n-message .content input,
.n-message .content textarea{
    width: 100%;
    height: 48px;
    background: #fff;
    display: block;
    border:1px #eee solid;
    border-radius: 4px;
    outline: none;
    padding:0 14px;
}
.n-message .content textarea{
    height: 160px;
    resize: none;
    padding:14px;
    display: block;
}
.n-message .content li.code{
    position: relative;
}
.n-message .content li.code img{
    position: absolute;
    right: 14px;
    top:8px;
}
.n-message .content button{
    width: 200px;
    cursor: pointer;
    border:none;
    outline: none;
    background: #000;
    color: #fff;
    height: 48px;
    margin:0 auto;
    display: block;
    border-radius: 24px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-message .content button:hover{
    background: #d42719;
}
.n-message .help-block{
	font-size: 12px;
	color: #d42719;
}
@media (max-width: 1280px) { 
    
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-message .content li{
        width: 100%;
    }
    .n-message .content input{
        height: 40px;
    }
    .n-message .content button{
        height: 40px;
        border-radius: 20px;
    }
}