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

.ny{
  width: 100%;
  overflow: hidden;
}
.n-page{
  display: flex;
  justify-content: center;
  align-items: center;
}
.n-page span,
.n-page a{
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px #eee solid;
  border-radius: 4px;
  margin:0 5px;
}
.n-page .first,
.n-page .last{
  display: none;
}
.n-page a:hover,
.n-page a.active{
  background: #02438c;
  border-color: #02438c;
  color: #fff;
}
.n-page .prev,
.n-page .next{
  background: #000;
  color: #fff;
}
.n-page .disable{
  pointer-events: none;
  opacity: .5;
}
@media (max-width: 1280px) {
  .n-page span,
  .n-page a{
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-page span,
  .n-page a{
    width: 28px;
    height: 28px;
    margin:0 2px;
  }
}

.n-about{
  width: 100%;
  overflow: hidden;
}
.n-about .about-profile{
  margin-top: 100px;
  margin-bottom: 100px;
}
.n-about .about-profile .profile-box1{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.n-about .about-profile .profile-box1 .image{
  width: 40%;
  padding-left: 15px;
  padding-bottom: 15px;
  position: relative;
}
.n-about .about-profile .profile-box1 .image:after{
  content: '';
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background: #02438c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.n-about .about-profile .profile-box1 .image img{
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
.n-about .about-profile .profile-box1 .word{
  width: 55%;
}
.n-about .about-profile .profile-box2{
  margin-top: 60px;
}
.n-about .about-profile .profile-box2 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n-about .about-profile .profile-box2 li{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.n-about .about-profile .profile-box2 .number .counter{
  font-size: 60px;
  line-height: 60px;
}
.n-about .about-profile .profile-box2 .text{
  color: #666;
}
.n-about .about-culture{
  width: 100%;
  overflow: hidden;
}
.n-about .about-culture .culture-box1{
  width: 100%;
  background: url(../images/about-2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  overflow: hidden;
}
.n-about .about-culture .culture-box1 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n-about .about-culture .culture-box1 li{
  width:31.666666%;
  background: #fff;
  padding:50px 30px;
  display: flex;
  position: relative;
}
.n-about .about-culture .culture-box1 li:after{
  content: "";
  width: 0;
  height: 4px;
  background: #004098;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-about .about-culture .culture-box1 li:hover:after{
  width: 100%;
}
.n-about .about-culture .culture-box1 .image img{
  display: block;
}
.n-about .about-culture .culture-box1 .word{
  margin-left: 20px;
}
.n-about .about-culture .culture-box1 .word h1{
  font-size: 24px;
  font-family: "Poppins-Bold";
}
.n-about .about-culture .culture-box2{
  width: 100%;
  padding: 100px 0;
  background: #004098;
  color: #fff;
  overflow: hidden;
}
.n-about .about-culture .culture-box2 .word{
  text-align: center;
}
.n-about .about-culture .culture-box2 .word h1{
  font-size: 32px;
  line-height: 1.5;
}
.n-about .about-culture .culture-box2 .word h2{
  margin:30px 0;
}
.n-about .about-culture .culture-box2 .more{
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-about .about-culture .culture-box2 .more a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border:2px #fff solid;
  color: #004098;
  padding:0 30px;
  height: 60px;
}
.n-about .about-culture .culture-box2 .more a:hover{
  background: none;
  color: #fff;
}
.n-about .about-logo{
  width: 100%;
  background: #fbfcff;
  padding:100px 0;
  overflow: hidden;
}
.n-about .about-logo img{
  width: 100%;
  display: block;
}
@media (max-width: 1600px) {
  .n-about .about-profile .profile-box2 .number .counter{
    font-size: 50px;
    line-height: 50px;
  }
  .n-about .about-culture .culture-box1 .word h1{
    font-size: 20px;
  }
  .n-about .about-culture .culture-box2 .word h1{
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .n-about .about-profile{
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .n-about .about-profile .profile-box2{
    margin-top: 6%;
  }
  .n-about .about-profile .profile-box2 li{
    width: 50%;
  }
  .n-about .about-profile .profile-box2 li:nth-child(n+3){
    margin-top: 4%;
  }
  .n-about .about-profile .profile-box2 .number .counter{
    font-size: 36px;
    line-height: 36px;
  }
  .n-about .about-culture .culture-box1,
  .n-about .about-culture .culture-box2{
    padding:10% 0;
  }
  .n-about .about-culture .culture-box1 li{
    width: 100%;
    margin-bottom: 2%;
    padding:5% 3%;
  }
  .n-about .about-culture .culture-box1 li:last-child{
    margin-bottom: 0;
  }
  .n-about .about-culture .culture-box1 .image img{
    width:60px;
  }
  .n-about .about-culture .culture-box2 .word h1{
    font-size: 24px;
  }
  .n-about .about-culture .culture-box2 .word h2{
    margin:4% 0;
  }
  .n-about .about-culture .culture-box2 .more a{
    padding:0 20px;
    height: 50px;
  }
  .n-about .about-logo{
    padding:10% 0;
  }
}
@media (max-width: 992px) {
  .n-about .about-profile .profile-box2 .number .counter{
    font-size: 32px;
    line-height: 32px;
  }
  .n-about .about-culture .culture-box2 .word h1{
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .n-about .about-profile .profile-box1{
    flex-direction: column;
  }
  .n-about .about-profile .profile-box1 .image,
  .n-about .about-profile .profile-box1 .word{
    width: 100%;
  }
  .n-about .about-profile .profile-box1 .image{
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .n-about .about-profile .profile-box1 .image:after{
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .n-about .about-profile .profile-box1 .word{
    margin-top: 5%;
  }
  .n-about .about-profile .profile-box2 .number .counter{
    font-size: 24px;
    line-height: 24px;
  }
  .n-about .about-culture .culture-box1 .image img{
    width:40px;
  }
  .n-about .about-culture .culture-box1 .word{
    margin-left: 10px;
  }
  .n-about .about-culture .culture-box1 .word h1,
  .n-about .about-culture .culture-box2 .word h1{
    font-size: 18px;
  }
  .n-about .about-culture .culture-box2 .more a{
    height: 44px;
  }
}

.products-type{
  width: 360px;
  background: #f9f9f9;
}
.products-type .title,
.products-type .mb-title{
  background: #02438c;
  color: #fff;
  padding:10px 20px;
  font-family: "Poppins-Bold";
  font-size: 20px;
}
.products-type .mb-title{
  display: none;
}
.products-type .list{
  padding:20px;
}
.products-type .list > ul > li > a{
  display: flex;
  align-items: flex-start;
}
.products-type .list > ul > li > a > span{
  display: block;
  margin-right: 5px;
  color: #999;
  font-family: "Poppins-Bold";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products-type .list > ul > li.active > a{
  color: #02438c;
}
.products-type .list > ul > li.active > a > span{
  transform: rotate(45deg);
  color: #02438c;
}
.products-type .list > ul > li > ul{
  display: none;
}
.products-type .list > ul > li.active > ul{
  display: block;
}
.products-type .list > ul > li > ul > li{
  padding-left: 17px;
}
.products-type .list > ul > li > ul > li > a{
  display: flex;
  align-items: flex-start;
}
.products-type .list > ul > li > ul > li > a > span{
  font-family: "Poppins-Bold";
  display: block;
  margin-right: 5px;
  color: #999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products-type .list > ul > li > ul > li.active > a{
  color: #02438c;
}
.products-type .list > ul > li > ul > li.active > a > span{
  transform: rotate(45deg);
  color: #02438c;
}
.products-type .list > ul > li > ul > li > ul{
  display: none;
}
.products-type .list > ul > li > ul > li.active > ul{
  display: block;
}
.products-type .list > ul > li > ul > li > ul > li{
  padding-left: 17px;
}
.products-type .list > ul > li > ul > li > ul > li > a{
  display: flex;
  align-items: flex-start;
}
.products-type .list > ul > li > ul > li > ul > li > a > span{
  font-family: "Poppins-Bold";
  display: block;
  margin-right: 5px;
  color: #999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products-type .list > ul > li > ul > li > ul > li.active > a{
  color: #02438c;
}
.products-type .list > ul > li > ul > li > ul > li.active > a > span{
  color: #02438c;
}
.products-type .list > ul > li > ul > li > ul > li > ul{
  display: none;
}
.products-type .list > ul > li > ul > li > ul > li.active > ul{
  display: block;
}
@media (max-width: 1600px) {
  .products-type .title{
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .products-type{
    width: 100%;
  }
  .products-type .title{
    display: none;
  }
  .products-type .mb-title{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .products-type .mb-title i{
    display: block;
    margin-left: 10px;
    font-size: 12px;
  }
  .products-type .list{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: calc(100% - 60px);
    right: 0;
    top: 60px;
    padding:0;
    display: none;
  }
  .products-type .list .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top:0;
    left: 0;
    opacity: 0;
  }
  .products-type .list > ul{
    width: 70%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top:0;
    right: -70%;
    background: #f9f9f9;
    padding:3%;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 992px) {
 
}
@media (max-width: 750px) {
  .products-type .list{
    height: calc(100% - 50px);
    top: 50px;
  }
}

.n-products{
  padding:100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.n-products .products-right{
  width: calc(98% - 360px);
}
.n-products .products-right .list-group{
  display: flex;
  flex-wrap: wrap;
}
.n-products .products-right .list-group li{
  width: 32.666666%;
  margin-right: 1%;
  margin-bottom: 4%;
}
.n-products .products-right .list-group li:nth-child(3n){
  margin-right: 0;
}
.n-products .products-right .list-group a{
  display: block;
  padding:5px;
  background: #fff;
}
.n-products .products-right .list-group a:hover{
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.n-products .products-right .list-group .image{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border:1px #eee solid;
  position: relative;
  overflow: hidden;
}
.n-products .products-right .list-group .image .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.n-products .products-right .list-group .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-products .products-right .list-group a:hover .image img{
  transform: scale(1.05);
}
.n-products .products-right .list-group .word{
  margin:5px 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.n-products .products-right .list-group .arrow{
  background: #02438c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 44px;
}
@media (max-width: 1600px) {
  .n-products .products-left .title{
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .n-products{
    padding:10% 0;
    flex-direction: column;
  }
  .n-products .products-right{
    width: 100%;
    margin-top: 2%;
  }
  .n-products .products-right .list-group li{
    width: 49.5%;
    margin-bottom: 2%;
  }
  .n-products .products-right .list-group li:nth-child(3n){
    margin-right: 1%;
  }
  .n-products .products-right .list-group li:nth-child(2n){
    margin-right: 0;
  }
}
@media (max-width: 992px) {
 
}
@media (max-width: 750px) {
  .n-products .products-right .list-group li{
    width: 100%;
    margin-right: 0;
  }
  .n-products .products-right .list-group li:nth-child(3n){
    margin-right: 0;
  }
  .n-products .products-right .list-group .arrow{
    height: 40px;
  }
}

.n-productsdetail{
  padding:100px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow:hidden;
}
.n-productsdetail .productsdetail-right{
  width: calc(98% - 360px);
}
.n-productsdetail .productsdetail-right .detail-box1{
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow-y: hidden;
}
.n-productsdetail .productsdetail-right .detail-box1 .left{
  width: 50%;
}
.n-productsdetail .productsdetail-right .detail-box1 .right{
  width: 46%;
}
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-pic{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border:1px #eee solid;
}
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-pic .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
}
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-pic .box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-list{
  margin-top: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-list .center-list{
  width: calc(100% - 40px);
}
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-list .center-list li{
  cursor: pointer;
}
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-list .center-list .image{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border:1px #eee solid;
}
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-list .center-list .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-list .center-list .box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-list .swiper-button-prev,
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-list .swiper-button-next{
  width: 10px;
  position: static;
  margin:0;
}
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-list .swiper-button-prev:after,
.n-productsdetail .productsdetail-right .detail-box1 .left .zoom-list .swiper-button-next:after{
  font-size: 16px;
  color: #000;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .title{
  font-size: 24px;
  font-family: "Poppins-Bold";
  line-height:1.5;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .summary{
  background: #f9f9f9;
  padding:4%;
  margin:4% 0;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .email{
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  padding:10px 0;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .email{
  display: flex;
  align-items: center;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .email i{
  display: block;
  font-size: 18px;
  margin-right: 10px;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .button{
  margin-top: 4%;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .button ul{
  display: flex;
  justify-content: space-between;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .button li{
  width: 32%;
  margin-top: 5px;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .button a{
  background: #02438c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .button i{
  font-size: 12px;
  display: block;
  margin-left: 5px;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .share{
  margin-top: 4%;
  display: flex;
  align-items: center;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .share ul{
  display: flex;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .share li{
  margin-left: 15px;
}
.n-productsdetail .productsdetail-right .detail-box1 .right .share a{
  color: #666;
}
.n-productsdetail .productsdetail-right .detail-box2{
  width: 100%;
  margin-top: 4%;
  overflow: hidden;
}
.n-productsdetail .productsdetail-right .detail-box2 .title{
  border-bottom: 1px #eee solid;
  display: flex;
  align-items: flex-start;
}
.n-productsdetail .productsdetail-right .detail-box2 .title span{
  padding:10px 30px;
  background: #02438c;
  color: #fff;
  display: block;
}
.n-productsdetail .productsdetail-right .detail-box2 .content{
  padding:4% 0;
  border-bottom: 1px #eee solid;
}
.n-productsdetail .productsdetail-right .detail-box2 .content img{
  max-width: 100%;
}
.n-productsdetail .productsdetail-right .detail-box2 .content table,
.n-productsdetail .productsdetail-right .detail-box2 .content th,
.n-productsdetail .productsdetail-right .detail-box2 .content td,
.n-productsdetail .productsdetail-right .detail-box2 .content h1,
.n-productsdetail .productsdetail-right .detail-box2 .content h2,
.n-productsdetail .productsdetail-right .detail-box2 .content h3,
.n-productsdetail .productsdetail-right .detail-box2 .content h4,
.n-productsdetail .productsdetail-right .detail-box2 .content h5,
.n-productsdetail .productsdetail-right .detail-box2 .content h6,
.n-productsdetail .productsdetail-right .detail-box2 .content div,
.n-productsdetail .productsdetail-right .detail-box2 .content p,
.n-productsdetail .productsdetail-right .detail-box2 .content b,
.n-productsdetail .productsdetail-right .detail-box2 .content strong,
.n-productsdetail .productsdetail-right .detail-box2 .content span{
  font-family: "Poppins", "Noto Sans SC", sans-serif !important;
}
.n-productsdetail .productsdetail-right .detail-box2 .content table{
  width: 100% !important;
}
.n-productsdetail .productsdetail-right .detail-box2 .content table,
.n-productsdetail .productsdetail-right .detail-box2 .content th,
.n-productsdetail .productsdetail-right .detail-box2 .content td{
  padding:10px !important;
  margin:0 !important;
  border:1px #000 solid;
}
.n-productsdetail .productsdetail-right .detail-box3{
  width: 100%;
  margin-top: 2%;
  overflow: hidden;
}
.n-productsdetail .productsdetail-right .detail-box4{
  margin-top: 4%;
}
.n-productsdetail .productsdetail-right .detail-box4 .title{
  border-bottom: 1px #eee solid;
  display: flex;
  align-items: flex-start;
}
.n-productsdetail .productsdetail-right .detail-box4 .title span{
  padding:10px 30px;
  background: #02438c;
  color: #fff;
  display: block;
}
.n-productsdetail .productsdetail-right .detail-box4 .list{
  margin-top: 2%;
}
.n-productsdetail .productsdetail-right .detail-box4 .list a{
  display: block;
}
.n-productsdetail .productsdetail-right .detail-box4 .list .image{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border:1px #eee solid;
  position: relative;
  overflow: hidden;
}
.n-productsdetail .productsdetail-right .detail-box4 .list .image .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.n-productsdetail .productsdetail-right .detail-box4 .list .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-productsdetail .productsdetail-right .detail-box4 .list a:hover .image img{
  transform: scale(1.05);
}
.n-productsdetail .productsdetail-right .detail-box4 .list .word{
  margin:5px 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.n-productsdetail .productsdetail-right .detail-box4 .list .arrow{
  background: #02438c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 44px;
}
.n-productsdetail .productsdetail-right .detail-box4 .list .swiper-pagination{
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2%;
}
.n-productsdetail .productsdetail-right .detail-box5{
  margin-top: 4%;
}
.n-productsdetail .productsdetail-right .detail-box5 .title{
  border-bottom: 1px #eee solid;
  display: flex;
  align-items: flex-start;
}
.n-productsdetail .productsdetail-right .detail-box5 .title span{
  padding:10px 30px;
  background: #02438c;
  color: #fff;
  display: block;
}
@media (max-width: 1600px) {
  .n-productsdetail .productsdetail-right .detail-box1 .right .title{
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .n-productsdetail{
    padding:10% 0;
    flex-direction: column;
  }
  .n-productsdetail .productsdetail-right{
    width: 100%;
    margin-top: 2%;
  }
  .n-productsdetail .productsdetail-right .detail-box1{
    flex-direction: column;
  }
  .n-productsdetail .productsdetail-right .detail-box1 .left,
  .n-productsdetail .productsdetail-right .detail-box1 .right{
    width: 100%;
  }
  .n-productsdetail .productsdetail-right .detail-box1 .right{
    margin-top: 4%;
  }
  .n-productsdetail .productsdetail-right .detail-box1 .right .title{
    font-size: 18px;
  }
}
@media (max-width: 992px) {
 
}
@media (max-width: 750px) {
  .n-productsdetail .productsdetail-right .detail-box1 .right .title{
    font-size: 16px;
  }
  .n-productsdetail .productsdetail-right .detail-box1 .right .email i{
    font-size: 14px;
    margin-right: 5px;
  }
  .n-productsdetail .productsdetail-right .detail-box1 .right .button a{
    padding:8px 10px;
  }
  .n-productsdetail .productsdetail-right .detail-box1 .right .button i{
    font-size: 10px;
    margin-left: 2px;
  }
  .n-productsdetail .productsdetail-right .detail-box2 .title span{
    padding:10px 20px;
  }
  .n-productsdetail .productsdetail-right .detail-box4 .title span{
    padding:10px 20px;
  }
  .n-productsdetail .productsdetail-right .detail-box4 .list .arrow{
    height: 40px;
  }
  .n-productsdetail .productsdetail-right .detail-box5 .title span{
    padding:10px 20px;
  }
  .n-productsdetail .productsdetail-right .detail-box5 .title span{
    padding:10px 20px;
  }
}

.n-factory{
  padding:100px 0;
}
.n-factory .list-group{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.n-factory .list-group li{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.n-factory .list-group li:nth-child(3n){
  margin-right: 0;
}
.n-factory .list-group a{
  display: block;
}
.n-factory .list-group a:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, .45);
}
.n-factory .list-group .image{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.n-factory .list-group .image img{
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-factory .list-group a:hover .image img{
  transform: scale(1.05);
}
.n-factory .list-group .image .mask{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 67, 240, .3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-factory .list-group a:hover .image .mask{
  opacity: 1;
  visibility: visible;
}
.n-factory .list-group .image .mask i{
  font-size: 32px;
  color: #fff;
}
.n-factory .list-group .word{
  background: #02438c;
  padding:10px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1280px) {
  .n-factory{
    padding:10% 0;
  }
  .n-factory .list-group li{
    width: 49%;
  }
  .n-factory .list-group li:nth-child(3n){
    margin-right: 2%;
  }
  .n-factory .list-group li:nth-child(2n){
    margin-right: 0;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-factory .list-group .image .mask i{
    font-size: 24px;
  }
  .n-factory .list-group .word{
    padding:5px;
  }
}

.n-factorydetail{
  padding:100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.n-factorydetail .detail-left{
  width:calc(95% - 400px);
}
.n-factorydetail .detail-right{
  width:400px;
}
.n-factorydetail .detail-left .detail-box1{
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 24px;
}
.n-factorydetail .detail-left .detail-box2{
  width: 100%;
  margin-top: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.n-factorydetail .detail-left .detail-box2 img{
  width: 100%;
  display: block;
}
.n-factorydetail .detail-left .detail-box2 .zoom-pic{
  width: 100%;
  border:1px #eee solid;
}
.n-factorydetail .detail-left .detail-box2 .zoom-list{
  width: 100%;
  margin-top: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n-factorydetail .detail-left .detail-box2 .zoom-list .center-list{
  width: calc(100% - 40px);
}
.n-factorydetail .detail-left .detail-box2 .zoom-list .center-list li{
  cursor: pointer;
}
.n-factorydetail .detail-left .detail-box2 .zoom-list .center-list .image{
  border:1px #eee solid;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.n-factorydetail .detail-left .detail-box2 .zoom-list .center-list .image .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
}
.n-factorydetail .detail-left .detail-box2 .zoom-list .center-list .image .box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.n-factorydetail .detail-left .detail-box2 .zoom-list .swiper-button-prev,
.n-factorydetail .detail-left .detail-box2 .zoom-list .swiper-button-next{
  width: 10px;
  position: static;
  margin:0;
}
.n-factorydetail .detail-left .detail-box2 .zoom-list .swiper-button-prev:after,
.n-factorydetail .detail-left .detail-box2 .zoom-list .swiper-button-next:after{
  font-size: 16px;
  color: #000;
}
.n-factorydetail .detail-right .detail-box1,
.n-factorydetail .detail-right .detail-box2{
  width:100%;
  border:1px #eee solid;
  padding:25px;
  overflow: hidden;
}
.n-factorydetail .detail-right .detail-box1{
  margin-bottom:20px;
}
.n-factorydetail .detail-right .detail-box1 .title,
.n-factorydetail .detail-right .detail-box2 .title{
  font-family: "Poppins-Bold";
  font-size: 24px;
  line-height: 24px;
}
.n-factorydetail .detail-right .detail-box1 .list ul{
  display: flex;
  flex-wrap: wrap;
}
.n-factorydetail .detail-right .detail-box1 .list li{
  width: 49%;
  margin-top: 20px;
  margin-right: 2%;
  border:1px #eee solid;
}
.n-factorydetail .detail-right .detail-box1 .list li:nth-child(2n){
  margin-right: 0;
}
.n-factorydetail .detail-right .detail-box1 .list a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.n-factorydetail .detail-right .detail-box1 .list .image{
  width: 100%;
}
.n-factorydetail .detail-right .detail-box1 .list .image img{
  width: 100%;
  display: block;
}
.n-factorydetail .detail-right .detail-box1 .list .word{
  width: 100%;
  padding:5px 10px;
  text-align: center;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-factorydetail .detail-right .detail-box2 .list{
  margin:25px 0;
}
.n-factorydetail .detail-right .detail-box2 .list ul{
  display: flex;
}
.n-factorydetail .detail-right .detail-box2 .list li{
  margin-right: 10px;
}
.n-factorydetail .detail-right .detail-box2 .list li:last-child{
  margin-right: 0;
}
.n-factorydetail .detail-right .detail-box2 .list a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-factorydetail .detail-right .detail-box2 .list li:nth-child(1) a{
  background: #3b589d;
}
.n-factorydetail .detail-right .detail-box2 .list li:nth-child(2) a{
  background: #0076b4;
}
.n-factorydetail .detail-right .detail-box2 .list li:nth-child(3) a{
  background: #0e1419;
}
.n-factorydetail .detail-right .detail-box2 .list li:nth-child(4) a{
  background: #cb2026;
}
.n-factorydetail .detail-right .detail-box2 .list i{
  font-size: 20px;
}
.n-factorydetail .detail-right .detail-box2 .more a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #02438c;
  color: #fff;
  height: 48px;
  border-radius: 4px;
}
.n-factorydetail .detail-right .detail-box3{
  border:1px #eee solid;
  margin-bottom: 20px;
  padding:25px;
}
@media (max-width: 1600px) {
  .n-factorydetail .detail-left .detail-box1,
  .n-factorydetail .detail-right .detail-box1 .title, 
  .n-factorydetail .detail-right .detail-box2 .title{
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .n-factorydetail{
    padding:10% 0;
    flex-direction: column;
  }
  .n-factorydetail .detail-left,
  .n-factorydetail .detail-right{
    width: 100%;
  }
  .n-factorydetail .detail-left .detail-box1,
  .n-factorydetail .detail-right .detail-box1 .title, 
  .n-factorydetail .detail-right .detail-box2 .title{
    font-size: 18px;
  }
  .n-factorydetail .detail-right{
    margin-top: 5%;
  }
  .n-factorydetail .detail-right .detail-box1, 
  .n-factorydetail .detail-right .detail-box2,
  .n-factorydetail .detail-right .detail-box3{
    padding:4%;
  }
  .n-factorydetail .detail-right .detail-box1,
  .n-factorydetail .detail-right .detail-box3{
    margin-bottom: 2%;
  }
  .n-factorydetail .detail-right .detail-box1 .list li{
    margin-top: 2%;
  }
  .n-factorydetail .detail-right .detail-box2 .list{
    margin:4% 0;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-factorydetail .detail-left .detail-box1,
  .n-factorydetail .detail-right .detail-box1 .title, 
  .n-factorydetail .detail-right .detail-box2 .title{
    font-size: 16px;
  }
  .n-factorydetail .detail-right .detail-box2 .list a{
    width: 30px;
    height: 30px;
  }
  .n-factorydetail .detail-right .detail-box2 .list i{
    font-size: 12px;
  }
  .n-factorydetail .detail-right .detail-box2 .more a{
    height: 36px;
  }
}

.n-news{
  padding:100px 0;
  overflow: hidden;
}
.n-news .list-group{
  display: flex;
  flex-wrap: wrap;
}
.n-news .list-group li{
  border-bottom: 1px #eee solid;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.n-news .list-group a{
  display: flex;
  justify-content: space-between;
}
.n-news .list-group .date{
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.n-news .list-group .date .d{
  font-size: 80px;
  line-height: 80px;
  color: #02438c;
  font-family: "Poppins-Bold";
}
.n-news .list-group .word{
  width: calc(100% - 200px);
}
.n-news .list-group .word .title{
  font-size: 24px;
  font-family: "Poppins-Bold";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.n-news .list-group .word .summary{
  margin-top: 10px;
  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: #666;
}
@media (max-width: 1600px) {
  .n-news .list-group .date .d{
    font-size: 72px;
    line-height: 72px;
  }
  .n-news .list-group .word .title{
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .n-news{
    padding:10% 0;
  }
  .n-news .list-group li{
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .n-news .list-group .date{
    width: 80px;
  }
  .n-news .list-group .date .d{
    font-size: 60px;
    line-height: 60px;
  }
  .n-news .list-group .word{
    width: calc(100% - 100px);
  }
  .n-news .list-group .word .title{
    font-size: 18px;
  }
  .n-news .list-group .word .summary{
    margin-top: 5px;
  }
}
@media (max-width: 992px) {
  .n-news .list-group .date .d{
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 750px) {
  .n-news .list-group a{
    flex-direction: column;
  }
  .n-news .list-group .date{
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
  }
  .n-news .list-group .date .d{
    font-size: 42px;
    line-height: 42px;
    margin-right: 10px;
  }
  .n-news .list-group .word{
    width: 100%;
    margin-top: 5px;
  }
  .n-news .list-group .word .title{
    font-size: 16px;
  }
}

.n-newsdetail{
  padding:100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.n-newsdetail .detail-left{
  width:calc(95% - 400px);
}
.n-newsdetail .detail-right{
  width:400px;
}
.n-newsdetail .detail-left .detail-box1{
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 24px;
}
.n-newsdetail .detail-left .detail-box2{
  text-align: center;
  border-bottom: 1px #eee solid;
  color: #666;
  padding:10px 0 20px 0;
}
.n-newsdetail .detail-left .detail-box3{
  padding:30px 0;
  margin-bottom: 20px;
  border-bottom: 1px #eee solid;
}
.n-newsdetail .detail-left .detail-box3 img{
  max-width: 100%;
}
.n-newsdetail .detail-left .detail-box3 h1,
.n-newsdetail .detail-left .detail-box3 h2,
.n-newsdetail .detail-left .detail-box3 h3,
.n-newsdetail .detail-left .detail-box3 h4,
.n-newsdetail .detail-left .detail-box3 h5,
.n-newsdetail .detail-left .detail-box3 h6,
.n-newsdetail .detail-left .detail-box3 div,
.n-newsdetail .detail-left .detail-box3 p,
.n-newsdetail .detail-left .detail-box3 b,
.n-newsdetail .detail-left .detail-box3 strong,
.n-newsdetail .detail-left .detail-box3 span{
  font-family: "Poppins", "Noto Sans SC", sans-serif !important;
}
.n-newsdetail .detail-right .detail-box1,
.n-newsdetail .detail-right .detail-box2{
  width:100%;
  border:1px #eee solid;
  padding:25px;
  overflow: hidden;
}
.n-newsdetail .detail-right .detail-box1{
  margin-bottom:20px;
}
.n-newsdetail .detail-right .detail-box1 .title,
.n-newsdetail .detail-right .detail-box2 .title{
  font-family: "Poppins-Bold";
  font-size: 24px;
  line-height: 24px;
}
.n-newsdetail .detail-right .detail-box1 .list li{
  margin-top: 20px;
}
.n-newsdetail .detail-right .detail-box1 .list .t{
  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;
  /*font-family: "Poppins-Bold";*/
}
.n-newsdetail .detail-right .detail-box1 .list .d{
  color: #999;
}
.n-newsdetail .detail-right .detail-box2 .list{
  margin:25px 0;
}
.n-newsdetail .detail-right .detail-box2 .list ul{
  display: flex;
}
.n-newsdetail .detail-right .detail-box2 .list li{
  margin-right: 10px;
}
.n-newsdetail .detail-right .detail-box2 .list li:last-child{
  margin-right: 0;
}
.n-newsdetail .detail-right .detail-box2 .list a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-newsdetail .detail-right .detail-box2 .list li:nth-child(1) a{
  background: #3b589d;
}
.n-newsdetail .detail-right .detail-box2 .list li:nth-child(2) a{
  background: #0076b4;
}
.n-newsdetail .detail-right .detail-box2 .list li:nth-child(3) a{
  background: #0e1419;
}
.n-newsdetail .detail-right .detail-box2 .list li:nth-child(4) a{
  background: #cb2026;
}
.n-newsdetail .detail-right .detail-box2 .list i{
  font-size: 20px;
}
.n-newsdetail .detail-right .detail-box2 .more a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #02438c;
  color: #fff;
  height: 48px;
  border-radius: 4px;
}
@media (max-width: 1600px) {
  .n-newsdetail .detail-left .detail-box1,
  .n-newsdetail .detail-right .detail-box1 .title, 
  .n-newsdetail .detail-right .detail-box2 .title{
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .n-newsdetail{
    padding:10% 0;
    flex-direction: column;
  }
  .n-newsdetail .detail-left,
  .n-newsdetail .detail-right{
    width: 100%;
  }
  .n-newsdetail .detail-left .detail-box1,
  .n-newsdetail .detail-right .detail-box1 .title, 
  .n-newsdetail .detail-right .detail-box2 .title{
    font-size: 18px;
  }
  .n-newsdetail .detail-left .detail-box2{
    padding:2% 0;
  }
  .n-newsdetail .detail-left .detail-box3{
    padding:4% 0;
    margin-bottom: 2%;
  }
  .n-newsdetail .detail-right{
    margin-top: 5%;
  }
  .n-newsdetail .detail-right .detail-box1, 
  .n-newsdetail .detail-right .detail-box2{
    padding:4%;
  }
  .n-newsdetail .detail-right .detail-box1{
    margin-bottom: 2%;
  }
  .n-newsdetail .detail-right .detail-box1 .list li{
    margin-top: 2%;
  }
  .n-newsdetail .detail-right .detail-box2 .list{
    margin:4% 0;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-newsdetail .detail-left .detail-box1,
  .n-newsdetail .detail-right .detail-box1 .title, 
  .n-newsdetail .detail-right .detail-box2 .title{
    font-size: 16px;
  }
  .n-newsdetail .detail-right .detail-box2 .list a{
    width: 30px;
    height: 30px;
  }
  .n-newsdetail .detail-right .detail-box2 .list i{
    font-size: 12px;
  }
  .n-newsdetail .detail-right .detail-box2 .more a{
    height: 36px;
  }
}

.n-ship{
  width: 100%;
  overflow:hidden;
}
.n-ship .ship-content{
  padding:60px 0;
}
.n-ship .ship-content .title{
  font-size: 36px;
  font-family: "Poppins-Bold";
}
.n-ship .ship-list{
  width: 100%;
  background: #f9f9f9;
  padding:80px 0;
}
.n-ship .ship-list .wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.n-ship .ship-list .products-type{
  background: #fff;
}
.n-ship .ship-list .ship-right{
  width: calc(98% - 360px);
}
.n-ship .ship-list .ship-right .list-group{
  display: flex;
  flex-wrap: wrap;
}
.n-ship .ship-list .ship-right .list-group li{
  width: 32.666666%;
  margin-right: 1%;
  margin-bottom: 4%;
}
.n-ship .ship-list .ship-right .list-group li:nth-child(3n){
  margin-right: 0;
}
.n-ship .ship-list .ship-right .list-group a{
  background: #fff;
  display: block;
  border:1px #eee solid;
}
.n-ship .ship-list .ship-right .list-group .image{
  width: 100%;
  overflow:hidden;
}
.n-ship .ship-list .ship-right .list-group .image img{
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-ship .ship-list .ship-right .list-group a:hover .image img{
  transform: scale(1.05);
}
.n-ship .ship-list .ship-right .list-group .word{
  padding:10px;
  border-top: 1px #eee solid;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.n-ship .ship-list .ship-right .detail-box1{
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow-y: hidden;
}
.n-ship .ship-list .ship-right .detail-box1 .left{
  width: 50%;
}
.n-ship .ship-list .ship-right .detail-box1 .right{
  width: 46%;
}
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-pic{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border:1px #eee solid;
}
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-pic .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  background: #fff;
}
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-pic .box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-list{
  margin-top: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-list .center-list{
  width: calc(100% - 40px);
}
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-list .center-list li{
  cursor: pointer;
}
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-list .center-list .image{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border:1px #eee solid;
  background: #fff;
}
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-list .center-list .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-list .center-list .box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-list .swiper-button-prev,
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-list .swiper-button-next{
  width: 10px;
  position: static;
  margin:0;
}
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-list .swiper-button-prev:after,
.n-ship .ship-list .ship-right .detail-box1 .left .zoom-list .swiper-button-next:after{
  font-size: 16px;
  color: #000;
}
.n-ship .ship-list .ship-right .detail-box1 .right .title{
  font-size: 24px;
  font-family: "Poppins-Bold";
}
.n-ship .ship-list .ship-right .detail-box1 .right .summary{
  background: #fff;
  padding:4%;
  margin:4% 0;
}
.n-ship .ship-list .ship-right .detail-box1 .right .email{
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  padding:10px 0;
}
.n-ship .ship-list .ship-right .detail-box1 .right .email{
  display: flex;
  align-items: center;
}
.n-ship .ship-list .ship-right .detail-box1 .right .email i{
  display: block;
  font-size: 18px;
  margin-right: 10px;
}
.n-ship .ship-list .ship-right .detail-box1 .right .button{
  margin-top: 4%;
}
.n-ship .ship-list .ship-right .detail-box1 .right .button ul{
  display: flex;
  justify-content: space-between;
}
.n-ship .ship-list .ship-right .detail-box1 .right .button li{
  width: 32%;
  margin-top: 5px;
}
.n-ship .ship-list .ship-right .detail-box1 .right .button a{
  background: #02438c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px;
}
.n-ship .ship-list .ship-right .detail-box1 .right .button i{
  font-size: 12px;
  display: block;
  margin-left: 5px;
}
.n-ship .ship-list .ship-right .detail-box1 .right .share{
  margin-top: 4%;
  display: flex;
  align-items: center;
}
.n-ship .ship-list .ship-right .detail-box1 .right .share ul{
  display: flex;
}
.n-ship .ship-list .ship-right .detail-box1 .right .share li{
  margin-left: 15px;
}
.n-ship .ship-list .ship-right .detail-box1 .right .share a{
  color: #666;
}
.n-ship .ship-list .ship-right .detail-box2{
  width: 100%;
  margin-top: 4%;
  overflow: hidden;
}
.n-ship .ship-list .ship-right .detail-box2 .title{
  border-bottom: 1px #eee solid;
  display: flex;
  align-items: flex-start;
}
.n-ship .ship-list .ship-right .detail-box2 .title span{
  padding:10px 30px;
  background: #02438c;
  color: #fff;
  display: block;
}
.n-ship .ship-list .ship-right .detail-box2 .content{
  padding:4% 0;
  border-bottom: 1px #eee solid;
}
.n-ship .ship-list .ship-right .detail-box2 .content img{
  max-width: 100%;
}
.n-ship .ship-list .ship-right .detail-box2 .content table,
.n-ship .ship-list .ship-right .detail-box2 .content th,
.n-ship .ship-list .ship-right .detail-box2 .content td,
.n-ship .ship-list .ship-right .detail-box2 .content h1,
.n-ship .ship-list .ship-right .detail-box2 .content h2,
.n-ship .ship-list .ship-right .detail-box2 .content h3,
.n-ship .ship-list .ship-right .detail-box2 .content h4,
.n-ship .ship-list .ship-right .detail-box2 .content h5,
.n-ship .ship-list .ship-right .detail-box2 .content h6,
.n-ship .ship-list .ship-right .detail-box2 .content div,
.n-ship .ship-list .ship-right .detail-box2 .content p,
.n-ship .ship-list .ship-right .detail-box2 .content b,
.n-ship .ship-list .ship-right .detail-box2 .content strong,
.n-ship .ship-list .ship-right .detail-box2 .content span{
  font-family: "Poppins", "Noto Sans SC", sans-serif !important;
}
.n-ship .ship-list .ship-right .detail-box2 .content table{
  width: 100% !important;
}
.n-ship .ship-list .ship-right .detail-box2 .content table,
.n-ship .ship-list .ship-right .detail-box2 .content th,
.n-ship .ship-list .ship-right .detail-box2 .content td{
  padding:0 !important;
  margin:0 !important;
}
.n-ship .ship-list .ship-right .detail-box3{
  width: 100%;
  margin-top: 2%;
  overflow: hidden;
}
.n-ship .ship-hot{
  padding:80px 0;
}
.n-ship .ship-hot .title{
  font-size: 36px;
  font-family: "Poppins-Bold";
  text-align: center;
}
.n-ship .ship-hot .list{
  margin-top: 30px;
}
.n-ship .ship-hot .list img{
  width: 100%;
  display: block;
}
.n-ship .ship-hot .list a{
  border:1px #eee solid;
  display: block;
  position: relative;
}
.n-ship .ship-hot .list .image{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.n-ship .ship-hot .list .image .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
}
.n-ship .ship-hot .list .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-ship .ship-hot .list a:hover .image img{
  transform: scale(1.05);
}
.n-ship .ship-hot .list .name{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 67, 140, .8);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding:10px;
}
.n-ship .ship-hot .list .swiper-pagination{
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.n-ship .ship-hot .list .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin:0 5px;
}
.n-ship .ship-hot .list .swiper-pagination .swiper-pagination-bullet-active{
  background: #02438c;
}
@media (max-width: 1600px){
  .n-ship .ship-content .title,
  .n-ship .ship-hot .title{
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .n-ship .ship-content,
  .n-ship .ship-list,
  .n-ship .ship-hot{
    padding:10% 0;
  }
  .n-ship .ship-content .title,
  .n-ship .ship-hot .title{
    font-size: 28px;
  }
  .n-ship .ship-list .wrap{
    flex-direction: column;
  }
  .n-ship .ship-list .ship-right{
    width: 100%;
    margin-top: 2%;
  }
  .n-ship .ship-list .ship-right .list-group li{
    width: 49.5%;
    margin-bottom: 2%;
  }
  .n-ship .ship-list .ship-right .list-group li:nth-child(3n){
    margin-right: 1%;
  }
  .n-ship .ship-list .ship-right .list-group li:nth-child(2n){
    margin-right: 0;
  }
  .n-ship .ship-hot .list{
    margin-top: 3%;
  }
  .n-ship .ship-hot .list .swiper-pagination{
    margin-top: 2%;
  }
  .n-ship .ship-list .ship-right .detail-box1{
    flex-direction: column;
  }
  .n-ship .ship-list .ship-right .detail-box1 .left,
  .n-ship .ship-list .ship-right .detail-box1 .right{
    width: 100%;
  }
  .n-ship .ship-list .ship-right .detail-box1 .right{
    margin-top: 4%;
  }
  .n-ship .ship-list .ship-right .detail-box1 .right .title{
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .n-ship .ship-content .title,
  .n-ship .ship-hot .title{
    font-size: 24px;
  }
}
@media (max-width: 750px) {
  .n-ship .ship-content .title,
  .n-ship .ship-hot .title{
    font-size: 20px;
  }
  .n-ship .ship-list .ship-right .list-group li{
    width: 100%;
    margin-right: 0;
  }
  .n-ship .ship-list .ship-right .list-group li:nth-child(3n){
    margin-right: 0;
  }
  .n-ship .ship-hot .list .swiper-pagination .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    margin:0 2px;
  }
  .n-ship .ship-list .ship-right .detail-box1 .right .title{
    font-size: 16px;
  }
  .n-ship .ship-list .ship-right .detail-box1 .right .email i{
    font-size: 14px;
    margin-right: 5px;
  }
  .n-ship .ship-list .ship-right .detail-box1 .right .button a{
    padding:8px 10px;
  }
  .n-ship .ship-list .ship-right .detail-box1 .right .button i{
    font-size: 10px;
    margin-left: 2px;
  }
  .n-ship .ship-list .ship-right .detail-box2 .title span{
    padding:10px 20px;
  }
  .n-ship .ship-list .ship-right .detail-box4 .title span{
    padding:10px 20px;
  }
  .n-ship .ship-list .ship-right .detail-box4 .list .arrow{
    height: 40px;
  }
  .n-ship .ship-list .ship-right .detail-box5 .title span{
    padding:10px 20px;
  }
  .n-ship .ship-list .ship-right .detail-box5 .title span{
    padding:10px 20px;
  }
}

.n-contact{
  width: 100%;
  overflow: hidden;
}
.n-contact .contact-box1{
  padding:100px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.n-contact .contact-box1 .contact-content{
  padding:50px;
  background: #fbfcff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n-contact .contact-box1 .contact-content .left{
  width: 60%;
}
.n-contact .contact-box1 .contact-content .left .title{
  font-size: 36px;
  font-family: "Poppins-Bold";
}
.n-contact .contact-box1 .contact-content .left .content{
  margin-top: 20px;
}
.n-contact .contact-box1 .contact-content .left .content li{
  margin:20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.n-contact .contact-box1 .contact-content .left .content em{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004098;
  width: 40px;
  height: 40px;
  color: #fff;
  margin-bottom: 10px;
}
.n-contact .contact-box1 .contact-content .right{
  width: 30%;
}
.n-contact .contact-box1 .contact-content .right img{
  max-width: 100%;
}
.n-contact .contact-box1 .contact-share{
  margin-top: 60px;
}
.n-contact .contact-box1 .contact-share .title{
  text-align: center;
}
.n-contact .contact-box1 .contact-share .content ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n-contact .contact-box1 .contact-share .content li{
  width: 23.5%;
}
.n-contact .contact-box1 .contact-share .content a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding:20px;
  color: #fff;
}
.n-contact .contact-box1 .contact-share .content li:nth-child(1) a{
  background: #0276b5;
}
.n-contact .contact-box1 .contact-share .content li:nth-child(2) a{
  background: #28a9e0;
}
.n-contact .contact-box1 .contact-share .content li:nth-child(3) a{
  background: #3a5898;
}
.n-contact .contact-box1 .contact-share .content li:nth-child(4) a{
  background: #f14141;
}
.n-contact .contact-box1 .contact-share .content em{
  font-size: 32px;
  line-height: 32px;
  display: block;
  margin-top: 10px;
}
.n-contact .contact-box2{
  width: 100%;
  height: 720px;
  overflow: hidden;
}
.n-contact .contact-box2 .my-map{
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px){
  .n-contact .contact-box1 .contact-content .left .title{
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .n-contact .contact-box1{
    padding:10% 0;
  }
  .n-contact .contact-box1 .contact-content{
    padding:5%;
  }
  .n-contact .contact-box1 .contact-content .left .title{
    font-size: 28px;
  }
  .n-contact .contact-box1 .contact-content .left .content{
    margin-top: 4%;
  }
  .n-contact .contact-box1 .contact-content .left .content li{
    margin:4% 0;
  }
  .n-contact .contact-box1 .contact-content .left .content em{
    width: 30px;
    height: 30px;
  }
  .n-contact .contact-box1 .contact-share{
    margin-top: 6%;
  }
  .n-contact .contact-box1 .contact-share .content a{
    margin-top: 6%;
    padding:10px;
  }
  .n-contact .contact-box1 .contact-share .content em{
    font-size: 24px;
    line-height: 24px;
    margin-top: 5px;
  }
    .n-contact .contact-box1 .contact-share .content li{
    width: 48.5%;
  }
  .n-contact .contact-box2{
    height: 540px;
  }
}
@media (max-width: 992px) {
  .n-contact .contact-box1 .contact-content .left .title{
    font-size: 24px;
  }
  .n-contact .contact-box2{
    height: 480px;
  }
}
@media (max-width: 750px) {
  .n-contact .contact-box1 .contact-content{
    flex-direction: column;
  }
  .n-contact .contact-box1 .contact-content .left,
  .n-contact .contact-box1 .contact-content .right{
    width: 100%;
  }
  .n-contact .contact-box1 .contact-content .right{
    margin-top: 5%;
  }
  .n-contact .contact-box2{
    height: 360px;
  }
}

.n-message .content{
    width: 100%;
    margin-top: 2%;
    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: #f9f9f9;
    display: block;
    border:1px #eee solid;
    border-radius: 4px;
    outline: none;
    padding:0 24px;
    font-size: 16px;
}
.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;
    font-size: 16px;
    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: #02438c;
}
@media (max-width: 1280px) { 
  .n-message .content input, 
  .n-message .content textarea{
    padding:14px;
  }
}
@media (max-width: 992px) { 
}
@media (max-width: 750px) { 
  .n-message .content input{
      padding: 0 14px;
      font-size: 14px;
  }   
  .n-message .content textarea{
      padding:14px;
      font-size: 14px;
  } 
  .n-message .content li{
      width: 100%;
  }
  .n-message .content input{
      height: 40px;
  }
  .n-message .content button{
      width: 160px;
      height: 40px;
      border-radius: 20px;
      font-size: 14px;
  }
}