@charset "utf-8";
.n-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.n-banner > img {
  width: 100%;
  display: block;
}
.n-banner .word{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.n-banner .word a{
  display: block;
  color: #fff;
}
.n-banner .word .wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.n-banner .word .path{
  display: flex;
  align-items: center;
}
.n-banner .word .path span{
  font-size: 12px;
  display: block;
  margin:0 10px;
}
.n-banner .word .type{
  font-family: "Poppins-Bold";
  font-size: 64px;
  line-height: 64px;
  margin-top: 10px;
}
.n-banner .list{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:0;
  background: #fff;
}
.n-banner .list ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-banner .list li{
  padding:0 20px;
}
.n-banner .list a{
  display: block;
  line-height: 80px;
  position: relative;
}
.n-banner .list li:hover a,
.n-banner .list li.active a {
  color: #00a2e9;
}
.n-banner .list a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: #00a2e9;
  bottom: 10px;
  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-banner .list li:hover a:after,
.n-banner .list li.active a:after {
  transform-origin: center;
  transform: scale(1);
}
@media (max-width: 1600px) {
  .n-banner .word .type{
    font-size: 54px;
    line-height: 54px;
  }
}
@media (max-width: 1280px) {
  .n-banner{
    height: 45vh;
  }
  .n-banner img{
    height: 100%;
    object-fit: cover;
  }
  .n-banner .word .type{
    font-size: 48px;
    line-height: 48px;
  }
  .n-banner .list a{
    line-height: 60px;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-banner{
    height: 38vh;
  }
  .n-banner .word .type{
    font-size: 32px;
    line-height: 32px;
    margin-top: 0;
  }
  .n-banner .list li{
    padding:0 10px;
  }
  .n-banner .list a{
    line-height: 50px;
  }
}

.n-y{
  width: 100%;
  overflow: hidden;
}
.n-page{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4%;
}
.n-page span,
.n-page a{
  display: block;
  margin:0 10px;
}
.n-page span.active{
  background: #00a2e9;
  color: #fff;
  padding:0 12px;
}
@media (max-width: 1280px) {
  .n-page span.active{
    padding:0 6px;
  }
  .n-page .first,
  .n-page .last,
  .n-page .prev,
  .n-page .next{
    display: none;
  }
  .n-page span,
  .n-page a{
    margin:0 6px;
  }
}
@media (max-width: 992px) {

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

.n-about{
  width: 100%;
  overflow: hidden;
}
.n-about .about-box1{
  overflow: hidden;
}
.n-about .about-box1 .title{
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 48px;
  line-height: 48px;
}
.n-about .about-box1 .content{
  margin-top: 50px;
}
.n-about .about-box1 .content img{
  width: 100%;
  display: block;
  margin-top: 50px;
}
.n-about .about-box2{
  width: 100%;
  margin-top: 120px;
  padding:120px 0;
  background: #f9f9f9;
  overflow: hidden;
}
.n-about .about-box2 .title{
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}
.n-about .about-box2 .content{
  text-align: center;
  margin: 20px 0 50px;
}
.n-about .about-box2 .list img{
  width: 100%;
  display: block;
}
.n-about .about-box2 .list .swiper-pagination{
  position: static;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-about .about-box2 .list .swiper-pagination .swiper-pagination-bullet{
  width: 30px;
  height: 1px;
  background: #000;
  border-radius: 0;
  opacity: 1;
}
.n-about .about-box2 .list .swiper-pagination .swiper-pagination-bullet-active{
  width: 60px;
  background: #00a2e9;
}
.n-about .about-box3{
  width: 100%;
  background: url(../images/aboutbg.jpg) no-repeat center;
  background-size: cover;
  padding:120px 0;
  margin-top: 120px;
  overflow: hidden;
}
.n-about .about-box3 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.n-about .about-box3 li{
  width: 23%;
  background: #fff;
  padding:50px;
}
.n-about .about-box3 h1 .counter{
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
}
.n-about .about-box3 h2{
  margin-top: 10px;
}
.n-about .about-box4{
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.n-about .about-box4 .left{
  width: 30%;
}
.n-about .about-box4 .left .title{
  font-family: "Poppins-Bold";
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}
.n-about .about-box4 .left .content{
  margin-top: 20px;
}
.n-about .about-box4 .right{
  width: 66%;
}
.n-about .about-box4 li{
  border:1px #eee solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.n-about .about-box4 img{
  width: 100%;
  display: block;
}
.n-about .about-box4 p{
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding:10px;
}
.n-about .about-box4 .swiper-pagination{
  position: static;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-about .about-box4 .swiper-pagination .swiper-pagination-bullet{
  width: 30px;
  height: 1px;
  background: #000;
  border-radius: 0;
  opacity: 1;
}
.n-about .about-box4 .swiper-pagination .swiper-pagination-bullet-active{
  width: 60px;
  background: #00a2e9;
}
@media (max-width: 1600px) {
  .n-about .about-box1 .title,
  .n-about .about-box2 .title,
  .n-about .about-box4 .left .title{
    font-size: 42px;
    line-height: 42px;
  }
  .n-about .about-box3 h1 .counter{
    font-size: 54px;
    line-height: 54px;
  }
}
@media (max-width: 1280px) {
  .n-about .about-box1 .title,
  .n-about .about-box2 .title,
  .n-about .about-box4 .left .title{
    font-size: 36px;
    line-height: 36px;
  }
  .n-about .about-box1 .content{
    margin-top: 2%;
  }
  .n-about .about-box1 .content img{
    margin-top: 5%;
  }
  .n-about .about-box2{
    margin-top: 10%;
    padding:10% 0;
  }
  .n-about .about-box2 .content{
    margin: 2% 0 5%;
  }
  .n-about .about-box2 .list .swiper-pagination{
    margin-top: 4%;
  }
  .n-about .about-box3{
    padding: 10% 0;
    margin-top: 10%;
  }
  .n-about .about-box3 li{
    padding:5%;
  }
  .n-about .about-box3 li{
    width: 49%;
    margin:1% 0;
  }
  .n-about .about-box3 h1 .counter{
    font-size: 44px;
    line-height: 44px;
  }
  .n-about .about-box4{
    margin-top: 10%;
    flex-direction: column;
  }
  .n-about .about-box4 .left,
  .n-about .about-box4 .right{
    width: 100%;
  }
  .n-about .about-box4 .left .content{
    margin-top: 2%;
  }
  .n-about .about-box4 .right{
    margin-top: 5%;
  }
}
@media (max-width: 992px) {
  .n-about .about-box1 .title,
  .n-about .about-box2 .title,
  .n-about .about-box4 .left .title{
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 750px) {
  .n-about .about-box1 .title,
  .n-about .about-box2 .title,
  .n-about .about-box4 .left .title{
    font-size: 24px;
    line-height: 24px;
  }
  .n-about .about-box2 .list .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
  }
  .n-about .about-box2 .list .swiper-pagination .swiper-pagination-bullet-active{
    width: 20px;
  }
  .n-about .about-box3 li{
    width: 100%;
  }
  .n-about .about-box3 h1 .counter{
    font-size: 36px;
    line-height: 36px;
  }
  .n-about .about-box3 h2{
    margin-top: 5px;
  }
}

.n-products{
  overflow: hidden;
}
.n-products .products-title{
  padding:60px 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.n-products .products-title .left{
  font-size: 54px;
  line-height: 54px;
  font-family: 'Poppins-Bold';
  margin-right: 100px;
}
.n-products .products-list{
  width: 100%;
  background: #f9f9f9;
  padding:80px 0;
  overflow: hidden;
}
.n-products .products-list .wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.n-products .products-list .list-type{
  width: 22%;
}
.n-products .products-list .list-type li{
  background: #fff;
  border-bottom: 1px #eee solid;
  padding:15px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.n-products .products-list .list-type li.active,
.n-products .products-list .list-type li:hover{
  background:#00a2e9;
}
.n-products .products-list .list-type a{
  display: flex;
  justify-content: space-between;
}
.n-products .products-list .list-type i{
  color: #999;
  display: block;
  margin-left: 5px;
}
.n-products .products-list .list-type li.active a,
.n-products .products-list .list-type li:hover a{
  color: #fff;
}
.n-products .products-list .list-type li.active i,
.n-products .products-list .list-type li:hover i{
  color: #fff;
}
.n-products .products-list .list-main{
  width: 74%;
}
.n-products .products-list .list-main .products-ul{
  display: flex;
  flex-wrap: wrap;
}
.n-products .products-list .list-main .products-ul li{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.n-products .products-list .list-main .products-ul li:nth-child(3n){
  margin-right: 0;
}
.n-products .products-list .list-main .products-ul li:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.n-products .products-list .list-main .products-ul a{
  display: block;
}
.n-products .products-list .list-main .products-ul .image{
  overflow: hidden;
}
.n-products .products-list .list-main .products-ul .image img{
  width: 100%;
  display: block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.n-products .products-list .list-main .products-ul li:hover .image img{
  transform: scale(1.05);
}
.n-products .products-list .list-main .products-ul .title{
  padding:15px;
  text-align: center;
  font-family: 'Poppins-Bold';
}
.n-products .products-list .list-main .n-page{
  margin-top: 2%;
}
.n-products .products-image{
  padding:80px 0;
}
.n-products .products-image .title{
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 32px;
}
.n-products .products-image .list li{
  margin-top: 50px;
}
.n-products .products-image .list img{
  width: 100%;
  display: block;
}
.n-products .products-image .list .swiper-pagination{
  position: static;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-products .products-image .list .swiper-pagination .swiper-pagination-bullet{
  width: 30px;
  height: 1px;
  background: #000;
  border-radius: 0;
  opacity: 1;
}
.n-products .products-image .list .swiper-pagination .swiper-pagination-bullet-active{
  width: 60px;
  background: #00a2e9;
}
@media (max-width: 1600px) {
  .n-products .products-title .left{
    font-size: 48px;
    line-height: 48px;
    margin-right: 80px;
  }
  .n-products .products-image .title{
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .n-products .products-title{
    padding:6% 0;
    flex-direction: column;
    text-align: center;
  }
  .n-products .products-title .left{
    font-size: 36px;
    line-height: 36px;
    margin-right: 0;
  }
  .n-products .products-title .right{
    margin-top: 2%;
  }
  .n-products .products-list{
    padding:8% 0;
  }
  .n-products .products-list .list-main .products-ul li{
    width: 49%;
  }
  .n-products .products-list .list-main .products-ul li:nth-child(3n){
    margin-right: 2%;
  }
  .n-products .products-list .list-main .products-ul li:nth-child(2n){
    margin-right: 0;
  }
  .n-products .products-image{
    padding:8% 0;
  }
  .n-products .products-image .title{
    font-size: 24px;
  }
  .n-products .products-image .list li{
    margin-top: 5%;
  }
  .n-products .products-image .list .swiper-pagination{
    margin-top: 4%;
  }
}
@media (max-width: 992px) {
  .n-products .products-title .left{
    font-size: 32px;
    line-height: 32px;
  }
  .n-products .products-image .title{
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .n-products .products-title .left{
    font-size: 24px;
    line-height: 24px;
  }
  .n-products .products-list .wrap{
    flex-direction: column;
  }
  .n-products .products-list .list-type,
  .n-products .products-list .list-main{
    width: 100%;
  }
  .n-products .products-list .list-type{
    margin-bottom: 2%;
  }
  .n-products .products-list .list-main .products-ul li{
    width: 100%;
    margin-right: 0;
  }
  .n-products .products-list .list-main .products-ul li:nth-child(3n){
    margin-right: 0;
  }
  .n-products .products-image .title{
    font-size: 18px;
  }
  .n-products .products-image .list .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
  }
  .n-products .products-image .list .swiper-pagination .swiper-pagination-bullet-active{
    width: 20px;
  }
}

.n-productsdetail{
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}
.n-productsdetail .productsdetail-path{
  display: flex;
  align-items: center;
}
.n-productsdetail .productsdetail-path span{
  font-size: 12px;
  display: block;
  margin:0 10px;
}
.n-productsdetail .productsdetail-image{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n-productsdetail .productsdetail-image .image{
  width: 48%;
  border:1px #eee solid;
}
.n-productsdetail .productsdetail-image .image img{
  width: 100%;
  display: block;
}
.n-productsdetail .productsdetail-image .word{
  width: 48%;
}
.n-productsdetail .productsdetail-image .word .t{
  font-size: 28px;
  font-family: 'Poppins-Bold';
  line-height: 1.5;
}
.n-productsdetail .productsdetail-image .word .c{
  margin:2% 0 4% 0;
}
.n-productsdetail .productsdetail-image .word .m{
  display: flex;
}
.n-productsdetail .productsdetail-image .word .m a{
  display: block;
  background: #00a2e9;
  color: #fff;
  padding:10px 40px;
  border-radius: 60px;
  margin-right: 20px;
}
.n-productsdetail .productsdetail-image .word .m a:last-child{
    margin-right: 0;
}
.n-productsdetail .productsdetail-content{
  background: #f9f9f9;
  padding:80px 0;
  margin-top: 80px;
}
.n-productsdetail .productsdetail-content img{
  max-width: 100%;
}
.n-productsdetail .productsdetail-content table{
  width: 100% !important;
  margin:0 !important;
  padding:0 !important;
}
.n-productsdetail .productsdetail-content th,
.n-productsdetail .productsdetail-content td{
  margin:0 !important;
  padding:0 !important;
}
.n-productsdetail .productsdetail-message{
  margin-top: 80px;
  overflow: hidden;
}
.n-productsdetail .productsdetail-message .title,
.n-productsdetail .productsdetail-related .title{
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 36px;
  line-height: 36px;
}
.n-productsdetail .productsdetail-message .content{
  margin-top: 50px;
}
.n-productsdetail .productsdetail-related{
  width: 100%;
  padding:80px 0;
  margin-top: 80px;
  background: #f9f9f9;
  overflow: hidden;
}
.n-productsdetail .productsdetail-related .list{
  margin-top: 50px;
}
.n-productsdetail .productsdetail-related .list li{
  background: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.n-productsdetail .productsdetail-related .list li:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.n-productsdetail .productsdetail-related .list .image{
  overflow: hidden;
}
.n-productsdetail .productsdetail-related .list .image img{
  width: 100%;
  display: block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.n-productsdetail .productsdetail-related .list li:hover .image img{
  transform: scale(1.05);
}
.n-productsdetail .productsdetail-related .list .word{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding:15px;
  font-family: 'Poppins-Bold';
  text-align: center;
}
.n-productsdetail .productsdetail-related .list .swiper-pagination{
  position: static;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-productsdetail .productsdetail-related .list .swiper-pagination .swiper-pagination-bullet{
  width: 30px;
  height: 1px;
  background: #000;
  border-radius: 0;
  opacity: 1;
}
.n-productsdetail .productsdetail-related .list .swiper-pagination .swiper-pagination-bullet-active{
  width: 60px;
  background: #00a2e9;
}
@media (max-width: 1600px){
  .n-productsdetail .productsdetail-image .word .t{
    font-size: 24px;
  }
  .n-productsdetail .productsdetail-message .title,
  .n-productsdetail .productsdetail-related .title{
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1280px) {
  .n-productsdetail .n-productsdetail{
    padding-top: 60px;
  }
  .n-productsdetail .productsdetail-image{
    flex-direction: column;
    margin-top: 4%;
  }
  .n-productsdetail .productsdetail-image .image,
  .n-productsdetail .productsdetail-image .word{
    width: 100%;
  }
  .n-productsdetail .productsdetail-image .word{
    margin-top: 4%;
  }
  .n-productsdetail .productsdetail-image .word .t{
    font-size: 20px;
  }
  .n-productsdetail .productsdetail-content{
    padding:8% 0;
    margin-top: 8%;
  }
  .n-productsdetail .productsdetail-message{
    margin-top: 8%;
  }
  .n-productsdetail .productsdetail-message .title,
  .n-productsdetail .productsdetail-related .title{
    font-size: 28px;
    line-height: 28px;
  }
  .n-productsdetail .productsdetail-message .content{
    margin-top: 5%;
  }
  .n-productsdetail .productsdetail-related{
    padding:8% 0;
    margin-top: 8%;
  }
  .n-productsdetail .productsdetail-related .list{
    margin-top: 5%;
  }
  .n-productsdetail .productsdetail-related .list .swiper-pagination{
    margin-top: 4%;
  }
}
@media (max-width: 992px) {
  .n-productsdetail .n-productsdetail{
    padding-top: 60px;
  }
  .n-productsdetail .productsdetail-image .word .t{
    font-size: 18px;
  }
  .n-productsdetail .productsdetail-message .title,
  .n-productsdetail .productsdetail-related .title{
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .n-productsdetail{
    padding-top: 60px;
  }
  .n-productsdetail .productsdetail-image .word .t{
    font-size: 16px;
  }
  .n-productsdetail .productsdetail-image .word .m a{
      margin-right: 10px;
  }
  .n-productsdetail .productsdetail-message .title,
  .n-productsdetail .productsdetail-related .title{
    font-size: 20px;
  }
  .n-productsdetail .productsdetail-related .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
  }
  .n-productsdetail .productsdetail-related .swiper-pagination .swiper-pagination-bullet-active{
    width: 20px;
  }
}

.n-service{
  width: 100%;
  overflow: hidden;
}
.n-service .service-box1{
  display: flex;
  justify-content: space-between;
}
.n-service .service-box1 .left{
  width: 47.5%;
}
.n-service .service-box1 .right{
  width: 70%;
  margin-left: -30%;
}
.n-service .service-box1 .left .title{
  font-family: 'Poppins-Bold';
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}
.n-service .service-box1 .left .image{
  margin-top: 50px;
}
.n-service .service-box1 .left .image img{
  width: 100%;
  display: block;
}
.n-service .service-box1 .right .title{
  padding-left: 32%;
}
.n-service .service-box1 .right .content{
  margin-top: 40px;
  padding-left: 32%;
}
.n-service .service-box1 .right .content li{
  margin-top: 30px;
}
.n-service .service-box1 .right .content .t{
  font-family: 'Poppins-Bold';
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.n-service .service-box1 .right .content .t:after{
  content: "";
  position: absolute;
  left: 0;
  bottom:0;
  width: 100px;
  height: 2px;
  background: #00a2e9;
}
.n-service .service-box1 .right .number{
  background: #00a2e9;
  margin-top: 50px;
  padding:30px 50px;
  color: #fff;
}
.n-service .service-box1 .right .number ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n-service .service-box1 .right .number li{
  width: 23%;
}
.n-service .service-box1 .right .number h1{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.n-service .service-box1 .right .number h1 .counter{
  font-size: 54px;
  line-height: 54px;
  font-family: 'Poppins-Bold';
}
.n-service .service-box1 .right .number h2{
  line-height: 1.5;
}
.n-service .service-box2{
  width: 100%;
  padding:120px 0;
  margin-top: 120px;
  background: url(../images/service2.jpg) no-repeat center;
  background-attachment: fixed;
  overflow: hidden;
  color: #fff;
}
.n-service .service-box2 .title{
  width: 60%;
  margin:0 auto;
  text-align: center;
  font-size: 54px;
  line-height: 54px;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
}
.n-service .service-box2 .content{
  text-align: center;
  margin: 30px 0;
}
.n-service .service-box2 .list img{
  width: 100%;
  display: block;
}
.n-service .service-box2 .list .swiper-pagination{
  position: static;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-service .service-box2 .list .swiper-pagination .swiper-pagination-bullet{
  width: 30px;
  height: 1px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.n-service .service-box2 .list .swiper-pagination .swiper-pagination-bullet-active{
  width: 60px;
  background: #00a2e9;
}
.n-service .service-box3{
  margin-top: 120px;
}
.n-service .service-box3 .title{
  width: 60%;
  margin:0 auto;
  text-align: center;
  font-size: 54px;
  line-height: 54px;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
}
.n-service .service-box3 .list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n-service .service-box3 .list li{
  width: 32%;
  margin-top: 50px;
  background: #f2f2f2;
}
.n-service .service-box3 .list .image img{
  width: 100%;
  display: block;
}
.n-service .service-box3 .list .word{
  padding:30px;
}
.n-service .service-box3 .list .word .t{
  font-family: 'Poppins-Bold';
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  text-transform: uppercase;
}
.n-service .service-box3 .list .word .c{
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .n-service .service-box1 .left .title{
    font-size: 42px;
    line-height: 42px;
  }
  .n-service .service-box1 .right .content .t{
    font-size: 20px;
  }
  .n-service .service-box1 .right .number h1 .counter{
    font-size: 48px;
    line-height: 48px;
  }
  .n-service .service-box2 .title{
    font-size: 42px;
    line-height: 42px;
  }
  .n-service .service-box3 .title{
    font-size: 42px;
    line-height: 42px;
  }
  .n-service .service-box3 .list .word .t{
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .n-service .service-box1{
    flex-direction: column;
  }
  .n-service .service-box1 .left,
  .n-service .service-box1 .right{
    width: 100%;
  }
  .n-service .service-box1 .left .title{
    font-size: 36px;
    line-height: 36px;
  }
  .n-service .service-box1 .left .image{
    margin-top: 5%;
  }
  .n-service .service-box1 .right{
    margin-left: 0;
    margin-top: 5%;
  }
  .n-service .service-box1 .right .title,
  .n-service .service-box1 .right .content{
    padding-left: 0;
  }
  .n-service .service-box1 .right .content,
  .n-service .service-box1 .right .content li{
    margin-top: 4%;
  }
  .n-service .service-box1 .right .content .t{
    font-size: 18px;
  }
  .n-service .service-box1 .right .number{
    margin-top: 5%;
    padding:3% 5%;
  }
  .n-service .service-box1 .right .number li{
    width: 48%;
    margin:2% 0;
  }
  .n-service .service-box1 .right .number h1 .counter{
    font-size: 36px;
    line-height: 36px;
  }
  .n-service .service-box2{
    margin-top: 10%;
    padding:10% 0;
  }
  .n-service .service-box2 .title{
    width: 100%;
    font-size: 36px;
    line-height: 36px;
  }
  .n-service .service-box2 .content{
    margin:4% 0;
  }
  .n-service .service-box2 .list .swiper-pagination{
    margin-top: 4%;
  }
  .n-service .service-box3{
    margin-top: 10%;
  }
  .n-service .service-box3 .title{
    width: 100%;
    font-size: 36px;
    line-height: 36px;
  }
  .n-service .service-box3 .list li{
    margin-top: 5%;
  }
  .n-service .service-box3 .list .word .t{
    font-size: 18px;
  }
  .n-service .service-box3 .list .word{
    padding:4%;
  }
  .n-service .service-box3 .list li{
    width: 100%;
  }
}
@media (max-width: 992px) {
  .n-service .service-box1 .left .title{
    font-size: 32px;
    line-height: 32px;
  }
  .n-service .service-box1 .right .number h1 .counter{
    font-size: 32px;
    line-height: 32px;
  }
  .n-service .service-box2 .title{
    font-size: 32px;
    line-height: 32px;
  }
  .n-service .service-box3 .title{
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 750px) {
  .n-service .service-box1 .left .title{
    font-size: 24px;
    line-height: 24px;
  }
  .n-service .service-box1 .right .content .t{
    font-size: 16px;
  }
  .n-service .service-box1 .right .number li{
    width: 100%;
  }
  .n-service .service-box1 .right .number h1 .counter{
    font-size: 24px;
    line-height: 24px;
  }
  .n-service .service-box2 .title{
    font-size: 24px;
    line-height: 24px;
  }
  .n-service .service-box2 .list .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
  }
  .n-service .service-box2 .list .swiper-pagination .swiper-pagination-bullet-active{
    width: 20px;
  }
  .n-service .service-box3 .title{
    font-size: 24px;
    line-height: 24px;
  }
  .n-service .service-box3 .list .word .t{
    font-size: 16px;
  }
  .n-service .service-box3 .list .word .c{
    margin-top: 0;
  }
}

.n-news{
  overflow: hidden;
}
.n-news .news-ul{
  display: flex;
  flex-wrap: wrap;
}
.n-news .news-ul li{
  border-bottom: 1px #eee solid;
  padding:50px 0;
}
.n-news .news-ul li:first-child{
  padding-top: 0;
}
.n-news .news-ul a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n-news .news-ul .date{
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.n-news .news-ul .date h1{
  font-size: 60px;
  line-height: 60px;
  font-family: "Poppins-Bold";
  color: #00a2e9;
}
.n-news .news-ul .date h2{
  margin-top: 10px;
  color: #666;
}
.n-news .news-ul .word{
  width: calc(100% - 150px);
}
.n-news .news-ul .word .title{
  font-family: "Poppins-Bold";
  font-size: 24px;
  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-news .news-ul .word .summary{
  margin-top: 20px;
  color: #666;
  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;
}
@media (max-width: 1600px) {
  .n-news .news-ul .date h1{
    font-size: 54px;
    line-height: 54px;
  }
  .n-news .news-ul .word .title{
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .n-news .news-ul li{
    padding:5% 0;
  }
  .n-news .news-ul .date{
    width: 80px;
  }
  .n-news .news-ul .word {
    width: calc(100% - 100px);
  }
  .n-news .news-ul .date h1{
    font-size: 48px;
    line-height: 48px;
  }
  .n-news .news-ul .word .title{
    font-size: 18px;
  }
  .n-news .news-ul .word .summary{
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .n-news .news-ul .date h1{
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 750px) {
  .n-news .news-ul a{
    flex-direction: column;
  }
  .n-news .news-ul .date{
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
  .n-news .news-ul .date h1{
    font-size: 42px;
    line-height: 42px;
    margin-right: 10px;
  }
  .n-news .news-ul .word{
    width: 100%;
  }
  .n-news .news-ul .word .title{
    font-size: 16px;
    margin-top: 2%;
  }
  .n-news .news-ul .word .summary{
    margin-top: 5px;
  }
}

.n-newsdetail{
  overflow: hidden;
}
.n-newsdetail .news-detail{
  border:1px #eee solid;
  padding:50px;
}
.n-newsdetail .news-detail .title{
  font-size: 28px;
  line-height: 28px;
  font-family: 'Poppins-Bold';
}
.n-newsdetail .news-detail .date{
  padding:20px 0;
  border-bottom: 1px #eee solid;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}
.n-newsdetail .news-detail .date div{
  margin-right: 20px;
}
.n-newsdetail .news-detail .date span{
  color: #666;
}
.n-newsdetail .news-detail .content{
  padding:30px 0;
  border-bottom: 1px #eee solid;
}
.n-newsdetail .news-detail .content img{
  max-width: 100%;
}
.n-newsdetail .news-detail .page{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n-newsdetail .news-detail .page > div{
  width: 32%;
  display: flex;
  align-items: center;
}
.n-newsdetail .news-detail .page .back{
  justify-content:center;
}
.n-newsdetail .news-detail .page .prev a,
.n-newsdetail .news-detail .page .next a{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.n-newsdetail .news-detail .page .prev i,
.n-newsdetail .news-detail .page .next i{
  font-size: 12px;
  width: 12px;
}
.n-newsdetail .news-detail .page .next a{
  text-align: right;
}
.n-newsdetail .news-detail .page .prev span,
.n-newsdetail .news-detail .page .next span{
  width: calc(100% - 20px);
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.n-newsdetail .news-related,
.n-newsdetail .news-message{
  margin-top: 60px;
  border:1px #eee solid;
  padding:0 50px;
}
.n-newsdetail .news-related .title,
.n-newsdetail .news-message .title{
  border-bottom: 1px #eee solid;
  padding:20px 0;
  font-family: 'Poppins-Bold';
  font-size: 24px;
}
.n-newsdetail .news-related .list{
  padding:2% 0;
}
.n-newsdetail .news-related .list ul{
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}
.n-newsdetail .news-related .list li{
  width: 32%;
  margin:1% 0;
  margin-right: 2%;
  border:1px #eee solid;
  padding:20px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.n-newsdetail .news-related .list li:nth-child(3n){
  margin-right: 0;
}
.n-newsdetail .news-related .list li:hover{
  background: #00a2e9;
}
.n-newsdetail .news-related .list a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n-newsdetail .news-related .list i{
  width: 20px;
  text-align: right;
}
.n-newsdetail .news-related .list .box{
  width: calc(100% - 20px);
}
.n-newsdetail .news-related .list .box .t{
  line-height: 1.5;
  font-family: 'Poppins-Bold';
  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 .news-related .list .box .s{
  line-height: 1.5;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.n-newsdetail .news-related .list li:hover i,
.n-newsdetail .news-related .list li:hover .box .t,
.n-newsdetail .news-related .list li:hover .box .s{
  color: #fff;
}
.n-newsdetail .news-message .content{
    padding:3% 0;
}
@media (max-width: 1600px) {
  .n-newsdetail .news-detail .title{
    font-size: 24px;
    line-height: 24px;
  }
  .n-newsdetail .news-related .title,
  .n-newsdetail .news-message .title{
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .n-newsdetail .news-detail{
    padding:5%;
  }
  .n-newsdetail .news-detail .title{
    font-size: 20px;
  }
  .n-newsdetail .news-detail .date{
    padding:10px 0;
  }
  .n-newsdetail .news-detail .content{
    padding:4% 0;
  }
  .n-newsdetail .news-detail .page{
    margin-top: 4%;
  }
  .n-newsdetail .news-page,
  .n-newsdetail .news-related,
  .n-newsdetail .news-message{
    margin-top: 6%;
    padding: 0 3%;
  }
  .n-newsdetail .news-related .title,
  .n-newsdetail .news-message .title{
    font-size: 18px;
    padding:15px 0;
  }
  .n-newsdetail .news-related .list li{
    width: 49%;
    padding:15px;
  }
  .n-newsdetail .news-related .list li:nth-child(3n){
    margin-right: 2%
  }
  .n-newsdetail .news-related .list li:nth-child(2n){
    margin-right: 0;
  }
  .n-newsdetail .news-message .content{
    padding:3% 0;
  }
}
@media (max-width: 992px) {
  .n-newsdetail .news-detail .title{
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .n-newsdetail .news-detail .title{
    font-size: 16px;
  }
  .n-newsdetail .news-related .title,
  .n-newsdetail .news-message .title{
    font-size: 16px;
    padding:10px 0;
  }
  .n-newsdetail .news-related .list li{
    width: 100%;
    padding:10px;
    margin-right: 0;
  }
  .n-newsdetail .news-related .list li:nth-child(3n){
    margin-right: 0;
  }
  .n-newsdetail .news-related .list i{
    font-size: 12px;
  }
}

.n-contact{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding:50px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.n-contact .left,
.n-contact .right{
  width: 46%;
}
.n-contact .center{
  width: 1px;
  background: #eee;
}
.n-contact .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.n-contact .left .title{
  line-height: 42px;
  border-bottom: 2px #00a2e9 solid;
}
.n-contact .left .subtitle{
  font-family: 'Poppins-Bold';
  font-size: 42px;
  line-height: 42px;
  margin: 20px 0;
}
.n-contact .left .content p{
  margin-top: 20px;
}
.n-contact .right{
  display: flex;
  flex-direction: column;
}
.n-contact .right .title{
  font-family: 'Poppins-Bold';
  font-size: 24px;
}
.n-contact .right .content li{
  width: 100%;
  margin-top: 10px;
}
.n-contact .right .content input,
.n-contact .right .content textarea{
  background:#f2f2f2;
  border:none;
  height: 50px;
  width: 100%;
  padding:0 15px;
}
.n-contact .right .content textarea{
  padding:15px;
  height: 200px;
  resize: none;
  display: block;
}
.n-contact .right .content button{
  height: 50px;
  background: #000;
  border:none;
  padding:0 20px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.n-contact .right .content button i{
  font-size: 12px;
  display: block;
  margin-left: 10px;
}
.n-contact .right .content button:hover{
  background: #00a2e9;
}
@media (max-width: 1600px) {
  .n-contact .left .subtitle{
    font-size: 36px;
    line-height: 36px;
  }
  .n-contact .right .title{
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .n-contact{
    padding:5%;
    flex-direction: column;
  }
  .n-contact .left .title{
    line-height: 36px;
  }
  .n-contact .left .subtitle{
    font-size: 28px;
    line-height: 28px;
  }
  .n-contact .left,
  .n-contact .center,
  .n-contact .right{
    width: 100%;
  }
  .n-contact .left .subtitle{
    margin:15px 0 0 0;
  }
  .n-contact .left .content p{
    margin-top: 15px;
  }
  .n-contact .center{
    height: 1px;
    margin:15px 0;
  }
  .n-contact .right .title{
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .n-contact .left .subtitle{
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .n-contact .left .title{
    line-height: 32px;
  }
  .n-contact .left .subtitle{
    font-size: 18px;
  }
  .n-contact .left .subtitle{
    margin:10px 0 0 0;
  }
  .n-contact .left .content p{
    margin-top: 10px;
  }
  .n-contact .center{
    margin:10px 0;
  }
  .n-contact .right .title{
    font-size: 16px;
  }
  .n-contact .right .content input,
  .n-contact .right .content button{
    height: 42px;
  }
}

.n-map{
  width: 100%;
  height: 640px;
  overflow: hidden;
}
.n-map .my-map{
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1280px) {
  .n-map{
    height: 540px;
  }
}
@media (max-width: 992px) {
  .n-map{
    height: 480px;
  }
}
@media (max-width: 750px) {
  .n-map{
    height: 360px;
  }
}

.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: 1%;
}
.n-message .content li.last{
    margin-top: 2%;
}
.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: 12px;
    outline: none;
    padding:0 24px;
    font-size: 14px;
}
.n-message .content textarea{
    height: 160px;
    resize: none;
    padding:24px;
    display: block;
}
.n-message .content li.code{
    display: flex;
    align-items: center;
}
.n-message .content li.code img{
    display: block;
    margin-left: 10px;
}
.n-message .content button{
    width: 200px;
    cursor: pointer;
    border:none;
    outline: none;
    background: #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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-message .content button:hover{
    background: #00a2e9;
}
.n-message .content button i{
  font-size: 12px;
  display: block;
  margin-left: 10px;
}
@media (max-width: 1280px) { 
  .n-message .content input{
      padding: 0 14px;
  }   
  .n-message .content textarea{
      padding:14px;
  }
}
@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;
  }
}