@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;
	color: #fff;
}
.n-banner .banner-word a{
	display: block;
	color: #fff;
}
.n-banner .banner-word .title{
	font-size: 48px;
	line-height: 48px;
	font-weight: 500;
}
.n-banner .banner-word .path{
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.n-banner .banner-word .path .icon-jiantou2{
	margin:0 5px;
}
@media (max-width: 1600px) {
    .n-banner .banner-word .title{
		font-size: 42px;
		line-height: 42px;
	}
}
@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-type{
	width: 100%;
	border-bottom: 1px #eee solid;
}
.n-type ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.n-type li{
	padding:0 20px;
}
.n-type a{
	display: block;
	line-height: 60px;
	position: relative;
}
.n-type li:hover a,
.n-type li.active a{
	color: #a07440;
}
.n-type a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #a07440;
  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{
	margin-top: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-page a,
.n-page span{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
		border-radius: 50px;
}
.n-page .first,
.n-page .last{
	display: none;
}
.n-page a:hover,
.n-page span:hover,
.n-page a.active,
.n-page span.active{
	background: #9e723d;
	color: #fff;
}
@media (max-width: 1280px) {
	.n-type{
		border:none;
	}
	.n-type ul{
		flex-wrap:wrap;
	}
    .n-type li{
    	width:20%;
		padding:10px 10px 0 10px;
	}
	.n-type a{
		line-height:30px;
		text-align:center;
		background:#f9f9f9;
		border-radius:50px;
	}
	.n-type a:after{
		display:none;
	}
	.n-type li:hover a,
	.n-type li.active a{
		background: #a07440;
		color:#fff;
	}
}
@media (max-width: 992px) {
    .n-type li{
    	width:33.333333%;
    }
}
@media (max-width: 750px) {
	.n-type li{
    	width:50%;
    }
    .n-page a,
	.n-page span{
		width:30px;
		height: 30px;
	}
}

.n-title{
  text-align:center;
}
.n-title h1{
  font-size:38px;
  line-height:38px;
  font-weight:600;
}
.n-title h1 span{
  color:#a07440;
}
.n-title h2{
  margin-top:10px;
}
@media (max-width: 1600px) {
  .n-title h1{
    font-size:32px;
    line-height:32px;
  }
}
@media (max-width: 1280px) {
  .n-title h1{
    font-size:28px;
    line-height:28px;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .n-title h1{
    font-size:24px;
    line-height:24px;
  }
  .n-title h2{
    margin-top:5px;
  }
}

.n-about{
  width: 100%;
  padding-top:100px;
  overflow: hidden;
}
.n-about .about-box1{
  width: 100%;
  background: url(../images/ab1_bj.png) no-repeat center bottom;
  padding-bottom: 100px;
  overflow: hidden;
}
.n-about .about-box1 .wrap{
    display: flex;
    justify-content: space-between;
}
.n-about .about-box1 .left{
    width: 54%;
}
.n-about .about-box1 .right{
    width: 40%;
}
.n-about .about-box1 .left .title{
    font-weight: 600;
    font-size: 42px;
    line-height: 42px;
}
.n-about .about-box1 .left .content{
    line-height: 1.6;
    margin-top: 2em;
}
.n-about .about-box1 .left .number{
    width: 100%;
    overflow: hidden;
}
.n-about .about-box1 .left .number ul{
    display: flex;
    justify-content: space-between;
}
.n-about .about-box1 .left .number li{
    width: 30%;
    margin-top: 4em;
}
.n-about .about-box1 .left .number .num{
    color: #a07440;
}
.n-about .about-box1 .left .number .num .num1{
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
}
.n-about .about-box1 .left .number .txt{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px #a07440 solid;
    text-align: right;
}
.n-about .about-box1 .right img{
    width: 100%;
    display: block;
}
.n-about .about-box2{
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
}
.n-about .about-box2 .content{
    margin-top: 40px;
    background: url(../images/bgnew.jpg) no-repeat center;
    background-size: cover;
    padding:100px 0;
}
.n-about .about-box2 .content ul{
    display: flex;
    flex-wrap: wrap;
}
.n-about .about-box2 .content li{
    width: 25%;
    position: relative;
}
.n-about .about-box2 .content .image img{
  width: 100%;
  display: block;
}
.n-about .about-box2 .content .word{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-about .about-box2 .content .word .title{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.n-about .about-box2 .content .word .detail{
  display: none;
  opacity: 0;
  color: #fff;
  margin-top: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-about .about-box2 .content li:hover .word{
  background: #9e723d;
}
.n-about .about-box2 .content li:hover .word .detail{
  display: block;
  opacity: 1;
}
.n-about .about-box3{
  width: 100%;
  padding:100px 0;
/*  background: #f9f9f9;*/
  overflow: hidden;
}
.n-about .about-box3 .title{
  font-size: 38px;
  line-height: 38px;
  font-weight: 600;
}
.n-about .about-box3 .content{
  margin-top: 40px;
  position: relative;
}
.n-about .about-box3 .content .swiper-button-prev,
.n-about .about-box3 .content .swiper-button-next{
  width: 40px;
  height: 40px;
  background: #9e723d;
}
.n-about .about-box3 .content .swiper-button-prev{
  left: 0;
}
.n-about .about-box3 .content .swiper-button-next{
  right: 0;
}
.n-about .about-box3 .content .swiper-button-prev:after,
.n-about .about-box3 .content .swiper-button-next:after{
  color: #fff;
  font-size: 20px;
}
.n-about .about-box3 .content .image img{
  width: 100%;
  display: block;
}
.n-about .about-box3 .content .word{
  background: #000;
  color: #fff;
  text-align: center;
  padding:10px;
}
.n-about .about-box4{
  width:100%;
  padding:100px 0;
  background:url(../images/i-bg4.jpg) no-repeat center;
  background-size:cover;
  overflow:hidden;
}
.n-about .about-box4 .content{
  margin-top:80px;
  position:relative;
    background:url(../images/honor-step_bgc.png) no-repeat center bottom;
  background-size:100%;
  padding-bottom:100px;
  overflow:hidden;
}
.n-about .about-box4 .content img{
  width:100%;
  display:block;
}
.n-about .about-box4 .content .swiper-container{

  overflow:hidden;
}
.n-about .about-box4 .content .swiper-button-prev,
.n-about .about-box4 .content .swiper-button-next{
  width:42px;
  height:42px;
  background:#a07440;
  border-radius:50%;
}
.n-about .about-box4 .content .swiper-button-prev:after,
.n-about .about-box4 .content .swiper-button-next:after{
  color:#fff;
  font-size:18px;
}
.n-about .about-box4 .content .swiper-slide{
  width: 520px;
  height: 370px;
}
@media (max-width: 1600px) {
    .n-about .about-box1 .left .title{
      font-size: 36px;
      line-height: 36px;
    }
    .n-about .about-box1 .left .number .num .num1{
      font-size: 48px;
      line-height: 48px;
    }
    .n-about .about-box2 .content .word .title{
      font-size: 20px;
    }
    .n-about .about-box3 .title{
      font-size: 36px;
      line-height: 36px;
    }
}
@media (max-width: 1280px) {
    .n-about{
      padding-top: 10%;
    }
    .n-about .about-box1{
        padding-bottom: 0;
    }
    .n-about .about-box1 .wrap{
        flex-direction: column;
    }
    .n-about .about-box1 .left{width: 100%;}
    .n-about .about-box1 .left .title{
        font-size: 24px;
        line-height: 24px;
    }
    .n-about .about-box1 .left .content{
        margin-top: 1em;
    }
    .n-about .about-box1 .left .number{
        /*display: none;*/
    }
    .n-about .about-box1 .left .number .num .num1{
        font-size: 42px;
        line-height: 42px;
    }
    .n-about .about-box1 .right{
        width: 100%;
        margin-top: 2em;
    }
    .n-about .about-box1 .right .bg{
        width: 100%;
    }
    .n-about .about-box1 .right .bg img{
        width: 100%;
    }
    .n-about .about-box1 .right{width: 100%;}
    .n-about .about-box2{
      margin-top: 10%;
    }
    .n-about .about-box2 .content{
      margin-top: 4%;
      padding:10% 0;
    }
    .n-about .about-box2 .content li{
      width: 50%;
    }
    .n-about .about-box2 .content .word .title{
      font-size: 18px;
    }
    .n-about .about-box2 .content .word .detail{
      margin-top: 4%;
    }
    .n-about .about-box3{
      padding:10% 0;
    }
    .n-about .about-box3 .title{
      font-size: 24px;
      line-height: 24px;
    }
    .n-about .about-box3 .content {
      margin-top: 4%;
    }
    .n-about .about-box4{
      padding:10% 0;
    }
    .n-about .about-box4 .content{
      margin-top:8%;
      padding-bottom:10%;
    }
    .n-about .about-box4 .content .swiper-container{
      width:100%;
    }
    .n-about .about-box4 .content .swiper-button-prev,
    .n-about .about-box4 .content .swiper-button-next{
      position:absolute;
      width:36px;
      height:36px;
    }
    .n-about .about-box4 .content .swiper-button-prev:after,
    .n-about .about-box4 .content .swiper-button-next:after{
      font-size:16px;
    }
}
@media (max-width: 992px) {
    .n-about .about-box1 .left .number .num .num1{
      font-size: 36px;
      line-height: 36px;
    }
    .n-about .about-box4 .content .swiper-slide {
        width: 438px;
        height: 313px;
    }
}
@media (max-width: 750px) {
    .n-about .about-box1 .left .title{
        font-size: 18px;
    }
    .n-about .about-box1 .left .number ul{
      flex-wrap: wrap;
    }
    .n-about .about-box1 .left .number li{
      width: 100%;
      margin-top: 4%;
    }
    .n-about .about-box1 .left .number .num .num1{
      font-size: 24px;
      line-height: 24px;
    }
    .n-about .about-box2 .content .word .title{
      font-size: 16px;
    }
    .n-about .about-box3 .title{
      font-size: 18px;
    }
    .n-about .about-box4 .content .swiper-slide {
      width: 288px;
      height: 206px;
    }  
}

.n-news{
  padding:100px 0;
}
.n-news .news-ul{
	width: 100%;
	background: url(../images/a-icon.png) no-repeat left top;
	padding-top: 50px;
	padding-left: 50px;
	display: flex;
	flex-wrap: wrap;
}
.n-news .news-ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.n-news .news-ul li:nth-child(3n){
	margin-right: 0;
}
.n-news .news-ul a{
	display: block;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	padding:40px 40px 60px 40px;
}
.n-news .news-ul .news-time{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.n-news .news-ul .news-time .rt{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border:1px #9e723d solid;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9e723d;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.n-news .news-ul a:hover .news-time .rt{
	background: #9e723d;
	color: #fff;
}
.n-news .news-ul .news-txt{
	margin-top: 30px;
}
.n-news .news-ul .news-txt .news-txt-title{
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-news .news-ul .news-txt .news-txt-content{
	margin-top: 20px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
    .n-news .news-ul .news-txt .news-txt-title{
    	font-size: 20px;
    }
}
@media (max-width: 1280px) {
  .n-news{
  	padding:10% 0;
  }
  .n-news .news-ul{
  	background: none;
  	padding: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 a{
  	padding:6%;
  }
  .n-news .news-ul .news-time .rt{
  	width: 32px;
  	height: 32px;
  }
  .n-news .news-ul .news-txt{
  	margin-top: 4%;
  }
  .n-news .news-ul .news-txt .news-txt-title{
    	font-size: 18px;
    }
    .n-news .news-ul .news-txt .news-txt-content{
    	margin-top: 4%;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
	.n-news .news-ul li{
  	width: 100%;
  	margin-right: 0;
  }
  .n-news .news-ul li:nth-child(3n){
  	margin-right: 0;
  }
  .n-news .news-ul .news-txt .news-txt-title{
    	font-size: 16px;
    }
}

.n-newsdetail{
  padding:100px 0;
  overflow: hidden;
}
.n-newsdetail .news-title{
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
}
.n-newsdetail .news-date{
	text-align: center;
	color: #999;
	margin-top: 10px;
}
.n-newsdetail .news-content{
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding:30px 0;
	margin:30px 0;
}
.n-newsdetail .news-content img{
	max-width: 100%;
}
.n-newsdetail .news-nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.n-newsdetail .news-nav .right ul{
	display: flex;
}
.n-newsdetail .news-nav .right li{
	margin-left: 10px;
}
.n-newsdetail .news-nav .right li:first-child{
	margin-left: 0;
}
.n-newsdetail .news-nav .right a{
	width: 32px;
	height: 32px;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-newsdetail .news-nav .right a:hover{
	background: #a07440;
}
@media (max-width: 1600px) {
    .n-newsdetail .news-title{
		font-size: 32px;
		line-height: 32px;
	}
}
@media (max-width: 1280px) {
  .n-newsdetail{
  	padding:10% 0;
  }
  .n-newsdetail .news-title{
		font-size: 28px;
		line-height: 28px;
	}
	.n-newsdetail .news-content{
		margin:4% 0;
		padding:4% 0;
	}
}
@media (max-width: 992px) {
.n-newsdetail .news-title{
		font-size: 24px;
		line-height: 24px;
	}
}
@media (max-width: 750px) {
  .n-newsdetail .news-title{
		font-size: 20px;
	}
	.n-newsdetail .news-nav{
		flex-direction: column-reverse;
	}
	.n-newsdetail .news-nav .left,
	.n-newsdetail .news-nav .right{
		width: 100%;
	}
	.n-newsdetail .news-nav .left{
		margin-top: 10px;
	}
}

.n-products{
   padding:100px 0;
}
.n-products .products-ul{
	display:flex;
	flex-wrap:wrap;
}
.n-products .products-ul li{
	width:23.5%;
	margin-right:2%;
	margin-bottom:2%;
}
.n-products .products-ul li:nth-child(4n){
	margin-right:0;
}
.n-products .products-ul a{
  background:#fff;
  display:block;
  padding:10px;
  border:1px #eee solid;
}
.n-products .products-ul a:hover{
	box-shadow:0 0 10px rgba(0, 0, 0, .15);
}
.n-products .products-ul .images{
  overflow:hidden;
}
.n-products .products-ul .images img{
  width:100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display:block;
}
.n-products .products-ul li:hover .images img{
  transform:scale(1.08);
}
.n-products .products-ul .word{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:20px 0;
}
.n-products .products-ul .word span{
  background:#f0f2f5;
  padding:5px 20px;
}
@media (max-width: 1280px) {
  .n-products{
  	padding:10% 0;
  }
  .n-products .products-ul li{
  	width:32%;
  }
  .n-products .products-ul li:nth-child(4n){
  	margin-right:2%;
  }
  .n-products .products-ul li:nth-child(3n){
  	margin-right:0;
  }
  .n-products .products-ul .word{
    margin:4% 0;
  }
}
@media (max-width: 992px) {
  .n-products .products-ul li{
  	width:49%;
  }
  .n-products .products-ul li:nth-child(3n){
  	margin-right:2%;
  }
  .n-products .products-ul li:nth-child(2n){
  	margin-right:0;
  }
}
@media (max-width: 750px) {
  .n-products .products-ul li{
  	width:100%;
  	margin-right:0;
  }
  .n-products .products-ul li:nth-child(4n){
  	margin-right:0;
  }
  .n-products .products-ul li:nth-child(3n){
  	margin-right:0;
  }
}

.n-productsdetail{
  padding:100px 0;
  overflow:hidden;
}
.n-productsdetail .detail-box1{
	display: flex;
	justify-content: space-between;
}
.n-productsdetail .detail-box1 .left,
.n-productsdetail .detail-box1 .right{
	width: 47%;
}
.n-productsdetail .detail-box1 .left .zoom-pic{
	border:1px #eee solid;
}
.n-productsdetail .detail-box1 .left .zoom-list {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.n-productsdetail .detail-box1 .left .zoom-list .center-list{
   width: calc(100% - 50px);
}
.n-productsdetail .detail-box1 .left .zoom-list  .center-list .swiper-slide{
	border:1px #eee solid;
}
.n-productsdetail .detail-box1 .left .zoom-list  .center-list .swiper-slide-active{
	border-color: #a07440;
}
.n-productsdetail .detail-box1 .left .zoom-list .swiper-button-prev,
.n-productsdetail .detail-box1 .left .zoom-list .swiper-button-next{
	width: 20px;
	position: static;
	margin:0;
}
.n-productsdetail .detail-box1 .left .zoom-list .swiper-button-prev:after,
.n-productsdetail .detail-box1 .left .zoom-list .swiper-button-next:after{
	color: #000;
	font-size: 20px;
}
.n-productsdetail .detail-box1 .left img{
	width: 100%;
	display: block;
}
.n-productsdetail .detail-box1 .right .title{
	font-size: 24px;
	font-weight: 600;
}
.n-productsdetail .detail-box1 .right .content{
	margin-top:20px;
	background: #f9f9f9;
	padding:20px;
}
.n-productsdetail .detail-box1 .right .content img{
	max-width: 100%;
}
.n-productsdetail .detail-box1 .right .button{
   margin-top: 20px;
}
.n-productsdetail .detail-box1 .right .button ul{
	display: flex;
}
.n-productsdetail .detail-box1 .right .button li{
	margin-right: 10px;
}
.n-productsdetail .detail-box1 .right .button li:last-child{
	margin-right: 0;
}
.n-productsdetail .detail-box1 .right .button a{
	display: flex;
	align-items: center;
	background: #000;
	color: #fff;
	border-radius: 4px;
	padding:5px 10px;
}
.n-productsdetail .detail-box1 .right .button i{
	font-size: 12px;
	margin-left: 5px;
}
.n-productsdetail .detail-box1 .right .button a:hover{
	background: #a07440;
}
.n-productsdetail .detail-box2{
    margin-top: 40px;
}
.n-productsdetail .detail-box2 ul{
	display: flex;
	justify-content: space-between;
}
.n-productsdetail .detail-box2 li{
	width: 49%;
	display: flex;
}
.n-productsdetail .detail-box2 li:last-child{
	flex-direction: row-reverse;
}
.n-productsdetail .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 .detail-box2 a:hover{
	border-color: #a07440;
    background: #a07440;
    color: #fff;
}
.n-productsdetail .detail-box3{
	margin-top: 80px;
}
.n-productsdetail .detail-box3 .title{
	border-bottom: 1px #eee solid;
	display: flex;
}
.n-productsdetail .detail-box3 .title span{
	display: block;
	padding:10px 20px;
	background: #fff;
	border:1px #eee solid;
	border-bottom: none;
	margin-bottom: -1px;
}
.n-productsdetail .detail-box3 .content{
	padding:30px;
	border:1px #eee solid;
	border-top: none;
}
.n-productsdetail .detail-box3 .content img{
	max-width: 100%;
}
.n-productsdetail .detail-box3 .content table{
	width: 100% !important;
	margin:0 !important;
	padding:0 !important;
	border:1px #333 solid !important;
}
.n-productsdetail .detail-box3 .content table th,
.n-productsdetail .detail-box3 .content table td{
	padding:5px 10px !important;
	border:1px #333 solid !important;
}
.n-productsdetail .detail-box4{
	margin-top: 80px;
}
.n-productsdetail .detail-box4 .title{
	border-bottom: 1px #eee solid;
	display: flex;
}
.n-productsdetail .detail-box4 .title span{
	display: block;
	padding:10px 20px;
	background: #fff;
	border:1px #eee solid;
	border-bottom: none;
	margin-bottom: -1px;
}
.n-productsdetail .detail-box4 .content{
	padding:30px;
	border:1px #eee solid;
	border-top: none;
}
.n-productsdetail .detail-box5{
	margin-top: 80px;
	background: #f9f9f9;
	padding:80px 0;
}
.n-productsdetail .detail-box5 .title{
	display: flex;
}
.n-productsdetail .detail-box5 .title span{
	background: #fff;
	display: block;
	padding:10px 20px;
}
.n-productsdetail .detail-box5 .content{
	background: #fff;
	padding:30px;
}
.n-productsdetail .detail-box5 .content a{
  background:#fff;
  display:block;
  padding:10px;
  border:1px #eee solid;
}
.n-productsdetail .detail-box5 .content a:hover{
	box-shadow:0 0 10px rgba(0, 0, 0, .15);
}
.n-productsdetail .detail-box5 .content .images{
  overflow:hidden;
}
.n-productsdetail .detail-box5 .content .images img{
  width:100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display:block;
}
.n-productsdetail .detail-box5 .content li:hover .images img{
  transform:scale(1.08);
}
.n-productsdetail .detail-box5 .content .word{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:20px 0;
}
.n-productsdetail .detail-box5 .content .word span{
  background:#f0f2f5;
  padding:5px 20px;
}
.n-productsdetail .detail-box5 .content .swiper-pagination{
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.n-productsdetail .detail-box5 .content .swiper-pagination .swiper-pagination-bullet-active{
    background: #a07440;
}
@media (max-width: 1280px) {
  .n-productsdetail{
  	padding:10% 0;
  }
  .n-productsdetail .detail-box1 .left .zoom-list .swiper-button-prev:after,
	.n-productsdetail .detail-box1 .left .zoom-list .swiper-button-next:after{
		font-size: 16px;
	}
	.n-productsdetail .detail-box1 .right .content{
		padding:4%;
		margin-top: 4%;
	}
	.n-productsdetail .detail-box1 .right .buttton{
		margin-top: 4%;
	}
	.n-productsdetail .detail-box2,
	.n-productsdetail .detail-box3,
	.n-productsdetail .detail-box4,
	.n-productsdetail .detail-box5{
		margin-top: 8%;
	}
		.n-productsdetail .detail-box5{
           padding:8% 0;
		}
		.n-productsdetail .detail-box3 .content,
	.n-productsdetail .detail-box4 .content,
	.n-productsdetail .detail-box5 .content{
		padding:4%;
	}
	.n-productsdetail .detail-box5 .content .swiper-pagination{
		margin-top: 4%;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-productsdetail .detail-box1 {
	  	flex-direction: column;
	}
	.n-productsdetail .detail-box1 .left,
	.n-productsdetail .detail-box1 .right{
	 	width: 100%;
	}
	 .n-productsdetail .detail-box1 .right{
	 	margin-top: 6%;
	}
    .n-productsdetail .detail-box1 .right .title{
		font-size: 18px;
	}
	.n-productsdetail .detail-box2 ul{
		flex-direction: column;
	}
	.n-productsdetail .detail-box2 li{
		width: 100%;
	}
	.n-productsdetail .detail-box2 li:last-child{
		margin-top: 10px;
	}
	.n-productsdetail .detail-box2 a{
		padding:10px;
	}
}

.n-service{
  width:100%;
  overflow:hidden;
}
.n-service .service-box1{
	padding-top:100px;
}
.n-service .service-box1 .content{
	margin-top:60px;
}
.n-service .service-box1 .content .image{
	display:flex;
	align-items:center;
	justify-content:center;
}
.n-service .service-box1 .content .image img{
	max-width:100%;
	display:block;
}
.n-service .service-box1 .content .number ul{
	display:flex;
	align-items:flex-start;
	justify-content:center;
}
.n-service .service-box1 .content .number li{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	margin-left:8%;
}
.n-service .service-box1 .content .number li:first-child{
	margin-left:0;
}
.n-service .service-box1 .content .number .shuzi{
	color:#a07440;
}
.n-service .service-box1 .content .number .shuzi .counter{
	font-size:48px;
	line-height:48px;
	font-weight:600;
}
.n-service .service-box1 .content .number .wenzi{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin-top:4%;
}
.n-service .service-box1 .content .number .wenzi span{
	line-height:1.5;
}
.n-service .service-box2{
	padding-top:100px;
}
.n-service .service-box2 li{
	margin-top:50px;
}
.n-service .service-box2 li:first-child{
	margin-top:0;
}
.n-service .service-box2 .image{
	margin-top:50px;
	min-height:450px;
}
.n-service .service-box2 .image1{
	background:url(../images/re_vid01.jpg) no-repeat center;
	background-attachment:fixed;
	background-size:cover;
}
.n-service .service-box2 .image2{
	background:url(../images/re_sup_02.jpg) no-repeat center;
	background-attachment:fixed;
	background-size:cover;
}
.n-service .service-box3{
	width:100%;
	overflow:hidden;
	padding:100px 0;
	background:url(../images/re_bg_111.jpg) no-repeat center bottom;
	background-size:100%;
}
.n-service .service-box3 .content{
	margin-top:60px;
	background:url(../images/yx_bg_102.png) no-repeat center;
	background-size:100%;
}
.n-service .service-box3 .content ul{
	display:flex;
	justify-content:space-between;
}
.n-service .service-box3 .content li{
	width:18.4%;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	flex-direction:column;
	margin-left:2%;
}
.n-service .service-box3 .content li:nth-child(2n){
	flex-direction:column-reverse;
}
.n-service .service-box3 .content li:first-child{
	margin-left:0;
}
.n-service .service-box3 .content .image,
.n-service .service-box3 .content .word{
	padding:30px 15px;
}
.n-service .service-box3 .content .image img{
	max-width:100%;
	display:block;
}
.n-service .service-box3 .content .word .t{
	font-size:24px;
	line-height:24px;
	font-weight:600;
}
.n-service .service-box3 .content .word .c{
	margin-top:10px;
}
@media (max-width: 1600px) {
	.n-service .service-box1 .content .number .shuzi .counter{
		font-size:42px;
		line-height:42px;
	}
    .n-service .service-box3 .content .word .t{
    	font-size:20px;
    }
}
@media (max-width: 1280px) {
	.n-service .service-box1{
		padding-top:10%;
	}
	.n-service .service-box1 .content{
		margin-top:6%;
	}
	.n-service .service-box1 .content .number li{
		width:49%;
		margin-left:1%;
	}
	.n-service .service-box1 .content .number .shuzi .counter{
		font-size:36px;
		line-height:36px;
	}
	.n-service .service-box2{
		padding-top:10%;
	}
	.n-service .service-box2 li{
		margin-top:5%;
	}
	.n-service .service-box2 .image{
		margin-top:5%;
		min-height:300px;
	}
	.n-service .service-box3{
		background-size:cover;
		padding:10% 0;
	}
  .n-service .service-box3 .content{
  	background:none;
  	margin-top:4%;
  }
  .n-service .service-box3 .content ul{
  	flex-wrap:wrap;
  }
  .n-service .service-box3 .content li{
  	width:49%;
  	margin-left:0;
  	border:1px #ccc solid;
  	margin-top:2%;
  }
  .n-service .service-box3 .content li:nth-child(2n){
	flex-direction:column;
  }
  .n-service .service-box3 .content li:last-child{
  	width:100%;
  }
  .n-service .service-box3 .content .image,
	.n-service .service-box3 .content .word{
		padding:4%;
	}
	.n-service .service-box3 .content .image{
		padding-bottom:0;
	}
	.n-service .service-box3 .content .word .t{
    	font-size:18px;
    }
    .n-service .service-box3 .content .word .c{
    	margin-top:2%;
    }
}
@media (max-width: 992px) {
    .n-service .service-box1 .content .number .shuzi .counter{
		font-size:32px;
		line-height:32px;
	}
}
@media (max-width: 750px) {
	.n-service .service-box1 .content .number .shuzi .counter{
		font-size:24px;
		line-height:24px;
	}
	.n-service .service-box3 .content .image img{
		width:60px;
	}
  .n-service .service-box3 .content .word .t{
    	font-size:16px;
    }
}

.n-contact{
  width: 100%;
  overflow: hidden;
}
.n-contact .contact-box{
  width: 100%;
  background: url(../images/news-icon-left.png) no-repeat left top;
  padding:100px 0;
  overflow: hidden;
}
.n-contact .contact-box ul{
	border-radius: 80px 80px 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .35);
	display: flex;
	overflow:hidden;
}
.n-contact .contact-box li{
	width: 33.333333%;
	padding:50px;
	box-shadow: -2px 0px 10px 0 rgba(0, 0, 0, .2);
}
.n-contact .contact-box .image em{
	font-size: 60px;
	line-height: 60px;
	color: #a07440;
}
.n-contact .contact-box .title{
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
	margin-top: 60px;
}
.n-contact .contact-box .content{
	margin-top: 30px;
}
.n-contact .contact-box .content img{
	max-width: 100%;
	display: block;
}
.n-contact .feedback-box{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.n-contact .feedback-box .my-map{
   width: 100%;
   height: 100%;
   position: absolute;
   left:0;
   right:0;
}
.n-contact .feedback-box .feedback-form{
	width: 100%;
	position: relative;
	z-index: 1;
	padding:100px 0;
}
.n-contact .feedback-box .feedback-form .box{
	width: 40%;
	background: #fff;
	padding:60px;
}
.n-contact .feedback-box .feedback-form .box .title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
.n-contact .feedback-box .feedback-form .box .content{
	margin-top: 20px;
}
.n-contact .feedback-box .feedback-form .box .content li{
	margin-top: 10px;
}
.n-contact .feedback-box .feedback-form .box .content input,
.n-contact .feedback-box .feedback-form .box .content textarea{
	background: #f9f9f9;
	border:none;
	padding:10px;
	width: 100%;
	display: block;
}
.n-contact .feedback-box .feedback-form .box .content textarea{
	resize:none;
	height: 120px;
	padding:10px;
}
.n-contact .feedback-box .feedback-form .box .content button{
	background: #a07440;
	border:none;
	padding:10px 20px;
	color: #fff;
	cursor: pointer;
}
@media (max-width: 1600px) {
   .n-contact .contact-box .image em{
		font-size: 48px;
		line-height: 48px;
	}
	.n-contact .contact-box .title{
		font-size: 24px;
		line-height: 24px;
	}
	.n-contact .feedback-box .feedback-form .box .title{
		font-size: 18px;
	}
}
@media (max-width: 1280px) {
    .n-contact .contact-box{
  	    padding:10% 0;
    }
    .n-contact .contact-box ul{
  	    border-radius: 50px 50px 0 0;
    }
    .n-contact .contact-box li{
    	width: 100%;
  	    padding:10% 5%;
  	    display: flex;
  	    align-items: center;
  	    justify-content: center;
  	    flex-direction: column;
    }
    .n-contact .contact-box .image em{
		font-size: 42px;
		line-height: 42px;
	}
	.n-contact .contact-box .title{
		font-size: 20px;
		margin-top: 6%;
	}
	.n-contact .contact-box .content{
		margin-top: 4%;
	}
	.n-contact .feedback-box .feedback-form{
		padding:10% 0;
	}
	.n-contact .feedback-box .feedback-form .box{
		width: 100%;
		padding:5%;
	}
	.n-contact .feedback-box .feedback-form .box .title{
		font-size: 16px;
	}
	.n-contact .feedback-box .feedback-form .box .content{
		margin-top: 2%;
	}
}
@media (max-width: 992px) {
	.n-contact .contact-box .image em{
		font-size: 36px;
		line-height: 36px;
	}
    .n-contact .contact-box .title{
    	font-size: 18px;
    }
}
@media (max-width: 750px) {
	.n-contact .contact-box ul{
		flex-direction: column;
	}
	.n-contact .contact-box .image em{
		font-size: 32px;
		line-height: 32px;
	}
    .n-contact .contact-box .title{
    	font-size: 16px;
    }
}

/*在线留言*/
.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: #a07440;
}
.n-message .help-block{
	font-size: 12px;
	color: #a07440;
}
@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;
    }
}