@charset "utf-8";
.n-service{
  width: 100%;
  overflow: hidden;
}
.n-service .service-title{
	width: 50%;
	overflow: hidden;
}
.n-service .service-title.full{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.n-service .service-title .text-1{
  font-size:42px;
  font-weight: 400;
}
.n-service .service-title .text-2{
  margin-top: 20px;
  color: #666;
}
.n-service .service-box1{
  width: 100%;
  padding:100px 0;
  background: url(../images/f1bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.n-service .service-box1 .wrap{
	display: flex;
	flex-direction: column;
}
.n-service .service-box1 .content{
	margin-top: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.n-service .service-box1 .content .circle{
	border-radius: 50%;
	border:2px #00984a solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.n-service .service-box1 .content .circle-1{
	width: 428px;
	height: 428px;
}
.n-service .service-box1 .content .circle-2{
	width: 300px;
	height: 300px;
	margin-left: -50px;
}
.n-service .service-box1 .content .circle .word-1{
	display: flex;
	align-items: flex-end;
	color: #00984a;
	font-weight: 500;
		font-size: 36px;
}
.n-service .service-box1 .content .circle .word-1 .text-1{
	line-height: 1;
}
.n-service .service-box1 .content .circle-1 .word-1 .text-1{
    font-size: 64px;
}
.n-service .service-box1 .content .circle-2 .word-1 .text-1{
    font-size: 36px;
}
.n-service .service-box2{
	padding: 100px 0;
	overflow: hidden;
}
.n-service .service-box2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n-service .service-box2 li{
	width: 32%;
	margin-top: 60px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.n-service .service-box2 img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.n-service .service-box2 li:hover img{
	transform: scale(1.05);
}
.n-service .service-box2 .word{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding:60px 30px;
}
.n-service .service-box2 .word .word-1{
	font-size: 20px;
	font-weight: 600;
}
.n-service .service-box2 .word .word-2{
	margin-top: 10px;
}
@media (max-width: 1600px) {
    .n-service .service-title .text-1{
	  font-size:36px;
	}
	.n-service .service-box1 .content .circle-2 .word-1 .text-1{
		font-size: 32px;
	}
	.n-service .service-box1 .content .circle-1 .word-1 .text-1{
		font-size: 54px;
	}
}
@media (max-width: 1360px) {
   .n-service .service-title .text-1{
	  font-size:32px;
	}
	.n-service .service-box1 .content .circle-2 .word-1 .text-1{
		font-size: 28px;
	}
	.n-service .service-box1 .content .circle-1 .word-1 .text-1{
		font-size: 48px;
	}
}
@media (max-width: 1024px) {
	.n-service .service-title{
		width: 100%;
	}
	.n-service .service-title .text-1{
	  font-size:28px;
	}
	.n-service .service-title .text-2{
		margin-top: 2%;
	}
  .n-service .service-box1{
    padding:10% 0;
  }
  .n-service .service-box2{
	padding: 10% 0;
  }
  .n-service .service-box2 li{
  	width: 49%;
  }
  .n-service .service-box2 .word{
  	padding: 6% 3%;
  }
  .n-service .service-box2 .word .word-2{
  	margin-top: 2%;
  }
  .n-service .service-box1 .content,
  .n-service .service-box2 li{
  	margin-top: 6%;
  }
  .n-service .service-box1 .content .circle-1{
		width: 328px;
		height: 328px;
	}
	.n-service .service-box1 .content .circle-2{
		width: 200px;
		height:200px;
		margin-left: -30px;
	}
}
@media (max-width: 750px) {
  .n-service .service-title .text-1{
	  font-size:20px;
	}
	.n-service .service-box2 li{
		width: 100%;
	}
	.n-service .service-box2 .word .word-1{
		font-size: 16px;
	}
	.n-service .service-box2 .word .word-2{
		margin-top: 0;
	}
	.n-service .service-box1 .content{
		justify-content: center;
	}
	.n-service .service-box1 .content .circle-1{
		width: 228px;
		height: 228px;
	}
	.n-service .service-box1 .content .circle-2{
		width: 100px;
		height:100px;
		margin-left: -30px;
	}
	.n-service .service-box1 .content .circle-2 .word-1 .text-1{
		font-size: 20px;
	}
	.n-service .service-box1 .content .circle-1 .word-1 .text-1{
		font-size: 36px;
	}
}

.n-type{
  width: 100%;
  border-bottom: 1px #eee solid;
  overflow: hidden;
}
.n-type ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.n-type li{
  line-height: 60px;
  padding:0 30px;
}
.n-type a{
  display: block;
  font-weight: 700;
  position: relative;
}
.n-type a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #00984a;
  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,
.n-type li.active a{
  color: #00984a;
}
.n-type li:hover a:after,
.n-type li.active a:after {
  transform-origin: center;
  transform: scale(1);
}
@media (max-width: 1280px) {
  .n-type li{
    line-height: 50px;
    padding:0 20px;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-type li{
    line-height: 40px;
    padding:0 10px;
  }
}

.n-move{
  padding: 100px 0;
  overflow: hidden;
}
.n-move .move-ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.n-move .move-ul li{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.n-move .move-ul li:nth-child(3n){
  margin-right: 0;
}
.n-move .move-ul a{
  display: block;
  position: relative;
}
.n-move .move-ul .move-pic{
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.n-move .move-ul .move-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.n-move .move-ul a:hover .move-pic img{
  transform: scale(1.08);
}
.n-move .move-ul .move-info{
  width: 100%;
  height: 100%;
  background: ;
  position: absolute;
  left: 0;
  bottom:0;
  color: #fff;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
}
.n-move .move-ul .move-info .text{
  width: 100%;
  display: flex;
  align-items: center;
  padding:10px;
}
.n-move .move-ul .move-info .text i{
  font-size: 20px;
  color: #00984a;
  margin-right: 10px;
  display: block;
}
.n-move .move-ul .move-info .text span{
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
@media (max-width: 1024px) {
  .n-move{
  	padding: 10% 0;
  }
  .n-move .move-ul li{
    width: 49%;
  }
  .n-move .move-ul li:nth-child(3n){
    margin-right: 2%;
  }
  .n-move .move-ul li:nth-child(2n){
    margin-right: 0;
  }
  .n-move .move-ul .move-pic{
  	height: 320px;
  }
}
@media (max-width: 992px) {
  .n-move .move-ul .move-pic{
  	height: 240px;
  }
}
@media (max-width: 750px) {
  .n-move .move-ul li{
    width: 100%;
    margin-right: 0;
  }
  .n-move .move-ul li:nth-child(3n){
    margin-right: 0;
  }
}

.n-download{
  padding:100px 0;
  overflow: hidden;
}
.n-download .download-ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.n-download .download-ul li{
  width: 32%;
  margin-right: 2%;
  border:1px #eee solid;
  border-radius: 10px;
  margin-bottom: 2%;
  padding:0 20px;
}
.n-download .download-ul li:nth-child(3n){
  margin-right: 0;
}
.n-download .download-ul a{
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.n-download .download-ul .title{
  margin:20px 0;
  font-weight: 700;
}
.n-download .download-ul .download{
  border-top: 1px #eee solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:10px 0;
  font-size: 14px;
}
.n-download .download-ul .download .left{
  display: flex;
  align-items: center;
}
.n-download .download-ul .download .left i{
  display: block;
  margin-right: 5px;
  color: #00984a;
}
.n-download .download-ul .download .right{
  display: flex;
  align-items: center;
}
.n-download .download-ul .download .right i{
  display: block;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .n-download{
  	padding: 10% 0;
  }
  .n-download .download-ul li{
    width: 49%;
  }
  .n-download .download-ul li:nth-child(3n){
    margin-right: 2%;
  }
  .n-download .download-ul li:nth-child(2n){
    margin-right: 0;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .n-download .download-ul li{
    width: 100%;
    padding:0 10px;
  }
  .n-download .download-ul li:nth-child(3n){
    margin-right: 0;
  }
  .n-download .download-ul .title{
    margin:10px 0;
  }
  .n-download .download-ul .download{
    padding:5px 0;
  }
}

.n-faq{
  padding: 100px 0;
  overflow: hidden;
}
.n-faq .faq-ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: hidden;
}
.n-faq .faq-ul li{
  width: 49%;
  margin-right: 2%;
  border:1px #eee solid;
  margin-bottom: 2%;
  padding:20px;
}
.n-faq .faq-ul li:nth-child(2n){
  margin-right: 0;
}
.n-faq .faq-ul a{
  display: block;
}
.n-faq .faq-ul .faq-q{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
   font-weight: 700;
}
.n-faq .faq-ul .faq-q span{
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.n-faq .faq-ul .faq-q i{
  margin-left: 5px;
}
.n-faq .faq-ul .faq-a{
  width: 100%;
  border-top: 1px #eee solid;
  margin-top: 10px;
  padding-top: 10px;
  display: none;
}
@media (max-width: 1024px) {
  .n-faq{
  	padding:10% 0;
  }
  .n-faq .faq-ul li{
    padding:10px 15px;
  }
  .n-faq .faq-ul .faq-q i{
    font-size: 14px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .n-faq .faq-ul li{
    width: 100%;
    margin-right: 0;
    padding:10px;
  }
}